@charset "UTF-8";
/* top page
 * ========================================================================== */
/**
/* Mainvisual
 * ========================================================================== */
/*↓↓↓変更不可*/
#mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  #mainvisual {
    overflow: initial;
    margin-bottom: 93px !important;
  }
}
/*↑↑↑変更不可*/
.mainvisualText {
  position: absolute;
  top: 21.296296%;
  left: 7.291666%;
  z-index: 10;
  max-width: 36.458333%;
}

#mainvisual .mvSlide {
  width: 100%;
  height: 100%;
}
#mainvisual .mvSlide .slick-list {
  height: 100%;
}
#mainvisual .mvSlide .slick-list .slick-track {
  height: 100%;
}
#mainvisual .mvSlide figure {
  width: 100%;
  height: 100%;
}
#mainvisual .mvSlide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainvisual .mvSlide figure figcaption {
  bottom: 60px;
}
@media (max-width: 767px) {
  #mainvisual .mvSlide figure figcaption {
    bottom: 5px;
  }
}
#mainvisual .mvSlide .slick-dots {
  bottom: 5px;
  text-align: left;
}
#mainvisual .mvSlide .slick-dots li.slick-active button:before {
  opacity: 0.8;
}
#mainvisual .mvSlide .slick-dots li button:before {
  font-size: 13px;
  opacity: 0.5;
}
#mainvisual .mvSlide .slick-dots li button:hover:before, #mainvisual .mvSlide .slick-dots li button:focus:before {
  opacity: 1;
}

/* @media
 * ========================================================================== */
@media screen and (max-width: 1024px) {
  .mainvisualText {
    max-width: 50%;
  }
}
@media screen and (max-width: 991px) {
  #mainvisual {
    height: 54.2857142857vw;
  }
}
/*微調整*/
@media screen and (max-width: 767px) {
  .mainvisualText {
    top: 20%;
    left: 0;
    right: 0;
    max-width: none;
  }
  #mainvisual {
    height: calc(100dvh - 92px);
  }
}
/**
/* freeArea
 * ========================================================================== */
.sectionItem#freeArea {
  max-width: none;
  margin: 60px auto 0;
  padding: 0 0 1px;
  background: #262626;
}

