@charset "UTF-8";
main {
 margin-bottom: 0;
}

section {
 position: relative;
 width: 100%;
}
section h3.line {
 margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
 section h3.line {
  margin-bottom: 10px;
 }
}
section h3.line.bdb {
 padding: 60px 9%;
 border-bottom: 1px solid #c7c7c7;
}
@media screen and (max-width: 1024px) {
 section h3.line.bdb {
  padding: 30px 5%;
 }
}
section h3.line span {
 display: inline-block;
 position: relative;
 line-height: 1.3333333333;
 padding-left: 45px;
 color: var(--c_bl);
 font-size: 30px;
 letter-spacing: 0.06em;

 margin-block: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 1024px) {
 section h3.line span {
  padding-left: 30px;
  font-size: 20px;
 }
}
section h3.line span:before {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 left: 0;
 width: 30px;
 height: 2px;
 background: var(--c_bl);
}
@media screen and (max-width: 1024px) {
 section h3.line span:before {
  width: 20px;
 }
}
section.anc_area {
 padding-inline: 5%;
}
section.anc_area >.inner nav ul.anc {
 display: grid;
 justify-content: center;
 grid-template-columns: repeat(auto-fit, 215px);
 gap: 20px;
 margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
 section.anc_area >.inner nav ul.anc {
  gap: 10px;
  margin-bottom: 45px;
 }
}
@media screen and (max-width: 600px) {
 section.anc_area >.inner nav ul.anc {
  grid-template-columns: repeat(2, 1fr);
 }
}
section.anc_area >.inner nav ul.anc li {
 height: 86px;
}
@media screen and (max-width: 1024px) {
 section.anc_area >.inner nav ul.anc li {
  height: 70px;
 }
}
section.anc_area >.inner nav ul.anc li a {
 width: 100% !important;
 height: 100% !important;
 line-height: 1.3888888889;
 justify-content: center;
 border-radius: 5px;
 font-size: 18px;
 text-align: center;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 section.anc_area >.inner nav ul.anc li a {
  font-size: 14px;
 }
}
section.policy_area {
 margin-bottom: 100px;
 padding: 0 5%;
}
@media screen and (max-width: 1024px) {
 section.policy_area {
  margin-bottom: 50px;
 }
}
section.policy_area >.inner {
 width: 100%;
 max-width: 1100px;
 margin: 0 auto;
}
section.policy_area >.inner .policy_block {
 width: 100%;
 margin: 40px 0;
 padding: 60px 100px;
 border: 1px solid #dddddd;
 border-radius: 10px;
}
@media screen and (max-width: 1024px) {
 section.policy_area >.inner .policy_block {
  padding: 20px 5%;

  margin-block: 20px;
 }
}
section.policy_area >.inner .policy_block p {
 line-height: 2;
 font-size: 18px;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 section.policy_area >.inner .policy_block p {
  font-size: 14px;
 }
}
section.policy_area >.inner details {
 overflow: hidden;
 border: 1px solid #dddddd;
 border-radius: 10px;

 --icon_deg: -90deg;
 --icon_space: 140px;
}
@media screen and (max-width: 1024px) {
 section.policy_area >.inner details {
  --icon_space: 80px;
 }
}
@media screen and (max-width: 600px) {
 section.policy_area >.inner details {
  --icon_space: 40px;
 }
}
section.policy_area >.inner details +details {
 margin-top: 30px;
}
section.policy_area >.inner details[open]:not([data-accordion-before-close]) {
 --icon_deg: 0deg;
}
section.policy_area >.inner details summary {
 position: relative;
 list-style: none;
 cursor: pointer;
}
section.policy_area >.inner details summary::-webkit-details-marker {
 display: none;
}
section.policy_area >.inner details summary span.icon {
 position: absolute;
 top: 0;
 right: 0;
 width: var(--icon_space);
 height: 100%;
 background: var(--c_bl);
}
section.policy_area >.inner details summary span.icon:before,section.policy_area >.inner details summary span.icon:after {
 content: "";
 position: absolute;
 top: 50%;
 left: 50%;
 width: 40px;
 height: 2px;
 background: #ffffff;
 translate: -50% -50%;
 transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
 section.policy_area >.inner details summary span.icon:before,section.policy_area >.inner details summary span.icon:after {
  width: 25px;
 }
}
@media screen and (max-width: 600px) {
 section.policy_area >.inner details summary span.icon:before,section.policy_area >.inner details summary span.icon:after {
  width: 15px;
 }
}
section.policy_area >.inner details summary span.icon:after {
 transform: rotate(var(--icon_deg));
}
section.policy_area >.inner details summary .policy_block {
 width: calc(100% - var(--icon_space));
 margin: 0;
 border: none;
 border-radius: 0;
}
@media screen and (max-width: 1024px) {
 section.policy_area >.inner details summary .policy_block {
  padding: 20px 5%;
 }
}
section.policy_area >.inner details .accordion_content {
 height: 0;
 overflow: hidden;
}
section.policy_area >.inner details .accordion_content >.inner {
 padding: 60px 100px;
 border-top: 1px solid #dddddd;
}
@media screen and (max-width: 1024px) {
 section.policy_area >.inner details .accordion_content >.inner {
  padding: 20px 5%;
 }
}
section.policy_area >.inner ul.num {
 counter-reset: number 0;
}
section.policy_area >.inner ul.num >li {
 position: relative;
 line-height: 2.25;
 padding-left: 40px;
 font-size: 16px;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 section.policy_area >.inner ul.num >li {
  padding-left: 30px;
  font-size: 14px;
 }
}
section.policy_area >.inner ul.num >li:not(:last-child) {
 margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
 section.policy_area >.inner ul.num >li:not(:last-child) {
  margin-bottom: 15px;
 }
}
section.policy_area >.inner ul.num >li:before {
 content: counter(number) ".";
 position: absolute;
 top: 0;
 left: 0;
 counter-increment: number;
}
section.policy_area >.inner ul.num >li ul.circle {
 padding-left: 1em;
}
section.policy_area >.inner ul.num >li ul.circle li {
 padding-left: 1em;
 text-indent: -1em;
}
section.sdgs_area {
 margin-bottom: 100px;
 padding: 100px;
 background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
 section.sdgs_area {
  margin-bottom: 50px;
  padding: 50px 5%;
 }
}
section.sdgs_area >.inner .sdgs_col2 {
 display: flex;
 width: 100%;
 max-width: 1100px;
 overflow: hidden;
 margin: 0 auto;
 border: 1px solid #17388b;
 border-radius: 10px;

 --color: initial;
}
@media screen and (max-width: 1024px) {
 section.sdgs_area >.inner .sdgs_col2 {
  display: block;
 }
}
section.sdgs_area >.inner .sdgs_col2.about_sdgs {
 --color: #17388b;
}
section.sdgs_area >.inner .sdgs_col2.initiatives_sdgs {
 max-width: 100%;

 --color: #ffffff;
}
section.sdgs_area >.inner .sdgs_col2.initiatives_sdgs .img {
 width: 44%;
}
section.sdgs_area >.inner .sdgs_col2.initiatives_sdgs .txt_box {
 width: 56%;
}
section.sdgs_area >.inner .sdgs_col2.initiatives_sdgs .txt_box p {
 font-size: 18px;
}
@media screen and (max-width: 1024px) {
 section.sdgs_area >.inner .sdgs_col2.initiatives_sdgs .txt_box p {
  font-size: 16px;
 }
}
section.sdgs_area >.inner .sdgs_col2 .txt_box {
 display: flex;
 width: 50%;
 height: 100%;
 flex-direction: column;
 justify-content: center;
 align-self: center;
 padding: 20px clamp(1.25rem, -9.506rem + 16.81vw, 6.25rem);
 text-align: left;
}
@media screen and (max-width: 1024px) {
 section.sdgs_area >.inner .sdgs_col2 .txt_box {
  width: 100% !important;
  padding: 20px 4%;
 }
}
section.sdgs_area >.inner .sdgs_col2 .txt_box h3 {
 line-height: 1.3636363636;
 margin-bottom: 30px;
 color: var(--color);
 font-size: 22px;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 section.sdgs_area >.inner .sdgs_col2 .txt_box h3 {
  margin-bottom: 15px;
 }
}
section.sdgs_area >.inner .sdgs_col2 .txt_box p {
 line-height: 2.25;
 color: var(--color);
 font-size: 16px;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 section.sdgs_area >.inner .sdgs_col2 .txt_box p {
  font-size: 14px;
 }
}
section.sdgs_area >.inner .sdgs_col2 .img {
 width: 50%;
 order: 2;
}
@media screen and (max-width: 1024px) {
 section.sdgs_area >.inner .sdgs_col2 .img {
  width: 100% !important;
 }
}
section.sdgs_area >.inner .sdgs_col2 .img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
section.sdgs_area >.inner .initiatives_area {
 margin-top: 60px;
 padding: 100px;
 border-radius: 20px;
 background-image: linear-gradient(to right, rgb(32, 70, 165) 0%, rgb(47, 96, 166) 25%, rgb(47, 111, 166) 50%, rgb(47, 96, 166) 75%, rgb(32, 70, 165) 100%);
}
@media screen and (max-width: 1024px) {
 section.sdgs_area >.inner .initiatives_area {
  margin-top: 40px;
  padding: 50px 4% 30px;
 }
}
section.sdgs_area >.inner .initiatives_area h3 {
 margin-bottom: 90px;
 text-align: center;
}
@media screen and (max-width: 1024px) {
 section.sdgs_area >.inner .initiatives_area h3 {
  margin-bottom: 45px;
 }
}
section.sdgs_area >.inner .initiatives_area h3 span {
 display: inline-block;
 line-height: 1;
 padding: 30px 150px;
 border-top: 1px solid #ffffff;
 border-bottom: 1px solid #ffffff;
 color: #ffffff;
 font-size: 28px;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 section.sdgs_area >.inner .initiatives_area h3 span {
  width: 100%;
  padding: 20px 0;
  font-size: 20px;
 }
}
section.sdgs_area >.inner .initiatives_area .sdgs_lists {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 60px;
 margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
 section.sdgs_area >.inner .initiatives_area .sdgs_lists {
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 30px;
 }
}
section.sdgs_area >.inner .initiatives_area .sdgs_lists .initiatives {
 display: grid;
 overflow: hidden;
 grid-template-rows: subgrid;
 grid-row: span 4;
 row-gap: 0;
 -moz-column-gap: 0;
      column-gap: 0;
 border-radius: 5px;
 background: #ffffff;

 --width: "";
}
@media screen and (max-width: 1024px) {
 section.sdgs_area >.inner .initiatives_area .sdgs_lists .initiatives {
  display: block;
 }
}
section.sdgs_area >.inner .initiatives_area .sdgs_lists .initiatives:nth-child(1) {
 --width: calc(832px / 2);
}
section.sdgs_area >.inner .initiatives_area .sdgs_lists .initiatives:nth-child(2) {
 --width: calc(928px / 2);
}
section.sdgs_area >.inner .initiatives_area .sdgs_lists .initiatives:nth-child(3) {
 --width: calc(832px / 2);
}
section.sdgs_area >.inner .initiatives_area .sdgs_lists .initiatives:nth-child(4) {
 --width: calc(700px / 2);
}
section.sdgs_area >.inner .initiatives_area .sdgs_lists .initiatives h4 {
 line-height: 1.3846153846;
 padding: 20px 0;
 color: #ffffff;
 background: #17388b;
 font-size: 26px;
 text-align: center;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 section.sdgs_area >.inner .initiatives_area .sdgs_lists .initiatives h4 {
  padding: 15px 0;
  font-size: 18px;
 }
}
section.sdgs_area >.inner .initiatives_area .sdgs_lists .initiatives .tmb {
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 40px 0 30px;
}
@media screen and (max-width: 1024px) {
 section.sdgs_area >.inner .initiatives_area .sdgs_lists .initiatives .tmb {
  margin-block: 20px;
 }
}
section.sdgs_area >.inner .initiatives_area .sdgs_lists .initiatives .tmb img {
 width: 90%;
 max-width: var(--width);
}
section.sdgs_area >.inner .initiatives_area .sdgs_lists .initiatives p.txt {
 display: flex;
 line-height: 1.8;
 justify-content: center;
 align-items: center;
 color: var(--c_bl);
 font-size: 20px;
 text-align: center;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 section.sdgs_area >.inner .initiatives_area .sdgs_lists .initiatives p.txt {
  font-size: 16px;
 }
}
@media screen and (max-width: 600px) {
 section.sdgs_area >.inner .initiatives_area .sdgs_lists .initiatives p.txt {
  font-size: 14px;
 }
}
section.sdgs_area >.inner .initiatives_area .sdgs_lists .initiatives .details {
 margin-top: 30px;
 padding: 20px 50px 30px;
 background: #f6f6f6;
}
@media screen and (max-width: 1024px) {
 section.sdgs_area >.inner .initiatives_area .sdgs_lists .initiatives .details {
  margin-top: 20px;
  padding: 15px 5%;
 }
}
section.sdgs_area >.inner .initiatives_area .sdgs_lists .initiatives .details p.ttl {
 display: inline-block;
 margin-bottom: 15px;
 padding: 3px 10px 5px;
 border-radius: 5px;
 color: #ffffff;
 background: #000000;
 font-size: 12px;
}
@media screen and (max-width: 1024px) {
 section.sdgs_area >.inner .initiatives_area .sdgs_lists .initiatives .details p.ttl {
  margin-bottom: 10px;
  font-size: 10px;
 }
}
section.sdgs_area >.inner .initiatives_area .sdgs_lists .initiatives .details ul li {
 line-height: 1.875;
 padding-left: 0.5em;
 font-size: 16px;
 text-indent: -0.5em;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 section.sdgs_area >.inner .initiatives_area .sdgs_lists .initiatives .details ul li {
  font-size: 14px;
 }
}
section.sdgs_area >.inner .initiatives_area .sdgs_lists .initiatives .details ul li:before {
 content: "・";
}
section.other_area {
 margin-bottom: 140px;
 padding: 0 5%;
}
@media screen and (max-width: 1024px) {
 section.other_area {
  margin-bottom: 70px;
 }
}
section.other_area >.inner {
 width: 100%;
 max-width: 1100px;
 margin: 0 auto;
}
section.other_area >.inner .other_lists .other_col2 {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 600px) {
 section.other_area >.inner .other_lists .other_col2 {
  grid-template-columns: 1fr;
 }
}
section.other_area >.inner .other_lists .other_col2:not(:last-child) {
 margin-bottom: 80px;
 padding-bottom: 80px;
 border-bottom: 1px solid #d1d1d1;
}
@media screen and (max-width: 1024px) {
 section.other_area >.inner .other_lists .other_col2:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
 }
}
section.other_area >.inner .other_lists .other_col2 .img {
 overflow: hidden;
 order: 2;
}
section.other_area >.inner .other_lists .other_col2 .img .slide_6s {
 position: relative;

 --position: 20px;
}
@media screen and (max-width: 1024px) {
 section.other_area >.inner .other_lists .other_col2 .img .slide_6s {
  --position: 10px;
 }
}
section.other_area >.inner .other_lists .other_col2 .img .slide_6s .slide-icon {
 position: absolute;
 top: 50%;
 z-index: 10;
 translate: 0% -50%;
 transition: all 0.3s;
}
@media (hover) {
 section.other_area >.inner .other_lists .other_col2 .img .slide_6s .slide-icon:hover {
  opacity: 0.7;
 }
}
section.other_area >.inner .other_lists .other_col2 .img .slide_6s .slide-icon.prev {
 left: var(--position);
}
section.other_area >.inner .other_lists .other_col2 .img .slide_6s .slide-icon.next {
 right: var(--position);
}
section.other_area >.inner .other_lists .other_col2 .img p.note {
 line-height: 1.7857142857;
 margin-top: 25px;
 font-size: 14px;
 letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
 section.other_area >.inner .other_lists .other_col2 .img p.note {
  margin-top: 15px;
  font-size: 12px;
 }
}
section.other_area >.inner .other_lists .other_col2 .txt_area {
 align-self: center;
 padding-right: 60px;
}
@media screen and (max-width: 1024px) {
 section.other_area >.inner .other_lists .other_col2 .txt_area {
  padding-right: 5%;
 }
}
@media screen and (max-width: 600px) {
 section.other_area >.inner .other_lists .other_col2 .txt_area {
  margin-bottom: 20px;
 }
}
section.other_area >.inner .other_lists .other_col2 .txt_area p.txt {
 line-height: 2;
 font-size: 18px;
 letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
 section.other_area >.inner .other_lists .other_col2 .txt_area p.txt {
  font-size: 14px;
 }
}
/*# sourceMappingURL=layout.css.map */