.headline-is-v1.-global_sustainability {
  border-left-color: #1f9b2e;
}

.headline-is-v2.-global_sustainability {
  border-bottom-color: #1f9b2e;
}

.globalSa-country span {
  display: inline-block;
  min-width: 300px;
  font-size: 1.4285714286rem;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  background-color: #1f9b2e;
  padding: 0.5em;
}
@media only screen and (max-width: 767px) {
  .globalSa-country span {
    min-width: 120px;
    font-size: 1.0714285714rem;
    padding: 0.2em 1em;
  }
}

.globalSa-kv {
  position: relative;
}
.globalSa-kv__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .globalSa-kv__heading {
    font-size: 1.5714285714rem;
  }
}
@media print, screen and (min-width: 768px) {
  .globalSa-kv__heading {
    font-size: clamp(2.188rem, 0.563rem + 3.25vw, 3rem);
  }
}
.globalSa-kv .swiper img {
  width: 100%;
}

.globalSa-content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 100px;
}
@media only screen and (max-width: 767px) {
  .globalSa-content {
    padding: 40px 0;
  }
}

.globalSa-map {
  position: relative;
  max-width: 1150px;
  margin: 0 auto;
}
.globalSa-map svg {
  position: absolute;
  top: 40%;
  width: 78%;
  left: 7%;
}
.globalSa-map .st0 {
  fill: #fff;
  fill-rule: evenodd;
  stroke: #1f9b2e;
  stroke-width: 2px;
}
.globalSa-map .st1 {
  font-family: KozGoPr6N-Regular-90ms-RKSJ-H, "Kozuka Gothic Pr6N";
  font-size: 20px;
}
.globalSa-map .st1, .globalSa-map .st2 {
  isolation: isolate;
}
.globalSa-map svg a {
  text-decoration: none;
}
.globalSa-map svg a:hover path,
.globalSa-map svg a:hover text {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.globalSa-map svg a:hover path {
  fill: #e41c1c;
  stroke: #e41c1c;
}
.globalSa-map svg a:hover text {
  fill: #fff;
}
.globalSa-map figure {
  margin-top: 0 !important;
}

.globalSa-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .globalSa-nav {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
    margin-top: 30px;
  }
}
.globalSa-nav > li a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.globalSa-nav > li a:hover {
  opacity: 0.7;
}
.globalSa-nav__title {
  text-align: center;
  background-color: #1f9b2e;
  padding: 10px;
}
.globalSa-nav__title span {
  position: relative;
  display: inline-block;
  font-size: 1.5714285714rem;
  color: #fff;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .globalSa-nav__title span {
    font-size: 1.0714285714rem;
  }
}
.globalSa-nav__title span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin: 0 0 0 10px;
}

.globalSa-slide {
  max-width: 746px;
  margin: 0 auto;
}
.globalSa-slide .swiper-pagination {
  position: relative;
  margin-top: 5px;
}
.globalSa-slide .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
.globalSa-slide .swiper-pagination-bullet-active {
  background-color: #1f9b2e;
}

.globalSa-more-btn {
  text-align: center;
  background-color: #1f9b2e;
  padding: 15px;
  margin-top: 50px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .globalSa-more-btn {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .globalSa-more-btn {
    padding: 10px;
  }
}
.globalSa-more-btn:hover {
  opacity: 0.7;
}
.globalSa-more-btn span {
  position: relative;
  display: inline-block;
  font-size: 1.5714285714rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .globalSa-more-btn span {
    font-size: 1rem;
  }
}
.globalSa-more-btn span::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 6px;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  margin: 0 0 0 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.globalSa-more-btn.is-open span::after {
  clip-path: polygon(100% 100%, 0 100%, 50% 0);
}

.globalSa-more-content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.2s ease-out;
  transition: grid-template-rows 0.2s ease-out;
  transition: grid-template-rows 0.2s ease-out, -ms-grid-rows 0.2s ease-out;
}
.globalSa-more-content.is-open {
  grid-template-rows: 1fr;
}

.globalSa-more-inner {
  overflow: hidden;
}

.globalSa-past-btn {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .globalSa-past-btn {
    margin-top: 40px;
  }
}
.globalSa-past-btn a {
  display: block;
  max-width: 530px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #1f9b2e;
  padding: 30px;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .globalSa-past-btn a {
    padding: 10px;
  }
}
.globalSa-past-btn a:hover {
  opacity: 0.7;
}
.globalSa-past-btn a span {
  font-size: 1.5714285714rem;
}
@media only screen and (max-width: 767px) {
  .globalSa-past-btn a span {
    font-size: 1rem;
  }
}
.globalSa-past-btn a span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  background-color: #1f9b2e;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin: 0 0 0 10px;
}

.globalSa-footer {
  background-color: #e9e9e9;
}
.globalSa-footer__inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .globalSa-footer__inner {
    padding: 30px 0;
  }
}

.globalSa-footer-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .globalSa-footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
.globalSa-footer-nav > li a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.globalSa-footer-nav > li a:hover {
  opacity: 0.7;
}
.globalSa-footer-nav__title {
  text-align: center;
  background-color: #1f9b2e;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .globalSa-footer-nav__title {
    padding: 10px 5px;
  }
}
.globalSa-footer-nav__title span {
  position: relative;
  display: inline-block;
  font-size: 1.2857142857rem;
  color: #fff;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .globalSa-footer-nav__title span {
    font-size: 0.9285714286rem;
  }
}
.globalSa-footer-nav__title span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .globalSa-footer-nav__title span::after {
    width: 5px;
    height: 10px;
    margin: 0 0 0 6px;
  }
}