.content {
  width: 100%;
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
}
.content .box {
  width: 100%;
}
.content .box .bg-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .box .bg-img img {
  width: 100%;
}
.content .box .right {
  margin-right: 6%;
  padding-top: 5.6rem;
  width: 18.5rem;
  float: right;
  position: relative;
}
.content .box .right .title {
  font-size: 2.1rem;
  font-weight: bold;
  font-style: italic;
  line-height: 2.5rem;
  letter-spacing: -0.6px;
  color: #2767b5;
}
.content .box .right .title::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .right .title span {
  display: block;
  float: right;
}
.content .box .right .h3 {
  font-size: 1.2rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.8rem;
  letter-spacing: -0.3px;
  color: #ffffff;
  margin-top: 1.1rem;
}
.content .box .right .h3 span {
  display: block;
  margin-left: 25px;
}
.content .box .mission-box {
  width: 88%;
  margin: 0 auto;
  margin-left: 6%;
  margin-top: 3.3rem;
  position: relative;
}
.content .box .mission-box .h2 {
  font-size: 2.26rem;
  font-weight: bold;
  line-height: 2.26rem;
  letter-spacing: -0.5px;
  color: #c6150f;
  margin-bottom: 2rem;
}
.content .box .mission-box .cutover {
  width: 100%;
}
.content .box .mission-box .cutover::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .mission-box .cutover .accordion {
  width: 100%;
  cursor: pointer;
  margin-bottom: 1.63rem;
}
.content .box .mission-box .cutover .accordion .close {
  width: 100%;
  position: relative;
  transition: 0.5s;
}
.content .box .mission-box .cutover .accordion .close img {
  width: 100%;
}
.content .box .mission-box .cutover .accordion .close .box {
  position: absolute;
  top: 2rem;
  left: 2.8rem;
  width: auto;
}
.content .box .mission-box .cutover .accordion .close .box .icon {
  width: 4.26rem;
  float: left;
}
.content .box .mission-box .cutover .accordion .close .box .icon img {
  width: 100%;
}
.content .box .mission-box .cutover .accordion .close .box .h3 {
  float: left;
  font-size: 1.86rem;
  line-height: 4rem;
  letter-spacing: -1px;
  color: #333333;
  margin-left: 2rem;
}
.content .box .mission-box .cutover .accordion .open {
  display: none;
}
.content .box .mission-box .cutover .accordion.active {
  width: 100%;
  background-size: 100% 100%;
}
.content .box .mission-box .cutover .accordion.active .close {
  display: none;
}
.content .box .mission-box .cutover .accordion.active .open {
  display: block;
  width: 100%;
  position: relative;
}
.content .box .mission-box .cutover .accordion.active .open img {
  width: 100%;
}
.content .box .mission-box .cutover .accordion.active .open .box {
  width: calc(100% - 6.4rem);
  position: absolute;
  left: 3.2rem;
  top: 2.66rem;
}
.content .box .mission-box .cutover .accordion.active .open .box .icon {
  float: left;
  width: 4.26rem;
}
.content .box .mission-box .cutover .accordion.active .open .box .icon img {
  width: 100%;
}
.content .box .mission-box .cutover .accordion.active .open .box .h4 {
  float: left;
  margin-left: 1.4rem;
  font-size: 1.866rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: -0.6px;
  color: #ffffff;
}
.content .box .mission-box .cutover .accordion.active .open .box .p {
  margin-top: 2.1rem;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.4rem;
  letter-spacing: -0.6px;
  text-align: justify;
  color: #ffffff;
}
.content .box .vision {
  width: 88%;
  margin: 0 auto;
  margin-top: 4.2rem;
}
.content .box .vision .h2 {
  font-size: 2.26rem;
  font-weight: bold;
  line-height: 2.26rem;
  letter-spacing: -0.5px;
  color: #c6150f;
  margin-left: 1.7rem;
}
.content .box .vision .h3 {
  font-size: 1.53rem;
  line-height: 1.53rem;
  letter-spacing: -0.4px;
  color: #333333;
  margin-top: 1.6rem;
  margin-left: 1.7rem;
}
.content .box .vision ul {
  width: 100%;
  margin-top: 2.6rem;
}
.content .box .vision ul::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .vision ul li {
  width: 100%;
  float: left;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(188, 188, 188, 0.12);
  transition: 0.5s;
  margin-bottom: 1.7rem;
  padding-bottom: 2.6rem;
}
.content .box .vision ul li .icon {
  margin-left: 2rem;
  margin-top: 2.5rem;
  width: 40px;
}
.content .box .vision ul li .icon img {
  width: 100%;
}
.content .box .vision ul li .title {
  font-size: 1.86rem;
  font-weight: bold;
  line-height: 1.86rem;
  letter-spacing: -0.5px;
  color: #333333;
  padding-top: 2.5rem;
  transition: 0.5s;
  margin-left: 2rem;
}
.content .box .vision ul li .line {
  width: 1.6rem;
  height: 2px;
  background-color: #c6150f;
  margin-top: 1.4rem;
  margin-bottom: 1.266rem;
  transition: 0.5s;
  margin-left: 2rem;
}
.content .box .vision ul li .p {
  margin-left: 2rem;
  margin-right: 2rem;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.4rem;
  text-align: justify;
  color: #333333;
  transition: 0.5s;
}
.content .box .values {
  width: 88%;
  margin: 0 auto;
  margin-top: 3.76rem;
}
.content .box .values .h2 {
  font-size: 2.26rem;
  font-weight: bold;
  line-height: 2.26rem;
  letter-spacing: -0.5px;
  color: #c6150f;
  margin-left: 1.7rem;
}
.content .box .values .h3 {
  font-size: 1.53rem;
  line-height: 1.53rem;
  letter-spacing: -0.4px;
  color: #333333;
  margin-top: 1.6rem;
  margin-left: 1.7rem;
}
.content .box .values .box {
  width: 100%;
  margin: 0 auto;
  margin-top: 2.6rem;
}
.content .box .values .box .item {
  width: 100%;
  background-color: white;
  box-shadow: 0px 0px 15px 0px rgba(188, 188, 188, 0.12);
  margin-bottom: 1.7rem;
  padding-bottom: 3.1rem;
}
.content .box .values .box .item .title {
  padding-top: 2.6rem;
  margin-left: 2.1rem;
}
.content .box .values .box .item .title::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .values .box .item .title .number {
  font-family: "DINOT-CONDBOLD";
  font-size: 5rem;
  line-height: 3.8rem;
  letter-spacing: -1.3px;
  color: #dbdbdb;
  float: left;
}
.content .box .values .box .item .title .h4 {
  font-size: 1.86rem;
  font-weight: bold;
  line-height: 1.86rem;
  letter-spacing: -0.4px;
  color: #333333;
  margin-left: 1.4rem;
  float: left;
}
.content .box .values .box .item .title .h4 span {
  display: block;
  font-family: "DINOT-CONDBOLD";
  font-size: 1.53rem;
  line-height: 1.53rem;
  letter-spacing: -0.4px;
  color: #c6150f;
  margin-top: 0.8rem;
  text-transform: uppercase;
}
.content .box .values .box .item .p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #333333;
  margin-left: 2.1rem;
  margin-right: 2.1rem;
  margin-top: 2.1rem;
  text-align: justify;
}
.content .box .spirit {
  width: 88%;
  margin: 0 auto;
  margin-top: 4.2rem;
}
.content .box .spirit::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .spirit .left {
  width: 100%;
}
.content .box .spirit .left .img {
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 1.7rem;
  margin-top: 0.5rem;
}
.content .box .spirit .left .img img {
  width: 100%;
}
.content .box .spirit .left .text {
  float: left;
}
.content .box .spirit .left .text .h2 {
  font-size: 2.26rem;
  font-weight: bold;
  line-height: 2.26rem;
  letter-spacing: -0.5px;
  color: #c6150f;
  margin-left: 1.7rem;
}
.content .box .spirit .left .text .h3 {
  font-size: 1.53rem;
  line-height: 1.53rem;
  letter-spacing: -0.4px;
  color: #333333;
  font-style: normal;
  margin-top: 1.6rem;
  margin-left: 1.7rem;
}
.content .box .spirit .left .left-box {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(188, 188, 188, 0.12);
  margin-top: 2.6rem;
}
.content .box .spirit .left .left-box .box {
  padding-top: 2.46rem;
  margin-left: 2.1rem;
  width: auto;
}
.content .box .spirit .left .left-box .box ul {
  padding-bottom: 0.1rem;
}
.content .box .spirit .left .left-box .box ul li {
  margin-bottom: 2.5rem;
}
.content .box .spirit .left .left-box .box ul li .title {
  font-size: 1.86rem;
  font-weight: bold;
  line-height: 1.86rem;
  letter-spacing: -0.3px;
  color: #333333;
}
.content .box .spirit .left .left-box .box ul li .p {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: -0.3px;
  color: #333333;
  line-height: 2.4rem;
  text-align: justify;
  margin-right: 2.1rem;
  margin-top: 2rem;
}
.content .box .spirit .right {
  margin-right: 0;
  margin-top: 4.2rem;
  padding-top: 0;
  width: 100%;
  float: none;
  position: relative;
}
.content .box .spirit .right .img {
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 1.7rem;
  margin-top: 0.5rem;
}
.content .box .spirit .right .img img {
  width: 100%;
}
.content .box .spirit .right .text {
  float: left;
  width: calc(100% - 7.4rem);
}
.content .box .spirit .right .text .h2 {
  font-size: 2.26rem;
  font-weight: bold;
  line-height: 2.26rem;
  letter-spacing: -0.5px;
  color: #c6150f;
  margin-left: 1.7rem;
}
.content .box .spirit .right .text .h3 {
  font-size: 1.53rem;
  line-height: 2rem;
  color: #333333;
  font-style: normal;
  margin-top: 1.6rem;
  margin-left: 1.7rem;
}
.content .box .spirit .right .right-box {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(188, 188, 188, 0.12);
  margin-top: 2.6rem;
}
.content .box .spirit .right .right-box .box {
  padding-top: 2.46rem;
  margin-left: 2.1rem;
  width: auto;
}
.content .box .spirit .right .right-box .box ul {
  padding-bottom: 0.1rem;
}
.content .box .spirit .right .right-box .box ul li {
  margin-bottom: 2.5rem;
}
.content .box .spirit .right .right-box .box ul li .title {
  font-size: 1.86rem;
  font-weight: bold;
  line-height: 1.86rem;
  letter-spacing: -0.3px;
  color: #333333;
  font-style: normal;
}
.content .box .spirit .right .right-box .box ul li .p {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: -0.3px;
  color: #333333;
  line-height: 2.4rem;
  text-align: justify;
  margin-right: 2.1rem;
  margin-top: 2rem;
}
.content .box .final {
  width: 100%;
  background-color: #2d6bb9;
  position: relative;
  margin-top: 4.2rem;
  padding-bottom: 5rem;
}
.content .box .final img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content .box .final .box {
  position: relative;
  width: 88%;
  margin: 0 auto;
  padding-top: 4rem;
}
.content .box .final .box .h2 {
  font-size: 2.26rem;
  font-weight: bold;
  line-height: 2.26rem;
  letter-spacing: -0.5px;
  color: white;
}
.content .box .final .box .h3 {
  font-size: 1.53rem;
  line-height: 1.53rem;
  letter-spacing: -0.4px;
  color: white;
  margin-top: 1.6rem;
  font-style: normal;
}
.content .box .final .box .text {
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
}
.content .box .final .box .text .text-box {
  width: 100%;
}
.content .box .final .box .text .text-box .p {
  width: 100%;
}
.content .box .final .box .text .text-box .p p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #ffffff;
}
<!--0.0002129077911377-->