@media screen and (max-width: 767px) {
  .executive .mv_mainCnt {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .executive .mv_titleJp {
    margin-top: 0.56rem;
  }
}

.executive_overview {
  margin-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  .executive_overview {
    margin-top: 4.4rem;
  }
}

.executive_cardWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .executive_cardWrapper {
    gap: 3rem 1rem;
  }
}

.executive_card {
  width: calc(25% - 2.625rem);
}
@media screen and (max-width: 767px) {
  .executive_card {
    width: calc(50% - 0.5rem);
  }
}

.excutive_cardImgBox {
  width: 100%;
  aspect-ratio: 254/288;
}
@media screen and (max-width: 767px) {
  .excutive_cardImgBox {
    aspect-ratio: 254/291;
  }
}

.executive_cardJob {
  margin-top: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.88;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .executive_cardJob {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.executive_cardName {
  margin-top: -0.1rem;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .executive_cardName {
    margin-top: 0.5rem;
  }
}

.executive_carYear {
  margin-top: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.19;
  letter-spacing: 0.03em;
}

.executive_cardDesc {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  .executive_cardDesc {
    margin-top: 1.8rem;
  }
}

.executive_topicBox {
  margin-top: 14.4rem;
}
@media screen and (max-width: 767px) {
  .executive_topicBox {
    margin-top: 8rem;
  }
}

.executive_topic {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .executive_topic {
    margin-top: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .executive .title2Jp {
    margin-top: 0.6rem;
  }
}

@media screen and (max-width: 767px) {
  .executive .title2 {
    padding-bottom: 2rem;
  }
}

.executive_topicCnt {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8.6rem;
}
@media screen and (max-width: 767px) {
  .executive_topicCnt {
    margin-top: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
  }
}

.executive_topicQues {
  position: sticky;
  top: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.7rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 39.8%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #eff1f4;
  border-radius: 20px 20px 20px 0;
  padding: 2.1rem 1.8rem 3rem 2.1rem;
}
@media screen and (max-width: 767px) {
  .executive_topicQues {
    width: 100%;
    gap: 1.9rem;
    padding: 2.1rem 2.1rem 1.8rem 2.1rem;
    text-align: justify;
  }
}

.executive_iconQues {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 6px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.executive_iconImg {
  width: 1.2rem;
  height: 2.1rem;
}

.executive_ques {
  margin-top: 0.6rem;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1.56;
}
@media screen and (max-width: 767px) {
  .executive_ques {
    margin-top: -0.5rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.executive_messBox {
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .executive_messBox {
    margin-top: 4.1rem;
  }
}

.executive_mess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.3rem;
}
@media screen and (max-width: 767px) {
  .executive_mess {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.7rem;
  }
}

.executive_mess + .executive_mess {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .executive_mess + .executive_mess {
    margin-top: 6rem;
  }
}

.executive_mess:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .executive_mess:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.executive_messImgBox {
  width: 29.55%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .executive_messImgBox {
    width: 100%;
  }
}

.executive_messName {
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.88;
}

.executive_messDesc {
  margin-top: 1rem;
  font-size: 2rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .executive_messDesc {
    margin-top: 1.3rem;
    font-size: 1.6rem;
  }
}

.executive_banner {
  display: block;
  margin: 12rem 0 15rem;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .executive_banner {
    margin: 6.8rem 0 8rem;
  }
}