#technology__ {
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  #technology__ {
    position: relative;
    margin-bottom: 0;
  }
}
#technology__ .__inner {
  position: relative;
}
#technology__ .__inner .technology__title > div {
  margin-bottom: 21px;
}
body:lang(en) #technology__ .__inner .technology__title > div img:nth-of-type(1) {
  margin-right: 8px;
}
body:lang(ko) #technology__ .__inner .technology__title > div img:nth-of-type(1) {
  margin-right: 16px;
}
@media all and (max-width: 767px) {
  #technology__ .__inner .technology__title > div {
    margin-bottom: 4.2666666667vw;
  }
  #technology__ .__inner .technology__title > div img:nth-of-type(1), #technology__ .__inner .technology__title > div img:nth-of-type(2) {
    height: 10.6666666667vw;
  }
  body:lang(en) #technology__ .__inner .technology__title > div img:nth-of-type(1), body:lang(en) #technology__ .__inner .technology__title > div img:nth-of-type(2) {
    height: 11.2vw;
  }
  #technology__ .__inner .technology__title > div img:nth-of-type(1) {
    margin-bottom: 1vw;
  }
}
#technology__ .__inner .technology__title > img {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  #technology__ .__inner .technology__title > img {
    width: 70.6666666667vw;
    margin-bottom: 5.6vw;
  }
}
#technology__ .__inner .technology__title p {
  font-size: 15px;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  #technology__ .__inner .technology__title p {
    font-size: 4vw;
  }
}
#technology__ .__inner .technology__title p:nth-of-type(1) {
  margin-bottom: 16px;
  width: 38%;
}
@media all and (max-width: 767px) {
  #technology__ .__inner .technology__title p:nth-of-type(1) {
    margin-bottom: 4.2666666667vw;
    width: 100%;
  }
}
#technology__ .__inner .technology__title p:last-child {
  margin-bottom: 50px;
  width: 48%;
}
@media all and (max-width: 767px) {
  #technology__ .__inner .technology__title p:last-child {
    margin-bottom: 4.2666666667vw;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  #technology__ .__inner .technology__title p br {
    display: none;
  }
}
#technology__ .__inner .scroll__down {
  position: relative;
}
@media all and (max-width: 767px) {
  #technology__ .__inner .scroll__down {
    position: initial;
  }
}
#technology__ .__inner .scroll__down div {
  position: absolute;
  font-size: 9px;
  font-weight: 700;
  color: #004EA2;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-decoration: none;
  height: 55px;
  left: 8px;
  cursor: default;
}
@media all and (max-width: 767px) {
  #technology__ .__inner .scroll__down div {
    font-size: 2.4vw;
    height: 14.6666666667vw;
    bottom: 0;
    left: 1.6vw;
  }
}
#technology__ .__inner .scroll__down div .dli-arrow-down {
  position: absolute;
  top: 0;
  left: -3px;
  display: inline-block;
  vertical-align: middle;
  color: #004EA2;
  line-height: 1;
  width: 0.1em;
  height: 55px;
  background: currentColor;
}
@media all and (max-width: 767px) {
  #technology__ .__inner .scroll__down div .dli-arrow-down {
    height: 14.6666666667vw;
  }
}
#technology__ .__inner .scroll__down div .dli-arrow-down::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#technology__ .__inner .mainvisual {
  position: absolute;
  top: -20px;
  right: 0;
  width: 538.96px;
  width: 55.1%;
}
@media screen and (max-width: 960px) {
  #technology__ .__inner .mainvisual {
    top: 10px;
  }
}
@media all and (max-width: 767px) {
  #technology__ .__inner .mainvisual {
    position: relative;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  body:lang(en) #technology__ .__inner .mainvisual {
    top: 60px;
  }
}
@media all and (max-width: 767px) {
  body:lang(en) #technology__ .__inner .mainvisual {
    top: 0;
  }
}
@media screen and (max-width: 960px) {
  body:lang(ko) #technology__ .__inner .mainvisual {
    top: 52px;
  }
}
@media all and (max-width: 767px) {
  body:lang(ko) #technology__ .__inner .mainvisual {
    top: 0;
  }
}
#technology__ .__inner .mainvisual img {
  width: 100%;
}

