@charset "UTF-8";
/* ========================================
  Header
======================================== */
.l-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 80px;
  padding: 6px 40px;
}
.l-header__brand {
  flex-shrink: 0;
}
.l-header__site-description {
  margin: 0;
  padding: 6px 40px;
  background-color: #f2f2f2;
  text-align: center;
  color: #666666;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
.l-header__logo {
  display: block;
  width: 275px;
  text-decoration: none;
}
.l-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.l-header__content {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  margin-left: 36px;
}
.l-header__contact-lead {
  margin: 0 0 13px;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.l-header__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.l-header__nav {
  min-width: 0;
}
.l-header__menu {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-header__menu > .menu-item {
  position: relative;
  margin: 0;
  padding: 0;
}
.l-header__menu > .menu-item > a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 42px;
  color: #222222;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.l-header__menu > .menu-item > a:hover {
  color: #0077a8;
}
.l-header__menu > .menu-item:hover > .sub-menu, .l-header__menu > .menu-item:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.l-header__menu > .current-menu-item > a,
.l-header__menu > .current-menu-ancestor > a {
  color: #0077a8;
}
.l-header__menu .menu-item-has-children > a {
  padding-right: 15px;
}
.l-header__menu .menu-item-has-children > a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: translateY(-70%) rotate(45deg);
}
.l-header__menu .sub-menu {
  position: absolute;
  visibility: hidden;
  z-index: 10;
  top: calc(100% + 14px);
  left: 50%;
  min-width: 240px;
  margin: 0;
  padding: 10px 0;
  border: 1px solid #d6e3ec;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 12px 32px rgba(14, 42, 70, 0.1);
  list-style: none;
  opacity: 0;
  transform: translateX(-50%) translateY(6px);
  transition: visibility 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
}
.l-header__menu .sub-menu::before {
  position: absolute;
  top: -7px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid #d6e3ec;
  border-left: 1px solid #d6e3ec;
  background-color: #ffffff;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}
.l-header__menu .sub-menu .menu-item {
  margin: 0;
}
.l-header__menu .sub-menu a {
  position: relative;
  display: block;
  padding: 11px 22px 11px 28px;
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 0.25s ease, background-color 0.25s ease, padding-left 0.25s ease;
}
.l-header__menu .sub-menu a::before {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 0;
  height: 1px;
  background-color: #0085c1;
  content: "";
  transition: width 0.25s ease;
  transform: translateY(-50%);
}
.l-header__menu .sub-menu a:hover {
  padding-left: 34px;
  color: #0085c1;
  background-color: #f3f8fb;
}
.l-header__menu .sub-menu a:hover::before {
  width: 10px;
}
.l-header__menu-en {
  display: none;
}
.l-header__menu-ja {
  display: inline;
}
.l-header__contact {
  display: flex;
  flex-shrink: 0;
  flex-direction: row-reverse;
  align-items: center;
  gap: 14px;
  margin-left: 24px;
}
.l-header__cta-button, .l-header__tel-button {
  display: none;
}
.l-header__tel img, .l-header__cta img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.l-header__tel {
  display: flex;
  align-items: center;
  color: #222222;
  text-decoration: none;
  width: 180px;
}
.l-header__tel-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.l-header__tel-content {
  display: flex;
  flex-direction: column;
}
.l-header__tel-number {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.l-header__tel-hours {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.l-header__cta {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 240px;
}
.l-header__cta:hover {
  opacity: 0.85;
}
.l-header__cta-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
}
.l-header__cta-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
.l-header__menu-button {
  display: none;
}
.l-header__menu-label, .l-header__company, .l-header__recruit-banner {
  display: none;
}
@media screen and (max-width: 1500px) {
  .l-header__inner {
    padding-right: 40px;
    padding-left: 40px;
  }
  .l-header__site-description {
    padding-right: 40px;
    padding-left: 40px;
  }
  .l-header__logo {
    width: 275px;
  }
  .l-header__content {
    margin-left: 30px;
  }
  .l-header__menu {
    gap: 18px;
  }
  .l-header__menu > .menu-item > a {
    font-size: 14px;
  }
  .l-header__contact {
    gap: 12px;
    margin-left: 22px;
  }
  .l-header__tel {
    width: 165px;
  }
  .l-header__tel-number {
    font-size: 24px;
  }
  .l-header__cta {
    width: 210px;
  }
  .l-header__cta-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 1250px) {
  .l-header__inner {
    min-height: 72px;
    padding: 6px 32px;
  }
  .l-header__site-description {
    padding-right: 32px;
    padding-left: 32px;
    font-size: 10px;
  }
  .l-header__logo {
    width: 185px;
  }
  .l-header__content {
    margin-left: 22px;
  }
  .l-header__contact-lead {
    font-size: 13px;
  }
  .l-header__menu {
    gap: 13px;
  }
  .l-header__menu > .menu-item > a {
    font-size: 12px;
  }
  .l-header__contact {
    margin-left: 16px;
  }
  .l-header__tel {
    width: 150px;
  }
  .l-header__tel-number {
    font-size: 20px;
  }
  .l-header__tel-hours {
    font-size: 10px;
  }
  .l-header__cta {
    width: 185px;
  }
  .l-header__cta-text {
    font-size: 11px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header {
    height: 84px;
  }
  .l-header__inner {
    align-items: center;
    min-height: 60px;
    padding: 8px 16px;
  }
  .l-header__brand {
    position: relative;
    z-index: 2;
    transform: none;
  }
  .l-header__site-description {
    padding: 4px 16px;
    font-size: 10px;
    line-height: 1.4;
  }
  .l-header__logo {
    width: 175px;
  }
  .l-header__content {
    position: fixed;
    visibility: hidden;
    z-index: 1;
    top: 84px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    margin: 0;
    padding: 8px 24px 28px;
    background-color: #ffffff;
    background-image: none;
    box-shadow: none;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    transform: translateX(100%);
    transition: visibility 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  }
  .l-header.is-menu-open .l-header__content {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  .l-header.is-menu-open .l-header__menu-button-line {
    background-color: #888888;
  }
  .l-header.is-menu-open .l-header__menu-button-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .l-header.is-menu-open .l-header__menu-button-line:nth-child(2) {
    opacity: 0;
  }
  .l-header.is-menu-open .l-header__menu-button-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .l-header__menu-label {
    display: none;
  }
  .l-header__bottom {
    display: block;
  }
  .l-header__nav {
    width: 100%;
  }
  .l-header__menu {
    display: block;
    width: 100%;
  }
  .l-header__menu > .menu-item {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .l-header__menu > .menu-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: auto;
    padding: 16px 32px 16px 0;
    border-bottom: 1px solid #d8d8d8;
    color: #1a2744;
    font-size: 15px;
    white-space: normal;
  }
  .l-header__menu > .menu-item:hover > .sub-menu,
  .l-header__menu > .menu-item:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: none;
  }
  .l-header__menu > .menu-item > a,
  .l-header__menu .sub-menu .menu-item a {
    position: relative;
  }
  .l-header__menu > .menu-item > a::before,
  .l-header__menu .sub-menu .menu-item a::before {
    display: none;
    content: none;
  }
  .l-header__menu > .menu-item > a::after,
  .l-header__menu .sub-menu .menu-item a::after {
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0;
    border: 0;
    border-top: 2px solid #0085c1;
    border-right: 2px solid #0085c1;
    border-radius: 0;
    background: none;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    flex-shrink: 0;
  }
  .l-header__menu > .menu-item > a[href="#"]::after, .l-header__menu > .menu-item > a.is-plain::after,
  .l-header__menu .sub-menu .menu-item a[href="#"]::after,
  .l-header__menu .sub-menu .menu-item a.is-plain::after {
    display: none;
    content: none;
  }
  .l-header__menu .menu-item-has-children > a {
    padding-right: 32px;
  }
  .l-header__menu .menu-item-has-children > a::before {
    display: none;
    content: none;
  }
  .l-header__menu .menu-item-has-children > a::after {
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #0085c1;
    border-right: 2px solid #0085c1;
    background: none;
    transform: translateY(-50%) rotate(45deg);
  }
  .l-header__menu .menu-item-has-children > a[href="#"]::after, .l-header__menu .menu-item-has-children > a.is-plain::after {
    display: none;
    content: none;
  }
  .l-header__menu .sub-menu {
    position: static;
    visibility: visible;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    overflow: hidden;
    transform: none;
  }
  .l-header__menu .sub-menu::before {
    display: none;
  }
  .l-header__menu .sub-menu .menu-item {
    background-color: #e8f4fa;
  }
  .l-header__menu .sub-menu .menu-item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: 12px 32px 12px 16px;
    border-bottom: 1px solid #d6e3ec;
    background-color: #e8f4fa;
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .l-header__menu .sub-menu .menu-item a::before {
    display: none;
    content: none;
  }
  .l-header__menu .sub-menu .menu-item a:hover {
    padding-left: 16px;
    color: #0085c1;
    background-color: #dceef6;
  }
  .l-header__menu-ja {
    display: block;
    flex: 1;
    min-width: 0;
    color: #1a2744;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  .l-header__menu-en {
    display: none;
  }
  .l-header__menu .sub-menu .l-header__menu-ja {
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    white-space: normal;
  }
  .l-header__recruit-banner {
    display: block;
    width: 100%;
    margin-top: 24px;
  }
  .l-header__recruit-banner-link {
    display: block;
    overflow: hidden;
    color: #1a2744;
    text-decoration: none;
  }
  .l-header__recruit-banner-link img {
    display: block;
    width: 100%;
    height: auto;
  }
  .l-header__recruit-banner-text {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .l-header__contact {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 28px 0 0;
    padding-top: 0;
    gap: 10px;
  }
  .l-header__tel, .l-header__cta {
    display: block;
    flex: 1 1 0;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    min-width: 0;
    min-height: 0;
    text-decoration: none;
  }
  .l-header__cta-button, .l-header__tel-button {
    display: none;
  }
  .l-header__tel-image, .l-header__cta-image, .l-header__tel img, .l-header__cta img {
    display: block;
    width: 100%;
    height: auto;
  }
  .l-header__company {
    display: block;
    width: 100%;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #dddddd;
    color: #333333;
  }
  .l-header__company-title {
    margin: 0 0 6px;
    color: #222222;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .l-header__company-name {
    margin: 0 0 16px;
    color: #222222;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
  .l-header__office + .l-header__office {
    margin-top: 16px;
  }
  .l-header__office-name {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
  .l-header__address {
    margin-top: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
  .l-header__address a {
    color: inherit;
    text-decoration: none;
  }
  .l-header__menu-button {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 48px;
    height: 48px;
    margin-left: 20px;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
  }
  .l-header__menu-button-line {
    display: block;
    flex-shrink: 0;
    width: 22px;
    height: 1px;
    margin: 0;
    background-color: #222222;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 72px;
  }
  .l-header__inner {
    min-height: 52px;
    padding: 4px 12px 4px 8px;
  }
  .l-header__site-description {
    padding: 3px 12px;
    font-size: 9px;
    line-height: 1.4;
  }
  .l-header__logo {
    width: 185px;
  }
  .l-header__content {
    top: 72px;
    padding: 4px 22px 32px;
  }
  .l-header__menu-button {
    width: 40px;
    height: 40px;
    margin-left: 8px;
  }
}

/* 固定ヘッダー分の余白 */
body {
  padding-top: 108px;
}

@media screen and (max-width: 1250px) {
  body {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 84px;
  }
  body.is-menu-open {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 72px;
  }
}/*# sourceMappingURL=header.css.map */