header {
  position: absolute;
  top: 50px;
  width: 1400px;
  margin: auto;
  z-index: 9;
}
.bexpress-logo {
  left: 50px;
}
#wrapper-sub > section {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#wrapper-sub > section:first-child {
  height: 800px;
  background: linear-gradient(180deg, #171F33 0%, #131A2B 70%, #000 100%);
}
#wrapper-sub > section:first-child > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_wave_01.svg) no-repeat;
  background-size: contain;
  background-position: 0 239px;
}
#wrapper-sub > section:first-child > div > img {
  position: absolute;
  top: 239px;
  left: calc(50% - 355px);
}
#wrapper-sub > section:first-child > div > p {
  position: absolute;
  top: 488px;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 20px;
}
#wrapper-sub > section:first-child > div > p.title {
  top: 254px;
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
  white-space: pre-line;
  color: #FFF;
}
#wrapper-sub > section:first-child > div > p.title > span {
  color: #43C8AB;
}
#wrapper-sub > section:nth-child(2) {
  background: #171F33;
  padding: 110px 0 24px;
}
#wrapper-sub > section:nth-child(2) .item {
  width: 1200px;
  margin: 0 auto 77px;
}
#wrapper-sub > section:nth-child(2) .item h1 {
  padding-left: 65px;
  font-size: 36px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.66);
  margin-bottom: 28px;
}
#wrapper-sub > section:nth-child(2) .item h1::before {
  content: 'our';
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 36px;
  font-weight: 700;
  color: #43C8AB;
}
#wrapper-sub > section:nth-child(2) .item .content {
  background: #FFF;
  border-radius: 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  padding: 36px 64px;
}
#wrapper-sub > section:nth-child(2) .item.future .content {
  padding: 37px 64px;
}
#wrapper-sub > section:nth-child(2) .item.history .content p {
  padding-left: 50px;
  font-size: 22px;
  line-height: 50px;
  color: #15455C;
}
#wrapper-sub > section:nth-child(2) .item.history .content p::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 23px;
  height: 23px;
  background: url(../img/icon_checkbox_on_03.svg) no-repeat center;
}
#wrapper-sub > section:nth-child(2) .item.mission .content img {
  float: left;
  margin-right: 80px;
}
#wrapper-sub > section:nth-child(2) .item.future .content img {
  float: right;
  margin-right: 70px;
}
#wrapper-sub > section:nth-child(2) .item.mission .content p,
#wrapper-sub > section:nth-child(2) .item.future .content p {
  font-size: 22px;
  line-height: 50px;
  white-space: pre-line;
  color: #15455C;
}
#wrapper-sub > section:nth-child(2) .item.mission .content p {
  padding: 10px 0;
}
#wrapper-sub > section:nth-child(2) .item.mission .content p > span {
  color: #15455C;
}
#wrapper-sub > section:nth-child(2) .item.future .content p {
  padding: 28px 0;
}
#wrapper-sub > section:nth-child(3) {
  background: #000;
  padding: 96px 0 100px;
}
#wrapper-sub > section:nth-child(3) > div {
  width: 1130px;
  margin: auto;
}
#wrapper-sub > section:nth-child(3) > div > h2 {
  width: 100%;
  font-size: 40px;
  color: #FFF;
  margin-bottom: 100px;
  text-align: center;
}
#wrapper-sub > section:nth-child(3) > div > div {
  display: flex;
  justify-content: space-between;
}
#wrapper-sub > section:nth-child(3) > div > div > div {
  width: 300px;
  height: 250px;
  background: #FFF;
  border-radius: 10px;;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #C8C8C8;
}
#wrapper-sub > section:nth-child(3) > div > div > div:first-child img {
  width: 130px;
}
#wrapper-sub > section:nth-child(3) > div > div > div:nth-child(2) img {
  width: 137px;
}
#wrapper-sub > section:nth-child(3) > div > div > div:nth-child(3) img {
  width: 150px;
}
#wrapper-sub > section:nth-child(3) > div > div > div > div {
  width: 150px;
  height: 250px;
  margin: auto;
}
#wrapper-sub > section:nth-child(3) > div > div > div > div img {
  width: 100%;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#wrapper-sub > section:nth-child(3) > div > div > div p {
  position: absolute;
  bottom: 38px;
  width: 100%;
  color: #000;
  font-size: 20px;
  text-align: center;
  white-space: pre-line;
  line-height: 24px;
}
#wrapper-sub > section:last-of-type {
  padding: 95px 0 120px;
  background: #171F33;
}
#wrapper-sub > section:last-of-type h2, #wrapper-sub > section:last-of-type > div {
  width: 1200px;
  margin: auto;
}
#wrapper-sub > section:last-of-type h2 {
  font-size: 40px;
  margin-bottom: 93px;
  color: #FFF;
  text-align: center;
}
#wrapper-sub > section:last-of-type > div > div {
  padding: 97px 70px 64px;
  height: 530px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #FFF;
}
#wrapper-sub > section:last-of-type > div > div img {
  float: right;
}
#wrapper-sub > section:last-of-type > div > div img.ceo-sign {
  float: none;
  height: 48px;
}
#wrapper-sub > section:last-of-type > div > div p {
  width: 600px;
  font-size: 26px;
  font-weight: 700;
  color: #2F6581;
  line-height: 50px;
  letter-spacing: -1px;
  text-align: justify;
  white-space: pre-line;
}
#wrapper-sub > section:last-of-type > div > div > div {
  position: absolute;
  bottom: 90px;
  left: 60px;
}
#wrapper-sub > section:last-of-type > div > div > div span:first-child {
  font-size: 26px;
  margin-right: 20px;
}
#wrapper-sub > section:last-of-type > div > div > div span:last-child {
  font-size: 40px;
  font-weight: 400;
  font-family: 'active', sans-serif;
}
#footer-bexpress {
  width: 100%;
  height: 280px;
  background: #000;
  padding: 75px 100px;
}
#footer-bexpress > div {
  width: 1200px;
  margin: auto;
}
#footer-bexpress > div h1 {
  font-size: 40px;
  font-weight: 800;
  color: #FFF;
}
#footer-bexpress > div > div {
  position: absolute;
  top: -5px;
  left: 400px;
}
#footer-bexpress > div > div p {
  line-height: 35px;
}
#footer-bexpress > div > div p span {
  font-size: 14px;
  display: inline-block;
}
#footer-bexpress > div > div p span:first-child {
  color: #FFF;
  width: 70px;
}
#footer-bexpress > div > div p span:last-child {
  color: #59BAC3;
}

