main .inner {
  max-width: 1100px;
}
main section.mv {
  margin-bottom: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  main section.mv {
    margin-bottom: 52px;
    padding-top: 18px;
  }
}
main section.mv h1 {
  margin-bottom: 24px;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  main section.mv h1 {
    margin-bottom: 16px;
    font-size: 26px;
  }
}
main section.mv p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main section.mv p {
    line-height: 1.8;
  }
}
main section.coop {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  main section.coop {
    margin-bottom: 78px;
  }
}
main section.coop ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media screen and (max-width: 768px) {
  main section.coop ul {
    flex-direction: column;
  }
}
main section.coop ul li {
  display: flex;
  justify-content: space-between;
  width: calc(50% - 10px);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main section.coop ul li {
    width: 100%;
  }
}
main section.coop ul li figure {
  --size: 200px;
  min-width: var(--size);
  width: var(--size);
  min-height: 100%;
}
@media screen and (max-width: 1000px) {
  main section.coop ul li figure {
    --size: 180px;
  }
}
@media screen and (max-width: 768px) {
  main section.coop ul li figure {
    --size: 140px;
  }
}
main section.coop ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.coop ul li figure img[src*="03"] {
  -o-object-position: left 0 top 50%;
     object-position: left 0 top 50%;
}
main section.coop ul li figure:has(+ dl img) {
  border: 1px solid #ddd;
}
main section.coop ul li dl {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  gap: 14px 15px;
  padding: 20px;
  line-height: 1.4;
}
main section.coop ul li dl:not(:has(img)) {
  flex-direction: column;
}
main section.coop ul li dl:has(img) {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
main section.coop ul li dl:has(img) dd {
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  main section.coop ul li dl:has(img) dd {
    width: 100%;
  }
}
main section.coop ul li dl dt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px 0;
  font-size: 18px;
  font-weight: bold;
}
main section.coop ul li dl dt a {
  padding: 2px 12px 3px;
  border: 1px solid #a0a0a0;
  font-size: 16px;
  transition: 0.3s;
}
main section.coop ul li dl dd {
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */