/* break point */
/* layout */
/* vars */
#sdgs .task {
  padding: 0;
}
@media (max-width: 767px) {
  #sdgs .task p {
    font-size: 14px;
    text-align: center;
  }
}
#sdgs .task .wrapper {
  max-width: 1032px;
  padding: 0 16px;
  margin: 0 auto 40px;
}
#sdgs .task .box {
  box-shadow: none;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  #sdgs .task .box h3 {
    font-size: 30px;
  }
}

.p-sdgs__title {
  background-image: url(../images/esg_sdgs/main_bg.jpg);
  background-position: center top -210px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 480px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 0.125rem;
  font-size: 40px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .p-sdgs__title {
    height: 200px;
    font-size: 28px;
    padding-top: 0px;
    background-position: center bottom;
  }
}
.p-sdgs__wrap {
  max-width: 1032px;
  padding: 0 16px;
  margin: 0 auto;
}
.p-sdgs__contact {
  background-color: #f2f4f7;
  text-align: center;
  margin: 60px 0 0 0;
  padding: 50px 16px;
}
.p-sdgs__contact p {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}
.p-sdgs__contact__link {
  text-decoration: none;
  display: inline-block;
  border: 2px solid #2C5BC5;
  color: #2C5BC5;
  background-color: #FFFFFF;
  font-weight: bold;
  padding: 20px 60px;
  border-radius: 40px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.p-sdgs__contact__link:hover {
  background-color: #2C5BC5;
  text-decoration: none;
  color: #fff;
}
.p-sdgs__subtitle {
  font-size: 32px;
  margin-bottom: 24px;
  text-align: center;
  color: #2C5BC5;
}
.p-sdgs__expandable {
  height: 0;
  overflow: hidden;
}
.p-sdgs__expandable .icon {
  display: none;
}
.p-sdgs__expandable.is-open {
  height: auto;
  padding-bottom: 20px;
}
.p-sdgs__expandable.is-open .icon {
  display: inline-block;
}
.p-sdgs__expand-controle {
  text-align: center;
}
.p-sdgs__expand-controle .p-sdgs__open,
.p-sdgs__expand-controle .p-sdgs__close {
  background-color: transparent;
  color: #333;
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.p-sdgs__expand-controle .p-sdgs__open::after,
.p-sdgs__expand-controle .p-sdgs__close::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
.p-sdgs__expand-controle .p-sdgs__close::after {
  transform: translateY(-50%) rotate(-135deg);
}
.p-sdgs__expand-controle .p-sdgs__close {
  display: none;
}
.p-sdgs__expand-controle.is-open .p-sdgs__open {
  display: none;
}
.p-sdgs__expand-controle.is-open .p-sdgs__close {
  display: inline-block;
}
.p-sdgs__articles__title {
  color: #2C5BC5;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-sdgs__articles__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.p-sdgs__filter {
  background-color: #f8f8f8;
  border-radius: 10px;
}
.p-sdgs__filter summary {
  display: block;
  list-style: none;
}
.p-sdgs__filter summary::-webkit-details-marker {
  display: none;
}
.p-sdgs__filter__label {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  padding: 30px 30px;
}
@media (max-width: 767px) {
  .p-sdgs__filter__label {
    padding: 20px;
  }
}
.p-sdgs__filter__label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
.p-sdgs__filter[open] .p-sdgs__filter__label::after {
  transform: translateY(-50%) rotate(-135deg);
}
.p-sdgs__filter__content {
  padding: 0 30px 30px;
}
@media (max-width: 767px) {
  .p-sdgs__filter__content {
    padding: 20px;
  }
}
.p-sdgs__filter__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-sdgs__filter__item {
  display: block;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #ccc;
  padding: 5px 16px;
  font-size: 13px;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-sdgs__filter__item:hover, .p-sdgs__filter__item.current {
  background-color: #666666;
  color: #fff;
  text-decoration: none;
}
.p-sdgs__article-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-sdgs__article-list {
    grid-template-columns: 1fr;
  }
}
.p-sdgs__article {
  overflow: hidden;
}
.p-sdgs__article__link {
  text-decoration: none;
}
.p-sdgs__article__link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.p-sdgs__article__img {
  display: block;
  width: 100%;
  aspect-ratio: 310/220;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sdgs__article__body {
  padding-top: 20px;
}
.p-sdgs__article__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.p-sdgs__article__lead {
  font-size: 14px;
  color: #333;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-sdgs__article__meta {
  font-size: 14px;
  color: #999;
  margin-bottom: 12px;
}
.p-sdgs__article__date {
  display: block;
  font-size: 12px;
  color: #999;
  margin-bottom: 12px;
}
.p-sdgs__article__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.p-sdgs__article__tag {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 8px 12px;
  font-size: 11px;
  color: #666;
  text-decoration: none;
  line-height: 1;
}
.p-sdgs__article__tag.sdgs_1 {
  background-color: #e5243b;
  border: none;
  color: #fff;
}
.p-sdgs__article__tag.sdgs_2 {
  background-color: #dda63a;
  border: none;
  color: #fff;
}
.p-sdgs__article__tag.sdgs_3 {
  background-color: #4c9f38;
  border: none;
  color: #fff;
}
.p-sdgs__article__tag.sdgs_4 {
  background-color: #c5192d;
  border: none;
  color: #fff;
}
.p-sdgs__article__tag.sdgs_5 {
  background-color: #ff3a21;
  border: none;
  color: #fff;
}
.p-sdgs__article__tag.sdgs_6 {
  background-color: #26bde2;
  border: none;
  color: #fff;
}
.p-sdgs__article__tag.sdgs_7 {
  background-color: #fcc30b;
  border: none;
  color: #fff;
}
.p-sdgs__article__tag.sdgs_8 {
  background-color: #a21942;
  border: none;
  color: #fff;
}
.p-sdgs__article__tag.sdgs_9 {
  background-color: #fd6925;
  border: none;
  color: #fff;
}
.p-sdgs__article__tag.sdgs_10 {
  background-color: #dd1367;
  border: none;
  color: #fff;
}
.p-sdgs__article__tag.sdgs_11 {
  background-color: #fd9d24;
  border: none;
  color: #fff;
}
.p-sdgs__article__tag.sdgs_12 {
  background-color: #bf8b2e;
  border: none;
  color: #fff;
}
.p-sdgs__article__tag.sdgs_13 {
  background-color: #3f7e44;
  border: none;
  color: #fff;
}
.p-sdgs__article__tag.sdgs_14 {
  background-color: #0a97d9;
  border: none;
  color: #fff;
}
.p-sdgs__article__tag.sdgs_15 {
  background-color: #56c02b;
  border: none;
  color: #fff;
}
.p-sdgs__article__tag.sdgs_16 {
  background-color: #00689d;
  border: none;
  color: #fff;
}
.p-sdgs__article__tag.sdgs_17 {
  background-color: #19486a;
  border: none;
  color: #fff;
}

.p-sdgs-detail {
  max-width: 800px;
  padding: 0 16px;
  margin: 0 auto 60px;
}
.p-sdgs-detail__wrap {
  max-width: 932px;
  margin: 0 auto;
  padding: 0px 16px;
}
.p-sdgs-detail__header {
  width: 100%;
  letter-spacing: 0.125rem;
  background-color: #eaeef4;
  padding: 160px 0 40px;
}
@media (max-width: 767px) {
  .p-sdgs-detail__header {
    padding: 20px 0 20px;
  }
}
.p-sdgs-detail__date {
  display: block;
  font-size: 14px;
  color: #999;
  margin-bottom: 12px;
}
.p-sdgs-detail__title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .p-sdgs-detail__title {
    font-size: 24px;
  }
}
.p-sdgs-detail__article {
  margin-top: 40px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-sdgs-detail__article {
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.p-sdgs-detail__footer {
  margin-bottom: 80px;
}
.p-sdgs-detail__footer__icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.p-sdgs-detail__footer__icons img {
  width: 60px;
  height: auto;
}
.p-sdgs-detail__footer__sns {
  background-color: #eaeef4;
  border-radius: 10px;
  padding: 25px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .p-sdgs-detail__footer__sns {
    flex-direction: column;
    border-radius: 5px;
    padding: 20px 10px;
  }
}
.p-sdgs-detail__footer__sns p {
  font-size: 14px;
  border-right: 1px solid #ccc;
  padding-right: 20px;
  margin-right: 20px;
  color: #393939;
}
@media (max-width: 767px) {
  .p-sdgs-detail__footer__sns p {
    border: none;
    padding: 0;
    margin: 0 0 10px 0;
  }
}
.p-sdgs-detail__footer__sns .fb_iframe_widget {
  line-height: 1;
}
.p-sdgs-detail__footer__sns__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-sdgs-detail__footer__back {
  text-align: center;
  margin-top: 30px;
}
.p-sdgs-detail__button {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  padding: 15px 80px;
  border-radius: 40px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.p-sdgs-detail__button:hover {
  background-color: #000;
  text-decoration: none;
  color: #fff;
}
.p-sdgs-detail__content {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}
.p-sdgs-detail__content p {
  color: #393939;
  font-size: 14px;
  margin-bottom: 20px;
}
.p-sdgs-detail__content img {
  width: 100%;
  height: auto;
}
.p-sdgs-detail__content figure {
  margin-bottom: 40px;
}
.p-sdgs-detail__content figure figcaption {
  font-size: 12px;
  color: var(--color_text);
  margin-top: 8px;
}
.p-sdgs-detail__content h2 {
  color: #393939;
  font-size: 20px;
  font-weight: bold;
  background-color: #eaeef4;
  border-left: 5px solid #2C5BC5;
  padding: 20px 0 20px 30px;
  margin-bottom: 16px;
  text-align: left;
  color: #393939;
}
@media (max-width: 767px) {
  .p-sdgs-detail__content h2 {
    padding: 15px 0 15px 20px;
    font-size: 20px;
  }
}
.p-sdgs-detail__content h3 {
  color: #393939;
  font-size: 18px;
  font-weight: bold;
  border-left: 5px solid #2C5BC5;
  padding: 10px 0px 10px 20px;
  margin-bottom: 12px;
  text-align: left;
}
@media (max-width: 767px) {
  .p-sdgs-detail__content h3 {
    padding: 8px 0px 8px 15px;
    font-size: 18px;
  }
}
.p-sdgs-detail__content h4 {
  color: #393939;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .p-sdgs-detail__content h4 {
    font-size: 16px;
  }
}
.p-sdgs-detail__content ul {
  color: #393939;
  margin-left: 24px;
  margin-bottom: 20px;
}
.p-sdgs-detail__content ul li {
  margin-bottom: 5px;
}
.p-sdgs-detail__content ul > li {
  position: relative;
}
.p-sdgs-detail__content ul > li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #2C5BC5;
  border-radius: 50%;
  position: absolute;
  left: -24px;
  top: calc(1em - 1px);
  transform: translateY(-50%);
}
.p-sdgs-detail__content ul > li > ul {
  margin-top: 1em;
  margin-left: 24px;
}
.p-sdgs-detail__content ul > li > ul > li::before {
  background-color: #93b6fa;
}
.p-sdgs-detail__content ul > li > ul > li > ul {
  margin-left: 24px;
}
.p-sdgs-detail__content ul > li > ul > li > ul > li::before {
  width: 6px;
  height: 2px;
  border-radius: 0;
  background-color: #CCDAF3;
}
.p-sdgs-detail__content ol {
  margin-left: 24px;
  margin-bottom: 20px;
  counter-reset: list-counter;
}
.p-sdgs-detail__content ol li {
  margin-bottom: 5px;
}
.p-sdgs-detail__content ol > li {
  position: relative;
  counter-increment: list-counter;
  list-style: none;
}
.p-sdgs-detail__content ol > li::before {
  content: counter(list-counter);
  display: inline-block;
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-right: 8px;
  position: absolute;
  left: -1.2em;
  top: calc(1em - 2px);
  transform: translateY(-50%);
  font-size: 1em;
}
.p-sdgs-detail__content ol > li > ol {
  margin-top: 1em;
  margin-left: 24px;
  counter-reset: sublist-counter;
}
.p-sdgs-detail__content ol > li > ol > li {
  counter-increment: sublist-counter;
  list-style: none;
}
.p-sdgs-detail__content ol > li > ol > li::before {
  content: counter(sublist-counter, lower-alpha) ".";
  color: var(--color_button);
  background-color: transparent;
  font-weight: bold;
  margin-right: 8px;
  position: absolute;
  left: -24px;
  top: calc(1em - 2px);
  transform: translateY(-50%);
  font-size: 14px;
}
.p-sdgs-detail__content ol > li > ol > li ol {
  margin-left: 24px;
  counter-reset: subsublist-counter;
}
.p-sdgs-detail__content ol > li > ol > li ol > li {
  counter-increment: subsublist-counter;
  list-style: none;
}
.p-sdgs-detail__content ol > li > ol > li ol > li::before {
  content: counter(subsublist-counter, lower-roman) ".";
  color: var(--color_button);
  background-color: transparent;
  font-weight: bold;
  margin-right: 8px;
  position: absolute;
  left: -24px;
  top: calc(1em - 2px);
  transform: translateY(-50%);
}
.p-sdgs-detail__content a {
  color: #1a73e8;
  text-decoration: underline;
}
.p-sdgs-detail__content a:hover {
  text-decoration: none;
}
.p-sdgs-detail__content a[target=_blank]::after {
  margin-left: 5px;
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_212_406)%22%3E%3Cpath%20d%3D%22M15.75%200H2.75V13H15.75V4V0ZM14.25%2011.5H4.25V4H14.25V11.5Z%22%20fill%3D%22%23008AE0%22/%3E%3Cpath%20d%3D%22M1.5%203H0V15.75H12.75V14.25H1.5V3Z%22%20fill%3D%22%23008AE0%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_212_406%22%3E%3Crect%20width%3D%2215.75%22%20height%3D%2215.75%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  transform: translateY(2px);
}
.p-sdgs-detail__content blockquote {
  border-left: 4px solid #2C5BC5;
  padding-left: 16px;
  color: #666666;
  margin-bottom: 20px;
}
.p-sdgs-detail__content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.p-sdgs-detail__content table th, .p-sdgs-detail__content table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}
.p-sdgs-detail__content table th {
  background-color: #f2f2f2;
}/*# sourceMappingURL=sdgs.css.map */