#Products {
  position: relative;
  background-image: url(/technology/image/bg.png);
  background-repeat: repeat;
  background-size: 200px;
  background-position: left top;
  padding: 120px 20px 90px;
}
#Products::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-image: url(/technology/image/wave_up.png);
  background-repeat: repeat;
  background-size: 128px 45px;
}
#Products::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-image: url(/technology/image/wave_down.png);
  background-repeat: repeat;
  background-size: 128px 45px;
}
#Products .products__list__title {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}
@media all and (max-width: 767px) {
  #Products .products__list__title img {
    width: 65vw;
  }
}
#Products .products__list {
  display: grid;
  gap: 40px;
}
@media all and (max-width: 767px) {
  #Products .products__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#Products .products__list .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  padding: 30px 40px;
  gap: 30px;
}
@media all and (max-width: 767px) {
  #Products .products__list .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5.3333333333vw;
  }
}
#Products .products__list .product .text__area {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 560px;
}
@media screen and (max-width: 960px) {
  #Products .products__list .product .text__area {
    width: 65%;
  }
}
@media all and (max-width: 767px) {
  #Products .products__list .product .text__area {
    display: contents;
  }
}
#Products .products__list .product .text__area .product__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 21px;
  border-bottom: solid 1px #C5D2E3;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media all and (max-width: 767px) {
  #Products .products__list .product .text__area .product__title {
    padding-bottom: 5.6vw;
    border-bottom: solid 0.2666666667vw #C5D2E3;
  }
}
#Products .products__list .product .text__area .product__title > img {
  height: 62px;
  margin-right: 22px;
}
@media all and (max-width: 767px) {
  #Products .products__list .product .text__area .product__title > img {
    height: 13.3333333333vw;
    margin-right: 5.8666666667vw;
  }
}
#Products .products__list .product .text__area .product__title .title__text h3 {
  font-size: 28px;
  font-weight: 900;
  color: #000000;
  margin: 0 0 7px;
  border-bottom: none;
}
@media all and (max-width: 767px) {
  #Products .products__list .product .text__area .product__title .title__text h3 {
    font-size: 6.9333333333vw;
    line-height: 1.2;
    margin-bottom: 1.8666666667vw;
  }
}
@media all and (max-width: 767px) {
  #Products .products__list .product .text__area .product__title .title__text img {
    height: 3.7333333333vw;
    max-width: 100%;
  }
}
#Products .products__list .product .text__area .athlete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 15px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 960px) {
  #Products .products__list .product .text__area .athlete {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 1vw;
  }
  #Products .products__list .product .text__area .athlete br {
    display: none;
  }
}
@media all and (max-width: 767px) {
  #Products .products__list .product .text__area .athlete {
    margin: 0;
  }
  #Products .products__list .product .text__area .athlete br {
    display: block;
  }
}
#Products .products__list .product .text__area .athlete span {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  background-color: #DDE6F2;
  border-radius: 100px;
  padding: 5px 15px;
  margin-top: 2px;
  margin-right: 10px;
  height: 27px;
}
@media screen and (max-width: 960px) {
  #Products .products__list .product .text__area .athlete span {
    margin: 0 auto;
    font-size: 14px;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  #Products .products__list .product .text__area .athlete span {
    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;
    font-size: 3.4666666667vw;
    border-radius: 26.6666666667vw;
    margin: 0;
    height: 7.4666666667vw;
    text-align: center;
  }
}
#Products .products__list .product .text__area .athlete h4 {
  font-size: 20px;
  color: #000000;
  margin: 0;
}
@media all and (max-width: 767px) {
  #Products .products__list .product .text__area .athlete h4 {
    font-size: 5.3333333333vw;
    text-align: center;
    margin-top: 2.6666666667vw;
  }
}
#Products .products__list .product .text__area p {
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media all and (max-width: 767px) {
  #Products .products__list .product .text__area p {
    margin: 0;
  }
}
#Products .products__list .product .text__area a {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-align: end;
  color: #004EA2;
  padding-right: 50px;
  text-decoration: none;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media all and (max-width: 767px) {
  #Products .products__list .product .text__area a {
    font-size: 4.8vw;
    padding-right: 10.6666666667vw;
  }
}
#Products .products__list .product .text__area a::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/technology/image/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: -7px;
  right: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media all and (max-width: 767px) {
  #Products .products__list .product .text__area a::after {
    width: 8vw;
    height: 8vw;
    top: 0;
  }
}
#Products .products__list .product .img__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  max-width: 287px;
}
@media screen and (max-width: 960px) {
  #Products .products__list .product .img__area {
    width: calc(35% - 30px);
  }
}
@media all and (max-width: 767px) {
  #Products .products__list .product .img__area {
    width: 100%;
    margin: 0 auto;
  }
}
#Products .products__list .product .img__area img {
  width: 100%;
}
#Products .products__list .product.item02 .text__area h3 {
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  #Products .products__list .product.item02 .text__area h3 {
    white-space: initial;
  }
}
body:lang(en) #Products .products__list .product.item02 .text__area a br {
  display: none;
}
@media screen and (max-width: 960px) {
  body:lang(en) #Products .products__list .product.item02 .text__area a br {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  body:lang(en) #Products .products__list .product.item02 .text__area a::after {
    top: 10px;
  }
}
@media all and (max-width: 767px) {
  body:lang(en) #Products .products__list .product.item02 .text__area a::after {
    top: 4vw;
  }
}
@media all and (max-width: 767px) {
  body:lang(ko) #Products .products__list .product.item02 .text__area a::after {
    top: 4vw;
  }
}
@media all and (max-width: 767px) {
  body:lang(en) #Products .products__list .product.item03 .text__area a::after {
    top: 4vw;
  }
}
#Products .products__list .product.item05 .text__area .title__text > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.5px;
}
@media all and (max-width: 767px) {
  #Products .products__list .product.item05 .text__area .title__text > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.8666666667vw;
  }
  #Products .products__list .product.item05 .text__area .title__text > div img {
    width: 52vw;
  }
  #Products .products__list .product.item05 .text__area .title__text > div img + img {
    width: 40.5333333333vw;
  }
}

#MainVisual {
  background-image: url(/technology/image/bg.png);
  background-repeat: repeat;
  background-size: 200px;
  background-position: left top;
  height: 320px;
}
@media all and (max-width: 767px) {
  #MainVisual {
    height: 61.3333333333vw;
  }
}
#MainVisual .__inner {
  position: relative;
  height: 100%;
}
#MainVisual .__inner > img {
  position: absolute;
  top: 22px;
  width: 95px;
}
@media all and (max-width: 767px) {
  #MainVisual .__inner > img {
    top: 5.0666666667vw;
    width: 8vw;
  }
}
#MainVisual .__inner > .title {
  position: absolute;
  top: 72px;
  left: 146.2px;
  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;
  gap: 22px;
}
@media all and (max-width: 767px) {
  #MainVisual .__inner > .title {
    gap: 3.4666666667vw;
    top: 8vw;
    left: 12.5333333333vw;
  }
}
#MainVisual .__inner > .title img:nth-of-type(1) {
  height: 44px;
}
body:lang(en) #MainVisual .__inner > .title img:nth-of-type(1) {
  height: 58px;
}
#MainVisual .__inner > .title img:nth-of-type(2) {
  height: 19px;
}
@media all and (max-width: 767px) {
  #MainVisual .__inner > .title img:nth-of-type(1) {
    height: 5.8666666667vw;
  }
  #MainVisual .__inner > .title img:nth-of-type(2) {
    height: 2.9333333333vw;
  }
}
@media screen and (max-width: 960px) {
  body:lang(en) #MainVisual .__inner > .title img:nth-of-type(1) {
    height: 38px;
  }
}
@media all and (max-width: 767px) {
  body:lang(en) #MainVisual .__inner > .title img:nth-of-type(1) {
    height: 5.8666666667vw;
  }
}
#MainVisual .__inner > p {
  position: absolute;
  left: 145px;
  top: 177px;
  font-size: 15px;
  font-weight: 600;
}
#MainVisual .__inner > p br.-tab {
  display: none;
}
@media screen and (max-width: 960px) {
  #MainVisual .__inner > p br.-tab {
    display: block;
  }
}
@media all and (max-width: 767px) {
  #MainVisual .__inner > p {
    top: 27.7333333333vw;
    left: 0;
    width: 100%;
    font-size: 4vw;
    text-align: center;
  }
  body:lang(en) #MainVisual .__inner > p {
    line-height: 1.4;
    font-size: 3.7333333333vw;
  }
}
#MainVisual .__inner .tab {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  width: 100%;
}
@media all and (max-width: 767px) {
  #MainVisual .__inner .tab {
    gap: 2.1333333333vw;
  }
}
#MainVisual .__inner .tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 50px;
  background: #094EA2;
  border-radius: 6px 6px 0 0;
  padding: 1vw;
}
@media all and (max-width: 767px) {
  #MainVisual .__inner .tab li {
    height: 13.3333333333vw;
    border-radius: 1.6vw 1.6vw 0 0;
  }
  body:lang(en) #MainVisual .__inner .tab li {
    height: auto;
  }
}
#MainVisual .__inner .tab li.selected {
  background: #fff;
}
#MainVisual .__inner .tab li.selected a {
  color: #004EA2;
}
#MainVisual .__inner .tab li a {
  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;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}
