@charset "UTF-8";
p {
  margin: 0;
  padding: 0;
}

.p-csr-key-visual {
  font-family: sans-serif;
}
.p-csr-key-visual img {
  display: block;
  width: 100%;
}

.p-csr-top-container {
  font-family: sans-serif;
  background: #f3f1e9;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-csr-top-container {
    padding: 30px 0 40px;
  }
}
.p-csr-top-container > .e-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-csr-top-container > .e-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-csr-top-container > .e-inner > .e-archive {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.p-csr-top-container > .e-inner > .e-topcomment {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .p-csr-top-container > .e-inner > .e-topcomment {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 30px;
    margin-left: 0;
  }
}
.p-csr-top-container > .e-inner > .e-topcomment a:hover {
  opacity: 0.8;
}

.p-csr-top-archive {
  font-family: sans-serif;
  background: white;
  padding: 34px 40px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-csr-top-archive {
    padding: 17px 18px;
  }
}
.p-csr-top-archive > .e-title {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #435f8f;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-csr-top-archive > .e-title {
    font-size: 1.2857099999rem;
    margin-bottom: 14px;
  }
}
.p-csr-top-archive > .e-list {
  list-style: none;
  padding-left: 0;
  border-top: 1px dotted #a0a0a0;
}
.p-csr-top-archive > .e-list > .e-item {
  border-bottom: 1px dotted #a0a0a0;
}
.p-csr-top-archive > .e-list > .e-item > .e-link {
  display: block;
  padding: 20px 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-csr-top-archive > .e-list > .e-item > .e-link {
    padding: 15px 0;
  }
}
.p-csr-top-archive > .e-list > .e-item > .e-link:hover {
  opacity: 0.8;
}
.p-csr-top-archive > .e-list > .e-item > .e-link > .e-header {
  margin-bottom: 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-csr-top-archive > .e-list > .e-item > .e-link > .e-header {
    font-size: 0.85714rem;
    margin-bottom: 10px;
  }
}
.p-csr-top-archive > .e-list > .e-item > .e-link > .e-header > .e-cat {
  display: inline-block;
  background: #bdb69a;
  width: 120px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: white;
  border-radius: 3px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-csr-top-archive > .e-list > .e-item > .e-link > .e-header > .e-cat {
    margin-right: 5px;
  }
}
.p-csr-top-archive > .e-list > .e-item > .e-link > .e-header > .e-date {
  display: inline-block;
  color: #bdb69a;
}
.p-csr-top-archive > .e-list > .e-item > .e-link > .e-title {
  color: black;
}
@media screen and (max-width: 767px) {
  .p-csr-top-archive > .e-list > .e-item > .e-link > .e-title {
    font-size: 0.9285683333rem;
  }
}

