.section.row .section_title {
  margin-top: 0;
}
@media only screen and (min-width:1080px) {
  .section.row .section_title {
    margin-top: 0.83em;
  }
}

.p-front-estate .section_title {
  margin-bottom: 30px;
}
.p-front-estate-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media only screen and (min-width:768px) {
  .p-front-estate-link {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
.p-front-estate-item {
  border: 1px solid lightgray;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  place-items: center;
  gap: 8px;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width:1080px) {
  .p-front-estate-item {
    gap: 18px;
  }
}
.p-front-estate-item .icon {
  display: grid;
  place-items: center;
  background: #ebeee8;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 13px;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width:1080px) {
  .p-front-estate-item .icon {
    width: 100px;
    height: 100px;
  }
}
.p-front-estate-item .icon img {
  opacity: 0.8;
}
.p-front-estate-item .txt {
  height: 3.3em;
  display: grid;
  place-content: center;
  place-items: center;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width:1080px) {
  .p-front-estate-item .txt {
    font-size: 16px;
    height: 4em;
  }
}
.p-front-estate-item .txt span {
  display: block;
  font-size: 12px;
}
@media only screen and (min-width:1080px) {
  .p-front-estate-item .txt span {
    margin-top: 3px;
  }
}
.p-front-estate-item:hover {
  background: #ebeee8;
}
.p-front-estate-item:hover .icon {
  background: white;
}

.index_article_list {
  margin-top: 15px;
  margin-bottom: 24px;
  padding-left: 0;
  list-style: none;
}
@media only screen and (min-width:768px) {
  .index_article_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media only screen and (min-width:1080px) {
  .index_article_list {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width:768px) {
  .index_article_list .swiper-wrapper {
    display: contents;
  }
}
@media only screen and (min-width:768px) {
  .index_article_list {
    margin-left: 0;
    margin-right: 0;
  }
}
.index_article_list .article_item {
  background: #ebeee8;
  width: 100%;
}
@media only screen and (min-width:1080px) {
  .index_article_list .article_item {
    width: 100%;
  }
}
@media only screen and (min-width:768px) {
  .index_article_list .article_item:nth-child(4) {
    display: none;
  }
}
.index_article_list .article_item a {
  display: block;
}
.index_article_list .article_item .item_content {
  padding: 0 10px;
}
@media only screen and (min-width:1080px) {
  .index_article_list .article_item .item_content {
    padding: 0;
  }
}
.index_article_list .article_item .item_thumb {
  width: 100%;
  aspect-ratio: 4/3;
  height: auto;
}
.index_article_list .article_item .item_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_article_list .article_item .item_title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  height: 2.8em;
}
@media only screen and (min-width:1080px) {
  .index_article_list .article_item .item_title {
    font-size: 15px;
    margin: 8px 12px;
    height: 3.6em;
    line-height: 1.4;
  }
}

@media only screen and (min-width:768px) {
  .index_blogs {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (min-width:1080px) {
  .index_blogs {
    margin-bottom: 0 !important;
  }
}
.index_blogs .diary .diary_list {
  margin: 15px 0;
  position: relative;
}
@media only screen and (min-width:768px) {
  .index_blogs .diary .diary_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media only screen and (min-width:768px) {
  .index_blogs .diary .diary_list .swiper-wrapper {
    display: contents;
  }
}
.index_blogs .diary .diary_list .diary_item {
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width:1080px) {
  .index_blogs .diary .diary_list .diary_item {
    width: 100%;
  }
}
.index_blogs .diary .diary_list .diary_item:last-child {
  margin-bottom: 1.5em;
}
@media only screen and (min-width:768px) {
  .index_blogs .diary .diary_list .diary_item:nth-child(4) {
    display: none;
  }
}
.index_blogs .diary .diary_list .diary_item .item_content {
  padding: 0 12px;
}
.index_blogs .diary .diary_list .diary_item .item_thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
.index_blogs .diary .diary_list .diary_item .item_title {
  margin: 8px 0 !important;
  height: 3em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (min-width:768px) {
  .index_blogs .diary .diary_list .diary_item .item_title {
    height: 2.5em;
    margin: 8px 0 12px !important;
  }
}
.index_blogs .diary .diary_list .diary_item .exp {
  font-size: 12px;
}
@media only screen and (min-width:768px) {
  .index_blogs .diary .diary_list .diary_item .exp {
    display: none;
  }
}
.index_blogs .diary .diary_list .diary_item .exp .more {
  display: block;
  font-size: 0.8em;
  font-weight: 500;
  text-align: right;
}
.index_blogs .diary .diary_list .diary_item .exp .more:before {
  content: ">";
}
.index_blogs .diary .diary_list .diary_item .date {
  display: none !important;
}
@media only screen and (min-width:1080px) {
  .index_blogs .diary .diary_list .diary_item .date {
    display: block;
  }
}
.index_blogs .diary .diary_list .diary_item .sp_date {
  font-size: 0.8em;
  margin-top: 1em;
}
.index_blogs .diary .diary_list .u-scroll-hint {
  top: calc(50% - 110px);
}
.index_blogs .diary .dialy_more {
  margin-top: 0;
}
@media only screen and (min-width:1080px) {
  .index_blogs .diary .dialy_more {
    margin-top: 36px;
  }
}
@media only screen and (min-width:1080px) {
  .index_blogs .blogs .blog_items {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.index_catalogs {
  margin-bottom: 16px;
  padding-top: 48px;
}

.index__works--swiper {
  position: relative;
}
.index__voice--swiper {
  position: relative;
}

/*# sourceMappingURL=front.css.map */
