@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&family=Roboto:ital,wght@1,300;1,400;1,500&family=Shippori+Mincho:wght@400;500;600;700;800&family=Simonetta:ital,wght@0,400;0,900;1,400;1,900&display=swap");
.model-house {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #404952;
}
.model-house__pic {
  width: 50%;
}
.model-house__pic img {
  width: 100%;
}
.model-house__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}
.model-house__ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
  border-bottom: solid 1px #fff;
}
.model-house__ttl span {
  font-family: "Simonetta", serif;
}
.model-house__desc {
  text-align: center;
  line-height: 2;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
}

.works {
  background-color: #dedfde;
}
.works__ttl {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}
.works__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.works__item {
  width: 50%;
}
.works__pic img {
  width: 100%;
}
.works__link {
  position: relative;
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.01em;
  font-weight: 400;
}
.works__link span {
  vertical-align: middle;
  font-family: "Simonetta", serif;
}
.works__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #231815;
}

.works_contact {
  position: relative;
  background-color: #dedfde;
}
.works_contact__ttl {
  position: absolute;
  left: 5%;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
  border-bottom: solid 1px #231815;
  letter-spacing: 0.1em;
}
.works_contact__logo {
  margin-left: auto;
}
.works_contact__logo img {
  width: 100%;
}

@media screen and (min-width: 1025px), print {
  .model-house__pic {
    overflow: hidden;
  }
  .model-house__pic img {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .model-house__content {
    padding: 0 7.3%;
  }
  .model-house__ttl {
    padding: 0 50px 10px;
    font-size: max(1.45vw, 2.3rem);
  }
  .model-house__ttl span {
    font-size: 0.9em;
  }
  .model-house__desc {
    margin-top: 20%;
    font-size: max(1.45vw, 2.3rem);
  }
  .model-house:hover .model-house__pic img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .works {
    padding-top: 120px;
  }
  .works__ttl {
    font-size: 2.9rem;
  }
  .works__wrapper {
    margin-top: 62px;
  }
  .works__item:nth-child(n+3) {
    margin-top: 120px;
  }
  .works__link {
    margin: 15px 0 0 70px;
    padding: 8px 7px;
    font-size: 1.7rem;
  }
  .works__link::after {
    -webkit-transform-origin: top left;
       -moz-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease;
  }
  .works__link:hover::after {
    -webkit-transform-origin: top right;
       -moz-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scale(0, 0);
       -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
            transform: scale(0, 0);
  }

  .works_contact {
    padding-top: 15%;
    padding-bottom: 25px;
  }
  .works_contact__ttl {
    padding: 0 9px 3px;
    font-size: 2.7rem;
  }
  .works_contact__logo {
    margin-right: 55px;
    width: 105px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .model-house__content {
    padding: 0 35px;
  }
  .model-house__ttl {
    padding: 0 0 10px 0;
    font-size: 2.3rem;
  }
  .model-house__ttl span {
    font-size: 0.9em;
  }
  .model-house__desc {
    margin-top: 35px;
    font-size: 2.3rem;
  }

  .works {
    padding-top: 60px;
  }
  .works__ttl {
    font-size: 2.5rem;
  }
  .works__wrapper {
    margin-top: 45px;
  }
  .works__item:nth-child(n+3) {
    margin-top: 90px;
  }
  .works__link {
    margin: 12px 0 0 30px;
    padding: 10px 5px 5px 5px;
    font-size: 1.6rem;
  }
  .works__link::after {
    -webkit-transform-origin: top left;
       -moz-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease;
  }
  .works__link:hover::after {
    -webkit-transform-origin: top right;
       -moz-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scale(0, 0);
       -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
            transform: scale(0, 0);
  }

  .works_contact {
    padding-top: 150px;
    padding-bottom: 23px;
  }
  .works_contact__ttl {
    padding: 0 9px 3px;
    font-size: 2.7rem;
  }
  .works_contact__logo {
    margin-top: 45px;
    margin-right: 45px;
    width: 110px;
  }
}
@media screen and (max-width: 599px) {
  .model-house {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
  }
  .model-house__pic {
    width: 100%;
    margin-top: 40px;
  }
  .model-house__content {
    width: 100%;
  }
  .model-house__ttl {
    padding: 0 0 7px 0;
    font-size: 1.9rem;
  }
  .model-house__ttl span {
    font-size: 0.9em;
  }
  .model-house__desc {
    margin-top: 33px;
    font-size: 1.9rem;
  }

  .works {
    padding-top: 55px;
  }
  .works__ttl {
    font-size: 2rem;
  }
  .works__wrapper {
    margin-top: 30px;
  }
  .works__item:nth-child(n+3) {
    margin-top: 55px;
  }
  .works__link {
    margin: 5px 0 0 15px;
    padding: 10px 5px 5px 5px;
    font-size: 1.3rem;
  }

  .works_contact {
    padding-top: 90px;
    padding-bottom: 18px;
  }
  .works_contact__ttl {
    padding: 0 9px 3px;
    font-size: 2.7rem;
  }
  .works_contact__logo {
    margin-top: 30px;
    margin-right: 30px;
    width: 75px;
  }
}