:root {
  --viewport-width: 100vw;
  --b: calc(var(--viewport-width) / 160);
}

@media screen and (max-width: 550px) {
  :root {
    --viewport-width: max(100vw, 550px);
    --b: calc(var(--viewport-width) / 55);
  }
}
#mezzanine2 .property {
  border-top: none;
  border-bottom: 4px solid #007440;
  background: linear-gradient(to top, #dbf2e9 0%, #fdfffe 80%);
}
#mezzanine2 .merit {
  padding-top: 11rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .merit {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
#mezzanine2 .merit__title {
  text-align: center;
}
#mezzanine2 .merit__title h3 {
  color: #007440;
  font-size: max(2.6rem, 24px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .merit__title h3 {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
}
#mezzanine2 .merit__title > p {
  position: relative;
  display: inline-block;
  font-size: max(1.8rem, 16px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 4.5rem;
  padding: 0 3rem;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .merit__title > p {
    font-size: 16px;
    margin-top: 30px;
    padding: 0 20px;
  }
}
#mezzanine2 .merit__title > p img:nth-of-type(1), #mezzanine2 .merit__title > p img:nth-of-type(2) {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 70%;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .merit__title > p img:nth-of-type(1), #mezzanine2 .merit__title > p img:nth-of-type(2) {
    height: 50%;
  }
}
#mezzanine2 .merit__title > p img:nth-of-type(1) {
  left: 0;
}
#mezzanine2 .merit__title > p img:nth-of-type(2) {
  right: 0;
}
#mezzanine2 .merit__wrapper1 {
  gap: 1rem;
  display: flex;
  align-items: center;
  margin-top: 10.5rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1000px) {
  #mezzanine2 .merit__wrapper1 {
    gap: 5rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  #mezzanine2 .merit__wrapper1 {
    gap: 25px;
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
#mezzanine2 .merit__wrapper1 .imageBox {
  width: 72rem;
}
@media screen and (max-width: 1000px) {
  #mezzanine2 .merit__wrapper1 .imageBox {
    width: 100%;
  }
}
#mezzanine2 .merit__wrapper1 .imageBox img {
  width: 100%;
}
#mezzanine2 .merit__wrapper1 .listBox ol {
  gap: 3rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  #mezzanine2 .merit__wrapper1 .listBox ol {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media screen and (max-width: 550px) {
  #mezzanine2 .merit__wrapper1 .listBox ol {
    gap: 15px;
    flex-direction: column;
  }
}
#mezzanine2 .merit__wrapper1 .listBox ol li {
  gap: 3rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  #mezzanine2 .merit__wrapper1 .listBox ol li {
    gap: 5px;
    width: calc(50% - 1.5rem);
    align-items: start;
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  #mezzanine2 .merit__wrapper1 .listBox ol li {
    width: 100%;
  }
}
#mezzanine2 .merit__wrapper1 .listBox ol li b {
  color: #007440;
  font-size: max(2.2rem, 18px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .merit__wrapper1 .listBox ol li b {
    font-size: 18px;
  }
}
#mezzanine2 .merit__wrapper1 .listBox ol li b span {
  color: inherit;
  font-size: max(5.2rem, 36px);
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  padding-left: 10px;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .merit__wrapper1 .listBox ol li b span {
    font-size: 36px;
  }
}
#mezzanine2 .merit__wrapper1 .listBox ol li p {
  flex: 1;
  font-size: max(1.3rem, 13px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .merit__wrapper1 .listBox ol li p {
    font-size: 13px;
  }
}
#mezzanine2 .merit__wrapper1 .listBox ol li p strong {
  display: block;
  color: #007440;
  font-size: max(1.6rem, 14px);
  font-weight: inherit;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .merit__wrapper1 .listBox ol li p strong {
    font-size: 14px;
  }
}
#mezzanine2 .merit__wrapper2 {
  gap: 5px;
  display: flex;
  flex-direction: column;
}
#mezzanine2 .merit__wrapper2--inner {
  display: flex;
}
#mezzanine2 .merit__wrapper2--inner:nth-of-type(1) .textBox {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 1% 5%;
  background: #007440;
}
@media screen and (max-width: 1000px) {
  #mezzanine2 .merit__wrapper2--inner:nth-of-type(1) .textBox {
    padding: 2.5% 5%;
  }
}
@media screen and (max-width: 550px) {
  #mezzanine2 .merit__wrapper2--inner:nth-of-type(1) .textBox {
    padding: 10% 5%;
  }
}
#mezzanine2 .merit__wrapper2--inner:nth-of-type(1) .textBox h3 {
  display: block;
  color: #fff;
  font-size: max(2.6rem, 21px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.3em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .merit__wrapper2--inner:nth-of-type(1) .textBox h3 {
    font-size: 21px;
    letter-spacing: 0.2em;
  }
}
#mezzanine2 .merit__wrapper2--inner:nth-of-type(1) .textBox p {
  color: #fff;
  line-height: 2.4;
}
#mezzanine2 .merit__wrapper2--inner:nth-of-type(1) .imageBox img {
  width: auto;
  height: 100%;
  -o-object-position: right center;
     object-position: right center;
}
@media screen and (max-width: 1000px) {
  #mezzanine2 .merit__wrapper2--inner:nth-of-type(1) .imageBox img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  #mezzanine2 .merit__wrapper2--inner:nth-of-type(1) {
    flex-direction: column;
  }
}
#mezzanine2 .merit__wrapper2--inner:nth-of-type(2) {
  gap: 5px;
  display: flex;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .merit__wrapper2--inner:nth-of-type(2) {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 550px) {
  #mezzanine2 .merit__wrapper2--inner:nth-of-type(2) img {
    width: calc(50% - 2.5px);
  }
}
#mezzanine2 .space {
  position: relative;
  padding-top: 16.5rem;
  padding-bottom: 19.5rem;
  background: linear-gradient(to bottom, #dbf2e9 0%, #fdfffe 80%);
  z-index: 0;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .space {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
#mezzanine2 .space .deco1 {
  top: 0;
  right: 0;
  width: 42rem;
  z-index: -1;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .space .deco1 {
    width: 200px;
  }
}
#mezzanine2 .space .deco2 {
  bottom: 0;
  left: 0;
  width: 42rem;
  z-index: -1;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .space .deco2 {
    width: 200px;
  }
}
#mezzanine2 .space h3 {
  text-align: center;
  color: #007440;
  font-size: max(2.6rem, 24px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .space h3 {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
}
#mezzanine2 .space__wrapper1 {
  gap: 5rem;
  display: flex;
  margin-top: 10rem;
  margin-bottom: 12.5rem;
}
@media screen and (max-width: 1000px) {
  #mezzanine2 .space__wrapper1 {
    flex-direction: column;
    padding: 0 10%;
  }
}
@media screen and (max-width: 550px) {
  #mezzanine2 .space__wrapper1 {
    gap: 50px;
    margin-top: 50px;
    margin-bottom: 90px;
    padding: 0;
  }
}
#mezzanine2 .space__wrapper1 .plan {
  min-width: 210px;
}
@media screen and (max-width: 1000px) {
  #mezzanine2 .space__wrapper1 .plan {
    gap: 5rem;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 550px) {
  #mezzanine2 .space__wrapper1 .plan {
    gap: 25px;
  }
}
#mezzanine2 .space__wrapper1 .plan__inner {
  padding: 0 5%;
}
@media screen and (max-width: 1000px) {
  #mezzanine2 .space__wrapper1 .plan__inner {
    padding: 0;
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  #mezzanine2 .space__wrapper1 .plan__inner {
    width: max(55%, 180px);
  }
}
#mezzanine2 .space__wrapper1 .plan__inner b {
  position: relative;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: max(1.8rem, 14px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 3rem;
  background: #007440;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .space__wrapper1 .plan__inner b {
    font-size: 14px;
    padding: 20px;
  }
}
#mezzanine2 .space__wrapper1 .plan__inner b::before, #mezzanine2 .space__wrapper1 .plan__inner b::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 21%;
}
#mezzanine2 .space__wrapper1 .plan__inner b::before {
  width: 1px;
  height: 12.5rem;
  background: #007440;
  transform: translateY(100%) scaleY(0);
  transform-origin: top;
  transition: transform 0.5s cubic-bezier(0.03, 0.29, 0.24, 0.72);
}
@media screen and (max-width: 1000px) {
  #mezzanine2 .space__wrapper1 .plan__inner b::before {
    height: 19rem;
  }
}
@media screen and (max-width: 550px) {
  #mezzanine2 .space__wrapper1 .plan__inner b::before {
    height: 125px;
  }
}
#mezzanine2 .space__wrapper1 .plan__inner b::after {
  width: 10px;
  aspect-ratio: 1/1;
  background: #007440;
  border-radius: 50%;
  transform: translate(calc(-50% + 0.5px), calc(12.5rem + 50%)) scale(0);
  opacity: 0;
  transform-origin: center center;
  transition: all 0.5s cubic-bezier(0.03, 0.29, 0.24, 0.72) 0.6s;
}
@media screen and (max-width: 1000px) {
  #mezzanine2 .space__wrapper1 .plan__inner b::after {
    transform: translate(calc(-50% + 0.5px), calc(19rem + 50%)) scale(0);
  }
}
@media screen and (max-width: 550px) {
  #mezzanine2 .space__wrapper1 .plan__inner b::after {
    transform: translate(calc(-50% + 0.5px), calc(125px + 50%)) scale(0);
  }
}
#mezzanine2 .space__wrapper1 .plan__inner b.active::before {
  transform: translateY(100%) scaleY(1);
}
#mezzanine2 .space__wrapper1 .plan__inner b.active::after {
  opacity: 1;
  transform: translate(calc(-50% + 0.5px), calc(12.5rem + 50%)) scale(1);
}
@media screen and (max-width: 1000px) {
  #mezzanine2 .space__wrapper1 .plan__inner b.active::after {
    transform: translate(calc(-50% + 0.5px), calc(19rem + 50%)) scale(1);
  }
}
@media screen and (max-width: 550px) {
  #mezzanine2 .space__wrapper1 .plan__inner b.active::after {
    transform: translate(calc(-50% + 0.5px), calc(125px + 50%)) scale(1);
  }
}
#mezzanine2 .space__wrapper1 .plan__inner--imageBox {
  position: relative;
  margin: 5rem 0;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .space__wrapper1 .plan__inner--imageBox {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
#mezzanine2 .space__wrapper1 .plan__inner--imageBox img {
  width: 100%;
}
#mezzanine2 .space__wrapper1 .plan__inner--imageBox span {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
  color: #007440;
  font-size: max(2.2rem, 18px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .space__wrapper1 .plan__inner--imageBox span {
    font-size: 18px;
  }
}
#mezzanine2 .space__wrapper1 .plan p {
  font-size: max(1.8rem, 14px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  #mezzanine2 .space__wrapper1 .plan p {
    flex: 1;
  }
}
@media screen and (max-width: 550px) {
  #mezzanine2 .space__wrapper1 .plan p {
    font-size: 14px;
  }
}
#mezzanine2 .space__wrapper1 .imageBox {
  gap: 3rem 5px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .space__wrapper1 .imageBox {
    gap: 20px;
  }
}
#mezzanine2 .space__wrapper1 .imageBox__inner {
  opacity: 0;
  transform: translateY(10%);
  width: calc(50% - 2.5px);
}
@media screen and (max-width: 550px) {
  #mezzanine2 .space__wrapper1 .imageBox__inner {
    width: 100%;
  }
}
#mezzanine2 .space__wrapper1 .imageBox__inner span {
  display: block;
  color: #007440;
  font-size: max(1.9rem, 12px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .space__wrapper1 .imageBox__inner span {
    font-size: 12px;
    margin-top: 10px;
  }
}
#mezzanine2 .space__wrapper2 {
  gap: 5px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .space__wrapper2 {
    gap: 50px;
  }
}
#mezzanine2 .space__wrapper2--inner {
  display: flex;
}
#mezzanine2 .space__wrapper2--inner:nth-of-type(1) .textBox {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-width: 410px;
  padding: 1% 5%;
  background: #007440;
}
@media screen and (max-width: 1000px) {
  #mezzanine2 .space__wrapper2--inner:nth-of-type(1) .textBox {
    padding: 2.5% 5%;
  }
}
@media screen and (max-width: 550px) {
  #mezzanine2 .space__wrapper2--inner:nth-of-type(1) .textBox {
    padding: 10% 5%;
    min-width: 100%;
  }
}
#mezzanine2 .space__wrapper2--inner:nth-of-type(1) .textBox h3 {
  display: block;
  color: #fff;
  font-size: max(2.6rem, 21px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.3em;
  text-align: left;
  margin-bottom: 2rem;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .space__wrapper2--inner:nth-of-type(1) .textBox h3 {
    font-size: 21px;
    letter-spacing: 0.2em;
  }
}
#mezzanine2 .space__wrapper2--inner:nth-of-type(1) .textBox p {
  color: #fff;
  line-height: 2.4;
}
#mezzanine2 .space__wrapper2--inner:nth-of-type(1) .imageBox img {
  width: auto;
  height: 100%;
  -o-object-position: right center;
     object-position: right center;
}
@media screen and (max-width: 1000px) {
  #mezzanine2 .space__wrapper2--inner:nth-of-type(1) .imageBox img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  #mezzanine2 .space__wrapper2--inner:nth-of-type(1) {
    flex-direction: column;
  }
}
#mezzanine2 .space__wrapper2--inner:nth-of-type(2) {
  gap: 5px;
  display: flex;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .space__wrapper2--inner:nth-of-type(2) {
    gap: 20px;
    flex-wrap: wrap;
  }
}
#mezzanine2 .space__wrapper2--inner:nth-of-type(2) .imageBox {
  text-align: center;
  flex: 1;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .space__wrapper2--inner:nth-of-type(2) .imageBox {
    min-width: 100%;
  }
}
#mezzanine2 .space__wrapper2--inner:nth-of-type(2) .imageBox span {
  color: #007440;
  font-size: max(1.9rem, 12px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 550px) {
  #mezzanine2 .space__wrapper2--inner:nth-of-type(2) .imageBox span {
    font-size: 12px;
  }
}/*# sourceMappingURL=mezzanine2.css.map */