#mobile-menu-toggle {
  display: none;
}

.recruitment-callout {
  margin: 0 0 24px;
  padding: 18px 20px;
  border: 2px solid #456075;
  border-left: 8px solid #db7093;
  border-radius: 8px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(45, 76, 98, 0.14);
}

.recruitment-callout h2 {
  margin: 0 0 12px;
  color: #274f6d;
  font-size: 21px;
  line-height: 1.45;
}

.recruitment-callout p {
  margin: 0 0 12px;
  line-height: 1.75;
}

.recruitment-callout .recruitment-contact {
  margin-bottom: 0;
  padding: 12px 14px;
  border-radius: 6px;
  background: #f2f8fb;
}

.recruitment-callout .recruitment-contact strong {
  color: #a8004f;
}

@media screen and (max-width: 760px) {
  html {
    overflow-x: hidden;
  }

  body {
    min-width: 0;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  #page {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
  }

  #header {
    display: none;
  }

  #title {
    min-height: 0;
    padding: 12px 14px 10px;
    box-sizing: border-box;
    background-position: right top;
  }

  #title h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
    font-size: 0;
    line-height: 1;
  }

  #title h2 img {
    width: auto !important;
    height: auto !important;
    max-width: 72%;
  }

  #title h2 a {
    display: inline-block;
    flex: 0 0 auto;
    padding: 7px 9px;
    border: 1px solid #456075;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.92);
    color: #274f6d;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
  }

  #title h1 {
    margin: 10px 0 0;
    font-size: 20px !important;
    line-height: 1.4;
  }

  #title h1 font {
    font-size: inherit !important;
  }

  #menubar {
    display: none !important;
  }

  #mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 12px 16px;
    border: 0;
    border-bottom: 1px solid #d7e1e8;
    border-radius: 0;
    background: #456075;
    color: #ffffff;
    font: bold 16px/1.3 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0.04em;
    cursor: pointer;
  }

  #mobile-menu-toggle::before {
    content: "\2630";
    font-size: 22px;
    line-height: 1;
  }

  #mobile-menu-toggle[aria-expanded="true"]::before {
    content: "\2715";
  }

  #mobile-menu-toggle:focus-visible {
    outline: 3px solid #f5c84c;
    outline-offset: -4px;
  }

  #side1 {
    display: block !important;
    float: none;
    width: auto;
    min-height: 0;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #bccbd5;
    background: #edf5f9;
    box-sizing: border-box;
  }

  html.mobile-menu-ready #side1 {
    display: none !important;
  }

  html.mobile-menu-ready #side1.is-open {
    display: block !important;
  }

  #side1 > br {
    display: none;
  }

  #side1 .submenu {
    overflow: visible;
    background: transparent;
  }

  #side1 .submenu ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #side1 .submenu li {
    display: block;
    float: none;
    clear: none;
    min-width: 0;
    margin: 0;
    padding: 0;
  }

  #side1 .submenu .submenuitem,
  #side1 .submenu .submenuitemright,
  #side1 .submenu .submenuitemcenter {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    background: none;
  }

  #side1 .submenu .submenuitemlink {
    display: flex;
    align-items: center;
    float: none;
    min-height: 46px;
    margin: 0;
    padding: 8px 11px;
    border: 1px solid #c8d7e0;
    border-radius: 6px;
    box-sizing: border-box;
    background: #ffffff;
    color: #243b4a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
    text-decoration: none;
  }

  #side1 .submenu .submenuitemlink:hover,
  #side1 .submenu .submenuitemlink:focus {
    background: #dcecf5;
    color: #173f59;
  }

  #side1 .submenu .submenuitemmark1 {
    display: block;
    padding: 0;
    background: none;
  }

  #main_wrapper000,
  .HPZAutoMarginAdjuster {
    width: auto;
    overflow: visible;
  }

  #main {
    width: auto;
    min-width: 0;
    min-height: 0;
    margin: 10px;
    padding: 14px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.75;
    overflow-wrap: anywhere;
  }

  #main h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  #main h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  .recruitment-callout {
    margin-bottom: 20px;
    padding: 15px;
    border-left-width: 6px;
  }

  .recruitment-callout h2 {
    margin-bottom: 10px;
    font-size: 19px;
  }

  .recruitment-callout .recruitment-contact {
    padding: 11px;
  }

  #main img,
  #main video,
  #main iframe {
    max-width: 100% !important;
    height: auto !important;
  }

  #main table {
    max-width: 100%;
  }

  #main table.table8 {
    width: 100% !important;
    table-layout: fixed;
    font-size: 12px;
    line-height: 1.25;
  }

  #main table.table8 td,
  #main table.table8 th {
    width: auto !important;
    padding: 3px 1px;
    overflow-wrap: break-word;
  }

  #main a {
    overflow-wrap: anywhere;
  }

  #area1,
  #area2 {
    min-height: 0;
    border: 0;
  }

  #footer {
    min-height: 0;
    padding: 10px 12px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    overflow-wrap: anywhere;
  }
}

@media screen and (max-width: 380px) {
  #side1 .submenu ul {
    grid-template-columns: 1fr;
  }

  #main {
    margin: 7px;
    padding: 11px;
  }
}
