.about-container{
  background-color: #fff;
}
.about-info{
  display: flex;
  justify-content: space-between;
  padding: calc(80rem / 40) 10% 0;
  background-color: #fff;
}
.about-info-right{
  width: 42%;
  max-width: calc(640rem / 40);
}
.about-info-image{
  width: 100%;
}
.about-info-left{
  flex: 1;
  padding-right: calc(74rem / 40);
}
.about-info-title{
  font-size: calc(40rem / 40);
  font-weight: 500;
  color: #1A1A1A;
  line-height: calc(56rem / 40);
}
.about-info-desc{
  margin-top: calc(36rem / 40);
  font-size: 0.45rem;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 1rem;
}
.about-column{
  padding: 1.5rem 10% 2rem;
  background-color: #fff;
}
.about-column-list{
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #F1F3F5;
  border-bottom: 1px solid #F1F3F5;
}
.about-column-item{
  display: flex;
  padding-top: calc(70rem / 40);
  padding-bottom: calc(44rem / 40);
  flex-basis: 25%;
  box-sizing: border-box;
  border-top: 1px solid #F1F3F5;
  border-left: 1px solid #F1F3F5;
  flex-direction: column;
  overflow: hidden;
}
.about-column-item-value{
  display: flex;
  justify-content: center;
  align-items: stretch;
  position: relative;
  font-size: calc(88rem / 40);
  line-height: 1;
  font-family: D-DIN-PRO-Medium, D-DIN-PRO;
  font-weight: 500;
  color: #C0191F;
}
.about-column-item-title{
  text-align: center;
  line-height: 1;
  font-size: 0.45rem;
  font-weight: 400;
  color: #4D4D4D;
  margin-top: calc(55rem / 40);
  padding: 0 0.5rem;
}
.about-column-item-right{
  position: relative;
  display: flex;
  flex-direction: column;
}
.about-column-sub{
  position: absolute;
  font-size: 0.55rem;
  font-weight: 400;
  color: #C0191F;
  line-height: 1;
  bottom: 0.3rem;
  left: 0.1rem;
}

.about-column-sup{
  top: 0;
  font-size: 1.1rem;
  font-weight: 400;
  color: #C0191F;
  line-height: 1;
}

.about-number{
  padding: 2rem 8% 2rem;
  background-color: #F7F8F9;
}
.about-content{
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 0.7rem;
}
.about-circle-container{
  position: absolute;
  width: calc(248rem / 40);
  height: calc(248rem / 40);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -34%);
}
.about-circle-outer{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, #FFB4B3, rgba(254,125,124,0));
  border-radius: 50%;
  animation: circle 5s 0s infinite linear;
}
.about-circle-inner{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 92%;
  height: 92%;
  background: radial-gradient(circle, #FFB4B3, rgba(254,125,124,0));
  border-radius: 50%;
  animation: circle 5s 0s infinite linear;
}
.about-circle{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 84%;
  height: 84%;
  background: linear-gradient(158deg, #DC1F1F 0%, #F39797 100%);
  border-radius: 50%;
}
.about-circle-text{
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.7rem;
  color: #FFFFFF;
  line-height: calc(38rem / 40);
  text-align: center;
}
.about-number-name {
  position: absolute;
  top: 50%;
  left: calc(-34rem / 40);
  transform: translate(-100%, -50%);
  font-size: 0.7rem;
  color: #1A1A1A;
  line-height: 1rem;
  width: 100%;
  font-weight: bold;
}
.about-number-name-right {
  left: calc(100% + (34rem / 40));
  transform: translate(0, -50%);
}
.about-image{
  max-width: 100%;
  margin: 0 auto;
}
.about-company{
  padding: 2rem 10% 2rem;
  background-color: #fff;
}
.about-company-swiper{
  position: relative;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: calc(66rem / 40);
  padding-left: 5px;
  padding-right: 5px;
}
.about-company-item{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.acbout-company-border{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(273rem / 40);
  height: calc(373rem / 40);
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0.25rem;
  box-sizing: border-box;
}
.about-company-image{
  max-width: 100%;
  max-height: 100%;
}
.about-company-name{
  width: 100%;
  text-align: center;
  font-size: 0.45rem;
  color: #000000;
  line-height: 0.6rem;
  height: 1.2rem;
  margin-top: 0.6rem;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.about-company-swiper .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: #F2F2F2;
  border-radius: 50%;
  transition: 0.3s all;
}
.about-company-swiper .swiper-pagination-bullet-active{
  width: 0.8rem;
  height: 0.5rem;
  border-radius: initial;
  background-image: url(./../img/about/swiper_icon.png);
  background-repeat: no-repeat;
  background-size: contain; 
  background-color: initial;
}

@keyframes circle {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@media screen and (max-width: 500px) { 
  .about-info{
    padding: 1rem 5% 0;
  }
  .about-column {
    padding: 1rem 5%;
  }
  .about-info-title{
    font-size: calc(20rem / 26);
    line-height: calc(28rem / 26);
  }
}

@media screen and (max-width: 1000px) {
  .about-info{
    flex-direction: column-reverse;
  }
  .about-info-left{
    padding-right: initial;
  }
  .about-info-right {
    display: none;
  }
  .about-column-item {
    padding: calc(22rem / 26) calc(15rem / 26) calc(18rem / 26);
    flex-basis: calc(100% / 3);
    box-sizing: border-box;
  }
  .about-column-item:nth-child(n+7) {
    flex-basis: 50%;
  }
  .about-column-item-value{
    font-size: calc(30rem / 26);
  }
  .about-column-item-title{
    font-size: calc(12rem / 26);
    line-height: calc(16rem / 26);
    margin-top: calc(10rem / 26);
    padding: 0;
  }

  .about-column-sub {
    font-size: calc(10rem / 26);
    line-height: calc(14rem / 26);
    bottom: 0;
  }
  .about-column-sup{
    font-size: calc(20rem / 26);
    line-height: calc(14rem / 26);
  }

  .about-number{
    padding: 1rem 5%;
  }
  .about-circle-container{
    display: none;
  }
  .about-number-name{
    display: none;
  }
}