@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
変数
----------------------------------------*/
/* ページ説明
---------------------------------------------- */
@media screen and (min-width: 769px) {
  #about {
    margin-bottom: 120px;
  }
}
#about .aboutInner {
  padding-top: 60px;
  padding-left: 8%;
  padding-right: 8%;
}
@media screen and (min-width: 769px) {
  #about .aboutInner {
    padding-top: 136px;
    max-width: 1060px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
#about .sectionTitleContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 24px;
}
@media screen and (min-width: 769px) {
  #about .sectionTitleContainer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.8%;
  }
}
#about .sectionTitleContainer .sectionTitle .enTitle {
  line-height: 1;
}
#about .sectionTitleContainer .sectionTitle .jaTitle {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
#about .sectionTitleContainer p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  #about .sectionTitleContainer p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.6rem;
  }
}

#property .propertyInner {
  padding-left: 8%;
  padding-right: 8%;
  margin-top: 64px;
}
@media screen and (min-width: 769px) {
  #property .propertyInner {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
#property .propertyList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 769px) {
  #property .propertyList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.7%;
  }
}
#property .propertyList .propertyListItem {
  background-color: #F6F6F6;
}
@media screen and (min-width: 769px) {
  #property .propertyList .propertyListItem {
    width: 48.15%;
  }
}
#property .propertyList .propertyListItem .detail {
  padding: 24px;
}
@media screen and (min-width: 769px) {
  #property .propertyList .propertyListItem .detail {
    padding: 32px 40px;
  }
}
#property .propertyList .propertyListItem .name {
  color: #3A7CFF;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 769px) {
  #property .propertyList .propertyListItem .name {
    font-size: 3rem;
  }
}
#property .propertyList .propertyListItem .detailList {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  #property .propertyList .propertyListItem .detailList {
    margin-top: 32px;
  }
}
#property .propertyList .propertyListItem .detailList dt,
#property .propertyList .propertyListItem .detailList dd {
  font-size: 1.6rem;
}
#property .propertyList .propertyListItem .detailList dt {
  font-weight: bold;
}
#property .propertyList .propertyListItem .detailList dt:not(:first-of-type) {
  margin-top: 1em;
}

/* お問合せ
---------------------------------------------- */
#contact {
  position: relative;
}
#contact .contactInner {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 120px;
  padding-left: 8%;
  padding-right: 8%;
}
@media screen and (min-width: 769px) {
  #contact .contactInner {
    padding-top: 122px;
    padding-bottom: 120px;
    max-width: 1060px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
#contact .sectionTitle {
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (min-width: 769px) {
  #contact .sectionTitle {
    margin-bottom: 32px;
  }
}
#contact .contactText {
  color: #3A7CFF;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  #contact .contactText {
    font-size: 3rem;
  }
}
#contact .contactContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #contact .contactContainer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 56px;
  }
}
#contact .contactContainer .contactGroup .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1em;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  #contact .contactContainer .contactGroup .number {
    margin-bottom: 8px;
  }
}
#contact .contactContainer .contactGroup .number span {
  color: #3A7CFF;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #contact .contactContainer .contactGroup .number span {
    font-size: 2.4rem;
  }
}
#contact .contactContainer .contactGroup .number a {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #contact .contactContainer .contactGroup .number a {
    font-size: 4rem;
  }
}
#contact .contactContainer .contactGroup .comment {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  #contact .contactContainer .contactGroup .comment {
    font-size: 1.4rem;
  }
}
#contact .btnLink a {
  margin: 0 auto;
}
#contact::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 34.1333333333%;
  background-image: url(../../images/realestate/contact_bg_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  #contact::after {
    width: 100%;
    padding-top: 19.9121522694%;
    background-image: url(../../images/realestate/contact_bg.svg);
    z-index: -1;
  }
}/*# sourceMappingURL=tenant.css.map */