@charset "utf-8";

/*---------------------------
|          リセット系         |
---------------------------*/
body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #1a1a1a;
}

a:hover {
  opacity: .7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/*--------------------------
|          共通指定          |
---------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #1a1a1a;
}

@media print,
(min-width: 992px) {
  body {
    font-size: 1.8rem;
  }
}

/*--------------------------
|         汎用クラス         |
---------------------------*/
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@media print,
(min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }
}

/*--------------------
| レイアウト
--------------------*/
.common-section {
  padding: 80px 0 100px 0;
}

.contents-wrapper {
  padding: 0 15px;
}

.contents-inner {
  margin: 0 auto;
}

.inner-wide {
  max-width: 1200px;
}

.inner-narrow {
  max-width: 1080px;
}

/*
.contents-wrapper .contents-inner:last-child {
  margin-bottom: 0;
}*/

.has-border {
  position: relative;
}

.has-border::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bg_sdgs-line_sp.svg) no-repeat top center/cover;
}

@media print,
(min-width: 768px) {
  .has-border::before {
    height: 16px;
    background: url(../images/bg_sdgs-line_pc.svg) no-repeat top center/cover;
  }
}

.common-section h2 {
  margin: 0 0 60px 0;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.4;
  color: #0099D9;
}

.common-section h2 span {
  display: block;
  font-size: 1.8rem;
  color: #333;
}

.common-section h3 {
  margin: 0 0 30px 0;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all .8s ease-out .2s;
}

.fade-in-up.viewon {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transition: all 1s ease-out .5s;
}

.fade-in.viewon {
  opacity: 1;
}

@media print,
(min-width: 768px) {
  .common-section h2 {
    font-size: 4.8rem;
  }

  .common-section h2 span {
    font-size: 2rem;
  }

  .common-section h3 {
    font-size: 2.8rem;
  }
}

/*--------------------
| kv
--------------------*/
.kv-box {
  position: relative;
}

.kv-title {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: title-fade-in 1.2s ease-in .5s forwards;
}

@keyframes title-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/*--------------------
| intro
--------------------*/
.section-intro {
  padding-bottom: 0;
}

/*.section-intro h2 {
  margin: 0 0 40px 0;
  font-size: 2rem;
}*/

.intro-photo-box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 60px 0 0 0;
}

.about-sdgs {
  position: relative;
}

.message p {
  margin: 0 0 20px 0;
}

.message p:last-of-type {
  margin: 0;
}

.message p span {
  font-weight: bold;
  color: #0099D9;
}

@media screen and (max-width: 767px) {
  .intro-photo-box li {
    width: 100%;
    margin-bottom: 20px;
  }

  .intro-photo-box li:last-child {
    margin-bottom: 0;
  }
}

@media print,
(min-width: 768px) {
  /*.section-intro h2 {
    font-size: 2.4rem;
  }*/

  .section-intro p {
    text-align: center;
  }

  .intro-photo-box li {
    width: 32%;
  }

  .about-sdgs {
    padding-bottom: 400px;
  }

  .about-sdgs img {
    position: absolute;
    bottom: 0;
  }

  .message p {
    font-size: 1.8rem;
  }

}


/*--------------------
| overview
--------------------*/
/*.section-guidelines {
  background: #DCEFF9;
}*/
.section-guidelines {
  padding-bottom: 0;
  background: #eff8fd;
}

.section-guidelines.has-border::before {
  height: 6px;
  background: #0099D9;
}

.overview-inner h3 {
  margin: 0 0 40px 0;
  font-size: 2.4rem;
  line-height: 1.3;
}

.overview-inner div {
  margin: 0 0 40px;
}

.overview-inner p {
  margin: 0 0 20px;
}

.slogan-photo-box {
  display: flex;
  margin: 60px 0 0 0;
}

.slogan-photo-box li {
  width: 33.3%;
}

.slogan-photo-box li div {
  position: relative;
  width: 100%;
  height: 0;
}

