@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap");
#machizukan {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.bg-beige {
  background: #f7f6f2;
}

.mz-container {
  position: relative;
  width: 92%;
  max-width: 1080px;
  margin: 0 auto;
}

.mz-cm-btn {
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
  background: linear-gradient(164.42deg, #00a27e 22.3%, #00829e 103.5%);
  border-radius: 999px;
  text-decoration: none;
}

.mz-slide-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.mz-slide-nav .swiper-button-prev {
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url(../images/machizukan/arrow-gr_l.png) no-repeat center;
  background-size: cover;
}
.mz-slide-nav .swiper-button-prev svg {
  display: none;
}
.mz-slide-nav .swiper-button-prev:hover {
  opacity: 0.75;
}
.mz-slide-nav .swiper-button-next {
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url(../images/machizukan/arrow-gr_r.png) no-repeat center;
  background-size: cover;
}
.mz-slide-nav .swiper-button-next svg {
  display: none;
}
.mz-slide-nav .swiper-button-next:hover {
  opacity: 0.75;
}
.mz-slide-nav .swiper-pagination {
  width: 3em;
  font-size: 18px;
  text-align: center;
}

.mz-scroll.fadeup {
  opacity: 0;
  transition-duration: 0.8s;
  transform: translateY(20px);
}

.mz-scroll.fadeup.active {
  opacity: 1;
  transform: translateY(0px);
}

@media (max-width: 767px) {
  .hidden-sml {
    display: none;
  }
}
.mz-cm-header {
  position: relative;
  margin-bottom: 48px;
  padding: 24px 4%;
  background: #FFF;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 767px) {
  .mz-cm-header {
    display: flex;
    margin-bottom: 24px;
    padding: 12px 8px;
  }
}
.mz-cm-header_logo {
  margin: 0;
  text-align: left;
  line-height: 1;
}
.mz-cm-header_logo img {
  width: 200px;
  height: auto;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mz-cm-header_logo img {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .mz-cm-header_logo img {
    width: 100px;
  }
}
.mz-cm-header_nav {
  display: block;
}
@media (min-width: 768px) {
  .mz-cm-header_nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .mz-cm-header_nav {
    position: absolute;
    overflow-x: auto;
    width: calc(100% - 124px);
    top: 50%;
    transform: translateY(-50%);
    left: 124px;
    right: 0;
  }
}
.mz-cm-header_nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 40px;
}
@media (max-width: 767px) {
  .mz-cm-header_nav ul {
    margin: 0 auto;
    flex-wrap: nowrap;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .mz-cm-header_nav ul li {
    white-space: nowrap;
  }
}
.mz-cm-header_nav ul li a {
  text-decoration: none;
  font-weight: 700;
  color: #111;
  transition: all 0.3s;
}
.mz-cm-header_nav ul li a:hover {
  color: #00807d;
  opacity: 1;
}

.mz-top-header {
  position: relative;
}
@media (max-width: 767px) {
  .mz-top-header {
    margin-top: 48px;
    padding-top: 40px;
  }
}
.mz-top-header:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 280px;
  height: 320px;
  background: url(../images/machizukan/img-hero-fig-l.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
@media (max-width: 767px) {
  .mz-top-header:before {
    width: 140px;
  }
}
.mz-top-header:after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 280px;
  height: 320px;
  background: url(../images/machizukan/img-hero-fig-r.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
@media (max-width: 767px) {
  .mz-top-header:after {
    width: 140px;
  }
}
.mz-top-header_nav {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .mz-top-header_nav {
    position: absolute;
    overflow-x: auto;
    width: 100%;
    top: -48px;
    left: 0;
    right: 0;
    justify-content: flex-start;
  }
}
.mz-top-header_nav ul {
  display: flex;
  gap: 40px;
  margin: 48px 0 56px;
  padding: 16px 80px;
  background: #FFF;
  border-radius: 999px;
}
@media (max-width: 767px) {
  .mz-top-header_nav ul {
    margin: 0 auto;
    padding: 0 16px;
    flex-wrap: nowrap;
    gap: 24px;
  }
}
.mz-top-header_nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mz-top-header_nav ul li a {
  text-decoration: none;
  color: #111;
  font-weight: 700;
}
@media (max-width: 767px) {
  .mz-top-header_nav ul li a {
    white-space: nowrap;
    line-height: 48px;
  }
}
.mz-top-header_nav ul li a:hover {
  color: #00807d;
}
.mz-top-header_title {
  margin: 0 0 24px;
  text-align: center;
}
.mz-top-header_title img {
  width: 420px;
}
@media (max-width: 767px) {
  .mz-top-header_title img {
    width: 64vw;
  }
}
.mz-top-hero {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
.mz-top-pickup {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .mz-top-pickup {
    margin-top: 48px;
  }
}
.mz-top-pickup_ttl {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .mz-top-pickup_ttl {
    font-size: 24px;
  }
}
.mz-top-pickup .mz-slide01 .swiper-wrapper .swiper-slide {
  text-decoration: none;
}
.mz-top-pickup .mz-slide01 .swiper-wrapper .swiper-slide .mz-slide_thumb {
  position: relative;
  aspect-ratio: 16/9;
  height: auto;
}
.mz-top-pickup .mz-slide01 .swiper-wrapper .swiper-slide .mz-slide_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.mz-top-pickup .mz-slide01 .swiper-wrapper .swiper-slide .mz-slide_body {
  line-height: 1.5;
}
.mz-top-pickup .mz-slide01 .swiper-wrapper .swiper-slide .mz-slide_body .preface {
  margin: 1em 0 0;
  font-size: 12px;
  color: #00807d;
}
.mz-top-pickup .mz-slide01 .swiper-wrapper .swiper-slide .mz-slide_body .title {
  margin: 0.25em 0 0;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}
@media (max-width: 767px) {
  .mz-top-pickup .mz-slide01 .swiper-wrapper .swiper-slide .mz-slide_body .title {
    font-size: 14px;
  }
}
.mz-top-pickup .mz-slide01 .mz-slide-nav {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .mz-top-pickup .mz-slide01 .mz-slide-nav {
    margin-top: 24px;
  }
}
.mz-top-article {
  margin-top: 80px;
  padding: 80px 0;
  background: #FFF;
}
@media (max-width: 767px) {
  .mz-top-article {
    margin-top: 48px;
    padding: 40px 0;
  }
}
@media (min-width: 768px) {
  .mz-top-article .mz-slide02 .item {
    display: flex;
  }
}
.mz-top-article .mz-slide02-outline {
  text-align: center;
}
@media (min-width: 768px) {
  .mz-top-article .mz-slide02-outline {
    width: 44.44vw;
    max-width: 480px;
    margin-right: 96px;
    padding: 0 48px;
  }
}
.mz-top-article .mz-slide02-outline .ttl {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .mz-top-article .mz-slide02-outline .ttl {
    font-size: 24px;
  }
}
.mz-top-article .mz-slide02-outline .ttl:before {
  position: absolute;
  content: "";
  bottom: -32px;
  left: 50%;
  width: 100%;
  height: 16px;
  background-image: url(../images/machizukan/img-fig-title-h2_mini.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  transform: translate(-50%);
}
.mz-top-article .mz-slide02-outline .txt {
  margin: 56px 0 48px;
  text-align: left;
}
@media (max-width: 767px) {
  .mz-top-article .mz-slide02-outline .txt {
    margin: 48px 0 24px;
  }
}
.mz-top-article .mz-slide02-outline .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .mz-top-article .mz-slide02-outline .btn {
    display: none;
  }
}
.mz-top-article .mz-slide02-post {
  flex: 1;
  text-decoration: none;
  line-height: 1.5;
}
.mz-top-article .mz-slide02-post .catch {
  position: relative;
  aspect-ratio: 16/9;
}
.mz-top-article .mz-slide02-post .catch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.mz-top-article .mz-slide02-post .preface {
  margin: 1em 0 0;
  font-size: 18px;
  color: #00807d;
}
@media (max-width: 767px) {
  .mz-top-article .mz-slide02-post .preface {
    font-size: 14px;
  }
}
.mz-top-article .mz-slide02-post .title {
  margin: 0.25em 0 0;
  font-size: 22px;
  font-weight: 700;
  color: #111;
}
@media (max-width: 767px) {
  .mz-top-article .mz-slide02-post .title {
    font-size: 18px;
  }
}
.mz-top-article .mz-slide02 .mz-slide-nav {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .mz-top-article .mz-slide02 .mz-slide-nav {
    margin-top: 40px;
  }
}
.mz-top-about {
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mz-top-about {
    padding: 48px 0;
  }
}
.mz-top-about_wrap {
  text-align: center;
}
.mz-top-about_ttl {
  position: relative;
  margin-bottom: 80px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .mz-top-about_ttl {
    font-size: min(5.87vw, 24px);
    margin-bottom: 56px;
  }
}
.mz-top-about_ttl:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 100%;
  height: 16px;
  background: url(../images/machizukan/img-fig-title-h2.png);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  transform: translate(-50%);
  opacity: 0.15;
}
.mz-top-about_txt {
  position: relative;
  letter-spacing: 0.15em;
  line-height: 2.5;
  text-align: center;
}
@media (max-width: 767px) {
  .mz-top-about_txt {
    text-align: left;
  }
}
.mz-top-about_btn {
  margin-top: 32px;
  width: 100%;
  max-width: 400px;
}
.mz-top-about .icon-pic {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .mz-top-about .icon-pic {
    display: none;
  }
}
.mz-top-about .icon-pic.sdgs-1 {
  top: 100px;
  left: 50px;
}
.mz-top-about .icon-pic.sdgs-2 {
  top: 250px;
  left: -100px;
}
.mz-top-about .icon-pic.sdgs-3 {
  top: 300px;
  left: 130px;
}
.mz-top-about .icon-pic.sdgs-4 {
  top: 420px;
  left: -60px;
}
.mz-top-about .icon-pic.sdgs-5 {
  top: 480px;
  left: 160px;
}
.mz-top-about .icon-pic.sdgs-6 {
  top: 560px;
  left: 70px;
}
.mz-top-about .icon-pic.sdgs-7 {
  top: 690px;
  left: -90px;
}
.mz-top-about .icon-pic.sdgs-8 {
  top: 750px;
  left: 140px;
}
.mz-top-about .icon-pic.sdgs-9 {
  top: 100px;
  right: 90px;
}
.mz-top-about .icon-pic.sdgs-10 {
  top: 160px;
  right: -60px;
}
.mz-top-about .icon-pic.sdgs-11 {
  top: 260px;
  right: 130px;
}
.mz-top-about .icon-pic.sdgs-12 {
  top: 350px;
  right: -100px;
}
.mz-top-about .icon-pic.sdgs-13 {
  top: 410px;
  right: 160px;
}
.mz-top-about .icon-pic.sdgs-14 {
  top: 440px;
  right: -10px;
}
.mz-top-about .icon-pic.sdgs-15 {
  top: 660px;
  right: -72px;
}
.mz-top-about .icon-pic.sdgs-16 {
  top: 590px;
  right: 120px;
}
.mz-top-about .icon-pic.sdgs-17 {
  top: 750px;
  right: 80px;
}
.mz-top-story {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/machizukan/machidukuri_map.png);
  background-size: cover;
  background-position: 50%;
}
@media (min-width: 768px) {
  .mz-top-story {
    max-height: 974px;
    width: 100%;
    height: 560px;
    background-attachment: fixed;
  }
}
@media (max-width: 767px) {
  .mz-top-story {
    padding: min(21.33vw, 80px) 0;
  }
}
.mz-top-story-panel {
  width: 60%;
  padding: 48px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
}
@media (max-width: 960px) {
  .mz-top-story-panel {
    width: 72%;
  }
}
@media (max-width: 767px) {
  .mz-top-story-panel {
    width: 88%;
    padding: 32px 24px;
  }
}
.mz-top-story-panel .title {
  position: relative;
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .mz-top-story-panel .title {
    font-size: min(5.87vw, 24px);
  }
}
@media (min-width: 1280px) {
  .mz-top-story-panel .title br {
    display: none;
  }
}
.mz-top-story-panel .title:after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  width: 100%;
  height: 20px;
  background-image: url(../images/machizukan/img-fig-title-h2_mini.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  transform: translate(-50%);
}
.mz-top-story-panel .text {
  margin: 64px 0 32px;
  text-align: center;
  line-height: 2;
}
@media (max-width: 767px) {
  .mz-top-story-panel .text {
    text-align: left;
  }
}
.mz-top-story-panel .button {
  width: 100%;
  max-width: 400px;
}
.mz-top-who {
  padding: 64px 0;
  background-color: #000;
  background: linear-gradient(0deg, rgba(8, 17, 12, 0.4), rgba(8, 17, 12, 0.4)), url(../images/machizukan/whoweare-bg.jpg);
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  color: #FFF;
}
.mz-top-who-wrap {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .mz-top-who-wrap {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.mz-top-who-wrap .content {
  flex: 1;
}
.mz-top-who-wrap .content .label {
  margin-bottom: 16px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .mz-top-who-wrap .content .label {
    margin-bottom: 8px;
  }
}
.mz-top-who-wrap .content .title {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .mz-top-who-wrap .content .title {
    margin: 0 0 12px;
    font-size: 18px;
  }
}
.mz-top-who-wrap .content .text {
  margin-bottom: 24px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (max-width: 767px) {
  .mz-top-who-wrap .content .text {
    font-size: 13px;
    line-height: 1.7;
  }
}
.mz-top-who-wrap .content .button {
  display: inline-block;
  padding: 8px 88px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 767px) {
  .mz-top-who-wrap .content .button {
    padding: 8px 16px;
    font-size: 13px;
    width: 100%;
  }
}
.mz-top-who-wrap .image {
  width: 400px;
}
@media (max-width: 767px) {
  .mz-top-who-wrap .image {
    width: 100%;
  }
}
.mz-top-who-wrap .image img {
  border-radius: 8px;
  box-shadow: 0 0 20px -5px hsla(0, 0%, 48.6%, 0.15);
}

.mz-article-list_nav {
  display: flex;
  justify-content: center;
}
.mz-article-list_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em 1.25em;
  list-style: none;
  width: 100%;
  padding: 24px;
  border-radius: 999px;
  background: #6EB75B;
}
@media (max-width: 767px) {
  .mz-article-list_nav ul {
    border-radius: 4px;
    gap: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .mz-article-list_nav ul li {
    position: relative;
    flex: 0 0 calc(50% - 4px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .mz-article-list_nav ul li:nth-child(odd):after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.15);
    width: 1px;
    height: 40px;
    top: calc(50% - 20px);
    right: 0;
  }
  .mz-article-list_nav ul li:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
.mz-article-list_nav ul li a {
  display: block;
  text-decoration: none;
  color: #FFF;
  line-height: 1.8 !important;
  transition: color 0.4s ease;
}
@media (min-width: 768px) {
  .mz-article-list_nav ul li a:before {
    content: "●";
    color: #FFF;
    padding-right: 0.25em;
    transition: color 0.4s ease;
  }
}
@media (max-width: 767px) {
  .mz-article-list_nav ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 12px;
  }
}
.mz-article-list_nav ul li a:hover {
  color: #fef267;
  opacity: 1;
}
.mz-article-list_nav ul li a:hover:before {
  color: #fef267;
}
.mz-article-list_cat {
  margin: 80px 0;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .mz-article-list_cat {
    margin: 40px 0;
    padding-bottom: 40px;
  }
}
.mz-article-list_cat__ttl {
  margin-bottom: 0.5em;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .mz-article-list_cat__ttl {
    font-size: 5.87vw;
  }
}
.mz-article-list_cat__txt {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.mz-article-list_wrap {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .mz-article-list_wrap {
    margin-top: 32px;
  }
}
.mz-article-list_wrap__ttl {
  padding: 0;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .mz-article-list_wrap__ttl {
    font-size: 24px;
  }
}
.mz-article-list_post {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 40px;
}
@media (max-width: 767px) {
  .mz-article-list_post {
    gap: 32px 16px;
  }
}
.mz-article-list_post__card {
  flex: 0 0 calc((100% - 80px) / 3);
}
@media (max-width: 767px) {
  .mz-article-list_post__card {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}
.mz-article-list_post__card a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.mz-article-list_post__card .mz-thumb {
  position: relative;
  aspect-ratio: 16/9;
  height: auto;
}
.mz-article-list_post__card .mz-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.mz-article-list_post__card .mz-body {
  line-height: 1.5;
}
.mz-article-list_post__card .mz-body .preface {
  margin: 1em 0 0;
  font-size: 12px;
  color: #00807d;
}
.mz-article-list_post__card .mz-body .title {
  margin: 0.25em 0 0;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}
@media (max-width: 767px) {
  .mz-article-list_post__card .mz-body .title {
    font-size: 14px;
  }
}
.mz-article-list .mz-pager {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .mz-article-list .mz-pager {
    margin-top: 64px;
  }
}
.mz-article-list .mz-pager a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #f7f6f2;
  border-radius: 4px;
  color: #111;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
.mz-article-list .mz-pager a.-current, .mz-article-list .mz-pager a:hover {
  background: #00807d;
  color: #FFF;
}
.mz-article-list .mz-pager a:hover {
  opacity: 1 !important;
}

.mz-article-detail {
  width: 92%;
  max-width: 680px;
  margin: 0 auto;
}
.mz-article-detail_head__hero {
  margin-bottom: 16px;
}
.mz-article-detail_head__hero img {
  border-radius: 12px;
}
.mz-article-detail_head__preface {
  margin: 0;
  color: #00807d;
  font-weight: 700;
}
.mz-article-detail_head__title {
  margin: 12px 0 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .mz-article-detail_head__title {
    font-size: 5.33vw;
  }
}
.mz-article-detail_body {
  margin-top: 48px;
}
.mz-article-detail_body h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .mz-article-detail_body h3 {
    font-size: 18px;
  }
}
.mz-article-detail_sdgs {
  margin: 40px 0;
}
.mz-article-detail_sdgs .tag {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 12px 12px 0 0;
  padding: 16px 24px 16px 80px;
  border-radius: 999px;
  color: #FFF;
  line-height: 1.5;
}
.mz-article-detail_sdgs .tag.sdgs-1 {
  position: relative;
  background: #e5001e;
}
.mz-article-detail_sdgs .tag.sdgs-1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 40px;
  height: 40px;
  background: url(../images/machizukan/sdgs_icon/1.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.mz-article-detail_sdgs .tag.sdgs-2 {
  position: relative;
  background: #d7a600;
}
.mz-article-detail_sdgs .tag.sdgs-2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 40px;
  height: 40px;
  background: url(../images/machizukan/sdgs_icon/2.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.mz-article-detail_sdgs .tag.sdgs-3 {
  position: relative;
  background: #00973b;
}
.mz-article-detail_sdgs .tag.sdgs-3:before {
  content: "";
  width: 40px;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 40px;
  height: 40px;
  background: url(../images/machizukan/sdgs_icon/3.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.mz-article-detail_sdgs .tag.sdgs-4 {
  position: relative;
  background: #c60f28;
}
.mz-article-detail_sdgs .tag.sdgs-4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  width: 40px;
  height: 40px;
  background: url(../images/machizukan/sdgs_icon/4.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.mz-article-detail_sdgs .tag.sdgs-5 {
  position: relative;
  background: #e83819;
}
.mz-article-detail_sdgs .tag.sdgs-5:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 40px;
  height: 40px;
  background: url(../images/machizukan/sdgs_icon/5.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.mz-article-detail_sdgs .tag.sdgs-6 {
  position: relative;
  background: #00a6d9;
}
.mz-article-detail_sdgs .tag.sdgs-6:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 40px;
  height: 40px;
  background: url(../images/machizukan/sdgs_icon/6.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.mz-article-detail_sdgs .tag.sdgs-7 {
  position: relative;
  background: #fabd00;
}
.mz-article-detail_sdgs .tag.sdgs-7::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 40px;
  height: 40px;
  background: url(../images/machizukan/sdgs_icon/7.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.mz-article-detail_sdgs .tag.sdgs-8 {
  position: relative;
  background: #970b31;
}
.mz-article-detail_sdgs .tag.sdgs-8:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 40px;
  height: 40px;
  background: url(../images/machizukan/sdgs_icon/8.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.mz-article-detail_sdgs .tag.sdgs-9 {
  position: relative;
  background: #ed6a02;
}
.mz-article-detail_sdgs .tag.sdgs-9:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 40px;
  height: 40px;
  background: url(../images/machizukan/sdgs_icon/9.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.mz-article-detail_sdgs .tag.sdgs-10 {
  position: relative;
  background: #dc007a;
}
.mz-article-detail_sdgs .tag.sdgs-10:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 40px;
  height: 40px;
  background: url(../images/machizukan/sdgs_icon/10.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.mz-article-detail_sdgs .tag.sdgs-11 {
  position: relative;
  background: #f5a200;
}
.mz-article-detail_sdgs .tag.sdgs-11:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 40px;
  height: 40px;
  background: url(../images/machizukan/sdgs_icon/11.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.mz-article-detail_sdgs .tag.sdgs-12 {
  position: relative;
  background: #d39200;
}
.mz-article-detail_sdgs .tag.sdgs-12:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 40px;
  height: 40px;
  background: url(../images/machizukan/sdgs_icon/12.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.mz-article-detail_sdgs .tag.sdgs-13 {
  position: relative;
  background: #427935;
}
.mz-article-detail_sdgs .tag.sdgs-13:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 40px;
  height: 40px;
  background: url(../images/machizukan/sdgs_icon/13.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.mz-article-detail_sdgs .tag.sdgs-14 {
  position: relative;
  background: #0075ba;
}
.mz-article-detail_sdgs .tag.sdgs-14:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 40px;
  height: 40px;
  background: url(../images/machizukan/sdgs_icon/14.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.mz-article-detail_sdgs .tag.sdgs-15 {
  position: relative;
  background: #28a838;
}
.mz-article-detail_sdgs .tag.sdgs-15:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 40px;
  height: 40px;
  background: url(../images/machizukan/sdgs_icon/15.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.mz-article-detail_sdgs .tag.sdgs-16 {
  position: relative;
  background: #004c88;
}
.mz-article-detail_sdgs .tag.sdgs-16:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 40px;
  height: 40px;
  background: url(../images/machizukan/sdgs_icon/16.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.mz-article-detail_sdgs .tag.sdgs-17 {
  position: relative;
  background: #003067;
}
.mz-article-detail_sdgs .tag.sdgs-17:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 40px;
  height: 40px;
  background: url(../images/machizukan/sdgs_icon/17.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.mz-article-detail_footer {
  margin-top: 80px;
  text-align: center;
}
.mz-article-detail_footer a {
  width: 100%;
  max-width: 400px;
}

.mz-relatedpost {
  margin-top: 80px;
  padding: 64px 0;
}
.mz-relatedpost_ttl {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .mz-relatedpost_ttl {
    font-size: 24px;
  }
}
.mz-relatedpost_ttl:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 100%;
  height: 8px;
  background: url(../images/machizukan/img-fig-title-h2.png);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  transform: translate(-50%);
}
.mz-relatedpost .mz-slide03 {
  margin-top: 48px;
}
.mz-relatedpost .mz-slide03 .swiper-wrapper .swiper-slide {
  text-decoration: none;
}
.mz-relatedpost .mz-slide03 .swiper-wrapper .swiper-slide .mz-slide_thumb {
  position: relative;
  aspect-ratio: 16/9;
  height: auto;
}
.mz-relatedpost .mz-slide03 .swiper-wrapper .swiper-slide .mz-slide_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.mz-relatedpost .mz-slide03 .swiper-wrapper .swiper-slide .mz-slide_body {
  line-height: 1.5;
}
.mz-relatedpost .mz-slide03 .swiper-wrapper .swiper-slide .mz-slide_body .preface {
  margin: 1em 0 0;
  font-size: 12px;
  color: #00807d;
}
.mz-relatedpost .mz-slide03 .swiper-wrapper .swiper-slide .mz-slide_body .title {
  margin: 0.25em 0 0;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}
@media (max-width: 767px) {
  .mz-relatedpost .mz-slide03 .swiper-wrapper .swiper-slide .mz-slide_body .title {
    font-size: 14px;
  }
}
.mz-relatedpost .mz-slide03 .mz-slide-nav {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .mz-relatedpost .mz-slide03 .mz-slide-nav {
    margin-top: 24px;
  }
}

.mz-about_ttl {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .mz-about_ttl {
    font-size: 20px;
  }
}
.mz-about_hero {
  text-align: center;
}
.mz-about_hero img {
  width: 100%;
  max-width: 640px;
}
.mz-about_lead {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .mz-about_lead {
    font-size: min(5.87vw, 24px);
  }
}
.mz-about_body {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .mz-about_body {
    font-size: 16px;
    text-align: left;
  }
}

.mz-story_hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -48px;
  padding: 30vh 0;
  background: url(../images/machizukan/history_bg_bottom.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .mz-story_hero {
    margin-top: -24px;
    padding: 64px 0;
  }
}
.mz-story_hero_panel {
  width: 60%;
  padding: 48px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
}
@media (max-width: 960px) {
  .mz-story_hero_panel {
    width: 72%;
  }
}
@media (max-width: 767px) {
  .mz-story_hero_panel {
    width: 88%;
    padding: 32px 24px;
  }
}
.mz-story_hero_panel .title {
  position: relative;
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .mz-story_hero_panel .title {
    font-size: min(5.87vw, 24px);
  }
}
@media (min-width: 1280px) {
  .mz-story_hero_panel .title br {
    display: none;
  }
}
.mz-story_hero_panel .title:after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  width: 100%;
  height: 20px;
  background-image: url(../images/machizukan/img-fig-title-h2_mini.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  transform: translate(-50%);
}
.mz-story_hero_panel .text {
  margin: 64px 0 0;
  text-align: center;
  line-height: 2;
}
@media (max-width: 767px) {
  .mz-story_hero_panel .text {
    text-align: left;
  }
}
.mz-story_body {
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 100vh;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .mz-story_body {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .mz-story_body_left {
    display: none;
  }
}
.mz-story_body_left .stage {
  position: sticky;
  top: 0;
  height: 100vh;
  display: grid;
  place-items: center;
}
.mz-story_body_left .square {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.mz-story_body_left .layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.6s ease;
  will-change: opacity;
}
.mz-story_body_left .layer.is-active {
  opacity: 1;
}
.mz-story_body_right {
  padding-left: 80px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1), transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.2s;
}
@media (max-width: 767px) {
  .mz-story_body_right {
    padding-left: 0;
  }
}
.mz-story_body_right .step {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .mz-story_body_right .step {
    padding-bottom: 56px;
  }
}
.mz-story_body_right .step:first-of-type {
  padding-top: 200px;
}
@media (max-width: 767px) {
  .mz-story_body_right .step:first-of-type {
    padding-top: 0;
  }
}
.mz-story_body_right .step:last-of-type {
  min-height: 90vh;
}
@media (max-width: 767px) {
  .mz-story_body_right .step:last-of-type {
    min-height: auto;
  }
}
.mz-story_body_right .step .ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .mz-story_body_right .step .ttl {
    font-size: 18px;
  }
}
.mz-story_body_right .step .year {
  color: #999;
}
.mz-story_body_right .step .txt {
  line-height: 2;
}
.mz-story_body.is-ready .mz-story_body_right {
  opacity: 1;
  transform: translateY(0);
}
.mz-story_btm {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40vh 0;
  background: url(../images/machizukan/history_bg_bottom.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.mz-story_btm_panel {
  width: 60%;
  max-width: 720px;
  padding: 48px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
}
@media (max-width: 960px) {
  .mz-story_btm_panel {
    width: 72%;
  }
}
@media (max-width: 767px) {
  .mz-story_btm_panel {
    width: 88%;
    padding: 32px 24px;
  }
}
.mz-story_btm_panel .title {
  position: relative;
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .mz-story_btm_panel .title {
    font-size: min(5.87vw, 24px);
  }
}
@media (min-width: 1280px) {
  .mz-story_btm_panel .title br {
    display: none;
  }
}
.mz-story_btm_panel .title:after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  width: 100%;
  height: 20px;
  background-image: url(../images/machizukan/img-fig-title-h2_mini.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  transform: translate(-50%);
}
.mz-story_btm_panel .text {
  margin: 1em 0 0;
  text-align: center;
  line-height: 2;
}
.mz-story_btm_panel .text:first-of-type {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .mz-story_btm_panel .text {
    text-align: left;
  }
}