/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      "Helvetica Neue",
      "Noto Sans",
      Arial,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .container {
    width: 100%;
  }
  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .transition {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
html {
  scroll-behavior: smooth;
}
body {
  color: #0f2c59;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family:
    Noto Serif JP,
    serif;
  line-height: 1.8;
}
.color-primary {
  color: #0f2c59;
}
.color-gold {
  color: #d4af37;
}
.color-white {
  color: #fff;
}
.fw-regular {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.site-header {
  z-index: 100;
  background-color: #fff;
  width: 100%;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 10px #00000014;
}
.header-inner {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1280px;
  height: 85px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
}
.site-logo {
  padding-bottom: 10px;
}
.site-logo img {
  width: auto;
  max-height: 48px;
  display: block;
}
.header-nav-wrapper {
  align-items: flex-end;
  gap: 12px;
  display: flex;
}
.site-nav {
  background-color: #0f2c59;
  border-radius: 8px 8px 0 0;
  height: 54px;
}
.site-nav ul {
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0 8px;
  list-style: none;
  display: flex;
}
.site-nav li {
  align-items: center;
  height: 100%;
  display: flex;
}
.site-nav a {
  color: #fff;
  white-space: nowrap;
  align-items: center;
  height: 100%;
  padding: 0 18px;
  font-family:
    Noto Serif JP,
    serif;
  font-size: 18px;
  font-weight: 200;
  text-decoration: none;
  transition: background-color 0.3s;
  display: flex;
}
.site-nav a:hover {
  background-color: #ffffff1a;
}
.btn-contact-header {
  color: #fff;
  white-space: nowrap;
  background-color: #d4af37;
  border-radius: 8px 8px 0 0;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding: 0 28px;
  font-family:
    Noto Serif JP,
    serif;
  font-size: 18px;
  font-weight: 200;
  text-decoration: none;
  transition: background-color 0.3s;
  display: flex;
}
.btn-contact-header:hover {
  background-color: #c29f2d;
}
.main-visual {
  background: url(../images/main-pict.webp) 50% / cover no-repeat;
  width: 100%;
  padding: 100px 20px 80px;
  position: relative;
  overflow: hidden;
}
.mv-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.mv-content-box {
  max-width: 780px;
  padding: 40px 20px;
  position: relative;
  box-shadow: none !important;
  background: 0 0 !important;
  border: none !important;
}
.mv-content-box:before {
  content: "";
  z-index: 0;
  -webkit-filter: blur(25px);
  pointer-events: none;
  background: radial-gradient(
    #fffffffa 0%,
    #ffffffeb 55%,
    #ffffff80 82%,
    #fff0 100%
  );
  border-radius: 50%;
  position: absolute;
  inset: -60px -100px;
}
.mv-main-copy,
.mv-divider,
.mv-lead-title,
.mv-description,
.mv-country-badge {
  z-index: 1;
  position: relative;
}
.mv-main-copy {
  color: #0f2c59;
  letter-spacing: 0.02em;
  margin-bottom: 22px;
  font-family:
    Noto Serif JP,
    serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
}
.mv-divider {
  background-color: #d4af37;
  width: 100%;
  height: 1px;
  margin: 18px 0;
}
.mv-lead-title {
  color: #0f2c59;
  margin: 0;
  font-family:
    Noto Serif JP,
    serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.45;
}
.mv-description {
  color: #0f2c59;
  margin-top: 20px;
  margin-bottom: 35px;
  font-family:
    Noto Serif JP,
    serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.85;
}
.mv-description p {
  margin-bottom: 12px;
}
.mv-country-badge {
  clip-path: polygon(
    14px 0,
    calc(100% - 14px) 0,
    100% 14px,
    100% calc(100% - 14px),
    calc(100% - 14px) 100%,
    14px 100%,
    0 calc(100% - 14px),
    0 14px
  );
  background-color: #d4af37;
  margin: 30px auto 0;
  padding: 1px;
  display: table;
}
.mv-country-badge-inner {
  color: #d4af37;
  letter-spacing: 0.1em;
  text-align: center;
  clip-path: polygon(
    11px 0,
    calc(100% - 11px) 0,
    100% 11px,
    100% calc(100% - 11px),
    calc(100% - 11px) 100%,
    11px 100%,
    0 calc(100% - 11px),
    0 11px
  );
  background-color: #0f2c59;
  border: 1px solid #d4af37;
  margin: 2px;
  padding: 10px 38px;
  font-size: 18px;
  font-weight: 600;
}
.value-section {
  background-color: #eef2f6;
  background-image: url(../images/map.webp);
  background-position: right 0 top 0;
  background-repeat: no-repeat;
  background-size: 550px;
  padding: 100px 20px;
  position: relative;
}
.value-container {
  max-width: 1280px;
  margin: 0 auto;
}
.value-header {
  text-align: center;
  margin-bottom: 50px;
}
.value-sub-title {
  color: #0f2c59;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  font-family:
    Times New Roman,
    serif;
  font-size: 16px;
  display: block;
}
.value-main-title {
  color: #0f2c59;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
}
.value-main-title .gold-text {
  color: #d4af37;
  font-family:
    Times New Roman,
    serif;
  font-size: 46px;
}
.value-lead-text {
  color: #333;
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}
.value-card-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
}
.value-card {
  background-color: #fff;
  border: 1px solid #d4af37;
  border-radius: 4px;
  padding: 95px 22px 35px;
  position: relative;
  box-shadow: 0 4px 15px #00000008;
}
.ribbon-emblem {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 88%, 0 100%);
  background-color: #0f2c59;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 64px;
  height: 85px;
  padding-top: 10px;
  display: flex;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%);
}
.ribbon-label {
  color: #d4af37;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
  font-family:
    Times New Roman,
    serif;
  font-size: 10.5px;
  font-weight: 600;
}
.ribbon-num {
  color: #d4af37;
  font-family:
    Times New Roman,
    serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.value-card-body {
  text-align: center;
}
.value-category {
  color: #0f2c59;
  letter-spacing: 0.02em;
  margin-top: 0;
  margin-bottom: 14px;
  font-family:
    Noto Serif JP,
    serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}
.value-card-title {
  color: #d4af37;
  margin-bottom: 24px;
  font-family:
    Noto Serif JP,
    serif;
  font-size: 17.5px;
  font-weight: 700;
  line-height: 1.5;
}
.value-card-text {
  color: #333;
  text-align: justify;
  margin: 0;
  font-family:
    Noto Serif JP,
    serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.value-card-text b,
.value-card-text strong {
  color: #0f2c59;
  font-size: 16px;
  font-weight: 900;
}
.services-section {
  background-color: #fff;
  padding: 90px 20px;
}
.services-container {
  max-width: 1000px;
  margin: 0 auto;
}
.services-header {
  text-align: center;
  margin-bottom: 45px;
}
.services-sub-title {
  color: #0f2c59;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  font-family:
    Times New Roman,
    serif;
  font-size: 16px;
  display: block;
}
.services-title-wrapper {
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  display: flex;
}
.services-main-title {
  color: #0f2c59;
  letter-spacing: 0.04em;
  white-space: nowrap;
  margin: 0;
  font-size: 38px;
  font-weight: 700;
}
.title-line {
  object-fit: contain;
  width: auto;
  max-width: 260px;
  height: 12px;
}
.title-line-left {
  transform: scaleX(-1);
}
.services-lead-text {
  color: #444;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.coverage-block-wrapper {
  justify-content: center;
  margin-bottom: 55px;
  display: flex;
}
.coverage-container {
  width: 100%;
  max-width: 720px;
}
.coverage-header-row {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}
.coverage-badge {
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.05em;
  background-color: #0f2c59;
  padding: 14px 28px;
  font-family:
    Noto Serif JP,
    serif;
  font-size: 18px;
  font-weight: 700;
}
.coverage-main-countries {
  color: #0f2c59;
  letter-spacing: 0.02em;
  padding-left: 25px;
  font-family:
    Noto Serif JP,
    serif;
  font-size: 22px;
  font-weight: 700;
}
.coverage-grid-table {
  background-color: #f7f9fc;
  border: 1px solid #d5dce5;
}
.coverage-row {
  border-bottom: 1px solid #d5dce5;
  display: flex;
}
.coverage-row:last-child {
  border-bottom: none;
}
.coverage-label {
  color: #0f2c59;
  text-align: center;
  border-right: 1px solid #d5dce5;
  justify-content: center;
  align-items: center;
  width: 42%;
  padding: 16px 20px;
  font-family:
    Noto Serif JP,
    serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}
.coverage-value {
  width: 58%;
  padding: 16px 20px 16px 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: #0f2c59;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  background-color: #fafcfe;
}
.services-sub-heading {
  text-align: center;
  color: #0f2c59;
  margin-bottom: 35px;
  font-size: 32px;
  font-weight: 700;
}
.services-card-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
}
.service-card {
  background-color: #f7f9fc;
  border: 1px solid #b4c6dc;
  border-radius: 8px;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}
.card-bg-number {
  color: #ffffffe6;
  z-index: 2;
  pointer-events: none;
  text-shadow: 0 1px 4px #0003;
  font-family:
    Times New Roman,
    serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: -8px;
  left: 10px;
}
.service-img-wrapper {
  width: 100%;
  height: 145px;
  position: relative;
}
.service-img-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.service-icon-emblem {
  z-index: 3;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 121px;
  left: 50%;
  transform: translate(-50%);
}
.service-icon-emblem img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}
.service-card-body {
  text-align: left;
  flex-direction: column;
  flex-grow: 1;
  padding: 30px 22px 25px;
  display: flex;
}
.service-card-title {
  color: #0f2c59;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 22px;
  font-family:
    Noto Serif JP,
    serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.service-card-title .sub-label {
  color: #444;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.service-detail-block {
  text-align: left;
  margin-bottom: 18px;
}
.service-detail-block:last-child {
  margin-bottom: 0;
}
.service-badge {
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #0f2c59;
  border-radius: 2px;
  margin-bottom: 8px;
  padding: 3px 12px;
  font-family:
    Noto Serif JP,
    serif;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}
.service-detail-text {
  color: #333;
  text-align: justify;
  margin: 0;
  font-family:
    Noto Serif JP,
    serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
.company-section {
  background-color: #f4f6f9;
  padding: 90px 20px 100px;
  position: relative;
}
.company-container {
  max-width: 820px;
  margin: 0 auto;
}
.company-header {
  text-align: center;
  margin-bottom: 40px;
}
.company-sub-title {
  color: #0f2c59;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  font-family:
    Times New Roman,
    serif;
  font-size: 16px;
  display: block;
}
.company-main-title {
  color: #0f2c59;
  letter-spacing: 0.04em;
  margin: 0;
  font-size: 38px;
  font-weight: 700;
}
.company-block-title {
  text-align: center;
  color: #0f2c59;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
}
.company-table-wrapper {
  flex-direction: column;
  gap: 12px;
  margin-bottom: 45px;
  display: flex;
}
.company-row {
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  padding: 18px 25px;
  display: flex;
  box-shadow: 0 2px 6px #00000005;
}
.company-label {
  color: #0f2c59;
  flex-shrink: 0;
  width: 22%;
  font-size: 16px;
  font-weight: 700;
}
.company-value {
  color: #333;
  width: 78%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
.company-value .sub-text {
  color: #666;
  font-size: 14px;
}
.partner-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.partner-list li {
  margin-bottom: 8px;
}
.partner-list li:last-child {
  margin-bottom: 0;
}
.partner-link {
  color: #0f2c59;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.2s;
}
.partner-link:hover {
  color: #d4af37;
}
.company-banner-card {
  background-color: #0f2c59;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px #00000014;
}
.banner-header {
  color: #fff;
  background-color: #0f2c59;
  padding: 18px 30px;
}
.banner-sub {
  color: #d4af37;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  display: block;
}
.banner-title {
  color: #d4af37;
  letter-spacing: 0.01em;
  margin: 0;
  font-family:
    Times New Roman,
    serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
}
.banner-image-wrapper {
  aspect-ratio: 3.5;
  width: 100%;
  max-height: 160px;
  position: relative;
  overflow: hidden;
}
.banner-image-wrapper img {
  object-fit: cover;
  object-position: center 60%;
  width: 100%;
  height: 100%;
  display: block;
}
.banner-btn {
  color: #0f2c59;
  z-index: 10;
  background-color: #fff;
  border-radius: 25px;
  align-items: center;
  gap: 8px;
  padding: 8px 22px;
  font-family:
    Times New Roman,
    serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition:
    background-color 0.3s,
    box-shadow 0.3s,
    transform 0.2s;
  display: inline-flex;
  position: absolute;
  bottom: 18px;
  right: 25px;
  box-shadow: 0 2px 8px #00000040;
}
.banner-btn:hover {
  background-color: #f0f4f8;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #00000059;
}
.banner-btn .arrow {
  font-size: 11px;
}
.contact-section {
  background-color: #f8f9fa;
  background-image: url(../images/map.webp);
  background-position: right 0 top 0;
  background-repeat: no-repeat;
  background-size: 600px;
  padding: 90px 20px 100px;
  position: relative;
}
.contact-container {
  max-width: 900px;
  margin: 0 auto;
}
.contact-header {
  text-align: center;
  margin-bottom: 45px;
}
.contact-sub-title {
  color: #0f2c59;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  font-family:
    Times New Roman,
    serif;
  font-size: 16px;
  display: block;
}
.contact-main-title {
  color: #0f2c59;
  letter-spacing: 0.04em;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 700;
}
.contact-lead-text {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.contact-lead-text .sub-lead {
  margin-top: 15px;
}
.contact-form {
  background-color: #fff;
  border: 1px solid #0f2c59;
  box-shadow: 0 4px 15px #0000000d;
}
.form-row {
  border-bottom: 1px solid #d5dce5;
  display: flex;
}
.form-row:last-of-type {
  border-bottom: none;
}
.form-label {
  color: #fff;
  background-color: #0f2c59;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 34%;
  padding: 20px 18px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}
.form-label > span:first-child {
  white-space: nowrap;
}
.form-label .badge {
  white-space: nowrap;
  flex-shrink: 0;
}
.badge {
  white-space: nowrap;
  border-radius: 12px;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 600;
}
.badge-required {
  color: #fff;
  background-color: #d4af37;
}
.badge-optional {
  color: #0f2c59;
  background-color: #fff;
}
.form-input {
  background-color: #fff;
  align-items: center;
  width: 66%;
  padding: 15px 20px;
  display: flex;
}
.form-input input[type="text"],
.form-input input[type="email"],
.form-input input[type="tel"],
.form-input textarea {
  color: #333;
  background-color: #f2f2f2;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  outline: none;
  width: 100%;
  padding: 12px 15px;
  font-family:
    Noto Serif JP,
    serif;
  font-size: 15px;
  transition:
    border-color 0.2s,
    background-color 0.2s;
}
.form-input input:focus,
.form-input textarea:focus {
  background-color: #fff;
  border-color: #0f2c59;
}
.form-input textarea {
  resize: vertical;
  height: 120px;
}
.input-checkboxes {
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  display: grid;
}
.input-checkboxes label {
  color: #333;
  cursor: pointer;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}
.input-file-wrapper {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.btn-file-select,
.file-btn {
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #e2e8f0;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  transition:
    background-color 0.2s,
    border-color 0.2s;
  display: inline-flex;
  box-shadow: 0 1px 3px #0000000d;
}
.btn-file-select:hover,
.file-btn:hover {
  color: #0f2c59;
  background-color: #cbd5e1;
  border-color: #94a3b8;
}
.file-select-icon {
  font-size: 16px;
}
.hidden-file-input {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}
.file-preview-container {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 4px;
}
.file-preview-box {
  color: #0f2c59;
  background-color: #e8f4fd;
  border: 1px solid #1e88d459;
  border-radius: 6px;
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  display: block;
  box-sizing: border-box;
}
.file-preview-box .btn-remove-file {
  color: #ef4444;
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
  display: inline-block;
  transition: opacity 0.2s;
}
.file-preview-box .btn-remove-file:hover {
  background: transparent;
  opacity: 0.7;
  transform: none;
}
.file-preview-thumb {
  object-fit: cover;
  background-color: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
}
.file-info-group {
  flex-direction: column;
  gap: 2px;
  display: flex;
}
.file-name-text {
  color: #0f2c59;
  word-break: break-all;
  font-weight: 600;
}
.file-size-text {
  color: #475569;
  font-size: 12px;
}
.btn-remove-file {
  color: #fff;
  cursor: pointer;
  background-color: #0f2c59;
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition:
    background-color 0.2s,
    transform 0.1s;
  display: inline-flex;
}
.btn-remove-file:hover {
  background-color: #e84158;
  transform: scale(1.15);
}
.file-note {
  color: #666;
  font-size: 13px;
}
.form-submit-wrapper {
  text-align: center;
  background-color: #f8f9fa;
  padding: 40px 0 10px;
}
.btn-submit {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #ff6b81 0%, #e84158 100%);
  border: none;
  border-radius: 8px;
  padding: 14px 80px;
  font-family:
    Noto Serif JP,
    serif;
  font-size: 20px;
  font-weight: 700;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 4px 12px #e841584d;
}
.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px #e8415866;
}
.pagetop-btn {
  color: #fff;
  z-index: 90;
  background-color: #0f2c59;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 2px 8px #0003;
}
.site-footer {
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #d5dce5;
  padding: 25px 20px;
}
.copyright {
  color: #0f2c59;
  margin: 0;
  font-family:
    Times New Roman,
    serif;
  font-size: 14px;
}
.main-visual,
.value-section,
.services-section,
.company-section,
.contact-section,
.site-footer {
  max-width: 100%;
  overflow-x: hidden;
}
.menu-toggle-btn {
  color: #fff;
  cursor: pointer;
  z-index: 110;
  background-color: #0f2c59;
  border: 1px solid #d4af3780;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  transition: background-color 0.2s;
  display: none;
}
.menu-toggle-btn:hover {
  background-color: #16284c;
}
.menu-toggle-btn svg {
  width: 24px;
  height: 24px;
}
.mobile-nav-menu {
  z-index: 105;
  background-color: #0f2c59;
  flex-direction: column;
  padding: 30px 24px;
  position: fixed;
  inset: 85px 0 0;
  overflow-y: auto;
  box-shadow: 0 10px 25px #0000004d;
}
.mobile-nav-list {
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.mobile-nav-link {
  color: #fff;
  border-bottom: 1px solid #ffffff1a;
  border-radius: 4px;
  padding: 12px 16px;
  font-family:
    Noto Serif JP,
    serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition:
    background-color 0.2s,
    color 0.2s;
  display: block;
}
.mobile-nav-link:hover {
  color: #d4af37;
  background-color: #ffffff0d;
}
.btn-mobile-contact {
  text-align: center;
  background-color: #d4af37;
  border-bottom: none;
  border-radius: 6px;
  margin-top: 10px;
  padding: 14px;
  font-weight: 700;
  box-shadow: 0 4px 12px #d4af374d;
  color: #fff !important;
}
.btn-mobile-contact:hover {
  background-color: #c29f2d;
}
@media (max-width: 1200px) {
  .header-inner {
    padding: 0 20px;
  }
  .header-nav-wrapper {
    gap: 8px;
  }
  .site-nav a {
    padding: 0 12px;
    font-size: 15px;
  }
  .btn-contact-header {
    padding: 0 18px;
    font-size: 15px;
  }
  .site-logo img {
    max-height: 42px;
  }
}
@media (max-width: 1024px) {
  .header-nav-wrapper {
    display: none !important;
  }
  .menu-toggle-btn {
    display: flex !important;
  }
  .value-card-grid,
  .services-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .mv-main-copy {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .header-inner {
    align-items: center;
    height: 70px;
    padding: 0 16px;
  }
  .site-logo {
    padding-bottom: 0;
  }
  .site-logo img {
    max-height: 36px;
  }
  .mobile-nav-menu {
    top: 70px;
  }
  .main-visual {
    padding: 60px 16px 50px;
  }
  .mv-content-box {
    padding: 20px 10px;
  }
  .mv-content-box:before {
    inset: -20px -30px;
    background: radial-gradient(#fffffffa 0%, #fffffff2 70%, #ffffff99 88%, #fff0 100%);
  }
  .mv-main-copy {
    margin-bottom: 16px;
    font-size: 28px;
  }
  .mv-lead-title {
    font-size: 17px;
  }
  .mv-description {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 15px;
  }
  .mv-country-badge-inner {
    padding: 8px 16px;
    font-size: 14px;
  }
  .value-section,
  .services-section,
  .company-section,
  .contact-section {
    padding: 50px 16px;
    overflow-x: hidden;
  }
  .value-main-title,
  .services-main-title,
  .company-main-title,
  .contact-main-title {
    font-size: 26px;
  }
  .value-lead-text { 
    text-align: left;
  }
  .value-card-title br {
    display: none;
  }
  .value-card-grid,
  .services-card-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
  .coverage-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .services-lead-text {
  text-align: left;
}
  .coverage-badge {
    padding: 8px 16px;
    font-size: 15px;
  }
  .coverage-main-countries {
    padding-left: 0;
    font-size: 18px;
  }
  .coverage-row {
    flex-direction: column;
  }
  .coverage-label {
    width: 100%;
    padding: 10px 15px;
    background-color: #0f2c59;
    color: #ffffff; /* 白文字 */
    font-weight: 700;
    border-left: 4px solid #d4af37;
    border-bottom: none;
    justify-content: flex-start;
    text-align: left;
  }
  .coverage-value {
    width: 100%;
    padding: 12px 15px;
  }
  .company-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 14px 18px;
  }
  .company-label,
  .company-value {
    width: 100%;
  }
  .banner-header {
    padding: 14px 18px;
  }
  .banner-sub {
    margin-bottom: 4px;
    font-size: 13px;
  }
  .banner-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .banner-image-wrapper {
    aspect-ratio: 3.2;
    width: 100%;
    max-height: 140px;
    position: relative;
    overflow: hidden;
  }
  .banner-image-wrapper img {
    object-fit: cover;
    object-position: center 60%;
    width: 100%;
    height: 100%;
  }
  .banner-btn {
    padding: 7px 18px;
    font-size: 13px;
    position: absolute;
    bottom: 12px;
    right: 14px;
    box-shadow: 0 2px 6px #0000004d;
  }
  .contact-lead-text {
  text-align: left;
  }
  .contact-lead-text br {
  display: none;
  }
  .form-row {
    flex-direction: column;
  }
  .form-label,
  .form-input {
    width: 100%;
    padding: 14px 16px;
  }
  .input-checkboxes {
    grid-template-columns: 1fr;
  }
  .btn-submit {
    width: 100%;
    max-width: 300px;
    padding: 12px 40px;
    font-size: 18px;
  }
}