.slogan-photo-box li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sdgs-slogan {
  padding: 10px 15px;
  margin: 0 0 30px 0;
  color: #fff;
  background: #988A3E;
  border-radius: 10px;
  border: 2px solid #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

.sdgs-slogan span {
  font-size: 2.4rem;
}

.sdgs-slogan span span {
  font-size: 1.6rem;
}

.slogan-list {
  margin: 40px 0;
}

.slogan-list li {
  position: relative;
  padding: 0 0 0 1.1em;
  margin: 0 0 8px 0;
  font-weight: bold;
}

.slogan-list li::before {
  content: "●";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 80%;
  color: #0099D9;
}

@media screen and (max-width: 767px) {
  .slogan-photo-box li div {
    padding-top: 100%;
  }

  .sdgs-slogan span span {
    display: block;
  }

  .slogan-photo-box li:first-child,
  .slogan-photo-box li:last-child {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .sdgs-slogan span span {
    display: block;
  }
}

@media print,
(min-width: 768px) {
  .slogan-photo-box li div {
    padding-top: 62.5%;
  }

  .sdgs-slogan {
    font-size: 3.2rem;
  }

  .sdgs-slogan span {
    font-size: 4rem;
  }

  .sdgs-slogan span span {
    font-size: 2.4rem;
  }

  .slogan-photo-box {
    margin: 80px 0 0 0;
  }
}

.priority-wrapper {
  padding: 60px 15px;
  background: #F0E7D1;
}

.priority-wrapper h3 {
  color: #988A3E;
}

.priority-item-list {
  margin-top: 60px;
}

.priority-item-list h4 {
  position: relative;
  padding: 0 0 6px 0;
  margin: 0 0 10px 0;
  font-size: 1.8rem;
  border-bottom: 1px solid #988A3E;
  line-height: 1.3;
}

.priority-item-list .text-box p {
  line-height: 1.5;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .priority-item-list li:nth-child(n+2) {
    margin: 40px 0 0 0;
  }

  .priority-item-list .img-box {
    max-width: 120px;
    margin: 0 auto 16px auto;
  }
}

@media print,
(min-width: 768px) {
  .priority-item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .priority-item-list li {
    width: 48%;
  }

  .priority-item-list li:nth-child(n+3) {
    margin: 40px 0 0 0;
  }

  .priority-item-list li {
    display: flex;
    justify-content: space-between;
  }

  .priority-item-list .img-box {
    width: 30%;
  }

  .priority-item-list .text-box {
    width: 66%;
  }

  .priority-item-list h4 {
    font-size: 2.2rem;
  }
}

/*--------------------
| news
--------------------*/
.news-item {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.news-list .news-item:first-child {
  border-top: 1px solid #ccc;
}

.news-item dt {
  margin: 0 0 2px 0;
  font-weight: normal;
  color: #707070;
  font-size: 1.6rem;
}

.news-item dt span {
  display: inline-block;
  padding: 0 8px;
  margin-right: 6px;
  font-size: 1.2rem;
  background: #d70000;
  color: #fff;
  border-radius: 100vh;
}

.news-item dd a {
  display: block;
  text-decoration: underline;
}

/*--------------------
| report
--------------------
.section-report {
  background-image: linear-gradient(#f3f3f3 1px, transparent 0), linear-gradient(90deg, #f3f3f3 1px, transparent 0);
  background-size: 20px 20px;
  background-position: center center;
}

.report-list li:nth-child(n+2) {
  margin: 30px 0 0 0;
}

.report-list li a {
  position: relative;
  display: flex;
  border: 2px solid #FCC800;
}

.report-list li a>span {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 1.2rem;
  background: #d70000;
  border-radius: 50%;
}

.report-list li a .icon-box {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  background: #fcc800;
}

.report-list li a .text-box {
  position: relative;
  padding: 15px 30px 15px 15px;
  background: #fff;
}

.report-list li a .text-box::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  border-top: 2px solid #fcc800;
  border-right: 2px solid #FCC800;
  transform: translateY(-50%) rotate(45deg);
}

.report-list li a .text-box p {
  line-height: 1.3;
}

.report-list li a .text-box p:first-of-type {
  margin: 0 0 10px 0;
  font-size: 1.8rem;
  font-weight: bold;
}

.report-list li a .text-box p:last-of-type {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .report-list li a .icon-box {
    width: 50px;
  }

  .report-list li a .icon-box img {
    width: 32px;
  }

  .report-list li a .text-box {
    width: calc(100% - 50px);
  }
}

@media print,
(min-width: 768px) {
  .report-list li a .icon-box img {
    width: 48px;
  }

  .report-list li a .icon-box {
    width: 11%;
  }

  .report-list li a .text-box {
    width: 89%;
    padding: 20px;
  }

  .report-list li a .text-box p:first-of-type {
    font-size: 2.4rem;
  }
}*/

/*--------------------
| action-plan
--------------------*/
.action-plan-nav {
  margin: 40px 0;
}

.action-plan-nav li a {
  display: block;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .action-plan-nav li:nth-child(n+2) {
    margin-top: 15px;
  }
}

@media print,
(min-width: 768px) {
  .action-plan-nav {
    display: flex;
    justify-content: space-between;
  }

  .action-plan-nav li {
    width: 32%;
  }
}

.action-plan-cont .action-plan-item:nth-child(n+2) {
  margin-top: 40px;
}

.action-plan-item>div {
  padding: 30px 15px;
  margin: -4px 0 0 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-style: solid;
  border-width: 4px;
}

.plan-stadium>div {
  border-color: #EFB717;
  /*background: #fff9e8;*/
}

.plan-bousai>div {
  border-color: #0d6fae;
}

.plan-sharen>div {
  border-color: #bb1b2a;
}

.action-plan-item h3 {
  padding: 15px;
  margin: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-size: auto auto;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
}

.action-plan-item>div>p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.plan-stadium>div>p {
  color: #EFB717;
}

.plan-bousai>div>p {
  color: #0d6fae;
}

.plan-sharen>div>p {
  color: #bb1b2a;
}

.plan-stadium h3,
.action-plan-nav li:first-child a {
  background-color: #EFB717;
  background-image: repeating-linear-gradient(120deg, transparent, transparent 6px, rgba(243, 152, 0, .4) 6px, rgba(243, 152, 0, .4) 12px);
}

.plan-bousai h3,
.action-plan-nav li:nth-child(2) a {
  background-color: #0d6fae;
  background-image: repeating-linear-gradient(120deg, transparent, transparent 6px, rgba(9, 77, 121, .4) 6px, rgba(9, 77, 121, .4) 12px);
}

.plan-sharen h3,
.action-plan-nav li:last-child a {
  background-color: #bb1b2a;
  background-image: repeating-linear-gradient(120deg, transparent, transparent 6px, rgba(230, 32, 52, .4) 6px, rgba(230, 32, 52, .4) 12px);
}

.action-plan-gallery {
  margin: 30px 0;
}

.action-plan-gallery li span {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .action-plan-gallery li:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media print,
(min-width: 768px) {
  .action-plan-item h3 {
    font-size: 3.6rem;
  }

  .action-plan-item>div {
    padding: 40px 30px;
  }

  .action-plan-gallery {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
  }

  .action-plan-gallery li {
    width: 32%;
  }

  .action-plan-gallery li span {
    font-size: 1.6rem;
  }

  .action-plan-item>div>p {
    font-size: 2.2rem;
  }
}

.progress-title {
  position: relative;
  padding: 10px;
  background: #dceff9;
  font-weight: bold;
  color: #0099D9;
  border-bottom: 1px solid #0099D9;
}

.progress-title::before {
  content: "＋";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  font-weight: bold;
  font-size: 2.8rem;
  color: #0099D9;
  transform: translateY(-50%);
  transition: all .3s ease;
}

.progress-title.open::before {
  transform: translateY(-50%) rotate(45deg);
}

/*.action-plan-progress dl {
  margin: 2px 0;
}*/

.action-plan-progress dl dd {
  display: none;
  padding: 15px 10px 30px 10px;
  background: #f7f8f8;
}

.action-plan-progress dl dd span {
  display: block;
  margin: 0 0 6px 0;
  font-size: 1.4rem;
}

.progress-table {
  width: 100%;
  border-collapse: collapse;
}

.progress-table th {
  padding: 10px;
  background: #0099D9;
  border: 1px solid #0099D9;
  color: #fff;
  font-size: 1.6rem;
}

.progress-table th:nth-child(-n+2) {
  border-right: 1px solid #fff;
}

.progress-table td {
  padding: 10px;
  background: #fff;
  border: 1px solid #0099D9;
  font-size: 1.6rem;
}

.progress-table tr th:first-child,
.progress-table tr th:last-child,
.progress-table tr td:first-child,
.progress-table tr td:last-child {
  width: 46%;
}

.progress-table tr th:nth-child(2),
.progress-table tr td:nth-child(2) {
  width: 8%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .progress-table-wrap {
    overflow-x: auto;
  }

  .progress-table {
    width: 680px;
  }
}

@media print,
(min-width: 768px) {
  .progress-title {
    padding: 15px;
    cursor: pointer;
  }

  .progress-title::before {
    right: 15px;
  }

  .action-plan-progress dl dd {
    padding: 30px 20px 40px 20px;
  }

  .action-plan-progress dl dd span {
    text-align: right;
    font-size: 1.6rem;
  }

}

/*--------------------
| others
--------------------*/
.section-others {
  background: #eff8fd;
}

.section-others.has-border::before {
  height: 6px;
  background: #0099D9;
}

.others-cont .others-item:nth-child(n+2) {
  margin: 60px 0 0 0;
}

.others-item h3 {
  position: relative;
}

.others-item h3 span {
  display: block;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #0099D9;
}

.sdgs-logo-box {
  position: absolute;
  right: 0;
}

.sdgs-logo-box img {
  display: inline-block;
  box-sizing: border-box;
  width: 60px;
  border: 2px solid #fff;
}

.others-item h4 {
  margin: 0 0 20px 0;
  font-size: 1.8rem;
  line-height: 1.4;
}

.others-item .text-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.others-item .text-box p {
  margin: 10px 0 20px 0;
}

.others-item .invited {
  margin: 10px 0 20px 0;
  padding: 10px;
  width: 100%;
  border-radius: 6px;
  background: #fff;
  line-height: 1.4;
}

.others-link {
  display: block;
  text-align: right;
  font-weight: bold;
}

.others-link span {
  position: relative;
}

.others-link span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  background: #0099D9;
  border-radius: 50%;
}

.others-link span::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .others-item h3 {
    padding-bottom: 70px;
    margin-bottom: 20px;
  }

  .sdgs-logo-box {
    left: 0;
    bottom: 0;
  }

  .others-item .text-box {
    margin-top: 30px;
  }

  .others-item .invited dt {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #707070;
    text-align: center;
  }

  .others-item .invited dd {
    text-align: center;
  }
}

@media print,
(min-width: 768px) {
  .others-cont .others-item:nth-child(n+2) {
    margin: 80px 0 0 0;
  }

  .sdgs-logo-box {
    right: 0;
    bottom: 10px;
  }

  .others-item a>div {
    display: flex;
    justify-content: space-between;
  }

  .others-item .img-box {
    width: 34%;
  }

  .others-item .text-box {
    width: 62%;
  }

  .others-item h4 {
    font-size: 2.2rem;
  }

  .others-item .invited {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
  }

  .others-item .invited dt {
    width: 40%;
    padding-right: 10px;
    border-right: 1px solid #707070;
  }

  .others-item .invited dd {
    width: 58%;
  }
}

/*--------------------
| links
--------------------*/
.section-links {
  background: #f1f0ee;
}

.links-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.links-list::before,
.links-list::after {
  content: "";
  display: block;
  width: 49%;
}

.links-list::before {
  order: 1;
}

.links-list li {
  width: 49%;
  margin: 0 0 10px 0;
}

.links-list li a {
  display: block;
}

.links-list.links-list-logo li a {
  padding: 4px;
  background: #fff;
}

.links-list.links-list-text a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  height: 100%;
  background: #fff;
  text-align: center;
  text-decoration: underline;
  color: #707070;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .section-links {
    padding-top: 60px;
  }
}

