@charset "UTF-8";

.capRight {
  text-align: right;
}

.mainVisual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.mainVisual__picture img {
  width: 100%;
  height: 100vh;
  object-position: center;
  object-fit: cover;
}

.mainVisual__capIn {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
}

.mainVisual .title-page {
  color: #ffffff;
  position: absolute;
  bottom: 6.375%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}

.mainVisual::after {
  content: '';
  width: 100%;
  height: 18.75%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  bottom: 0%;
  position: absolute;
}

.wrap-content {
  padding: 120px 0 0;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .wrap-content {
    padding: 60px 0 0;
  }

  .mainVisual__capIn {
    text-align: right;
    bottom: 20px;
  }

  .mainVisual .title-page {
    bottom: 10%;
  }
}

.developer .title01 {
  text-align: center;
  margin: 0 0 150px;
}

.developer .title02 {
  text-align: center;
  margin: 0 0 40px;
}

.developer .box-tit {
  font-size: 38px;
  text-align: center;
  margin: 100px 0 20px;
}

.box .box-inner {
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #8C8C8C;
  padding: 80px 0 160px;
}

.box-imgs {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.box-imgs .photo .capOut {
  padding-top: 4px;
}

.box.box06 .box-inner {
  border-bottom: none;
}

@media screen and (min-width: 769px) {
  .developer .s-desc {
    text-align: center;
  }

  .box.box06 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .box .box-inner {
    display: flex;
    flex-direction: column;
    padding: 35px 0 100px;
  }

  .box.box01 .box-inner {
    padding-top: 0;
  }

  .box .box-inner .caption {
    color: #ffffff;
    margin: 8px 0 0;
  }

  .box .box-inner .s-desc {
    margin: 15px 0 0;
  }

  .box-imgs {
    gap: 10px;
  }

  .developer .box-tit {
    order: -1;
    margin: 0 0 35px;
    font-size: min(6.2vw, 25px);
  }
}