@charset "UTF-8";
/* ========================================
  mv
======================================== */
#construction .ud-mv {
  background-image: url(../../img/page/service/mv-img.webp);
}
#construction .ud-intro::after {
  z-index: -1;
}

/* ========================================
  private-const/government-const
======================================== */
#construction .const-hd {
  color: var(--color-white);
  gap: 56px;
  align-items: center;
  overflow: hidden;
}
#construction .const-hd h3 {
  position: relative;
  font-size: 45px;
  font-weight: 600;
}
#construction .const-hd h3::before {
  position: absolute;
  left: calc(100% + 20px);
  top: 0;
  content: "";
  display: block;
  width: 2px;
  height: calc(100% + 100%);
  background-color: var(--color-cyan);
}
#construction .const-desc {
  flex: 1;
}
#construction .const-desc-ttl {
  position: relative;
  padding-left: calc(30px + 12px);
  font-size: var(--fs-20);
  font-weight: 600;
  letter-spacing: 0.75em;
  margin-bottom: 24px;
}
#construction .const-desc-ttl::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 30px;
  height: 10px;
  background-color: var(--color-white);
}
#construction .const-desc-txt {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 960px) {
  #construction .const-hd h3 {
    font-size: var(--fs-40);
  }
}
@media screen and (max-width: 600px) {
  #construction .const-hd {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  #construction .const-hd h3 {
    writing-mode: initial;
    text-orientation: initial;
    display: inline-block;
  }
  #construction .const-hd h3::before {
    top: 50%;
    transform: translateY(-50%);
    width: 9999px;
    height: 2px;
  }
}
#construction .const-content .box1 {
  gap: 32px;
  align-items: stretch;
  flex-wrap: nowrap;
}
#construction .const-content .box1-img {
  flex: 1 1 50%;
  display: flex;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
