@charset "UTF-8";
/* ::::::::::  TOP  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
  padding-top: 0;
}

/* =========================================================
globalHeader
========================================================= */
body:not(.header_show) .globalHeader {
  background: none;
  color: #fff;
  border-bottom: none;
}
body:not(.header_show) .globalHeader::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 96%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  body:not(.header_show) .globalHeader::before {
    content: none;
  }
}
body:not(.header_show) .globalHeader .siteLogo a {
  color: #fff;
}
body:not(.header_show) .globalHeader .siteLogo a img {
  filter: brightness(0) invert(1);
}
body:not(.header_show) .globalHeader .gnavBtn {
  color: #fff;
}
body:not(.header_show) .globalHeader .gnavBtn .line {
  background-color: #fff;
}
body:not(.header_show) .globalHeader .gnavBtn .line::before, body:not(.header_show) .globalHeader .gnavBtn .line::after {
  background-color: #fff;
}
@media (max-width: 767px) {
  body:not(.header_show).navOn .globalHeader {
    background: #fff;
    color: rgba(51, 51, 51, 0.7);
    border-bottom: 1px solid #dadad7;
  }
  body:not(.header_show).navOn .globalHeader .siteLogo a {
    color: inherit;
  }
  body:not(.header_show).navOn .globalHeader .siteLogo a img {
    filter: unset;
  }
  body:not(.header_show).navOn .globalHeader .gnavBtn {
    color: #333333;
  }
  body:not(.header_show).navOn .globalHeader .gnavBtn .line {
    background-color: transparent;
  }
  body:not(.header_show).navOn .globalHeader .gnavBtn .line::before, body:not(.header_show).navOn .globalHeader .gnavBtn .line::after {
    background-color: #333333;
  }
}

body:not(.header_show):not(.navOn) .globalNav a {
  color: #fff;
}
@media (min-width: 1024px) {
  body:not(.header_show).navOn .globalNav a {
    color: #fff;
  }
}