.p-csr-torikumi > .e-inner {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-csr-torikumi > .e-inner {
    padding-top: 40px;
  }
}
.p-csr-torikumi > .e-inner > .e-title {
  font-family: sans-serif;
  margin: 0 0 35px;
  font-size: 20px;
  font-weight: bold;
  color: #435f8f;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-csr-torikumi > .e-inner > .e-title {
    font-size: 1.2857099999rem;
    margin-bottom: 20px;
  }
}
.p-csr-torikumi > .e-inner > .e-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-csr-torikumi > .e-inner > .e-cats {
    display: block;
  }
}
.p-csr-torikumi > .e-inner > .e-cats > .e-cat {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin-right: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-csr-torikumi > .e-inner > .e-cats > .e-cat:nth-child(3n) {
  margin-right: 0;
}
@media all and (-ms-high-contrast: none) {
  .p-csr-torikumi > .e-inner > .e-cats > .e-cat {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-csr-torikumi > .e-inner > .e-cats > .e-cat {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .p-csr-torikumi > .e-inner > .e-cats > .e-cat:last-child {
    margin-bottom: 0;
  }
}
.p-csr-torikumi > .e-inner > .e-cats > .e-cat > .e-thumb > .e-image {
  width: 100%;
}
.p-csr-torikumi > .e-inner > .e-cats > .e-cat > .e-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-csr-torikumi > .e-inner > .e-cats > .e-cat > .e-title {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.0714249999rem;
  }
}
.p-csr-torikumi > .e-inner > .e-cats > .e-cat > .e-desc {
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-csr-torikumi > .e-inner > .e-cats > .e-cat > .e-desc {
    font-size: 0.9285683333rem;
  }
}
.p-csr-torikumi > .e-inner > .e-cats > .e-cat > .e-detail {
  margin-top: auto;
  text-align: center;
}
.p-csr-torikumi > .e-inner > .e-cats > .e-cat > .e-detail > .e-link {
  display: inline-block;
  width: 240px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: white;
  background: #435f8f;
  border-radius: 5px;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.p-csr-torikumi > .e-inner > .e-cats > .e-cat > .e-detail > .e-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-csr-torikumi > .e-inner > .e-cats > .e-cat > .e-detail > .e-link {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 13pt;
  }
}

.p-csr-page-content {
  font-family: sans-serif;
}
.p-csr-page-content > .e-header {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-csr-page-content > .e-header {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 40px;
  }
}
.p-csr-page-content > .e-header .e-image {
  display: block;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-csr-page-content.m-workplace p {
    font-size: 13px;
  }
}
.p-csr-page-content.m-workplace h3 {
  font-size: 20px;
  margin: 16px 0;
}
@media screen and (max-width: 767px) {
  .p-csr-page-content.m-workplace h3 {
    font-size: 15px;
    margin: 13px 0;
  }
}
.p-csr-page-content.m-workplace .works-shomei {
  text-align: right;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-csr-page-content.m-workplace .works-shomei {
    font-size: 13px;
    margin-bottom: 30px;
    margin-top: -13px;
  }
}
.p-csr-page-content.m-workplace .works-taisei-img {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-csr-page-content.m-workplace .works-taisei-img {
    margin-bottom: 30px;
  }
}
.p-csr-page-content.m-workplace .works-ol {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-csr-page-content.m-workplace .works-ol {
    text-indent: -1em;
    padding-left: 1em;
  }
}
.p-csr-page-content.m-workplace .works-ul {
  padding-left: 2.5em;
}
@media screen and (max-width: 767px) {
  .p-csr-page-content.m-workplace .works-ul {
    padding-left: 2.1em;
  }
}
.p-csr-page-content.m-workplace .works-ul li {
  font-size: 16px;
  letter-spacing: 0.11em;
  text-indent: 0.7em;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .p-csr-page-content.m-workplace .works-ul li {
    font-size: 13px;
  }
}
.p-csr-page-content.m-workplace .works-ul li:before {
  content: "・";
  color: #000;
  margin-right: 0.3em;
}
.p-csr-page-content.m-workplace .works-link {
  display: block;
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .p-csr-page-content.m-workplace .works-link {
    font-size: 13px;
    margin-top: -15px;
    margin-left: 27px;
  }
}
.p-csr-page-content h2 {
  font-size: 23px;
  border-left: 5px solid;
  line-height: 30px;
  padding-left: 15px;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-csr-page-content h2 {
    font-size: 1.2857099999rem;
  }
}
.p-csr-page-content h2.m-society,
.p-csr-page-content.m-society h2,
.p-csr-page-content ul.m-society > li.p-csr-page-content h2,
.p-csr-page-content.m-society ul > li.p-csr-page-content h2 {
  color: #ec898c;
}
.p-csr-page-content h2.m-workplace,
.p-csr-page-content.m-workplace h2 {
  color: #84ba44;
}
.p-csr-page-content h2.m-continued,
.p-csr-page-content.m-continued h2,
.p-csr-page-content ul.m-continued > li.p-csr-page-content h2,
.p-csr-page-content.m-continued ul > li.p-csr-page-content h2 {
  color: #357f40;
}
.p-csr-page-content h2.m-topcomment,
.p-csr-page-content.m-topcomment h2 {
  color: #435f8f;
}
.p-csr-page-content p {
  font-size: 16px;
  line-height: 26/16;
  margin-bottom: 20px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-csr-page-content p {
    font-size: 1.0714249999rem;
  }
}
.p-csr-page-content ul {
  list-style: none;
  margin-bottom: 20px;
  line-height: 2;
}
.p-csr-page-content ul > li::before {
  margin-left: -1.5em;
  margin-right: 1em;
  content: "●";
  color: #435f8f;
}
.p-csr-page-content ul > li.m-society::before,
.p-csr-page-content.m-society ul > li::before,
.p-csr-page-content.m-society ul > li.p-csr-page-content ul > li::before,
.p-csr-page-content ul.m-society > li::before,
ul.m-society
  > li.p-csr-page-content
  ul.m-society
  > li.p-csr-page-content
  ul
  > li::before,
ul
  > li.p-csr-page-content
  ul.m-society
  > li.p-csr-page-content
  ul
  > li.p-csr-page-content
  ul
  > li::before {
  color: #ec898c;
}
.p-csr-page-content ul > li.m-continued::before,
.p-csr-page-content.m-continued ul > li::before,
.p-csr-page-content.m-continued ul > li.p-csr-page-content ul > li::before,
.p-csr-page-content ul.m-continued > li::before,
ul.m-continued
  > li.p-csr-page-content
  ul.m-continued
  > li.p-csr-page-content
  ul
  > li::before,
ul
  > li.p-csr-page-content
  ul.m-continued
  > li.p-csr-page-content
  ul
  > li.p-csr-page-content
  ul
  > li::before {
  color: #357f40;
}
.p-csr-page-content section {
  margin-bottom: 60px;
}
.p-csr-page-content section:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .p-csr-page-content section {
    margin-bottom: 46px;
  }
}
.p-csr-page-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.p-csr-page-content .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
@media screen and (max-width: 767px) {
  .p-csr-page-content .alignleft {
    float: none;
  }
}
.p-csr-page-content .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .p-csr-page-content .alignright {
    float: none;
  }
}

