.on_sp-min {
  display: none;
}
@media only screen and (max-width:425px) {
  .on_sp-min {
    display: block;
  }
}

#message .fv__inner {
  background: url("../images/message/top_bg.jpg") top center/100% no-repeat;
}

#message .container {
  width: 1560px;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media only screen and (max-width:1024px) {
  #message .container {
    width: 525px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
#message .lead {
  color: #004d82;
  text-align: center;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 700;
  margin-top: 50px;
  font-size: 50px;
}
@media only screen and (max-width:1024px) {
  #message .lead {
    font-size: 18px;
    margin-top: 20px;
  }
}
#message .col {
  display: grid;
  gap: 50px;
  grid-template-columns: 3fr 1fr;
  align-items: flex-end;
  margin-top: 50px;
}
@media only screen and (max-width:1024px) {
  #message .col {
    display: block;
    margin-top: 20px;
  }
}
#message .col-item:first-child {
  order: 2;
  width: 280px;
}
#message .col-item:last-child {
  order: 1;
}
#message .col-item-txt {
  font-size: 25px;
  margin-bottom: 20px;
}
@media only screen and (max-width:1024px) {
  #message .col-item-txt {
    font-size: 16px;
  }
}
@media only screen and (max-width:1024px) {
  #message .col-item .img {
    text-align: center;
    margin-bottom: 20px;
  }
}
#message .col-item .img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:1024px) {
  #message .col-item .img img {
    width: 250px;
  }
}
#message .sign {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 15px;
}
#message .sign .txt {
  text-align: right;
}
#message .sign .img {
  width: 240px;
}/*# sourceMappingURL=message.css.map */