.top {
  font-family: var(--zen-old-mincho);
  font-weight: 400;
  width: 100%;
  margin-top: -35px;
  background: #F2F2F2;
  background: linear-gradient(90deg, rgb(242, 242, 242) 0%, rgb(255, 255, 255) 25%, rgb(242, 242, 242) 100%);
}
@media screen and (max-width: 767px) {
  .top {
    margin-top: -22.5px;
    background: linear-gradient(180deg, rgb(242, 242, 242) 0%, rgb(255, 255, 255) 20%, rgb(242, 242, 242) 100%);
  }
}
.top__inner {
  position: relative;
  max-width: 1100px;
  width: 90%;
  margin-inline: auto;
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .top__inner {
    flex-direction: column;
    padding-top: 35px;
  }
}
.top__textbox {
  position: relative;
  width: 52.7272727273%;
  padding-block: 120px 170px;
}
@media screen and (max-width: 767px) {
  .top__textbox {
    width: 100%;
    padding-block: 60px 65px;
  }
}
.top__lead {
  font-size: 36px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .top__lead {
    font-size: 28px;
  }
}
.top__disc {
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0em;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top__disc {
    font-size: 16px;
  }
}
.top__image {
  width: 100%;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 38.6363636364%;
}
@media screen and (max-width: 767px) {
  .top__image {
    max-width: 425px;
    width: 65%;
    margin-inline: auto;
  }
}

.message {
  font-weight: 400;
  padding-block: 120px 140px;
}
@media screen and (max-width: 767px) {
  .message {
    padding-block: 60px 70px;
  }
}
.message__inner {
  max-width: 1100px;
  width: 90%;
  margin-inline: auto;
}
.message__text {
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .message__text {
    font-size: 14px;
  }
}
.message__text--mt {
  margin-top: 120px;
}
.message__text--mt1lh {
  margin-top: 1lh;
}
.message__text--index {
  padding-left: 1em;
  text-indent: -1em;
}
.message__container {
  display: flex;
  gap: 5.1333333333%;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .message__container {
    flex-direction: column-reverse;
    margin-top: 60px;
  }
}
.message__image {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .message__image {
    width: 100%;
    margin-inline: auto;
    margin-top: 50px;
  }
}
.message__textbox {
  width: calc(100% - 40%);
}
@media screen and (max-width: 767px) {
  .message__textbox {
    width: 100%;
  }
}
.message__textbox--small {
  width: 67.2727272727%;
  margin-inline: auto;
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .message__textbox--small {
    width: 100%;
    font-size: 14px;
  }
}
.message__ceo {
  font-family: var(--zen-old-mincho);
  font-weight: 400;
  font-size: 16px;
  margin-top: 60px;
  margin-inline: auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .message__ceo {
    font-size: 14px;
    margin-top: 30px;
  }
}
.message__ceo--small {
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .message__ceo--small {
    font-size: 12px;
  }
}
/*# sourceMappingURL=message.css.map */
