@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.js-scrollable {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.js-scrollable::-webkit-scrollbar {
  display: none;
}

@media (max-width: 767px) {
  .js-scrollable {
    padding: 0 20px;
  }
}

button, figcaption {
  font-family: 'Lato', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
}

@media (max-width: 767px) {
  .c_pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .c_sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .read {
    padding: 0 65px;
  }
}

.read__txt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .read__txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714em;
  }
}

@media (max-width: 767px) {
  .shisetsu {
    margin-bottom: 93px;
  }
}

.shisetsu__txt {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.6315em;
  letter-spacing: 0.025em;
  font-weight: 700;
  width: 100%;
  max-width: 705px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  .shisetsu__txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714em;
    padding: 0 10px;
    text-align: justify;
  }
}

.shisetsu__img {
  position: relative;
  width: 100%;
  max-width: 840px;
  margin: 65px auto 0;
}

@media (max-width: 767px) {
  .shisetsu__img {
    padding: 0 10px;
    margin-top: 32px;
  }
}

.shisetsu__img figcaption {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1em;
  letter-spacing: 0.075em;
  font-weight: 700;
  color: #fff;
  display: block;
  position: absolute;
  left: 12px;
  bottom: 13px;
}

@media (max-width: 767px) {
  .shisetsu__img figcaption {
    font-size: 12px;
    font-size: 1.2rem;
    left: 17px;
    bottom: 6px;
  }
}

.plant,
.panel {
  width: calc(100% - 40px);
  margin: 0 auto 10rem;
  max-width: 1200px;
}

@media (max-width: 767px) {
  .plant,
  .panel {
    width: 100%;
  }
}

.plant__main,
.panel__main {
  position: relative;
}

.plant__ttl,
.panel__ttl {
  background: #D7000F;
  font-size: 22.6px;
  font-size: 2.26rem;
  line-height: 1em;
  letter-spacing: 0.215em;
  font-weight: 700;
  color: #fff;
  width: fit-content;
  padding: 0 45px 0 42px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: -44px;
  margin: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .plant__ttl,
  .panel__ttl {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5333em;
    text-indent: -1.2em;
    height: 70px;
    top: -35px;
    letter-spacing: 0.1em;
    padding: 0 35px 0 38px;
  }
}

.plant__mainimg,
.panel__mainimg {
  position: relative;
}

.plant__mainimg figcaption,
.panel__mainimg figcaption {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1em;
  letter-spacing: 0.075em;
  font-weight: 700;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 27px;
  left: 30px;
}

@media (max-width: 767px) {
  .plant__mainimg figcaption,
  .panel__mainimg figcaption {
    font-size: 12px;
    font-size: 1.2rem;
    bottom: 6px;
    left: 8px;
  }
}

.plant__txt,
.panel__txt {
  margin: 63px auto 0;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.6315em;
  letter-spacing: 0.025em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .plant__txt,
  .panel__txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714em;
    padding: 0 20px;
    margin-top: 17px;
    text-align: justify;
  }
}

.plant__map,
.panel__map {
  position: relative;
  margin-top: 100px;
  padding: 0 60px 0 84px;
  width: 1200px;
}

@media (max-width: 767px) {
  .plant__map,
  .panel__map {
    margin-top: 58px;
    width: 740px;
  }
}

.plant__map__btn,
.panel__map__btn {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #333;
  display: block;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  border: none;
  background: none;
  border-radius: 0;
  text-align: left;
  font-feature-settings: "palt";
  position: absolute;
  width: max-content;
  cursor: pointer;
}

@media (max-width: 767px) {
  .plant__map__btn,
  .panel__map__btn {
    font-size: 10px;
    font-size: 1rem;
    padding-left: 17px;
  }
}

.plant__map__btn ._num,
.panel__map__btn ._num {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #D7000F;
}

@media (max-width: 767px) {
  .plant__map__btn ._num,
  .panel__map__btn ._num {
    width: 13px;
    height: 13px;
    font-size: 8px;
    font-size: 0.8rem;
  }
}

.plant__map__btn small,
.panel__map__btn small {
  font-size: 90%;
}

.plant__map__list,
.panel__map__list {
  border: 1px solid #969696;
  position: absolute;
  top: 17px;
  left: 85px;
  display: flex;
  flex-wrap: wrap;
  padding: 21px 16px 16px 24px;
  max-width: 348px;
  gap: 14px 28px;
}

@media (max-width: 767px) {
  .plant__map__list,
  .panel__map__list {
    gap: 9px 20px;
    top: -66px;
    left: 0;
    padding: 14px 8px 12px 16px;
    max-width: 240px;
  }
}

