.company-wrap{
  padding: 2rem 10%;
}
.company-mission{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company-content{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 1;
}
.company-content:nth-child(1) {
  padding-right: calc(72rem / 40);
}
.company-content:nth-child(2) {
  padding-left: calc(72rem / 40);
}
.company-title{
  font-size: calc(40rem / 40);
  font-weight: 500;
  color: #C0191F;
  line-height: calc(56rem /40);
}
.company-desc{
  font-size: 0.5rem;
  color: #1A1A1A;
  line-height: calc(48rem / 40);
  margin-top: 0.8rem;
}
.company-mission-right{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(360rem / 40);
}
.company-mission-image{
  width: calc(578rem / 40);
  height: calc(360rem / 40);
}
.company-mission-block{
  width: calc(152rem / 40);
  height: 100%;
  background: #C0191F;
  border-radius: 0px 2rem 0px 0px;
  margin-left: 1rem;
}
.company-vision{
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.company-vision-left{
  display: flex;
  align-items: center;
  height: calc(360rem / 40);
}
.company-vision-block{
  width: calc(86rem / 40);
  height: 100%;
  background: #C0191F;
  margin-right: calc(40rem / 40);
}
.company-vision-image{
  width: calc(554rem / 40);
  height: 100%;
}
.company-core{
   margin-top: 2rem;
   display: flex;
   align-items: stretch;
   justify-content: space-between;
}
.company-core-wrap{
  width: calc(680rem / 40);
}
.company-core-image{
  width: 100%;
}
.company-core-content{
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 2rem 1.2rem 2rem calc(72rem / 40);
  background: #C0191F;
  border-radius: 0px 4rem 0px 0px;
}
.company-core-title{
  font-size: calc(40rem / 40);
  font-weight: 500;
  color: #FFFFFF;
  line-height: calc(56rem / 40);
}
.company-core-list{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 1rem;
}
.company-core-item-title{
  font-size: 0.5rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.7rem;
}
.company-core-item-desc{
  font-size: 0.45rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.6rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 500px) {
  .company-wrap{
    padding: 1rem 5%;
  }
}
@media screen and (max-width: 1100px) {
  .company-mission{
    flex-direction: column-reverse;
  }
  .company-content{
    width: 100%;
    padding: 0 !important;
    margin-top: 1rem;
  }
  .company-mission-right{
    width: 100%;
    height: auto;
    display: none;
  }
  .company-mission-image{
    width: 100%;
    height: auto;
  }
  .company-mission-block{
    display: none;
  }
  .company-core-image {
    border-top-right-radius: calc(80rem / 26)
  }

  .company-vision {
    flex-direction: column;
    margin-top: 1rem;
  }
  .company-vision-left{
    width: 100%;
    height: auto;
  }
  .company-vision-image{
    width: 100%;
    height: auto;
    display: none;
  }
  .company-vision-block{
    display: none;
  }
  .company-core {
    flex-direction: column;
  }
  .company-core-wrap{
    width: 100%;
  }
  .company-core-content{
    border-radius: 0;
  }
  .company-core-item:not(:first-child) {
    margin-top: 1rem;
  }
}