#kv {
  background-image: url("../img/officers/kv.jpg");
}
#sec1 {
  color: #fff;
  background: #1F2A66;
  padding: 25px 0 25px;
}
#sec1 h2 {
  text-align: center;
  font-size: 23px;
  letter-spacing: 0.05em;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 15px;
}
#sec1 .txt {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 40px 0 10px;
  }
  #sec1 h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  #sec1 .txt {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
  }
}
.box-content {
  background: #EAEFF9;
  padding: 40px 0 10px;
  margin-bottom: 15px;
}
.box-content:before {
  content: '';
  height: 35px;
  background: #EAEFF9;
  clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 100%, 0 50%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  z-index: 2;
}
.box-content:after {
  height: 35px;
  background: #1F2A66;
  clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 100%, 0 50%);
  bottom: -35px;
}
.box-content h2 {
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
.box-content h2 .db {
  display: block;
}
.box-content h2 .fz20 {
  font-size: 13px;
}
.box-content h2 .eng {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-top: -3px;
}
.box-content h2 .fz50 {
  font-size: 35px;
}
.box-content h2 .fwl {
  font-weight: 300;
}
.box-content h2 small.db {
  margin-bottom: 12px;
}
.box-content h2 span.db {
  margin-top: 18px;
}
.box-content .btxt {
  /*color: #1F2A66;*/
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
  /*background-image: url("../img/officers/txt_line_sp.png");
  border-top: 1px solid;*/
  margin: 0 -5% 12px;
}
.box-content .txt {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .box-content {
    padding: 90px 0 10px;
    margin-bottom: 20px;
  }
  .box-content:before {
    height: 70px;
    bottom: -50px;
  }
  .box-content:after {
    height: 70px;
    bottom: -70px;
  }
  .box-content h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .box-content h2 .fz20 {
    font-size: 20px;
  }
  .box-content h2 .eng {
    display: inline-block;
    font-size: 26px;
    font-weight: 900;
    margin: 0 0 0 13px;
  }
  .box-content h2 .fz50 {
    font-size: 50px;
  }
  .box-content h2 small.db {
    margin-bottom: 7px;
  }
  .box-content h2 span.db {
    margin-top: 20px;
  }
  .box-content .btxt {
    max-width: 800px;
    width: 96%;
    font-size: 20px;
    line-height: 36px;
    /*background-image: url("../img/officers/txt_line.png");*/
    margin: 0 auto 20px;
  }
  .box-content .txt {
    max-width: 800px;
    width: 96%;
    margin: 0 auto;
  }
}
#sec4{
  padding-bottom: 30px;
  margin-bottom: 0;
}
#sec5, #sec3 {
  background: #fff;
}
#sec5:before, #sec3:before {
  background: #fff;
}
#sec5 {
  margin-bottom: 0;
}