/* ==========================================================================
   ceo
========================================================================== */
.p-ceo-kv {
  position: relative;
  width: 100%;
  height: 480px;
  background: url(/ja/about/ceo/aseets/images/ceo-kv.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}

.p-ceo-kv__inner {
  width: 100%;
  height: 100%;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-ceo-kv__inner h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
  text-align: right;
  padding-right: 15px;
}
.p-ceo-kv__inner h2 {
  position: absolute;
  background: #1a005d;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 15px;
  bottom: -40px;
}
.p-ceo-kv__inner h2 em, .p-ceo-kv__inner h2 span, .p-ceo-kv__inner h2 small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-ceo-kv__inner h2 em {
  background: #8ec300;
  font-style: normal;
  font-weight: bold;
  height: 80px;
  padding: 0 20px;
}
.p-ceo-kv__inner h2 span {
  padding: 0 28px;
  position: relative;
  font-size: 20px;
}
.p-ceo-kv__inner h2 span:after {
  content: "";
  width: 1px;
  height: 24px;
  background: #fff;
  display: block;
  right: 0px;
  top: calc(50% - 11px);
  position: absolute;
}
.p-ceo-kv__inner h2 small {
  padding: 0 27px 0 25px;
}

.l-body__ceo-meassage {
  max-width: 880px;
  position: relative;
  margin: 0 auto;
  padding: 140px 0 0 0;
}
.l-body__ceo-meassage p {
  font-size: 15px;
  font-weight: bold;
}
.l-body__ceo-meassage p span {
  display: block;
  text-align: right;
  line-height: 1.6;
  font-size: 18px;
}
.l-body__ceo-meassage p small {
  font-size: 15px;
}

@media screen and (max-width: 900px) {
  .p-ceo-kv {
    width: 100%;
    height: auto;
    background: url(/ja/about/ceo/aseets/images/ceo-kv__sp.jpg) no-repeat center;
    background-size: cover;
  }

  .p-ceo-kv__inner {
    height: auto;
    padding-bottom: 60%;
  }
  .p-ceo-kv__inner h1 {
    position: absolute;
    font-size: 24px;
    top: calc(50% - 14px);
  }
  .p-ceo-kv__inner h2 {
    height: 45px;
    font-size: 12px;
    bottom: -23px;
  }
  .p-ceo-kv__inner h2 em {
    height: 45px;
    padding: 0 10px;
  }
  .p-ceo-kv__inner h2 span {
    font-size: 15px;
    padding: 0 14px;
  }
  .p-ceo-kv__inner h2 span:after {
    height: 18px;
    top: calc(50% - 9px);
  }
  .p-ceo-kv__inner h2 small {
    padding: 0 14px;
  }

  .l-body__ceo-meassage {
    padding: 60px 0 0 0;
  }
  .l-body__ceo-meassage p {
    font-size: 14px;
  }
  .l-body__ceo-meassage p small {
    font-size: 14px;
  }
}