@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Work+Sans:wght@500&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
.catch {
  min-height: 400px;
  position: relative;
}
.catch::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("./../img/estate/catch-bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  opacity: 0.13;
}
.catch__inner {
  width: 90%;
  max-width: 1200px;
  margin: 40px auto 0;
}
@media screen and (min-width: 960px) {
  .catch__inner {
    margin: 80px auto 0;
  }
}
.catch__title {
  margin: 0 auto 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0b4d88;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .catch__title {
    font-size: 40px;
  }
}
.catch__content {
  text-align: center;
}

.feature {
  position: relative;
}
.feature::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: url("./../img/estate/feature-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.feature::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #063057;
  opacity: 0.94;
}
.feature__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 40px 0 50px;
}
@media screen and (min-width: 960px) {
  .feature__inner {
    padding: 50px 0 60px;
  }
}
.feature__inner h2 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 60px;
}
.feature__inner h2 strong {
  color: #ffffff;
}
.feature__blocks {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: -webkit-max-content -webkit-max-content -webkit-max-content 1fr;
  grid-auto-rows: max-content max-content max-content 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .feature__blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .feature__blocks {
    grid-template-columns: repeat(3, 1fr);
  }
}
.feature-block {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  border: 3px #de8000 solid;
  padding: 5px;
  gap: 0;
}
.feature-block__inner {
  display: grid;
  grid-template-rows: subgrid;
  background-color: #ffffff;
  grid-row: span 4;
  padding: 20px 15px 15px;
  gap: 0;
}
@media screen and (min-width: 960px) {
  .feature-block__inner {
    padding: 30px;
  }
}
.feature-block__tag {
  text-align: center;
  color: #de8000;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-size: 18px;
}
.feature-block__img {
  margin: 30px auto 0;
  width: 50%;
  aspect-ratio: 1/1;
}
.feature-block__img img {
  display: block;
  width: 100%;
}
.feature-block h3 {
  margin: 30px auto 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #0b4d88;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 960px) {
  .feature-block h3 {
    font-size: 25px;
  }
}

.service {
  padding: 50px 0 80px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .service {
    padding: 180px 0 150px;
  }
}
.service__tag {
  display: block;
  margin: 0 0 15px;
  font-size: 13px;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  color: #de8000;
}
.service h2 {
  font-family: "Noto Serif JP", serif;
  color: #0b4d88;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 24px;
}
@media screen and (min-width: 960px) {
  .service h2 {
    margin-bottom: 50px;
    font-size: 28px;
  }
}
.service-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  margin: 0 0 50px;
}
@media screen and (min-width: 768px) {
  .service-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 100px;
  }
}
.service-1__img {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .service-1__img {
    width: 40%;
  }
}
.service-1__img img {
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 17px 20px;
          box-shadow: rgba(0, 0, 0, 0.16) 0 17px 20px;
}
.service-1__body {
  position: relative;
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .service-1__body {
    width: 52%;
    padding: 0;
  }
  .service-1__body > * {
    max-width: 540px;
  }
}
.service-1__body::before {
  content: "";
  display: block;
  width: 60%;
  height: 80%;
  background-color: #e9eef3;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .service-1__body::before {
    width: 40%;
    height: 50%;
  }
}
.service-1__body::after {
  content: "Investment";
  display: block;
  word-break: keep-all;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  color: #F2F5F8;
  position: absolute;
  line-height: 1;
  bottom: 0;
  font-size: 40px;
  right: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
@media screen and (min-width: 768px) {
  .service-1__body::after {
    right: -20px;
    bottom: 0;
    font-size: 140px;
    z-index: -1;
    -webkit-transform: none;
            transform: none;
  }
}
.service-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 8%;
  margin: 0 0 100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 0 100px;
  }
}
.service-2::before {
  content: "";
  display: block;
  width: 60%;
  height: 50%;
  background-color: #e9eef3;
  z-index: -1;
  position: absolute;
  top: 60%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .service-2::before {
    width: 40%;
    height: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.service-2__img {
  margin: 0 0 0 auto;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .service-2__img {
    width: 40%;
    margin: 0;
  }
}
.service-2__img img {
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 17px 20px;
          box-shadow: rgba(0, 0, 0, 0.16) 0 17px 20px;
}
.service-2__body {
  position: relative;
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .service-2__body {
    width: 40%;
    padding: 0;
    max-width: 600px;
  }
}
.service-2__body::after {
  content: "Property\aManagement";
  display: block;
  word-break: keep-all;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  color: #F2F5F8;
  position: absolute;
  line-height: 1;
  bottom: -20px;
  font-size: 40px;
  left: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
@media screen and (min-width: 768px) {
  .service-2__body::after {
    left: -25%;
    bottom: 0;
    font-size: 140px;
    z-index: -1;
    -webkit-transform: none;
            transform: none;
  }
}
.service-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  margin: 0 0 50px;
}
@media screen and (min-width: 768px) {
  .service-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 100px;
  }
}
.service-3__img {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .service-3__img {
    width: 40%;
  }
}
.service-3__img img {
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 17px 20px;
          box-shadow: rgba(0, 0, 0, 0.16) 0 17px 20px;
}
.service-3__body {
  position: relative;
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .service-3__body {
    width: 52%;
    padding: 0;
  }
  .service-3__body > * {
    max-width: 540px;
  }
}
.service-3__body::before {
  content: "";
  display: block;
  width: 30%;
  height: 80%;
  background-color: #e9eef3;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 30%;
}
@media screen and (min-width: 768px) {
  .service-3__body::before {
    width: 40%;
    height: 50%;
  }
}
.service-3__body::after {
  content: "Consulting";
  display: block;
  word-break: keep-all;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  color: #F2F5F8;
  position: absolute;
  line-height: 1;
  bottom: 0;
  font-size: 40px;
  right: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
@media screen and (min-width: 768px) {
  .service-3__body::after {
    right: auto;
    left: -150px;
    bottom: -50px;
    font-size: 140px;
    -webkit-transform: none;
            transform: none;
  }
}

.lineup {
  background-color: #e9eef3;
  padding: 50px 0;
}
@media screen and (min-width: 960px) {
  .lineup {
    padding: 90px 0;
  }
}
.lineup__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.lineup h2 {
  text-align: center;
}
.lineup__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}
.lineup__items {
  margin: 60px 0 0;
  display: grid;
  gap: 50px;
}
.lineup-item {
  background-color: #ffffff;
  border-top: 6px #0b4d88 solid;
}
@media screen and (min-width: 768px) {
  .lineup-item {
    border-top: none;
    border-left: 6px #0b4d88 solid;
    display: grid;
    grid-template-columns: 3fr 2fr;
  }
}
.lineup-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lineup-item__body {
  padding: 30px 5%;
}
@media screen and (min-width: 768px) {
  .lineup-item__body {
    padding: 60px 10%;
  }
}
.lineup-item__tag {
  color: #de8000;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-size: 13px;
  display: block;
}
.lineup-item h3 {
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 30px;
  color: #0b4d88;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lineup-item h3 {
    font-size: 25px;
    margin-bottom: 40px;
  }
}
.lineup-item ul {
  list-style: none;
  padding-left: 1em;
}
.lineup-item ul li {
  position: relative;
}
.lineup-item ul li::before {
  content: "";
  display: block;
  width: 5px;
  aspect-ratio: 1/1;
  background-color: #0b4d88;
  position: absolute;
  top: 50%;
  left: -1em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}