.plant__map__list li,
.panel__map__list li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14.5px;
  font-size: 1.45rem;
  line-height: 1em;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .plant__map__list li,
  .panel__map__list li {
    font-size: 10px;
    font-size: 1rem;
    gap: 4px;
  }
}

.plant__map__list li:before,
.panel__map__list li:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #111;
}

@media (max-width: 767px) {
  .plant__map__list li:before,
  .panel__map__list li:before {
    width: 11px;
    height: 11px;
  }
}

.plant__list,
.panel__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .plant__list,
  .panel__list {
    margin-top: 75px;
    padding: 0 20px;
  }
}

.plant__item,
.panel__item {
  cursor: pointer;
  position: relative;
  width: calc(14.2857% - 8.5714px);
  transition: 0.3s;
}

@media (hover: hover) {
  .plant__item:hover,
  .panel__item:hover {
    opacity: 0.5;
  }
}

@media (max-width: 767px) {
  .plant__item,
  .panel__item {
    width: calc(50% - 5px);
  }
}

.plant__item__img span,
.panel__item__img span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #D7000F;
}

@media (max-width: 767px) {
  .plant {
    margin-bottom: 56px;
  }
}

.plant__map {
  margin-top: 100px;
  padding: 0 65px 0 79px;
}

@media (max-width: 767px) {
  .plant__map {
    margin-top: 125px;
    padding: 0px 40px 0px 53px;
  }
}

.plant__map__btn[data-pop="0"] {
  top: 29.25%;
  left: 0%;
}

.plant__map__btn[data-pop="1"] {
  top: 58%;
  left: 0%;
}

.plant__map__btn[data-pop="2"] {
  top: 41%;
  left: 6.5%;
}

.plant__map__btn[data-pop="3"] {
  top: 39.5%;
  left: 28.75%;
}

.plant__map__btn[data-pop="4"] {
  top: 53%;
  left: 32%;
}

.plant__map__btn[data-pop="5"] {
  top: 60%;
  left: 39%;
}

.plant__map__btn[data-pop="6"] {
  top: 49%;
  left: 52.5%;
}

.plant__map__btn[data-pop="7"] {
  top: 79.5%;
  left: 53.75%;
}

.plant__map__btn[data-pop="8"] {
  top: 28.5%;
  left: 68.25%;
}

.plant__map__btn[data-pop="9"] {
  top: 0;
  left: 44.5%;
}

.plant__map__btn[data-pop="10"] {
  top: 36.5%;
  left: 74.25%;
}

.plant__map__btn[data-pop="11"] {
  top: 79%;
  left: 75.5%;
}

.plant__map__btn[data-pop="12"] {
  top: 32%;
  left: 82.75%;
}

.plant__map__btn[data-pop="13"] {
  top: 72%;
  left: 93%;
  letter-spacing: 0;
}

.plant__map__btn[data-pop="14"] {
  top: 84%;
  left: 93%;
  letter-spacing: 0;
}

.plant__map__list li:nth-child(1), .plant__map__list li:nth-child(4) {
  width: 110px;
}

@media (max-width: 767px) {
  .plant__map__list li:nth-child(1), .plant__map__list li:nth-child(4) {
    width: 77px;
  }
}

.plant__map__list li:nth-child(1):before {
  background: #AEC4E0;
}

.plant__map__list li:nth-child(2):before {
  background: #E9B8B7;
}

.plant__map__list li:nth-child(3):before {
  background: #89C097;
}

.plant__map__list li:nth-child(4):before {
  background: #F0B864;
}

.plant__map__list li:nth-child(5):before {
  background: #FFF0AF;
}

.panel {
  margin-bottom: 14.3rem;
}

@media (max-width: 767px) {
  .panel {
    margin-bottom: 80px;
  }
}

.panel__mainimg figcaption {
  color: #111;
  bottom: 18px;
  left: 20px;
}

@media (max-width: 767px) {
  .panel__mainimg figcaption {
    bottom: 6px;
    left: 8px;
  }
}

@media (max-width: 767px) {
  .panel__ttl {
    height: 48px;
    top: -22px;
  }
}

.panel__txt {
  margin-top: 77px;
}

@media (max-width: 767px) {
  .panel__txt {
    margin-top: 17px;
  }
}

.panel__map {
  margin-top: 219px;
  padding: 0;
}

@media (max-width: 767px) {
  .panel__map {
    width: 768px;
    margin-top: 128px;
  }
}

.panel__map__btn[data-pop="1"] {
  top: 19%;
  left: 0;
}

