@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  font-family: "Noto Sans JP";
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  color: #010101;
}

main {
  background-color: rgb(248, 248, 248);
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 62rem;
  }
}

.fv {
  width: 100%;
  position: relative;
  background-color: #EFF2F5;
  height: 221rem;
  border-bottom: 6rem solid #D3D3D3;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 142rem;
    border-bottom: none;
  }
}
.fv::before {
  content: "";
  position: absolute;
  width: 268rem;
  height: 6rem;
  background-color: #0B92D9;
  bottom: -6rem;
  left: 100rem;
}
@media screen and (max-width: 768px) {
  .fv::before {
    width: 78rem;
    height: 3rem;
    left: 20rem;
    bottom: 35rem;
  }
}
.fv .fv__inner {
  top: 50%;
  left: 100rem;
  position: absolute;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .fv .fv__inner {
    left: 20rem;
  }
}
.fv .fv__inner h1 {
  font-size: 48rem;
  font-size: calc(var(--fs) * 48);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner h1 {
    font-size: 17rem;
  }
}
.fv .fv__inner h4 {
  color: #0691D9;
  font-size: 25rem;
  font-size: calc(var(--fs) * 24);
  font-weight: 600;
  margin-top: 16rem;
  padding-left: 10rem;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner h4 {
    font-size: 13rem;
    padding-left: 0;
    margin-top: 9rem;
  }
}

.message {
  max-width: 1200rem;
  margin: auto;
  width: 100%;
  margin-top: 106rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 200rem;
  padding-left: 20rem;
  padding-right: 20rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .message {
    flex-direction: column;
    margin-top: 50rem;
    padding: 0;
    padding-bottom: 100rem;
  }
}
.message .message__left {
  max-width: 530rem;
  width: 44%;
}
@media screen and (max-width: 768px) {
  .message .message__left {
    width: 66%;
    margin: auto;
  }
}
.message .message__left img {
  width: 100%;
}
.message .message__right {
  max-width: 598rem;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .message .message__right {
    max-width: 100%;
    width: 100%;
    padding: 0 20rem;
    box-sizing: border-box;
  }
}
.message .message__right h2 {
  font-size: 53rem;
  font-weight: 600;
  line-height: 82rem;
}
@media screen and (max-width: 768px) {
  .message .message__right h2 {
    font-size: 25rem;
    line-height: 36rem;
    margin-top: 50rem;
  }
}
.message .message__right p {
  margin-top: 48rem;
  font-size: 18rem;
  line-height: 35rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .message .message__right p {
    margin-top: 20rem;
  }
}
.message .message__right .right__bottom {
  margin-top: 42rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20rem;
}
.message .message__right .right__bottom p {
  margin-top: 0;
}
.message .message__right .right__bottom img {
  width: 273rem;
}
@media screen and (max-width: 768px) {
  .message .message__right .right__bottom img {
    width: 38%;
  }
}
/*# sourceMappingURL=message.css.map */