.nav-local-06__logo+button+button {
  display: none;
}
.nav-local-06__list a .small {
  display: none;
}
.nav-local-06 .is-desktop-sublist .is-deep-list>div>a span {
  margin: 0 0 0 20px;
}
.nav-technology-01-container {
  z-index: 999;
  left: 10px;
}
.nav-technology-01-container .nav-technology-01 {
  margin: 0;
}
.nav-technology-01-container .nav-technology-01 li {
  margin: 2px 0;
  line-height: 1;
}
.nav-technology-01-container .tec-prev, .nav-technology-01-container .tec-next {
  display: none;
}
.nav-technology-01-container .nav-technology-01 li a {
  transition: .5s ease;
}
.nav-technology-01-container .nav-technology-01 li a .btn {
  width: 5px;
}
.nav-technology-01-container .nav-technology-01 li a .category-wrap {
  width: auto !important;
  margin: 0 0 0 -5px;
  padding: 0;
  transition: opacity .5s ease;
  position: relative;
  opacity: 0;
}
.nav-technology-01-container .nav-technology-01 li a .category-wrap img {
  transition: opacity .5s ease;
}
.nav-technology-01-container .nav-technology-01 li a .category-wrap img.is-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 112px;
}
.nav-technology-01-container .nav-technology-01 li a .category-wrap:hover img.is-hover {
  opacity: 1;
}
.nav-technology-01-container .nav-technology-01 li a.current .category-wrap:hover img.is-hover {
  opacity: 0;
}
.is-sp {
  display: none;
}
.fade.animate {
  transition: .5s ease;
  opacity: 1;
}
.technology-box-01-container {
  margin: 0 auto;
  padding: 50px 30px 11px;
  max-width: 1170px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-height: 700px;
  height: 100%;
  position: relative;
}
.technology-box-01 {
  position: relative;
  z-index: 5;
  width: 100%;
}
.technology-ttl-label {
  font-size: 26px;
  font-family: 'DINNextLTPro-Regular';
  font-weight: 600;
  display: inline-block;
  line-height: 1.2;
  color: #dc1e37;
  opacity: 0;
  transition-duration: .5s;
}
.technology-ttl.type-01 .technology-ttl-label {
  transform: translate3d(30px, -30px, 0);
}
.technology-ttl-label {
  position: relative;
}
.technology-ttl-label span {
  display: block;
  opacity: 0;
  transition-property: opacity;
  transition-duration: .8s;
}
.technology-ttl-label .technology-ttl-label__base {
  display: block;
  transform: translate3d(-10px, 0, 0);
}
.technology-ttl-label__slash {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
}
.animate .technology-ttl-label span {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
  height: 100%;
}
.technology-mv .technology-ttl-label__slash {
  transition-delay: 1s;
  transition-duration: .4s;
}
.technology-section.is-concept .technology-ttl-label__slash {
  transition-delay: 2s;
  transition-duration: .4s;
}
.technology-research .technology-ttl-label__slash {
  transition: opacity .6s;
  transition-delay: .5s;
}
.technology-review .technology-ttl-label__slash {
  transition-delay: 1.1s;
  transition-duration: 0.3s;
}
.technology-ttl-label__slash img {
  max-height: 100%;
}
.animate .technology-ttl-label {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
}
.technology-ttl-text {
  color: #fff;
  font-size: 45px;
  line-height: 1.55;
  transition: opacity .5s;
  display: block;
  opacity: 0;
}
.technology-ttl-text span {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.animate .technology-ttl-text span {
  opacity: 1;
}
.technology-ttl-text.is-small {
  font-size: 30px;
  color: #333;
}
.technology-section.is-field {
  overflow: hidden;
  margin: -380px 0 0;
  padding: 30px 0 0;
  position: relative;
  z-index: 7;
}
.technology-hdg-level02-1 {
  transform: translate3d(-10px, 0, 0);
  transition: opacity .5s;
  opacity: 0;
}
.animate .technology-hdg-level02-1 {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.technology-lead {
  color: #333;
  font-size: 20px;
  margin: 42px 0 44px;
  transform: translate3d(0, 25px, 0);
  transition: opacity .5s;
  opacity: 0;
}
.animate .technology-lead {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: .3s;
  line-height: 2;
}
.is-field .technology-lead {
  color: #fff;
  margin: 48px 0 65px;
}
.technology-txt {
  color: #fff;
  font-size: 18px;
  line-height: 1.95;
  transform: translate3d(0, 25px, 0);
  transition-property: opacity, transform;
  opacity: 0;
  transition-duration: .5s;
}
.technology-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.technology-mv::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.technology-mv.is-top {
  background: url(/jp/about/technology/img/top/technology-mv-top_pc.jpg)no-repeat center center /cover;
}
.technology-mv .technology-ttl {
  margin-bottom: 45px;
}
.technology-mv .technology-ttl-label {
  margin: 0 0 0 -111px;
}
.technology-mv .technology-txt {
  font-size: 16px;
  line-height: 2.2;
  opacity: 1;
  letter-spacing: 0.4px;
  transform: translate3d(0, 0, 0);
}
.technology-mv .technology-txt span {
  margin: 20px 0 0;
  display: block;
  opacity: 0;
  transition: opacity 1s ease;
}
.animate .technology-txt {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 1.2s;
}
.technology-mv.animate .technology-txt span {
  opacity: 1;
  transition-delay: 1.2s;
}
.technology-mv.animate .technology-txt .is-fade2 {
  transition-delay: 1.8s;
}
.technology-mv.animate .technology-txt .is-fade3 {
  transition-delay: 2.6s;
}
.technology-mv .technology-box-01-container {
  align-items: flex-start;
  padding: 0 30px 6.3%;
}
.technology-mv-slide-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 43%;
  max-width: 655px;
  opacity: 0;
  height: 100%;
  transition: 1s ease;
}
.technology-mv-slide-container.fade {
  opacity: 1;
}
.technology-mv-slide {
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.technology-mv-slide li {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  text-align: right;
}
.technology-mv-slide-container a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.technology-mv-slide-container a::before {
  content: "";
  width: 95px;
  height: 95px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15%;
  right: 0;
  margin: auto;
  z-index: 7;
  cursor: pointer;
  background: url(/jp/about/technology/img/top/technology-mv-slide_icon.png)no-repeat center center/contain;
  transition: opacity .5s ease;
  opacity: 0;
  transition-delay: 2s;
}
.technology-mv-slide-container.fade a::before {
  opacity: 1;
}
.technology-mv-slide-container a:hover {
  text-decoration: none;
}
.technology-mv-slide-container a:hover::before {
  background: url(/jp/about/technology/img/top/technology-mv-slide_icon_on.png)no-repeat center center/contain;
}
.technology-mv-slide li img {
  height: 100%;
}
.nav-technology-02-container {
  background: transparent;
  width: 100%;
  margin: -29px auto 0;
  overflow: hidden;
}
.nav-technology-02 {
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 1150px;
  margin: 0 auto 0;
  position: relative;
  z-index: 7;
}
.nav-technology-02__item {
  width: calc((100%) / 4);
  margin: 0 3px;
  position: relative;
  left: 0%;
  transform: translate3d(0, -25px, 0);
  opacity: 0;
  transition-property: opacity, transform;
}
.animate .nav-technology-02__item {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-duration: 0.5s;
}
.animate .nav-technology-02__item:nth-child(2) {
  transition-delay: .5s;
}
.animate .nav-technology-02__item:nth-child(3) {
  transition-delay: 1s;
}
.animate .nav-technology-02__item:nth-child(4) {
  transition-delay: 1.5s;
}
a.nav-technology-02__link {
  display: block;
  color: #fff;
  padding: 45px 0 13px 7.5%;
  position: relative;
  background-position: left 7px top 10px;
  background-repeat: no-repeat;
  margin: 0 0 0 -0.3%;
  z-index: 7;
}
.nav-technology-02__item:nth-child(1) a {
  background-image: url(/jp/about/technology/img/top/nav02_technology_pt_01.png);
}
.nav-technology-02__item:nth-child(2) a {
  background-image: url(/jp/about/technology/img/top/nav02_technology_pt_02.png);
}
.nav-technology-02__item:nth-child(3) a {
  background-image: url(/jp/about/technology/img/top/nav02_technology_pt_03.png);
}
.nav-technology-02__item:nth-child(4) a {
  background-image: url(/jp/about/technology/img/top/nav02_technology_pt_04.png);
}
a.nav-technology-02__link:hover {
  background-image: url(/jp/about/technology/img/top/nav02_technology_pt_on.png);
}
a.nav-technology-02__link img {
  display: block;
  margin: 0 0 11px -10px;
}
.nav-technology-02__item::before {
  content: "";
  width: 100%;
  height: 101%;
  position: absolute;
  top: 0px;
  left: 3px;
  background: #dc1e37;
  z-index: 0;
  transform: skewX(-15deg);
}
.nav-technology-02__item:hover::before {
  background-image: -moz-linear-gradient(90deg, #690912 0%, #8d0d18 100%);
  background-image: -webkit-linear-gradient(90deg, #690912 0%, #8d0d18 100%);
  background-image: -ms-linear-gradient(90deg, #690912 0%, #8d0d18 100%);
}
a.nav-technology-02__link:hover {
  text-decoration: none;
}
a.nav-technology-02__link span {
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.6;
  display: block;
  text-indent: 0.7rem;
}
a.nav-technology-02__link span:nth-child(2) {
  display: none;
}
a.nav-technology-02__link:hover span:nth-child(1) {
  display: none;
}
a.nav-technology-02__link:hover span:nth-child(2) {
  display: block;
}
.technology-vision-container {
  position: relative;
}
.technology-section.is-fit .technology-inner {
  position: relative;
  height: calc(100% + 1px);
  opacity: 1;
  transition: .5s ease 1s;
  overflow: hidden;
}
.technology-section.is-fit.is-fixed .technology-inner {
  opacity: 1;
}
.technology-section.is-fit {
  min-height: 700px;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.technology-section.is-fit .technology-link {
  opacity: 0;
  transition: opacity .5s;
}
.technology-section.is-fit.animate .technology-link {
  opacity: 1;
  transition-delay: 1.7s;
}
.technology-section.is-fit::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-position: center center;
  opacity: 1;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  z-index: -1;
}
.technology-section.is-fit::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 1;
  transition-duration: 1.8s;
  transition-delay: 1.8s;
  z-index: 1;
}
.technology-section.is-fit.is-concept::after {
  transition: opacity 1s;
  transition-delay: 1s;
}
.technology-section.is-fit.animate::after {
  opacity: 0;
}
.technology-section.is-fit.animate.open .technology-box-01-container {
  z-index: 1;
}
.technology-section.is-vision-01::before {
  background: url(/jp/about/technology/img/top/technology-vision01-bg_pc.jpg)no-repeat center center /cover;
}
.technology-section.is-vision-02::before {
  background: url(/jp/about/technology/img/top/technology-vision02-bg_pc.jpg)no-repeat center center /cover;
}
.technology-section.is-vision-03::before {
  background: url(/jp/about/technology/img/top/technology-vision03-bg_pc.jpg)no-repeat center center /cover;
}
.technology-section.is-vision-04::before {
  background: url(/jp/about/technology/img/top/technology-vision04-bg_pc.jpg)no-repeat center center /cover;
}
.technology-section.is-concept {
  height: auto;
  padding: 0;
}
.technology-concept-wrap {
  display: block;
  position: relative;
  padding: 0 0 404px;
}
.technology-concept-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/jp/about/technology/img/top/technology-concept-bg_pc.jpg)no-repeat center top /cover;
  background-attachment: fixed;
  position: absolute;
  opacity: 1 !important;
}
.technology-section.is-concept .arrow {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 300px;

}
.technology-section.is-concept .arrow span {
  -webkit-animation: arrow-fade 8s infinite;
  animation: arrow-fade 8s infinite;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.technology-section.is-concept .arrow span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.technology-section.is-concept .arrow span:nth-of-type(2) {
  -webkit-animation-delay: .15s;
  animation-delay: .25s;
}
.technology-section.is-concept .arrow span:nth-of-type(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .5s;
}
.technology-section.is-concept .technology-box-01-container {
  padding: 0 3% 11px;
}
.technology-section.is-concept .technology-link {
  display: block;
  padding: 74px 0 16px;
}
.technology-side {
  background: #efefef;
  position: absolute;
  top: 0;
  right: 0;
  width: 52.5%;
  height: 100%;
  z-index: 3;
  transform: translateX(100%);
  opacity: 0;
  transition: opacity 1s, transform 0.5s;
}
.open .technology-side {
  opacity: 1;
  transform: translateX(0);
  z-index: 7;
}
.technology-side::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2px 0px 0 0;
  border-color: transparent transparent #dc1e37 transparent;
  position: absolute;
  top: -12vh;
  right: 100%;
  z-index: 2;
  transition-duration: .6s;
  transition-property: opacity, border-width;
}
.open .technology-side::before {
  border-width: 1.2px 0px 115vh 16.6vw;
  transition-delay: .7s;
}
.technology-side::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0px 120vh 19vw;
  border-color: transparent transparent #efefef transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 99.7%;
  z-index: 3;
}
.technology-side-content {
  max-width: 590px;
  padding: 0 50px 0 0.3%;
  box-sizing: border-box;
  max-height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  z-index: 2;
  background: #efefef;
}
.technology-side-content::-webkit-scrollbar {
  display: none;
}
.technology-side-scroll {
  width: 10px;
  height: 85px;
  position: fixed;
  top: 55vh;
  right: 15px;
  z-index: 7;
  cursor: pointer;
  background: transparent;
}
.technology-side-scroll.bottom .is-down {
  display: block;
}
.technology-side-scroll .is-up {
  display: none;
}
.technology-side-scroll.bottom .is-up {
  display: block;
}
.technology-side-scroll.bottom .is-down {
  display: none;
}
.technology-side-close {
  position: absolute;
  top: 40px;
  left: auto;
  margin: 0 0 0 544px;
  z-index: 8;
  cursor: pointer;
  max-width: 46px;
}
.technology-side-close img {
  max-width: 100%;
}
.technology-side.open .overlay {
  content: "";
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: auto;
  right: 100%;
  z-index: 2;
  opacity: 1;
  transition-duration: .5s;
  z-index: 0;
}
.technology-side .technology-ttl {
  margin: 0 0 21px;
}
.technology-side .technology-ttl-label {
  margin: 110px 0 22px 2px;
  max-width: 170px;
}
.technology-side .technology-ttl-label img {
  max-width: 100%;
}
.technology-side .technology-link {
  margin: 13px 0 43px;
}
.technology-side .technology-txt {
  margin: 0 0 25px 0;
  color: #333;
  letter-spacing: 0.9px;
}
.technology-link {
  display: inline-block;
  position: relative;
  z-index: 5;
}
.button-01.is-concept {
  background: transparent;
  border: #fff 1px solid;
  padding: calc(0.8em - 2px) calc(1.5em - 2px);
  transition: opacity .5s ease;
}
.button-01.is-concept:hover {
  background: #fff;
  color: #000;
  opacity: 1;
}
.technology-txt.is-concept {
  line-height: 2.3;
  font-size: 20px;
  transition-delay: 2.2s;
  transition-duration: 2s;
  transform: translate3d(0, 0, 0);
}
.technology-txt.is-concept span {
  display: block;
  margin: 0 0 10px;
}
.lyt-sustainable-03 .col-5 {
  display: flex;
}
.lyt-sustainable-03 p.bold {
  margin: 0 0 15px;
  min-height: 75px;
}
.lyt-sustainable-03 .col-5 .column {
  padding: 18px 15px;
  height: auto !important;
}
.technology-field__tab {
  max-width: 1140px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.technology-field__content {
  width: 100%;
  overflow: hidden;
  margin: -40px 0 0;
  padding: 0 0 71px;
  position: relative;
}
.technology-field__item {
  position: relative;
  display: none;
}
.technology-field__item.show {
  display: block;
}
.technology-field__item.show-0 {
  display: block;
}
.technology-field__inner {
  max-width: 1110px;
  width: 96%;
  padding: 107px 0 94px;
  margin: 0 auto;
  position: relative;
  background-image: -moz-linear-gradient(90deg, rgb(223, 223, 223) 0%, rgb(244, 244, 244) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(223, 223, 223) 0%, rgb(244, 244, 244) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(223, 223, 223) 0%, rgb(244, 244, 244) 100%);
}
.technology-field__item::before {
  content: "";
  width: 50%;
  height: 100%;
  background-image: -moz-linear-gradient(90deg, rgb(223, 223, 223) 0%, rgb(244, 244, 244) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(223, 223, 223) 0%, rgb(244, 244, 244) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(223, 223, 223) 0%, rgb(244, 244, 244) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.technology-field__item .technology-field__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -21.5%;
  top: 0;
}
.technology-field__item.type-01 .technology-field__inner::after {
  background: url(/jp/about/technology/img/top/technology-solution01-img.png)no-repeat right center /auto 100%;
}
.technology-field__item.type-02 .technology-field__inner::after {
  background: url(/jp/about/technology/img/top/technology-solution02-img.png)no-repeat right center /auto 100%;
}
.technology-field__item.type-03 .technology-field__inner::after {
  background: url(/jp/about/technology/img/top/technology-solution03-img.png)no-repeat right center /auto 100%;
}
.technology-field__item.type-04 .technology-field__inner::after {
  background: url(/jp/about/technology/img/top/technology-solution04-img.png)no-repeat right center /auto 100%;
}
.technology-field__item.type-05 .technology-field__inner::after {
  background: url(/jp/about/technology/img/top/technology-solution05-img.png)no-repeat right center /auto 100%;
}
.technology-field__tab li {
  width: calc(100% /5);
  display: block;
  padding: 32px 10px 30px 23px;
  position: relative;
  margin: 0 2px;
  cursor: pointer;
  transform: translate3d(0, -25px, 0);
  opacity: 0;
  z-index: 5;
  transition-property: opacity, transform;
}
.animate .technology-field__tab li {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-duration: 0.5s;
  transition-delay: .8s;
}
.animate .technology-field__tab li:nth-child(2) {
  transition-delay: 1.1s;
}
.animate .technology-field__tab li:nth-child(3) {
  transition-delay: 1.4s;
}
.animate .technology-field__tab li:nth-child(4) {
  transition-delay: 1.7s;
}
.animate .technology-field__tab li:nth-child(5) {
  transition-delay: 2s;
}
.technology-field__tab li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #dc1e37;
  z-index: -1;
  transform: skewX(-15deg);
}
.technology-field__tab li:hover::before {
  background-image: -moz-linear-gradient(90deg, #690912 0%, #8d0d18 100%);
  background-image: -webkit-linear-gradient(90deg, #690912 0%, #8d0d18 100%);
  background-image: -ms-linear-gradient(90deg, #690912 0%, #8d0d18 100%);
}
.technology-field__tab li.active::before {
  background-image: -moz-linear-gradient(90deg, #690912 0%, #8d0d18 100%);
  background-image: -webkit-linear-gradient(90deg, #690912 0%, #8d0d18 100%);
  background-image: -ms-linear-gradient(90deg, #690912 0%, #8d0d18 100%);
}
.technology-field__txt {
  font-size: 18px;
  line-height: 2;
  min-height: 108px;
  position: relative;
  z-index: 3;
}
.technology-field__ttl span {
  color: #333333;
  font-size: 30px;
  display: block;
  margin: 29px 0 15px;
}
.technology-application {
  width: 96%;
  max-width: 850px;
  min-height: 104px;
  position: absolute;
  bottom: -51px;
  left: -5px;
  padding: 16px 30px 0 152px;
  box-sizing: border-box;
  z-index: 2;
  display: flex;
  align-items: center;
  margin: 0 0 0 1%;
  opacity: 0;
  transform: translate3d(-20px, 0, 0);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-delay: 1s;
}
.animate .show .technology-application {
  transform: translate3d(0, 0, 0);
  animation: show 1s ease 0s forwards;
}
.animate .show-0 .technology-application {
  transform: translate3d(0, 0, 0);
  animation: show 1s ease 1.2s forwards;
}
.technology-application::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #dc1e37;
  z-index: -1;
  transform: skewX(-15deg);
  box-shadow: 7.222px 9.584px 10px 0px rgba(113, 113, 113, 0.35);
}
.technology-application::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/jp/about/technology/img/top/technology-application_bg.png)no-repeat left 0 top 41% /auto 18px;
}
.technology-application__list {
  display: flex;
  flex-wrap: wrap;
}
.technology-application__list li {
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 18px;
  margin: 0 0 17px 20px;
}
.technology-application__list li:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #e97777;
  display: inline-block;
  margin: 0 7px 0 0;
}
.lyt-column-01.col-2 .column {
  height: auto !important;
}
.technology-research {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0;
}
.technology-research-head {
  position: absolute;
  width: 96%;
  max-width: 1110px;
  margin: 0 auto;
  top: -68px;
  left: 0;
  right: 0;
  z-index: 1;
}
.technology-research .technology-ttl-label {
  margin: 0 0 0 -131px !important;
}
.technology-research-head .technology-ttl-text {
  color: #333;
  margin: -10px 0 0;
  display: block;
}
.technology-research-head .technology-lead {
  transition-delay: .8s;
  margin: 0;
  transition-property: opacity, transform;
}
.technology-research__area {
  display: none;
}
.map {
  width: 100%;
  height: 1169px;
  text-align: right;
  position: relative;
  z-index: 0;
  overflow: hidden;
  top: -71px;
}
.map img {
  width: 1568px;
  margin-left: -785.5px;
  position: absolute;
  left: 56%;
}
#lbox {
  position: absolute;
  max-width: 805px;
  width: 100%;
  min-height: 350px;
  margin: 0 auto 0;
  bottom: 5.5vw;
  left: 0;
  right: 0;
}
.box {
  min-height: 358px;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  display: none;
  transition: .5s ease;
}
.box.selected {
  display: block;
}
.lcont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 35px 40px 65px;
}
.detail {
  width: 340px;
}
.detail-ttl {
  margin: 0 0 15px;
}
.detail-ttl strong {
  font-size: 20px;
}
.detail-ttl span {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
}
.detail-txt {
  font-size: 16px;
  margin: 0 0 8px;
  line-height: 1.9;
}
.detail-link {
  margin: 0;
}
#lbox [class^="btn-"] {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
}
#lbox .btn-prev {
  left: 44%;
}
#lbox .btn-next {
  right: 44%;
}
#lbox [class^="btn-"]:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #bfbfbf;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
#lbox .btn-prev:after {
  border-width: 15px 20px 15px 0;
  border-color: transparent #bfbfbf transparent transparent;
  left: calc(20%);
}
.technology-review {
  margin: 80px 0 0;
  background: url(/jp/about/technology/img/top/technology-review01_bg.jpg)no-repeat center top, #c6c6c6;
  padding: 0;
  overflow: hidden;
}
.technology-review .technology-inner {
  width: 97%;
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 84px;
}
.technology-review .technology-ttl-label {
  margin: 0 0 5px -95px !important;
}
.technology-review .technology-ttl-text {
  color: #333;
}
.technology-review .technology-txt {
  color: #333;
}
.technology-review.animate .technology-txt {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 1.3s;
}
.technology-modal-img {
  max-height: 85vh;
  overflow: visible;
  width: 95.5%;
  max-width: 1110px;
  right: 0;
  padding: 0;
  border-radius: 10px;
  padding: 0 0 35px;
}
.lyt-sustainable-03 {
  margin: 0 0 20px !important;
}
.box-modal-01-inner::-webkit-scrollbar {
  display: none;
}
.technology-modal-img::after {
  content: "";
  width: 10px;
  height: 85px;
  position: absolute;
  bottom: 50%;
  right: 4%;
  background: url(/jp/about/technology/img/top/scroll.png)no-repeat right 0 bottom 0 /contain;
  z-index: 2;
}
.box-modal-01 .modal-close {
  position: absolute;
  top: -20px;
  z-index: 99;
  background: none !important;
  right: -20px;
}
.box-modal-01.movie .modal-close {
  position: absolute;
  display: block;
  top: -20px;
  right: -20px;
}
.box-modal-01 .box-modal-01-inner .modal-close img {
  width: 46px;
  max-width: none;
}
.lyt-technology-01 .title-logo {
  padding: 50px 0 110px;
}
.lyt-technology-01 .title {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 50px;
}
.lyt-technology-01 .doc-plain-01 {
  font-size: 19px;
}

