@charset "UTF-8";
/*** reset ***/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

address,
em,
h1,
h2,
h3,
h4,
h5,
h6,
ins,
pre,
strong,
th {
  font-style: normal;
  font-weight: 400;
}

table {
  border-collapse: collapse;
  border: 0;
}

th {
  text-align: left;
}

input,
select,
textarea {
  vertical-align: middle;
}

a,
ins {
  text-decoration: none;
}

ul {
  list-style: none;
}

br {
  letter-spacing: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/***cleasrfix hack***/
.hack::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*end hide*/
.clear {
  clear: both;
}

/*** font ***/
body {
  line-height: 1.85;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: 400;
  color: #000;
}
@media (max-width: 767px) {
  body {
    line-height: 1.5;
  }
}

.trim {
  text-box: trim-both cap alphabetic;
}

/*family*/
body {
  font-family: "Noto Serif JP", serif;
}

.f_go {
  font-family: "Noto Sans JP", sans-serif;
}

.f_en {
  font-family: "Cormorant", "Noto Serif JP";
}

/*** link ***/
/***PC／スマホ切替***/
.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
.base_w {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .base_w {
    width: 90%;
  }
}

.cap {
  font-size: 1.1rem;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .cap {
    font-size: 1rem;
  }
}

.soon {
  pointer-events: none;
}

.slick-slide:focus {
  outline: none;
}

a {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main_wrap_brand {
  width: 100%;
  padding: 80px 0;
  background-image: url(../images/brand/mv.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .main_wrap_brand {
    background-image: url(../images/brand_r/mv-sp.jpg);
  }
}
.main_wrap_brand .txt01 {
  font-size: 42px;
}
@media (max-width: 767px) {
  .main_wrap_brand .txt01 {
    font-size: 25px;
  }
}
.main_wrap_brand .txt02 {
  margin-bottom: 60px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .main_wrap_brand .txt02 {
    font-size: 13px;
  }
}
.main_wrap_brand .logo {
  width: 142px;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .main_wrap_brand .logo {
    width: 80px;
  }
}
.main_wrap_brand .txt03 {
  margin-bottom: 40px;
  font-size: 31px;
}
@media (max-width: 767px) {
  .main_wrap_brand .txt03 {
    font-size: 18px;
  }
}
.main_wrap_brand .txt04 {
  line-height: 2;
  font-size: 15px;
}
@media (max-width: 767px) {
  .main_wrap_brand .txt04 {
    font-size: 13px;
  }
}

.main_wrap01 {
  width: 100%;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
}
.main_wrap01.quality_bg {
  background-image: url(../images/quality/mv.jpg);
}
@media (max-width: 767px) {
  .main_wrap01.quality_bg {
    background-image: url(../images/quality/mv-sp.jpg);
  }
}
.main_wrap01.product_bg {
  background-image: url(../images/product_r/mv.jpg);
  background-position: right 50% bottom 15%;
}
@media (max-width: 767px) {
  .main_wrap01.product_bg {
    background-position: center;
  }
}
.main_wrap01.gallery_bg {
  background-image: url(../images/portfolio/mv3.jpg);
}
@media (max-width: 767px) {
  .main_wrap01.gallery_bg {
    background-image: url(../images/portfolio/mv-sp3.jpg);
  }
}
.main_wrap01.support_bg {
  background-image: url(../images/service/mv.jpg);
}
@media (max-width: 767px) {
  .main_wrap01.support_bg {
    background-image: url(../images/service/mv-sp.jpg);
  }
}
.main_wrap01 .txt01 {
  font-size: 42px;
}
@media (max-width: 767px) {
  .main_wrap01 .txt01 {
    font-size: 25px;
  }
}
.main_wrap01 .txt02 {
  margin-bottom: 60px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .main_wrap01 .txt02 {
    font-size: 13px;
  }
}
.main_wrap01 .txt03 {
  line-height: 2;
  font-size: 15px;
}
@media (max-width: 767px) {
  .main_wrap01 .txt03 {
    font-size: 13px;
  }
}

.main_wrap02 {
  width: 100%;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
}
.main_wrap02.apartment_bg {
  background-image: url(../images/quality/mv2.jpg);
}
@media (max-width: 767px) {
  .main_wrap02.apartment_bg {
    background-image: url(../images/quality/mv-sp2.jpg);
  }
}
.main_wrap02.house_bg {
  background-image: url(../images/quality/mv3.jpg);
}
@media (max-width: 767px) {
  .main_wrap02.house_bg {
    background-image: url(../images/quality/mv-sp3.jpg);
  }
}
.main_wrap02.challenging_bg {
  background-image: url(../images/challenging_r/mv.jpg);
}
@media (max-width: 767px) {
  .main_wrap02.challenging_bg {
    background-image: url(../images/challenging_r/mv_sp.jpg);
  }
}
.main_wrap02.workshop_bg {
  background-image: url(../images/quality/mv4.jpg);
}
@media (max-width: 767px) {
  .main_wrap02.workshop_bg {
    background-image: url(../images/quality/mv-sp4.jpg);
  }
}
.main_wrap02.replacement_bg {
  background-image: url(../images/brand/mv.jpg);
}
@media (max-width: 767px) {
  .main_wrap02.replacement_bg {
    background-image: url(../images/brand_r/mv-sp.jpg);
  }
}
.main_wrap02.afterservice_bg {
  background-image: url(../images/service/mv2.jpg);
}
@media (max-width: 767px) {
  .main_wrap02.afterservice_bg {
    background-image: url(../images/service/mv-sp2.jpg);
  }
}
.main_wrap02.special_bg {
  background-image: url(../images/service/mv3.jpg);
}
@media (max-width: 767px) {
  .main_wrap02.special_bg {
    background-image: url(../images/service/mv-sp3.jpg);
  }
}
.main_wrap02.special_bg .txt01 img {
  display: block;
  width: 174px;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .main_wrap02.special_bg .txt01 img {
    width: 100px;
  }
}
.main_wrap02 .txt01 {
  margin-bottom: 60px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .main_wrap02 .txt01 {
    font-size: 18px;
  }
}
.main_wrap02 .txt02 {
  line-height: 2;
  font-size: 15px;
}
@media (max-width: 767px) {
  .main_wrap02 .txt02 {
    font-size: 13px;
  }
}

.pankuzu {
  position: fixed;
  top: 85px;
  left: 20px;
  z-index: 1000;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pankuzu.on {
  top: -20px;
}
@media (max-width: 1000px) {
  .pankuzu {
    top: 20px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .pankuzu {
    top: 10px;
    left: 10px;
  }
}
.pankuzu a {
  color: #fff;
}

.gotop {
  width: 65px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1000px) {
  .gotop {
    bottom: -65px;
  }
  .gotop.on {
    bottom: 65px;
  }
  .gotop:hover {
    opacity: 1;
  }
}

.grd01 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(119, 165, 154)), to(rgb(0, 87, 66)));
  background: linear-gradient(0deg, rgb(119, 165, 154) 0%, rgb(0, 87, 66) 100%);
}

.hv_br01 {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media not all and (pointer: coarse) {
  .hv_br01:hover {
    opacity: 1;
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}

.hv_br02 {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media not all and (pointer: coarse) {
  .hv_br02:hover {
    opacity: 1;
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}

.shd01 {
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

body {
  overflow-x: clip;
}

.mv_slider {
  position: relative;
  width: 100%;
  aspect-ratio: 70/31;
}
@media (max-width: 767px) {
  .mv_slider {
    aspect-ratio: auto;
  }
}
.mv_slider .fv_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .mv_slider .fv_video {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    aspect-ratio: 375/365;
  }
}
.mv_slider .fv_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mv_slider .swiper .swiper-wrapper .swiper-slide {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  display: grid;
  grid-template-columns: 24fr 46fr;
}
@media (max-width: 767px) {
  .mv_slider .swiper .swiper-wrapper .swiper-slide {
    grid-template-columns: 1fr;
  }
}
.mv_slider .swiper .swiper-wrapper .swiper-slide .left {
  display: grid;
  place-content: center;
  place-items: center;
}
@media (max-width: 767px) {
  .mv_slider .swiper .swiper-wrapper .swiper-slide .left {
    width: 100%;
    aspect-ratio: 375/365;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.mv_slider .swiper .swiper-wrapper .swiper-slide .left .txts {
  width: 50%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .mv_slider .swiper .swiper-wrapper .swiper-slide .left .txts {
    width: 170px;
    margin-bottom: 20px;
  }
}
.mv_slider .swiper .swiper-wrapper .swiper-slide .left .btn {
  width: 40%;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 767px) {
  .mv_slider .swiper .swiper-wrapper .swiper-slide .left .btn {
    width: 130px;
    line-height: 30px;
    font-size: 12px;
  }
}
.mv_slider .swiper .swiper-wrapper .swiper-slide .left .btn {
  -webkit-filter: brightness(1) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
          filter: brightness(1) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media not all and (pointer: coarse) {
  .mv_slider .swiper .swiper-wrapper .swiper-slide .left .btn:hover {
    opacity: 1;
    -webkit-filter: brightness(1.2) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
            filter: brightness(1.2) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  }
}
.mv_slider .swiper .swiper-wrapper .swiper-slide .left .s01_logo {
  width: 40%;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .mv_slider .swiper .swiper-wrapper .swiper-slide .left .s01_logo {
    width: 130px;
    margin-top: 20px;
  }
}
.mv_slider .swiper .swiper-wrapper .swiper-slide .right {
  aspect-ratio: 460/310;
}
@media (max-width: 767px) {
  .mv_slider .swiper .swiper-wrapper .swiper-slide .right {
    width: 100%;
    aspect-ratio: 375/300;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.mv_slider .swiper .swiper-wrapper .swiper-slide .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mv_slider .swiper-pagination {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .mv_slider .swiper-pagination {
    width: 100%;
    bottom: 20px;
    right: 0px;
  }
}
.mv_slider .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .mv_slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.mv_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #005438;
}

.mv_slider .swiper-slide:not(.swiper-slide-active) {
  pointer-events: none;
}

.mv_slider .swiper-slide-active {
  pointer-events: auto;
}

.property_top {
  width: 100%;
  padding-top: 80px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .property_top {
    padding-top: 40px;
  }
}
.property_top .top_titl {
  text-align: center;
  color: #38514c;
  font-size: 36px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .property_top .top_titl {
    font-size: 18px;
  }
}
.property_top .top_sub_titl {
  text-align: center;
  color: #38514c;
  font-size: 16px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .property_top .top_sub_titl {
    font-size: 10px;
  }
}
.property_top .tabs {
  width: 400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background-color: #d5dad9;
}
@media (max-width: 767px) {
  .property_top .tabs {
    width: 90%;
  }
}
.property_top .tabs .tab {
  width: 100%;
  line-height: 40px;
  text-align: center;
  color: #426e64;
  font-size: 14px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media not all and (pointer: coarse) {
  .property_top .tabs .tab:hover {
    background-color: #d5dad9;
  }
}
.property_top .tabs .tab.active {
  background-color: #426e64;
  color: #fff;
}
@media (max-width: 767px) {
  .property_top .tabs .tab {
    line-height: 30px;
    font-size: 12px;
  }
}

.topics {
  width: 100%;
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .topics {
    padding: 40px 0;
  }
}
.topics .top_titl {
  text-align: center;
  color: #38514c;
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .topics .top_titl {
    font-size: 18px;
  }
}
.topics .topics_slider {
  margin: 0 auto;
}
.topics .topics_slider .swiper-area {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.topics .topics_slider .swiper-area .swiper .swiper-wrapper {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.topics .topics_slider .swiper-area .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
.topics .topics_slider .swiper-area .swiper .swiper-wrapper .swiper-slide .link .txt {
  line-height: 1.5;
  padding: 10px;
  color: #38514c;
  font-size: 14px;
}
@media (max-width: 767px) {
  .topics .topics_slider .swiper-area .swiper .swiper-wrapper .swiper-slide .link .txt {
    font-size: 10px;
  }
}
.topics .topics_slider .swiper-area .swiper-button-next,
.topics .topics_slider .swiper-area .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 15px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  cursor: pointer;
}
@media (max-width: 1279px) {
  .topics .topics_slider .swiper-area .swiper-button-next,
  .topics .topics_slider .swiper-area .swiper-button-prev {
    display: none;
  }
}
.topics .topics_slider .swiper-area .swiper-button-prev {
  left: -35px;
}
.topics .topics_slider .swiper-area .swiper-button-next {
  right: -35px;
}
.topics .topics_slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin-top: 10px;
}
.topics .topics_slider .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #9fa0a0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topics .topics_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #38514c;
}
@media (max-width: 767px) {
  .topics .topics_slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.property {
  display: block;
  position: relative;
  background-color: #fff;
  overflow: clip;
}
.property .property_bg {
  width: 100%;
  position: sticky;
  top: 0;
  height: 0;
}
.property .property_bg .mv {
  width: 100%;
  height: 100vh;
}
.property .property_bg .mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.property .list_tokyo,
.property .list_kanagawa {
  display: none;
}
.property .property_list {
  width: 90%;
  max-width: 1200px;
  padding: 80px 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .property .property_list {
    padding: 40px 0;
    grid-template-columns: 1fr;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.property .property_list .box {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .property .property_list .box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0px;
  }
}
.property .property_list .box .thum {
  aspect-ratio: 1/1;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .property .property_list .box .thum {
    aspect-ratio: auto;
  }
}
.property .property_list .box .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.property .property_list .box .txts {
  padding: 20px 5%;
}
@media (max-width: 767px) {
  .property .property_list .box .txts {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.property .property_list .box .txts .txt01 {
  font-size: 12px;
  color: #a09255;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .property .property_list .box .txts .txt01 {
    font-size: 10px;
  }
}
.property .property_list .box .txts .txt02 {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  line-height: 1.4;
  font-size: 20px;
  border-bottom: 1px solid #025a43;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .property .property_list .box .txts .txt02 {
    font-size: 14px;
  }
}
.property .property_list .box .txts .txt03 {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .property .property_list .box .txts .txt03 {
    font-size: 10px;
  }
}
.property .property_list .box .txts .txt04 {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .property .property_list .box .txts .txt04 {
    font-size: 10px;
  }
}
.property .property_list .box .btn {
  position: absolute;
  bottom: 20px;
  right: 5%;
  width: 90%;
  line-height: 30px;
  font-size: 16px;
  color: #38514c;
  border-bottom: 1px solid #025a43;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media not all and (pointer: coarse) {
  .property .property_list .box .btn:hover {
    color: #005040;
  }
  .property .property_list .box .btn:hover .arrow {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .property .property_list .box .btn {
    bottom: 10px;
    right: 2.5%;
    width: 45%;
    line-height: 20px;
    font-size: 12px;
  }
}
.property .property_list .box .btn .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .property .property_list .box .btn .arrow {
    width: 8px;
  }
}

.news {
  padding: 80px 0;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .news {
    padding: 40px 0;
  }
}
.news .top_titl {
  text-align: center;
  color: #38514c;
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .news .top_titl {
    font-size: 18px;
  }
}
.news .top-news-label {
  margin: 30px 0;
}/*# sourceMappingURL=top_r.css.map */