.picture img{
  width: 80%;
}

@media (max-width: 1000px) {
  
  .picture{
    text-align: center;
  }
}


@media (min-width: 1000px) {

  .kikaku{
    display: inline-block;
  }
  .picture{
    margin: 0 0 0 75px;
    object-fit: cover;
    overflow: hidden;
    width: 500px;
    height: 300px
  }
  .sentence{
    margin: 0 0 0 50px;
    width: 350px;
    vertical-align: top;
  }
}

.document.coming-soon {
    pointer-events: none;  
    filter: brightness(0.1); 
}

.box_link{
  padding: 10px 2%;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 300px));
  border-radius: 5px;
  justify-content: center;
}
.item_link{
  padding: 14px 1%;
  display: flex;
  font-size: 0.9rem;
  font-family: "Noto Serif", sans-serif;
  position: relative;
  color: #000;
  border-radius: 40px;
  justify-content: center;
  text-decoration: none;
  border:#163473 solid 1.5px;
  text-align: center;
  background-color: #f9f9f9bf;
  transition: 0.3s;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5)
}
  .item_link:hover{
  color:#ffffffaa;
  background-color: #163473;
}
.document p {
  margin: 1rem 5% 0 5%;
}
@media screen and (max-width: 600px) {
  .box_link{
    margin: 0 10% 0 10%;
  }
  .text p {
    margin: 2rem 5%;
  }
  .document p{
    margin: 0 5%;
  }
  .item_link {
    padding: 12px 1%;
  }
}