@charset "UTF-8";
/*html body setting*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  width: 100%;
}

body {
  position: relative;
  /*overflow: hidden;*/
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #fff;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  margin: auto;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
}

/*px base setting*/
#pxBase sup {
  vertical-align: super;
  font-size: 0.5em;
}
#pxBase a:link,
#pxBase a:visited,
#pxBase a:active,
#pxBase a:hover {
  text-decoration: none;
}
#pxBase figure {
  position: relative;
}
#pxBase img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#pxBase img.object-fit {
  object-fit: cover;
  height: 100%;
}

/* visible or hidden
--------------------------------------------------------------------------------*/
.hidden-pc {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .visible-pc {
    display: none !important;
  }
  .hidden-pc {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .visible-tbsp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
.mv .mvImg img {
  object-position: right center;
}

.image-sec {
  position: relative;
}
.image-sec .mvImg {
  width: 100%;
  height: 100vh;
}
.image-sec .mvImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-sec::after {
  position: absolute;
  content: "";
  height: 200px;
  background-image: linear-gradient(180deg, #f2f2f2, rgba(242, 242, 242, 0));
  top: 0;
  left: 0;
  width: 100%;
}

.designConcept-sec {
  background-color: #254357;
  padding: 160px 80px;
}
@media only screen and (max-width: 991px) {
  .designConcept-sec {
    padding: 80px 30px;
  }
}
.designConcept-sec .inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.designConcept-sec .inner .bigLead {
  font-size: 64px;
  margin-bottom: 40px;
  color: #fff;
  line-height: 1;
}
.designConcept-sec .inner .leadCopy {
  font-size: 24px;
  margin-bottom: 40px;
  color: #fff;
}
.designConcept-sec .inner figure {
  display: flex;
  align-items: center;
}
.designConcept-sec .inner figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 1440px) {
  .designConcept-sec .inner {
    padding: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .designConcept-sec .inner {
    padding: 0px 50px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 20px;
  }
  .designConcept-sec .inner .bigLead {
    font-size: 56px;
  }
  .designConcept-sec .inner .leadCopy {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .designConcept-sec .inner {
    padding: 0px;
  }
  .designConcept-sec .inner .bigLead {
    font-size: 32px;
  }
}

.facadeDesign-sec .facadeDesignImageWrap {
  max-width: 1025px;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  gap: 80px;
}
.facadeDesign-sec .facadeDesignImageWrap .facadeDesignImage {
  position: relative;
}
.facadeDesign-sec .facadeDesignImageWrap .facadeDesignImage .imgcap {
  bottom: -20px;
  color: #222;
  text-shadow: none;
}
.facadeDesign-sec .facadeDesignImageWrap .pointsWrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 991px) {
  .facadeDesign-sec .facadeDesignImageWrap .pointsWrap {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .facadeDesign-sec .facadeDesignImageWrap .pointsWrap {
    flex-direction: column;
  }
}
.facadeDesign-sec .facadeDesignImageWrap .pointsWrap div {
  width: 100%;
  background: #254357;
  color: #fff;
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .facadeDesign-sec .facadeDesignImageWrap .pointsWrap div {
    padding: 15px;
  }
}
.facadeDesign-sec .facadeDesignImageWrap .pointsWrap div p {
  font-size: 19px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .facadeDesign-sec .facadeDesignImageWrap .pointsWrap div p {
    font-size: 15px;
  }
}

.architecturalDesigner-sec {
  padding: 160px 80px;
}
@media only screen and (max-width: 991px) {
  .architecturalDesigner-sec {
    padding: 80px 30px;
  }
}
.architecturalDesigner-sec .inner {
  max-width: 1440px;
  padding: 0px 80px;
  margin: 0 auto;
}
.architecturalDesigner-sec .inner .bigLead {
  font-size: 64px;
  margin-bottom: 40px;
  color: #5189AF;
  line-height: 1;
}
.architecturalDesigner-sec .inner .leadCopy {
  font-size: 24px;
  margin-bottom: 40px;
}
.architecturalDesigner-sec .inner .bodyCopy {
  margin-bottom: 40px;
}
.architecturalDesigner-sec .inner .profileCopy {
  font-size: 20px;
}
.architecturalDesigner-sec .inner .profileCopy span {
  font-size: 16px;
}
.architecturalDesigner-sec .inner .architecturalDesignerWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.architecturalDesigner-sec .inner .architecturalDesignerWrap .architecturalDesignerTitle {
  margin-bottom: 20px;
}
.architecturalDesigner-sec .inner .architecturalDesignerWrap .architecturalDesignerImage {
  display: flex;
  align-items: flex-end;
}
.architecturalDesigner-sec .inner .architecturalDesignerWrap .architecturalDesignerImage figure {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.architecturalDesigner-sec .inner .architecturalDesignerWrap .architecturalDesignerImage figure img {
  width: 100%;
}
.architecturalDesigner-sec .inner .imgWrap {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 20px;
  margin-top: 80px;
}
.architecturalDesigner-sec .inner figure img {
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .architecturalDesigner-sec .inner {
    padding: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .architecturalDesigner-sec .inner {
    padding: 0px 50px;
  }
  .architecturalDesigner-sec .inner .bigLead {
    font-size: 56px;
  }
  .architecturalDesigner-sec .inner .architecturalDesignerWrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .architecturalDesigner-sec .inner {
    padding: 0px;
  }
  .architecturalDesigner-sec .inner .bigLead {
    font-size: 32px;
  }
  .architecturalDesigner-sec .inner .leadCopy {
    font-size: 18px;
  }
}

.designLead-sec, .entrance-sec, .facadeDesign-sec, .landscape-sec {
  background-color: rgba(106, 121, 149, 0.1);
  padding: 160px 0px 0px;
}
@media only screen and (max-width: 991px) {
  .designLead-sec, .entrance-sec, .facadeDesign-sec, .landscape-sec {
    padding: 80px 0px 0px;
  }
}
.designLead-sec .inner, .entrance-sec .inner, .facadeDesign-sec .inner, .landscape-sec .inner {
  padding: 0px 80px;
  max-width: 1440px;
  margin: 0 auto;
}
.designLead-sec .inner .bigLead, .entrance-sec .inner .bigLead, .facadeDesign-sec .inner .bigLead, .landscape-sec .inner .bigLead {
  font-size: 80px;
  margin-bottom: 40px;
  color: #254357;
  text-align: center;
}
.designLead-sec .inner .leadCopy, .entrance-sec .inner .leadCopy, .facadeDesign-sec .inner .leadCopy, .landscape-sec .inner .leadCopy {
  font-size: 24px;
  margin-bottom: 80px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .designLead-sec .inner, .entrance-sec .inner, .facadeDesign-sec .inner, .landscape-sec .inner {
    padding: 0px 50px;
  }
  .designLead-sec .inner .bigLead, .entrance-sec .inner .bigLead, .facadeDesign-sec .inner .bigLead, .landscape-sec .inner .bigLead {
    font-size: 56px;
  }
  .designLead-sec .inner .leadCopy, .entrance-sec .inner .leadCopy, .facadeDesign-sec .inner .leadCopy, .landscape-sec .inner .leadCopy {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .designLead-sec .inner, .entrance-sec .inner, .facadeDesign-sec .inner, .landscape-sec .inner {
    padding: 0px 30px;
  }
  .designLead-sec .inner .bigLead, .entrance-sec .inner .bigLead, .facadeDesign-sec .inner .bigLead, .landscape-sec .inner .bigLead {
    font-size: 32px;
    text-align: left;
  }
  .designLead-sec .inner .leadCopy, .entrance-sec .inner .leadCopy, .facadeDesign-sec .inner .leadCopy, .landscape-sec .inner .leadCopy {
    text-align: left;
  }
}

.designLead-sec {
  background: rgba(0, 0, 0, 0);
}
.designLead-sec .inner .leadCopy {
  text-align: center;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 991px) {
  .designLead-sec .inner .leadCopy {
    font-size: 18px;
  }
}

.entrance-sec {
  margin-bottom: 0px;
  padding-bottom: 0;
}
.entrance-sec figure {
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 991px) {
  .entrance-sec figure {
    height: 80vh;
  }
}
@media only screen and (max-width: 767px) {
  .entrance-sec figure {
    height: 40vh;
  }
}
.entrance-sec figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entrance-sec .imgWrap {
  position: relative;
}


/* landscape-sec
------------------------- */

.landscape-sec {
  margin-bottom: 0px;
  padding-bottom: 0;
}
.landscape-sec figure {
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 991px) {
  .landscape-sec figure {
    height: 80vh;
  }
}
@media only screen and (max-width: 767px) {
  .landscape-sec figure {
    height: 40vh;
  }
}
.landscape-sec figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landscape-sec .imgWrap {
  position: relative;
}

/* planting
------------------------- */
.plantingDesign-sec {
  padding: 160px 80px;
}
@media only screen and (max-width: 991px) {
  .plantingDesign-sec {
    padding: 120px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .plantingDesign-sec {
    padding: 80px 30px;
  }
}
.plantingDesign-sec .inner {
  max-width: 900px;
  margin: 0 auto;
}
.plantingDesign-sec .inner .leadCopy {
  font-size: 22px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .plantingDesign-sec .inner .leadCopy {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .plantingDesign-sec .inner .leadCopy {
    font-size: 18px;
  }
}
.plantingDesign-sec .inner .bigLead {
  font-size: 80px;
  margin-bottom: 40px;
  line-height: 1;
  color: #92a1ab;
}
@media only screen and (max-width: 991px) {
  .plantingDesign-sec .inner .bigLead {
    font-size: 56px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .plantingDesign-sec .inner .bigLead {
    font-size: 40px;
  }
}
.plantingDesign-sec .inner .imgWrap {
  max-width: 1600px;
  position: relative;
  padding-bottom: 1em;
}
.plantingDesign-sec .inner .imgWrap .leadCopy {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .plantingDesign-sec .inner .imgWrap .leadCopy {
    margin-bottom: 40px;
  }
}
.plantingDesign-sec .inner .imgWrap .imgList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: min(20px, 2vw);
}

@media only screen and (max-width: 991px) {
  .plantingDesign-sec .inner .imgWrap .imgList {
    grid-template-columns: repeat(3, 1fr);
  }
}
.plantingDesign-sec .inner .imgWrap .imgList li figure {
  margin-bottom: 4px;
  position: relative;
}
.plantingDesign-sec .inner .imgWrap .imgList li .ttl {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .plantingDesign-sec .inner .imgWrap .imgList li .ttl {
    font-size: 11px;
  }
}
.plantingDesign-sec .inner .imgWrap .imgList li .copy {
  font-size: 16px;
  line-height: 1.5;
}
.plantingDesign-sec .inner .imgWrap .imgcap {
  color: #000;
  text-shadow: none;
}

/* designBlockList-sec
------------------------------ */

.designBlockList-sec {
  margin-bottom: 160px;
  background-color: rgba(106, 121, 149, 0.1);
}
.designBlockList-sec .leadCopy {
  font-size: 24px;
  margin-bottom: 20px;
}
.designBlockList-sec .designBlockItem {
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 80px 0;
}
.designBlockList-sec .designBlockItem .designBlockItemInner {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: min(40px, 4vw);
  max-width: 900px;
}
@media only screen and (max-width: 1440px) {
  /* .designBlockList-sec .designBlockItem .designBlockItemInner {
    max-width: 100%;
  } */
}
@media only screen and (max-width: 991px) {
  .designBlockList-sec .designBlockItem .designBlockItemInner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .designBlockList-sec .designBlockItem .designBlockItemInner {
    padding: 0px 30px;
  }
}
.designBlockList-sec .designBlockItem .designBlockItemInner.wide {
  flex-direction: column;
}
.designBlockList-sec .designBlockItem .designBlockItemInner.wide .designBlockBody {
  width: 100%;
}
.designBlockList-sec .designBlockItem .designBlockItemInner.wide .designBlockImg {
  padding: 30px;
  background-color: #fff;
  width: 100%;
}
.designBlockList-sec .designBlockItem .designBlockItemInner .designBlockBody {
  padding-left: 0;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .designBlockList-sec .designBlockItem .designBlockItemInner .designBlockBody {
    width: 100%;
  }
}
.designBlockList-sec .designBlockItem .designBlockItemInner .designBlockBody .designBlockTitle {
  margin-bottom: 20px;
  position: relative;
  font-size: 24px;
}
.designBlockList-sec .designBlockItem .designBlockItemInner .designBlockBody .leadCopy {
  line-height: 1.75;
}
.designBlockList-sec .designBlockItem .designBlockItemInner .designBlockBody .leadCopy.sohgho {
  color: #fff;
  background-color: #254357;
  margin-bottom: 0;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .designBlockList-sec .designBlockItem .designBlockItemInner .designBlockBody .leadCopy.sohgho {
    font-size: 17px;
  }
}
.designBlockList-sec .designBlockItem .designBlockItemInner .designBlockBody .leadCopy.sohgho.subCopy {
  font-size: 1em;
  margin-bottom: 20px;
}
.designBlockList-sec .designBlockItem .designBlockItemInner .designBlockImg {
  position: relative;
  width: min(360px,100%);
  margin-inline: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .designBlockList-sec .designBlockItem .designBlockItemInner .designBlockImg {
    width: min(360px,40vw);
  }
}
.designBlockList-sec .designBlockItem .designBlockItemInner .designBlockImg > div {
  width: 100%;
}
.designBlockList-sec .designBlockItem .designBlockItemInner .designBlockImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.designBlockList-sec .designBlockItem .designBlockItemInner .designBlockImg.haseko {
  max-width: 800px;
  margin: 0 auto;
}
/* .designBlockList-sec .bodyCopyWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(20px, 2vw);
}
@media only screen and (max-width: 991px) {
  .designBlockList-sec .bodyCopyWrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }
} */
.designBlockList-sec .bodyCopyWrap .bodyCopy {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .designBlockList-sec .bodyCopyWrap .bodyCopy {
    font-size: inherit;
  }
}
/*# sourceMappingURL=design.css.map */