<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import "../css/reset.css";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300&amp;display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import "../css/animsition.css";
/* =========================================================
@extendされるパーツ
========================================================= */
/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
.isBorderBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 62.5%;
  /* ローディングの背景部分のCSS */
  /* ローディングのアニメーション部分のCSS */
}
html ul li {
  list-style: none;
}
html br.non-pc {
  display: none;
}
@media screen and (max-width: 768px) {
  html br.non-pc {
    display: inline;
  }
}
html br.non-sp {
  display: inline;
}
@media screen and (max-width: 768px) {
  html br.non-sp {
    display: none;
  }
}
html a,
html button {
  cursor: pointer;
  -webkit-transition: linear all 0.2s;
  transition: linear all 0.2s;
}
html a:hover,
html button:hover {
  opacity: 0.7;
}
html .loader {
  background: #f7f7f3;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
html .sk-fading-circle {
  width: 50px;
  height: 50px;
  position: relative;
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
html .sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
html .sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #10d151;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
html .sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
html .sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
html .sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
html .sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
html .sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}
html .sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
html .sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}
html .sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}
html .sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
html .sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}
html .sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}
html .sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
html .sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
html .sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
html .sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
html .sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
html .sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
html .sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
html .sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
html .sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
html .sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
html .sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

#sdgs {
  background-image: url(../images/bg01.jpg);
  background-repeat: repeat;
  background-size: 1600px auto;
  color: #535353;
  width: 100%;
}
#sdgs #wrp {
  width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 1020px) {
  #sdgs #wrp {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #sdgs #wrp {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #sdgs #wrp header {
    height: 90px;
    overflow: hidden;
  }
}
#sdgs #wrp header .inr-spacer {
  width: 100%;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1020px) {
  #sdgs #wrp header .inr-spacer {
    padding: 25px 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #sdgs #wrp header .inr-spacer {
    padding: 25px 0 0 20px;
  }
}
#sdgs #wrp header .inr-spacer h1.logo a {
  display: inline-block;
  width: 180px;
  height: 40px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp header .inr-spacer h1.logo a {
    height: 36px;
  }
}
#sdgs #wrp header .inr-spacer nav {
  width: calc( 100% - 180px );
}
@media screen and (max-width: 1020px) {
  #sdgs #wrp header .inr-spacer nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #sdgs #wrp header .inr-spacer nav {
    display: none;
  }
}
#sdgs #wrp header .inr-spacer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 40px;
  padding-right: 45px;
}
#sdgs #wrp header .inr-spacer nav ul li {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
#sdgs #wrp header .inr-spacer nav ul li.recycle:after, #sdgs #wrp header .inr-spacer nav ul li.rental:after {
  content: "";
  background-color: #bdbdbd;
  width: 1px;
  height: 80%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sdgs #wrp header .inr-spacer nav ul li.other {
  margin-right: 35px;
}
#sdgs #wrp header .inr-spacer nav ul li.contact {
  padding: 0 20px 0;
  height: 35px;
  color: #fff;
  background-color: #63d789;
  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;
  border-radius: 5px;
  -webkit-transition: ease all 0.2s;
  transition: ease all 0.2s;
  border: solid #63d789 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sdgs #wrp header .inr-spacer nav ul li.contact:hover {
  background-color: #fff;
  border: solid #63d789 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sdgs #wrp header .inr-spacer nav ul li.contact:hover a {
  color: #63d789;
}
#sdgs #wrp header .inr-spacer nav ul li.contact a {
  color: #fff;
}
#sdgs #wrp header .inr-spacer nav ul li:not(.contact) a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -8px;
  background-color: #fec1ae;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: ease transform 0.2s;
  transition: ease transform 0.2s;
}
#sdgs #wrp header .inr-spacer nav ul li:not(.contact) a:hover {
  color: #000;
}
#sdgs #wrp header .inr-spacer nav ul li:not(.contact) a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#sdgs #wrp header .inr-spacer nav ul li a {
  color: #535353;
  text-decoration: none;
  font-size: 1.6rem;
  position: relative;
}
#sdgs #wrp .main-vis-wrp.is-inview .inr-spacer {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#sdgs #wrp .main-vis-wrp.is-inview .inr-spacer .copy {
  opacity: 1;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
