@charset "UTF-8";
.container {
  padding: 30px 0 240px;
  background-image: url(../img/category/bg_cat.jpg);
  background-repeat: repeat;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .container {
    padding: 20px 0 160px;
  }
}
@media screen and (max-width: 600px) {
  .container {
    padding: 15px 0 100px;
  }
}
.container h1, .container h2, .container h3, .container h4, .container h5, .container h6 {
  font-family: fot-tsukuardgothic-std, serif;
  font-weight: 600;
  color: #003067;
  text-align: center;
}
.container .intro {
  position: relative;
  max-width: 1250px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1249px) {
  .container .intro {
    padding: 0 5%;
  }
}
.container .intro .intro-ttl {
  width: 775px;
  margin: 0 auto 30px;
}
.container .intro .intro-desc {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #5084AD;
}
.container .intro .intro-img {
  width: 100%;
  margin: 40px auto 0;
  border-radius: 30px;
}
@media screen and (max-width: 600px) {
  .container .intro .intro-img {
    margin-top: 20px;
    border-radius: 10px;
  }
}
.container .about {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 120px auto 0;
}
@media screen and (max-width: 1160px) {
  .container .about {
    padding: 0 5%;
  }
}
@media screen and (max-width: 600px) {
  .container .about {
    margin-top: 80px;
  }
}
.container .about h1 {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .container .about h1 {
    width: 90%;
  }
}
.container .about h1 img {
  width: 100%;
  height: 52.25%;
}
.container .about .about-inner {
  position: relative;
  margin-top: 85px;
}
@media screen and (max-width: 999px) {
  .container .about .about-inner {
    margin-top: 40px;
  }
}
.container .about .about-inner .about-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .container .about .about-inner .about-detail {
    display: block;
  }
}
.container .about .about-inner .about-detail .txt-wrap {
  width: 45%;
}
@media screen and (max-width: 999px) {
  .container .about .about-inner .about-detail .txt-wrap {
    width: 100%;
  }
}
.container .about .about-inner .about-detail .txt-wrap h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .container .about .about-inner .about-detail .txt-wrap h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.container .about .about-inner .about-detail .txt-wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.87;
  letter-spacing: 0.01em;
  color: #333333;
  text-align: left;
  margin-top: 40px;
}
@media screen and (max-width: 999px) {
  .container .about .about-inner .about-detail .txt-wrap p {
    margin-top: 20px;
  }
}
.container .about .about-inner .about-detail .img-wrap {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .container .about .about-inner .about-detail .img-wrap {
    width: 100%;
    margin-top: 25px;
  }
}
.container .about .about-inner .about-detail .img-wrap .img {
  position: relative;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .container .about .about-inner .about-detail .img-wrap .img {
    border-radius: 10px;
  }
}
.container .about .about-inner .about-detail .img-wrap .img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 69%;
}
.container .about .sdgs-block {
  position: relative;
  max-width: 900px;
  width: 100%;
  margin: 100px auto 0;
  padding: 35px 5% 50px;
  border: 1px solid #003067;
}
@media screen and (max-width: 600px) {
  .container .about .sdgs-block {
    padding: 30px 5% 20px;
  }
}
.container .about .sdgs-block h3 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .container .about .sdgs-block h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.container .about .sdgs-block p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  color: #333333;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .container .about .sdgs-block p {
    margin-top: 15px;
  }
}
.container .about .sdgs-block img {
  max-width: 500px;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 600px) {
  .container .about .sdgs-block img {
    margin-top: 30px;
  }
}
.container .experience {
  position: relative;
  margin-top: 160px;
  padding: 0 5%;
}
@media screen and (max-width: 999px) {
  .container .experience {
    margin-top: 120px;
  }
}
@media screen and (max-width: 600px) {
  .container .experience {
    margin-top: 80px;
  }
}
.container .experience .experience-inner {
  position: relative;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 120px 80px;
  background-color: rgba(80, 132, 173, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1249px) {
  .container .experience .experience-inner {
    padding: 60px 8% 80px;
  }
}
@media screen and (max-width: 999px) {
  .container .experience .experience-inner {
    padding: 60px 5% 80px;
  }
}
@media screen and (max-width: 600px) {
  .container .experience .experience-inner {
    padding: 35px 5% 20px;
  }
}
.container .experience .experience-inner .ttl-wrap h4 {
  position: relative;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #5084AD;
  margin-bottom: 50px;
  padding-top: 70px;
}
@media screen and (max-width: 600px) {
  .container .experience .experience-inner .ttl-wrap h4 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 30px;
    padding-top: 60px;
  }
}
.container .experience .experience-inner .ttl-wrap h4::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 320px;
  height: 62px;
  background-image: url(../img/sdgs-water/img_experience_ttl.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .container .experience .experience-inner .ttl-wrap h4::before {
    width: 235px;
    height: 45px;
  }
}
.container .experience .experience-inner .ttl-wrap .desc-wrap h5 {
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
  color: #5084AD;
  margin-bottom: 15px;
  padding-top: 50px;
}
@media screen and (max-width: 600px) {
  .container .experience .experience-inner .ttl-wrap .desc-wrap h5 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 10px;
    padding-top: 30px;
  }
}
.container .experience .experience-inner .ttl-wrap .desc-wrap h5 span {
  font-size: 80%;
}
@media screen and (max-width: 600px) {
  .container .experience .experience-inner .ttl-wrap .desc-wrap h5 span {
    display: block;
    font-size: 70%;
  }
}
.container .experience .experience-inner .ttl-wrap .desc-wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  color: #333333;
}
@media screen and (max-width: 600px) {
  .container .experience .experience-inner .ttl-wrap .desc-wrap p br {
    display: none;
  }
}
.container .experience .experience-inner .experience-list .experience-item .ttl {
  color: #5084AD;
}
.container .experience .experience-inner .experience-list .experience-item ul.sdgs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 2px dotted #333;
}
@media screen and (max-width: 600px) {
  .container .experience .experience-inner .experience-list .experience-item ul.sdgs-list {
    margin-top: 15px;
  }
}
.container .experience .experience-inner .experience-list .experience-item ul.sdgs-list li {
  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;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
}
.container .experience .experience-inner .experience-list .experience-item ul.sdgs-list li.style-num1 {
  background-color: #E5001E;
}
.container .experience .experience-inner .experience-list .experience-item ul.sdgs-list li.style-num2 {
  background-color: #D7A600;
}
.container .experience .experience-inner .experience-list .experience-item ul.sdgs-list li.style-num3 {
  background-color: #00973B;
}
.container .experience .experience-inner .experience-list .experience-item ul.sdgs-list li.style-num4 {
  background-color: #C60F28;
}
.container .experience .experience-inner .experience-list .experience-item ul.sdgs-list li.style-num5 {
  background-color: #E83819;
}
.container .experience .experience-inner .experience-list .experience-item ul.sdgs-list li.style-num6 {
  background-color: #00A6D9;
}
.container .experience .experience-inner .experience-list .experience-item ul.sdgs-list li.style-num7 {
  background-color: #FABD00;
}
.container .experience .experience-inner .experience-list .experience-item ul.sdgs-list li.style-num8 {
  background-color: #970B31;
}
.container .experience .experience-inner .experience-list .experience-item ul.sdgs-list li.style-num9 {
  background-color: #ED6A02;
}
.container .experience .experience-inner .experience-list .experience-item ul.sdgs-list li.style-num10 {
  background-color: #DC007A;
}
.container .experience .experience-inner .experience-list .experience-item ul.sdgs-list li.style-num11 {
  background-color: #F5A200;
}
.container .experience .experience-inner .experience-list .experience-item ul.sdgs-list li.style-num12 {
  background-color: #D39200;
}
.container .experience .experience-inner .experience-list .experience-item ul.sdgs-list li.style-num13 {
  background-color: #427935;
}
.container .experience .experience-inner .experience-list .experience-item ul.sdgs-list li.style-num14 {
  background-color: #0075BA;
}
.container .experience .experience-inner .experience-list .experience-item ul.sdgs-list li.style-num15 {
  background-color: #28A838;
}
.container .experience .experience-inner .experience-list .experience-item ul.sdgs-list li.style-num16 {
  background-color: #004C88;
}
.container .experience .experience-inner .experience-list .experience-item ul.sdgs-list li.style-num17 {
  background-color: #003067;
}
.container .movie {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 160px auto 0;
}
@media screen and (max-width: 999px) {
  .container .movie {
    margin-top: 120px;
    padding: 0 5%;
  }
}
@media screen and (max-width: 600px) {
  .container .movie {
    margin-top: 80px;
  }
}
.container .movie h5 {
  position: relative;
  font-size: 50px;
  font-size: 5rem;
  color: #333;
}
@media screen and (max-width: 600px) {
  .container .movie h5 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.container .movie h5 span {
  position: relative;
}
.container .movie h5 span::before, .container .movie h5 span::after {
  position: absolute;
  content: "";
  background-position: center;
  background-size: cover;
  width: 37px;
  height: 45px;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.container .movie h5 span::before {
  background-image: url(../img/index/ttl_obj_L.svg);
  left: -60px;
}
.container .movie h5 span::after {
  background-image: url(../img/index/ttl_obj_R.svg);
  right: -60px;
}
.container .movie .iframe-wrap {
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 56.25%;
}
.container .movie .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container .contact {
  position: relative;
  max-width: 1000px;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  margin: 160px auto 0;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .container .contact {
    margin-top: 120px;
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  .container .contact {
    margin-top: 80px;
  }
}
.container .contact .txt-wrap {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #333333;
}
@media screen and (max-width: 767px) {
  .container .contact .txt-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.container .contact .txt-wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .container .contact .txt-wrap p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .container .contact .txt-wrap p br {
    display: none;
  }
}
.container .contact .contact-wrap .ttl {
  font-family: fot-tsukuardgothic-std, serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: #5084AD;
}
@media screen and (max-width: 767px) {
  .container .contact .contact-wrap .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.container .contact .contact-wrap .contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
@media screen and (max-width: 999px) {
  .container .contact .contact-wrap .contact-inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .container .contact .contact-wrap .contact-inner {
    margin-top: 5px;
  }
}
.container .contact .contact-wrap .contact-inner p {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-family: fot-tsukuardgothic-std, serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  color: #5084AD;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .container .contact .contact-wrap .contact-inner p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.container .contact .contact-wrap .contact-inner p:not(:last-child) {
  margin-right: 1em;
}
@media screen and (max-width: 999px) {
  .container .contact .contact-wrap .contact-inner p:not(:last-child) {
    margin-right: 0;
  }
}
.container .contact .contact-wrap .contact-inner p span {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 999px) {
  .container .contact .contact-wrap .contact-inner p span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .container .contact .contact-wrap .contact-inner p span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.container .contact .contact-wrap .contact-inner p a.tel {
  color: #5084AD;
}
@media screen and (min-width: 1000px) {
  .container .contact .contact-wrap .contact-inner p a.tel[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
.container .outdoor {
  position: relative;
  max-width: 1260px;
  width: 100%;
  margin: 160px auto 0;
}
@media screen and (max-width: 999px) {
  .container .outdoor {
    margin-top: 120px;
    padding: 0 8%;
  }
}
@media screen and (max-width: 600px) {
  .container .outdoor {
    margin-top: 80px;
  }
}
.container .outdoor .ttl-wrap h4 {
  position: relative;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 400;
  line-height: 0.76;
  color: #427935;
  padding-top: 70px;
}
@media screen and (max-width: 600px) {
  .container .outdoor .ttl-wrap h4 {
    font-size: 36px;
    font-size: 3.6rem;
    padding-top: 60px;
  }
}
.container .outdoor .ttl-wrap h4::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 56px;
  height: 62px;
  background-image: url(../img/sdgs-water/img_outdoor_ttl.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .container .outdoor .ttl-wrap h4::before {
    width: 40px;
    height: 45px;
  }
}
.container .outdoor .ttl-wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.87;
  letter-spacing: 0.01em;
  color: #333333;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .container .outdoor .ttl-wrap p {
    margin-top: 30px;
  }
}
.container .outdoor .outdoor-list .outdoor-item .ttl {
  color: #427935;
}
.container .spot-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 999px) {
  .container .spot-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .container .spot-list {
    margin-top: 40px;
  }
}
.container .spot-list .spot-item {
  display: block;
  width: 30%;
  text-decoration: none;
  margin-bottom: 60px;
}
@media screen and (max-width: 999px) {
  .container .spot-list .spot-item {
    width: 47%;
  }
}
@media screen and (max-width: 600px) {
  .container .spot-list .spot-item {
    width: 100%;
    margin-bottom: 50px;
  }
}
.container .spot-list .spot-item:not(:nth-child(3n)) {
  margin-right: 5%;
}
@media screen and (max-width: 999px) {
  .container .spot-list .spot-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.container .spot-list .spot-item .thumb-wrap {
  width: 100%;
}
.container .spot-list .spot-item .thumb-wrap .img {
  position: relative;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.container .spot-list .spot-item .thumb-wrap .img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 66%;
}
.container .spot-list .spot-item .ttl {
  font-family: fot-tsukuardgothic-std, serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 25px;
}
@media screen and (max-width: 600px) {
  .container .spot-list .spot-item .ttl {
    margin-top: 20px;
  }
}
.container .spot-list .spot-item .desc {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #808080;
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  .container .spot-list .spot-item .desc {
    margin-top: 10px;
  }
}
.container .spot-list .spot-item:hover .ttl {
  text-decoration: underline;
}
.container .more-btn p {
  position: relative;
  display: inline-block;
  font-family: fot-tsukuardgothic-std, serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: #211815;
  text-align: center;
  padding-bottom: 15px;
  cursor: pointer;
}
.container .more-btn p::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #B7B7B7;
  border-right: 2px solid #B7B7B7;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.container .more-btn.close p::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #B7B7B7;
  border-right: 2px solid #B7B7B7;
  -webkit-transform: translateX(-50%) rotate(-135deg);
          transform: translateX(-50%) rotate(-135deg);
}

/*　　　singleページ
-------------------------------------*/
.page-experience {
  position: relative;
  padding: 30px 5% 0;
}
@media screen and (max-width: 999px) {
  .page-experience {
    padding-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .page-experience {
    padding-top: 10px;
  }
}
.page-experience > .inner {
  position: relative;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 120px 130px;
  background-color: #FFFFFF;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1249px) {
  .page-experience > .inner {
    padding: 80px 8% 130px;
  }
}
@media screen and (max-width: 999px) {
  .page-experience > .inner {
    padding: 60px 5% 100px;
  }
}
@media screen and (max-width: 600px) {
  .page-experience > .inner {
    padding: 40px 5% 80px;
  }
}
.page-experience .article-ttl {
  position: relative;
  padding-top: 75px;
  padding-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .page-experience .article-ttl {
    padding-top: 65px;
  }
}
.page-experience .article-ttl::before, .page-experience .article-ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-experience .article-ttl::before {
  top: 0;
  width: 265px;
  height: 75px;
  background-image: url(../img/sdgs-water/img_single_ttl.png);
}
@media screen and (max-width: 600px) {
  .page-experience .article-ttl::before {
    width: 220px;
    height: 63px;
  }
}
.page-experience .article-ttl::after {
  bottom: 0;
  width: 135px;
  height: 8px;
  background-image: url(../img/sdgs-water/img_line01.png);
}
.page-experience .article-ttl h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #5084AD;
  padding-top: 20px;
  padding-bottom: 35px;
}
@media screen and (max-width: 600px) {
  .page-experience .article-ttl h1 {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0;
    padding-bottom: 20px;
  }
}
.page-experience .article-desc {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .page-experience .article-desc {
    margin-top: 40px;
  }
}
.page-experience .article-desc .slider-wrap {
  position: relative;
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}
.page-experience .article-desc .slider-wrap .img-slider {
  width: 100%;
}
.page-experience .article-desc .slider-wrap .img-slider .slider-item .img {
  position: relative;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-experience .article-desc .slider-wrap .img-slider .slider-item .img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 66%;
}
.page-experience .article-desc .desc-txt {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 45px auto 0;
}
@media screen and (max-width: 600px) {
  .page-experience .article-desc .desc-txt {
    margin-top: 30px;
  }
}
.page-experience .article-desc .desc-txt p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  color: #333333;
}
.page-experience .article-desc ul.sdgs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .page-experience .article-desc ul.sdgs-list {
    margin-top: 20px;
  }
}
.page-experience .article-desc ul.sdgs-list li {
  display: block;
  width: 40px;
  height: 40px;
  margin: 3px;
}
.page-experience .article-program_point {
  position: relative;
  max-width: 870px;
  width: 100%;
  margin: 150px auto 0;
}
@media screen and (max-width: 767px) {
  .page-experience .article-program_point {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .page-experience .article-program_point {
    margin-top: 100px;
  }
}
.page-experience .article-program_point h3 {
  position: relative;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #5084AD;
  padding: 0 0 20px;
}
@media screen and (max-width: 600px) {
  .page-experience .article-program_point h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.page-experience .article-program_point h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 100px;
  height: 6px;
  background-image: url(../img/sdgs-water/img_line01.png);
}
.page-experience .article-program_point .program_point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8%;
     -moz-column-gap: 8%;
          column-gap: 8%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-experience .article-program_point .program_point-list {
    display: block;
    margin-top: 40px;
  }
}
.page-experience .article-program_point .program_point-list .program_point-item {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .page-experience .article-program_point .program_point-list .program_point-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-experience .article-program_point .program_point-list .program_point-item:not(:first-child) {
    margin-top: 40px;
  }
}
.page-experience .article-program_point .program_point-list .program_point-item .num {
  position: relative;
  font-family: voltage, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  padding: 40px 0 20px;
  background-image: url(../img/sdgs-water/img_program_point_ttl.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .page-experience .article-program_point .program_point-list .program_point-item .num {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 30px 0 10px;
  }
}
.page-experience .article-program_point .program_point-list .program_point-item .num span {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  margin-top: 2.5px;
}
@media screen and (max-width: 600px) {
  .page-experience .article-program_point .program_point-list .program_point-item .num span {
    font-size: 26px;
    font-size: 2.6rem;
    margin-top: 0;
  }
}
.page-experience .article-program_point .program_point-list .program_point-item .desc {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  color: #808080;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 999px) {
  .page-experience .article-program_point .program_point-list .program_point-item .desc {
    margin-top: 20px;
  }
}
.page-experience .article-program {
  position: relative;
  max-width: 720px;
  width: 100%;
  margin: 150px auto 0;
  padding: 50px 90px 70px;
  background-color: rgba(80, 132, 173, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 999px) {
  .page-experience .article-program {
    padding: 50px 10% 70px;
  }
}
@media screen and (max-width: 600px) {
  .page-experience .article-program {
    margin-top: 100px;
    padding: 30px 8% 40px;
  }
}
.page-experience .article-program h3 {
  position: relative;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #5084AD;
  padding: 50px 0 20px;
}
@media screen and (max-width: 600px) {
  .page-experience .article-program h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.page-experience .article-program h3::before, .page-experience .article-program h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-experience .article-program h3::before {
  top: 0;
  width: 36px;
  height: 40px;
  background-image: url(../img/sdgs-water/img_program_ttl.png);
}
.page-experience .article-program h3::after {
  bottom: 0;
  width: 100px;
  height: 6px;
  background-image: url(../img/sdgs-water/img_line01.png);
}
.page-experience .article-program ul.program-list {
  position: relative;
  counter-reset: num;
  margin-top: 30px;
}
.page-experience .article-program ul.program-list li {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: left;
  padding-left: 65px;
}
@media screen and (max-width: 600px) {
  .page-experience .article-program ul.program-list li {
    padding-left: 60px;
  }
}
.page-experience .article-program ul.program-list li:not(:first-child) {
  padding-top: 30px;
}
@media screen and (max-width: 600px) {
  .page-experience .article-program ul.program-list li:not(:first-child) {
    padding-top: 15px;
  }
}
.page-experience .article-program ul.program-list li:not(:first-child)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 20px;
  width: 1px;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 1;
}
.page-experience .article-program ul.program-list li:last-child::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 1px;
  height: calc(100% - 30px - 53px);
  background-color: rgba(80, 132, 173, 0.1);
  z-index: 1;
}
.page-experience .article-program ul.program-list li span {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #719BBC;
}
@media screen and (max-width: 999px) {
  .page-experience .article-program ul.program-list li span {
    padding-top: 5px;
  }
}
@media screen and (max-width: 600px) {
  .page-experience .article-program ul.program-list li span {
    padding-top: 0;
  }
}
.page-experience .article-program ul.program-list li span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -65px;
  width: 40px;
  height: 53px;
  background-image: url(../img/sdgs-water/img_program_num.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .page-experience .article-program ul.program-list li span::before {
    left: -60px;
  }
}
.page-experience .article-program ul.program-list li span::after {
  counter-increment: num;
  content: counter(num);
  display: block;
  position: absolute;
  top: 0.5em;
  left: -65px;
  font-family: voltage, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  width: 40px;
  z-index: 3;
}
@media screen and (max-width: 600px) {
  .page-experience .article-program ul.program-list li span::after {
    left: -60px;
  }
}
.page-experience .article-info {
  position: relative;
  max-width: 720px;
  width: 100%;
  margin: 70px auto 0;
}
@media screen and (max-width: 600px) {
  .page-experience .article-info {
    margin-top: 40px;
  }
}
.page-experience .article-info .info-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #B3B3B3;
}
.page-experience .article-info .info-table th, .page-experience .article-info .info-table td {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
  text-align: left;
  padding: 20px;
}
.page-experience .article-info .info-table th {
  color: #FFFFFF;
  background-color: #5084AD;
  border-bottom: 1px solid #B3B3B3;
}
.page-experience .article-info .info-table td {
  border-bottom: 1px solid #B3B3B3;
}
.page-experience .article-program_contents {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 150px auto 0;
}
@media screen and (max-width: 600px) {
  .page-experience .article-program_contents {
    margin-top: 100px;
  }
}
.page-experience .article-program_contents h3 {
  position: relative;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #5084AD;
  padding: 50px 0 20px;
}
@media screen and (max-width: 600px) {
  .page-experience .article-program_contents h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.page-experience .article-program_contents h3::before, .page-experience .article-program_contents h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-experience .article-program_contents h3::before {
  top: 0;
  width: 29px;
  height: 37px;
  background-image: url(../img/sdgs-water/img_contents_ttl.svg);
}
.page-experience .article-program_contents h3::after {
  bottom: 0;
  width: 100px;
  height: 6px;
  background-image: url(../img/sdgs-water/img_line01.png);
}
.page-experience .article-program_contents .program_contents-list {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .page-experience .article-program_contents .program_contents-list {
    margin-top: 40px;
  }
}
.page-experience .article-program_contents .program_contents-list .program_contents-item:not(:first-child) {
  margin-top: 70px;
}
@media screen and (max-width: 600px) {
  .page-experience .article-program_contents .program_contents-list .program_contents-item:not(:first-child) {
    margin-top: 50px;
  }
}
.page-experience .article-program_contents .program_contents-list .program_contents-item h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  margin: 0 55px;
}
@media screen and (max-width: 600px) {
  .page-experience .article-program_contents .program_contents-list .program_contents-item h4 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0;
  }
}
.page-experience .article-program_contents .program_contents-list .program_contents-item h4 span {
  display: inline-block;
  background-color: #5084AD;
  border-radius: 20px 20px 0 0;
  padding: 15px 30px;
}
@media screen and (max-width: 999px) {
  .page-experience .article-program_contents .program_contents-list .program_contents-item h4 span {
    border-radius: 15px 15px 0 0;
    padding: 10px 20px;
  }
}
.page-experience .article-program_contents .program_contents-list .program_contents-item .program_contents-item__wrapper {
  border: 2px solid #5084AD;
  padding: 40px 60px 60px;
}
@media screen and (max-width: 999px) {
  .page-experience .article-program_contents .program_contents-list .program_contents-item .program_contents-item__wrapper {
    padding: 30px 8% 40px;
  }
}
.page-experience .article-program_contents .program_contents-list .program_contents-item .program_contents-item__wrapper .check-list li {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  padding-left: 25px;
}
@media screen and (max-width: 600px) {
  .page-experience .article-program_contents .program_contents-list .program_contents-item .program_contents-item__wrapper .check-list li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-experience .article-program_contents .program_contents-list .program_contents-item .program_contents-item__wrapper .check-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #333;
}
.page-experience .article-program_contents .program_contents-list .program_contents-item .program_contents-item__wrapper .check-list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 16px;
  height: 8px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page-experience .article-program_contents .program_contents-list .program_contents-item .program_contents-item__wrapper .check-list li:not(:first-child) {
  margin-top: 5px;
}
.page-experience .article-program_contents .program_contents-list .program_contents-item .program_contents-item__wrapper .program_contents-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 999px) {
  .page-experience .article-program_contents .program_contents-list .program_contents-item .program_contents-item__wrapper .program_contents-item__inner {
    display: block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .page-experience .article-program_contents .program_contents-list .program_contents-item .program_contents-item__wrapper .program_contents-item__inner {
    margin-top: 15px;
  }
}
.page-experience .article-program_contents .program_contents-list .program_contents-item .program_contents-item__wrapper .program_contents-item__inner .item-img {
  width: 45%;
}
@media screen and (max-width: 999px) {
  .page-experience .article-program_contents .program_contents-list .program_contents-item .program_contents-item__wrapper .program_contents-item__inner .item-img {
    width: 100%;
  }
}
.page-experience .article-program_contents .program_contents-list .program_contents-item .program_contents-item__wrapper .program_contents-item__inner .item-img .img-slider {
  width: 100%;
}
.page-experience .article-program_contents .program_contents-list .program_contents-item .program_contents-item__wrapper .program_contents-item__inner .item-img .img-slider .slider-item .img {
  position: relative;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-experience .article-program_contents .program_contents-list .program_contents-item .program_contents-item__wrapper .program_contents-item__inner .item-img .img-slider .slider-item .img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 66%;
}
.page-experience .article-program_contents .program_contents-list .program_contents-item .program_contents-item__wrapper .program_contents-item__inner .item-txt {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .page-experience .article-program_contents .program_contents-list .program_contents-item .program_contents-item__wrapper .program_contents-item__inner .item-txt {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .page-experience .article-program_contents .program_contents-list .program_contents-item .program_contents-item__wrapper .program_contents-item__inner .item-txt {
    margin-top: 15px;
  }
}
.page-experience .article-program_contents .program_contents-list .program_contents-item .program_contents-item__wrapper .program_contents-item__inner .item-txt .txt-summary {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .page-experience .article-program_contents .program_contents-list .program_contents-item .program_contents-item__wrapper .program_contents-item__inner .item-txt .txt-summary {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.page-experience .article-flow {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 150px auto 0;
}
@media screen and (max-width: 600px) {
  .page-experience .article-flow {
    margin-top: 100px;
  }
}
.page-experience .article-flow h3 {
  position: relative;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #5084AD;
  padding: 50px 0 20px;
}
@media screen and (max-width: 600px) {
  .page-experience .article-flow h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.page-experience .article-flow h3::before, .page-experience .article-flow h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-experience .article-flow h3::before {
  top: 0;
  width: 36px;
  height: 40px;
  background-image: url(../img/sdgs-water/img_flow_ttl.png);
}
.page-experience .article-flow h3::after {
  bottom: 0;
  width: 100px;
  height: 6px;
  background-image: url(../img/sdgs-water/img_line01.png);
}
.page-experience .article-flow .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}
@media screen and (max-width: 999px) {
  .page-experience .article-flow .flow-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .page-experience .article-flow .flow-list {
    margin-top: 60px;
  }
}
.page-experience .article-flow .flow-list .flow-item {
  position: relative;
  width: 32%;
  background-color: rgba(80, 132, 173, 0.1);
  border-radius: 10px;
  margin-bottom: 60px;
  padding: 30px 25px 25px;
}
@media screen and (max-width: 999px) {
  .page-experience .article-flow .flow-list .flow-item {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .page-experience .article-flow .flow-list .flow-item {
    width: 100%;
  }
}
.page-experience .article-flow .flow-list .flow-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -38px;
  left: 50%;
  width: 25px;
  height: 38px;
  background-image: url(../img/sdgs-water/img_flow_top.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-experience .article-flow .flow-list .flow-item:not(.page-experience .article-flow .flow-list .flow-item:nth-child(3n)) {
  margin-right: 2%;
}
@media screen and (max-width: 999px) {
  .page-experience .article-flow .flow-list .flow-item:not(.page-experience .article-flow .flow-list .flow-item:nth-child(3n)) {
    margin-right: 0;
  }
}
.page-experience .article-flow .flow-list .flow-item .num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: voltage, sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0;
  color: #5084AD;
}
.page-experience .article-flow .flow-list .flow-item .num::before, .page-experience .article-flow .flow-list .flow-item .num::after {
  content: "";
  height: 6px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-experience .article-flow .flow-list .flow-item .num::before {
  margin-right: 1rem;
  background-image: url(../img/sdgs-water/img_line01.png);
}
.page-experience .article-flow .flow-list .flow-item .num::after {
  margin-left: 1rem;
  background-image: url(../img/sdgs-water/img_line02.png);
}
.page-experience .article-flow .flow-list .flow-item .num span {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  padding-left: 0.25em;
}
.page-experience .article-flow .flow-list .flow-item h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  text-align: center;
  margin-top: 5px;
}
.page-experience .article-flow .flow-list .flow-item h4 span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.page-experience .article-flow .flow-list .flow-item img {
  margin-top: 15px;
}
.page-experience .article-flow .flow-list .flow-item .desc {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  color: #808080;
  text-align: left;
  margin-top: 15px;
}
.page-experience .article-btn {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .page-experience .article-btn {
    margin-top: 30px;
  }
}
.page-experience .article-btn .btn-list {
  max-width: 400px;
}
@media screen and (max-width: 999px) {
  .page-experience .article-btn .btn-list {
    max-width: 300px;
  }
}
.page-experience .article-btn .btn-list a:not(:first-child) {
  margin-top: 20px;
}
.page-experience .slick-dots {
  position: relative;
  bottom: initial;
  font-size: 0;
  line-height: 0;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.page-experience .slick-dots > li:first-child:last-child {
  display: none;
}
.page-experience .slick-dots li {
  position: relative;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  margin: 0;
  margin: 0 4px;
}
.page-experience .slick-dots li button {
  position: relative;
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.page-experience .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #DBD9D2;
  border-radius: 50%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.page-experience .slick-dots li.slick-active button::before {
  background-color: #5084AD;
}
/*# sourceMappingURL=sdgs-water.css.map */