@charset "UTF-8";
/* _head.ejs の common.theme がgothicの際はこちらのフォントを使用 */
/* カラー */
@media print, screen and (min-width: 768px) {
  .aboutSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.aboutSect__head .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: .39px;
  line-height: 1.84615;
}

.aboutSect__head .txt:before {
  content: '';
  margin-top: calc((1 - 1.84615) * .5em);
}

.aboutSect__head .txt:after {
  margin-bottom: calc((1 - 1.84615) * .5em);
}

.aboutSect__head .txt:before, .aboutSect__head .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .aboutSect__head .txt {
    font-size: 13px;
    width: 420px;
  }
}

.aboutSect__head .txt--jp {
  line-height: 1.84615;
}

.aboutSect__head .txt--jp:before {
  content: '';
  margin-top: calc((1 - 1.84615) * .5em);
}

.aboutSect__head .txt--jp:after {
  margin-bottom: calc((1 - 1.84615) * .5em);
}

.aboutSect__head .txt--jp:before, .aboutSect__head .txt--jp:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .aboutSect__head .txt--jp {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .39px;
    width: 420px;
  }
}

@media print, screen and (min-width: 768px) {
  .aboutSect__cont {
    margin-right: -38px;
  }
}

@media screen and (max-width: 768px) {
  .aboutSect__cont {
    margin-top: calc(48 / 375 * 100vw);
  }
}

.aboutSect__cont .galleryLayout {
  --coverScale: 1;
  border-radius: 5px;
  display: grid;
  grid-template-columns: calc(350 / 630 * 100%) 1fr;
  grid-template-rows: auto auto;
  overflow: hidden;
  position: relative;
}

.aboutSect__cont .galleryLayout.sai-animate {
  --coverScale: 0;
}

@media print, screen and (min-width: 768px) {
  .aboutSect__cont .galleryLayout {
    gap: 3px;
  }
}

@media screen and (max-width: 768px) {
  .aboutSect__cont .galleryLayout {
    gap: calc(1.5 / 375 * 100vw);
  }
}

.aboutSect__cont .galleryLayout:after {
  background-color: #ffffff;
  content: '';
  height: calc(100% + 4px);
  left: -1px;
  position: absolute;
  top: -1px;
  -webkit-transform: scaleX(var(--coverScale));
          transform: scaleX(var(--coverScale));
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform .83s  ease-out;
  transition: -webkit-transform .83s  ease-out;
  transition: transform .83s  ease-out;
  transition: transform .83s  ease-out, -webkit-transform .83s  ease-out;
  width: calc(100% + 4px);
  will-change: transform;
}

.aboutSect__cont .galleryLayout__item:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}

.aboutSect__cont .galleryLayout__item:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}

.aboutSect__cont .galleryLayout__item:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}

.featureList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .featureList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: calc(100vw - 80px);
  }
}

