.initiative-ttl {
  margin-bottom: 120px;
  position: relative;
}
.initiative-ttl .en {
  background: #fff;
  position: relative;
  z-index: 2;
  padding-right: 20px;
  display: inline-block;
}
.initiative-ttl:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-blue);
  position: absolute;
  right: 0;
  bottom: 11px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .initiative-ttl {
    margin-bottom: 5.6rem;
  }
  .initiative-ttl:after {
    display: none;
  }
}
.initiative-subttl {
  font-weight: 500;
  font-size: 30px;
  padding-left: 14px;
  margin-bottom: 70px;
  position: relative;
  width: 100%;
}
.initiative-subttl:before {
  content: "";
  width: 3px;
  height: 34px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2C29E6), color-stop(50%, #298BF4), to(#2EC4DF));
  background: linear-gradient(180deg, #2C29E6 0%, #298BF4 50%, #2EC4DF 100%);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17px;
}

@media screen and (max-width: 767px) {
  .initiative-subttl {
    font-size: 2rem;
    padding-left: 1.4ren;
    margin-bottom: 4rem;
  }
  .initiative-subttl:before {
    width: 0.3rem;
    height: 2.6rem;
    margin-top: -1.3rem;
  }
}
.initiative-guide {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
.initiative-guide p {
  font-size: 16px;
  line-height: 2;
}
.initiative-guide__link {
  margin-left: -80px;
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.initiative-guide__link a {
  width: calc(50% - 80px);
  margin-left: 80px;
  font-size: 18px;
  font-weight: 500;
  padding: 30px 50px;
  background: #EFF2FA;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.initiative-guide__link a:after {
  right: 40px;
}
.initiative-guide__link a:hover {
  background: #dee1e7;
}
.initiative-guide__link a:hover:after {
  right: 20px;
}
.initiative-guide__link a:hover:before {
  right: 40px;
}

@media screen and (max-width: 767px) {
  .initiative-guide {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }
  .initiative-guide p {
    font-size: 1.4rem;
  }
  .initiative-guide__link {
    margin-left: 0;
    margin-top: 3.2rem;
  }
  .initiative-guide__link a {
    width: 100%;
    margin-left: 0;
    font-size: 1.4rem;
    padding: 3rem 2rem;
    border-radius: 0.6rem;
  }
  .initiative-guide__link a + a {
    margin-top: 1rem;
  }
}
.initiative-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 55px;
  margin-bottom: 70px;
}
.initiative-item:last-of-type {
  padding-bottom: 155px;
  margin-bottom: 0;
}
.initiative-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 80px;
}
.initiative-item__inner:last-of-type {
  margin-bottom: 0;
}
.initiative-item__left {
  width: 67%;
}
.initiative-item__left p {
  font-size: 16px;
  line-height: 2;
}
.initiative-item__left .name {
  text-align: right;
  margin-top: 40px;
}
.initiative-item__left .name span {
  margin-left: 20px;
}
.initiative-item__right {
  width: 26.666%;
  margin-left: auto;
}
.initiative-item__right img {
  width: auto;
  max-width: 100%;
  margin-left: auto;
}
.initiative-item__ttl {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .initiative-item {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }
  .initiative-item:last-of-type {
    padding-bottom: 8rem;
    margin-bottom: 0;
  }
  .initiative-item__inner {
    margin-bottom: 5rem;
  }
  .initiative-item__inner:last-of-type {
    margin-bottom: 0;
  }
  .initiative-item__left {
    width: 100%;
  }
  .initiative-item__left p {
    font-size: 1.4rem;
  }
  .initiative-item__left .name {
    text-align: right;
    margin-top: 2rem;
  }
  .initiative-item__left .name span {
    margin-left: 2rem;
  }
  .initiative-item__right {
    width: 100%;
    margin-top: 4rem;
  }
  .initiative-item__right img {
    margin-left: auto;
    margin-right: auto;
  }
  .initiative-item__ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 4rem;
  }
  .initiative-item .img01 {
    width: 20.6rem;
  }
  .initiative-item .img02 {
    width: 23rem;
  }
  .initiative-item .img03 {
    width: 17.7rem;
  }
  .initiative-item .img04 {
    width: 17.7rem;
  }
  .initiative-item .img05 {
    width: 23rem;
  }
  .initiative-item .img06 {
    width: 23rem;
  }
}
.p-company-link {
  padding-top: 100px;
  margin-top: 0;
}
.p-company-link:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-company-link {
    padding-top: 8rem;
  }
}