@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Noto+Sans+JP:wght@400;700&family=Poppins:wght@500;700&display=swap");
/*-------------------------
  theme colors
-------------------------*/
/* primary
-------------------------*/
/* secondary
-------------------------*/
/*-------------------------
  common color
-------------------------*/
/* テンプレートアイコン
====================================================*/
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes transY {
  0% {
    margin-top: -16px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes transY {
  0% {
    margin-top: -16px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
  }
}
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes rippleRev {
  0% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
}
@keyframes rippleRev {
  0% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
}
.sdgs .construct-main .container {
  padding: 0;
}

.sdgs-inner {
  width: 100%;
  max-width: calc(980px + 4.5rem);
  padding: 2.8rem 0 7.2rem;
}
@media screen and (min-width: 1024px) {
  .sdgs-inner {
    padding: 4.8rem 0 14.4rem;
  }
}

.sdgs-hero {
  height: 480px;
  padding: 5rem 2rem 0;
  color: #fff;
  background: url(/images/sdgs/bg_sdgs_hero_sp.jpg) no-repeat center bottom/cover;
}
@media screen and (min-width: 768px) {
  .sdgs-hero {
    height: 390px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5rem 4.4rem;
    background: url(/images/sdgs/bg_sdgs_hero.jpg) no-repeat center/cover;
  }
}
.sdgs-hero-title {
  font-weight: normal;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .sdgs-hero-title {
    font-size: 3.4rem;
  }
}
.sdgs-hero-inner {
  max-width: calc(980px + 4.5rem);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sdgs-hero-inner {
    padding: 0 50% 0 2rem;
  }
}
@media screen and (min-width: 920px) {
  .sdgs-hero-inner {
    padding: 0 460px 0 2rem;
  }
}

.sdgs-about {
  padding: 4rem 2rem;
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .sdgs-about {
    padding: 4rem;
  }
}
.sdgs-about-pic img {
  margin: 0 auto;
}

.section-sdgs {
  margin-top: 4rem !important;
}
.section-sdgs-head {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .section-sdgs-content > h3 {
    font-size: 2.6rem;
  }
}
.section-sdgs-photo {
  margin-top: -6rem;
  position: relative;
  z-index: -1;
}
.section-sdgs-photo img {
  width: 100%;
  height: 50vw;
  min-height: 188px;
  max-height: 306px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .section-sdgs-photo img {
    height: 306px;
  }
}
.section-sdgs .heading-sdgs {
  margin-bottom: 0;
}
.section-sdgs .heading-sdgs img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section-sdgs .heading-sdgs img {
    margin: 0 0 0 3rem;
  }
}

.sdgs-showcase {
  margin-top: 2.3rem;
  padding: 2rem;
  background-color: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .sdgs-showcase-inner {
    position: relative;
  }
}
.sdgs-showcase__title {
  color: #707070;
  font-size: 1.4rem;
}

.sdgs-box {
  padding: 2rem;
  background-color: #fff;
  text-align: center;
  border-radius: 4px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .sdgs-box {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.sdgs-box__icon img {
  margin: 0 auto 1rem;
}
.sdgs-box__num {
  font-size: 3.2rem;
}

.sdgs-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  border: 1px solid #e3e3e3;
}
@media screen and (min-width: 768px) {
  .sdgs-border {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.sdgs-border-box {
  padding: 3rem 2.6rem;
}
@media screen and (min-width: 768px) {
  .sdgs-border-box {
    width: 50%;
  }
}
.sdgs-border-box--pic {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
}
@media screen and (min-width: 768px) {
  .sdgs-border-box--pic {
    border-bottom: none;
    border-left: 1px solid #e3e3e3;
  }
}

.section-sdgs-controller {
  position: relative;
  text-align: center;
}
.section-sdgs-controller::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
  top: 50%;
  left: 0;
  z-index: -1;
}

.sdgs-toggle-switch {
  margin: 2rem auto;
  min-width: 248px !important;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .sdgs-toggle-switch {
    margin: 3rem auto;
  }
}

.sdgs-accordion-box {
  border-radius: 8px;
  background-color: #fff;
  display: none;
}
@media screen and (min-width: 768px) {
  .sdgs-accordion-box {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  }
}

.sdgs-link-list {
  padding: 2rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .sdgs-link-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .sdgs-link-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sdgs-link-list__item + li {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .sdgs-link-list__item + li {
    margin-top: 0;
  }
}

.js-sdgs-accordion.open {
  background-color: #eaf6f8;
}

.sdgs-toggle {
  display: none;
}
/*# sourceMappingURL=../map/pages/sdgs.css.map */