@charset "UTF-8";
/* %算出に使用 */
/* ===============================
  WORKS
=============================== */
/* common
------------------------------*/
.c-breadcrumbs {
  display: none;
}

/* 注文住宅
------------------------------*/
/* リノベーション
------------------------------*/
/* shop
------------------------------*/
/*------------------------------
introduction
------------------------------*/
.introduction {
  margin-top: 10%;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-left: 12%;
}
@media (max-width: 767px) {
  .introduction {
    padding-left: 0;
    flex-direction: column;
  }
}

.introduction__content {
  width: 100%;
  margin-top: 14%;
}
@media (max-width: 767px) {
  .introduction__content {
    width: 100%;
  }
}

.introduction__heading {
  margin-top: 3em;
  font-size: 1.9108280255vw;
  font-weight: 200;
  line-height: 2;
}
@media (max-width: 767px) {
  .introduction__heading {
    font-size: 5.0666666667vw;
  }
}

.introduction__message {
  font-size: 1.1464968153vw;
  font-weight: 200;
  line-height: 2.7777777778;
  margin-top: 5%;
}
@media (max-width: 767px) {
  .introduction__message {
    font-size: 3.2vw;
  }
}

.introduction__body {
  width: 40%;
}
@media (max-width: 767px) {
  .introduction__body {
    width: 100%;
    padding: 0 8%;
  }
}

.introduction__img {
  width: 53%;
}
@media (max-width: 767px) {
  .introduction__img {
    width: 92%;
    display: block;
    margin-left: auto;
    margin-top: 5%;
  }
}

/*------------------------------
features
------------------------------*/
.features {
  background: #e9e6de;
  padding: 7% 0 24.3%;
}

.features--shop {
  padding-bottom: 5.3%;
}

.features__item {
  display: flex;
  justify-content: space-between;
}
.features__item:nth-child(n+2) {
  margin-top: 7.4%;
}
.features__item:nth-child(n+3) {
  margin-top: 11%;
}
.features__item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .features__item {
    display: block;
  }
}

.features__item-image {
  width: 45.8333333333%;
}
@media (max-width: 767px) {
  .features__item-image {
    width: 100%;
  }
}

.features__item-body {
  width: 45.3%;
}
@media (max-width: 767px) {
  .features__item-body {
    width: 100%;
    margin-top: 3%;
  }
}

.features__item-heading {
  letter-spacing: 0.05em;
  font-size: 1.9108280255vw;
  font-weight: 200;
  line-height: 2;
  margin-top: calc((1lh - 1em) / -2);
}
@media (max-width: 767px) {
  .features__item-heading {
    font-size: 5.6vw;
  }
}

.features__item-description {
  font-size: 1.1464968153vw;
  font-weight: 200;
  line-height: 2;
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .features__item-description {
    font-size: 3.2vw;
  }
}

/*------------------------------
relation
------------------------------*/
.relation {
  background: #47555e;
  width: 50%;
  padding: 3.5% 0;
  position: relative;
  margin-top: -16%;
}
.relation::after {
  content: "";
  position: absolute;
  aspect-ratio: 1213/1023;
  transform: translate(0%, 0%);
  width: auto;
  height: 100%;
  left: 100%;
  top: 0%;
}
@media (max-width: 767px) {
  .relation {
    width: 100%;
    padding: 10% 0 0;
  }
  .relation::after {
    display: block;
    position: relative;
    left: unset;
    top: unset;
    height: auto;
    width: 92%;
    margin-top: 10%;
  }
}

.relation--housing::after {
  background: url(../img/housing5.png) no-repeat center center/100%;
}

.relation--renovation::after {
  background: url(../img/renovation5.png) no-repeat center center/100%;
}

.relation__wrapper {
  display: flex;
  color: #fff;
  padding-left: 23.4%;
  padding-right: 5%;
}
@media (max-width: 767px) {
  .relation__wrapper {
    display: block;
    padding: 0 8%;
  }
}