@media screen and (max-width: 1300px) {
  a.nav-technology-02__link {
    padding: 45px 0 13px 7.5%;
  }
  a.nav-technology-02__link span {
    font-size: 16px;
  }
  #lbox {
    top: 60vw;
    bottom: auto;
  }
  .map .up-img {
    max-width: 100%;
    display: block;
  }
  .map img {
    width: 126%;
    max-width: 1571px;
    position: absolute;
    left: -4%;
    right: 0;
    margin-left: 0;
  }
  .technology-mv-slide-container {
    width: 45%;
    max-width: none;
  }
}

@media screen and (max-width: 1100px) {
  .nav-technology-01-container {
    display: none;
  }
  .box-modal-01 .modal-close {
    right: 0;
    left: auto;
    margin: 0;
  }
  img {
    max-width: 100%;
  }
  a.nav-technology-02__link {
    background-position: left 8.2% top 10px;
    background-size: auto 20px;
    padding: 45px 0 13px 4.1%;
  }
  a.nav-technology-02__link span {
    font-size: 13px;
    letter-spacing: -0.3px;
  }
  .technology-field__inner {
    padding: 80px 34% 94px 0;
    box-sizing: border-box;
    margin: 0 0 0 auto;
  }
  .technology-field__ttl span {
    margin: 15px 0 20px;
    font-size: 27px;
  }
  .technology-field__item .technology-field__inner::after {
    right: -30%;
  }
  .technology-mv-slide-container {
    width: 50%;
    height: 100%;
    top: auto;
    bottom: 0;
  }
  .technology-mv-slide a::before {
    left: 25%;
  }
  .technology-mv .technology-ttl {
    margin-bottom: 25px;
  }
  .technology-mv .technology-txt {
    width: 65%;
    line-height: 1.9;
  }
  .technology-application__list li {
    font-size: 16px;
  }
  .technology-field__txt br {
    display: none;
  }
  .technology-field__ttl {
    position: relative;
    z-index: 3;
  }
  .technology-field__txt {
    font-size: 16px;
  }
  #lbox {
    top: 73vw;
    bottom: auto;
  }
  .map {

    height: 100vw;
    margin: -170px 0 0;
  }
  .map img {
    left: -5%;
  }
  .technology-research-head {
    position: relative;
    top: 0;
  }
  .box {
    min-height: auto;
  }
  .technology-review {
    margin: 0;
  }
  .technology-research .technology-ttl-label {
    margin: -53px 0 0 -131px !important;
  }
  .technology-side-close {
    margin: 0;
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 900px) {
  .technology-ttl-text {
    font-size: 38px;
  }
  .technology-lead {
    font-size: 17px;
  }
  .technology-mv.is-top {
    padding: 0 0 40px;
  }
  .technology-mv .technology-ttl {
    margin-bottom: 25px;
  }
  .technology-mv .technology-txt {
    width: 65%;
    line-height: 1.9;
  }
  .technology-mv-slide a::before {
    width: 75px;
    height: 75px;
    left: 80px;
  }
  .technology-txt.is-concept {
    font-size: 17px;
  }
  .technology-section.is-concept .technology-box-01 {
    padding: 0 0 380px;
  }
  .technology-section.is-concept .technology-link {
    padding: 30px 0 0;
  }
  a.nav-technology-02__link {
    padding: 45px 0 13px 0.2%;
  }
  a.nav-technology-02__link span {
    font-size: 13px;
  }
  .technology-side {
    width: 70%;
  }
  .technology-txt {
    font-size: 16px;
    line-height: 1.8;
  }
  .technology-side .technology-ttl {
    margin: 0 0 10px;
  }
  .technology-side .technology-ttl-label {
    margin: 110px 0 20px;
  }
  .technology-ttl-text.is-small {
    font-size: 25px;
  }
  .technology-field__tab li {
    padding: 3% 1% 3% 1.6%;
  }
  .technology-application {
    min-height: auto;
    padding: 16px 30px 2px 112px;
  }
  .technology-application__list li {
    font-size: 14px;
  }
  .technology-field__inner {
    padding: 80px 34% 80px 0;
  }
  .technology-field__ttl img {
    height: 60px;
  }
  .technology-field__ttl span {
    font-size: 22px;
  }
  .technology-field__txt {
    font-size: 14px;
    min-height: auto;
  }
  #lbox {
    width: 96%;
    height: auto;
    top: 75vw;
  }
  .lcont {
    padding: 20px 3% 60px;
    align-items: center;
  }
  .lcont>p {
    width: 48%;
  }
  .detail {
    width: 48%;
  }
  .detail-ttl {
    margin: 0 0 15px;
  }
  .detail-ttl strong {
    font-size: 18px;
  }
  .detail-ttl span {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
  }
  .detail-txt {
    font-size: 15px;
    margin: 0 0 8px;
    line-height: 1.9;
  }
  .map {
    height: 100vw;
    margin: -100px 0 0;
  }
  .technology-research .technology-ttl-label {
    margin: -52px 0 0 -131px !important;
  }
  .lyt-technology-01 .title-logo {
    padding: 90px 0 75px;
  }
  .lyt-technology-01 .title {
    font-size: 32px;
  }
  .lyt-technology-01 .doc-plain-01 {
    font-size: 17px;
  }
}