@media screen and (max-width: 414px) {
  header {
    width: 100%;
    top: 14px;
    left: 0;
    transform: none;
  }
  header > img:first-of-type, .bexpress-logo {
    left: 14px;
    width: 130px;
    height: auto;
  }
  #wrapper-sub > section:first-child {
    height: auto;
    padding: 60px 40px 60px;
    background: linear-gradient(180deg, #171F33 0%, #131A2B 67%, #000 100%);
  }
  #wrapper-sub > section:first-child > div {
    position: initial;
    background: none;
    background-position: 0 250px;
  }
  #wrapper-sub > section:first-child > div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_wave_01_m.svg) no-repeat;
    background-size: contain;
    background-position: 0 80px;
    opacity: 0.3;
  }
  #wrapper-sub > section:first-child > div > p {
    position: initial;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
  }
  #wrapper-sub > section:first-child > div > p.title {
    font-size: 23px;
    line-height: 28px;
    padding-top: 7px;
    white-space: normal;
    text-align: justify;
    margin-bottom: 25px;
  }
  #wrapper-sub > section:first-child > div > p.title span {
    display: inline-block;
    padding-bottom: 4px;
    letter-spacing: 0.03em;
  }
  #wrapper-sub > section:nth-child(2) {
    padding: 20px 15px 40px;
  }
  #wrapper-sub > section:nth-child(2) .item {
    width: 100%;
    margin-bottom: 18px;
  }
  #wrapper-sub > section:nth-child(2) .item h1 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 35px;
  }
  #wrapper-sub > section:nth-child(2) .item h1::before {
    font-size: 18px;
  }
  #wrapper-sub > section:nth-child(2) .item .content {
    padding: 15px 10px;
    border-radius: 5px;
  }
  #wrapper-sub > section:nth-child(2) .item.history .content p {
    padding-left: 13px;
    font-size: 12px;
    line-height: 20px;
  }
  #wrapper-sub > section:nth-child(2) .item.history .content p::before {
    top: 6px;
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
  }
  #wrapper-sub > section:nth-child(2) .item.mission .content img {
    width: 80px;
    margin: 3px 18px 0 4px;
  }
  #wrapper-sub > section:nth-child(2) .item.future {
    margin-bottom: 0;
  }
  #wrapper-sub > section:nth-child(2) .item.mission .content p,
  #wrapper-sub > section:nth-child(2) .item.future .content p {
    font-size: 12px;
    line-height: 18px;
    padding: 0;
    white-space: normal;
  }
  #wrapper-sub > section:nth-child(2) .item.future .content {
    padding: 20px;
  }
  #wrapper-sub > section:nth-child(2) .item.future .content img {
    width: 51px;
    margin-right: 0;
    margin-left: 20px;
  }
  #wrapper-sub > section:nth-child(3) {
    padding: 38px 20px 40px;
  }
  #wrapper-sub > section:nth-child(3) > div {
    width: 100%;
  }
  #wrapper-sub > section:nth-child(3) > div > h2 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  #wrapper-sub > section:nth-child(3) > div > div {
    flex-wrap: wrap;
  }
  #wrapper-sub > section:nth-child(3) > div > div > div {
    width: 100%;
    height: 82px;
  }
  #wrapper-sub > section:nth-child(3) > div > div > div > div {
    position: absolute;
    left: 20px;
    top: 0;
    width: 52px;
    height: 100%;
  }
  #wrapper-sub > section:nth-child(3) > div > div > div img:nth-child(n) {
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #wrapper-sub > section:nth-child(3) > div > div > div p {
    font-size: 14px;
    text-align: left;
    padding-left: 93px;
    line-height: 18px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  #wrapper-sub > section:nth-child(3) > div > div > div:first-child p {
    white-space: normal;
  }
  #wrapper-sub > section:nth-child(3) > div > div > div:not(:last-child) {
    margin-bottom: 20px;
  }
  #wrapper-sub > section:last-of-type {
    padding: 38px 20px 60px;
  }
  #wrapper-sub > section:last-of-type h2, #wrapper-sub > section:last-of-type > div {
    width: 100%;
    padding: 0;
  }
  #wrapper-sub > section:last-of-type h2 {
    font-size: 20px;
    margin-bottom: 40px;
    text-align: left;
  }
  #wrapper-sub > section:last-of-type > div > div {
    background: transparent;
    padding: 0;
    box-shadow: none;
    height: auto;
  }
  #wrapper-sub > section:last-of-type > div > div > p {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
    text-align: justify;
    margin-bottom: 15px;
  }
  #wrapper-sub > section:last-of-type > div > div img {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  #wrapper-sub > section:last-of-type > div > div > div {
    position: initial;
    bottom: 0;
    left: 0;
  }
  #wrapper-sub > section:last-of-type > div > div img.ceo-sign {
    width: 120px;
    height: auto;
    margin-bottom: 0;
  }
  #footer-bexpress {
    height: auto;
    padding: 30px 28px 38px;
  }
  #footer-bexpress > div {
    width: 100%;
  }
  #footer-bexpress > div h1 {
    font-size: 20px;
    margin-bottom: 37px;
  }
  #footer-bexpress > div > div {
    position: initial;
  }
  #footer-bexpress > div > div p {
    line-height: 12px;
    margin-bottom: 6px;
  }
  #footer-bexpress > div > div p span {
    font-size: 12px;
  }
  #footer-bexpress > div > div p span:first-child {
    width: 60px;
  }
  #footer-bexpress > div > div p span:last-child {
    width: calc(100% - 68px);
    line-height: 18px;
  }
  #footer-bexpress > div > div p:last-child span:first-child {
    vertical-align: top;
  }
}
@media screen and (max-width: 360px) {
  #wrapper-sub > section:first-child {
    padding-left: 32px;
    padding-right: 32px;
  }
  #wrapper-sub > section:nth-child(2) .item.mission .content img {
    margin-top: 10px;
  }
}