/* =========================================================
kv
========================================================= */
.kv {
  position: relative;
  z-index: 0;
  height: 100vh;
  min-height: 780px;
  color: #fff;
}
@media (max-width: 1024px) {
  .kv {
    display: block;
    height: calc(100vh - 167px);
    min-height: 500px;
    min-height: -webkit-fill-available; /* iOS Safari対応 */
  }
}
.kv::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 767px) {
  .kv::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0) 100%);
  }
}
.kvPhoto {
  overflow: hidden;
  height: 100%;
}
.kvPhoto::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: auto;
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .kvPhoto::before {
    background: rgba(0, 0, 0, 0.28);
  }
}
.kvPhoto.light::before {
  background: rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .kvPhoto.light::before {
    background: rgba(0, 0, 0, 0.15);
  }
}
.kvPhoto img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.kv .textBlock {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 95%;
  margin: 196px auto 98px;
}
@media (max-width: 767px) {
  .kv .textBlock {
    max-width: 90%;
    margin: 128px auto 64px;
  }
}
.kvTitle {
  font-size: 5.2rem;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 1400px) {
  .kvTitle {
    font-size: clamp(2.5rem, 3.71vw, 5.2rem);
  }
}
@media (max-width: 767px) {
  .kvTitle {
    font-size: 2.5rem;
    text-align: center;
  }
}
.kvTitle .accent {
  font-size: 5.2rem;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .kvTitle .accent {
    font-size: clamp(3.1rem, 3.71vw, 5.2rem);
  }
}
@media (max-width: 767px) {
  .kvTitle .accent {
    font-size: 3.1rem;
  }
}
.kvTitle .dot {
  position: relative;
  display: inline-block;
}
.kvTitle .dot::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .kvTitle .dot::before {
    top: 4px;
    width: 4px;
    height: 4px;
  }
}
.kvTitle .dot:last-child {
  margin-right: 0.25em;
}
.kvTitle .cat {
  display: inline-block;
  font-size: 6.5rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.075em;
  background: #ef802a;
  padding: 6px 22px 14px;
  margin: 10px 13px 10px 0;
  border-radius: 5px;
}
@media (max-width: 1400px) {
  .kvTitle .cat {
    font-size: clamp(2.4rem, 4.64vw, 6.5rem);
  }
}
@media (max-width: 767px) {
  .kvTitle .cat {
    font-size: 2.4rem;
    padding: 10px 10px 14px;
    margin: 5px 7px 5px 0;
  }
  .kvTitle .cat:has(+ br) {
    margin-right: 0;
  }
}
.kvTitle .name {
  font-size: 6.7rem;
  font-weight: 800;
  line-height: 1.4;
  margin-right: 0.125em;
}
@media (max-width: 1400px) {
  .kvTitle .name {
    font-size: clamp(4.6rem, 4.79vw, 6.7rem);
  }
}
@media (max-width: 767px) {
  .kvTitle .name {
    font-size: 4.6rem;
    margin-right: 0.0625em;
  }
}
@media (min-width: 768px) {
  .kvTitle .text {
    line-height: 1.5;
    vertical-align: bottom;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .kvTitle .text {
    line-height: 1.7;
  }
}
@media (max-width: 767px) {
  .kvTitle .text2 {
    font-size: 4rem;
    font-weight: 500;
  }
}

/* =========================================================
concept
========================================================= */
.concept {
  position: relative;
  overflow: hidden;
}
.concept .wrapper {
  display: flex !important;
  align-items: center;
  gap: 0 60px;
  padding-top: 120px !important;
  padding-bottom: 120px;
}
@media (max-width: 1400px) {
  .concept .wrapper {
    gap: 0 40px;
  }
}
@media (max-width: 1024px) {
  .concept .wrapper {
    padding-top: 60px !important;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .concept .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.concept .textBlock {
  flex-grow: 1;
}
.concept .textBlock .secTitle01 {
  font-size: 3.4rem;
}
@media (max-width: 1400px) {
  .concept .textBlock .secTitle01 {
    font-size: clamp(2.2rem, 2.43vw, 3.4rem);
  }
}
@media (max-width: 1024px) {
  .concept .textBlock .secTitle01 {
    font-size: 2.2rem;
  }
}
.concept .textBlock p:not([class]) {
  line-height: 2.2666666667;
}
.concept .photoBlock {
  position: relative;
  width: 56.64%;
  flex-shrink: 0;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .concept .photoBlock {
    margin-right: 0;
    width: 100%;
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .concept .photoBlock .photo {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.concept .photoBlock .photo img {
  aspect-ratio: 708/442;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.concept .bg {
  position: absolute;
  top: -8%;
  left: -8%;
  width: 83vw;
  height: auto;
  z-index: -1;
  object-fit: cover;
  max-width: none;
}
@media (max-width: 767px) {
  .concept .bg {
    top: 3%;
    left: -30%;
    width: 180vw;
  }
}

/* =========================================================
property
========================================================= */
.property::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  margin: 0 auto;
  background: #e6f0e3;
}
.property .house_list {
  grid-template-columns: 582px 52px 288px 40px 288px;
  gap: 20px 0;
  margin: 60px 0 0;
}
@media (max-width: 1400px) {
  .property .house_list {
    grid-template-columns: 47% 4% 23% 3% 23%;
  }
}
@media (max-width: 767px) {
  .property .house_list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .property .house_list .listItem + .listItem {
    margin-top: 0;
  }
}
.property .house_list .listItem:first-child {
  grid-column: 1/2;
  grid-row: 1/3;
  width: auto;
}
@media (min-width: 768px) {
  .property .house_list .listItem:first-child .listItemWrap {
    padding: 0 30px 31px;
  }
  .property .house_list .listItem:first-child .photo {
    margin: 0 -30px 32px;
  }
  .property .house_list .listItem:first-child .cat_mark {
    margin-bottom: 20px;
  }
  .property .house_list .listItem:first-child .house_cat {
    position: static;
    font-size: 1.8rem;
    border-radius: 5px;
    padding: 0 24px;
  }
  .property .house_list .listItem:first-child .update_mark {
    font-size: 1.8rem;
    border-radius: 5px;
    padding: 0 24px;
    line-height: 2;
  }
  .property .house_list .listItem:first-child .house_place .name {
    font-size: 2.5rem;
  }
  .property .house_list .listItem:first-child .house_place .icon_place {
    width: 26px;
    height: 26px;
  }
  .property .house_list .listItem:first-child .price {
    font-size: 3.1rem;
  }
  .property .house_list .listItem:first-child .price_num {
    font-size: 4.7rem;
  }
}
@media (max-width: 767px) {
  .property .house_list .listItem:first-child {
    width: 100%;
  }
  .property .house_list .listItem:first-child .listItemWrap {
    padding: 0 16px 16px;
  }
  .property .house_list .listItem:first-child .photo {
    margin: 0 -16px 16px;
  }
  .property .house_list .listItem:first-child .cat_mark {
    display: contents;
  }
  .property .house_list .listItem:first-child .house_cat {
    font-size: 1.3rem;
    padding: 2px 16px;
  }
  .property .house_list .listItem:first-child .update_mark {
    font-size: 1.3rem;
    padding: 2px 11px;
  }
  .property .house_list .listItem:first-child .house_place .name {
    font-size: 1.4rem;
  }
  .property .house_list .listItem:first-child .house_place .icon_place {
    width: 16px;
    height: 16px;
  }
  .property .house_list .listItem:first-child .price_num {
    font-size: 2.4rem;
  }
}
.property .house_list .listItem:nth-child(2) {
  grid-column: 3/4;
  grid-row: 1;
}
@media (max-width: 767px) {
  .property .house_list .listItem:nth-child(2) {
    width: calc(50% - 7px);
  }
}
.property .house_list .listItem:nth-child(3) {
  grid-column: 5/6;
  grid-row: 1;
}
@media (max-width: 767px) {
  .property .house_list .listItem:nth-child(3) {
    width: calc(50% - 7px);
  }
}
.property .house_list .listItem:nth-child(4) {
  grid-column: 3/4;
  grid-row: 2;
}
@media (max-width: 767px) {
  .property .house_list .listItem:nth-child(4) {
    width: calc(50% - 7px);
  }
}
.property .house_list .listItem:nth-child(5) {
  grid-column: 5/6;
  grid-row: 2;
}
@media (max-width: 767px) {
  .property .house_list .listItem:nth-child(5) {
    width: calc(50% - 7px);
  }
}
.property .house_list .listItemWrap {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #333333;
  padding: 0 20px 20px;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .property .house_list .listItemWrap {
    padding: 0 12px 12px;
  }
}
.property .house_list .photo {
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0 -20px 16px;
}
@media (max-width: 767px) {
  .property .house_list .photo {
    margin: 0 -12px 12px;
  }
}
.property .house_list .photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 582/370;
  object-fit: cover;
  transition: all 0.4s ease-out;
}
@media (any-hover: hover) {
  .property .house_list a.listItemWrap:hover {
    opacity: 1;
  }
  .property .house_list a.listItemWrap:hover .photo img {
    transform: scale(1.08);
  }
}
.property .house_list .house_cat {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .property .house_list .update_mark {
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .property .house_list .house_place {
    gap: 0 0.25em;
  }
}
@media (min-width: 768px) {
  .property .btn {
    position: absolute;
    top: 164px;
    right: 0;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .property .btn {
    top: 83px;
  }
}
@media (min-width: 1025px) {
  .property .btn a {
    min-width: 376px;
  }
}

/* =========================================================
company
========================================================= */
.company .table01 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .company .table01 {
    margin-top: 0;
  }
}

/* =========================================================
information
========================================================= */
.information .wrapper {
  display: flex;
  gap: 0 70px;
}
@media (max-width: 1024px) {
  .information .wrapper {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .information .titleWrap {
    display: contents;
  }
}
@media (max-width: 1024px) {
  .information .titleWrap .btn {
    order: 1;
    margin-top: 32px;
    text-align: center;
  }
}
.information .info_list {
  flex-grow: 1;
  border-top: 1px solid #dadad7;
  margin-top: 4px;
}
@media (max-width: 1024px) {
  .information .info_list {
    margin-top: 20px;
  }
}
.information .info_list .listItemWrap {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px 75px 24px 24px;
  border-bottom: 1px solid #dadad7;
}
@media (max-width: 767px) {
  .information .info_list .listItemWrap {
    display: block;
    padding: 23px 40px 23px 0;
  }
}
.information .info_list .listItem .date {
  margin: 0 32px 0 0;
  flex-shrink: 0;
  color: #666666;
}
@media (min-width: 768px) {
  .information .info_list .listItem .date {
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .information .info_list .listItem .date {
    margin: 0 0 8px 0;
  }
}
.information .info_list .listItem .title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.information .info_list .listItem .circle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .information .info_list .listItem .circle {
    width: 24px;
    height: 24px;
  }
}
.information .info_list .listItem .circle .icon_arrow {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .information .info_list .listItem .circle .icon_arrow {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 768px) {
  .information .info_list .listItem .circle {
    background: transparent;
  }
  .information .info_list .listItem .circle .icon_arrow {
    fill: #dadad7;
  }
}
@media (any-hover: hover) {
  .information .info_list .listItem a:hover {
    opacity: 1;
  }
  .information .info_list .listItem a:hover .circle {
    background: #6eba3d;
  }
  .information .info_list .listItem a:hover .circle .icon_arrow {
    fill: #fff;
  }
}/*# sourceMappingURL=top_new.css.map */