body:lang(en) #MainVisual .__inner .tab li a {
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  #MainVisual .__inner .tab li a {
    font-size: 3.4666666667vw;
  }
}
#MainVisual .__inner .tab li a .-tab {
  display: none;
}
@media screen and (max-width: 960px) {
  #MainVisual .__inner .tab li a .-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #MainVisual h1 {
    font-size: 5.6666666667vw;
    line-height: 1.5;
  }
}
.column2 > figure {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .column2 > figure {
    margin-top: 0;
  }
}

.area {
  display: none;
  margin-bottom: 70px;
  padding-top: 0;
  background: #fff;
}
@media all and (max-width: 767px) {
  .area {
    margin-bottom: 18.6666666667vw;
  }
}
.area.is-active {
  display: block;
  -webkit-animation-name: switchAnime;
          animation-name: switchAnime;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes switchAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes switchAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.area .__inner > h3 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .area .__inner > h3 {
    margin-top: 8vw;
  }
}
.area#about .__inner > div.column2 {
  margin-bottom: 80px;
}
@media all and (max-width: 767px) {
  .area#about .__inner > div.column2 {
    margin-bottom: 21.3333333333vw;
  }
}
.area#about .__inner > div.column2 > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.area#about .__inner > div.column2 > div h4 {
  margin-block: 0 10px;
}
@media all and (max-width: 767px) {
  .area#about .__inner > div.column2 > div h4 {
    font-size: 5.8666666667vw;
  }
}
.area#about .__inner > div figure img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .area#about .__inner > div figure {
    width: 100% !important;
  }
}
.area#about .__inner .content_01 figure {
  width: 280px;
}
@media screen and (max-width: 960px) {
  .area#about .__inner .content_01 figure {
    width: 30%;
  }
}
.area#about .__inner .content_02 figure {
  width: 470px;
}
@media screen and (max-width: 960px) {
  .area#about .__inner .content_02 figure {
    width: 40%;
  }
}
.area#about .__inner .content_02 figure img {
  display: block;
}
.area#about .__inner .content_02 figure img.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .area#about .__inner .content_02 figure img {
    display: none;
  }
  .area#about .__inner .content_02 figure img.-sp {
    display: block;
  }
}
.area#about .__inner .content_03 p {
  margin-bottom: 50.7px;
}
.area#about .__inner .content_03 figure {
  margin: 0 auto;
  width: 437.5px;
}
.area#features .__inner h3 {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .area#features .__inner h3 {
    margin-bottom: 10.6666666667vw;
  }
}
.area#features .__inner .features_box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  counter-reset: number;
}
@media screen and (max-width: 767px) {
  .area#features .__inner .features_box {
    grid-template-columns: 1fr;
    gap: 12vw;
  }
}
.area#features .__inner .features_box .feature {
  position: relative;
  border: 3px solid #C7D6EA;
  border-radius: 20px;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .area#features .__inner .features_box .feature {
    border: 0.8vw solid #C7D6EA;
    border-radius: 5.3333333333vw;
    padding: 8vw 5.3333333333vw;
  }
}
.area#features .__inner .features_box .feature.-wide:first-child {
  grid-column: 1/3 !important;
  grid-row: 1/2;
  padding: 35px 47px 40px;
}
@media screen and (max-width: 767px) {
  .area#features .__inner .features_box .feature.-wide:first-child {
    grid-column: 1/2 !important;
    padding: 8vw 4.5333333333vw;
  }
}
.area#features .__inner .features_box .feature.-wide:first-child::before {
  right: 40px !important;
}
@media screen and (max-width: 767px) {
  .area#features .__inner .features_box .feature.-wide:first-child::before {
    right: 5.3333333333vw !important;
  }
}
.area#features .__inner .features_box .feature.-wide:first-child h5 {
  margin-top: 25px;
}
.area#features .__inner .features_box .feature::before {
  position: absolute;
  content: url(/technology/image/number_01.svg);
  top: -0.4em;
  right: 30px;
  padding-inline: 10px;
  font-size: 50px;
  font-weight: 500;
  color: #004EA2;
  background: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .area#features .__inner .features_box .feature::before {
    top: -5.3333333333vw;
    right: 5.3333333333vw;
    padding-inline: 2.6666666667vw;
    font-size: 10.6666666667vw;
  }
}
.area#features .__inner .features_box .feature:nth-child(2)::before {
  content: url(/technology/image/number_02.svg);
}
.area#features .__inner .features_box .feature:nth-child(3)::before {
  content: url(/technology/image/number_03.svg);
}
.area#features .__inner .features_box .feature:nth-child(4)::before {
  content: url(/technology/image/number_04.svg);
}
.area#features .__inner .features_box .feature:nth-child(5)::before {
  content: url(/technology/image/number_05.svg);
}
.area#features .__inner .features_box .feature:nth-child(6)::before {
  content: url(/technology/image/number_06.svg);
}
.area#features .__inner .features_box .feature:nth-child(7)::before {
  content: url(/technology/image/number_07.svg);
}
.area#features .__inner .features_box .feature:nth-child(8)::before {
  content: url(/technology/image/number_08.svg);
}
.area#features .__inner .features_box .feature:nth-child(9)::before {
  content: url(/technology/image/number_09.svg);
}
.area#features .__inner .features_box .feature:nth-child(10)::before {
  content: url(/technology/image/number_10.svg);
}
.area#features .__inner .features_box .feature:nth-child(11)::before {
  content: url(/technology/image/number_11.svg);
}
.area#features .__inner .features_box .feature:nth-child(12)::before {
  content: url(/technology/image/number_12.svg);
}
.area#features .__inner .features_box .feature .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .area#features .__inner .features_box .feature .title {
    gap: 2.6666666667vw;
  }
}
.area#features .__inner .features_box .feature .title img {
  width: 110px;
  height: 110px;
}
@media screen and (max-width: 767px) {
  .area#features .__inner .features_box .feature .title img {
    width: 24vw !important;
    height: 24vw !important;
  }
}
.area#features .__inner .features_box .feature .title h4 {
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  color: #A0A0A0;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .area#features .__inner .features_box .feature .title h4 br.-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .area#features .__inner .features_box .feature .title h4 {
    font-size: 5.8666666667vw;
  }
}
body:lang(en) .area#features .__inner .features_box .feature .title img {
  width: 100px;
  height: 100px;
}
body:lang(en) .area#features .__inner .features_box .feature .title h4 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  body:lang(en) .area#features .__inner .features_box .feature .title h4 {
    font-size: 5.8666666667vw;
  }
}
.area#features .__inner .features_box .feature h5 {
  margin-top: 20px;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .area#features .__inner .features_box .feature h5 br.-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .area#features .__inner .features_box .feature h5 {
    font-size: 4.8vw;
  }
}
.area#features .__inner .features_box .feature .qanda_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  margin-top: 20px;
  padding: 30px;
  background: #EDF1F7;
}
@media screen and (max-width: 767px) {
  .area#features .__inner .features_box .feature .qanda_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5.3333333333vw;
    padding: 4vw 5.3333333333vw;
  }
}
.area#features .__inner .features_box .feature .qanda_box .qanda {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.area#features .__inner .features_box .feature .qanda_box .qanda h5 {
  margin: 0;
  font-size: 18px;
  line-height: 1.9444444444;
}
@media screen and (max-width: 767px) {
  .area#features .__inner .features_box .feature .qanda_box .qanda h5 {
    font-size: 4.8vw;
  }
}
.area#features .__inner .features_box .feature .qanda_box .qanda h5.question {
  position: relative;
  color: #004EA2;
  padding-left: 29px;
}
.area#features .__inner .features_box .feature .qanda_box .qanda h5.question::before {
  position: absolute;
  content: "Q.";
  left: 0;
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .area#features .__inner .features_box .feature .qanda_box .qanda h5.question {
    padding-left: 7.7333333333vw;
  }
  .area#features .__inner .features_box .feature .qanda_box .qanda h5.question::before {
    font-size: 6.4vw;
  }
}
.area#features .__inner .features_box .feature .qanda_box .qanda h5.answer {
  position: relative;
  margin-block: 12px 10px;
  padding-left: 26px;
}
.area#features .__inner .features_box .feature .qanda_box .qanda h5.answer::before {
  position: absolute;
  content: "A.";
  left: 0;
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .area#features .__inner .features_box .feature .qanda_box .qanda h5.answer {
    padding-left: 6.9333333333vw;
  }
  .area#features .__inner .features_box .feature .qanda_box .qanda h5.answer::before {
    font-size: 6.4vw;
  }
}
.area#features .__inner .features_box .feature .qanda_box figure {
  width: 210px;
}
.area#features .__inner .features_box .feature .qanda_box figure img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .area#features .__inner .features_box .feature .qanda_box figure {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .area#features .__inner .features_box .feature .qanda_box figure {
    width: 100%;
  }
}
.area#usage-products section .__inner .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .area#usage-products section .__inner .nav_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .area#usage-products section .__inner .nav_list {
    gap: 2.6666666667vw 8vw;
    margin-bottom: 8vw;
  }
}
.area#usage-products section .__inner .nav_list li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.area#usage-products section .__inner .nav_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #333333;
  text-decoration: none;
}
.area#usage-products section .__inner .nav_list li a::before {
  content: "";
  display: block;
  background: url(/technology/image/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .area#usage-products section .__inner .nav_list li a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .area#usage-products section .__inner .nav_list li a {
    gap: 2.6666666667vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .area#usage-products section .__inner .nav_list li a::before {
    width: 8vw;
    height: 8vw;
  }
}
.area#usage-products #cases .__inner .nav_list {
  gap: 16px;
}
@media screen and (max-width: 960px) {
  .area#usage-products #cases .__inner .nav_list {
    gap: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .area#usage-products #cases .__inner .nav_list {
    gap: 2.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .area#usage-products #cases .__inner .nav_list li {
    width: 49%;
  }
  .area#usage-products #cases .__inner .nav_list li br.-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .area#usage-products #cases .__inner .nav_list li {
    width: 100%;
  }
}
body:lang(en) .area#usage-products #cases .__inner .nav_list {
  gap: 1vw;
}
@media screen and (max-width: 767px) {
  body:lang(en) .area#usage-products #cases .__inner .nav_list {
    gap: 2.6666666667vw;
  }
}
body:lang(en) .area#usage-products #cases .__inner .nav_list li {
  width: 49%;
}
@media screen and (max-width: 767px) {
  body:lang(en) .area#usage-products #cases .__inner .nav_list li {
    width: 100%;
  }
}
body:lang(ko) .area#usage-products #cases .__inner .nav_list, body:lang(zh) .area#usage-products #cases .__inner .nav_list {
  margin-right: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  body:lang(ko) .area#usage-products #cases .__inner .nav_list, body:lang(zh) .area#usage-products #cases .__inner .nav_list {
    margin-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.area#usage-products #cases .__inner .case {
  padding: 40px 47px;
  margin-bottom: 40px;
  border: 3px solid #C7D6EA;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .area#usage-products #cases .__inner .case {
    padding: 4.5333333333vw;
    margin-bottom: 10.6666666667vw;
    border: 0.8vw solid #C7D6EA;
  }
}
@media screen and (max-width: 767px) {
  .area#usage-products #cases .__inner .case .column2 {
    gap: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.area#usage-products #cases .__inner .case .column2 .explain {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .area#usage-products #cases .__inner .case .column2 .explain {
    display: contents;
  }
}
.area#usage-products #cases .__inner .case .column2 .explain h4 {
  margin-block: 0 6px;
  font-size: 26px;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 960px) {
  .area#usage-products #cases .__inner .case .column2 .explain h4 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .area#usage-products #cases .__inner .case .column2 .explain h4 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-block: 0 1.6vw;
    font-size: 5.8666666667vw;
  }
}
.area#usage-products #cases .__inner .case .column2 .explain p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .area#usage-products #cases .__inner .case .column2 .explain p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.area#usage-products #cases .__inner .case .column2 figure {
  width: 320px;
}
@media screen and (max-width: 960px) {
  .area#usage-products #cases .__inner .case .column2 figure {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .area#usage-products #cases .__inner .case .column2 figure {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.area#usage-products #cases .__inner .case .column2 figure img {
  display: block;
  width: 100%;
}
.area#usage-products #cases .__inner .case .performance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .area#usage-products #cases .__inner .case .performance {
    gap: 5.3333333333vw;
  }
  body:lang(en) .area#usage-products #cases .__inner .case .performance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.area#usage-products #cases .__inner .case .performance p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .area#usage-products #cases .__inner .case .performance p {
    text-wrap: nowrap;
    font-size: 4.8vw;
  }
}
.area#usage-products #cases .__inner .case .performance ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 90%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1vw 20px;
}
@media screen and (max-width: 767px) {
  .area#usage-products #cases .__inner .case .performance ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.area#usage-products #cases .__inner .case .performance ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 800;
  color: #A0A0A0;
}
@media screen and (max-width: 767px) {
  .area#usage-products #cases .__inner .case .performance ul li {
    gap: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.area#usage-products #cases .__inner .case .performance ul li img {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .area#usage-products #cases .__inner .case .performance ul li img {
    width: 8vw;
  }
}
.area#usage-products #cases .__inner .case .performance ul li img + img {
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .area#usage-products #cases .__inner .case .performance ul li img + img {
    height: 3.7333333333vw;
  }
}
.area#usage-products #products .__inner .nav_list {
  margin-right: 80px;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .area#usage-products #products .__inner .nav_list {
    margin-right: 0;
  }
  .area#usage-products #products .__inner .nav_list li {
    width: 100%;
  }
}
body:lang(en) .area#usage-products #products .__inner .nav_list {
  margin-right: 40px;
  gap: 1vw;
}
@media screen and (max-width: 767px) {
  body:lang(en) .area#usage-products #products .__inner .nav_list {
    margin-right: 0;
    gap: 2.6666666667vw;
  }
}
.area#usage-products #products .__inner h3 {
  margin-top: 0;
}
.area#usage-products #products .__inner .product {
  padding: 40px 47px;
  margin-bottom: 40px;
  background: #fff;
  border: 3px solid #C7D6EA;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .area#usage-products #products .__inner .product {
    padding: 8vw 5.8666666667vw;
    margin-bottom: 10.6666666667vw;
    border: 0.8vw solid #C7D6EA;
    border-radius: 5.3333333333vw;
  }
}
.area#usage-products #products .__inner .product .column2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .area#usage-products #products .__inner .product .column2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5.3333333333vw;
  }
}
.area#usage-products #products .__inner .product .column2 figure {
  width: 210px;
}
@media screen and (max-width: 767px) {
  .area#usage-products #products .__inner .product .column2 figure {
    width: 56vw;
  }
}
.area#usage-products #products .__inner .product .column2 figure img {
  display: block;
  width: 100%;
}
.area#usage-products #products .__inner .product .column2 .product_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.area#usage-products #products .__inner .product .column2 .product_info h4 {
  margin-block: 0 6px;
  font-size: 26px;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 767px) {
  .area#usage-products #products .__inner .product .column2 .product_info h4 {
    margin-block: 0 1.6vw;
    font-size: 6.9333333333vw;
  }
}
.area#usage-products #products .__inner .product .column2 .product_info h4 + h5 {
  margin-block: 0 3px;
}
@media screen and (max-width: 767px) {
  .area#usage-products #products .__inner .product .column2 .product_info h4 + h5 {
    margin-block: 0 0.8vw;
  }
}
.area#usage-products #products .__inner .product .column2 .product_info h5 {
  margin-block: 10px 3px;
}
.area#usage-products #products .__inner .product .column2 .product_info h5:not(:first) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .area#usage-products #products .__inner .product .column2 .product_info h5 {
    margin-block: 2.6666666667vw 0.8vw;
  }
  .area#usage-products #products .__inner .product .column2 .product_info h5:not(:first) {
    margin-top: 5.3333333333vw;
  }
}
.area#usage-products #products .__inner .product .column2 .product_info p {
  margin: 0;
}
.area#usage-products #products .__inner .product .column2 .product_info ul li {
  position: relative;
  padding-left: 14px;
}
@media screen and (max-width: 767px) {
  .area#usage-products #products .__inner .product .column2 .product_info ul li {
    gap: 2.1333333333vw;
    padding-left: 3.7333333333vw;
  }
}
.area#usage-products #products .__inner .product .column2 .product_info ul li::before {
  position: absolute;
  content: "";
  display: block;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #004EA2;
}
@media screen and (max-width: 767px) {
  .area#usage-products #products .__inner .product .column2 .product_info ul li::before {
    top: 2.4vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
.area#usage-products #products .__inner .product .explain {
  padding: 20px 30px 30px;
  background: #EDF1F7;
}
@media screen and (max-width: 767px) {
  .area#usage-products #products .__inner .product .explain {
    padding: 5.3333333333vw 4vw 4vw;
  }
}
.area#usage-products #products .__inner .product .explain h5 {
  margin-block: 0 10px;
}
@media screen and (max-width: 767px) {
  .area#usage-products #products .__inner .product .explain h5 {
    margin-block: 0 2.6666666667vw;
  }
}
.area#usage-products #products .__inner .product .explain p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .area#usage-products #products .__inner .product .explain p {
    margin-bottom: 5.3333333333vw;
  }
}
.area#usage-products #products .__inner .product .explain p span {
  font-weight: 700;
}
.area#usage-products #products .__inner .product .explain figure {
  width: 100%;
}
.area#usage-products #products .__inner .product .explain figure img {
  display: block;
  width: 100%;
}
.area#usage-products #products .__inner .product .explain figure img.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .area#usage-products #products .__inner .product .explain figure:has(.-sp) img {
    display: none;
  }
  .area#usage-products #products .__inner .product .explain figure:has(.-sp) img.-sp {
    display: block;
  }
}
.area#usage-products #products .__inner .product .explain .column3 {
  gap: 16px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .area#usage-products #products .__inner .product .explain .column3 {
    gap: 4.2666666667vw;
  }
}
.area#usage-products #products .__inner .product .button__area {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .area#usage-products #products .__inner .product .button__area {
    margin-top: 8vw;
  }
}
.area#usage-products #products .__inner .product .button__area .__button {
  height: 50px;
}
@media screen and (max-width: 767px) {
  .area#usage-products #products .__inner .product .button__area .__button {
    height: 13.3333333333vw;
  }
}
.area#usage-products #products .__inner .product#product_03 .explain figure {
  border: 3px solid #fff;
}
@media screen and (max-width: 767px) {
  .area#usage-products #products .__inner .product#product_03 .explain figure {
    border: 0.8vw solid #fff;
  }
}
.area#usage-products #products .__inner .product#product_04 .explain .column2 {
  padding: 23px 21.6px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .area#usage-products #products .__inner .product#product_04 .explain .column2 {
    padding: 6.1333333333vw 5.76vw;
  }
}
.area.wave {
  padding: 0;
}
.area.wave section:nth-of-type(1) {
  padding-top: 0;
}
.area.wave section:nth-of-type(2n) {
  position: relative;
  background-image: url(/technology/image/bg.png);
  background-repeat: repeat;
  background-size: 200px;
  background-position: left top;
  padding: 105px 20px;
}
@media screen and (max-width: 767px) {
  .area.wave section:nth-of-type(2n) {
    padding: 16.5333333333vw 0;
  }
}
.area.wave section:nth-of-type(2n)::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-image: url(/technology/image/wave_up.png);
  background-repeat: repeat;
  background-size: 128px 45px;
}
@media screen and (max-width: 767px) {
  .area.wave section:nth-of-type(2n)::before {
    height: 8.5333333333vw;
    background-size: 24.2666666667vw 8.5333333333vw;
  }
}
.area.wave section:nth-of-type(2n)::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-image: url(/technology/image/wave_down.png);
  background-repeat: repeat;
  background-size: 128px 45px;
}
@media screen and (max-width: 767px) {
  .area.wave section:nth-of-type(2n)::after {
    height: 8.5333333333vw;
    background-size: 24.2666666667vw 8.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .area.wave section:nth-of-type(2n) .__inner {
    padding: 0 5.3333333333vw;
  }
}

.--gray-bg .__button {
  max-width: 460px;
}
@media screen and (max-width: 767px) {
  .--gray-bg .__button {
    max-width: 100%;
  }
}

.to_index {
  margin-top: 30px;
  margin-bottom: 50px;
}
.to_index a {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.to_index a::before {
  content: "";
  display: block;
  background: url(/technology/image/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .to_index {
    margin-top: 8vw;
    margin-bottom: 13.3333333333vw;
  }
  .to_index a {
    font-size: 4.8vw;
  }
  .to_index a::before {
    width: 8vw;
    height: 8vw;
    margin-right: 2.6666666667vw;
  }
}

.sticky_btn {
  position: initial;
}

.sticky_btn.-sticky {
  position: sticky;
}/*# sourceMappingURL=technology.css.map */