.introArea {
  position: relative;
  background: #fff;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .introArea {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .introArea {
    padding-top: 100vw;
  }
}
.introArea .txtArea {
  width: 100%;
  position: absolute;
  top: 15vw;
  left: 0;
}
@media (max-width: 1440px) {
  .introArea .txtArea {
    top: 10vw;
  }
}
@media (max-width: 1280px) {
  .introArea .txtArea {
    top: 5vw;
  }
}
.introArea .txtArea .logo {
  width: 100%;
  max-width: 1001px;
  margin: 0 auto 40px;
}
.introArea .txtArea p {
  color: #002662;
  text-align: center;
}
.introArea .txtArea p.cc01 {
  font-size: 29px;
  line-height: 1.3em;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .introArea .txtArea p.cc01 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .introArea .txtArea p.cc01 {
    font-size: 18px;
  }
}
.introArea .txtArea p.cc02 {
  font-size: 90px;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .introArea .txtArea p.cc02 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .introArea .txtArea p.cc02 {
    font-size: 40px;
  }
}
.introArea .txtArea p.cc03 {
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .introArea .txtArea p.cc03 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .introArea .txtArea p.cc03 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.introArea .txtArea p.introTxt01 {
  font-size: 19px;
  line-height: 2.4em;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .introArea .txtArea p.introTxt01 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .introArea .txtArea p.introTxt01 {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.introArea .txtArea p.introTxt02 {
  font-size: 25px;
  line-height: 2em;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .introArea .txtArea p.introTxt02 {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .introArea .txtArea p.introTxt02 {
    font-size: 15px;
    margin-bottom: 40px;
  }
}

.moreBtn {
  width: 100%;
  max-width: 212px;
  margin: 40px auto 0;
}
.moreBtn.wh a {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  color: #fff;
}
.moreBtn.wh a::before {
  background: rgba(0, 38, 98, 0.5);
}
.moreBtn.wh a::after {
  background: url(../../img/icon_arrow_wh.svg) no-repeat center center/cover;
}
.moreBtn a {
  display: block;
  border-top: solid 1px #002662;
  border-bottom: solid 1px #002662;
  text-align: center;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  color: #002662;
  font-family: "EB Garamond", serif;
  position: relative;
}
.moreBtn a span {
  position: relative;
  z-index: 3;
}
.moreBtn a::before {
  content: "";
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: width 0.4s ease 0s;
  transition: width 0.4s ease 0s;
}
.moreBtn a::after {
  content: "";
  width: 9px;
  height: 13px;
  background: url(../../img/icon_arrow.svg) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  z-index: 3;
  -webkit-transition: right 0.4s ease 0s;
  transition: right 0.4s ease 0s;
}
@media (min-width: 992px) {
  .moreBtn a:hover::before {
    width: 100%;
  }
  .moreBtn a:hover::after {
    right: 10px;
  }
}

.contentsArea {
  position: relative;
  margin-bottom: 20px;
}
.contentsArea .bgImg {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .contentsArea .bgImg {
    height: 80vw;
  }
}
@media (max-width: 767px) {
  .contentsArea .bgImg {
    height: 150vw;
  }
}
.contentsArea .bgImg figure {
  width: 100%;
  height: 100%;
}
.contentsArea .bgImg figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contentsArea .bgImg .bg01 {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media (max-width: 991px) {
  .contentsArea .bgImg .bg01 {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .contentsArea .bgImg .bg01 {
    width: 150%;
    height: 80%;
  }
}
.contentsArea .bgImg .bg02 {
  width: 20%;
  height: 40%;
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 100%);
          clip-path: polygon(0 100%, 0 0, 100% 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(38%, #7fcaff), color-stop(97%, #91ffa6));
  background: -webkit-linear-gradient(left, #7fcaff 38%, #91ffa6 97%);
  background: linear-gradient(to right, #7fcaff 38%, #91ffa6 97%);
  opacity: 0.85;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .contentsArea .bgImg .bg02 {
    width: 30%;
    height: 30%;
  }
}
.contentsArea .bgImg .bg03 {
  width: 12%;
  height: 25%;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: #aa8958;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .contentsArea .bgImg .bg03 {
    width: 20%;
    height: 15%;
  }
}
.contentsArea#access .bgImg .bg01 {
  background: rgba(83, 133, 168, 0.85);
}
.contentsArea#location .bgImg .bg01 {
  background: rgba(114, 154, 181, 0.66);
  mix-blend-mode: multiply;
}
.contentsArea#design .bgImg .bg01 {
  background: rgba(114, 154, 181, 0.66);
  mix-blend-mode: multiply;
}
.contentsArea#landscape .bgImg .bg01 {
  background: rgba(102, 162, 204, 0.66);
}
.contentsArea#plan .bgImg .bg01 {
  background: rgba(82, 111, 130, 0.66);
  mix-blend-mode: multiply;
}
.contentsArea .txtArea {
  width: 39%;
  padding: 50px 0 0 3%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  .contentsArea .txtArea {
    width: 80%;
  }
}
.contentsArea .txtArea h3 {
  color: #fff;
  font-weight: normal;
  font-size: 3.9vw;
  line-height: 1em;
  margin-bottom: 2.635431918vw;
}
@media (max-width: 767px) {
  .contentsArea .txtArea h3 {
    font-size: 8vw;
    line-height: 1em;
  }
}
.contentsArea .txtArea h3 sup {
  font-size: 40% !important;
}
.contentsArea .txtArea h3 small.s01 {
  font-size: 33.3333%;
}
.contentsArea .txtArea h3 small.s02 {
  font-size: 66.6666%;
}
.contentsArea .txtArea h3 strong {
  font-weight: normal;
  font-size: 116%;
}
.contentsArea .txtArea h3 span {
  display: block;
  letter-spacing: 0.15em;
  font-size: max(12px, 1.02vw);
  line-height: 1;
  margin-bottom: 0.7320644217vw;
}
@media (max-width: 767px) {
  .contentsArea .txtArea h3 span {
    margin-bottom: 5px;
  }
}
.contentsArea .txtArea .cc01 {
  color: #fff;
  font-size: max(15px, 1.3909224012vw);
  line-height: 1.84em;
}
.contentsArea .txtArea .moreBtn {
  margin: 2.9282576867vw 0 0;
}

.bnrArea {
  background: #fff;
  padding: 60px 0 0;
}
@media (max-width: 767px) {
  .bnrArea {
    padding: 0 0 30px;
  }
}
.bnrArea a {
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
@media (min-width: 992px) {
  .bnrArea a:hover {
    opacity: 0.7;
  }
}