.p-csr-archive {
  background: #eee;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .p-csr-archive {
    padding-top: 50px;
  }
}
.p-csr-archive.m-society,
.p-csr-page-content.m-society h2.p-csr-archive,
.p-csr-page-content.m-society ul > li.p-csr-archive,
.p-csr-page-content.m-society ul > li.p-csr-page-content ul > li.p-csr-archive,
.p-csr-page-content ul.m-society > li.p-csr-archive,
.p-csr-page-content ul.m-society > li.p-csr-page-content h2.p-csr-archive,
.p-csr-page-content ul.m-society > li.p-csr-page-content ul > li.p-csr-archive,
.p-csr-page-content
  ul.m-society
  > li.p-csr-page-content
  ul
  > li.p-csr-page-content
  ul
  > li.p-csr-archive {
  background-color: #faf5f5;
}
.p-csr-archive.m-workplace,
.p-csr-page-content.m-workplace h2.p-csr-archive {
  background-color: #f2f7ec;
}
.p-csr-archive.m-continued,
.p-csr-page-content.m-continued h2.p-csr-archive,
.p-csr-page-content.m-continued ul > li.p-csr-archive,
.p-csr-page-content.m-continued
  ul
  > li.p-csr-page-content
  ul
  > li.p-csr-archive,
.p-csr-page-content ul.m-continued > li.p-csr-archive,
.p-csr-page-content ul.m-continued > li.p-csr-page-content h2.p-csr-archive,
.p-csr-page-content
  ul.m-continued
  > li.p-csr-page-content
  ul
  > li.p-csr-archive,
.p-csr-page-content
  ul.m-continued
  > li.p-csr-page-content
  ul
  > li.p-csr-page-content
  ul
  > li.p-csr-archive {
  background-color: #ecf1ed;
}
.p-csr-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.p-csr-table.m-sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-csr-table.m-sp-only {
    display: table;
  }
}
.p-csr-table.m-pc-only {
  display: table;
}
@media screen and (max-width: 767px) {
  .p-csr-table.m-pc-only {
    display: none;
  }
}
.p-csr-table.m-society th,
.p-csr-page-content.m-society h2.p-csr-table th,
.p-csr-page-content.m-society ul > li.p-csr-table th,
.p-csr-page-content.m-society ul > li.p-csr-page-content ul > li.p-csr-table th,
.p-csr-page-content ul.m-society > li.p-csr-table th,
.p-csr-page-content ul.m-society > li.p-csr-page-content h2.p-csr-table th,
.p-csr-page-content ul.m-society > li.p-csr-page-content ul > li.p-csr-table th,
.p-csr-page-content
  ul.m-society
  > li.p-csr-page-content
  ul
  > li.p-csr-page-content
  ul
  > li.p-csr-table
  th {
  background: #ec898c;
}
.p-csr-table.m-society td.m-focus,
.p-csr-page-content.m-society h2.p-csr-table td.m-focus,
.p-csr-page-content.m-society ul > li.p-csr-table td.m-focus,
.p-csr-page-content.m-society
  ul
  > li.p-csr-page-content
  ul
  > li.p-csr-table
  td.m-focus,
.p-csr-page-content ul.m-society > li.p-csr-table td.m-focus,
.p-csr-page-content
  ul.m-society
  > li.p-csr-page-content
  h2.p-csr-table
  td.m-focus,
.p-csr-page-content
  ul.m-society
  > li.p-csr-page-content
  ul
  > li.p-csr-table
  td.m-focus,
.p-csr-page-content
  ul.m-society
  > li.p-csr-page-content
  ul
  > li.p-csr-page-content
  ul
  > li.p-csr-table
  td.m-focus {
  background: #faf5f5;
}
.p-csr-table.m-workplace th,
.p-csr-page-content.m-workplace h2.p-csr-table th {
  background: #84ba44;
}
.p-csr-table.m-workplace td.m-focus,
.p-csr-page-content.m-workplace h2.p-csr-table td.m-focus {
  background: #f2f7ec;
}
.p-csr-table > tbody > tr > td,
.p-csr-table > tbody > tr > th {
  border: 1px solid #d9d9d9;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-csr-table > tbody > tr > td,
  .p-csr-table > tbody > tr > th {
    text-align: left;
    padding: 19px;
  }
}
.p-csr-table > tbody > tr > th {
  background: #435f8f;
  color: white;
  font-weight: normal;
}
.p-csr-table > tbody > tr > td.m-focus {
  background: #e0e6f1;
}

.p-csr-article {
  margin-top: -80px;
  padding-top: 80px;
  margin-bottom: 30px;
  position: relative;
  padding: 130px 40px 50px;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  .p-csr-article {
    padding: 100px 20px 20px;
  }
}
.p-csr-article::before {
  content: " ";
  display: block;
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: auto;
  background: white;
  border-radius: 5px;
}
.p-csr-article * {
  position: relative;
  z-index: 1;
}
.p-csr-article > .e-date {
  color: #bdb69a;
  font-size: 14px;
  margin: 0 0 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-csr-article > .e-date {
    margin-bottom: 15px;
    font-size: 0.9999966666rem;
  }
}
.p-csr-article > .e-title {
  margin-top: -5px;
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: normal;
  padding-bottom: 25px;
  border-bottom: 1px dotted #aaa;
  line-height: 30/20;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-csr-article > .e-title {
    padding-bottom: 17px;
    font-size: 1.0714249999rem;
  }
}
.p-csr-article > .e-content {
  font-size: 16px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-csr-article > .e-content {
    font-size: 0.9999966666rem;
  }
}

