@charset "UTF-8";
.p-technoport-access {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  color: #33241C;
  background: #F4ECE1;
}
@media screen and (max-width: 767px) {
  .p-technoport-access {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.p-technoport-access__wrap {
  display: grid;
  grid-template-columns: 1fr 39rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-technoport-access__wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.p-technoport-access__info {
  margin-top: 2rem;
}

.p-technoport-access__info-text {
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  line-height: 2.2222222222;
  letter-spacing: 0.02em;
}
.p-technoport-access__info-text + .p-technoport-access__info-text {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .p-technoport-access__info-text span {
    font-size: 1rem;
  }
}

.p-technoport-access__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 624/425;
}
@media screen and (max-width: 767px) {
  .p-technoport-access__map iframe {
    aspect-ratio: 342/425;
  }
}

.p-technoport-access__box {
  margin-top: 2.5rem;
  background: #FFF8EE;
  border-radius: 2rem;
  padding: 2rem 2.1875rem 2.5rem 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-technoport-access__box {
    padding-inline: 1rem;
    grid-template-columns: 1fr;
  }
}

.p-technoport-access__item-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
  border-left: 0.1875rem solid #33241C;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-technoport-access__item-title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-technoport-access__lists {
  margin-top: 1.5rem;
  margin-left: 1.3em;
}

.p-technoport-access__item {
  list-style-type: disc;
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  line-height: 2.2222222222;
  letter-spacing: 0;
}

.p-technoport-facilities {
  padding-top: 4.5rem;
  padding-bottom: 9rem;
  color: #33241C;
  background: #F4ECE1;
}
@media screen and (max-width: 767px) {
  .p-technoport-facilities {
    padding-top: 3rem;
    padding-bottom: 9rem;
  }
}

.p-technoport-facilities__wrap {
  display: grid;
  grid-template-columns: 33.25rem auto;
  gap: 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-technoport-facilities__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-technoport-facilities__img {
  overflow: hidden;
  border-radius: 1.5rem;
}
.p-technoport-facilities__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 532/239;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-technoport-facilities__img img {
    aspect-ratio: 399/153;
  }
}

.p-technoport-facilities__body {
  position: relative;
  padding-right: 3.75rem;
}
.p-technoport-facilities__body::after {
  content: "";
  display: block;
  width: 19.375rem;
  height: 16.625rem;
  -webkit-mask-image: url(../images/facility_map.svg);
          mask-image: url(../images/facility_map.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #33241C;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-technoport-facilities__body {
    padding-right: 0;
  }
  .p-technoport-facilities__body::after {
    display: none;
  }
}

.p-technoport-facilities__title {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 3.125rem;
  line-height: 1.18;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-technoport-facilities__title {
    font-size: 2rem;
  }
}

.p-technoport-facilities__sub-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8333333333;
  letter-spacing: 0.06em;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-technoport-facilities__sub-title {
    font-size: 1.125rem;
  }
}

.p-technoport-facilities__text {
  margin-top: 2rem;
  font-size: max(1rem, 10px);
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-technoport-facilities__text {
    letter-spacing: 0.06em;
  }
}

.p-technoport-facilities__lists {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFF8EE;
  padding: 2rem 4rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-technoport-facilities__lists {
    padding-inline: 1.5rem;
    gap: 1rem;
  }
}

.p-technoport-facilities__item {
  font-size: max(1rem, 10px);
  line-height: 1.25;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-technoport-facilities__item {
    font-size: 0.875rem;
  }
}

.p-technoport-features {
  background: #F4ECE1;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-technoport-features {
    padding-bottom: 3rem;
  }
}

.p-technoport-features__head {
  position: relative;
  padding: 3.5625rem 0 3.5625rem;
  text-align: center;
  color: #33241C;
}
@media screen and (max-width: 767px) {
  .p-technoport-features__head {
    padding: 11.375rem 0 12.5rem;
  }
}
.p-technoport-features__head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16.75rem;
  height: 23.4375rem;
  background: url(../images/technoport_features_img_left.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-technoport-features__head::before {
    width: 21.375rem;
    height: 9.25rem;
    background: url(../images/technoport_features_img_top.png) no-repeat center center/contain;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-technoport-features__head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19.4375rem;
  height: 26.625rem;
  background: url(../images/technoport_features_img_right.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-technoport-features__head::after {
    width: 21rem;
    height: 10.3125rem;
    background: url(../images/technoport_features_img_bottom.png) no-repeat center center/contain;
    bottom: 0;
    top: auto;
    top: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-technoport-features__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.p-technoport-features__title span {
  display: block;
  font-size: 1.375rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-technoport-features__title {
    font-size: 1.5rem;
  }
  .p-technoport-features__title span {
    font-size: 1.125rem;
  }
}

.p-technoport-features__text {
  margin: 2.125rem auto 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.2222222222;
  letter-spacing: 0.04em;
  max-width: 35.5rem;
}
@media screen and (max-width: 767px) {
  .p-technoport-features__text {
    margin-top: 2.25rem;
    max-width: 21.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-technoport-features__scroll-text {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.1111111111;
    letter-spacing: 0.04em;
    color: #33241C;
    margin-top: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-technoport-features__scroll {
    margin-inline: calc(50% - 50vw);
    margin-top: 1.5rem;
    padding-inline: 1.5rem;
    overflow-x: auto;
    padding-bottom: 0.625rem;
  }
}

.p-technoport-features__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-technoport-features__lists {
    display: grid;
    grid-template-columns: repeat(6, 20.375rem);
    gap: 1rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.p-technoport-img {
  padding-bottom: 4.5rem;
  background: #F4ECE1;
}
@media screen and (max-width: 767px) {
  .p-technoport-img {
    padding-bottom: 3rem;
  }
}
.p-technoport-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1280/632;
}
@media screen and (max-width: 767px) {
  .p-technoport-img img {
    aspect-ratio: 390/369;
  }
}

.p-technoport-mv {
  padding-top: 33.6875rem;
  padding-bottom: 3.75rem;
  background: url(../images/technoport_mv.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 1;
}
.p-technoport-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 36, 28, .3);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-technoport-mv {
    padding-top: 8.8125rem;
    padding-bottom: 22.75rem;
    height: 100lvh;
    height: calc(var(--vh) * 100);
  }
}

.p-technoport-mv__title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-technoport-mv__title {
    font-size: 2.25rem;
    line-height: 1.7777777778;
  }
}

.p-technoport-mv__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-technoport-mv__btn {
    display: block;
    position: absolute;
    right: 0.875rem;
    bottom: 1.6875rem;
  }
}

.p-technoport-rooms {
  background: #F4ECE1;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-technoport-rooms {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-technoport-rooms__scroll-text {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.1111111111;
    letter-spacing: 0.04em;
    color: #33241C;
    margin-top: 2.5rem;
  }
}

.p-technoport-rooms__scroll {
  margin-top: 4.625rem;
  margin-right: -2.5rem;
  overflow-x: auto;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-technoport-rooms__scroll {
    margin-top: 2rem;
    margin-inline: calc(50% - 50vw);
    padding-inline: 1.5rem;
    padding-bottom: 0.625rem;
  }
}

.p-technoport-rooms__lists {
  display: grid;
  grid-template-columns: repeat(4, 29.0625rem);
  gap: 2.5rem;
  padding-right: 2.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .p-technoport-rooms__lists {
    grid-template-columns: repeat(4, 20.375rem);
    gap: 1rem;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
    .p-header-sub.is-active.--technoport {
        background: rgba(51, 36, 28, .7);
        padding-top: 0;
    }
}