@media (max-width: 767px) {
  .panel__map__btn[data-pop="1"] {
    top: 17%;
  }
}

.panel__map__btn[data-pop="2"] {
  top: 28.5%;
  left: 12.25%;
}

@media (max-width: 767px) {
  .panel__map__btn[data-pop="2"] {
    top: 25.5%;
  }
}

.panel__map__btn[data-pop="3"] {
  top: 2.25%;
  left: 23.75%;
}

@media (max-width: 767px) {
  .panel__map__btn[data-pop="3"] {
    top: 0;
  }
}

.panel__map__btn[data-pop="4"] {
  top: 26.5%;
  left: 44%;
}

@media (max-width: 767px) {
  .panel__map__btn[data-pop="4"] {
    top: 23.5%;
  }
}

.panel__map__btn[data-pop="5"] {
  top: 14.25%;
  left: 60.25%;
}

@media (max-width: 767px) {
  .panel__map__btn[data-pop="5"] {
    top: 11.25%;
  }
}

.panel__map__btn[data-pop="6"] {
  top: 38.5%;
  left: 87.5%;
}

.panel__map__btn[data-pop="7"] {
  top: 67.75%;
  left: 40%;
}

.panel__map__btn[data-pop="8"] {
  top: 71.75%;
  left: 73.75%;
}

.panel__map__btn[data-pop="9"] {
  top: 72.75%;
  left: 93.15%;
}

.panel__map__list {
  top: auto;
  bottom: 103%;
  left: 0;
  padding: 20px 16px 21px 21px;
  max-width: 244px;
  gap: 12px 20px;
}

@media (max-width: 767px) {
  .panel__map__list {
    padding: 13px 0px 14px 16px;
    top: -92px;
    bottom: auto;
    max-width: 169px;
    gap: 8px 12px;
  }
}

.panel__map__list li:nth-child(1):before {
  background: #FFF0AF;
}

.panel__map__list li:nth-child(2):before {
  background: #89C097;
}

.panel__map__list li:nth-child(3):before {
  background: #F0B864;
}

.panel__map__list li:nth-child(4):before {
  background: #AEC4E0;
}

.panel__list {
  margin-top: 33px;
}

@media (max-width: 767px) {
  .panel__list {
    margin-top: 44px;
  }
}

.shizai {
  width: calc(100% - 40px);
  margin: 0 auto 15rem;
  max-width: 1200px;
}

@media (max-width: 767px) {
  .shizai {
    margin-bottom: 60px;
  }
}

.shizai__desc {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.6315em;
  letter-spacing: 0.025em;
  font-weight: 700;
  width: fit-content;
  max-width: 705px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  .shizai__desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714em;
    text-align: justify;
    padding: 0 10px;
    width: 100%;
  }
}

.shizai__list {
  display: flex;
  gap: 5%;
  margin-top: 48px;
}

@media (max-width: 767px) {
  .shizai__list {
    margin-top: 24px;
    flex-wrap: wrap;
    gap: 28px 35px;
    padding: 0 10px;
  }
}

.shizai__list li {
  width: 21.1666%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  .shizai__list li {
    width: calc(50% - 17.5px);
  }
}

.shizai__list li figure {
  width: 100%;
}

.shizai__list li figure figcaption {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-top: 18px;
}

@media (max-width: 767px) {
  .shizai__list li figure figcaption {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 6px;
  }
}

.shizai__txt {
  max-width: 1030px;
  width: 100%;
  margin: 53px auto 0;
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.909em;
  letter-spacing: 0.025em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .shizai__txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714em;
    margin-top: 35px;
    text-align: justify;
  }
}

.ukeire {
  margin-bottom: 21.5rem;
}

@media (max-width: 767px) {
  .ukeire {
    margin-bottom: 104px;
  }
}

.ukeire__ttl {
  margin-bottom: 0;
}

.ukeire__main {
  display: flex;
  position: relative;
  gap: 5px;
  margin-top: 110px;
}

@media (max-width: 767px) {
  .ukeire__main {
    margin-top: 58px;
    gap: 5px;
    flex-direction: column;
  }
}

.ukeire__wave {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #D7000F;
  bottom: calc(100% - 2px);
  left: 10px;
}

@media (max-width: 767px) {
  .ukeire__wave {
    font-size: 13px;
    font-size: 1.3rem;
    gap: 6px;
    bottom: calc(100% - 4px);
    left: 2px;
  }
}

.ukeire__wave:after {
  content: '';
  width: 242px;
  height: 24px;
  background-image: url("../images/reuse-work/wave.svg");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: block;
}