.p-csr__flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-csr__flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-csr__flex-box .p-csr__cont:nth-child(1) {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .p-csr__flex-box .p-csr__cont:nth-child(1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-csr__flex-box .p-csr__cont:nth-child(1) .p-csr__head {
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-csr__flex-box .p-csr__cont:nth-child(1) .p-csr__body {
    border-bottom: 0;
  }
}
.p-csr__cont-groups {
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .p-csr__cont-groups {
    max-width: 335px;
  }
}
.p-csr__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-csr__head {
  background: #84ba44;
  color: #fff;
  border: 1px solid #d9d9d9;
  width: 167.5px;
  padding: 1.4em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-csr__head {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.p-csr__head p {
  margin: 0;
}
.p-csr__body {
  border: 1px solid #d9d9d9;
  border-left: 0;
  width: 154px;
  padding: 1.4em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-csr__body {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 167.5px;
  }
}
.p-csr__body p {
  margin: 0;
}

.c-pagenation {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-pagenation > .e-item {
  margin-right: 10px;
}
.c-pagenation > .e-item:last-child {
  margin-right: 0;
}
.c-pagenation > .e-item.m-current > .e-link {
  background: #435f8f;
  color: white;
}
.c-pagenation > .e-item > .e-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #435f8f;
  background: white;
}

.sdgs__bnr {
  margin-top: 20px;
}
.sdgs__page {
  padding-top: 90px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, sans-serif;
  font-feature-settings: normal;
}
@media screen and (max-width: 767px) {
  .sdgs__page {
    padding-top: 50px;
  }
}

.sdgs__ttl {
  margin: 1.5em auto 0.7em;
}
@media screen and (max-width: 767px) {
  .sdgs__ttl {
    padding-bottom: 0.1em;
  }
}
.sdgs__kv-wrap {
  max-width: 918px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .sdgs__kv-wrap {
    margin-bottom: 40px;
  }
}
.sdgs__top-sect {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sdgs__top-sect {
    padding-bottom: 4px;
  }
}
.sdgs__top-sect__title {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sdgs__top-sect__title {
    font-size: 20px;
  }
}
.sdgs__top-sect__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  width: 960px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .sdgs__top-sect__wrapper {
    gap: 40px;
    width: 90%;
    margin: 20px auto 0;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.sdgs__top-sect__youtube{
  width: 460px;
}
.sdgs__top-sect__youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .sdgs__top-sect__youtube {
    width: 100%;
  }
}
.sdgs__top-sect__youtube__attention {
  font-size: 16px;
  font-weight: 500;
}
.sdgs__top-sect__descrioption{
  width: 460px;
}
@media screen and (max-width: 767px) {
  .sdgs__top-sect__descrioption {
    width: 100%;
  }
}
.sdgs__top-sect__descrioption__text{
  font-size: 14px;
}
.sdgs__top-sect__descrioption__name{
  margin-top: 8px;
  font-weight: 500;
  text-align: right;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .sdgs__top-sect__descrioption__name {
    margin-top: 15px;
    margin-bottom: 40px;
  }
}

.sdgs__heading-sect {
  width: 960px;
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  .sdgs__heading-sect {
    width: 90%;
  }
}

.sdgs__sect {
  padding: 50px 0 70px;
}
@media screen and (max-width: 767px) {
  .sdgs__sect {
    padding: 40px 0 37px;
  }
}
.sdgs__sect.bg--brown {
  background: #f3f1e9;
}
.sdgs__top-heading-wrap {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sdgs__top-heading-wrap {
    margin-bottom: 18px;
  }
}
.sdgs__heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 6px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .sdgs__heading-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.sdgs__heading-icon {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .sdgs__heading-icon {
    margin-left: 0;
  }
}
.sdgs__heading {
  border-left: 5px solid #435f8f;
  color: #435f8f;
  font-size: 18px;
  line-height: 1.25;
  padding-left: 10px;
  margin: 0;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .sdgs__heading {
    letter-spacing: 0.2em;
  }
}
.sdgs__heading .u-font--s {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sdgs__heading .u-font--s {
  }
}

.sdgs__value__title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sdgs__value__title {
    font-size: 20px;
    margin-top: 43px;
    margin-bottom: 30px;
  }
}

.sdgs__value__img {
  width: 960px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .sdgs__value__img {
    width: 90%;
  }
}

.sdgs__sustainability {
  width: 960px;
  margin: 80px auto 80px;
}
.sdgs__sustainability__heading {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
.sdgs__sustainability__index {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  margin-top: 30px;
}
.sdgs__sustainability__index__button {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sdgs__sustainability {
    width: 90%;
    margin: 40px auto 27px;
  }
  .sdgs__sustainability__heading {
    font-size: 20px;
  }
  .sdgs__sustainability__index {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 12px;
  }
  .sdgs__sustainability__index__button {
    width: 100%;
  }
}


.sdgs__sustainability__section {
}
.sdgs__sustainability__section__title {
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.sdgs__sustainability__section__title__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #435F8F;
  border-radius: 50%;
}
.sdgs__sustainability__section__title__text {
  display: block;
  margin-left: 11px;
  color: #435F8F;
}
.sdgs__sustainability__section__subtitle {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
.sdgs__sustainability__section__description {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.sdgs__sustainability__section__icons {
  margin-top: 20px;
}
.sdgs__sustainability__section__button__wrapper {
  display: flex;
  gap: 40px 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.sdgs__sustainability__section__button {
  width: 225px;
  cursor: pointer;
}
.sdgs__sustainability__section hr {
  margin: 60px auto 54px;
  color: #CCCCCC;
}
@media screen and (max-width: 767px) {
  .sdgs__sustainability__section {
  }
  .sdgs__sustainability__section__title {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
  }
  .sdgs__sustainability__section__title__number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    color: #ffffff;
    background-color: #435F8F;
    border-radius: 50%;
  }
  .sdgs__sustainability__section__title__text {
    display: block;
    margin-left: 8px;
    color: #435F8F;
  }
  .sdgs__sustainability__section__subtitle {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
  }
  .sdgs__sustainability__section__description {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
  }
  .sdgs__sustainability__section__icons {
    margin-top: 15px;
    width: 100%;
  }
  .sdgs__sustainability__section__icons img {
    width: 100%;
  }
  .sdgs__sustainability__section__button__wrapper {
    display: flex;
    gap: 25px 10px;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .sdgs__sustainability__section__button {
    width: 48%;
  }
  .sdgs__sustainability__section hr {
    margin: 30px auto 26px;
    color: #CCCCCC;
  }
}

/* モーダル */
.sdgs__page .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: none;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 1010;
  background-color: rgba(0, 0, 0, 0.3);
}
.sdgs__page .modal.is-active {
  opacity: 1;
  pointer-events: auto;
  display: flex;
}
.sdgs__page .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.sdgs__page .modal__content {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 920px;
  padding: 40px 60px;
  border-radius: 10px;
}
#modal00 .modal__content {
  max-width: 1300px;
}
.sdgs__page .modal__close-btn {
  display: block;
  float: right;
  width: 50px;
  height: 50px;
  background: url(../images/sdgs/sdgs__sustainability__close.svg) top right no-repeat;
  background-size: contain;
  border: none;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  pointer-events: auto;
}
.sdgs__page .modal .swiper-button-next,
.sdgs__page .modal .swiper-button-prev {
  border: none;
  background: unset;
}
.sdgs__page .modal .swiper-button-next img,
.sdgs__page .modal .swiper-button-prev img {
  max-width: none;
}
.sdgs__page .modal .swiper-button-next::after,
.sdgs__page .modal .swiper-button-prev::after {
  display: none;
}
.sdgs__page .modal .swiper-button-next {
  right: 19px;
}
.sdgs__page .modal .swiper-button-prev {
  left: 19px;
}
/* スライダー内 */
.sdgs__page .modal__slide-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sdgs__page .modal__title-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 20px 0 0;
  width: 80px;
}
.sdgs__page .modal__text-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 30px 0 0;
  width: 300px;
}
.sdgs__page .modal__title-icon {
  width: 100%;
}
.sdgs__page .modal__title-text {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
  width: 100%;
}
.sdgs__page .modal__text {
  font-size: 14px;
  width: 100%;
}
.sdgs__page .modal__img {
  width: 360px;
  flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .sdgs__page .modal {
    padding: 20px;
  }
  .sdgs__page .modal.is-active {
  }
  .sdgs__page .modal__content {
    padding: 38px;
  }
  #modal00 .modal__content {
    padding: 7px;
  }
  .sdgs__page .modal__close-btn {
    width: 37px;
    height: 37px;
    top: -7px;
    right: 0px;
  }
  .sdgs__page .modal .swiper-button-next,
  .sdgs__page .modal .swiper-button-prev {
  }
  .sdgs__page .modal .swiper-button-next img,
  .sdgs__page .modal .swiper-button-prev img {
  }
  .sdgs__page .modal .swiper-button-next::after,
  .sdgs__page .modal .swiper-button-prev::after {
  }
  .sdgs__page .modal .swiper-button-next {
    right: 7px;
  }
  .sdgs__page .modal .swiper-button-prev {
    left: 7px;
  }
  /* スライダー内 */
  .sdgs__page .modal__slide-content {
    flex-wrap: wrap;
  }
  .sdgs__page .modal__title-wrapper {
    justify-content: start;
    align-items: center;
    margin: 0 0 10px 0;
    width: 100%;
    order: 2;
  }
  .sdgs__page .modal__text-wrapper {
    margin: 0;
    width: 100%;
    order: 3;
  }
  .sdgs__page .modal__title-icon {
    width: 80px;
    position: relative;
    left: 2px;
  }
  .sdgs__page .modal__title-icon img {
    vertical-align: bottom;
  }
  .sdgs__page .modal__title-text {
    margin: 0 0 0 18px;
    flex: 1;
  }
  .sdgs__page .modal__text {
    max-height: 160px;
    overflow-y: scroll;
  }
  .sdgs__page .modal__img {
    margin: 0 0 15px 0;
    width: 100%;
    order: 1;
  }
}



.sdgs__lists {
  list-style: none;
  padding-left: 0;
}
.sdgs__lists .sdgs__item:nth-last-child(1) {
  padding-bottom: 0;
}
.sdgs__item {
  position: relative;
  padding: 0 0 10px 20px;
}
@media screen and (max-width: 767px) {
  .sdgs__item {
    font-size: 14px;
  }
}
.sdgs__item::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #435f8f;
  position: absolute;
  top: 6.5px;
  left: 0;
}
.sdgs__sub-ttl {
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.25em;
  margin: 0;
  padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .sdgs__sub-ttl {
    font-size: 22px;
    letter-spacing: 0.15em;
    padding-bottom: 33px;
  }
}
.sdgs__sub-ttl .u-display--ib {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sdgs__sub-ttl .u-display--ib {
    letter-spacing: 0.2em;
  }
}
.sdgs__icon-wrap {
  width: 119.6px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .sdgs__icon-wrap {
    width: 106px;
    margin-bottom: 10px;
  }
}
.sdgs__img-wrap {
  width: 92px;
}

@media screen and (max-width: 767px) {
  .sdgs__img-wrap {
    width: 87px;
  }
}

.sdgs__img-wrap.u-float--left {
  float: left;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .sdgs__img-wrap.u-float--left {
    margin-right: 15px;
  }
}
.sdgs__cont-wrap {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sdgs__cont-wrap {
    padding-bottom: 0;
  }
}
.sdgs__cont-wrap p {
  margin: 0;
}

.sdgs__img-desc-txt .u-txt--height {
}
@media screen and (max-width: 767px) {
  .sdgs__img-desc-txt .u-txt--height {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .sdgs__img-desc-txt .sp-clear {
    clear: both;
  }
}
.sdgs__cont-box {
  background: #fff;
  border-radius: 7px;
  padding: 25px 40px 35px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .sdgs__cont-box {
    padding: 16px 17px 40px;
  }
}
.sdgs__cont-box-groups {
  max-width: 1040px;
  margin: 0 auto -40px;
}
@media screen and (max-width: 767px) {
  .sdgs__cont-box-groups {
    max-width: 93.3%;
    margin: 0 auto;
  }
}
.sdgs__cont-body {
  border-top: 1px solid #dbdbdb;
  padding-top: 16px;
}
/* .sdgs__cont-body p {
  margin: 0;
} */
.sdgs__media-groups {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: -30px;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .sdgs__media-groups {
    padding-top: 32px;
    margin-bottom: -20px;
  }
}
.sdgs__media-groups .sdgs__media:nth-of-type(3n) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 32%;
  flex: 0 1 32%;
}
@media screen and (max-width: 1024px) {
  .sdgs__media-groups .sdgs__media:nth-of-type(3n) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media screen and (max-width: 767px) {
  .sdgs__media-groups .sdgs__media:nth-of-type(3n) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-bottom: 20px;
  }
}
.sdgs__media-groups .sdgs__media:nth-of-type(3n + 2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.3%;
  flex: 1 1 33.3%;
}
@media screen and (max-width: 1024px) {
  .sdgs__media-groups .sdgs__media:nth-of-type(3n + 2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media screen and (max-width: 767px) {
  .sdgs__media-groups .sdgs__media:nth-of-type(3n + 2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-bottom: 20px;
  }
}
.sdgs__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.3%;
  flex: 0 1 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .sdgs__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media screen and (max-width: 767px) {
  .sdgs__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-bottom: 20px;
  }
}
.sdgs__media.u-flex--basis {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .sdgs__media.u-flex--basis {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.sdgs__media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 180px;
  flex: 1 1 180px;
  margin-right: 10px;
}
.sdgs__media-img-wrap {
  /* -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px; */
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1;
}

.sdgs__media-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sdgs__media-lists {
  position: relative;
  padding-left: 0;
}
.sdgs__media-lists li {
  list-style: none;
  padding-left: 1em;
}
.sdgs__media-lists li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.sdgs__foot-bnr {
  max-width: 560px;
  margin: 50px auto 0 auto;
}
.sdgs__foot-bnr:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .sdgs__foot-bnr {
    max-width: 340px;
  }
}

.point-br--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .point-br--sp {
    display: block;
  }
}

.point-br--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .point-br--pc {
    display: none;
  }
}

