@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


     csr


============================================================================= */
.cha {
  padding: 100px 0;
}

.pl {
  padding-bottom: 160px;
}

.pl-container {
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fix {
  overflow: hidden;
  position: relative;
}

.leftmenu {
  max-height: calc(100vh - 80px - 30px);
  max-width: 260px;
  overflow-y: auto;
  width: 260px;
}

.leftmenu-item {
  border-top: 1px solid #231815;
}
.leftmenu-item.child {
  border-top: 1px solid #cbcbcb;
}
.leftmenu-item.child a {
  font-size: 1.6rem;
  padding: 12px 0;
}
.leftmenu-item.child:nth-last-of-type(1) {
  border-bottom: none;
}
.leftmenu-item:nth-last-of-type(1) {
  border-bottom: 1px solid #231815;
}
.leftmenu-item a {
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  padding: 15px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.leftmenu-item a span {
  font-family: "Barlow", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
}
.leftmenu-item a:hover, .leftmenu-item a.active {
  background: rgba(215, 235, 211, 0.2);
  color: #2b9212;
}

.leftmenu-child {
  padding-left: 40px;
}

.leftmenu.is-fixed {
  bottom: auto;
  position: fixed;
  top: 110px;
}

.leftmenu.is-fixed_end {
  margin-top: auto;
}

.plbox {
  margin-left: auto;
  width: calc(100% - 320px);
}

.pl-ttlbox {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pl-num {
  font-family: "Barlow", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}

.pl-ttl {
  font-size: 4.8rem;
  font-weight: bold;
}

.pl-contents {
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.pl-contents + .pl-contents {
  border-top: 1px solid #231815;
  padding-top: 80px;
}
.pl-contents + .pl-contents .pl-ttlbox {
  padding-top: 50px;
}

.pl-contents {
  padding-bottom: 60px;
}
.pl-contents + .pl-contents {
  border-top: 1px solid #231815;
  margin-top: 60px;
  padding-top: 60px;
}

.inner-ttl {
  color: #2b9212;
  font-size: 2.8rem;
  font-weight: bold;
  padding-bottom: 10px;
}

.inner-contents {
  margin-top: 60px;
}

.inner-content {
  border-top: 2px solid #cbcbcb;
  margin-top: 12px;
  padding-top: 32px;
}

.pl-img {
  width: 100%;
}
.pl-img img {
  width: 100%;
}
.pl-img figcaption {
  display: inline-block;
  margin-top: 0.5em;
}

.pl-ttlbox {
  margin-top: 20px;
}

.pl-txt {
  line-height: 1.75;
  margin-top: 1em;
}

.eco-imgs {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.eco-img {
  max-width: calc(50% - 15px);
}

.eco-txt {
  line-height: 1.75;
  margin-top: 1.5em;
}

.action-img {
  margin: 20px auto 0;
  width: 70%;
}

.action-pdf {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.action-pdf p {
  border-bottom: 2px solid #231815;
}
.action-pdf:hover {
  opacity: 0.7;
}
.action-pdf:hover span:before {
  height: 60px;
  width: 60px;
}
.action-pdf span {
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 40px;
}
.action-pdf span img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
}
.action-pdf span:before {
  background: #2b9212;
  border-radius: inherit;
  content: "";
  height: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  transition: 0.2s;
  width: 40px;
}

.area-txt {
  margin-top: 1.5em;
}

.area-head {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 2em;
}

.area {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.area-img {
  max-width: 420px;
  width: 50%;
}
.area-img figcaption {
  margin-top: 1em;
}

.area-certificate {
  max-width: 400px;
}
.area-certificate figcaption {
  margin-top: 1em;
  width: 100%;
}
.area-certificate img {
  display: block;
  margin: auto;
  max-width: 220px;
}

.clean {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.clean-img {
  max-width: 420px;
  width: 50%;
}

.clean-txt {
  padding-left: 20px;
  width: 50%;
}

.cap-txt {
  line-height: 1.75;
}

.school-imgs {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}

.school-img {
  width: calc(50% - 15px);
}

.tb-content-list {
  margin-top: 20px;
}

.tb-content-item {
  border-top: 1px solid #cbcbcb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
}
.tb-content-item:nth-last-of-type(1) {
  border-bottom: 1px solid #cbcbcb;
}
.tb-content-item dt {
  font-size: 2rem;
  font-weight: bold;
  min-width: 8em;
  width: 8em;
}
.tb-content-item dd {
  width: calc(100% - 8em);
}
.tb-content-item dd p {
  padding-left: 1.75em;
  text-indent: -1.75em;
}

.sdgs-head {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 20px;
}

.sdgs-txt {
  margin-top: 1em;
}

.sdgs-img {
  margin: 20px auto 0;
}

.sdgs-item-ttl {
  font-size: 2rem;
  font-weight: bold;
}

.sdgs-item {
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}

.sdgs-item-icon {
  width: 180px;
}

.sdgs-item-txt {
  width: calc(100% - 200px);
}

.sdgs-itembox + .sdgs-itembox {
  margin-top: 32px;
}

.tb-figures {
  background: rgba(215, 235, 211, 0.7019607843);
  margin-top: 20px;
  padding: 20px;
  position: relative;
  text-align: center;
}

.tb-figure-ttl {
  font-size: 2rem;
  font-weight: bold;
  left: 10px;
  position: absolute;
  text-align: left;
  top: 10px;
  width: 100%;
}

.tb-figure-item {
  font-weight: bold;
  text-align: center;
}
.tb-figure-item span {
  background: #fff;
  display: inline-block;
  min-width: 190px;
  padding: 12px;
}

.tb-figure-item.mb {
  margin: 40px auto;
}

.tb-figure-items {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.tb-figure-member {
  gap: 12px;
  display: grid;
  font-size: 2rem;
  grid-template-columns: repeat(9, 1fr);
  margin-top: 20px;
}

.tb-figure-mem {
  background: #e9e9e9;
  font-weight: bold;
  padding: 12px 0;
  text-align: center;
}

@media (max-width: 1228px){
  .pl-container {
    gap: 40px;
  }
  .leftmenu {
    max-height: calc(100vh - 80px - 30px);
    width: 200px;
  }
  .leftmenu-item a {
    font-size: 2rem;
  }
  .leftmenu-item a span {
    font-size: 2rem;
  }
  .plbox {
    width: calc(100% - 240px);
  }
  .pl-num {
    font-size: 2rem;
  }
  .pl-ttl {
    font-size: 3rem;
  }
  .inner-ttl {
    font-size: 2.2rem;
  }
  .area-head {
    font-size: 2.4rem;
  }
  .area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .area-img {
    margin: auto;
    width: 80%;
  }
  .area-certificate {
    margin: 0px auto 0;
    position: relative;
    right: 0;
  }
  .clean {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .clean-img {
    margin: auto;
    width: 85%;
  }
  .clean-txt {
    margin: auto;
    margin-top: 1em;
    padding-left: 0;
    width: 85%;
  }
  .sdgs-head {
    font-size: 2.2rem;
  }
  .tb-figures {
    padding-top: 40px;
  }
  .tb-figure-ttl {
    font-size: 1.8rem;
  }
  .tb-figure-item {
    font-size: 1.8rem;
  }
  .tb-figure-item span {
    min-width: 130px;
  }
  .tb-figure-member {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px){
  .cha {
    padding: 50px 0;
  }
  .pl {
    padding-bottom: 80px;
  }
  .pl-container {
    gap: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .leftmenu {
    margin: auto;
    max-height: unset;
    max-width: 400px;
    width: 80%;
  }
  .leftmenu-item.child a {
    font-size: 1.4rem;
  }
  .leftmenu-item a {
    font-size: 1.6rem;
  }
  .leftmenu-item a span {
    font-size: 1.6rem;
  }
  .plbox {
    width: 100%;
  }
  .pl-num {
    font-size: 1.6rem;
  }
  .pl-ttl {
    font-size: 2.2rem;
  }
  .pl-contents {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .pl-contents + .pl-contents {
    padding-top: 25px;
  }
  .pl-contents + .pl-contents .pl-ttlbox {
    padding-top: 25px;
  }
  .pl-contents + .pl-contents {
    margin-top: 25px;
  }
  .inner-ttl {
    font-size: 1.8rem;
  }
  .eco-imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .eco-img {
    max-width: 480px;
    width: 100%;
  }
  .eco-img {
    margin: auto;
    max-width: 480px;
    width: 50%;
  }
  .action-img {
    min-width: 280px;
  }
  .area-head {
    font-size: 1.8rem;
    margin-top: 1.5em;
  }
  .area-img {
    margin: auto;
    max-width: 420px;
    width: 100%;
  }
  .area-certificate {
    max-width: 320px;
    width: 100%;
  }
  .area-certificate img {
    width: 50%;
  }
  .clean-img {
    margin: auto;
    max-width: 420px;
    width: 100%;
  }
  .clean-txt {
    width: 100%;
  }
  .school-imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 32px auto 0;
    max-width: 540px;
  }
  .school-img {
    width: 100%;
  }
  .tb-content-item dt {
    font-size: 1.5rem;
  }
  .tb-content-item dd {
    font-size: 1.3rem;
  }
  .sdgs-head {
    font-size: 1.8rem;
  }
  .sdgs-item-ttl {
    font-size: 1.6rem;
  }
  .sdgs-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sdgs-item-icon {
    margin: auto;
    width: 120px;
  }
  .sdgs-item-txt {
    width: 100%;
  }
  .tb-figure-item {
    font-size: 1.4rem;
  }
  .tb-figure-item span {
    min-width: 80px;
  }
  .tb-figure-item.mb {
    margin: 20px auto;
  }
  .tb-figure-member {
    font-size: 1.4rem;
  }
}

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