@charset "utf-8";

.wrap__inner {
  margin-left: auto;
  width: 87%;
  margin-left: 62px;
  overflow: clip;
}

@media (width>800px) {
  .wrap__inner {
    margin-left: 110px;
  }
}

.hero {
  margin-bottom: 50px;
}

.hero__img {
  /* margin-top: 2%; */
}

.hero__img img {
  width: 100%;
  height: 100%;
  /* max-height: 600px; */
  object-fit: cover;
  object-position: top center;
}

@media (width>600px) {
  .hero__img {
    height: 100vw;
    max-height: 600px;
  }
}

.section__title {
  color: #fff;
}

.activity-report {
  padding: 40px 10px 50px;
  background-image: linear-gradient(#6196a1ff 150px, #6196a100 150px);
  margin-bottom: 100px;
  position: relative;
}

.report {
  padding: 40px 10px 50px;
  background-image: linear-gradient(#509f6a 150px, #6196a100 150px);
  margin-bottom: 100px;
  position: relative;
}

.activity-report__container {
  display: flex;
  gap: 8%;
  position: relative;
  z-index: 10;
  flex-wrap: nowrap;
  overflow: auto;
}

.activity-report__item {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 5px #aaa;
  width: 70%;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.activity-report__img {
  width: 100%;
  height: 30vw;
  margin-bottom: 0.5em;
}

.activity-report__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.activity-report__name {
  width: fit-content;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  background-color: #cdd02c;
}

.activity-report__title {
  margin-top: 0.3em;
}

@media (width>800px) {
  .activity-report__container {
    flex-wrap: nowrap;
    gap: 20px;
    overflow: auto;
  }

  .activity-report__item {
    width: 30%;
  }

  .activity-report__img {
    height: 20vw;
  }
}

.photo-gallary {
  margin-bottom: 100px;
}

.photo-gallary div {
  position: sticky;
  width: 90%;
  height: 80vh;
  margin: 0 auto 20px;
  top: 50px;
}

.photo-gallary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.report__item {
  width: 80%;
  margin: 0 auto;
}

@media (width>800px) {
  .report__container {
    display: flex;
    justify-content: flex-start;
    gap: 2%;
  }

  .report__item {
    width: 45%;
    max-width: 400px;
    margin: 0;
  }
}

.policy {
  padding: 40px 10px 50px;
  background-image: linear-gradient(#cdd02c 150px, #6196a100 150px);
  /* background-color: #dadada; */
  margin-bottom: 100px;
  position: relative;
}

.policy__copy {
  font-size: 30px;
  margin: 0;
}

.policy__lead {
  margin: 0 0 30px;
  font-size: 18px;
}

.policy__list dt {
  font-weight: bold;
}

.policy__list dd {
  margin-bottom: 20px;
}

.career {
  padding: 40px 10px 50px;
  background-image: linear-gradient(#6196a6 150px, #6196a100 150px);
  margin-bottom: 100px;
  position: relative;
}

.career__container {
  max-width: 800px;
  width: 90%;
  padding: 30px;
  background: #fff;
}

.career__wrap {
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: solid 10px #6196a6;
}

footer {
  background: #044f91;
  color: #fff;
  padding: 20px 0 20px 50px;
}

footer a {
  color: #fff;
}

.footer__name {
  font-size: 20px;
}

.footer__address {
  font-style: normal;
}