.main-img {
  background: url(../images/landuse/head-bg.jpg) no-repeat center top/cover;
}

.matching-box {
  margin-top: 94px;
  width: 92%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  border-top: 1px solid #fff;
}
.matching-box .matching-ttl {
  font-size: 20px;
  line-height: 1.65;
  font-weight: 700;
  margin-bottom: 48px;
  text-align: center;
  color: #fff;
}
.matching-box .matching-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.matching-box .matching-list li {
  width: 22.4%;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.matching-box .matching-list li .matching-no {
  margin-bottom: 14px;
  width: 84px;
  margin-left: auto;
  margin-right: auto;
}
.matching-box .matching-list li .matching-no img {
  width: 100%;
  height: auto;
}
.matching-box .matching-list li .matching-text .matching-copy {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.matching-box .matching-list li .matching-text .matching-subcopy {
  font-size: 15px;
  line-height: 1.66;
  text-align: center;
  color: #fff;
}

.info-box {
  margin-top: 150px;
  position: relative;
}
.info-box .info-img {
  position: relative;
  z-index: 1;
}
.info-box .info-text {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.info-box .info-text .info-en-ttl {
  font-size: 20px;
  line-height: 1.65;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
}
.info-box .info-text .info-ja-ttl {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.info-box .info-text .info-copy {
  font-size: 15px;
  line-height: 1.66;
  color: #fff;
}

.sup-box {
  color: #fff;
  margin-top: 90px;
}

.sup-list {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
.sup-list li {
  width: 31.3%;
}
.sup-list li .sup-copy {
  margin-top: 15px;
  color: #fff;
  font-size: 15px;
  line-height: 1.66;
  text-align: center;
}

.osusume-box {
  margin-top: 130px;
}
.osusume-box .ja-ttl {
  margin-top: 15px;
}
.osusume-box .osusume-list {
  padding: 50px 54px 75px;
  border-radius: 10px;
  margin-top: 48px;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  background: #e9eaea;
}
.osusume-box .osusume-list li {
  padding-bottom: 48px;
  border-bottom: 1px solid #9fa0a0;
  padding-top: 40px;
}
.osusume-box .osusume-list li:nth-child(odd) {
  width: 50%;
  padding-right: 34px;
  border-right: 1px solid #9fa0a0;
  box-sizing: border-box;
}
.osusume-box .osusume-list li:nth-child(even) {
  width: 50%;
  padding-left: 34px;
  box-sizing: border-box;
}
.osusume-box .osusume-list li:last-child {
  width: 100%;
  padding-bottom: 0;
  padding-right: 0;
  border-right: none;
  border-bottom: none;
}
.osusume-box .osusume-list li .osusume-main {
  text-align: center;
  margin-bottom: 24px;
  color: #1d68ab;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
}
.osusume-box .osusume-list li .osusume-sub {
  font-size: 15px;
  line-height: 1.66;
  color: #000;
  text-align: justify;
}

@media (max-width: 1024px) {
  .osusume-box .osusume-list li .osusume-main {
    font-size: 17px;
  }
}
@media (max-width: 900px) {
  .main-img {
    background: url(../images/landuse/head-bg-sp.jpg) no-repeat center top/cover;
  }
  .matching-box {
    margin-top: 10.6vw;
    width: 92%;
    max-width: none;
    padding-top: 35px;
  }
  .matching-box .matching-ttl {
    font-size: 4vw;
    line-height: 1.65;
    font-weight: 700;
    margin-bottom: 6.6vw;
  }
  .matching-box .matching-list {
    display: block;
  }
  .matching-box .matching-list li {
    width: 80%;
    padding-bottom: 8vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8vw;
    border-bottom: 1px solid #fff;
  }
  .matching-box .matching-list li:last-child {
    margin-bottom: 0;
  }
  .matching-box .matching-list li .matching-no {
    margin-bottom: 3.73vw;
    width: 22vw;
    margin-left: auto;
    margin-right: auto;
  }
  .matching-box .matching-list li .matching-no img {
    width: 100%;
    height: auto;
  }
  .matching-box .matching-list li .matching-text .matching-copy {
    font-size: 4.6vw;
    margin-bottom: 2.13vw;
  }
  .matching-box .matching-list li .matching-text .matching-subcopy {
    font-size: 3.6vw;
  }
  .info-box {
    margin-top: 12.8vw;
    position: relative;
  }
  .info-box .info-img {
    position: relative;
    z-index: 1;
  }
  .info-box .info-text {
    position: absolute;
    width: 88%;
    bottom: 6.6vw;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .info-box .info-text .info-en-ttl {
    font-size: 4vw;
    margin-bottom: 10vw;
  }
  .info-box .info-text .info-ja-ttl {
    font-size: 4.6vw;
    margin-bottom: 4vw;
  }
  .info-box .info-text .info-copy {
    font-size: 3.5vw;
  }
  .sup-box {
    margin-top: 12vw;
  }
  .sup-list {
    display: block;
    justify-content: space-between;
    margin-top: 8vw;
  }
  .sup-list li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.3vw;
  }
  .sup-list li:last-child {
    margin-bottom: 0;
  }
  .sup-list li .sup-copy {
    margin-top: 3.3vw;
    font-size: 3.6vw;
  }
  .osusume-box {
    margin-top: 10vw;
  }
  .osusume-box .ja-ttl {
    margin-top: 1.6vw;
  }
  .osusume-box .osusume-list {
    padding: 6.6vw 5.3vw 6.6vw;
    border-radius: 2vw;
    margin-top: 6.6vw;
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .osusume-box .osusume-list li {
    padding-bottom: 6.6vw;
    border-bottom: 1px solid #9fa0a0;
    padding-top: 4.5vw;
  }
  .osusume-box .osusume-list li:nth-child(odd) {
    width: 100%;
    padding-right: 0;
    border-right: none;
    box-sizing: border-box;
  }
  .osusume-box .osusume-list li:nth-child(even) {
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
  }
  .osusume-box .osusume-list li:first-child {
    padding-top: 0;
  }
  .osusume-box .osusume-list li:last-child {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
    border-right: none;
    border-bottom: none;
  }
  .osusume-box .osusume-list li .osusume-main {
    text-align: center;
    margin-bottom: 3.3vw;
    font-size: 4vw;
  }
  .osusume-box .osusume-list li .osusume-sub {
    font-size: 3.3vw;
  }
}
/*# sourceMappingURL=landuse.css.map */