.header01 {
  font-family: var(--noto);
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 4.6rem;
  text-align: left;
  color: #223c2e;
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 767px) {
  .header01 {
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-bottom: 1rem;
  }
}

#section1 {
  padding-bottom: 15rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section1 {
    padding-bottom: 4rem;
  }
}
#section1 .main-contents {
  width: 58.6rem;
}
@media screen and (max-width: 767px) {
  #section1 .main-contents {
    width: 100%;
  }
}
#section1 .main-contents .message-img1 {
  position: absolute;
  top: 15rem;
  right: 0;
  width: 93rem;
}
@media screen and (max-width: 1080px) {
  #section1 .main-contents .message-img1 {
    width: 80rem;
  }
}
@media screen and (max-width: 767px) {
  #section1 .main-contents .message-img1 {
    position: relative;
    width: 100%;
    top: unset;
    right: unset;
    margin-bottom: 1rem;
  }
}
#section1 .main-contents .message-img1 img {
  width: 100%;
  vertical-align: top;
}
#section1 .main-contents p {
  margin-bottom: 4.2rem;
}
#section1 .main-contents .profile {
  font-weight: normal;
  font-size: 1.6rem;
  text-align: right;
  color: #223c2e;
}

#section2 {
  background-color: #f7f7f7;
  padding-top: 10rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  #section2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
#section2 .bullet-header {
  margin-bottom: 6.4rem;
}
#section2 .flex-contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #section2 .flex-contents {
    flex-direction: column-reverse;
  }
}
#section2 .flex-contents .text-contents {
  width: 79rem;
}
@media screen and (max-width: 767px) {
  #section2 .flex-contents .text-contents {
    width: 100%;
  }
}
#section2 .flex-contents .text-contents li {
  margin-bottom: 6.6rem;
}
@media screen and (max-width: 767px) {
  #section2 .flex-contents .text-contents li {
    margin-bottom: 4rem;
  }
}
#section2 .flex-contents .text-contents li:last-child {
  margin-bottom: 0;
}
#section2 .flex-contents .message-img2 {
  width: 46.6rem;
}
@media screen and (max-width: 767px) {
  #section2 .flex-contents .message-img2 {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#section2 .flex-contents .message-img2 img {
  width: 100%;
  vertical-align: top;
}

#section3 {
  padding-top: 10rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  #section3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
#section3 .content-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #section3 .content-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
#section3 .content-flex .img-container {
  width: 53.3rem;
}
@media screen and (max-width: 767px) {
  #section3 .content-flex .img-container {
    width: 100%;
  }
}
#section3 .content-flex .img-container img {
  width: 100%;
  vertical-align: top;
}
#section3 .content-flex .img-container .img-label {
  font-weight: 500;
  font-size: 1.6rem;
  text-align: right;
  color: #223c2e;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #section3 .content-flex .img-container .img-label {
    font-size: 1.4rem;
  }
}
#section3 .content-flex .text-container {
  width: 58.6rem;
}
@media screen and (max-width: 767px) {
  #section3 .content-flex .text-container {
    width: 100%;
  }
}/*# sourceMappingURL=message.css.map */