@media print,
(min-width: 768px) {
  .links-list li {
    width: 23.5%;
    margin: 0 0 20px 0;
  }

  .links-list::before,
  .links-list::after {
    width: 23.5%;
  }

  .links-list.links-list-text a {
    padding: 16px;
  }
}

/*--------------------
| footer
--------------------*/
footer {
  padding: 30px 0;
  background: #1a1a1a;
  text-align: center;
}

footer p a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
}


/*--------------------
| 汎用
--------------------*/
.d-none {
  display: none;
}

@media print,
(min-width: 768px) {
  .d-md-block {
    display: block;
  }
}

/*--------------------
| TOPに戻るボタン
--------------------*/
.top-button {
  position: fixed;
  z-index: 10;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  background: #1a1a1a;
  border-radius: 50%;
  opacity: .7;
}

.top-button a {
  display: block;
  width: 100%;
  height: 100%;
}

.top-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -30%) rotate(-45deg);
}

/*--------------------
| OUR SDGs 23.06.13
--------------------*/
.section-plan{
  padding-bottom: 120px;
}

.section-plan h3 {
  margin: 0 0 40px 0;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
}

.plan-report-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.plan-report-list::before,
.plan-report-list::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
}

.plan-report-list::before {
  order: 1;
}

.plan-report-list li a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.4;
  background: #0099D9;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .plan-report-list li {
    width: 100%;
  }

  .plan-report-list li:nth-child(n+2) {
    margin: 20px 0 0 0;
  }
}

@media print,
(min-width: 768px) {
  .section-plan h3 {
    font-size: 2.2rem;
    font-weight: normal;
    text-align: center;
  }

  .plan-report-list li,
  .plan-report-list::before,
  .plan-report-list::after {
    width: 32%;
  }

  .plan-report-list li:nth-child(n+4) {
    margin: 40px 0 0 0;
  }
}