@media screen and (max-width: 800px) {
  .nav-technology-02-container {
    margin: 0 auto 0px;
  }
  .nav-technology-02 {
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
  }
  .nav-technology-02__item {
    width: calc((100% - 8px) / 4);
    margin: 0 auto 0;
  }
  .nav-technology-02__item br {
    display: none;
  }
  a.nav-technology-02__link {
    padding: 39px 9px 10px 20px;
    background-position: left 13% top 10px;
  }
  a.nav-technology-02__link span {
    font-size: 14px;
    text-indent: 0;
  }
  .technology-field__item .technology-field__inner::after {
    opacity: 0.3;
    z-index: 0;
    right: -20%;
  }
}

@media screen and (max-width: 660px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  img {
    max-width: 100%;
  }
  .nav-local-06__list a {
    line-height: 1.5;
  }
  .nav-local-06__list a .small {
    display: block;
  }
  .nav-technology-02__item {
    margin: 0 1px;
  }
  a.nav-technology-02__link span {
    display: none;
  }
  a.nav-technology-02__link:hover span {
    display: none !important;
  }
  .nav-technology-02__item:nth-child(1) a {
    background-image: url(/jp/about/technology/img/top/nav02_technology_pt_01.png);
  }
  .nav-technology-02__item:nth-child(2) a {
    background-image: url(/jp/about/technology/img/top/nav02_technology_pt_02.png);
  }
  .nav-technology-02__item:nth-child(3) a {
    background-image: url(/jp/about/technology/img/top/nav02_technology_pt_03.png);
  }
  .nav-technology-02__item:nth-child(4) a {
    background-image: url(/jp/about/technology/img/top/nav02_technology_pt_04.png);
  }
  .technology-mv.is-top {
    padding: 0 0 12%;
    overflow: hidden;
  }
  .technology-mv .technology-ttl-label {
    width: 100%;
    margin: -7% auto 0;
    max-width: none;
    text-align: center;
    display: block;
  }
  .technology-ttl-label span {
    transition-property: opacity;
    left: 0;
  }
  .technology-mv .technology-ttl-text {
    text-align: center;
    text-indent: -1.6rem;
  }
  .technology-ttl-text span:first-child {
    transition: opacity 0.2s ease;
  }
  .technology-mv .technology-box-01-container {
    padding: 0 0 15px;
  }
  .technology-box-01-container {
    padding: 0 2% 11px 3%;
    min-height: auto;
  }
  .technology-ttl-text {
    font-size: 24px;
    line-height: 1.55;
    letter-spacing: 0.5px;
    display: block;
  }
  .technology-txt {
    font-size: 14px;
  }
  .technology-mv .technology-txt {
    font-size: 14px;
    margin: 0 0 15px 1%;
    width: 100%;
    transform: translate3d(0, 0, 0);
    text-align: center;
  }
  .technology-mv .technology-txt span {
    margin: 15px 0 0;
  }
  .technology-mv .technology-txt span.is-fade3 {
    font-size: 15px;
  }
  .technology-ttl-label {
    width: 40%;
    max-width: 180px;
  }
  .technology-side-close {
    top: 15px;
    right: 2%;
    position: absolute;
    width: 46px;
  }
  .technology-side .technology-ttl-label {
    width: 147px;
    margin: 40px 0 20px;
  }
  .technology-side .technology-ttl {
    margin: 0 0 15px;
  }
  .technology-side .technology-link {
    margin: 0 0 25px;
  }
  .lyt-column-01.col-2 .column {
    width: 92% !important;
  }
  .other-solution .lyt-column-01.col-2 .column {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .other-solution .lyt-column-01 .column .image {
    max-width: 100%;
    margin: 0 auto;
  }
  .technology-ttl-text.is-small {
    font-size: 20px;
  }
  .technology-ttl-text.is-small br {
    display: none;
  }
  .technology-side {
    width: 90%;
  }
  .technology-side-content {
    width: 98%;
    padding: 0 3% 20px 0.3%;
    position: relative;
  }
  .technology-side .technology-txt {
    padding: 0 8px 0 0;
  }
  .technology-txt.is-concept {
    font-size: 14px;
    line-height: 2.4;
    transform: translate3d(0, 0, 0);
  }
  .technology-txt.is-concept span {
    opacity: 0;
  }
  .technology-txt.is-concept.animate span {
    margin: 0 0 3px;
    opacity: 1;
  }
  .technology-txt.is-concept.animate span.js-fade2 {
    transition-delay: 1s;
  }
  .technology-txt.is-concept.animate span.js-fade3 {
    transition-delay: 1.5s;
  }
  .technology-field__tab {
    flex-wrap: wrap;
    justify-content: center;
  }
  .technology-field__tab li {
    padding: 2.7% 1.8% 4.6% 1.7%;
    width: 29.1%;
    margin: 0 1px 2px;
    text-align: center;
  }
  .technology-field__tab li img {
    height: 15px;
  }
  .technology-section.is-concept .technology-box-01 {
    padding: 0;
  }
  .technology-section.is-fit {
    min-height: auto;
  }
  .technology-concept-wrap {
    padding: 0 0 200px;
  }
  .technology-concept-wrap::before {
    background-attachment: inherit;
  }
  .technology-section.is-vision-01::before {
    background: url(/jp/about/technology/img/top/technology-vision01-bg_sp.jpg)no-repeat center center /cover;
  }
  .technology-section.is-vision-02::before {
    background: url(/jp/about/technology/img/top/technology-vision02-bg_sp.jpg)no-repeat center center /cover;
  }
  .technology-section.is-vision-03::before {
    background: url(/jp/about/technology/img/top/technology-vision03-bg_sp.jpg)no-repeat center center /cover;
  }
  .technology-section.is-vision-04::before {
    background: url(/jp/about/technology/img/top/technology-vision04-bg_sp.jpg)no-repeat center center /cover;
  }
  .technology-application__list li {
    font-size: 13px;
    margin: 0 5px 11px 11px;
  }
  .technology-application {
    padding: 46px 0 2px 0%;
    width: 92%;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: -60px;
    background: url(/jp/about/technology/img/top/technology-application_bg.png)no-repeat left 0 top 10px /auto 18px, #dc1e37;
  }
  .technology-application::before {
    content: none;
  }
  .technology-hdg-level02-1 {
    padding: 0 4%;
  }
  .technology-hdg-level02-1 img {
    height: 19px;
  }
  .technology-lead {
    font-size: 14px;
    margin: 20px 2%;
  }
  .is-field .technology-lead {
    color: #fff;
    margin: 20px 0;
    font-size: 14px;
  }
  .technology-field__txt {
    margin: 0 0 20px;
    padding: 0 3%;
    height: 112px;
  }
  .technology-application::after {
    content: none;
  }
  .technology-section.is-field {
    margin: -222px 0 0;
  }
  .technology-field__inner {
    padding: 70px 0% 0;
    width: 100%;
  }
  .technology-field__ttl {
    text-align: center;
  }
  .technology-field__ttl span {
    font-size: 20px;
    margin: 10px 0 10px;
    letter-spacing: 0.8px;
  }
  .technology-field__item .technology-field__inner::after {
    content: none;
  }
  .technology-field__ttl img {
    max-height: 38px;
  }
  a.nav-technology-02__link {
    background-position: left -7px top 45%;
    padding: 42% 0 24% 2%;
    background-size: auto 30%;
  }
  .nav-technology-02__item:nth-child(1)::after {
    content: "";
    width: 100%;
    height: 100%;
    left: -50%;
    position: absolute;
    top: 0;
    background: #dc1e37;
    z-index: -1;
  }
  .nav-technology-02__item:nth-child(4)::after {
    content: "";
    width: 100%;
    height: 100%;
    right: -50%;
    position: absolute;
    top: 0;
    background: #dc1e37;
    z-index: -1;
  }
  .technology-mv-slide-container {
    width: 92%;
    height: 170px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #bbb;
  }
  .technology-mv-slide-container a::before {
    left: 0;
    width: 60px;
    height: 60px;
  }
  .technology-mv::before {
    content: "";
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(147, 147, 147, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(147, 147, 147, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00939393', endColorstr='#000000', GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
  }
  .technology-mv-slide li img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    max-width: inherit;
  }
  .technology-review {
    margin: 35px 0 0;
    padding: 0 0 47vw;
    background: url(/jp/about/technology/img/top/technology-review01_bg_sp.jpg)no-repeat right bottom /100% auto, #ebebeb;
  }
  .technology-review .technology-inner {
    padding: 0 0 20px;
  }
  .technology-review .technology-ttl-label {
    width: 92%;
    max-width: none;
    margin: -6% auto 10px !important;
    text-align: center;
    display: block;
  }
  .technology-review .technology-ttl-text {
    text-align: center;
  }
  .technology-review .technology-txt {
    text-align: center;
    margin: 20px 0 30px !important;
  }
  .technology-review .technology-link {
    text-align: center;
    display: block;

  }
  .lyt-technology-01 .title-logo {
    padding: 75px 0 40px;
  }
  .lyt-technology-01 .title {
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    margin-bottom: 23px;
  }
  .technology-research-head {
    position: relative;
    top: 0;
  }
  #lbox {
    position: relative;
    display: block;
    bottom: 0;
    width: 100%;
    top: 0;
    min-height: auto;
    background: #fff;
  }
  .technology-field__content {
    padding: 0 0 60px;
    overflow: visible;
  }
  .technology-research {
    margin: 0;
    z-index: 2;
    padding: 0;
  }
  .technology-research .technology-ttl-label {
    width: 100%;
    max-width: none;
    margin: -17% auto 13px auto !important;
    text-align: center;
  }
  .technology-research-head .technology-ttl-text {
    text-align: center;
    letter-spacing: 1px;
  }
  .technology-research-head .technology-lead {
    text-align: center;
    margin: 20px 0 10px;
  }
  .technology-research__area {
    position: relative;
    color: #fff;
    font-size: 15px;
    padding: 10px 20% 10px 4%;
    margin: 1px 0 0;
    line-height: 1.4;
    background: #dc1e37;
    transition: 0.5s ease;
    display: block;
  }
  .technology-research__area span {
    display: inline-block;
  }
  .technology-research__area::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #a1a1a1;
    z-index: -1;
    transform: skewX(-15deg);
  }
  .technology-research__area:after {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .technology-research__area.active:after {
    content: "";
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: calc(50% - 4px);
  }
  .technology-research__area.selected::before {
    background: #dc1e37;
  }
  .technology-research__area.selected:after {
    top: calc(50% - 4px);
    border-bottom: none;
    border-right: none;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .box {
    display: none;
    position: relative;
    margin: 20px 0 5px;
    box-shadow: none;
    transition: none;
    border-radius: inherit;
    padding: 0 0 10px;
  }
  .lcont {
    display: block;
    padding: 0 4%;
  }
  .lcont>p {
    width: 80%;
    margin: 0 auto 15px;
    text-align: center;
  }
  .detail {
    width: 100%;
  }
  .detail-ttl {
    margin: 0 0 10px;
  }
  .detail-txt {
    font-size: 14px;
  }
  .detail-link a {
    font-size: 14px;
    background-position: 0 9px !important;
  }
  .pager {
    display: none;
  }
  .technology-section.is-concept .technology-ttl-label {
    width: 110%;
    margin: 0 0 0 -5% !important;
    max-width: none;
  }
  .technology-application__list li:before {
    content: "";
    width: 13px;
    height: 13px;
  }
  .box-modal-01 .modal-close {
    top: -17.5px !important;
    right: -6% !important;
    z-index: 5;
    width: 35px;
  }
  .technology-modal-img {
    overflow: visible;
    background: none !important;
    padding: 10px 2%;
  }
  .box-modal-01-inner {
    max-width: 1110px;
    right: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
  }
  .box-modal-01 .box-modal-01-inner .modal-close img {
    width: 35px;
  }
  .lyt-sustainable-03 p.bold {
    min-height: auto;
    margin: 0 0 5px;
  }
  .lyt-sustainable-03 .sp-fz1rem {
    font-size: 14px;
  }
  .button-01.is-concept {
    background: transparent;
    border: #fff 1px solid;
    padding: calc(0.8em - 2px) calc(1.5em - 2px);
  }
  .lyt-sustainable-03 .col-5 {
    display: block;
  }
  .lyt-technology-01 .doc-plain-01 {
    font-size: 13px;
    display: inline;
    text-align: center;
    margin-bottom: 7px;
  }
  .lyt-technology-01.type-01 {
    padding: 0 2% 40px;
  }
}

@media screen and (min-width: 1500px) {
  #lbox {
    bottom: 72px;
  }
}

@media screen and (max-width: 1260px) {
  .box-modal-01.movie {
    width: 90%;
    margin: 0 !important;
    top: 0;
    left: 5%;
  }
}
@media screen and (max-width: 480px) {
  .technology-side-scroll {
    right: 3px;
    top: 310px;
    position: absolute;
  }
}
@media screen and (max-height: 700px) {
  .technology-side::after {
    border-width: 0 0px 900px 290px;
  }
  .open .technology-side::before {
    border-width: 1.2px 0px 900px 260px;
  }
}
@keyframes show {
  from {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes arrow-fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes arrow-fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}