#sdgs #wrp .main-vis-wrp .inr-spacer {
  width: 100%;
  height: 515px;
  background-image: url(../images/main-vis.png);
  background-repeat: no-repeat;
  background-position: 50% top;
  background-size: 939px auto;
  position: relative;
  -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) all 1.2s;
  transition: cubic-bezier(0.25, 1, 0.5, 1) all 1.2s;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-vis-wrp .inr-spacer {
    background-size: 140% auto;
    width: 100vw;
    height: 100vw;
    background-position: 50% 50%;
  }
}
#sdgs #wrp .main-vis-wrp .inr-spacer .copy {
  width: 787px;
  height: 117px;
  background-image: url(../images/main-copy.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: 70px;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) all 1.2s;
  transition: cubic-bezier(0.25, 1, 0.5, 1) all 1.2s;
  opacity: 0;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-vis-wrp .inr-spacer .copy {
    width: 90%;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
@media screen and (max-width: 1020px) {
  #sdgs #wrp .main-content-wrp {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp {
    padding: 20px 20px;
  }
}
#sdgs #wrp .main-content-wrp .content-sec {
  padding: 70px;
  background-color: #fff;
  border-radius: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0;
  visibility: hidden;
}
#sdgs #wrp .main-content-wrp .content-sec.scroll-in {
  visibility: visible;
  -webkit-animation: boxScaleUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards;
          animation: boxScaleUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec {
    padding: 20px;
  }
}
#sdgs #wrp .main-content-wrp .content-sec:not(:last-child) {
  margin-bottom: 40px;
}
#sdgs #wrp .main-content-wrp .content-sec .inr-spacer .hdr {
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
#sdgs #wrp .main-content-wrp .content-sec .inr-spacer .hdr.scroll-in {
  visibility: visible;
  -webkit-animation: fadeInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
          animation: fadeInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
}
#sdgs #wrp .main-content-wrp .content-sec .inr-spacer .hdr h2.ttl {
  color: #26466d;
  font-size: 2.6rem;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 auto 30px;
  z-index: 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec .inr-spacer .hdr h2.ttl {
    font-size: 1.8rem;
    margin: 0 auto 20px;
  }
}
#sdgs #wrp .main-content-wrp .content-sec .inr-spacer .hdr h2.ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #fde67c));
  background: linear-gradient(transparent 65%, #fde67c 0%);
  display: inline;
  padding: 0 4px 4px;
}
#sdgs #wrp .main-content-wrp .content-sec .inr-spacer .hdr .lead {
  margin: 0 0 50px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec .inr-spacer .hdr .lead {
    margin: 0 0 30px;
  }
}
#sdgs #wrp .main-content-wrp .content-sec .inr-spacer .hdr .lead p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec .inr-spacer .hdr .lead p {
    font-size: 1.4rem;
  }
}
#sdgs #wrp .main-content-wrp .content-sec .inr-spacer .set-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec .inr-spacer .set-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sdgs #wrp .main-content-wrp .content-sec .inr-spacer .set-wrp .ph {
  width: 50%;
  visibility: hidden;
  opacity: 0;
}
#sdgs #wrp .main-content-wrp .content-sec .inr-spacer .set-wrp .ph.scroll-in {
  visibility: visible;
  -webkit-animation: fadeInLeft 1s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
          animation: fadeInLeft 1s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec .inr-spacer .set-wrp .ph {
    width: 100%;
    margin-bottom: 30px;
  }
}
#sdgs #wrp .main-content-wrp .content-sec .inr-spacer .set-wrp .ph img {
  max-width: 100%;
  width: 100%;
}
#sdgs #wrp .main-content-wrp .content-sec .inr-spacer .set-wrp .txt {
  width: 50%;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  visibility: hidden;
  opacity: 0;
}
#sdgs #wrp .main-content-wrp .content-sec .inr-spacer .set-wrp .txt.scroll-in {
  visibility: visible;
  -webkit-animation: fadeInRight 1s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
          animation: fadeInRight 1s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec .inr-spacer .set-wrp .txt {
    padding: 0 0 0 0;
    width: 100%;
  }
}
#sdgs #wrp .main-content-wrp .content-sec .inr-spacer .set-wrp .txt h3.sttl {
  font-size: 2.3rem;
  margin-bottom: 15px;
  color: #26466d;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec .inr-spacer .set-wrp .txt h3.sttl {
    font-size: 1.6rem;
  }
}
#sdgs #wrp .main-content-wrp .content-sec .inr-spacer .set-wrp .txt p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec .inr-spacer .set-wrp .txt p {
    font-size: 1.4rem;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .txt {
  width: 100%;
  padding: 0 0 0 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .txt {
    margin-bottom: 30px;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .txt ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .txt ul li {
  list-style: none;
  width: calc( ( 100% - 90px ) / 3 );
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .txt ul li {
    width: 100%;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .txt ul li:not(:last-child) {
  margin-right: 45px;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .txt ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .txt ul li h3 {
  background-color: #63d789;
  color: #fff;
  margin: 0 0 20px;
  font-size: 1.8rem;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .txt ul li h3 {
    font-size: 1.5rem;
    padding: 10px;
    margin: 0 0 15px;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .txt ul li p {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .txt ul li p {
    font-size: 1.3rem;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .ph {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .ph {
    margin-bottom: 40px;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .ph .figure-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .ph .figure-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .ph .figure-list li {
  width: 144px;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .ph .figure-list li {
    width: 33.333%;
    overflow: hidden;
    aspect-ratio: 1/1;
  }
  #sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .ph .figure-list li img {
    width: 100%;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .ph .figure-list li:not(:last-child) {
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .ph .figure-list li:not(:last-child) {
    margin-right: 0;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .about-uniform {
  padding: 25px 30px;
  background-color: #fec1ae;
  color: #fff;
  border-radius: 10px;
  line-height: 1.8;
  visibility: hidden;
  opacity: 0;
}
#sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .about-uniform.scroll-in {
  visibility: visible;
  -webkit-animation: fadeInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
          animation: fadeInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .about-uniform {
    padding: 15px 15px;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .about-uniform h3 {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .about-uniform h3 {
    font-size: 1.3rem;
    margin-bottom: 7px;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#recycle .set-wrp .about-uniform ul li {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
#sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .ph {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .ph {
    margin-bottom: 40px;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .ph .figure-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .ph .figure-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .ph .figure-list li {
  width: 144px;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .ph .figure-list li {
    width: 33.333%;
    overflow: hidden;
    aspect-ratio: 1/1;
  }
  #sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .ph .figure-list li img {
    width: 100%;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .ph .figure-list li:not(:last-child) {
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .ph .figure-list li:not(:last-child) {
    margin-right: 0;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .txt {
  width: 100%;
  padding: 0 0 0 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .txt {
    margin-bottom: 20px;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .txt ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .txt ul li {
  list-style: none;
  width: 100%;
}
#sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .txt ul li h3 {
  background-color: #63d789;
  color: #fff;
  margin: 0 0 20px;
  font-size: 1.8rem;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .txt ul li h3 {
    font-size: 1.5rem;
    margin: 0 0 15px;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .txt ul li p {
  font-size: 1.3rem;
}
#sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .btm-link {
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
#sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .btm-link.scroll-in {
  visibility: visible;
  -webkit-animation: fadeInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
          animation: fadeInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
}
#sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .btm-link a {
  font-size: 1.5rem;
  line-height: 55px;
  display: inline-block;
  width: auto;
  padding: 0 40px;
  background-color: rgba(102, 102, 102, 0.6);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  border: #fff solid 1px;
  -webkit-transition: ease all 0.2s;
  transition: ease all 0.2s;
}
#sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .btm-link a:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #666;
  border: #666 solid 1px;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .btm-link a {
    padding: 10px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .btm-link a .material-icons {
  margin-left: 10px;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 55px;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#rental .set-wrp .btm-link a .material-icons {
    margin-left: 7px;
    font-size: 1.3rem;
    line-height: inherit;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#other .hdr {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#other .hdr {
    margin-bottom: 0;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#other .set-wrp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#sdgs #wrp .main-content-wrp .content-sec#other .set-wrp .ph {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#other .set-wrp .ph {
    margin-bottom: 40px;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#other .set-wrp .ph .figure-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#other .set-wrp .ph .figure-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#other .set-wrp .ph .figure-list li {
  width: 144px;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#other .set-wrp .ph .figure-list li {
    width: 33.333%;
    overflow: hidden;
    aspect-ratio: 1/1;
  }
  #sdgs #wrp .main-content-wrp .content-sec#other .set-wrp .ph .figure-list li img {
    width: 100%;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#other .set-wrp .ph .figure-list li:not(:last-child) {
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#other .set-wrp .ph .figure-list li:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#other .set-wrp.btm .ph {
    margin-bottom: 0;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#other .set-wrp .txt {
  width: 100%;
  padding: 0 0 0 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#other .set-wrp .txt {
    margin-bottom: 30px;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#other .set-wrp .txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sdgs #wrp .main-content-wrp .content-sec#other .set-wrp .txt ul li {
  list-style: none;
  width: 100%;
}
#sdgs #wrp .main-content-wrp .content-sec#other .set-wrp .txt ul li h3 {
  background-color: #63d789;
  color: #fff;
  margin: 0 0 20px;
  font-size: 1.8rem;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp .main-content-wrp .content-sec#other .set-wrp .txt ul li h3 {
    font-size: 1.5rem;
    margin: 0 0 15px;
  }
}
#sdgs #wrp .main-content-wrp .content-sec#other .set-wrp .txt ul li p {
  font-size: 1.3rem;
}
#sdgs #wrp footer .inr-spacer {
  padding: 80px 0 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sdgs #wrp footer .inr-spacer {
    padding: 30px 20px 50px;
  }
}
#sdgs #wrp footer .inr-spacer small {
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Oswald", sans-serif;
}
#sdgs #drawer-menu {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fde67c;
  color: #26466d;
  z-index: 110;
  padding: 0 0;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}
#sdgs #drawer-menu .inner-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
#sdgs #drawer-menu .inner-wrp h1 {
  margin-bottom: 30px;
}
#sdgs #drawer-menu .inner-wrp h1 a {
  display: inline-block;
  width: 180px;
  height: 40px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#sdgs #drawer-menu .inner-wrp .menu-wrp li {
  text-align: center;
  width: 500px;
}
@media screen and (max-width: 768px) {
  #sdgs #drawer-menu .inner-wrp .menu-wrp li {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#sdgs #drawer-menu .inner-wrp .menu-wrp li a {
  display: inline-block;
  line-height: 50px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  color: #26466d;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #sdgs #drawer-menu .inner-wrp .menu-wrp li a {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
#sdgs.drawer-opened {
  top: 0;
}
@media screen and (max-width: 768px) {
  #sdgs.drawer-opened #wrp {
    top: 0%;
  }
}
#sdgs.drawer-opened #drawer-menu {
  top: 0%;
}
#sdgs.drawer-opened #overlay {
  display: block;
  z-index: 101;
  opacity: 0.4;
  right: 0;
  top: 0;
}
#sdgs .sp-menu-btn-wrp {
  position: fixed;
  top: 29px;
  right: 25px;
  z-index: 111;
}
@media screen and (min-width: 1021px) {
  #sdgs .sp-menu-btn-wrp {
    display: none;
  }
}
@media screen and (max-width: 1020px) {
  #sdgs .sp-menu-btn-wrp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #sdgs .sp-menu-btn-wrp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #sdgs .sp-menu-btn-wrp {
    top: 22px;
    right: 15px;
  }
}
#sdgs .sp-menu-btn-wrp .menu-trigger,
#sdgs .sp-menu-btn-wrp .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sdgs .sp-menu-btn-wrp .menu-trigger {
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 子要素をflexboxで揃える */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  background-color: #fff;
  border-radius: 50%;
  border: #26466d solid 2px;
}
#sdgs .sp-menu-btn-wrp .menu-trigger .menu-trigger-inr {
  position: relative;
  width: 20px;
  height: 15px;
}
#sdgs .sp-menu-btn-wrp .menu-trigger .menu-trigger-inr span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #26466d;
}
#sdgs .sp-menu-btn-wrp .menu-trigger .menu-trigger-inr span:nth-of-type(1) {
  top: 0px;
}
#sdgs .sp-menu-btn-wrp .menu-trigger .menu-trigger-inr span:nth-of-type(2) {
  top: 7px;
}
#sdgs .sp-menu-btn-wrp .menu-trigger .menu-trigger-inr span:nth-of-type(3) {
  bottom: 0px;
}
#sdgs.drawer-opened .sp-menu-btn-wrp .menu-trigger .menu-trigger-inr span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}
#sdgs.drawer-opened .sp-menu-btn-wrp .menu-trigger .menu-trigger-inr span:nth-of-type(2) {
  opacity: 0;
}
#sdgs.drawer-opened .sp-menu-btn-wrp .menu-trigger .menu-trigger-inr span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
#sdgs #overlay {
  display: block;
  z-index: 101;
  opacity: 0;
  background: #f7f7f7;
  top: -100%;
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-transition: all 100ms cubic-bezier(1, 0, 0, 1);
  transition: all 100ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes boxScaleUp {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    border-radius: 15px;
    -webkit-box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.01), 0 5px 6.1px rgba(0, 0, 0, 0.01), 0 10.1px 11.4px rgba(0, 0, 0, 0.01), 0 19.2px 19.8px rgba(0, 0, 0, 0.01), 0 38.4px 34.8px rgba(0, 0, 0, 0.01), 0 101px 74px rgba(0, 0, 0, 0.01);
            box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.01), 0 5px 6.1px rgba(0, 0, 0, 0.01), 0 10.1px 11.4px rgba(0, 0, 0, 0.01), 0 19.2px 19.8px rgba(0, 0, 0, 0.01), 0 38.4px 34.8px rgba(0, 0, 0, 0.01), 0 101px 74px rgba(0, 0, 0, 0.01);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes boxScaleUp {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    border-radius: 15px;
    -webkit-box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.01), 0 5px 6.1px rgba(0, 0, 0, 0.01), 0 10.1px 11.4px rgba(0, 0, 0, 0.01), 0 19.2px 19.8px rgba(0, 0, 0, 0.01), 0 38.4px 34.8px rgba(0, 0, 0, 0.01), 0 101px 74px rgba(0, 0, 0, 0.01);
            box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.01), 0 5px 6.1px rgba(0, 0, 0, 0.01), 0 10.1px 11.4px rgba(0, 0, 0, 0.01), 0 19.2px 19.8px rgba(0, 0, 0, 0.01), 0 38.4px 34.8px rgba(0, 0, 0, 0.01), 0 101px 74px rgba(0, 0, 0, 0.01);
  }
  40%, 100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>