.bnr-groups {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .bnr-groups {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 30px;
    margin-left: 0;
  }
}

.u-display--ib {
  display: inline-block;
}

/* SDGSページ追加修正分20240214 */

.sdgs__text-wrapper {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .sdgs__text-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.sdgs__heading-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-right: 31px;
}

@media screen and (max-width: 767px) {
  .sdgs__heading-title {
    line-height: 2;
    margin: 0;
  }
}

.sdgs__heading-text {
  font-weight: 300;
  line-height: 2;
  max-width: 650px;
}

@media screen and (max-width: 767px) {
  .sdgs__heading-text {
    font-weight: 300;
    line-height: 2;
    max-width: 650px;
    margin: 0;
  }
}

.sdgs__media-img-groups {
  max-width: 760px;
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 130px));
  gap: 2% 27px;
}

@media screen and (max-width: 767px) {
  .sdgs__media-img-groups {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    gap: 2%;
    margin-top: 31px;
  }
}

.sdgs__media-img-groups.--environment {
  margin-top: 0;
  padding-top: 10px;
}

.sdgs__section-health {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}

@media screen and (max-width: 767px) {
  .sdgs__section-health {
    padding-bottom: 40px;
  }
}

.sdgs__section-health-title {
  color: #1b973a;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .sdgs__section-health-title {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

.sdgs__section-health-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sdgs__section-health-flex .sdgs__section-responsibility-left{
  width: 50%;
}
.sdgs__section-health-flex .sdgs__section-responsibility-left .sdgs__section-wrapper01{
  width: 98%;
}
.sdgs__section-health-flex .sdgs__section-responsibility-left .sdgs__section-wrapper02{
  width: 98%;
}
.sdgs__section-health-flex .sdgs__section-responsibility-right{
  width: 50%;
}
.sdgs__section-health-flex .sdgs__section-responsibility-right .sdgs__section-wrapper01{
  width: 98%;
}
.sdgs__section-health-flex .sdgs__section-responsibility-right .sdgs__section-wrapper02{
  width: 98%;
}

@media screen and (max-width: 767px) {
  .sdgs__section-health-flex {
    display: block;
    margin-top: 17px;
  }

  .sdgs__section-health-flex.--d-grid {
    display: grid;
    gap: 0;
  }
  .sdgs__section-health-flex .sdgs__section-responsibility-left{
    width: 100%;
  }
  .sdgs__section-health-flex .sdgs__section-responsibility-right{
    width: 100%;
  }
  .sdgs__section-health-flex .sdgs__section-responsibility-left .sdgs__section-wrapper02{
    width: 100%;
  }
  .sdgs__section-health-flex .sdgs__section-responsibility-right .sdgs__section-wrapper02{
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sdgs__section-no01 .sdgs__section-text {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .sdgs__section-no02 {
    order: 1;
    margin-top: 20px;
  }

  .sdgs__section-no02 .sdgs__section-text {
    margin-bottom: 6px;
  }
}

.sdgs__section-wrapper01 {
  max-width: 460px;
  width: 45%;
}

@media screen and (max-width: 767px) {
  .sdgs__section-wrapper01.--d-contents {
    display: contents;
  }

  .sdgs__section-wrapper01 {
    width: 100%;
    max-width: initial;
  }
}

.sdgs__section-item {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.sdgs__section-item::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  aspect-ratio: 1;
  background-color: #1b973a;
  border-radius: 50%;
  margin-right: 5px;
}

.sdgs__section-item.--red::before {
  background-color: #c50e28;
}

.sdgs__section-item.--orange::before {
  background-color: #e83418;
}

.sdgs__section-item.--yellow::before {
  background-color: #f5a20b;
}

.sdgs__section-item.--blue::before {
  background-color: #023067;
}

.sdgs__section-item.--azuki::before {
  background-color: #970a31;
}

.sdgs__section-item.--uguisu::before {
  background-color: #407936;
}

.sdgs__section-item.--daidai::before {
  background-color: #d39206;
}

.sdgs__section-item.--l-green::before {
  background-color: #28a838;
}

.sdgs__section-item.--red.--circle-top::before {
  margin-top: -20px;
}

@media screen and (max-width: 767px) {
  .sdgs__section-item.--red.--circle-top::before {
    margin-top: -40px;
  }
}
.sdgs__section-text {
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 26px;
  margin-top: 8px;
}

.sdgs__section-wrapper02 {
  width: 50%;
}

.sdgs__section-wrapper02 .sdgs__section-text {
  max-width: 50%;
}

@media screen and (max-width: 767px) {
  .sdgs__section-wrapper02 .sdgs__section-text {
    max-width: initial;
  }
  .sdgs__section-wrapper02 {
    width: 100%;
  }
  
}

.sdgs__section-wrapper02 .sdgs__section-text.--lg {
  max-width: 299px;
  width: 60%;
}
.sdgs__section-wrapper02 .sdgs__section-text.--lg figure{
  width: 35%;
}

@media screen and (max-width: 767px) {
  .sdgs__section-wrapper02 .sdgs__section-text.--lg {
    max-width: initial;
  }
  .sdgs__section-wrapper02 .sdgs__section-text.--lg {
    max-width: initial;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sdgs__section-text.-margin-b0 {
    margin-bottom: 0;
  }
}

.sdgs__section-body {
  max-width: 460px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .sdgs__section-body {
    display: block;
  }
}

.sdgs__section-img {
  margin: 8px 10px 0 0;
  width: 44%;
  aspect-ratio: 200/130;
}
.sdgs__section-img figcaption{
  font-size: 78%;
}

@media screen and (max-width: 767px) {
  .sdgs__section-img figcaption{
    font-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sdgs__section-img {
    margin: 0;
    width: 100%;
    aspect-ratio: 315/160;
  }
}

@media screen and (max-width: 767px) {
  .sdgs__section-img.--margin-b20 {
    margin: 0;
    width: 100%;
    aspect-ratio: 315/160;
    margin-bottom: 20px;
    display: block;
  }
}

.sdgs__section-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .sdgs__section-img img {
    object-fit: fill;
  }
}

.sdgs__section-education {
  padding: 30px 0 20px;
  border-bottom: 1px solid #dbdbdb;
}

@media screen and (max-width: 767px) {
  .sdgs__section-education {
    padding: 30px 0 40px;
  }
}

.sdgs__section-education-title {
  color: #c50e28;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

.sdgs__section-lgbtq {
  padding: 30px 0 40px;
  border-bottom: 1px solid #dbdbdb;
}

.sdgs__section-lgbtq-title {
  color: #e83418;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

.sdgs__section-text-wide {
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 26px;
  margin-top: 8px;
  max-width: 690px;
}
.sdgs__section-text-wide.--health{
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .sdgs__section-text-wide {
    max-width: initial;
  }
}

.sdgs__section-img02 {
  margin: 0;
  width: 26%;
  aspect-ratio: 250/120;
}

@media screen and (max-width: 767px) {
  .sdgs__section-img02 {
    margin: 0;
    width: 100%;
    aspect-ratio: 315/160;
  }
}

.sdgs__section-img02 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .sdgs__section-img02 img {
    object-fit: cover;
  }
}

.sdgs__section-life {
  padding: 30px 0 40px;
  border-bottom: 1px solid #dbdbdb;
}

.sdgs__section-life-title {
  color: #f5a20b;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

.sdgs__section-partner {
  padding: 30px 0 16px;
}

.sdgs__section-partner-title {
  color: #023067;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

.sdgs__section-wrapper03 {
  width: 70%;
}
.sdgs__section-wrapper03.--full{
  width: 100%;
}
.sdgs__section-health .sdgs__section-wrapper03 {
  width: 77%;
}

.sdgs__section-wrapper03.--padding-b {
  padding-bottom: 26px;
}

@media screen and (max-width: 767px) {
  .sdgs__section-wrapper03{
    width: 100%;
  }
  .sdgs__section-wrapper03.--padding-b.--padding-t {
    padding-bottom: 0;
    padding-top: 17px;
  }
  .sdgs__section-health .sdgs__section-wrapper03 {
    width: 100%;
  }
}

.sdgs__section-text-full {
  letter-spacing: 0.09em;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 8px;
}

.sdgs__section-img.--hyoushou {
  margin: 8px 0 0;
  width: 29%;
  aspect-ratio: 133/188;
}
.sdgs__section-img.--health {
  margin: 8px 0 0;
  width: 17%;
  aspect-ratio: 133/188;
}

@media screen and (max-width: 767px) {
  .sdgs__section-img.--hyoushou,.sdgs__section-img.--health {
    margin: 0;
    width: 52.8%;
    aspect-ratio: 133/188;
    margin-inline: auto;
  }
}

.sdgs__section-grow {
  padding: 30px 0 20px;
  border-bottom: 1px solid #dbdbdb;
}

.sdgs__section-grow-title {
  color: #970a31;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

.sdgs__section-climate {
  padding: 30px 0 11px;
}

.sdgs__section-climate02 {
  padding: 30px 0 45px;
  border-bottom: 1px solid #dbdbdb;
}

.sdgs__section-climate-title {
  color: #407936;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

.sdgs__section-responsibility {
  padding: 10px 0 20px;
  border-bottom: 1px solid #dbdbdb;
}

.sdgs__section-responsibility-title {
  color: #d39206;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

.sdgs__section-wrapper04 {
  max-width: 460px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sdgs__section-noflex{
  width: 50%;
}

@media screen and (max-width: 767px) {
  .sdgs__section-wrapper04 {
    display: block;
  }
  .sdgs__section-noflex{
    width: 100%;
  }
}

.sdgs__section-wrapper04:last-of-type {
  margin-top: 26px;
}
.sdgs__section-wrapper04 .sdgs__section-text {
  max-width: 232px;
}

@media screen and (max-width: 767px) {
  .sdgs__section-wrapper04 .sdgs__section-text {
    max-width: initial;
  }
}

.sdgs__section-rich {
  padding: 30px 0 10px;
}

.sdgs__section-rich-title {
  color: #28a838;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}


.sdgs__page .sp-only {
  display: none;
}
.sdgs__page .pc-only {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sdgs__page .sp-only {
    display: flex;
  }
  .sdgs__page .pc-only {
    display: none;
  }
}




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