@charset "UTF-8";
/* var */
/* color*/
/* media query(break point) */
/* animation */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

.maintitle.contentstop {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .maintitle {
    font-size: 20px;
  }
}

/* 不動産管理のご案内 */
.blocklink {
  margin: 5rem 0;
}

.blocklink__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .blocklink.turned .blocklink__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background-position: left top;
  }
  .blocklink.turned .blocklink__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 3rem 2rem 3rem 0;
    text-align: right;
  }
  .blocklink.turned .blocklink__img-text {
    left: unset;
    right: 0;
  }
}

.blocklink__img {
  background-image: url("https://placehold.jp/400x300.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 470px 416px;
  -ms-flex-preferred-size: 48.5%;
      flex-basis: 48.5%;
  min-height: 450px;
  position: relative;
}

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

.blocklink__img-text:hover {
  background-color: #35c348;
}

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

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

.blocklink__content {
  -ms-flex-preferred-size: 51.5%;
      flex-basis: 51.5%;
  padding: 3rem 0 3rem 2rem;
}

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

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

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

@media screen and (max-width: 767px) {
  .blocklink {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .blocklink__inner {
    display: block;
  }
  .blocklink__img {
    background-position: center top;
    background-size: 72%;
    height: 260px;
    min-height: unset;
  }
  .blocklink__img-text {
    left: 50%;
    padding: 1.2rem 3rem 1rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .blocklink__img-maintitle {
    font-size: 14px;
    margin-bottom: 0.6rem;
    white-space: nowrap;
  }
  .blocklink__img-subtitle {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .blocklink__content {
    margin: auto;
    padding: 2rem 0 0 0;
    width: 85%;
  }
  .blocklink__subtitle {
    font-size: 20px;
  }
  .blocklink__maintitle {
    font-size: 18px;
  }
  .blocklink__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
  }
}

/* プライバシーポリシー */
.policy .title-basic {
  padding-left: 2rem;
  text-align: left;
}

.policy p {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.policy .contactwindow {
  border: 1px solid #30af41;
  margin-bottom: 2rem;
  margin-top: 3rem;
  padding: 1rem;
}

.policy .contactwindow__title {
  color: #30af41;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #30af41;
}

.policy .contactwindow__text {
  margin-bottom: 0;
}

/* サイトマップ */
.block-3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}

.block-3col__item {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  margin-right: 3.5%;
}

.block-3col__item:nth-child(3n) {
  margin-right: 0;
}

.sitemap .title-2nd {
  border-bottom: 2px solid #30af41;
  color: #30af41;
  display: block;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
  padding: 5px;
}

.sitemap .list {
  margin-bottom: 1rem;
}

.sitemap .list a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  margin-right: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sitemap .list a:hover::before {
  margin-left: 2px;
  margin-right: 10px;
}

.sitemap a {
  color: #30af41;
  display: block;
  font-size: 0.85rem;
  line-height: 1.6;
  padding: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sitemap a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .block-3col {
    margin-bottom: 0;
  }
  .block-3col__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
  }
  .sitemap a {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=contents.css.map */