#construction .const-content .box1-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#construction .const-content .box1-txt {
  position: relative;
  flex-shrink: 0;
  width: calc(50% - 32px);
}
#construction .const-content .box1-txt h4 {
  padding-top: 92px;
  padding-bottom: 24px;
  font-family: var(--ft-shippori);
  font-size: var(--fs-24);
  line-height: 2;
  color: var(--color-text-4);
}
#construction .const-content .box1-txt .box1-copy {
  position: relative;
  font-weight: 600;
  font-size: var(--fs-17);
  letter-spacing: 0.1em;
  padding-left: calc(24px + 8px);
  margin-bottom: 48px;
}
#construction .const-content .box1-txt .box1-copy::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 1.5px;
  background-color: var(--color-blue-1);
}
#construction .const-content .box1-txt .box1-desc {
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: justify;
  padding-bottom: 40px;
  color: var(--color-text-4);
  font-weight: 400;
}
#construction .const-content .box1-txt .box1-img2 {
  position: absolute;
  bottom: calc(100% - 200px);
  right: 0;
  width: 292px;
  height: 304px;
  aspect-ratio: 292 / 304;
  object-fit: cover;
}
@media screen and (max-width: 1300px) {
  #construction .const-content .box1-img {
    flex: 0 1 50%;
    margin-left: calc(50% - 50vw);
  }
  #construction .const-content .box1-txt .box1-img2 {
    width: 250px;
    height: auto;
    bottom: calc(100% - 220px);
  }
  #construction .const-content .box1-txt {
    flex: 1;
  }
}
@media screen and (max-width: 1200px) {
  #construction .const-content .box1-txt .box1-img2 {
    width: 200px;
    bottom: calc(100% - 180px);
  }
}
@media screen and (max-width: 960px) {
  #construction .const-content .box1 {
    flex-direction: column-reverse;
  }
  #construction .const-content .box1-img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    display: block;
    object-fit: cover;
  }
  #construction .const-content .box1-img img {
    height: auto;
  }
  #construction .const-content .box1-txt {
    width: 50%;
  }
  #construction .const-content .box1-txt h4 {
    padding-top: 40px;
  }
  #construction .const-content .box1-txt .box1-copy {
    margin-bottom: 24px;
  }
  #construction .const-content .box1-txt .box1-img2 {
    width: 292px;
    left: calc(100% + 80px);
    top: -40px;
    bottom: initial;
    height: 100%;
    aspect-ratio: initial;
  }
}
@media screen and (max-width: 768px) {
  #construction .const-content .box1-txt {
    width: 100%;
  }
  #construction .const-content .box1-txt .box1-img2 {
    left: auto;
    width: 200px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  #construction .const-content .box1-txt .box1-img2 {
    width: 180px;
  }
}
@media screen and (max-width: 480px) {
  #construction .const-content .box1-txt .box1-img2 {
    width: 120px;
    top: -20px;
  }
}
/* box2 */
#construction .const-content .box2 {
  gap: 56px;
  color: var(--color-text-4);
  flex-wrap: nowrap;
}
#construction .const-content .box2 .box2-link {
  position: relative;
  color: var(--color-cyan);
  font-size: var(--fs-18);
  letter-spacing: 0.1em;
  font-weight: 600;
}
#construction .const-content .box2 .box2-link::before {
  position: absolute;
  content: "";
  display: block;
  left: calc(50% - 0.5px);
  bottom: calc(100% - 0.8em);
  transform: translateX(50%);
  width: 2px;
  height: 100px;
  background-color: var(--color-cyan);
  z-index: -1;
}
#construction .const-content .box2 .box2-link .box2-link-txt {
  color: var(--color-blue-1);
}
#construction .const-content .box2 .box2-link .vertical-text-en {
  font-feature-settings: "valt" 1;
  text-orientation: upright;
}
#construction .const-content .box2 .box2-body {
  flex: 1 1 auto;
  min-width: 0;
}
#construction .const-content .box2 .box2-body-img {
  position: relative;
}
#construction .const-content .box2 .box2-body-img img {
  border-radius: 15px;
  aspect-ratio: 900 / 612;
  height: auto;
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}
#construction .const-content .box2 .box2-body .tag {
  position: absolute;
  bottom: -22px;
  right: 22px;
  transform: translateY(-50%);
  display: inline-block;
  background-color: var(--color-white);
  border: 2px solid var(--color-cyan);
  padding-left: 20px;
  padding-right: 20px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: var(--fs-16);
  letter-spacing: 0.1em;
}
#construction .const-content .box2 .box2-body .tag .date {
  color: var(--color-cyan);
}
#construction .const-content .box2 .box2-body .box2-txt {
  padding-bottom: 32px;
}
#construction .const-content .box2 .box2-body .box2-txt h4 {
  display: inline-block;
  font-size: var(--fs-20);
  letter-spacing: 0.15em;
  font-weight: 600;
  border-bottom: 1px solid var(--color-cyan);
  margin-bottom: 20px;
}
#construction .const-content .box2 .box2-body .box2-txt p {
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  #construction .const-content .box2 {
    gap: 32px;
  }
}
@media screen and (max-width: 600px) {
  #construction .const-content .box2 {
    gap: 16px;
  }
}
/* ========================================
private-const
======================================== */
#private-const {
  position: relative;
}
/* ========================================
government-const
======================================== */
#government-const .const-content .box1 {
  gap: 100px;
}
#government-const .const-content .box1-img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
#government-const .const-content .box1-txt {
  display: flex;
  align-items: center;
  width: auto;
}
#government-const .const-content .box1-txt .box1-img2 {
  width: 292px;
  position: initial;
}
@media screen and (max-width: 1300px) {
  #government-const .const-content .box1-img {
    flex: 1 1 50%;
  }
}
@media screen and (max-width: 960px) {
  #government-const .const-content .box1 {
    display: block;
    position: relative;
  }
  #government-const .const-content .box1-txt {
    position: absolute;
    top: -40px;
    right: 5%;
    width: 200px;
    height: auto;
    object-fit: cover;
  }
  #government-const .const-content .box1 {
    gap: 16px;
  }
}
@media screen and (max-width: 480px) {
  #government-const .const-content .box1-txt {
    top: -80px;
    width: 120px;
  }
}
/* ========================================
flow
======================================== */
#flow {
  overflow: hidden;
}
#flow .flow-intro {
  background-color: var(--color-blue-8);
}
#flow .flow-intro-copy {
  color: var(--color-cyan);
  font-weight: 700;
  text-align: center;
}
#flow .flow-intro-desc {
  color: var(--color-text-2);
  text-align: center;
  font-weight: 400;
  line-height: 2.2;
  max-width: 650px;
  margin: 0 auto;
}
#flow .flow-content.triangle-bg::before {
  color: var(--color-white);
  border-top-color: var(--color-blue-8);
  border-bottom-color: var(--color-blue-8);
}
#flow .flow-content .flow-items {
  gap: 40px;
  align-items: stretch;
}
#flow .flow-content .flow-items:first-of-type {
  margin-bottom: 60px;
}
#flow .flow-content .flow-items.bg-right-full::before,
#flow .flow-content .flow-items.bg-left-full::before {
  background-color: var(--color-blue-8);
  top: 50%;
  height: 80%;
  transform: translateY(-50%);
}
#flow .flow-content .flow-items .flow-item {
  position: relative;
  width: calc(25% - 30px);
  display: flex;
  flex-direction: column;
  background-color: var(--color-white);
  border-radius: 30px;
}
#flow .flow-content .flow-items .flow-item .num {
  position: absolute;
  top: 0;
  left: 16px;
  transform: translateY(-50%);
  width: 53px;
  height: 61px;
  object-fit: contain;
}
#flow .flow-content .flow-items .flow-item .ttl {
  padding: 40px 30px 24px 30px;
  background-color: var(--color-cyan);
  border-radius: 30px 30px 0 0;
}
#flow .flow-content .flow-items .flow-item .ttl img {
  display: block;
  height: 72px;
  width: auto;
  object-fit: contain;
  margin: 0 auto 20px auto;
}
#flow .flow-content .flow-items .flow-item .ttl h3 {
  color: var(--color-white);
  font-size: var(--fs-18);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
