.concept__parallax {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.concept__image {
  position: absolute;
  top: 0;
  right: -10%;
  width: 150%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-aspect-ratio: 2/1) {
  .concept__image {
    right: -10%;
    width: 150%;
    height: 100%;
    object-position: center;
  }
}
.concept__inner {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  z-index: 1;
  width: 92vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .concept__inner {
    width: 88vw;
  }
}
@media screen and (max-width: 767px) {
  .concept__inner {
    width: 88vw;
  }
}
.concept__text {
  display: flex;
  flex-flow: column;
  gap: clamp(40px, 35.2px + 1.0666666667vw, 48px);
  width: 50%;
  margin-left: auto;
  color: white;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .concept__text {
    width: 100%;
  }
}
.concept__title {
  font-size: clamp(22px, 19.6px + 0.5333333333vw, 26px);
}
.concept__paragraphs {
  display: flex;
  flex-flow: column;
  gap: clamp(20px, 17.6px + 0.5333333333vw, 24px);
}
.features {
  margin-bottom: clamp(80px, 56px + 5.3333333333vw, 120px);
}
.features__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 991px) {
  .features__list {
    grid-template-columns: 1fr;
  }
}
.features__item {
  position: relative;
  display: flex;
  flex-flow: column;
  gap: clamp(10px, 6.4px + 0.8vw, 16px);
  padding: clamp(240px, -332.3076923077px + 57.6923076923vw, 360px) clamp(32px, -44.3076923077px + 7.6923076923vw, 48px) 40px;
  color: #ffffff;
  line-height: 2;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .features__item {
    padding-left: calc((100vw - 92vw) / 2);
    padding-right: calc((100vw - 92vw) / 2);
    padding-top: clamp(160px, 93.5793357934px + 14.7601476015vw, 240px);
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .features__item {
    padding-left: calc((100vw - 88vw) / 2);
    padding-right: calc((100vw - 88vw) / 2);
  }
}
@media screen and (max-width: 991px) and (max-width: 575px) {
  .features__item {
    padding-left: calc((100vw - 88vw) / 2);
    padding-right: calc((100vw - 88vw) / 2);
  }
}
.features__item-title {
  font-size: clamp(18px, 15.6px + 0.5333333333vw, 22px);
  flex-grow: 1;
}
.features__item-paragraph {
  align-items: flex-start;
}
.features__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.others {
  margin-bottom: clamp(80px, 56px + 5.3333333333vw, 120px);
}
.others__list {
  display: flex;
  gap: 48px;
  width: 92vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .others__list {
    width: 88vw;
  }
}
@media screen and (max-width: 767px) {
  .others__list {
    width: 88vw;
  }
}
@media screen and (max-width: 991px) {
  .others__list {
    flex-flow: column;
    gap: clamp(32px, 18.7158671587px + 2.9520295203vw, 48px);
  }
}
.others__item {
  position: relative;
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  height: 400px;
  color: #ffffff;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .others__item {
    gap: clamp(32px, 18.7158671587px + 2.9520295203vw, 48px);
    height: auto;
    padding: clamp(48px, 38.4px + 2.1333333333vw, 64px);
  }
}
.others__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: transform 0.5s ease;
}
.others__item:hover .others__image {
  transform: scale(1.1);
}
.access {
  margin-bottom: clamp(80px, 56px + 5.3333333333vw, 120px);
}
.access__inner {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 40px;
}
.access__map {
  width: 100%;
  height: 500px;
  background: grey;
}
.access__map iframe {
  width: 100%;
  height: 100%;
}
.outline {
  margin-bottom: clamp(80px, 56px + 5.3333333333vw, 120px);
  padding: clamp(72px, 52.8px + 4.2666666667vw, 104px) 0;
  background-color: #f5f5f5;
}
.outline__inner {
  width: 92vw;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .outline__inner {
    width: 88vw;
  }
}
@media screen and (max-width: 767px) {
  .outline__inner {
    width: 88vw;
  }
}
.outline__title {
  margin-bottom: 64px;
}
.outline__table {
  display: flex;
  flex-flow: column;
  gap: clamp(20px, 15.2px + 1.0666666667vw, 28px);
}
.outline__table-row {
  display: flex;
  gap: 24px;
  padding-bottom: clamp(20px, 15.2px + 1.0666666667vw, 28px);
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 767px) {
  .outline__table-row {
    flex-flow: column;
    gap: 0px;
  }
}
.outline__table-title {
  width: 160px;
  color: #606060;
}
.outline__table-data {
  flex: 1;
}