@charset "UTF-8";

/* mainここから
================================================ */
.container-work-journal {
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  place-items: center;
  margin: 80px auto 0px;
  text-align: center;
}

.container-work-journal h3 {
  margin-bottom: 25px;
  font-weight: normal;
}

.container-work-journal h4 {
  font-size: 0.8em;
  font-weight: normal;
  margin-bottom: 0;
}

.container-work-journal a.anchor {
  margin-top: 70px;
  padding-top: 70px;
}

@media screen and (min-width:1201px) {
  #kurashi,
  #doki {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.journal-imgs {
  margin: 20px 0;
  width: 100%;
  aspect-ratio: 18/10;
  object-fit: cover;
  object-position: 50% 80%;
}

ul.kurashi-items,
ul.doki-items {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3,minmax(60px,1fr));
  max-width: 1200px;
  margin: 20px 25px;
  list-style: none;
}

@media screen and (min-width:601px) and (max-width:1200px) {
  ul.kurashi-items,
  ul.doki-items {
    gap: 30px;
    margin: 30px 50px;
  }
}

@media screen and (min-width:1201px) {
  ul.kurashi-items,
  ul.doki-items {
    gap: 50px;
    grid-template-columns: repeat(4,minmax(225px,1fr));
    max-width: 1050px;
    margin: 50px auto 20px;
  }
}

.kurashi-items img,
ul.doki-items img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

@media screen and (min-width:601px) {
  .kurashi-items img,
  ul.doki-items img {
    margin-bottom: 5px;
  }  
}

#doki {
  padding-top: 50px;
}

li a{
  display: block;
  height: 100%;
  width: 100%;
}

/* mainここまで
================================================ */