.ceo-message {
  width: 100%;
  padding: 117px 95px 170px;
  box-sizing: border-box;
  background-image: url(../images/digital-bg-1.svg);
  background-repeat: no-repeat;
  background-size: 846px auto;
  background-position: top 50px right 10px;
}

.ceo-message > div {
  width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 90px;
}

.ceo-message_title {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.ceo-message_title h1 {
  font-size: 70px;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
}

.ceo-message_title p {
  font-size: 20px;
  font-weight: bold !important;
}

.ceo-message_wrapper {
  width: 100%;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

.ceo-message_wrapper h2 {
  font-size: 40px;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
}

.ceo-message_wrapper > div {
  display: flex;
  width: 100%;
  column-gap: 60px;
  align-items: flex-start;
}

.ceo-message_wrapper > div > p {
  width: 700px;
  font-size: 20px;
  line-height: 35px;
}

.ceo-message_wrapper > div > img {
  width: 438px;
  height: auto;
  border-radius: 6px;
}

.ceo-message_wrapper > p {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 836px) and (max-width: 1440px) {
  .ceo-message {
    padding: 8.125vw 6.597vw 11.806vw;
    background-size: 58.75vw auto;
    background-position: top 3.472vw right 0.694vw;
  }
  
  .ceo-message > div {
    width: 86.806vw;
    display: flex;
    flex-direction: column;
    row-gap: 6.25vw;
  }
  
  .ceo-message_title {
    display: flex;
    flex-direction: column;
    row-gap: 0.694vw;
  }
  
  .ceo-message_title h1 {
    font-size: 4.861vw;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
  }
  
  .ceo-message_title p {
    font-size: 1.389vw;
  }
  
  .ceo-message_wrapper {
    width: 100%;
    padding: 0 2.778vw;
    display: flex;
    flex-direction: column;
    row-gap: 4.167vw;
  }
  
  .ceo-message_wrapper h2 {
    font-size: 2.778vw;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
  }
  
  .ceo-message_wrapper > div {
    display: flex;
    width: 100%;
    column-gap: 4.167vw;
    align-items: flex-start;
  }
  
  .ceo-message_wrapper > div > p {
    width: 48.611vw;
    font-size: 1.389vw;
    line-height: 2.431vw;
  }
  
  .ceo-message_wrapper > div > img {
    width: 30.417vw;
    height: auto;
  }
  
  .ceo-message_wrapper > p {
    font-size: 1.389vw;
    font-weight: bold;
  }
}

@media screen and (max-width: 835px) {
  .ceo-message {
    padding: 23.333vw 5.385vw 43.59vw;
    background-size: 166.154vw auto;
    background-position: top 32.641vw right -65.923vw;
  }
  
  .ceo-message > div {
    width: 89.231vw;
    row-gap: 12.821vw;
  }
  
  .ceo-message_title {
    row-gap: 2.564vw;
  }
  
  .ceo-message_title h1 {
    font-size: 8.974vw;
  }
  
  .ceo-message_title p {
    font-size: 3.846vw;
  }
  
  .ceo-message_wrapper {
    padding: 0;
    row-gap: 13.538vw;
  }
  
  .ceo-message_wrapper h2 {
    font-size: 6.41vw;
  }
  
  .ceo-message_wrapper > div {
    flex-direction: column-reverse;
    gap: 10.256vw 0;
  }
  
  .ceo-message_wrapper > div > p {
    width: 100%;
    font-size: 4.103vw;
    line-height: 8.205vw;
  }
  
  .ceo-message_wrapper > div > img {
    width: 53.846vw;
    margin: 0 auto;
  }
  
  .ceo-message_wrapper > p {
    font-size: 4.103vw;
    margin-left: auto;
  }
}