#visual {
  background-image: url(../images/company/visual.jpg?20260706) !important;
}
@media (max-width:768px) {
  #visual {
    background-image: url(../images/company/visual.webp?20260706) !important;
  }
}

#main section .title-1 {}
#main section .title-1::before {
  color: var(--c-ye);
}
#main .greeting p + * {
  margin-top: 2em;
}
@media (min-width:769px) {
  #main .greeting .message {
    margin-top: 50px;
  }
}
#main .greeting .message .title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: var(--c-ye);
  text-align: center;
  margin-bottom: 1em;
}

@media (max-width:768px) {
  #main .flex-box {
    padding-top: 120%;
  }
}

#main .section ~ .section {
  padding-top: 0;
}
