@charset "UTF-8";
.contact-us {
  width: 100%;
}
.contact-us .contact-box {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  position: relative;
}
.contact-us .image-wrap {
  width: 100%;
}
.contact-us .image-wrap .image-control {
  position: relative;
  height: 0;
  padding-bottom: 30.5%;
}
@media only screen and (max-width: 1500px) {
  .contact-us .image-wrap .image-control {
    padding-bottom: 450px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-us .image-wrap .image-control {
    padding-bottom: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .image-wrap .image-control {
    padding-bottom: 400px;
  }
}
.contact-us .text-wrap {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 45px;
  padding-left: 9%;
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .contact-us .text-wrap {
    width: 100%;
    height: 100%;
    padding: 20px 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .text-wrap {
    padding: 20px 25px;
  }
}
.contact-us .text-wrap .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8eec8e), to(#0c628d));
  background-image: linear-gradient(#8eec8e, #0c628d);
  background-size: 100% 200%;
  background-position: 50% 50%;
  animation: grad 4s infinite alternate-reverse;
  opacity: 0.7;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .contact-us .text-wrap .bg {
    opacity: 0.4;
  }
}
.contact-us .text-wrap .big-title {
  font-size: 4.5rem;
  line-height: 1.2;
  letter-spacing: -0.7px;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 20px;
  top: 20px;
}
@media only screen and (max-width: 1024px) {
  .contact-us .text-wrap .big-title {
    display: none;
  }
}
.contact-us .text-wrap .control {
  width: 100%;
  max-width: 435px;
}
@media only screen and (max-width: 1024px) {
  .contact-us .text-wrap .control {
    text-align: center;
  }
}
.contact-us .text-wrap .title {
  position: relative;
  font-size: 2.1875rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .contact-us .text-wrap .title {
    font-size: 1.875rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 350px) {
  .contact-us .text-wrap .title {
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
}
.contact-us .text-wrap .content {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.45px;
  color: #ccc;
  margin-bottom: 45px;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-height: 1.625rem;
  max-height: 9.75rem;
}
@media only screen and (max-width: 767px) {
  .contact-us .text-wrap .content {
    margin-bottom: 35px;
  }
}
.contact-us .text-wrap .button-common {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .contact-us .text-wrap .button-common {
    margin: 0 auto;
  }
}
.contact-us.none .bg {
  width: 0;
  -webkit-transition: 1.1s;
  transition: 1.1s;
}
.contact-us.none .big-title, .contact-us.none .title, .contact-us.none .content, .contact-us.none .button-common {
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: 0.6s 0.4s;
  transition: 0.6s 0.4s;
}
.contact-us.none .big-title {
  -webkit-transition: 0.6s 0.5s;
  transition: 0.6s 0.5s;
}
.contact-us.show .bg {
  width: 100%;
}
.contact-us.show .big-title, .contact-us.show .title, .contact-us.show .content, .contact-us.show .button-common {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.solution-form {
  width: 100%;
  background-color: #fff;
  padding: 30px 30px 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1300px) {
  .solution-form {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .solution-form {
    padding: 30px 20px 40px;
  }
}
@media only screen and (max-width: 575px) {
  .solution-form {
    width: 100%;
  }
}
.solution-form .form {
  width: 100%;
}
.solution-form .form-wrap {
  width: 100%;
}
.solution-form .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1300px) {
  .solution-form .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
  .solution-form .inner:last-child {
    margin-bottom: 0;
  }
}
.solution-form .inner.head {
  border-bottom: 3px solid #959595;
}
@media only screen and (max-width: 1300px) {
  .solution-form .inner.head {
    display: none;
  }
}
.solution-form .inner.head .list {
  padding: 22px 25px;
  position: relative;
}
.solution-form .inner.head .list.right-icon {
  padding: 22px 50px;
}
.solution-form .inner.head .list.right-icon .icon {
  left: calc(100% + 10px);
}
.solution-form .inner.head .list.left-icon {
  padding: 22px 50px;
}
.solution-form .inner.head .list.left-icon .icon {
  right: calc(100% + 10px);
}
.solution-form .inner.content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.solution-form .inner.content .list {
  padding: 15px 30px;
}
@media only screen and (max-width: 1300px) {
  .solution-form .inner.content .list {
    padding: 15px 20px;
  }
}
.solution-form .inner.content .list .bg-color {
  opacity: 0.4;
}
.solution-form .inner.content .list li {
  margin: 4px 0;
  position: relative;
  counter-increment: my-awesome-counter;
}
@media only screen and (max-width: 1300px) {
  .solution-form .inner.content .list li {
    margin: 8px 0;
  }
}
.solution-form .inner.content .list li::before {
  content: counter(my-awesome-counter, upper-roman) ".";
  white-space: nowrap;
}
.solution-form .inner.content .list li:only-child {
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.solution-form .inner.content .list li:only-child::before {
  display: none;
}
.solution-form .inner.content .list li:only-child > div {
  margin: 0;
}
.solution-form .inner.content .list.right-icon {
  padding: 10px 50px 10px 35px;
}
@media only screen and (max-width: 1300px) {
  .solution-form .inner.content .list.right-icon {
    padding: 15px 20px;
  }
}
.solution-form .inner.content .list.right-icon .icon {
  left: calc(100% + 15px);
}
.solution-form .inner.content .list.left-icon {
  padding: 10px 35px 10px 50px;
}
@media only screen and (max-width: 1300px) {
  .solution-form .inner.content .list.left-icon {
    padding: 15px 20px;
  }
}
.solution-form .inner.content .list.left-icon .icon {
  right: calc(100% + 15px);
}
.solution-form .list {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .solution-form .list {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .solution-form .list:first-child {
    border-bottom: 2px solid #959595;
  }
  .solution-form .list:first-child .bg-color {
    display: none;
  }
}
.solution-form .list .bg-color {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.solution-form .list .title-wrap {
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0.55px;
  color: #333;
  position: relative;
  margin-bottom: 5px;
  display: none;
}
@media only screen and (max-width: 1300px) {
  .solution-form .list .title-wrap {
    display: block;
  }
}
.solution-form .list .text-wrap {
  position: relative;
  display: inline-block;
}
.solution-form .list .text-wrap .icon img {
  animation: largeMove 0.9s infinite alternate-reverse;
}
@media only screen and (max-width: 1300px) {
  .solution-form .list .text-wrap .icon {
    display: none;
  }
}
.solution-form .list .text {
  display: inline-block;
}
.solution-form .list .icon {
  width: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
.solution-form .list li {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.4px;
  margin: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .solution-form .list li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.solution-form .list li > div {
  margin-left: 4px;
  margin-right: 4px;
}
.solution-form .list li .marks {
  display: inline-block;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.solution-form .list li.t1 {
  font-size: 1.375rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.7px;
  color: #000;
  word-break: break-word;
}
.solution-form .list li.t2 {
  font-size: 1rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #333;
  word-break: break-word;
}
.solution-form .list li.t3 {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #666;
  word-break: break-word;
}
.solution-form .list li.t4 {
  font-size: 1rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #0066cc;
  word-break: break-word;
}
.solution-form.none {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.solution-form.show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.solution_h {
  width: 100%;
}
.solution_h .all-wrapper {
  overflow: unset;
}
.solution_h .page-path {
  top: auto;
  bottom: calc(100% - 200px);
}
@media only screen and (max-width: 1400px) {
  .solution_h .page-path {
    bottom: calc(100% - 120px);
  }
}
.solution_h .all-banner .bg-group {
  padding-bottom: 890px;
}
.solution_h .content {
  width: 100%;
}
.solution_h .content > .container {
  width: 100%;
}
.solution_h .content .head-box {
  width: 90%;
  margin: 0 auto;
  margin-top: -55px;
  margin-bottom: 110px;
}
@media only screen and (max-width: 1024px) {
  .solution_h .content .head-box {
    margin-top: -30px;
    margin-bottom: 65px;
  }
}
.solution_h .content .head-box .type-control .type {
  margin: 8px 25px;
}
@media only screen and (max-width: 1300px) {
  .solution_h .content .head-box .type-control .type {
    width: calc(33.3333333333% - 50px);
  }
}
@media only screen and (max-width: 767px) {
  .solution_h .content .head-box .type-control .type {
    width: calc(100% - 50px);
  }
}
@media only screen and (max-width: 450px) {
  .solution_h .content .head-box .type-control .type {
    width: 100%;
    margin: 8px 0;
  }
}
.solution_h .content .head-box .type-control .type .text {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: unset;
}
.solution_h .content .solution-detail {
  width: 100%;
}
.solution_h .content .solution-detail > .container {
  width: 100%;
}
.solution_h .content .intro-text .title {
  margin-top: 0;
}
.solution_h .content .intro-text .content {
  margin-top: 15px;
}
.solution_h .content .inner {
  width: 100%;
  margin: 0 auto;
}
.solution_h .content .inner:not(:last-child) {
  margin-bottom: clamp(100px, 4.1071rem + 3.3482vw, 130px);
}
.solution_h .content .inner:last-child {
  margin-bottom: clamp(130px, 4.6964rem + 5.3571vw, 178px);
}
.solution_h .content .inner .intro-text {
  margin-bottom: clamp(30px, -0.2679rem + 3.3482vw, 60px);
}
.solution_h .content .inner .box.none {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.solution_h .content .inner .box.show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.solution_h .content .inner .link {
  display: block;
  width: 170px;
  height: 50px;
  padding: 10px;
  border-radius: 200px;
  background-color: #333;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.solution_h .content .inner .link:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.9), 0 0 8px rgba(0, 0, 0, 0.4) inset;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.9), 0 0 8px rgba(0, 0, 0, 0.4) inset;
  background-color: #206dac;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .solution_h .content .inner {
    width: 90%;
  }
}
.solution_h .content .inner.typeA {
  max-width: 1320px;
}
.solution_h .content .inner.typeA .box {
  width: 100%;
  min-height: 410px;
}
.solution_h .content .inner.typeA .box.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.solution_h .content .inner.typeA .box.right .image-box {
  width: 50%;
}
.solution_h .content .inner.typeA .box.right .text-box {
  width: 50%;
}
.solution_h .content .inner.typeA .box.right .text-box::after {
  right: 100%;
  border-color: transparent var(--background-color) transparent transparent;
}
.solution_h .content .inner.typeA .box.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.solution_h .content .inner.typeA .box.left .image-box {
  width: 50%;
}
.solution_h .content .inner.typeA .box.left .text-box {
  width: 50%;
}
.solution_h .content .inner.typeA .box.left .text-box::after {
  left: 100%;
  border-color: transparent transparent transparent var(--background-color);
}
.solution_h .content .inner.typeA .box.full {
  position: relative;
  aspect-ratio: 1320/500;
}
.solution_h .content .inner.typeA .box.full .image-box {
  width: 100%;
  height: 100%;
}
.solution_h .content .inner.typeA .box.full .text-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.solution_h .content .inner.typeA .box.full .text-box::after {
  display: none;
}
.solution_h .content .inner.typeA .box.full .text-control {
  max-width: 470px;
  margin: 0 auto;
  width: 100%;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .solution_h .content .inner.typeA .box.right, .solution_h .content .inner.typeA .box.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .solution_h .content .inner.typeA .box.right .image-box,
  .solution_h .content .inner.typeA .box.right .text-box, .solution_h .content .inner.typeA .box.left .image-box,
  .solution_h .content .inner.typeA .box.left .text-box {
    width: 100%;
  }
  .solution_h .content .inner.typeA .box.right .image-box::after,
  .solution_h .content .inner.typeA .box.right .text-box::after, .solution_h .content .inner.typeA .box.left .image-box::after,
  .solution_h .content .inner.typeA .box.left .text-box::after {
    right: auto;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    border-width: 21px 12px;
    border-color: transparent transparent var(--background-color) transparent;
  }
  .solution_h .content .inner.typeA .box.full .image-control {
    height: 100%;
  }
}
.solution_h .content .inner.typeA .image-control {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .solution_h .content .inner.typeA .image-control {
    height: 350px;
  }
}
@media only screen and (max-width: 500px) {
  .solution_h .content .inner.typeA .image-control {
    height: 0;
    padding-bottom: 100.1%;
  }
}
.solution_h .content .inner.typeA .text-box {
  padding: clamp(40px, 1.7857rem + 1.1161vw, 50px) clamp(20px, -1.8682rem + 6.5048vw, 95px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--background-color);
}
.solution_h .content .inner.typeA .text-box::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 21px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.solution_h .content .inner.typeA .text-box.white {
  color: #fff;
}
.solution_h .content .inner.typeA .text-box.black {
  color: #000;
}
.solution_h .content .inner.typeA .text-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.solution_h .content .inner.typeA .text-control .img {
  height: 80px;
}
.solution_h .content .inner.typeA .text-control .img img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.solution_h .content .inner.typeA .text-control .title {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 130%;
}
@media only screen and (max-width: 767px) {
  .solution_h .content .inner.typeA .text-control .title {
    font-size: 1.375rem;
  }
}
.solution_h .content .inner.typeA .text-control .text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 150%;
}
.solution_h .content .inner.typeA .text-control .link {
  margin-top: 20px;
}
.solution_h .content .inner.typeB {
  max-width: 1287px;
}
.solution_h .content .inner.typeB .solution-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.solution_h .content .inner.typeB .text-box {
  width: 52.5253%;
  padding: clamp(80px, 4.2857rem + 1.1161vw, 90px) clamp(25px, -0.9375rem + 3.9063vw, 60px);
  background-color: #666;
  margin: 36px -120px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 1;
}
.solution_h .content .inner.typeB .text-box .list {
  border-top: 2px solid #fff;
}
.solution_h .content .inner.typeB .text-box .item {
  padding: 25px 0;
  border-bottom: 1px solid #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}
.solution_h .content .inner.typeB .text-bg {
  position: sticky;
  top: 120px;
  width: 56.7988%;
  aspect-ratio: 731/643;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 50px;
  margin-bottom: 40px;
}
.solution_h .content .inner.typeB .intro-text {
  margin-bottom: 0;
}
.solution_h .content .inner.typeB .text-wrap {
  padding: 0;
  max-width: unset;
}
.solution_h .content .inner.typeB .text-wrap.white .title,
.solution_h .content .inner.typeB .text-wrap.white .content {
  color: #fff;
}
.solution_h .content .inner.typeB .text-wrap.white .line {
  background-color: #fff;
}
.solution_h .content .inner.typeB .text-wrap.black .title,
.solution_h .content .inner.typeB .text-wrap.black .content {
  color: #000;
}
.solution_h .content .inner.typeB .text-wrap.black .line {
  background-color: #000;
}
@media only screen and (max-width: 1024px) {
  .solution_h .content .inner.typeB {
    width: 100%;
  }
  .solution_h .content .inner.typeB .solution-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .solution_h .content .inner.typeB .text-box,
  .solution_h .content .inner.typeB .text-bg {
    width: 95%;
  }
  .solution_h .content .inner.typeB .text-box {
    margin: -30px 0 0 auto;
    z-index: -1;
  }
  .solution_h .content .inner.typeB .text-bg {
    position: static;
    top: 0;
    aspect-ratio: unset;
    min-height: 250px;
    margin-bottom: 0;
  }
  .solution_h .content .inner.typeB .text-wrap {
    text-align: left;
  }
  .solution_h .content .inner.typeB .text-wrap .content {
    margin: 15px 0 0;
  }
}
.solution_h .content .inner.typeC {
  max-width: 1720px;
}
.solution_h .content .inner.typeC .solution-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.solution_h .content .inner.typeC .img-box {
  width: 60.1163%;
  aspect-ratio: 1034/1010;
  padding: 40px 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: sticky;
  top: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: -1;
}
.solution_h .content .inner.typeC .img-box .text-bg {
  width: 100.1%;
  height: 100%;
}
.solution_h .content .inner.typeC .text-box {
  padding: clamp(40px, -3.2143rem + 8.9286vw, 120px) clamp(25px, -4.3661rem + 9.2634vw, 108px);
  background: #e5e5e5;
}
.solution_h .content .inner.typeC .text-box .list {
  counter-reset: counter;
}
.solution_h .content .inner.typeC .text-box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
.solution_h .content .inner.typeC .text-box .item:first-child {
  border-top: 2px solid rgba(51, 51, 51, 0.5);
}
.solution_h .content .inner.typeC .text-box .count {
  counter-increment: counter;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.solution_h .content .inner.typeC .text-box .count::before {
  content: counter(counter, upper-roman);
  color: #00B4C8;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 130%;
}
.solution_h .content .inner.typeC .text-box .title {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 130%;
}
.solution_h .content .inner.typeC .text-box .txt {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 15px;
}
.solution_h .content .inner.typeC .text-box .link {
  margin-top: 40px;
}
@media only screen and (max-width: 1366px) {
  .solution_h .content .inner.typeC .img-box {
    width: 55%;
  }
}
@media only screen and (max-width: 1024px) {
  .solution_h .content .inner.typeC {
    width: 100%;
  }
  .solution_h .content .inner.typeC .solution-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .solution_h .content .inner.typeC .img-box {
    width: 95%;
    aspect-ratio: 974/500;
    height: 48.828125vw;
    min-height: 500px;
    padding: 0;
    z-index: 0;
    position: static;
    top: 0;
  }
  .solution_h .content .inner.typeC .text-box {
    width: 95%;
    margin-left: auto;
    margin-top: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .solution_h .content .inner.typeC .img-box {
    aspect-ratio: 355/250;
    min-height: 250px;
  }
}
/*# sourceMappingURL=solution_h.css.map */