/* common-mv
-----------------------*/
.common-mv {
  background: url(../images/common/common_mv.jpg) no-repeat center/cover;
}

/* container
-----------------------*/
.container {
  max-width: 1000px;
}

/* common-ank-area__list
-----------------------*/
.common-ank-area__list {
  max-width: 900px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .common-ank-area__list {
    gap: 10px;
  }
}
.common-ank-area__list li {
  width: 210px;
}
@media screen and (max-width: 1024px) {
  .common-ank-area__list li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .common-ank-area__list li a {
    padding: 10px 5px;
    font-size: 12px;
  }
}

/* activities-ttl
-----------------------*/
.activities-ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.0;
  position: relative;
  margin-bottom: 25px;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .activities-ttl {
    font-size: 28px;
    margin-bottom: 20px;
    padding-top: 25px;
  }
}
.activities-ttl::before {
  content: "";
  display: block;
  width: 85px;
  height: 2px;
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
}
.activities-ttl span {
  font-size: 38px;
  color: #f00000;
}
@media screen and (max-width: 768px) {
  .activities-ttl span {
    font-size: 34px;
  }
}

/* sdgs
-----------------------*/
.sdgs {
  margin-bottom: 135px;
}
@media screen and (max-width: 768px) {
  .sdgs {
    margin-bottom: 80px;
  }
}
.sdgs__read {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sdgs__read {
    margin-bottom: 25px;
  }
}
.sdgs__read p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .sdgs__read p {
    font-size: 14px;
  }
}
.sdgs__read .sdgs-ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.sdgs__logo {
  max-width: 460px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sdgs__logo {
    margin-bottom: 30px;
  }
}
.sdgs__list {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sdgs__list {
    margin-bottom: 35px;
    display: block;
  }
}
.sdgs__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 270px;
}
@media screen and (max-width: 768px) {
  .sdgs__list li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sdgs__list li + li {
    margin-top: 15px;
  }
}
.sdgs__list li p {
  font-size: 12px;
  width: calc(100% - 100px);
}
.sdgs__list li .sdgs-img {
  width: 85px;
}
.sdgs__stage-list li {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sdgs__stage-list li {
    display: block;
  }
}
.sdgs__stage-list li:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.sdgs__stage-list li:nth-of-type(odd) .stage-text {
  padding-left: 0;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .sdgs__stage-list li:nth-of-type(odd) .stage-text {
    padding-right: 0;
  }
}
.sdgs__stage-list li + li {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sdgs__stage-list li + li {
    margin-top: 35px;
  }
}
.sdgs__stage-list li .stage-text {
  width: 300px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .sdgs__stage-list li .stage-text {
    margin-bottom: 15px;
    padding-left: 0;
  }
}
.sdgs__stage-list li .stage-text .stage-logo {
  max-width: 210px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .sdgs__stage-list li .stage-text .stage-logo {
    max-width: 110px;
    margin-bottom: 15px;
  }
}
.sdgs__stage-list li .stage-text p {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sdgs__stage-list li .stage-text p {
    font-size: 14px;
  }
}
.sdgs__stage-list li .stage-img {
  width: calc(100% - 355px);
}
@media screen and (max-width: 768px) {
  .sdgs__stage-list li .stage-img {
    width: 100%;
  }
}

/* yakiniku-project
-----------------------*/
.yakiniku-project {
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .yakiniku-project {
    margin-bottom: 105px;
  }
}
.yakiniku-project__read {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .yakiniku-project__read {
    margin-bottom: 20px;
  }
}
.yakiniku-project__about {
  display: flex;
  justify-content: space-between;
  margin: 25px auto 55px;
}
@media screen and (max-width: 768px) {
  .yakiniku-project__about {
    display: block;
    margin: 0 auto 40px;
  }
}
.yakiniku-project__about .abut-text {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .yakiniku-project__about .abut-text {
    width: 100%;
  }
}
.yakiniku-project__about .abut-text p {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .yakiniku-project__about .abut-text p {
    margin-bottom: 20px;
  }
}
.yakiniku-project__about .abut-text .abut-btn {
  text-align: left;
}
.yakiniku-project__about .abut-text .abut-btn a {
  display: inline-block;
  margin-bottom: 10px;
  padding: 15px;
  max-width: 225px;
  text-align: center;
  transition: 0.5s;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.0;
  background: #f00000;
  border-radius: 23px;
}
.yakiniku-project__about .abut-text .abut-btn a:hover {
  opacity: 0.7;
  color: #FFFFFF;
  text-decoration: none;
}
.yakiniku-project__about .abut-text .about-note {
  font-size: 14px;
}
.yakiniku-project__about .abut-img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .yakiniku-project__about .abut-img {
    width: 100%;
  }
}
.yakiniku-project__img-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  max-width: 740px;
  margin: 0 auto;
}
.yakiniku-project__img-list li {
  grid-column: span 6;
}
.yakiniku-project .img-yakiniku-project {
  max-width: 600px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .yakiniku-project .img-yakiniku-project {
    margin-bottom: 30px;
  }
}
.yakiniku-project .abut-btn {
  text-align: center;
}
.yakiniku-project .abut-btn a {
  display: inline-block;
  padding: 15px;
  max-width: 225px;
  text-align: center;
  transition: 0.5s;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.0;
  background: #f00000;
  border-radius: 23px;
}
.yakiniku-project .abut-btn a:hover {
  opacity: 0.7;
  color: #FFFFFF;
  text-decoration: none;
}

/*# sourceMappingURL=activities.css.map */