@media (max-width: 767px) {
  .relation__body {
    width: 100%;
  }
}

.relation__message {
  font-size: 1.1464968153vw;
  font-weight: 200;
  line-height: 2;
  margin-top: 4.6035805627%;
}
@media (max-width: 767px) {
  .relation__message {
    font-size: 3.2vw;
  }
}

.relation__button {
  margin-top: 6.3938618926%;
}

/*------------------------------
projects
------------------------------*/
.projects {
  margin-top: 8%;
}

.projects--projects-shop {
  margin-bottom: 10.3%;
}

/*------------------------------
business
------------------------------*/
.business {
  margin-top: 12%;
}

.business--renovation {
  margin-bottom: 8%;
}
@media (max-width: 767px) {
  .business--renovation {
    margin-top: 30%;
    margin-bottom: 15%;
  }
}

@media (max-width: 767px) {
  .business--housing {
    margin-top: 30%;
  }
}

.business__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .business__wrapper {
    display: block;
  }
}

.business__section {
  width: 45.8333333333%;
  background: #fff;
  border-radius: 3.1847133758vw 0 3.1847133758vw 0;
  padding: 4.3% 4% 3%;
  position: relative;
  background: #e9e6de;
}
@media (max-width: 767px) {
  .business__section {
    width: 100%;
    padding: 12% 9% 9%;
    border-radius: 8vw 0 8vw 0;
  }
  .business__section:nth-child(2) {
    margin-top: 38%;
  }
}

.business__en {
  font-size: 1.9108280255vw;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-family: "Cormorant Garamond", serif;
  position: absolute;
  top: 0;
  left: 8.1818181818%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .business__en {
    font-size: 5.6vw;
  }
}

.business__image {
  position: absolute;
  top: 0%;
  left: 78%;
  transform: translate(-50%, -50%);
  width: 31%;
}
@media (max-width: 767px) {
  .business__image {
    left: 84%;
    transform: translate(-50%, -70%);
    width: 37%;
  }
}

.business__heading {
  font-size: 1.9108280255vw;
  font-weight: 350;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .business__heading {
    font-size: 5.6vw;
  }
}

.business__description {
  margin-top: 1.3em;
  font-size: 1.1464968153vw;
  line-height: 2.0555555556;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .business__description {
    font-size: 3.4666666667vw;
  }
}

.business__button {
  margin-top: 5.4%;
}

.business__button--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.business__button--row a {
  min-width: 10.8em;
}
@media (max-width: 767px) {
  .business__button--row {
    display: block;
  }
  .business__button--row a:nth-child(2) {
    margin-top: 4.1899441341%;
  }
}

/*------------------------------
spec
------------------------------*/
.spec {
  margin: 9% 0 13.6%;
}

.spec__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #47555e;
  border-bottom: 1px solid #47555e;
  padding: 4% 4.3% 5%;
}
.spec__wrapper::after {
  top: 45%;
  right: 3.2em;
  width: 4em;
}
@media (max-width: 767px) {
  .spec__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .spec__wrapper::after {
    top: 50%;
    right: 0;
    width: 2em;
  }
}

.spec__title {
  font-size: 1.9108280255vw;
}
@media (max-width: 767px) {
  .spec__title {
    font-size: 6.4vw;
  }
}

.spec__title-ja {
  font-weight: 200;
  display: block;
  letter-spacing: 0.1em;
}

.spec__title-en {
  display: block;
  margin-top: 0.6em;
}

.spec__message {
  font-size: 1.1464968153vw;
  width: 67.7%;
  line-height: 2;
  padding-right: 12%;
  letter-spacing: 0.05em;
  position: relative;
}
@media (max-width: 767px) {
  .spec__message {
    font-size: 4.8vw;
    width: 100%;
    margin-top: 2em;
    padding-right: 2em;
  }
}
/*# sourceMappingURL=works.css.map */