@-webkit-keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    transform: scale(3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes scale2 {
  0% {
    transform: scale(0);
    transform-origin: left bottom;
  }
  100% {
    transform: scale(1);
    transform-origin: left bottom;
  }
}
@keyframes scale2 {
  0% {
    transform: scale(0);
    transform-origin: left bottom;
  }
  100% {
    transform: scale(1);
    transform-origin: left bottom;
  }
}
.mv {
  height: 15rem;
  margin: 0 auto;
  background: #00535d;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .mv {
    height: 20.548rem;
  }
}
.mv h2 {
  text-align: center;
  color: #fff;
  letter-spacing: 0.01em;
  font-size: 0.9rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .mv h2 {
    font-size: 1.03rem;
  }
}
.mv h2 span {
  display: block;
  color: #c9b995;
  font-weight: 700;
  margin-bottom: 1rem;
}
.mv h2 span img {
  width: 13.2rem;
}
@media only screen and (max-width: 767px) {
  .mv h2 span img {
    width: 10.3rem;
  }
}

.report_single {
  padding-top: 4.8rem;
  padding-bottom: 5.35rem;
}
@media only screen and (max-width: 767px) {
  .report_single {
    padding-top: 3.9rem;
    padding-bottom: 6.8rem;
  }
}
.report_single:nth-of-type(even) {
  background: rgba(0, 83, 93, 0.1);
}

.read {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .read {
    margin-bottom: 2.3rem;
  }
}
.read .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .read .inner {
    width: 40rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .read .inner {
    width: 82vw;
  }
}
.read h2 {
  text-align: center;
  color: #00535d;
  margin-bottom: 1.6rem;
  letter-spacing: 0.15em;
  font-size: 1.15rem;
}
@media only screen and (max-width: 767px) {
  .read h2 {
    font-size: 1.37rem;
  }
}
.read .time {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #a5a5a4;
  margin-bottom: 1.6rem;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 767px) {
  .read .time {
    text-align: center;
    font-size: 1.03rem;
    margin-bottom: 1.8rem;
  }
}
.read .df {
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .read .df {
    line-height: 1.7;
    font-size: 1.03rem;
    padding-left: 0.6rem;
  }
}

.photo-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem 1rem;
  width: 40rem;
  margin: 0 auto 2.3rem;
}
@media only screen and (max-width: 767px) {
  .photo-list {
    width: 82vw;
    margin-bottom: 0;
  }
}
.photo-list .single {
  width: 19.5rem;
}
@media only screen and (max-width: 767px) {
  .photo-list .single {
    width: 100%;
  }
}
.photo-list .single figcaption {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .photo-list .single figcaption {
    margin-top: 0.7rem;
    font-size: 1.03rem;
  }
}
.photo-list .single figcaption h3 {
  font-weight: 500;
}

.report-time {
  width: 40rem;
  margin: auto;
  letter-spacing: 0.1em;
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .report-time {
    width: 86.6666666667vw;
    font-size: 1.03rem;
  }
}
/*# sourceMappingURL=report.css.map */