@media (max-width: 767px) {
  .ukeire__wave:after {
    width: 135px;
    height: 13px;
  }
}

.ukeire__txt {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.909em;
  letter-spacing: 0.02em;
  font-weight: 400;
  display: block;
  margin-top: 38px;
}

@media (max-width: 767px) {
  .ukeire__txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714em;
    margin-top: 17px;
    text-align: justify;
  }
}

.recycle {
  margin-bottom: 15rem;
}

@media (max-width: 767px) {
  .recycle {
    margin-bottom: 85px;
  }
}

.recycle__ttl {
  background: #D7000F;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1em;
  letter-spacing: 0.025em;
  font-weight: 400;
  height: 46px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .recycle__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    height: 35px;
    padding: 0 12px;
  }
}

.recycle__main {
  margin: 20px auto 0;
  width: 100%;
  max-width: 630px;
}

@media (max-width: 767px) {
  .recycle__main {
    margin-top: 16px;
  }
}

.license__ttl {
  margin-bottom: 0;
}

.license__list {
  width: 100%;
  max-width: 700px;
  border: 3px solid #C9CACA;
  margin: 65px auto 0;
  padding: 40px 50px 46px;
}

@media (max-width: 767px) {
  .license__list {
    margin-top: 27px;
    padding: 30px 6px 32px;
  }
}

.license__item {
  background-image: linear-gradient(to right, #111 4px, transparent 4px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  display: flex;
  align-items: center;
  padding: 28px 0 38px;
}

@media (max-width: 767px) {
  .license__item {
    background-image: linear-gradient(to right, #111 2px, transparent 2px);
    background-size: 4px 1px;
    padding: 25px 10px 26px 0;
  }
}

.license__item:first-child {
  padding-top: 0;
}

.license__item:last-child {
  padding-bottom: 0;
  background: none;
}

.license__item__link {
  color: #D7000F;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #D7000F;
  display: flex;
  align-items: center;
  width: 146px;
  transition: 0.3s;
  justify-content: space-between;
  gap: 0;
  padding: 0 36px 0 0;
}

@media (max-width: 767px) {
  .license__item__link {
    font-size: 14px;
    font-size: 1.4rem;
    width: 133px;
    padding: 0 23px;
  }
}

.license__item__link:after {
  content: '';
  display: block;
  width: 26px;
  height: 30px;
  background-image: url("../images/common/ico_pdf.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s;
}

@media (hover: hover) {
  .license__item__link:hover {
    text-decoration-color: transparent;
  }
  .license__item__link:hover:after {
    opacity: 0.5;
  }
}

.license__item__txt {
  width: calc(100% - 146px);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625em;
  letter-spacing: 0.025em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .license__item__txt {
    width: calc(100% - 133px);
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5384em;
    text-align: justify;
  }
}

.license__link {
  margin: 134px auto 0;
  width: 100%;
  max-width: 574px;
  background: #8F8F8F;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.66667em;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 50px 20px 40px;
  transition: opacity 1s, transform 1s, background-color 0.5s, color 0.5s, -webkit-transform 1s !important;
}

@media (hover: hover) {
  .license__link:hover {
    background: #D7000F;
  }
}

@media (max-width: 767px) {
  .license__link {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    height: 72px;
    padding: 0;
    margin-top: 50px;
  }
}

.c_pop {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: none;
}

.c_pop__cover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}

.c_pop__num {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  background: #D7000F;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
}

.c_pop__close {
  position: absolute;
  top: -45px;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.c_pop__close:before, .c_pop__close:after {
  content: '';
  width: 40px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
}

.c_pop__close:before {
  transform: rotate(45deg);
}

.c_pop__close:after {
  transform: rotate(-45deg);
}

.c_pop__prev, .c_pop__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 25px;
  background-color: transparent;
  background-image: url("../images/reuse-work/arrow_pop.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .c_pop__prev, .c_pop__next {
    width: 10px;
  }
}

.c_pop__prev {
  left: 10px;
}

.c_pop__next {
  right: 10px;
  transform: scale(-1, 1) translateY(-50%);
}

.c_pop__image {
  position: absolute;
  width: calc(100% - 40px);
  max-width: 500px;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .c_pop__image {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  }
}

.c_pop__image img {
  aspect-ratio: 500 / 374;
  display: block;
  object-fit: cover;
  width: 100%;
}

.c_pop__image figcaption {
  background: #D7000F;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 11px 16px;
  display: block;
}

@media (max-width: 767px) {
  .c_pop__image figcaption {
    padding: 9px 8px;
  }
}
