: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);
  }
}
.fixed-tab {
  width: 100%;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .fixed-tab {
    padding: 0;
    margin: 0;
    position: fixed;
    left: 0;
    bottom: 5%;
    width: 170px;
    z-index: 10000;
  }
}
@media screen and (max-width: 550px) {
  .fixed-tab {
    bottom: 11.5%;
  }
}
.fixed-tab button {
  display: none;
}
.fixed-tab button p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
}
.fixed-tab button span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-135deg);
  transition: transform 0.5s cubic-bezier(0.03, 0.29, 0.24, 0.72);
}
@media screen and (max-width: 768px) {
  .fixed-tab > button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: #007440;
  }
}
.fixed-tab__list {
  gap: 8px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .fixed-tab__list {
    gap: 0;
    flex-direction: column;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.03, 0.29, 0.24, 0.72);
  }
}
.fixed-tab__list--item {
  flex: 1;
  background: #def0ea;
}
@media screen and (max-width: 768px) {
  .fixed-tab__list--item:not(:last-of-type) {
    border-bottom: 2px dotted #007440;
  }
}
.fixed-tab__list--item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5% 10%;
  border-bottom: 5px solid #007440;
}
@media screen and (max-width: 768px) {
  .fixed-tab__list--item button {
    border-bottom: none;
    justify-content: center;
  }
}
.fixed-tab__list--item button p {
  color: #007440;
  font-size: max(1.6rem, 16px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fixed-tab__list--item button p {
    font-size: 14px;
  }
}
.fixed-tab__list--item button span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #007440;
  border-bottom: 2px solid #007440;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .fixed-tab__list--item button span {
    display: none;
  }
}
.fixed-tab.active > button span {
  transform: rotate(45deg);
}
.fixed-tab.active .fixed-tab__list {
  max-height: 500px;
  opacity: 1;
}

