@charset "UTF-8";
/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.g-header .gnav__item--09 a {
  color: #0B8943;
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
.c-contents {
  background: #fff;
}

.m-intro__obj {
  overflow: hidden;
  width: 100%;
}
.m-intro__obj-slide .txt {
  width: 2400px;
  color: #E7EFCE;
}

.m-intro__lead {
  margin-top: 60px;
}


/*--------------------------------------------------------------------------
   sec-map
---------------------------------------------------------------------------*/
.sec-map {
  --map-height: auto;
  --map-list: auto;
  height: var(--map-height);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.sec-map .c-number {
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #2464AC 0, #3CA4BB 100%);
  color: #fff;
  line-height: 1;
  box-sizing: border-box;
}
.sec-map__img {
  position: sticky;
  top: 120px;
  left: 0;
  transform: translateY(calc(var(--map-diff) / -2));
}
.sec-map__img-pic {
  position: relative;
}
.sec-map__img-pic figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
}
.sec-map__img-pic img {
  width: 100%;
  height: auto;
}
.sec-map__img-num {
  height: 0;
}
.sec-map__img-num .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 2%;
  font-size: 1.2vw;
  transform: translate(-50%, -50%);
}
.sec-map__img-num .number.on {
  z-index: 10;
}
.sec-map__img-num .number::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.sec-map__img-num .number.number--01  {top: 49.2%; left: 30.3%;}
.sec-map__img-num .number.number--02  {top: 56.9%; left: 25.5%;}
.sec-map__img-num .number.number--03_1 {top: 26.2%; left: 31.9%;}
.sec-map__img-num .number.number--03_2 {top: 36.0%; left: 46.3%;}
.sec-map__img-num .number.number--04  {top: 31.4%; left: 41.3%;}
.sec-map__img-num .number.number--05  {top: 55.3%; left: 33.8%;}
.sec-map__img-num .number.number--06  {top: 31.2%; left: 63.0%;}
.sec-map__img-num .number.number--07  {top: 25.7%; left: 65.4%;}
.sec-map__img-num .number.number--08  {top: 55.0%; left: 84.7%;}
.sec-map__img-num .number.number--09  {top: 51.8%; left: 76.5%;}
.sec-map__img-num .number.number--10  {top: 60.8%; left: 76.8%;}
.sec-map__img-num .number.number--11  {top: 41.6%; left: 79.1%;}
.sec-map__img-num .number.number--12  {top: 47.1%; left: 71.3%;}
.sec-map__img-num .number.number--13  {top: 50.0%; left: 69.1%;}
.sec-map__img-num .number.number--14  {top: 65.4%; left: 54.5%;}
.sec-map__img-num .number .c-number {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  transition: transform 0.2s;
}
.sec-map__img-num .number.on .c-number,
.sec-map__img-num .number .c-number:hover {
  transform: scale(1.5);
}
.sec-map__list {
  overflow: hidden;
  position: sticky;
  top: var(--map-list);
  background: #fff;
  margin-bottom: -1px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.sec-map__list::-webkit-scrollbar {
	display:none;
}
.sec-map__list-box {
  display: inline-flex;
}
.sec-map__list-box::after {
  content: '';
  display: block;
  width: 2.5vw;
  height: auto;
}
.sec-map__list-box::after {
  width: calc(57vw - var(--scrollbar-width));
}
.sec-map__item {
  width: calc(43vw);
}
.sec-map__item > div {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 5% 0 5% 5%;
}
.sec-map__item-img {
  position: relative;
  width: 50%;
  margin-right: 4%;
}
.sec-map__item-img::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 60%;
}
.sec-map__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.sec-map__item-img .c-img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
}
.sec-map__item-body {
  flex: 1;
  font-family: "Noto Serif JP", serif, sans-serif;
}
.sec-map__item-hdg {
  display: flex;
  color: #00375A;
  font-size: min(22px, 1.5vw);
  line-height: 1.2;
}
.sec-map__item-hdg > div {
  flex: 1;
}
.sec-map__item-hdg .c-number {
  display: inline-flex;
  width: min(35px, 2.5vw);
  height: min(35px, 2.5vw);
  margin-right: 15px;
  font-size: 1em;
}
.sec-map__item-txt {
  margin-top: 10px;
  font-size: min(16px, 1.11vw);
  line-height: 1.85;
}
.sec-map__item-txt span {
  display: block;
  margin-top: 5px;
  font-size: min(12px, 0.9vw);
}
@media only screen and (max-width: 767px) {
  .sec-map__img {
    overflow: auto;
    top: 0;
  }
  .sec-map__img > div {
    position: relative;
    width: 200%;
  }
  .sec-map__img-num .number {
    width: 2.6%;
    font-size: 2.8vw;
  }
  .sec-map__list-box::after {
    content: none;
  }
  .sec-map__item {
    width: 100vw;
  }
  .sec-map__item > div {
    flex-direction: column;
    padding-right: 5%;
  }
  .sec-map__item-img {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .sec-map__item-img::before {
    padding-bottom: 40%;
  }
  .sec-map__item-hdg {
    font-size: 16px;
  }
  .sec-map__item-hdg .c-number {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .sec-map__item-txt {
    font-size: 14px;
    line-height: 1.85;
  }
  .sec-map__item-txt span {
    font-size: 12px;
  }
}
/*--------------------------------------------------------------------------
   sec-plant
---------------------------------------------------------------------------*/
.sec-plant {
  margin-top: 200px;
}

.sec-plant__content {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
}

.sec-plant__ttl {
  font-family: "Heebo", sans-serif;
  font-size: 70px;
  font-weight: 500;
  color: #D0E786;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}

.sec-plant__hdg {
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.sec-plant__lead {
  margin-top: 30px;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 18px;
  line-height: 2.22;
}

.sec-plant__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 60px;
}

.sec-plant__item {
  width: 32%;
  margin-bottom: 20px;
}

.sec-plant__item:not(:nth-child(3n+1)) {
  margin-left: 2%;
}

.sec-plant__item-img {
  position: relative;
}

.sec-plant__item-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 32/22;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-plant__item-img .c-img-caption {
  position: absolute;
  right: 0;
  bottom: 0;
}

.sec-plant__mv {
  position: relative;
  margin-bottom: 130px;
}

.sec-plant__mv img {
  width: 100%;
  height: auto;
}

.sec-plant__mv .c-img-caption {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*--------------------------------------------------------------------------
   sec-entrancehall
---------------------------------------------------------------------------*/
.sec-entrancehall {
  position: relative;
  padding: 100px 0;
  background: url("../../img/landplan/bg_wall.jpg") repeat 50% 0/contain;
}

.sec-entrancehall__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.sec-entrancehall__hdg {
  font-family: "Heebo", sans-serif;
  font-size: 70px;
  font-weight: 500;
  color: #D0E786;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.sec-entrancehall__mv {
  position: absolute;
  top: 162px;
  left: calc(50% - 80px);
  max-width: 800px;
}

.sec-entrancehall__mv img {
  width: 100%;
  height: auto;
}

.sec-entrancehall__mv .c-img-caption {
  position: absolute;
  right: 0;
  bottom: 0;
}

.sec-entrancehall__catch {
  margin-top: 20px;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 30px;
  line-height: 1.66;
}

.sec-entrancehall__lead {
  max-width: 400px;
  margin-top: 30px;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 18px;
  line-height: 2.22;
}

.sec-entrancehall .concierge {
  position: relative;
  max-width: 1000px;
  margin: 7.63vw auto 0;
  padding: 70px 50px 50px;
  border: 1px solid #000;
}

.sec-entrancehall .concierge__img {
  position: absolute;
  top: 70px;
  right: 50px;
  max-width: 390px;
  width: 43%;
}

.sec-entrancehall .concierge__img img {
  width: 100%;
  height: auto;
}

.sec-entrancehall .concierge__img .c-img-caption {
  position: absolute;
  right: 0;
  bottom: 0;
}

.sec-entrancehall .concierge__lead {
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 30px;
  letter-spacing: -0.05em;
}

.sec-entrancehall .concierge__txt {
  max-width: 400px;
  margin: 20px 0 50px;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 18px;
  line-height: 2.22;
}

.sec-entrancehall .concierge__hdg {
  position: relative;
  padding: 7px 50px;
  background-color: #000;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
}

.sec-entrancehall .concierge__hdg--obj::after {
  position: absolute;
  top: -32px;
  right: -30px;
  z-index: 2;
  width: 373px;
  height: 68px;
  background: url("../../img/landplan/txt_concierge_support.svg") no-repeat 50% 50%/contain;
  content: "";
}

.sec-entrancehall .concierge__hdg span {
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #fff;
  line-height: 1;
}

.sec-entrancehall .concierge__body {
  padding: 35px 50px 50px;
  background-color: #fff;
}

.sec-entrancehall .concierge__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.sec-entrancehall .concierge__item {
  width: 46.25%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #BCBCBC;
}

.sec-entrancehall .concierge__item:nth-child(even) {
  width: 53.75%;
  padding-left: 7.5%;
}

.sec-entrancehall .concierge__item--end {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.sec-entrancehall .concierge__item-hdg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.sec-entrancehall .concierge__item-hdg::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #000;
}

.sec-entrancehall .concierge__item-txt {
  display: block;
  margin-top: 5px;
  padding-left: 25px;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.sec-entrancehall .concierge__caption {
  margin-top: 22px;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.sec-entrancehall .concierge__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 15px;
  letter-spacing: 0.05em;
}
.sec-entrancehall .concierge__info-hdg {
  position: relative;
  width: 55px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 2;
}
.sec-entrancehall .concierge__info-txt::before {
  content: "：";
  margin-right: 7px;
}
.sec-entrancehall .concierge__info-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 55px);
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 2;
}
/*--------------------------------------------------------------------------
   sec-coworking
---------------------------------------------------------------------------*/
.sec-coworking {
  position: relative;
  padding: 130px 0 70px;
}

.sec-coworking__hdg {
  font-family: "Heebo", sans-serif;
  font-size: 70px;
  font-weight: 500;
  color: #D0E786;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}

.sec-coworking__mv {
  position: relative;
  width: 100%;
}

.sec-coworking__mv img {
  width: 100%;
  height: auto;
}

.sec-coworking__mv .c-img-caption {
  position: absolute;
  right: 0;
  bottom: 0;
}

.sec-coworking__content {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 10px;
}

.sec-coworking__lead {
  margin-top: 90px;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 30px;
  line-height: 1.66;
  text-align: center;
}

.sec-coworking__txt {
  margin-top: 35px;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 18px;
  line-height: 2.22;
  text-align: center;
}

.sec-coworking__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}

.sec-coworking__item {
  position: relative;
  width: 47%;
}

.sec-coworking__item img {
  width: 100%;
  height: auto;
}

.sec-coworking__item .c-img-caption {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .m-intro__obj-slide .txt {
    width: auto;
  }
  .m-intro__lead {
    margin-top: 20px;
  }
  .m-page-mv__img {
    opacity: 0;
  }
  @-webkit-keyframes design-bg {
    0% {
      -webkit-transform: translateX(calc(-90% + 100vw));
              transform: translateX(calc(-90% + 100vw));
    }
    100% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
  }
  @keyframes design-bg {
    0% {
      -webkit-transform: translateX(calc(-90% + 100vw));
              transform: translateX(calc(-90% + 100vw));
    }
    100% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
  }
  .m-page-mv__content {
    overflow: hidden;
  }
  .m-page-mv__content::before {
    content: "";
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: -20;
    width: 100%;
    width: calc(170vh - 80px);
    height: 100%;
    background: url(../../img/landplan/img_mv.webp) center top no-repeat;
    background-size: cover;
    -webkit-animation: design-bg 8s ease-in-out;
            animation: design-bg 8s ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transform: translateX(calc(-100% + 100vw));
            transform: translateX(calc(-100% + 100vw));
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
  .sec-plant {
    margin-top: 80px;
  }
  .sec-plant__content {
    padding: 0 20px;
    text-align: left;
  }
  .sec-plant__ttl {
    margin: 0 0 10px 10px;
    font-size: 37px;
    text-align: left;
    line-height: 1;
  }
  .sec-plant__hdg {
    font-size: 18px;
  }
  .sec-plant__lead {
    font-size: 14px;
    line-height: 1.85;
  }
  .sec-plant__list {
    margin-top: 30px;
  }
  .sec-plant__item {
    width: 48%;
    margin-bottom: 10px;
  }
  .sec-plant__item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .sec-plant__item:nth-child(even) {
    margin-left: auto !important;
  }
  .sec-plant__item-img img {
    aspect-ratio: 135/100;
  }
  .sec-plant__mv {
    margin-bottom: 60px;
  }
  .sec-entrancehall {
    padding: 70px 0;
  }
  .sec-entrancehall__content {
    padding: 0 20px;
  }
  .sec-entrancehall__hdg {
    margin: 0 0 0 -10px;
    font-size: 37px;
    line-height: 1;
  }
  .sec-entrancehall__mv {
    position: relative;
    top: auto;
    left: auto;
    margin: 10px -20px 0;
  }
  .sec-entrancehall__catch {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.77;
  }
  .sec-entrancehall__lead {
    max-width: none;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.85;
  }
  .sec-entrancehall .concierge {
    margin: 55px 0 0;
    padding: 26px 25px;
  }
  .sec-entrancehall .concierge__img {
    position: relative;
    top: auto;
    right: auto;
    max-width: none;
    width: auto;
  }
  .sec-entrancehall .concierge__lead {
    margin-top: 22px;
    font-size: 18px;
    letter-spacing: normal;
  }
  .sec-entrancehall .concierge__txt {
    max-width: none;
    margin: 16px 0 30px;
    font-size: 14px;
    line-height: 1.85;
  }
  .sec-entrancehall .concierge__hdg {
    padding: 0 0 8px;
    background-color: inherit;
    color: inherit;
    font-size: 18px;
    border-bottom: 1px solid #000;
  }
  .sec-entrancehall .concierge__hdg--obj::after {
    content: none;
  }
  .sec-entrancehall .concierge__hdg span {
    display: none;
  }
  .sec-entrancehall .concierge__body {
    padding: 0;
    background-color: inherit;
  }
  .sec-entrancehall .concierge__list {
    display: block;
    margin: 20px 0 30px;
  }
  .sec-entrancehall .concierge__item {
    width: auto;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .sec-entrancehall .concierge__item:nth-child(even) {
    width: auto;
    padding-left: 0;
  }
  .sec-entrancehall .concierge__item--end {
    margin-bottom: 20px;
  }
  .sec-entrancehall .concierge__item-hdg {
    padding-left: 18px;
    font-size: 16px;
  }
  .sec-entrancehall .concierge__item-hdg::before {
    top: 7px;
    width: 10px;
    height: 10px;
  }
  .sec-entrancehall .concierge__item-txt {
    padding-left: 18px;
    font-size: 14px;
  }
  .sec-coworking {
    padding: 70px 0 50px;
  }
  .sec-coworking__hdg {
    margin: 0 0 10px 10px;
    font-size: 37px;
    text-align: left;
    line-height: 1;
  }
  .sec-coworking__content {
    padding: 0 20px;
  }
  .sec-coworking__lead {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.77;
    text-align: left;
  }
  .sec-coworking__txt {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.85;
    text-align: left;
  }
  .sec-coworking__list {
    display: block;
    margin-top: 30px;
  }
  .sec-coworking__item {
    width: auto;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .sec-entrancehall__mv {
    width: 55.55vw;
    right: 0;
    left: auto;
  }
  .sec-entrancehall__catch {
    margin-top: 1.38vw;
    font-size: 2.08vw;
  }
  .sec-entrancehall__lead {
    width: 27.77vw;
    margin-top: 2.08vw;
    font-size: 1.25vw;
  }
  .sec-coworking {
    padding: 9vw 0 4.86vw;
  }
  .sec-coworking__lead {
    margin-top: 6.25vw;
    font-size: 2.08vw;
  }
  .sec-coworking__txt {
    margin-top: 2.43vw;
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sec-entrancehall .concierge {
    padding: 7vw 5vw 5vw;
  }
  .sec-entrancehall .concierge__img {
    width: 39vw;
  }
  .sec-entrancehall .concierge__lead {
    font-size: 3vw;
  }
  .sec-entrancehall .concierge__txt {
    width: 40vw;
    font-size: 1.8vw;
  }
  .sec-entrancehall .concierge__hdg {
    padding: 5px 5vw;
    font-size: 2.6vw;
  }
  .sec-entrancehall .concierge__body {
    padding: 3.5vw 5vw 5vw;
  }
  .sec-entrancehall .concierge__item-hdg {
    font-size: 2vw;
  }
  .sec-entrancehall .concierge__item-hdg::before {
    top: 1vw;
    width: 1.4vw;
    height: 1.4vw;
  }
  .sec-entrancehall .concierge__item-txt {
    font-size: 1.6vw;
  }
  .sec-entrancehall .concierge__caption {
    margin-top: 2.2vw;
  }
  .sec-entrancehall .concierge__info {
    margin-top: 1.5vw;
  }
}


/*追加*/
.sec-entrancehall .concierge {
  background: #FFF;
}	
.sec-entrancehall .concierge__item-hdg::before {
  background-color: #00375A;
}
.sec-entrancehall .concierge__hdg {
	background:linear-gradient(25deg, #2982B8 19.79%, #17B590 99.99%, #17B590 100%);
}
@media only screen and (max-width: 767px){
  .sec-entrancehall .concierge__hdg {
      color: #FFF;
      padding: 5px 10px;
      border-bottom: none;
  }
}
/*# sourceMappingURL=../maps/landplan/style.css.map */
