main {
  background: none;
}

main::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../img/hp-kv.png') #f8f8f8 center center / cover no-repeat;
  z-index: -1;
}

p {
  color: #0264bc;
  font-weight: 500;
}

.documents-pc {
  display: block;
}

.documents-sp {
  display: none;
}

.documents-pc2 {
  display: block;
}

.documents-sp2 {
  display: none;
}

.hp-kv-top {
  padding: 200px 0 30px;
  border-bottom: #0065bc4f solid 2px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.hp-kv-title {
  font-weight: bold;
  font-size: 2rem;
}

.hp-kv-title span {
  display: block;
  font-size: 0.8rem;
}

.hp-sitemap {
  font-size: 0.8rem;
  color: #000000;
}

.documents-sec{
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;

}
.documents-sec p{
  font-size: 2rem;
}

.hp-sec5-bottom {
  background-color: #ffffff;
  position: relative;
  z-index: 0;
  margin-top: -3px;
}

.hp-sec5-bottom2 {
  background: url('../../img/hp-kv.png') #f8f8f8 center center / cover no-repeat;
  clip-path: polygon(0% -3px, 100% -3px, 100% 100%, 0% 0);
  height: 90px;
  position: relative;
  z-index: 1;
  margin-top: -3px;
}

.hp-sec5-bottom3 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background: #0264bc;
  height: 100%;
  margin-top: -3px;
}

.hp-sec6 {
  background: #fff;
  padding: 60px 0;
}

.hp-sec6-flex {
  display: flex;
  gap: 5%;
  align-items: center;
  justify-content: center;
}

.hp-sec6-left {
  width: 40%;
  max-width: 250px;
}

.hp-sec6-right {
  width: 60%;
  max-width: 500px;
}

.hp-sec6-right p {
  font-size: 1.8rem;
  line-height: 1.5;
  text-decoration: underline #75a9d8;
  font-weight: bold;
}


@media screen and (max-width:1024px) {

  .hp-kv-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .hp-sitemap {
    margin: 20px 0 0 auto;
  }


}

@media screen and (max-width:768px) {

  .hp-kv-top {
    padding: 150px 0 20px;
  }

  .hp-sec5-bottom2 {
    height: 50px;
  }

}

@media screen and (max-width:660px) {


  .hp-sec6-flex {
    flex-direction: column;
    gap: 30px;
  }

  .hp-kv-left,
  .hp-kv-right {
    width: 100%;
  }

  .hp-kv-title {
    line-height: 1.5;
  }

  .hp-sec6-right {
    width: 100%;
    text-align: center;
  }

  .hp-sec6-left {
    width: 170px;
  }

  .hp-sec6-right p {
    font-size: 1.2rem;
  }

}