.feature {
  position: relative;
  padding-top: 9rem;
  padding-bottom: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  .feature {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.feature__wrapper {
  gap: 7.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .feature__wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .feature__wrapper {
    gap: 30px;
  }
}
.feature__wrapper--textBox {
  flex: 1;
}
.feature__wrapper--textBox h3 {
  letter-spacing: 0.15em;
}
.feature__wrapper--textBox h3 span {
  display: inline-block;
  color: inherit;
}
.feature__wrapper--textBox p {
  margin-top: 2.5rem;
  line-height: 2.5;
}
@media screen and (max-width: 550px) {
  .feature__wrapper--textBox p {
    margin-top: 30px;
  }
}
.feature__wrapper.wrapper1 .feature__wrapper--imageBox {
  width: 66.5rem;
  height: 40.5rem;
}
@media screen and (max-width: 1000px) {
  .feature__wrapper.wrapper1 .feature__wrapper--imageBox {
    width: 100%;
    height: auto;
  }
}
.feature__wrapper.wrapper2 {
  gap: 0;
  margin-top: 7.5rem;
}
.feature__wrapper.wrapper2 .feature__wrapper--title {
  min-width: 100%;
  background: #007440;
  display: grid;
  place-items: center;
  padding: 2rem 0;
}
.feature__wrapper.wrapper2 .feature__wrapper--title strong {
  color: #fff;
  font-size: max(2.1rem, 18px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 550px) {
  .feature__wrapper.wrapper2 .feature__wrapper--title strong {
    text-align: center;
    font-size: 18px;
  }
}
.feature__wrapper.wrapper2 .feature__wrapper--title strong span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.feature__wrapper.wrapper2 .feature__wrapper--detail {
  gap: 6rem;
  display: flex;
  align-items: center;
  padding: 8% 9.1%;
  background: #def0ea;
}
@media screen and (max-width: 1000px) {
  .feature__wrapper.wrapper2 .feature__wrapper--detail {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .feature__wrapper.wrapper2 .feature__wrapper--detail {
    gap: 30px;
    padding: 5%;
    padding-bottom: 50px;
  }
}
.feature__wrapper.wrapper2 .feature__wrapper--detail .left {
  flex: 1;
}
.feature__wrapper.wrapper2 .feature__wrapper--detail .left h3 {
  font-size: max(2.1rem, 18px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 550px) {
  .feature__wrapper.wrapper2 .feature__wrapper--detail .left h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.feature__wrapper.wrapper2 .feature__wrapper--detail .right {
  gap: 4rem;
  display: flex;
  flex-direction: column;
  height: 80%;
}
@media screen and (max-width: 1000px) {
  .feature__wrapper.wrapper2 .feature__wrapper--detail .right {
    width: 100%;
  }
}
.feature__wrapper.wrapper2 .feature__wrapper--detail .right .textBox {
  gap: 1rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .feature__wrapper.wrapper2 .feature__wrapper--detail .right .textBox {
    flex-direction: column;
  }
}
.feature__wrapper.wrapper2 .feature__wrapper--detail .right .textBox .textBox__inner {
  display: grid;
  place-items: center;
  height: auto;
  border: 1px solid #007440;
}
.feature__wrapper.wrapper2 .feature__wrapper--detail .right .textBox .textBox__inner p {
  color: #007440;
  font-size: max(1.4rem, 14px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  width: max(14rem, 100px);
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .feature__wrapper.wrapper2 .feature__wrapper--detail .right .textBox .textBox__inner p {
    width: 100%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 550px) {
  .feature__wrapper.wrapper2 .feature__wrapper--detail .right .textBox .textBox__inner p {
    font-size: 14px;
  }
}
.feature__wrapper.wrapper2 .feature__wrapper--detail .right .textBox strong {
  display: inline-block;
  width: 38rem;
  color: #007440;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .feature__wrapper.wrapper2 .feature__wrapper--detail .right .textBox strong {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .feature__wrapper.wrapper2 .feature__wrapper--detail .right .textBox strong {
    font-size: 49px;
  }
}
.feature__wrapper.wrapper2 .feature__wrapper--detail .right .textBox strong span {
  color: #007440;
  font-size: max(2.8rem, 20px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 550px) {
  .feature__wrapper.wrapper2 .feature__wrapper--detail .right .textBox strong span {
    font-size: 19px;
  }
}
.feature__wrapper.wrapper2 .feature__wrapper--detail .right .textBox strong span span {
  color: inherit;
  font-size: max(1.4rem, 10px);
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 550px) {
  .feature__wrapper.wrapper2 .feature__wrapper--detail .right .textBox strong span span {
    font-size: 9.5px;
  }
}
.feature__wrapper.wrapper2 .imageBox {
  width: 100%;
  display: flex;
}
.feature__wrapper.wrapper2 .imageBox img {
  min-width: 25%;
  height: 27.7rem;
}
@media screen and (max-width: 550px) {
  .feature__wrapper.wrapper2 .imageBox img {
    height: 146px;
  }
}
.feature__wrapper.wrapper3 {
  margin-top: 7.5rem;
}
@media screen and (max-width: 1000px) {
  .feature__wrapper.wrapper3 {
    margin-top: 10rem;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 550px) {
  .feature__wrapper.wrapper3 {
    margin-top: 70px;
  }
}
.feature__wrapper.wrapper3 .feature__wrapper--imageBox {
  width: 66rem;
}
@media screen and (max-width: 1000px) {
  .feature__wrapper.wrapper3 .feature__wrapper--imageBox {
    width: 100%;
  }
}
.feature__wrapper.wrapper3 .feature__wrapper--imageBox p {
  display: flex;
  align-items: center;
  color: #007440;
  font-size: max(1.5rem, 15px);
  font-weight: 600;
  line-height: 0;
  margin-bottom: 20px;
}
.feature__wrapper.wrapper3 .feature__wrapper--imageBox p::before {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 1/1;
  margin-right: 1rem;
  background-color: #007440;
}
.feature__wrapper.wrapper4 {
  margin-top: 7.5rem;
}
@media screen and (max-width: 1000px) {
  .feature__wrapper.wrapper4 {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 550px) {
  .feature__wrapper.wrapper4 {
    margin-top: 70px;
  }
}
.feature__wrapper.wrapper4 .feature__wrapper--imageBox {
  width: 66.5rem;
}
@media screen and (max-width: 1000px) {
  .feature__wrapper.wrapper4 .feature__wrapper--imageBox {
    width: 80%;
    margin: auto;
  }
}
.feature .deco1 {
  top: 0;
  left: 0;
  width: 26.3rem;
}
@media screen and (max-width: 550px) {
  .feature .deco1 {
    width: 180px;
  }
}
.feature .deco2 {
  bottom: 20%;
  right: 0;
  width: 40rem;
  z-index: -1;
}
@media screen and (max-width: 550px) {
  .feature .deco2 {
    bottom: 22%;
    width: 225px;
  }
}

.quality {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 12rem;
  border-top: 4px solid #007440;
  background: url(../../images/commit-quality-bg.webp), linear-gradient(to bottom, rgb(219, 242, 233) 100%, rgb(253, 255, 254) 0%);
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 550px) {
  .quality {
    padding-top: 50px;
    padding-bottom: 65px;
    background: url(../../images/min-commit-quality-bg.webp), linear-gradient(to bottom, rgb(219, 242, 233) 100%, rgb(253, 255, 254) 0%);
    background-size: 100% auto;
    background-position: top left;
    background-repeat: no-repeat;
  }
}
.quality > h4 {
  position: relative;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  color: #007440;
  font-size: max(2.9rem, 24px);
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .quality > h4 {
    font-size: 24px;
  }
}
.quality > h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 19px;
  height: 1px;
  background: #007440;
}
.quality > h4 span.segment {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin-top: 0;
}
.quality > p {
  font-size: max(1.2rem, 12px);
  margin-top: 15px;
}
.quality__wrapper {
  margin-top: 6.5rem;
}
@media screen and (max-width: 550px) {
  .quality__wrapper {
    margin-top: 60px;
  }
}
.quality__wrapper--title {
  width: 100%;
  padding: 3rem 0;
  background: #007440;
}
@media screen and (max-width: 550px) {
  .quality__wrapper--title {
    padding: 20px 0;
  }
}
.quality__wrapper--title strong {
  text-align: center;
  color: #fff;
  display: block;
  font-size: max(2.1rem, 21px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.3em;
}
.quality__wrapper--detail {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #fff;
}
@media screen and (max-width: 550px) {
  .quality__wrapper--detail {
    padding: 30px 10% 55px 10%;
  }
}
.quality__wrapper--detail .inner1,
.quality__wrapper--detail .inner2 {
  gap: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  .quality__wrapper--detail .inner1,
  .quality__wrapper--detail .inner2 {
    gap: 15px;
  }
}
.quality__wrapper--detail .inner1 .textBox,
.quality__wrapper--detail .inner2 .textBox {
  flex: 1;
}
.quality__wrapper--detail .inner1 .textBox h5,
.quality__wrapper--detail .inner2 .textBox h5 {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1000px) {
  .quality__wrapper--detail .inner1 .textBox h5,
  .quality__wrapper--detail .inner2 .textBox h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .quality__wrapper--detail .inner1 .textBox h5,
  .quality__wrapper--detail .inner2 .textBox h5 {
    letter-spacing: 0.15em;
  }
  .quality__wrapper--detail .inner1 .textBox h5.accent,
  .quality__wrapper--detail .inner2 .textBox h5.accent {
    letter-spacing: 0;
  }
}
.quality__wrapper--detail .inner1 .textBox h5 span,
.quality__wrapper--detail .inner2 .textBox h5 span {
  display: inline-block;
}
.quality__wrapper--detail .inner1 .textBox p,
.quality__wrapper--detail .inner2 .textBox p {
  font-size: max(1.2rem, 10px);
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .quality__wrapper--detail .inner1 .textBox p,
  .quality__wrapper--detail .inner2 .textBox p {
    font-size: 12px;
  }
}
@media screen and (max-width: 550px) {
  .quality__wrapper--detail .inner1 .textBox p,
  .quality__wrapper--detail .inner2 .textBox p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .quality__wrapper--detail .inner1 {
    flex-direction: column;
  }
}
.quality__wrapper--detail .inner1 .imageBox {
  width: 52rem;
  height: 30rem;
}
@media screen and (max-width: 1000px) {
  .quality__wrapper--detail .inner1 .imageBox {
    width: 100%;
    height: auto;
  }
  .quality__wrapper--detail .inner1 .imageBox img {
    width: 100%;
  }
}
.quality__wrapper--detail .inner2 {
  margin-top: 3rem;
}
@media screen and (max-width: 1000px) {
  .quality__wrapper--detail .inner2 {
    margin-top: 10rem;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 550px) {
  .quality__wrapper--detail .inner2 {
    margin-top: 55px;
  }
}
.quality__wrapper.wrapper1 .inner2 .imageBox, .quality__wrapper.wrapper2 .inner2 .imageBox {
  width: 32.4rem;
  height: 26.3rem;
}
@media screen and (max-width: 1000px) {
  .quality__wrapper.wrapper1 .inner2 .imageBox, .quality__wrapper.wrapper2 .inner2 .imageBox {
    width: 100%;
    height: auto;
  }
  .quality__wrapper.wrapper1 .inner2 .imageBox img, .quality__wrapper.wrapper2 .inner2 .imageBox img {
    width: 100%;
  }
}
.quality__wrapper .inner3 {
  width: 100%;
  display: flex;
  gap: 0;
  border: 1px solid #007440;
  margin-top: 10rem;
}
@media screen and (max-width: 1000px) {
  .quality__wrapper .inner3 {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .quality__wrapper .inner3 {
    margin-top: 35px;
  }
}
.quality__wrapper .inner3 .textBox {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  padding: 0 5rem;
}
@media screen and (max-width: 1000px) {
  .quality__wrapper .inner3 .textBox {
    padding: 5rem;
  }
}
@media screen and (max-width: 550px) {
  .quality__wrapper .inner3 .textBox {
    padding: 20px;
  }
}
.quality__wrapper .inner3 .textBox h5 {
  color: #007440;
  font-size: 2.1rem;
}
@media screen and (max-width: 1000px) {
  .quality__wrapper .inner3 .textBox h5 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 550px) {
  .quality__wrapper .inner3 .textBox h5 {
    line-height: 2;
  }
}
.quality__wrapper .inner3 .textBox h5 span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.quality__wrapper .inner3 .textBox p {
  color: #007440;
  font-size: max(1.1rem, 11px);
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}
@media screen and (max-width: 1000px) {
  .quality__wrapper .inner3 .textBox p {
    margin-top: 2rem;
  }
}
.quality__wrapper .inner3 .imageBox img {
  width: 32.4rem;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .quality__wrapper .inner3 .imageBox img {
    width: 100%;
    height: 66rem;
  }
}
@media screen and (max-width: 550px) {
  .quality__wrapper .inner3 .imageBox img {
    height: 100%;
  }
}
.quality__wrapper.wrapper1 .inner4 {
  gap: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 7.3rem;
}
@media screen and (max-width: 1000px) {
  .quality__wrapper.wrapper1 .inner4 {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .quality__wrapper.wrapper1 .inner4 {
    gap: 35px;
    margin-top: 50px;
  }
}
.quality__wrapper.wrapper1 .inner4 .textBox {
  flex: 1;
}
@media screen and (max-width: 1000px) {
  .quality__wrapper.wrapper1 .inner4 .textBox {
    width: 100%;
  }
}
.quality__wrapper.wrapper1 .inner4 .textBox h4 {
  color: #007440;
  font-size: max(1.5rem, 14px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.quality__wrapper.wrapper1 .inner4 .textBox h4::before {
  display: inline-block;
  content: "";
  width: max(1.8rem, 15px);
  aspect-ratio: 1/1;
  background: #007440;
  margin-right: 0.5em;
  transform: translateY(0.2em);
}
@media screen and (max-width: 550px) {
  .quality__wrapper.wrapper1 .inner4 .textBox h4::before {
    width: 15px;
  }
}
.quality__wrapper.wrapper1 .inner4 .textBox p {
  display: block;
  font-size: max(1.4rem, 14px);
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 20px;
}
.quality__wrapper.wrapper1 .inner4 .textBox strong {
  color: #007440;
  font-size: max(2.3rem, 21px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 550px) {
  .quality__wrapper.wrapper1 .inner4 .textBox strong {
    font-size: 21px;
  }
}
.quality__wrapper.wrapper1 .inner4 .textBox strong b {
  display: block;
  font-size: max(1.8rem, 16px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.quality__wrapper.wrapper1 .inner4 .textBox strong span {
  display: inline-block;
  color: inherit;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.quality__wrapper.wrapper1 .inner4 .textBox .attention {
  display: block;
  font-size: max(1.2rem, 10px);
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}
@media screen and (max-width: 550px) {
  .quality__wrapper.wrapper1 .inner4 .textBox .attention {
    font-size: 10px;
  }
}
.quality__wrapper.wrapper1 .inner4 .imageBox {
  width: 69rem;
}
@media screen and (max-width: 1000px) {
  .quality__wrapper.wrapper1 .inner4 .imageBox {
    width: 100%;
  }
}
.quality__wrapper.wrapper1 .inner4 .imageBox img {
  width: 100%;
}
.quality__wrapper.wrapper1 .inner5 {
  margin-top: max(7rem, 50px);
}
@media screen and (max-width: 550px) {
  .quality__wrapper.wrapper1 .inner5 {
    margin-top: 50px;
  }
}
.quality__wrapper.wrapper1 .inner5 h4 {
  display: block;
  color: #007440;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .quality__wrapper.wrapper1 .inner5 h4 {
    font-size: 18px;
  }
}
.quality__wrapper.wrapper1 .inner5 .scrollBox__inner {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.quality__wrapper.wrapper1 .inner5 .scrollBox__inner::-webkit-scrollbar {
  display: none;
}
.quality__wrapper.wrapper1 .inner5 .scrollBox__inner img {
  min-width: 150%;
}
@media screen and (max-width: 550px) {
  .quality__wrapper.wrapper1 .inner5 .scrollBox__inner img {
    min-width: 300%;
  }
}
.quality__wrapper.wrapper1 .inner5 .scrollBox__bar {
  --scroll-progress: 0;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: max(5rem, 30px);
}
@media screen and (max-width: 550px) {
  .quality__wrapper.wrapper1 .inner5 .scrollBox__bar {
    margin-bottom: 30px;
  }
}
.quality__wrapper.wrapper1 .inner5 .scrollBox__bar span {
  display: block;
  color: #007440;
  font-size: max(1.4rem, 12px);
  line-height: 1;
  letter-spacing: 0.1em;
}
.quality__wrapper.wrapper1 .inner5 .scrollBox__bar .bar {
  display: block;
  width: 100%;
  height: 2px;
  background: #c8e9d7;
  overflow: hidden;
}
.quality__wrapper.wrapper1 .inner5 .scrollBox__bar .bar::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  transform-origin: left;
  background: #007440;
  transform: scaleX(var(--scroll-progress));
}
.quality__wrapper.wrapper1 .inner5 .attention {
  display: block;
  font-size: max(1.2rem, 10px);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 550px) {
  .quality__wrapper.wrapper1 .inner5 .attention {
    font-size: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .quality__wrapper.wrapper1 .inner4 .scrollBox {
    width: 100%;
  }
}
.quality__wrapper.wrapper3 .inner2 .imageBox {
  width: 39.5rem;
  height: 26rem;
}
@media screen and (max-width: 1000px) {
  .quality__wrapper.wrapper3 .inner2 .imageBox {
    width: 70%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .quality__wrapper.wrapper3 .inner2 .imageBox {
    width: 90%;
  }
}
@media screen and (max-width: 550px) {
  .quality__wrapper.wrapper3 .inner2 .imageBox {
    width: 100%;
  }
}
.quality__wrapper.wrapper4 .inner2 .imageBox {
  width: 54rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
@media screen and (max-width: 1000px) {
  .quality__wrapper.wrapper4 .inner2 .imageBox {
    width: 100%;
  }
}
.quality__wrapper.wrapper4 .inner2 .imageBox > p {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #007440;
  font-size: 15px;
}
.quality__wrapper.wrapper4 .inner2 .imageBox > p::before {
  display: block;
  content: "";
  width: 1.8rem;
  aspect-ratio: 1/1;
  background: #007440;
}
.quality__wrapper.wrapper4 .inner2 .imageBox__detail {
  padding: 1rem;
  background: linear-gradient(to right, rgba(0, 116, 64, 0.2), rgba(224, 237, 232, 0.2));
  border-left: 5px solid #007440;
}
.quality__wrapper.wrapper4 .inner2 .imageBox__detail strong {
  color: #007440;
  line-height: 2;
  font-size: 14px;
  font-weight: 500;
}
.quality__wrapper.wrapper4 .inner2 .imageBox__detail p {
  font-size: 12px;
  line-height: 2;
}
.quality__wrapper.wrapper4 .inner2 .textBox h5 {
  letter-spacing: 0.1em;
}
.quality .deco1 {
  width: 40rem;
  height: 40rem;
  top: 66%;
  left: 0;
}
@media screen and (max-width: 550px) {
  .quality .deco1 {
    display: none;
  }
}
.quality .deco2 {
  width: 40rem;
  height: 37.3rem;
  top: 70%;
  right: 0;
}
@media screen and (max-width: 550px) {
  .quality .deco2 {
    display: none;
  }
}

.point {
  display: flex;
  background: #007440 url(../../images/commit-point-bg.webp);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .point {
    flex-direction: column;
    background: #007440 url(../../images/min-commit-point-bg.webp);
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}
.point__wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 8rem;
}
@media screen and (max-width: 550px) {
  .point__wrapper {
    padding: 40px 5%;
  }
}
.point__wrapper:not(:first-of-type) {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .point__wrapper:not(:first-of-type) {
    border-left: none;
    border-top: 1px solid #fff;
  }
}
.point__wrapper h5 {
  width: 100%;
  gap: 2rem;
  position: relative;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  color: #fff;
  font-size: 29px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.point__wrapper h5::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 19px;
  height: 1px;
  background: #fff;
}
.point__wrapper strong {
  color: #fff;
  font-size: max(2.1rem, 14px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .point__wrapper strong {
    font-size: 21px;
  }
}
.point__wrapper strong span {
  display: inline-block;
  color: inherit;
}
.point__wrapper p {
  color: #fff;
  font-size: max(1.2rem, 12px);
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin-top: 3.5rem;
}

.merit {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 550px) {
  .merit {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.merit__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13.5rem;
}
@media screen and (max-width: 768px) {
  .merit__wrapper {
    gap: 30px;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .merit__wrapper .textBox {
    width: 100%;
  }
}
.merit__wrapper .textBox span {
  display: block;
  color: #007440;
  font-size: max(2.1rem, 14px);
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .merit__wrapper .textBox span {
    font-size: 21px;
  }
}
.merit__wrapper .imageBox {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .merit__wrapper .imageBox {
    width: 100%;
  }
}
.merit__wrapper .imageBox__detail {
  padding: 2.5rem;
  padding-left: 5rem;
  background: linear-gradient(to right, rgba(0, 116, 64, 0.2), rgba(224, 237, 232, 0.2));
  border-left: 5px solid #007440;
}
@media screen and (max-width: 550px) {
  .merit__wrapper .imageBox__detail {
    padding: 25px;
    padding-left: 35px;
  }
}
.merit__wrapper .imageBox__detail dl {
  display: flex;
  align-items: center;
  gap: 6.5rem;
}
@media screen and (max-width: 1000px) {
  .merit__wrapper .imageBox__detail dl {
    flex-direction: column;
    gap: 1rem;
  }
}
.merit__wrapper .imageBox__detail dl dt {
  width: 19rem;
  color: #007440;
  font-size: max(1.9rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .merit__wrapper .imageBox__detail dl dt {
    width: 100%;
  }
}
.merit__wrapper .imageBox__detail dl dd {
  flex: 1;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1000px) {
  .merit__wrapper .imageBox__detail dl dd {
    width: 100%;
  }
}
.merit__wrapper .imageBox__detail dl dd ul.focus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 1000px) {
  .merit__wrapper .imageBox__detail dl dd ul.focus {
    grid-template-columns: 1fr;
  }
}
.merit__wrapper .imageBox__detail dl dd ul li {
  display: flex;
  align-items: start;
  gap: 1rem;
  color: #007440;
  font-size: max(1.3rem, 13px);
  line-height: 2;
  letter-spacing: 0.1em;
}
.merit__wrapper .imageBox__detail dl dd ul li::before {
  display: block;
  content: "";
  min-width: 12px;
  margin-top: 7px;
  aspect-ratio: 1/1;
  background: #007440;
}
@media screen and (min-width: 1600px) {
  .merit__wrapper .imageBox__detail dl dd ul li::before {
    min-width: 1.2rem;
    margin-top: 0.75rem;
  }
}
.merit .deco {
  top: 30%;
  left: 0;
  width: 43.5rem;
  height: 38rem;
}
@media screen and (max-width: 550px) {
  .merit .deco {
    top: 80%;
    width: 223px;
    height: auto;
    z-index: 0;
  }
}/*# sourceMappingURL=commit.css.map */