#flow .flow-content .flow-items .flow-item .desc {
  border: 3px solid var(--color-cyan);
  border-radius: 0 0 30px 30px;
  padding: 20px 30px;
  font-weight: 600;
  color: var(--color-cyan);
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: justify;
  flex: 1;
}
@media screen and (max-width: 1300px) {
  #flow .flow-content .flow-items {
    gap: 24px;
  }
  #flow .flow-content .flow-items .flow-item {
    width: calc(25% - 18px);
  }
  #flow .flow-content .flow-items .flow-item .ttl {
    padding: 24px 24px 16px 24px;
  }
  #flow .flow-content .flow-items .flow-item .ttl img {
    height: 64px;
  }
  #flow .flow-content .flow-items .flow-item .desc {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 960px) {
  #flow .flow-content .flow-items {
    gap: 32px 24px;
  }
  #flow .flow-content .flow-items .flow-item {
    width: calc(50% - 12px);
  }
  #flow .flow-content .flow-items .flow-item .num {
    width: 40px;
    height: 48px;
  }
  #flow .flow-content .flow-items .flow-item .ttl img {
    height: 48px;
    margin: 0 auto 16px auto;
  }
}
@media screen and (max-width: 600px) {
  #flow .flow-content .flow-items.bg-right-full::before {
    left: 16px;
  }
  #flow .flow-content .flow-items.bg-left-full::before {
    right: 16px;
  }
  #flow .flow-content .flow-items {
    flex-direction: column;
  }
  #flow .flow-content .flow-items .flow-item {
    width: 100%;
    margin: 0 auto;
  }
  #flow .flow-content .flow-items .flow-item .ttl {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  #flow .flow-content .flow-items .flow-item .ttl img {
    margin: 0;
    padding-left: 40px;
  }
}
@media screen and (max-width: 480px) {
  #flow .flow-content .flow-items .flow-item .ttl {
    flex-direction: column;
  }
  #flow .flow-content .flow-items .flow-item .ttl img {
    padding-left: 0;
  }
}

/* ========================================
  gallery Swiper
======================================== */
#gallery {
  position: relative;
  z-index: 1;
}
#gallery .swiper {
  z-index: 1;
}

#gallery .swiper-slide {
  background-color: var(--color-blue-4);
}
#gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 700px;
  object-fit: contain;
}

#gallery .swiper-pagination {
  bottom: 20px;
}
#gallery .swiper-pagination-bullet {
  background-color: var(--color-cyan);
  opacity: 0.3;
  border-radius: 0;
  width: 116px;
  height: 7px;
}

#gallery .swiper-pagination-bullet-active {
  background-color: var(--color-cyan);
  opacity: 1;
}

@media screen and (max-width: 960px) {
  #gallery .swiper-slide img {
    height: 500px;
  }
  #gallery .swiper-pagination-bullet {
    width: 60px;
    height: 5px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 600px) {
  #gallery .swiper-slide img {
    height: 470px;
  }
  #gallery .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    margin-bottom: 0px;
  }
}

