@charset "UTF-8";
/* var */
/* color*/
/* media query(break point) */
/* animation */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* メインビジュアル */
.topvis {
  display: flex;
  margin-bottom: 2.5rem;
}

.topvis__img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-basis: 57.5%;
  position: relative;
}

.topvis__img-item {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity;
  transition-delay: 0.2s;
  width: 100%;
  height: 100%;
}
.topvis__img-item.isCurrent {
  z-index: 1;
  position: relative;
  opacity: 1;
  transition-delay: 0s;
}

.topvis__img1 {
  background-image: url(./../../img/top/mainvisual.jpg);
}

.topvis__img2 {
  background-image: url(./../../img/top/mainvisual2.jpg);
}

.topvis__img3 {
  background-image: url(./../../img/top/mainvisual3.jpg);
}

.topvis__img4 {
  background-image: url(./../../img/top/mainvisual4.jpg);
}

.topvis__text-wrap {
  flex-basis: 42.5%;
  padding: 3rem 0;
}

.topvis__text {
  border-left: 15px solid #30af41;
  color: #30af41;
  padding: 1rem 0;
  padding-left: 20%;
}

.topvis__subtitle {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.topvis__maintitle {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
.topvis__maintitle .middle {
  font-size: 34px;
}
.topvis__maintitle .large {
  font-size: 50px;
}

.topvis__maintext {
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  width: 80%;
}

.topvis__btn {
  background-color: #30af41;
  box-shadow: 0 3px 5px rgba(150,150,150,0.3);
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding: 2rem 1rem;
  text-align: center;
  transition: 0.3s;
  width: 80%;
  border-radius: 8px;
}

.topvis__btn:hover {
  opacity: 0.8;
  transform: translate(1px, 1px);
}

@media screen and (max-width: 767px) {
  .topvis {
    background-image: url(./../../img/top/mainvisual.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1rem;
  }
  .topvis__text-wrap {
    flex-basis: 100%;
    padding: 1.5rem 0;
  }
  .topvis__text {
    border: none;
    padding: 0 1rem;
    text-align: center;
  }
  .topvis__img {
    display: none;
  }
  .topvis__subtitle {
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    margin-bottom: 0.5rem;
    padding: 0.3rem 0.5rem;
  }
  .topvis__maintitle {
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
  }
  .topvis__maintitle .middle {
    font-size: 25px;
  }
  .topvis__maintitle .large {
    font-size: 35px;
  }
  .topvis__maintext {
    font-size: 13px;
    margin: auto;
    margin-bottom: 1rem;
    width: 90%;
  }
  .topvis__btn {
    font-size: 18px;
    margin: auto;
    padding: 1.2rem 2rem;
    width: 80%;
    border-radius: 8px;
  }
}
.topvis__text.anniversary {
  padding-left: 9%;
}

.kij_35th {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 2rem 0;
}
.kij_35th-logo {
  width: 150px;
}
.kij_35th-logo + .topvis__maintitle {
  width: calc(100% - 170px);
  font-size: 18px;
}
.kij_35th-logo + .topvis__maintitle .middle {
  font-size: 28px;
}
.kij_35th-logo + .topvis__maintitle .large {
  display: inline-block;
  margin-top: 5px;
  font-size: 45px;
  line-height: 1.2;
}
.kij_35th + .topvis__maintext {
  width: 95%;
}

@media screen and (max-width: 767px) {
  .topvis__text.anniversary {
    padding: 0 1rem;
  }
  .kij_35th {
    display: block;
  }
  .kij_35th-logo {
    width: 100px;
    margin: 0 auto;
  }
  .kij_35th-logo + .topvis__maintitle {
    width: 100%;
    font-size: 20px;
  }
  .kij_35th-logo + .topvis__maintitle .middle {
    font-size: 25px;
  }
  .kij_35th-logo + .topvis__maintitle .large {
    display: inline-block;
    margin-top: 5px;
    font-size: 35px;
    line-height: 1.2;
  }
  .kij_35th + .topvis__maintext {
    width: 90%;
  }
}
/* お部屋探しリンク */
.srchlink {
  margin-bottom: 3rem;
  margin-top: 5rem;
}

.srchlink__inner {
  display: flex;
}

.srchlink__content {
  flex-basis: 51%;
  padding-right: 1.5rem;
}

.row__title {
  align-items: flex-end;
  color: #30af41;
  display: flex;
  margin-bottom: 1.5rem;
}

.row__maintitle {
  font-family: "Josefin Sans";
  font-size: 48px;
  font-style: italic;
  font-weight: 600;
  margin-right: 1rem;
  text-transform: uppercase;
}

.row__subtitle {
  padding-bottom: 0.5rem;
}

.srchlink__text {
  line-height: 2;
  margin-bottom: 2rem;
}

.srchlink__img {
  background-image: url("./../../img/top/srchlink_img.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-basis: 49%;
}

.srchlink__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.srchlink__item {
  flex-basis: 48.5%;
}
.srchlink__item a {
  background-color: #fff;
  border: 2px solid #30af41;
  color: #30af41;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 2rem 1rem;
  text-align: center;
  transition: 0.3s;
  border-radius: 8px;
}
.srchlink__item a::before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-size: 1em;
  font-weight: 600;
  margin-right: 8px;
}
.srchlink__item a:hover {
  background-color: #30af41;
  color: #fff;
}
.srchlink__item:not(:nth-last-child(-n+2)) {
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .srchlink {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .srchlink .srchlink__item a {
    border-width: 1px;
    font-size: 15px;
    padding: 1.6rem 0.5rem;
  }
  .srchlink__inner {
    display: block;
  }
  .srchlink__content {
    margin-bottom: 1rem;
    padding-right: 0;
  }
  .row__title {
    display: block;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .row__maintitle,
  .row__subtitle {
    flex-basis: 100%;
    text-align: center;
    display: block;
  }
  .row__maintitle {
    font-size: 28px;
    margin-bottom: 0.5rem;
  }
  .row__subtitle {
    font-size: 12px;
  }
  .srchlink__text {
    margin-bottom: 1rem;
  }
  .srchlink__img {
    display: block;
    height: 120px;
    width: 100%;
  }
}
/* 不動産管理のご案内 */
.ourbus {
  padding: 5rem 0;
}

.ourbus__inner {
  display: flex;
}

.ourbus__img {
  background-image: url("./../../img/top/ourbusiness.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 470px 416px;
  flex-basis: 48.5%;
  min-height: 450px;
  position: relative;
}

.ourbus__img-text {
  background-color: #30af41;
  color: #fff;
  padding: 2.5rem 5.5rem 2rem;
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  text-align: center;
  transition: 0.3s;
}
.ourbus__img-text:hover {
  background-color: #35c348;
}

.ourbus__img-maintitle {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.ourbus__img-subtitle {
  font-family: "Josefin Sans";
  font-style: italic;
  text-transform: uppercase;
}

.ourbus__content {
  flex-basis: 51.5%;
  padding: 3rem 0 3rem 2rem;
}

.ourbus__subtitle {
  color: #cecece;
  font-family: "Josefin Sans";
  font-size: 36px;
  font-style: italic;
  margin-bottom: 1rem;
}

.ourbus__maintitle {
  color: #30af41;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.ourbus__text {
  color: #3B4043;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .ourbus {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .ourbus__inner {
    display: block;
  }
  .ourbus__img {
    background-position: center top;
    background-size: 72%;
    height: 260px;
    min-height: unset;
  }
  .ourbus__img-text {
    left: 50%;
    padding: 2rem 4rem;
    transform: translateX(-50%);
  }
  .ourbus__img-maintitle {
    font-size: 14px;
    margin-bottom: 0.6rem;
    white-space: nowrap;
  }
  .ourbus__img-subtitle {
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 1px;
  }
  .ourbus__content {
    margin: auto;
    padding: 2rem 0 0 0;
    width: 85%;
  }
  .ourbus__subtitle {
    font-size: 20px;
  }
  .ourbus__maintitle {
    font-size: 18px;
  }
  .ourbus__text {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
  }
}
/* パノラマ */
.panorama {
  display: flex;
  margin-bottom: 6rem;
  margin-top: 5rem;
  justify-content: space-between;
}
.panorama .btn-default {
  font-size: 17px;
  font-weight: 600;
  padding: 2rem 1rem;
  text-align: center;
}
.panorama .btn-default::before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.1em;
  font-weight: 600;
  margin-right: 8px;
}

.panorama__main {
  flex-basis: 48.5%;
}
.panorama__main iframe {
  height: 350px;
  width: 100%;
  vertical-align: bottom;
}

.panorama__content {
  display: flex;
  flex-basis: 48.5%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1.5rem;
}

.panorama__text {
  line-height: 2;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .panorama {
    flex-wrap: wrap;
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
  .panorama .btn-default {
    padding: 1.25rem;
  }
  .panorama__main {
    flex-basis: 100%;
  }
  .panorama__main iframe {
    height: 280px;
  }
  .panorama__content {
    flex-basis: 100%;
  }
}
/* 関連サービス */
.related {
  border-top: 1px solid #30af41;
  padding-bottom: 3rem;
  padding-top: 3rem;
  text-align: center;
}

.related__maintitle {
  color: #30af41;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 2rem;
}

.related__subtitle {
  color: #30af41;
  font-family: "Josefin Sans";
  font-size: 18px;
  font-style: italic;
  margin-bottom: 4rem;
}

.related__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1rem;
}

.related__item {
  flex-basis: 31.5%;
  margin-bottom: 1rem;
  margin-right: 2.75%;
}
.related__item:nth-child(3n) {
  margin-right: 0;
}
.related__item img {
  transition: 0.3s;
}
.related__item img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .related {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .related__maintitle {
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .related__subtitle {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 2rem;
  }
}
.banner-era {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.banner-era__squ {
  flex-basis: 24%;
}

.banner-era__rec {
  flex-basis: 63%;
}

/* SNS */
.sns {
  background-color: #EEF4ED;
  padding: 2rem 0;
}
.sns__inner img{
  width: 40%;
  height: auto;
}

.sns__inner {
  display: flex;
  align-items: center;
  max-width: 50%;
}

.sns__facebook {
  flex-basis: 20%;
  text-align: center;
}

.sns__insta {
  flex-basis: 20%;
  text-align: center;
}

.sns__youtube {
  flex-basis: 20%;
  text-align: center;
}

.sns__tiktok {
  flex-basis: 20%;
  text-align: center;
}

.sns__insta-text {
  font-weight: 600;
  margin-bottom: 1rem;
}

.sns__insta-banner {
  display: block;
  margin: auto;
  max-width: 370px;
  transition: 0.3s;
  width: 100%;
}
.sns__insta-banner:hover {
  opacity: 0.8;
}

.sns__youtube-banner {
  display: block;
  margin: auto;
  max-width: 370px;
  transition: 0.3s;
  width: 100%;
}
.sns__youtube-banner:hover {
  opacity: 0.8;
}

.sns__tiktok-banner {
  display: block;
  margin: auto;
  max-width: 370px;
  transition: 0.3s;
  width: 100%;
}
.sns__tiktok-banner:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .sns {
    padding: 2rem 0;
  }
    .sns__inner img {
      width: 90%;
      height: auto;
    }
  .sns__inner {
    display: flex;
    align-items: center;
    width: 100%;
  }
    .sns__insta {
      flex-basis: 100%;
    }
  
    .sns__youtube {
      flex-basis: 100%;
    }
  
    .sns__tiktok {
      flex-basis: 100%;
    }
  .sns__facebook {
    flex-basis: 100%;
  }
  .sns__insta-banner {
    width: 100%;
  }
  .sns__youtube-banner {
    width: 100%;
  }
  .sns__tiktok-banner {
    width: 100%;
  }
}/*# sourceMappingURL=top.css.map */