@media screen and (max-width: 768px) {
  .featureList {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.featureList__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .featureList__item {
    padding: 0 44px;
    width: 27%;
  }
}

@media screen and (max-width: 768px) {
  .featureList__item {
    padding: calc(20 / 375 * 100vw) calc(18 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .featureList__item:nth-child(8n), .featureList__item:nth-child(8n + 1) {
    width: calc(25% - 20px);
  }
}

@media print, screen and (min-width: 768px) {
  .featureList__item:nth-child(8n) {
    padding-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .featureList__item:nth-child(8n + 1) {
    padding-left: 0;
  }
}

.featureList__item:after {
  background: #d9d9d9;
  content: '';
  height: 100%;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}

@media print, screen and (min-width: 768px) {
  .featureList__item .featureIcon {
    height: 170px;
  }
}

@media screen and (max-width: 768px) {
  .featureList__item .featureIcon {
    min-width: calc(110 / 375 * 100vw);
  }
}

.featureList__item .featureIcon__icon {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

@media print, screen and (min-width: 768px) {
  .featureList__item .featureIcon__icon {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .featureList__item .featureIcon__icon {
    height: calc(50 / 375 * 100vw);
    padding-top: calc(10 / 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .featureList__item .featureIcon__icon .photo {
    height: 100%;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .featureList__item .featureIcon__icon .photo__pic, .featureList__item .featureIcon__icon .photo__image {
    height: 100%;
    width: auto;
  }
}

.featureList__item .featureIcon__cont .txt {
  color: #d9d9d9;
}

@media print, screen and (min-width: 768px) {
  .featureList__item .featureIcon__cont .txt {
    line-height: 1.3;
  }
}

@media screen and (max-width: 768px) {
  .featureList__item .featureIcon__cont .txt {
    line-height: 1.2;
  }
}

.featureList__item .featureIcon__cont .txt span {
  display: block;
  margin: 0 -10px;
}

@media print, screen and (min-width: 768px) {
  .featureList__item .featureIcon__cont .txt .small {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .featureList__item .featureIcon__cont .txt .small {
    font-size: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  .featureList__item .featureIcon__cont {
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .featureList__item .featureIcon__cont {
    height: calc(30 / 375 * 100vw);
  }
}

.featureList__item .featureIcon--recycle .featureIcon__icon {
  -webkit-filter: none;
          filter: none;
}

@media print, screen and (min-width: 768px) {
  .featureList__item:nth-child(n + 9) {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .featureList__item:nth-child(8n):after {
    display: none;
  }
}

.featureList__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .featureList__column {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (max-width: 768px) {
  .featureList__column:first-child .featureList__item:first-child {
    padding-left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .featureList__column:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .featureList__column .featureIcon__cont {
    height: calc(33 / 375* 100vw);
  }
}

.featureSect {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .featureSect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    padding: 100px 0;
  }
}

@media screen and (max-width: 768px) {
  .featureSect {
    padding: calc( 100 / 375 * 100vw) 0;
  }
}

.featureSect__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.featureSect__head .heading {
  color: #ffffff;
  letter-spacing: -1.68px;
}

@media print, screen and (min-width: 768px) {
  .featureSect__head .heading {
    font-size: 56px;
  }
}

@media screen and (max-width: 768px) {
  .featureSect__head .heading {
    font-size: calc(40 / 375 * 100vw);
    line-height: 1.2;
  }
  .featureSect__head .heading:before {
    content: '';
    margin-top: calc((1 - 1.2) * .5em);
  }
  .featureSect__head .heading:after {
    margin-bottom: calc((1 - 1.2) * .5em);
  }
  .featureSect__head .heading:before, .featureSect__head .heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .featureSect__cont {
    margin: auto;
    width: 750px;
  }
}

@media print, screen and (max-width: 1400px) {
  .featureSect__cont {
    margin: 0 0 0 auto;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1280px) {
  .featureSect__cont {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .featureSect__cont {
    margin-right: calc(-35 / 375 * 100vw);
    margin-top: calc( 40 / 375 * 100vw);
  }
}

.featureSect__bg {
  background-color: #000000;
  height: 100%;
  left: 50%;
  mix-blend-mode: multiply;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}

.featureSect__bg .parallaxPhoto {
  height: 100%;
}

.featureSect__bg .photo {
  height: 100%;
  width: auto;
}

@media print, screen and (min-width: 768px) {
  .featureSect__bg .photo__pic {
    height: 100%;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .featureSect__bg .photo__pic {
    height: 100%;
    width: auto;
  }
}

.featureSect__bg .photo__image {
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

@media print, screen and (min-width: 768px) {
  .featureSect__bg .photo__image {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .featureSect__bg .photo__image {
    height: 100%;
    width: auto;
  }
}

.featureSect__caption {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .featureSect__caption {
    bottom: 20px;
    right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .featureSect__caption {
    bottom: calc(40 / 375 * 100vw);
    left: 5px;
  }
}

.mainVisual {
  --darkopacity: 0;
  background-color: #000000;
  max-height: 100svh;
  overflow: hidden;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .mainVisual {
    min-height: 600px;
  }
}

.mainVisual:after {
  background-color: #000000;
  content: '';
  height: 100%;
  left: 0;
  opacity: var(--darkopacity);
  position: absolute;
  top: 0;
  width: 100%;
  will-change: opacity;
  z-index: 100;
}

.mainVisual__video {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  position: absolute;
  top: 0;
  -webkit-transition: 3s ease;
  transition: 3s ease;
  width: 100%;
  z-index: 0;
}

.mainVisual.is-animate .mainVisual__bg {
  opacity: 1;
}

.mainVisual.is-animate .mainVisual__logo {
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .mainVisual {
    aspect-ratio: 1440 / 800;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual {
    aspect-ratio: 375 / 667;
    width: 100%;
  }
}

.mainVisual__bg {
  height: 100%;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
  width: 100%;
  will-change: border-radius;
  will-change: opacity;
  will-change: transform;
}

@media print, screen and (min-width: 768px) {
  .mainVisual__bg {
    border-radius: 30px;
    scale: .8;
  }
}

.mainVisual__bg:after {
  background: rgba(61, 63, 66, 0.5);
  content: '';
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.mainVisual__inner {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .5s ease-in;
  transition: .5s ease-in;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  z-index: 100;
}

.mainVisual__logo {
  margin: 0 auto;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  will-change: opacity;
}

@media print, screen and (min-width: 768px) {
  .mainVisual__logo {
    max-width: 580px;
    width: calc(580 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__logo {
    width: calc(240 / 375 * 100vw);
  }
}

.mainVisual__logo .photo__image {
  width: 100%;
}

.mainVisual .scrollBtn {
  position: absolute;
  z-index: 1000;
}

@media print, screen and (min-width: 768px) {
  .mainVisual .scrollBtn {
    bottom: 20px;
    right: 22px;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual .scrollBtn {
    bottom: calc(15 / 375 * 100vw);
    right: calc(10 / 375 * 100vw);
  }
}

.mainVisual .videoBtn {
  position: absolute;
  z-index: 1000;
}

@media print, screen and (min-width: 768px) {
  .mainVisual .videoBtn {
    bottom: 40px;
    left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual .videoBtn {
    bottom: calc(15 / 375 * 100vw);
    left: calc(10 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .mapSect__head .heading--extraLarge {
    font-size: 80px;
    letter-spacing: -2.4px;
    line-height: 1.1;
  }
  .mapSect__head .heading--extraLarge:before {
    content: '';
    margin-top: calc((1 - 1.1) * .5em);
  }
  .mapSect__head .heading--extraLarge:after {
    margin-bottom: calc((1 - 1.1) * .5em);
  }
  .mapSect__head .heading--extraLarge:before, .mapSect__head .heading--extraLarge:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .mapSect__head .heading--extraLarge {
    font-size: calc(48 / 375 * 100vw);
    letter-spacing: -.22rem;
    margin-left: calc(-5 / 375 * 100vw);
    position: relative;
    line-height: 1;
  }
  .mapSect__head .heading--extraLarge:before {
    content: '';
    margin-top: calc((1 - 1) * .5em);
  }
  .mapSect__head .heading--extraLarge:after {
    margin-bottom: calc((1 - 1) * .5em);
  }
  .mapSect__head .heading--extraLarge:before, .mapSect__head .heading--extraLarge:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mapSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .mapSect__cont {
    margin-top: calc(35 / 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .mapSect .tabWrap__btn .inner {
    font-size: calc(20 / 375 * 100vw);
  }
}

.mapSect .tabWrap__head {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .mapSect .tabWrap__head {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

@media screen and (max-width: 768px) {
  .mapSect .tabWrap__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(10 / 375 * 100vw);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .mapSect .tabWrap__head .mapIconDesc {
    -ms-flex-item-align: end;
        align-self: end;
  }
}

@media print, screen and (min-width: 768px) {
  .mapSect .tabWrap__item {
    border-radius: 25px;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .mapSect .tabWrap__btnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(10 / 375 * 100vw);
  }
}

.mapSect .tabWrap__cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .mapSect .tabWrap__cont {
    margin-top: 42px;
  }
}

@media screen and (max-width: 768px) {
  .mapSect .tabWrap__cont {
    margin-top: calc(10 / 375 * 100vw);
  }
}

.mapSect .tabWrap__cont .mapBlock {
  width: 100vw;
}

@media print, screen and (min-width: 768px) {
  .mapSect .tabWrap__cont .mapBlock {
    border-radius: 25px;
    height: 800px;
    max-width: 1440px;
  }
}

@media screen and (max-width: 768px) {
  .mapSect .tabWrap__cont .mapBlock {
    height: calc(580 / 375 * 100vw);
  }
}

.mapSect .tabWrap__cont .mapBlock .marker-clicked {
  -webkit-animation: scaleMarker .5s ease;
          animation: scaleMarker .5s ease;
  opacity: 0;
}

.mapSect .gm-style div:has(> img[src='./common/imgs/icon-plot-red.svg']), .mapSect .gm-style div:has(> img[src='./common/imgs/icon-plot-blue.svg']) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible !important;
}

.mapSect .gm-style div:has(> img[src='./common/imgs/icon-plot-red.svg']):after, .mapSect .gm-style div:has(> img[src='./common/imgs/icon-plot-blue.svg']):after {
  background-color: #e60000;
  border-radius: 50%;
  bottom: -7px;
  content: '';
  height: 15.337px;
  left: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 31px;
}

.mapSect .gm-style div:has(> img[src='./common/imgs/icon-plot-red.svg']):before, .mapSect .gm-style div:has(> img[src='./common/imgs/icon-plot-blue.svg']):before {
  background-color: #e60000;
  border-radius: 50%;
  bottom: -13px;
  content: '';
  height: 23.964px;
  opacity: 0;
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 50px;
}

.mapSect .gm-style div:has(> img[src='./common/imgs/icon-plot-red.svg']).is-active:after, .mapSect .gm-style div:has(> img[src='./common/imgs/icon-plot-blue.svg']).is-active:after {
  opacity: .4;
}

.mapSect .gm-style div:has(> img[src='./common/imgs/icon-plot-red.svg']).is-active:before, .mapSect .gm-style div:has(> img[src='./common/imgs/icon-plot-blue.svg']).is-active:before {
  -webkit-animation: selected 3s infinite;
          animation: selected 3s infinite;
  opacity: .2;
}

.mapSect .gm-style div:has(> img[src='./common/imgs/icon-plot-blue.svg']):after, .mapSect .gm-style div:has(> img[src='./common/imgs/icon-plot-blue.svg']):before {
  background-color: #0058e6;
}

@-webkit-keyframes selected {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes selected {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media print, screen and (min-width: 768px) {
  .top-about {
    padding-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .top-about {
    padding-top: calc(85 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .top-feature {
    padding-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .top-feature {
    padding-top: calc(85 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .top-properties {
    padding-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .top-properties {
    padding-top: calc(130 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .top-featured {
    padding-bottom: 180px;
    padding-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .top-featured {
    padding-bottom: calc(130 / 375 * 100vw);
    padding-top: calc(130 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .top-caption {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .top-caption {
    margin-bottom: calc(20 / 375* 100vw);
  }
}
