/* Final responsive and English-language refinements. */

@media (max-width: 980px) {
  .header nav + .menu {
    margin-left: auto;
  }
}

.job-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.job {
  min-width: 0;
}

.job h2,
.job p {
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .job-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Keep the branded opening, but hand control to visitors sooner. */
.site-opening {
  animation-duration: .55s;
  animation-delay: 1.75s;
}

.opening-panel {
  animation-duration: .55s;
  animation-delay: 1.45s;
}

.opening-inner {
  animation-duration: 1.7s;
}

.opening-logo {
  animation-duration: .55s;
  animation-delay: .12s;
}

.opening-rule {
  animation-duration: .5s;
  animation-delay: .38s;
}

.opening-eyebrow {
  animation-delay: .58s;
}

.opening-message {
  animation-duration: .55s;
  animation-delay: .72s;
}

.opening-inner::before {
  animation-duration: .5s;
  animation-delay: .08s;
}

.english-contact-options {
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid #d8e7e2;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(40, 75, 65, .08);
}

.english-contact-options h3 {
  margin: 0 0 16px;
  color: #183f37;
  font: 700 clamp(1.8rem, 4vw, 3rem)/1.2 var(--display);
}

.english-contact-options > p {
  margin: 0;
  color: #5d6864;
  font-size: 13px;
  line-height: 1.9;
}

.english-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 0;
}

.english-contact-actions a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid #176f63;
  border-radius: 999px;
  color: #176f63;
  font-size: 13px;
  font-weight: 700;
}

.english-contact-actions a:first-child {
  background: #176f63;
  color: #fff;
}

.japanese-form-details {
  margin-top: 34px;
  border-top: 1px solid #dfe9e5;
  padding-top: 24px;
}

.japanese-form-details summary {
  color: #176f63;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.japanese-form-details > p {
  color: #6b7471;
  font-size: 11px;
  line-height: 1.8;
}

.japanese-form-details .smoothcontact-frame {
  margin-top: 18px;
}

.partner-form-section .english-contact-options {
  margin-top: 42px;
}

@media (max-width: 600px) {
  .english-contact-actions {
    flex-direction: column;
  }

  .english-contact-actions a {
    width: 100%;
  }
}
