@charset "UTF-8";
#cntsSct {
  padding-top: min(29vw, 202.8px);
}
@media screen and (min-width: 769px) {
  #cntsSct {
    padding-top: min(7.5vw, 96px);
  }
}

/* ==================================================
bgObj (固定背景)
================================================== */
.bgObj {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  z-index: -1;
  overflow: hidden;
}
.bgObj::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(217, 217, 217, 0.55);
  z-index: 1;
}
.bgObj picture,
.bgObj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==================================================
CompanyDetailArea
================================================== */
.CompanyDetailArea {
  position: relative;
  z-index: 10;
}
.CompanyDetailArea .cntsWrapper {
  width: 50%;
  margin: 0 5% 0 auto;
}
.CompanyDetailArea .tagObj {
  text-align: left;
}

.heroPhotoGlp {
  margin: 8% auto 0;
}
.heroPhotoGlp .swiper-container {
  overflow: hidden;
}
.heroPhotoGlp .swiper-slide img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.heroPhotoGlp .swiper-pagination {
  position: relative;
  margin-top: 4%;
  line-height: 1;
}
.heroPhotoGlp .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  background: #262222;
  opacity: 0.3;
  transition: opacity 0.2s ease;
}
.heroPhotoGlp .swiper-pagination-bullet-active {
  opacity: 1;
}

.leadGlp {
  margin: 12% auto 0;
  text-align: left;
  display: flex;
  flex-flow: column;
  gap: 8%;
}
.leadGlp .txtSet .sTtlObj {
  font-weight: bold;
}
.leadGlp .txtSet .txtObj {
  margin: 1em 0 0;
  line-height: 2;
}

.overviewGlp {
  margin: 15% auto 0;
  text-align: left;
}
.overviewGlp .sTtlObj {
  margin: 0 0 8%;
}
.overviewList {
  display: flex;
  flex-flow: column;
  gap: 4%;
}
.overviewSet {
  display: flex;
  gap: 2em;
  padding: 0.6em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.overviewSet dt {
  width: 6em;
  flex: none;
  opacity: 0.7;
}

.accessGlp {
  margin: 15% auto 0;
  text-align: left;
}
.accessGlp .sTtlObj {
  font-weight: bold;
}
.accessGlp .txtObj {
  margin: 1em 0 0;
  line-height: 1.8;
}
.accessGlp .mapImg {
  margin: 8% auto 0;
}
.accessGlp .mapImg img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .leadGlp {
    flex-flow: row;
    gap: 6%;
  }
  .leadGlp .txtSet {
    width: 47%;
  }

  .accessGlp {
    display: flex;
    align-items: flex-start;
    gap: 6%;
  }
  .accessGlp .accessTxt {
    width: 40%;
  }
  .accessGlp .mapImg {
    width: 48%;
    margin: 0;
  }
}
@media screen and (min-width: 961px) {
  .heroPhotoGlp {
    margin: 6% auto 0;
  }
  .leadGlp,
  .overviewGlp,
  .accessGlp {
    margin-top: 8%;
  }
}
@media screen and (min-width: 1281px) {
}
