.l__video {
  padding: 0 var(--padding);
  transform: translateY(-28%);
}
.l__video .container {
  width: 100%;
  position: relative;
  border-radius: 2vw;
  background: #B9B9B9;
  overflow: hidden;
}

.about-info {
  padding: 0 var(--padding);
}
.about-info .boder {
  margin-top: 12vw;
}
.about-info .boder .dashitem {
  position: relative;
}
.about-info .boder .dashitem img {
  width: 0;
  min-width: 100%;
}
.about-info .boder .dashitem .info {
  padding-left: 2.133333vw;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(38%);
}
.about-info .boder .dashitem .info .val {
  color: var(--link-hover-color);
  font-size: var(--size-46);
  font-weight: 800;
}
.about-info .boder .dashitem .info .title {
  margin-top: 1.066667vw;
}
.about-info .boder .header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about-info .boder .header .solgan {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.about-info .boder .header .solgan h3 {
  position: relative;
  margin-top: 1.333333vw;
  z-index: 1;
}
.about-info .boder .header .solgan h3:first-child {
  margin-top: 0;
}
.about-info .boder .header .solgan h3:first-child:after {
  display: none;
}
.about-info .boder .header .solgan h3:after {
  display: block;
  width: 100%;
  height: 13px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--link-hover-color);
  z-index: -1;
}
.about-info .boder .header .dashboard-top {
  flex-shrink: 0;
  width: 38.666667vw;
}
.about-info .boder .summary {
  margin-top: 8.666667vw;
}
.about-info .boder .summary .content {
  font-size: var(--size-16);
  font-weight: 500;
  line-height: 1.2;
  white-space: pre-wrap;
}
.about-info .boder .summary .dashboard {
  margin: 9.333333vw -1.89% 0;
  display: flex;
  flex-wrap: wrap;
}
.about-info .boder .summary .dashboard .dashitem {
  width: 46.21%;
  margin: 0 1.89%;
}
.about-info .boder .summary .dashboard .dashitem:first-child {
  display: none;
}

.about-advs {
  margin-top: 26.666667vw;
}
.about-advs .boder {
  padding-bottom: 25.333333vw;
  background-position: left bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.about-advs .boder .items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about-advs .boder .items .item {
  margin-top: 16vw;
  width: 60%;
  height: 31.6vw;
  background-image: url("/theme/images/about-adv-bg.png");
  background-repeat: no-repeat;
  background-size: 31.6vw auto;
  background-position: center top;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-advs .boder .items .item .icon {
  height: 29.535864%;
}
.about-advs .boder .items .item .info {
  width: 110%;
  position: absolute;
  top: 80%;
  left: -5%;
  text-align: center;
  font-weight: 500;
}
.about-advs .boder .items .item .info .title {
  font-size: var(--size-26);
  color: #F6AB00;
}
.about-advs .boder .items .item .info .summary {
  margin-top: 2vw;
  font-size: var(--size-20);
  color: #999999;
  white-space: pre-wrap;
}

.about-honners {
  margin-top: 100px;
  padding-bottom: 70px;
}
.about-honners .swiper-box {
  margin-top: 130px;
}
.about-honners .swiper-box .swiper .swiper-slide {
  display: block;
}
.about-honners .swiper-box .swiper .swiper-slide img {
  width: 100%;
}
.about-honners .swiper-box .swiper-buttons {
  margin-top: 60px;
  text-align: center;
}
.about-honners .swiper-box .swiper-buttons .swiper-next {
  margin-left: 18px;
}

@media screen and (max-width: 991px) {
  .l__video .container {
    height: 25vh;
  }
  .l__video .container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 992px) {
  .l__video {
    padding: 0 7.291667vw;
  }
  .l__video .container {
    border-radius: 4.166667vw;
  }
  .about-info .boder {
    margin-top: 4.6875vw;
    display: flex;
    justify-content: space-between;
  }
  .about-info .boder .dashitem .info {
    padding-left: 0.833333vw;
    transform: translateY(65%);
  }
  .about-info .boder .dashitem .info .title {
    margin-top: 0.416667vw;
  }
  .about-info .boder .header {
    display: block;
  }
  .about-info .boder .header .solgan h3 {
    margin-top: 0.520833vw;
  }
  .about-info .boder .header .solgan h3:after {
    height: 0.677083vw;
  }
  .about-info .boder .header .dashboard-top {
    display: none;
  }
  .about-info .boder .summary {
    flex: 1;
    width: 0;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin-top: 0;
  }
  .about-info .boder .summary .content, .about-info .boder .summary .dashboard {
    width: 960px;
    max-width: 90%;
  }
  .about-info .boder .summary .content {
    font-size: var(--size-16);
  }
  .about-info .boder .summary .dashboard {
    display: block;
    margin: 3.645833vw 0 0;
    display: flex;
    justify-content: space-between;
  }
  .about-info .boder .summary .dashboard .dashitem {
    flex: 1;
    width: 0;
    margin: 0 0 0 1.5625vw;
  }
  .about-info .boder .summary .dashboard .dashitem:first-child {
    display: block;
  }
  .about-advs {
    margin-top: 10.416667vw;
  }
  .about-advs .boder {
    margin-top: 120px;
    padding-bottom: 260px;
  }
  .about-advs .boder .items {
    width: 90%;
    margin: 0 auto;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
  }
  .about-advs .boder .items .item {
    width: 237px;
    height: 237px;
    margin-top: 6.25vw;
    background-size: 100% auto;
    background-position: left top;
  }
  .about-advs .boder .items .item:nth-child(2) {
    transform: translateY(-30%);
  }
  .about-honners {
    margin-top: 5.208333vw;
    padding-bottom: 3.645833vw;
  }
  .about-honners .swiper-box {
    margin-top: 6.770833vw;
  }
  .about-honners .swiper-box .swiper-buttons {
    margin-top: 3.125vw;
  }
  .about-honners .swiper-box .swiper-buttons .swiper-next {
    margin-left: 0.9375vw;
  }
}
@media screen and (min-width: 1200px) {
  .about-advs .boder .items {
    width: 1160px;
  }
}
@media screen and (min-width: 1920px) {
  .l__video .container {
    border-radius: 80px;
  }
  .about-info .boder {
    margin-top: 90px;
  }
  .about-info .boder .dashitem .info {
    padding-left: 16px;
  }
  .about-info .boder .dashitem .info .title {
    margin-top: 8px;
  }
  .about-info .boder .solgan h3 {
    margin-top: 10px;
  }
  .about-info .boder .solgan h3:after {
    height: 13px;
  }
  .about-info .boder .dashboard {
    margin-top: 70px;
  }
  .about-info .boder .dashboard .dashitem {
    margin-left: 30px;
  }
  .about-advs {
    margin-top: 10.416667vw;
  }
  .about-advs .boder {
    margin-top: 6.25vw;
    padding-bottom: 13.541667vw;
  }
  .about-advs .boder .items {
    width: 60.416667vw;
  }
  .about-advs .boder .items .item {
    margin-top: 120px;
    width: 12.34375vw;
    height: 12.34375vw;
  }
  .about-honners {
    margin-top: 100px;
    padding-bottom: 70px;
  }
  .about-honners .swiper-box {
    margin-top: 130px;
  }
  .about-honners .swiper-box .swiper-buttons {
    margin-top: 60px;
  }
  .about-honners .swiper-box .swiper-buttons .swiper-next {
    margin-left: 18px;
  }
}
