header .h_inner .logo a svg path {
  fill: #113366;
}
header .h_inner .hamburger span {
  background-color: #113366;
}
header .h_inner .nav_container nav ul li a {
  color: #113366;
}

.under_mv {
  height: auto;
  padding-top: 145px;
  padding-bottom: 80px;
  text-align: center;
  background-color: #F3F6FA;
}
.under_mv .mv_ttl {
  font-size: 34px;
  font-weight: bold;
  color: #113366;
}
.under_mv .pic {
  margin-top: -54px;
  padding-left: 30px;
}
.under_mv .desc {
  font-size: 20px;
  font-weight: 500;
  color: #113366;
  margin-top: -192px;
}
.under_mv .btn_wrap {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.about {
  background: url(../../img/upacity/bg_about.jpg) no-repeat center top/cover;
  padding-top: 77px;
  padding-bottom: 94px;
}
.about .content_ttl {
  font-size: 36px;
  font-weight: bold;
  color: #113366;
  text-align: center;
}
.about .about_lead {
  margin-top: 120px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.about .about_lead::before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: linear-gradient(90deg, #3973C2 0%, #00439D 100%);
  position: absolute;
  top: -95px;
  left: 50%;
  transform: translateX(-50%);
}
.about .about_lead span {
  font-weight: bold;
  color: #113366;
}
.about .box_wrap {
  margin-top: 95px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.about .box_wrap .box {
  background-color: #fff;
  padding: 45px 30px 58px;
  text-align: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.about .box_wrap .box .heading {
  font-size: 22px;
  font-weight: bold;
  color: #113366;
}
.about .box_wrap .box .pic {
  margin-top: 30px;
}
.about .box_wrap .box .h_sub {
  font-size: 18px;
  position: relative;
  padding-left: 30px;
  width: fit-content;
  margin: 25px auto 0;
  font-weight: bold;
}
.about .box_wrap .box .h_sub::after {
  content: "";
  display: block;
  width: 25px;
  height: 24px;
  background: url(../../img/upacity/ico_about_label.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.about .box_wrap .box .bfaf_box {
  margin-top: 37px;
  background-color: #E1E9F3;
  position: relative;
  width: 390px;
  min-height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.about .box_wrap .box .bfaf_box span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 77px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #113366;
  border: 1px solid #113366;
}
.about .box_wrap .box .bfaf_box + .bfaf_box {
  margin-top: 28px;
}
.about .box_wrap .box .bfaf_box.afr span {
  color: #fff;
  background-color: #113366;
}
.about .box_wrap .box .feature {
  margin: 30px auto 0;
  width: fit-content;
}
.about .box_wrap .box .feature ul {
  text-align: left;
  margin-top: 10px;
}
.about .box_wrap .box .feature ul li {
  font-weight: 500;
}
.about .box_wrap .box .box_btn {
  margin-top: 30px;
}
.about .box_wrap .box .box_btn a {
  margin-left: auto;
  margin-right: auto;
}
.about .about_heading {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.about .nintei {
  margin-top: 90px;
}
.about .nintei .content_wrap {
  margin-top: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 57px;
}
.about .nintei .content_wrap .img_box {
  width: 353px;
}
.about .nintei .content_wrap .txt_box {
  width: 494px;
}
.about .flow {
  margin-top: 90px;
  padding-top: 87px;
  padding-bottom: 85px;
  background: url(../../img/upacity/bg_flow.jpg) no-repeat center top/cover;
}
.about .flow .about_heading {
  color: #fff;
}
.about .flow .content_wrap {
  margin-top: 60px;
}
.about .flow .content_wrap ul {
  display: flex;
  justify-content: center;
  gap: 70px;
}
.about .flow .content_wrap ul li {
  width: 262px;
}
.about .flow .content_wrap ul li .pic {
  min-height: 196px;
}
.about .flow .content_wrap ul li .txt {
  color: #fff;
  font-weight: bold;
  margin-top: 21px;
  padding-left: 22px;
}
.about .flow .content_wrap ul li:nth-child(1) li {
  width: 230px;
}
.about .tobe {
  padding-top: 73px;
}
.about .tobe .content_wrap {
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.about .tobe .content_wrap ul li {
  font-weight: 500;
}
.about .tobe .content_wrap ul li span {
  color: #113366;
  font-weight: bold;
}
.about .tobe .btn_wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.about .tobe .btn_wrap .btn_arrow {
  margin-top: 0;
}

.other_content {
  background-color: #F3F6FA;
}

@media screen and (max-width: 767px) {
  .under_mv {
    padding-top: 100px;
    padding-bottom: 63px;
  }
  .under_mv .mv_ttl {
    font-size: 24px;
  }
  .under_mv .pic {
    margin-top: -25px;
    margin-left: 20px;
    width: 353px;
  }
  .under_mv .desc {
    font-size: 18px;
    margin-top: -78px;
  }
  .under_mv .btn_wrap {
    gap: 13px;
  }
  .about {
    padding: 50px 20px 60px;
  }
  .about .content_ttl {
    font-size: 28px;
  }
  .about .about_lead {
    font-size: 18px;
    margin-top: 70px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .about .about_lead::before {
    height: 40px;
    top: -55px;
  }
  .about .about_heading {
    font-size: 20px;
  }
  .about .box_wrap {
    margin-top: 40px;
    flex-direction: column;
  }
  .about .box_wrap .box {
    padding: 40px 10px;
  }
  .about .box_wrap .box .pic {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  .about .box_wrap .box .bfaf_box {
    width: 100%;
    padding: 24px 20px 20px;
    text-align: left;
  }
  .about .nintei {
    margin-top: 70px;
  }
  .about .nintei .content_wrap {
    flex-direction: column;
    margin: 40px auto 0;
    gap: 20px;
  }
  .about .nintei .content_wrap .img_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .about .nintei .content_wrap .txt_box {
    width: 100%;
  }
  .about .flow {
    margin-top: 60px;
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .about .flow .content_wrap {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .about .flow .content_wrap ul {
    flex-direction: column;
    gap: 50px;
  }
  .about .tobe {
    padding-top: 50px;
  }
  .about .tobe .content_wrap {
    margin-top: 35px;
  }
  .about .tobe .btn_wrap {
    margin-top: 35px;
    gap: 20px;
  }
}