.other {
  color: #fff;
}
.other__item {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .other__item {
    margin-bottom: 15vw;
  }
}
.other__item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .other__item img {
    margin: 0 auto 3vw auto;
  }
  .other__item img:last-child {
    margin: 0 auto;
  }
}
.other__item h2 {
  display: flex;
  font-size: 30px;
  font-weight: 600;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .other__item h2 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .other__item h2 {
    display: block;
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .other__item h2 p {
    margin-top: 1.5vw;
    font-size: 5vw;
    line-height: 1.2;
  }
}
.other__item h2 .category {
  display: inline-block;
  font-size: 22px;
  padding: 2px 10px;
  margin-right: 20px;
  color: #000;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .other__item h2 .category {
    display: block;
    font-size: 2.2vw;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 1045px) {
  .other__item h2 .category {
    display: block;
    font-size: 2vw;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .other__item h2 .category {
    padding: 0.2666666667vw 1.3333333333vw;
    display: block;
    font-size: 3.4vw;
    margin-bottom: 1.0666666667vw;
  }
}
.other__item h2 .yaer {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  margin-left: 10px;
}
@media screen and (max-width: 1045px) {
  .other__item h2 .yaer {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .other__item h2 .yaer {
    font-size: 4vw;
    line-height: 1;
  }
}
.other__img {
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .other__img {
    padding: 5vw;
  }
}
.other__img--illust {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .other__img--illust {
    padding: 5vw;
  }
}
.other__img--row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .other__img--row {
    display: block;
  }
}
.other__img--row.illust {
  gap: 25px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .other__img--row.illust {
    gap: 1.95vw;
  }
}
@media screen and (max-width: 1045px) {
  .other__img--row.illust {
    gap: 1.8vw;
  }
}
.other__img img.img-a {
  width: 600px;
}
@media screen and (max-width: 1200px) {
  .other__img img.img-a {
    width: 52.63%;
  }
}
@media screen and (max-width: 768px) {
  .other__img img.img-a {
    width: 100%;
  }
}
.other__img img.img-b {
  width: 540px;
}
@media screen and (max-width: 1200px) {
  .other__img img.img-b {
    width: 47.36%;
  }
}
@media screen and (max-width: 768px) {
  .other__img img.img-b {
    width: 100%;
  }
}
.other__img img.img-c {
  width: 580px;
}
@media screen and (max-width: 1200px) {
  .other__img img.img-c {
    width: 50.87%;
  }
}
@media screen and (max-width: 768px) {
  .other__img img.img-c {
    width: 100%;
  }
}
.other__img img.img-d {
  width: 535px;
}
@media screen and (max-width: 1200px) {
  .other__img img.img-d {
    width: 46.92%;
  }
}
@media screen and (max-width: 768px) {
  .other__img img.img-d {
    width: 100%;
  }
}
.other__img img.w75 {
  width: 75%;
  margin: 0 auto 5vw auto;
}/*# sourceMappingURL=other.css.map */