@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
@property --root-font-size {
  syntax: "<length>";
  inherits: false;
  initial-value: 16px;
}
:root {
  --to-rem: calc(tan(atan2(1px, var(--root-font-size))) * 1rem);
  --layout-width-canvas: 1440px;
  --layout-width-inner: 1050px;
  --padding-pc: 5rem;
  --padding-sp: 1.718rem;
  --color-white: #fff;
  --color-black: #000;
  --color-text: var(--color-black);
  --color-primary: #005bac;
  --color-primary-light: #10a6e1;
  --color-primary-dark: #003f7e;
  --color-gray: #D9D9D9;
  --color-light-blue: #10a6e1;
  --color-light-gray: #ccd4db;
  --color-light-blue-bg: #eaf4fc;
  --color-text-gray: #3b3d3f;
  --color-text-base: #1a1a1a;
  --color-bg-base: #fff;
  --font-thai: "Noto Sans Thai", sans-serif;
  --font-montserrat: "Montserrat", sans-serif;
  --font-inter: "Inter", sans-serif;
  --font-primary: var(--font-thai);
  --font-secondary: var(--font-thai);
  --font-family-base: var(--font-thai);
  --font-size-base: 1rem;
  --normal: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --font-weight-bold: 700;
  --font-weight-regular: 400;
  --line-height-base: 1.8;
  --letter-spacing-base: 0;
  --header-height-pc: 8.5rem;
  --header-height-sp: 4.375rem;
  --duration-default: 0.3s;
  --hover-opacity: 0.7;
  --padding-section: 160px;
  --min-tap-target: 44px;
  --border-radius-md: 8px;
  --border-radius-lg: 20px;
  --border-radius-pill: 25px;
  --border-radius-circle: 50%;
}
html[lang=en] {
  --font-primary: var(--font-montserrat);
  --font-secondary: var(--font-inter);
  --font-family-base: var(--font-montserrat);
}
html.lenis, html.lenis body {
  height: auto;
}
html.lenis-smooth {
  scroll-behavior: auto !important;
}
html {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3223140496vw;
  }
}
@media (min-width: 1210px) {
  html {
    font-size: 16px;
  }
}
body {
  font-family: var(--font-family-base);
  color: var(--color-text-base);
  background-color: var(--color-bg-base);
  font-size: var(--font-size-base);
  font-weight: var(--normal);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  overflow-x: clip;
}
img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
summary {
  display: block;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
@media (width <= 767px) {
  [data-device=pc] {
    display: none;
  }
}
@media (width >= 768px) {
  [data-device=sp] {
    display: none;
  }
}
a {
  display: block;
}
button {
  cursor: pointer;
}
.l-header {
  position: relative;
  padding-block: 2.1875rem;
  background-color: var(--color-white);
}
@media (max-width: 767px) {
  .l-header {
    padding-block: 1.25rem;
  }
}
.l-header__content {
  display: grid;
  grid-template-areas: "logo actions" "logo nav";
  grid-template-columns: auto 1fr;
  align-items: center;
  height: 100%;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .l-header__content {
    display: flex;
    justify-content: space-between;
  }
}
.l-header__logo {
  grid-area: logo;
  align-self: center;
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  width: 14.25rem;
}
@media (max-width: 767px) {
  .l-header__logo img {
    width: 7.5rem;
    height: auto;
  }
}
.l-header__nav {
  grid-area: nav;
  justify-self: end;
  width: 100%;
}
@media (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-list {
  display: flex;
  justify-content: flex-end;
  gap: clamp(10px, -47.3393665158px + 7.4660633484vw, 43px);
  align-items: center;
}
.l-header__nav-link {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-secondary);
  font-size: clamp(12px, 8.5248868778px + 0.4524886878vw, 14px);
  font-weight: var(--normal);
  color: var(--color-text);
  line-height: 1.2142857143;
  text-transform: uppercase;
  transition: font-weight 0.2s ease;
}
.l-header__nav-link::before {
  content: "";
  position: absolute;
  inset: -0.5rem -0.75rem;
}
.l-header__nav-link::after {
  content: attr(data-text);
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  font-weight: var(--bold);
}
@media speech {
  .l-header__nav-link::after {
    display: none;
  }
}
@media (any-hover: hover) {
  .l-header__nav-link:hover {
    font-weight: var(--bold);
  }
}
.l-header__actions {
  grid-area: actions;
  justify-self: end;
  align-self: end;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .l-header__actions {
    display: none;
  }
}
.l-header__lang {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.l-header__lang-btn {
  position: relative;
  font-family: var(--font-primary);
  font-size: clamp(12px, 6.7873303167px + 0.6787330317vw, 15px);
  font-weight: var(--medium);
  line-height: 1.2;
  color: var(--color-black);
  border: none;
}
.l-header__lang-btn::before {
  content: "";
  position: absolute;
  inset: -0.5rem -0.75rem;
}
.l-header__lang-btn--active {
  font-weight: var(--bold);
}
@media (any-hover: hover) {
  .l-header__lang-btn:hover {
    opacity: var(--hover-opacity);
  }
}
.l-header__lang-sep {
  font-family: var(--font-primary);
  font-size: clamp(12px, 8.5248868778px + 0.4524886878vw, 14px);
  line-height: 1;
  color: var(--color-text);
  transform: rotate(10deg);
  display: inline-block;
}
.l-header__hamburger {
  position: relative;
  display: none;
  width: 0.9375rem;
  height: 0.9375rem;
}
@media (max-width: 767px) {
  .l-header__hamburger {
    display: block;
  }
}
.l-header__hamburger::after {
  position: absolute;
  content: "";
  inset: -0.9375rem;
}
.l-header__hamburger-line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: var(--color-black);
  transition: transform 0.3s ease;
}
.l-header__hamburger-line:first-child {
  transform: translateY(calc(-50% - 0.1875rem));
}
.l-header__hamburger-line:last-child {
  transform: translateY(calc(-50% + 0.1875rem));
}
.l-header__drawer {
  position: fixed;
  top: var(--header-height-sp);
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.91);
  z-index: 999;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.l-header__drawer.is-open {
  max-height: calc(100dvh - var(--header-height-sp));
  overflow-y: auto;
}
.l-header__drawer-content {
  display: grid;
  min-height: calc(100dvh - var(--header-height-sp));
  padding-block: 2.375rem;
  padding-inline: var(--padding-sp);
  align-content: start;
  gap: 1.75rem;
}
.l-header__drawer-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-header__drawer-link {
  display: block;
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: var(--medium);
  line-height: 1.2;
  color: var(--color-black);
  text-decoration: none;
}
.l-header__drawer-accordion > summary {
  list-style: none;
}
.l-header__drawer-accordion > summary::-webkit-details-marker {
  display: none;
}
.l-header__drawer-accordion-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}
.l-header__drawer-accordion-title {
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: var(--medium);
  line-height: 1.2;
  color: var(--color-black);
}
.l-header__drawer-accordion-icon {
  display: block;
  width: 1rem;
  height: 0.5rem;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3csvg%20width='35'%20height='20'%20viewBox='0%200%2035%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.06055%201.06065L17.0605%2017.0607L33.0605%201.06065'%20stroke='black'%20stroke-width='3'/%3e%3c/svg%3e") no-repeat center/contain;
  transition: transform 0.3s ease-out;
}
.l-header__drawer-accordion.is-opened .l-header__drawer-accordion-icon {
  transform: rotate(180deg);
}
.l-header__drawer-accordion-content {
  overflow: hidden;
}
.l-header__drawer-accordion:not([open]) .l-header__drawer-accordion-content {
  height: 0;
  opacity: 0;
}
.l-header__drawer-accordion[open] .l-header__drawer-accordion-content {
  opacity: 1;
}
.l-header__drawer-sublist {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 0.75rem;
}
.l-header__drawer-sublink {
  display: block;
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: var(--normal);
  line-height: 1.4;
  color: var(--color-black);
  text-decoration: none;
}
@media (any-hover: hover) {
  .l-header__drawer-link:hover,
  .l-header__drawer-sublink:hover {
    opacity: var(--hover-opacity);
  }
}
.l-header__drawer-lang {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
.l-header__drawer-lang-btn {
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: var(--medium);
  line-height: 1;
  color: var(--color-black);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.l-header__drawer-lang-btn--active {
  font-weight: var(--bold);
}
.l-header__drawer-lang-sep {
  font-family: var(--font-primary);
  font-size: 0.75rem;
  line-height: 1;
  color: var(--color-black);
  transform: rotate(10deg);
  display: inline-block;
}
.l-header__hamburger.is-active .l-header__hamburger-line:first-child {
  transform: translateY(-50%) rotate(45deg);
}
.l-header__hamburger.is-active .l-header__hamburger-line:last-child {
  transform: translateY(-50%) rotate(-45deg);
}
.l-container {
  box-sizing: initial;
  padding-inline: var(--padding-pc);
  max-inline-size: var(--layout-width-inner);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .l-container {
    padding-inline: var(--padding-sp);
  }
}
.l-container--canvas {
  max-inline-size: var(--layout-width-canvas);
}
.l-container--wide {
  max-inline-size: var(--layout-width-wide);
}
.l-container--narrow {
  max-inline-size: var(--layout-width-narrow);
}
.l-container--flush {
  padding-inline: 0;
}
@media (max-width: 767px) {
  .l-container--sp-flush {
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .l-container--sp-wide {
    padding-inline: var(--padding-pc);
  }
}
.l-section {
  padding-block: 100px;
}
@media (max-width: 767px) {
  .l-section {
    padding-block: 80px;
  }
}
.c-button {
  display: inline-grid;
  place-items: center;
  font-family: var(--font-primary);
  font-size: clamp(12px, 8.5248868778px + 0.4524886878vw, 14px);
  line-height: 1.25;
  font-weight: var(--medium);
  padding: 0.875rem 0.75rem;
  background-color: #1a1a1a;
  color: var(--color-white);
  border: 2px solid transparent;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  width: min(16.5rem, 100%);
}
@media (max-width: 767px) {
  .c-button {
    width: 100%;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.75rem 0.75rem;
  }
}
.c-button--large {
  display: grid;
  width: 100%;
  font-size: 1.5rem;
  font-weight: var(--normal);
  padding: 1.34375rem;
}
@media (max-width: 767px) {
  .c-button--large {
    font-size: 0.75rem;
    padding: 1.1875rem;
  }
}
.c-button--disabled {
  background-color: #999;
  cursor: not-allowed;
  pointer-events: none;
}
@media (any-hover: hover) {
  .c-button:hover:not(.c-button--disabled) {
    background-color: var(--color-white);
    color: #1a1a1a;
    border-color: #000;
  }
}
.c-view-more {
  position: relative;
  display: inline-block;
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--medium);
  line-height: 1.25;
  padding-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .c-view-more {
    font-size: 0.75rem;
  }
}
.c-view-more::before {
  content: "";
  position: absolute;
  inset: -0.5rem -0.75rem;
}
.c-view-more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media (any-hover: hover) {
  .c-view-more:hover::after {
    width: 100%;
  }
}
.c-relatednav {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr));
  gap: 2rem;
  margin-inline: auto;
  max-width: 53.5rem;
}
@media (max-width: 767px) {
  .c-relatednav {
    grid-template-columns: 1fr;
    gap: 0.875rem;
  }
}
.c-business-features {
  display: grid;
  gap: 7rem;
}
@media (max-width: 767px) {
  .c-business-features {
    gap: 3.25rem;
  }
}
.c-business-feature {
  display: grid;
  grid-template-columns: 32.8125rem 1fr;
  gap: 3.5rem;
  align-items: center;
}
@media (max-width: 767px) {
  .c-business-feature {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
@media (max-width: 767px) {
  .c-business-feature__image {
    order: 2;
  }
}
.c-business-feature__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .c-business-feature__body {
    order: 1;
  }
}
.c-business-feature__title {
  font-family: var(--font-primary);
  font-size: 2.5rem;
  font-weight: var(--normal);
  line-height: 1;
  color: var(--color-white);
}
@media (max-width: 767px) {
  .c-business-feature__title {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    text-align: center;
  }
}
.c-business-feature__text {
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
  color: var(--color-white);
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-business-feature__text {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    margin-top: 1rem;
  }
}
.c-business-feature__logos {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  margin-top: 2.8125rem;
  gap: 3.125rem;
}
@media (max-width: 767px) {
  .c-business-feature__logos {
    gap: 1.5625rem;
    margin-top: 0.375rem;
  }
}
.c-business-feature__logo {
  max-height: 3rem;
  width: auto;
}
@media (max-width: 767px) {
  .c-business-feature__logo {
    max-height: 1.5rem;
  }
}
.p-top-about {
  position: relative;
  width: 100%;
  aspect-ratio: 1445/720;
  min-height: clamp(460px, 8.2352941176px + 58.8235294118vw, 720px);
}
@media (max-width: 767px) {
  .p-top-about {
    min-height: auto;
    aspect-ratio: 750/1270;
  }
}
.p-top-about__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.p-top-about__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-about__container {
  position: relative;
  z-index: 1;
}
.p-top-about__content {
  display: grid;
  align-content: start;
  justify-items: center;
  padding-block: 5rem;
  color: var(--color-text);
}
@media (max-width: 767px) {
  .p-top-about__content {
    justify-items: start;
    color: var(--color-white);
    text-align: left;
    padding-block: 3.25rem;
  }
}
.p-top-about__title {
  font-family: var(--font-primary);
  font-size: 3.4375rem;
  font-weight: var(--normal);
  line-height: 1.3636363636;
}
@media (max-width: 767px) {
  .p-top-about__title {
    text-align: left;
    font-size: 2rem;
  }
}
.p-top-about__text {
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  line-height: 1.5;
  font-weight: var(--medium);
  margin-top: 1.5625rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-top-about__text {
    text-align: left;
    margin-top: 0.75rem;
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}
.p-top-about__view-more {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-top-about__view-more {
    margin-top: 1rem;
    justify-self: end;
  }
}
.p-top-business {
  padding-block: 6.0625rem 0;
}
@media (max-width: 767px) {
  .p-top-business {
    padding-block: 3.5rem 0;
  }
}
.p-top-business__title {
  font-family: var(--font-primary);
  font-size: 3.4375rem;
  font-weight: var(--normal);
  line-height: 1.36;
  color: var(--color-black);
  text-align: center;
}
@media (max-width: 767px) {
  .p-top-business__title {
    font-size: 2rem;
    text-align: left;
  }
}
.p-top-business__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.5625rem;
  margin-inline: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .p-top-business__grid {
    margin-top: 0.75rem;
    grid-template-columns: 1fr;
  }
}
.p-top-business__card {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: clamp(460px, 77.7375565611px + 49.7737556561vw, 680px);
  aspect-ratio: 480/680;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-top-business__card {
    aspect-ratio: 1;
    min-height: auto;
  }
}
.p-top-business__card-image {
  position: absolute;
  inset: 0;
}
.p-top-business__card-image picture,
.p-top-business__card-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-business__card-image img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (any-hover: hover) {
  .p-top-business__card:hover .p-top-business__card-image img {
    transform: scale(1.05);
  }
}
.p-top-business__card-content {
  display: grid;
  justify-items: center;
  align-content: start;
  z-index: 1;
  padding-block: 4.5rem;
  padding-inline: 1.25rem;
}
@media (max-width: 767px) {
  .p-top-business__card-content {
    aspect-ratio: 1;
    padding: 2.25rem 1.5625rem;
  }
}
.p-top-business__card-title {
  font-family: var(--font-primary);
  font-weight: var(--medium);
  font-size: 2.5rem;
  line-height: 1.2;
  color: var(--color-white);
  text-align: center;
}
@media (max-width: 767px) {
  .p-top-business__card-title {
    font-size: 1.5rem;
  }
}
.p-top-business__card-subtitle {
  font-family: var(--font-primary);
  font-weight: var(--normal);
  font-size: clamp(20px, 13.0497737557px + 0.9049773756vw, 24px);
  line-height: 1;
  color: var(--color-white);
  text-align: center;
}
@media (max-width: 767px) {
  .p-top-business__card-subtitle {
    font-size: 1rem;
  }
}
.p-top-business__card-text {
  font-family: var(--font-primary);
  font-weight: var(--normal);
  font-size: 1rem;
  font-size: clamp(14px, 10.5248868778px + 0.4524886878vw, 16px);
  line-height: 1.625;
  color: var(--color-white);
  margin-top: clamp(20px, -6.0633484163px + 3.3936651584vw, 35px);
  max-width: 17.75rem;
}
@media (max-width: 767px) {
  .p-top-business__card-text {
    margin-top: 0.9375rem;
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.3333333333;
    max-width: 13.875rem;
  }
}
.p-top-commitment {
  background-color: #555;
  padding-block: 6.0625rem 7.5rem;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .p-top-commitment {
    padding-block: 3.5rem;
  }
}
.p-top-commitment__content {
  display: flex;
  gap: 3.5rem;
  margin-top: 1.5625rem;
}
@media (max-width: 767px) {
  .p-top-commitment__content {
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    margin-top: 0.75rem;
  }
}
.p-top-commitment__body {
  display: grid;
  place-content: start;
  place-items: start;
  gap: 1.5rem;
  max-width: 25.9375rem;
}
@media (max-width: 767px) {
  .p-top-commitment__body {
    gap: 1rem;
  }
}
.p-top-commitment__title {
  font-family: var(--font-primary);
  font-size: 3.4375rem;
  font-weight: var(--normal);
  line-height: 1.36;
  color: var(--color-white);
  text-align: center;
}
@media (max-width: 767px) {
  .p-top-commitment__title {
    font-size: 2rem;
  }
}
.p-top-commitment__text {
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
  line-height: 1.625;
  color: var(--color-white);
}
@media (max-width: 767px) {
  .p-top-commitment__text {
    width: 93%;
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}
.p-top-commitment__text + .p-top-commitment__text {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-top-commitment__text + .p-top-commitment__text {
    margin-top: 1.5rem;
  }
}
.p-top-commitment__view-more {
  color: var(--color-white);
}
.p-top-commitment__image {
  margin-right: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .p-top-commitment__image {
    margin: 0 calc(50% - 50vw);
  }
}
.p-top-commitment__image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top-career {
  padding-block: 6.0625rem 7.5rem;
}
@media (max-width: 767px) {
  .p-top-career {
    padding-block: 3.5rem;
  }
}
.p-top-career__content {
  display: flex;
  gap: 2.25rem;
  margin-top: 1.5625rem;
}
@media (max-width: 767px) {
  .p-top-career__content {
    flex-direction: column;
    gap: 2rem;
    margin-top: 0.75rem;
  }
}
.p-top-career__body {
  display: grid;
  place-content: start;
  place-items: start;
  gap: 3.875rem;
}
@media (max-width: 767px) {
  .p-top-career__body {
    gap: 0.9375rem;
  }
}
.p-top-career__title {
  font-family: var(--font-primary);
  font-size: 3.4375rem;
  font-weight: var(--normal);
  line-height: 1.36;
  color: var(--color-text);
  text-align: center;
}
@media (max-width: 767px) {
  .p-top-career__title {
    font-size: 2rem;
    text-align: left;
  }
}
.p-top-career__text {
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
  line-height: 1.625;
  color: var(--color-text);
}
@media (max-width: 767px) {
  .p-top-career__text {
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}
.p-top-career__container > .c-button {
  margin-top: 3.3125rem;
}
@media (max-width: 767px) {
  .p-top-career__container > .c-button {
    margin-top: 1.25rem;
  }
}
.p-top-career__image {
  max-width: 32.8125rem;
  width: 100%;
}
.p-top-career__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-news {
  background-color: var(--color-gray);
  padding-block: 6.0625rem 7.5rem;
}
@media (max-width: 767px) {
  .p-top-news {
    padding-block: 3.5rem;
  }
}
.p-top-news__title {
  font-family: var(--font-primary);
  font-size: 3.4375rem;
  font-weight: var(--normal);
  line-height: 1.36;
  color: var(--color-text);
  text-align: center;
}
@media (max-width: 767px) {
  .p-top-news__title {
    font-size: 2rem;
    text-align: left;
  }
}
.p-top-news__content {
  display: grid;
  gap: 2.25rem;
  margin-top: 1.5625rem;
}
@media (max-width: 767px) {
  .p-top-news__content {
    gap: 1rem;
    margin-top: 0.75rem;
  }
}
.p-top-news__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(25rem, 100%), 1fr));
  gap: 2rem 1.625rem;
}
@media (max-width: 767px) {
  .p-top-news__grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.p-top-news__card {
  display: grid;
  grid-template-columns: 16.375rem 1fr;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767px) {
  .p-top-news__card {
    grid-template-columns: 9.375rem 1fr;
  }
}
.p-top-news__card-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-top-news__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-top-news__card-content {
  display: grid;
  grid-template-rows: auto auto 1fr;
  padding-block: 1rem;
  padding-inline: 1.25rem 1.5625rem;
  gap: 0.8125rem;
  align-items: start;
  align-content: start;
  background: #1a1a1a;
}
@media (max-width: 767px) {
  .p-top-news__card-content {
    padding: 0.75rem;
    gap: 0.5rem;
    padding-block: 0.5rem;
    padding-inline: 0.75rem;
  }
}
.p-top-news__card-tag {
  display: grid;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1875rem;
  background-color: var(--color-white);
  font-family: var(--font-primary);
  font-size: clamp(12px, 6.7873303167px + 0.6787330317vw, 15px);
  line-height: 1.2;
  font-weight: var(--medium);
  color: var(--color-black);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-top-news__card-tag {
    font-size: 0.5rem;
    padding: 0.125rem 0.5rem;
  }
}
.p-top-news__card-title {
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--medium);
  line-height: 1.3125;
  color: var(--color-white);
}
@media (max-width: 767px) {
  .p-top-news__card-title {
    font-size: 0.75rem;
  }
}
.p-top-news__card-date {
  align-self: end;
  justify-self: end;
  font-family: var(--font-primary);
  font-size: clamp(10px, 10px + 0vw, 10px);
  font-weight: var(--medium);
  line-height: 1.2;
  color: #007CB9;
}
@media (max-width: 767px) {
  .p-top-news__card-date {
    font-size: 0.5rem;
  }
}
.p-top-news__view-more {
  justify-self: end;
  color: var(--color-text);
}
@media (any-hover: hover) {
  a.p-top-news__card:hover .p-top-news__card-image img {
    transform: scale(1.05);
  }
}
.p-about {
  padding-block: 7rem;
}
@media (max-width: 767px) {
  .p-about {
    padding-block: 3.5rem;
  }
}
.p-about__intro-text {
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--medium);
  line-height: 2;
  color: var(--color-text);
}
@media (max-width: 767px) {
  .p-about__intro-text {
    font-weight: var(--normal);
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}
.p-about__relatednav {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .p-about__relatednav {
    margin-top: 3.5rem;
  }
}
.p-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1446/680;
  min-height: clamp(450px, 50.3619909502px + 52.036199095vw, 680px);
  display: grid;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-hero {
    min-height: auto;
    aspect-ratio: 750/1140;
  }
}
.p-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-hero__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 5.4375rem;
}
@media (max-width: 767px) {
  .p-hero__content {
    margin-top: 4.1875rem;
  }
}
.p-hero__text-group {
  display: grid;
  place-items: center;
}
.p-hero__title {
  display: flex;
  align-items: center;
  gap: 1.4375rem;
  font-family: var(--font-primary);
  font-size: 3.25rem;
  font-weight: var(--normal);
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .p-hero__title {
    flex-direction: column;
    gap: 0;
    font-size: 1.625rem;
  }
}
.p-hero__title-symbol {
  font-family: var(--font-primary);
  font-size: 6.25rem;
  font-weight: var(--normal);
  line-height: 0.65;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .p-hero__title-symbol {
    font-size: 2.5rem;
  }
}
.p-hero__subtitle {
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--medium);
  line-height: 1.625;
  letter-spacing: 0;
  color: var(--color-black);
  max-width: 23.375rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-hero__subtitle {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 2.625rem;
  }
}
.p-hero__view-more {
  margin-top: 1rem;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .p-hero__view-more {
    margin-top: 0.625rem;
  }
}
.p-sub-hero {
  display: grid;
  place-items: center;
  background-size: cover;
  background-position: center;
  height: 17rem;
}
@media (max-width: 767px) {
  .p-sub-hero {
    height: 8.5rem;
  }
}
.p-sub-hero--about {
  --_img-path: url("../images/about/img-hero-pc.webp");
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), var(--_img-path);
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .p-sub-hero--about {
    --_img-path: url("../images/about/img-hero-sp.webp");
  }
}
.p-sub-hero--about .p-sub-hero__title {
  color: var(--color-white);
}
.p-sub-hero--business {
  --_img-path: url("../images/business/img-business-hero-pc.webp");
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), var(--_img-path);
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .p-sub-hero--business {
    --_img-path: url("../images/business/img-business-hero-sp.webp");
  }
}
.p-sub-hero--business .p-sub-hero__title {
  color: var(--color-white);
}
.p-sub-hero--business-motorsports {
  --_img-path: url("../images/business/motorsports/img-motorsports-hero-pc.webp");
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), var(--_img-path);
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .p-sub-hero--business-motorsports {
    --_img-path: url("../images/business/motorsports/img-motorsports-hero-sp.webp");
  }
}
.p-sub-hero--business-motorsports .p-sub-hero__title {
  color: var(--color-white);
}
.p-sub-hero--business-accessory {
  --_img-path: url("../images/business/accessory/img-accessory-hero-pc.webp");
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), var(--_img-path);
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .p-sub-hero--business-accessory {
    --_img-path: url("../images/business/accessory/img-accessory-hero-sp.webp");
  }
}
.p-sub-hero--business-accessory .p-sub-hero__title {
  color: var(--color-white);
}
.p-sub-hero--business-other {
  --_img-path: url("../images/business/other/img-other-hero-pc.webp");
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), var(--_img-path);
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .p-sub-hero--business-other {
    --_img-path: url("../images/business/other/img-other-hero-sp.webp");
  }
}
.p-sub-hero--business-other .p-sub-hero__title {
  color: var(--color-white);
}
.p-sub-hero__title {
  font-family: var(--font-primary);
  font-size: 3.5rem;
  line-height: 1;
  font-weight: var(--normal);
  color: var(--color-text);
  text-align: center;
}
@media (max-width: 767px) {
  .p-sub-hero__title {
    font-size: 1.75rem;
  }
}
.p-cookies {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1a1a1a;
  padding: 2.5rem 0;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 767px) {
  .p-cookies {
    padding: 1.25rem 0;
  }
}
.p-cookies.is-visible {
  display: block;
}
.p-cookies.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.p-cookies__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .p-cookies__container {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-cookies__text {
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
  line-height: 1.625;
  color: var(--color-white);
}
@media (max-width: 767px) {
  .p-cookies__text {
    font-size: 0.75rem;
    text-align: center;
  }
}
.p-cookies__link {
  display: inline-block;
  color: var(--color-white);
  text-decoration: underline;
  transition: opacity var(--duration-default) ease;
}
.p-cookies__button {
  background-color: #007cb9;
  color: var(--color-white);
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
  line-height: 1.625;
  padding: 0.5rem;
  width: min(10rem, 100%);
  display: grid;
  place-items: center;
  transition: opacity var(--duration-default) ease;
}
@media (max-width: 767px) {
  .p-cookies__button {
    padding: 0.875rem;
    font-size: 0.75rem;
    width: 100%;
  }
}
.p-cookies__button:focus-visible {
  outline: 2px solid var(--color-white);
  outline-offset: 2px;
}
@media (any-hover: hover) {
  .p-cookies__link:hover {
    opacity: var(--hover-opacity);
  }
  .p-cookies__button:hover {
    opacity: var(--hover-opacity);
  }
}
.p-footer {
  width: 100%;
  background: var(--color-white);
  border-top: 2px solid #007CB9;
  padding-block: 7rem 12.25rem;
}
@media (max-width: 767px) {
  .p-footer {
    padding-block: 2.25rem 10.5rem;
  }
}
.p-footer__content {
  display: grid;
}
.p-footer__main {
  display: grid;
  justify-content: start;
  grid-template: "logo nav" "logo privacy"/auto 1fr;
  gap: 0 3.75rem;
}
@media (max-width: 767px) {
  .p-footer__main {
    justify-content: space-between;
    gap: 1.5625rem 0;
  }
}
.p-footer__logo {
  grid-area: logo;
}
.p-footer__logo a {
  display: block;
}
.p-footer__logo img {
  display: block;
  width: 14.25rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-footer__logo img {
    width: 6.625rem;
  }
}
.p-footer__nav {
  --_column: 3;
  justify-self: end;
  grid-area: nav;
  display: flex;
  gap: 2rem 3rem;
  display: grid;
  grid-template-columns: repeat(var(--_column), auto);
  flex-wrap: wrap;
  flex: 1;
}
@media (max-width: 767px) {
  .p-footer__nav {
    --_column: 1;
    margin-top: 0.3125rem;
    gap: 1.5625rem;
  }
}
.p-footer__nav-column {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 1.5625rem;
}
@media (max-width: 767px) {
  .p-footer__nav-column {
    gap: 0.5rem;
  }
}
.p-footer__nav-column > .p-footer__nav-title {
  justify-self: start;
}
.p-footer__nav-title {
  position: relative;
  display: inline-block;
  font-family: var(--font-secondary);
  font-size: clamp(12px, 6.7873303167px + 0.6787330317vw, 15px);
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-black);
  padding-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .p-footer__nav-title {
    font-size: 0.75rem;
  }
}
.p-footer__nav-title::before {
  content: "";
  position: absolute;
  inset: -0.5rem -0.75rem;
}
.p-footer__nav-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__nav-title:hover::after {
    width: 100%;
  }
}
.p-footer__nav-list {
  display: grid;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .p-footer__nav-list {
    gap: 0.4375rem;
  }
}
.p-footer__nav-list.p-footer__nav-list--title {
  gap: 1.5625rem;
}
@media (max-width: 767px) {
  .p-footer__nav-list.p-footer__nav-list--title {
    gap: 1.375rem;
  }
}
.p-footer__nav-item {
  line-height: 1;
}
.p-footer__nav-link {
  position: relative;
  display: inline-block;
  font-family: var(--font-secondary);
  font-size: clamp(12px, 6.7873303167px + 0.6787330317vw, 15px);
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-black);
  padding-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .p-footer__nav-link {
    font-weight: 400;
    font-size: 0.75rem;
  }
}
.p-footer__nav-link::before {
  content: "";
  position: absolute;
  inset: -0.5rem -0.75rem;
}
.p-footer__nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__nav-link:hover::after {
    width: 100%;
  }
}
.p-footer__nav-link:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.p-footer__brands {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--color-black);
}
@media (max-width: 767px) {
  .p-footer__brands {
    margin-top: 1.9375rem;
    padding-top: 1.5rem;
  }
}
.p-footer__brands-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .p-footer__brands-inner {
    gap: 0;
  }
}
.p-footer__brands-title {
  font-family: var(--font-primary);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .p-footer__brands-title {
    font-size: 0.75rem;
    font-weight: 400;
  }
}
.p-footer__brands-logos {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .p-footer__brands-logos {
    gap: 1.375rem;
  }
}
.p-footer__brand-link {
  display: block;
  transition: opacity var(--duration-default) ease;
}
.p-footer__brand-link:hover {
  opacity: 0.7;
}
.p-footer__brand-logo {
  display: block;
  height: 3rem;
  width: auto;
}
.p-footer__brand-logo--gr {
  height: 2.875rem;
}
@media (max-width: 767px) {
  .p-footer__brand-logo--gr {
    height: 1.3125rem;
  }
}
.p-footer__brand-logo--md {
  height: 3rem;
}
@media (max-width: 767px) {
  .p-footer__brand-logo--md {
    height: 1.40625rem;
  }
}
.p-footer__brand-logo--trd {
  height: 2.5rem;
}
@media (max-width: 767px) {
  .p-footer__brand-logo--trd {
    height: 1.25rem;
  }
}
.p-footer__privacy-link {
  position: relative;
  display: inline-block;
  grid-area: privacy;
  justify-self: end;
  align-self: end;
  font-family: var(--font-secondary);
  font-size: clamp(12px, 6.7873303167px + 0.6787330317vw, 15px);
  font-weight: 500;
  line-height: 1;
  color: var(--color-black);
  padding-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .p-footer__privacy-link {
    font-weight: 400;
    font-size: 0.75rem;
  }
}
.p-footer__privacy-link::before {
  content: "";
  position: absolute;
  inset: -0.5rem -0.75rem;
}
.p-footer__privacy-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__privacy-link:hover::after {
    width: 100%;
  }
}
.p-footer__privacy-link:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.p-brands {
  padding-block: 7rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-brands {
    padding-block: 3.5rem;
  }
}
.p-brands__content {
  display: grid;
  gap: 4.0625rem;
  place-items: center;
}
@media (max-width: 767px) {
  .p-brands__content {
    gap: 2.75rem;
  }
}
.p-brands__title {
  font-family: var(--font-primary);
  font-weight: var(--normal);
  font-size: 2rem;
  line-height: 1.15625;
}
@media (max-width: 767px) {
  .p-brands__title {
    font-weight: var(--medium);
    line-height: 2.1428571429;
    font-size: 1.09375rem;
  }
}
.p-brands__title-accent {
  font-weight: var(--medium);
  color: #007cb9;
}
@media (max-width: 767px) {
  .p-brands__title-accent {
    font-weight: 600;
  }
}
.p-brands__logos {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  place-items: center;
  gap: 5.3125rem;
}
@media (max-width: 767px) {
  .p-brands__logos {
    grid-template-columns: 1fr;
    gap: 1.5625rem;
  }
}
.p-brands__logo {
  max-height: 3.75rem;
}
@media (max-width: 767px) {
  .p-brands__logo {
    max-height: 1.875rem;
  }
}
.p-brands__divider {
  width: 3.9375rem;
  height: 0.125rem;
  background-color: var(--color-black);
}
@media (max-width: 767px) {
  .p-brands__divider {
    width: 1.5625rem;
  }
}
.p-brands__description {
  font-family: var(--font-secondary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--medium);
  line-height: 2;
  color: var(--color-text);
}
@media (max-width: 767px) {
  .p-brands__description {
    font-size: 0.75rem;
    line-height: 1.875;
  }
}
.p-subnav {
  background-color: var(--color-black);
}
@media (width <= 900px) {
  .p-subnav {
    display: none;
  }
}
.p-subnav__content {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-items: end;
  gap: clamp(50px, -178.5714285714px + 22.8571428571vw, 98px);
  padding-block: 0.9375rem;
}
.p-subnav__current {
  font-family: var(--font-primary);
  font-size: clamp(12px, 6.7873303167px + 0.6787330317vw, 15px);
  font-weight: var(--semibold);
  color: var(--color-white);
  line-height: 1.2;
}
.p-subnav__list {
  display: flex;
  gap: clamp(20px, -146.6666666667px + 16.6666666667vw, 55px);
  align-items: center;
}
.p-subnav__link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-primary);
  font-size: clamp(12px, 8.5248868778px + 0.4524886878vw, 14px);
  font-weight: var(--medium);
  color: var(--color-white);
  line-height: 1.2142857143;
  transition: font-weight 0.2s ease;
  white-space: nowrap;
}
.p-subnav__link::after {
  content: attr(data-text);
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  font-weight: var(--bold);
}
@media speech {
  .p-subnav__link::after {
    display: none;
  }
}
@media (any-hover: hover) {
  .p-subnav__link:hover {
    font-weight: var(--bold);
  }
}
.p-subnav__link--active {
  color: var(--color-primary);
}
.p-message {
  padding-block: 0 7rem;
}
@media (max-width: 767px) {
  .p-message {
    padding-block: 0 3.5rem;
  }
}
@media (max-width: 767px) {
  .p-message__image {
    margin-inline: calc(50% - 50vw);
  }
}
.p-message__image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-message__info {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .p-message__info {
    margin-top: 2rem;
  }
}
.p-message__role {
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
  color: var(--color-black);
  line-height: 1;
}
@media (max-width: 767px) {
  .p-message__role {
    font-size: 0.75rem;
  }
}
.p-message__name {
  margin-top: 1rem;
  font-family: var(--font-primary);
  font-size: 2rem;
  font-weight: var(--normal);
  color: var(--color-black);
  line-height: 1;
}
@media (max-width: 767px) {
  .p-message__name {
    margin-top: 0.5rem;
    font-size: 1.5rem;
  }
}
.p-message__text {
  margin-top: 2.5rem;
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--medium);
  color: var(--color-black);
  line-height: 2;
}
@media (max-width: 767px) {
  .p-message__text {
    margin-top: 1.5rem;
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}
.p-message__relatednav {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .p-message__relatednav {
    margin-top: 3.5rem;
  }
}
.p-vision {
  padding-block: 0 7rem;
}
@media (max-width: 767px) {
  .p-vision {
    padding-block: 0 3.5rem;
  }
}
.p-vision__section {
  padding-block: 2.5rem;
  min-height: 21.5rem;
}
@media (max-width: 767px) {
  .p-vision__section {
    padding-block: 1.75rem;
    min-height: auto;
  }
}
.p-vision__section:nth-child(odd) {
  -o-border-image: linear-gradient(#d9d9d9 0 0) 0//0 100lvi;
     border-image: linear-gradient(#d9d9d9 0 0) fill 0//0 100lvi;
}
.p-vision__content {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .p-vision__content {
    gap: 1.25rem;
    flex-direction: column;
  }
}
.p-vision__body {
  flex: 0 0 32.8125rem;
}
@media (max-width: 767px) {
  .p-vision__body {
    flex: none;
  }
}
.p-vision__title {
  font-family: var(--font-primary);
  font-size: 2.5rem;
  font-weight: var(--normal);
  line-height: 1.2;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .p-vision__title {
    font-size: 1.5rem;
  }
}
.p-vision__subtitle {
  margin-top: 1.5rem;
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--semibold);
  line-height: 1.5;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .p-vision__subtitle {
    font-size: 0.75rem;
    font-weight: var(--medium);
    line-height: 1;
  }
}
.p-vision__text {
  margin-top: 1.5rem;
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .p-vision__text {
    margin-top: 0.75rem;
    line-height: 1.6666666667;
    font-size: 0.75rem;
  }
}
.p-vision__list {
  margin-top: 1.5rem;
  display: grid;
  list-style: none;
  counter-reset: vision-list;
}
@media (max-width: 767px) {
  .p-vision__list {
    margin-top: 0.75rem;
  }
}
.p-vision__list-item {
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
  color: var(--color-black);
  padding-left: 1.3em;
  text-indent: -1.3em;
  counter-increment: vision-list;
}
@media (max-width: 767px) {
  .p-vision__list-item {
    line-height: 1.6666666667;
    font-size: 0.75rem;
  }
}
.p-vision__list-item::before {
  content: counter(vision-list) ". ";
  display: inline-block;
  width: 1.3em;
  text-indent: 0;
  font-variant-numeric: tabular-nums;
}
.p-vision__subtitle + .p-vision__list {
  margin-top: 0.5rem;
}
.p-vision__image {
  width: 100%;
  max-width: 25rem;
  margin-left: auto;
}
.p-vision__image--overflow {
  max-width: none;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .p-vision__image--overflow {
    margin-right: 0;
  }
}
.p-vision__image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-vision__relatednav {
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  .p-vision__relatednav {
    margin-top: 1.75rem;
  }
}
.p-company {
  padding-block: 0 7rem;
}
@media (max-width: 767px) {
  .p-company {
    padding-block: 0 3.5rem;
  }
}
.p-company__section {
  padding-block: 2.5rem;
}
@media (max-width: 767px) {
  .p-company__section {
    padding-block: 1.75rem;
  }
}
.p-company__section:nth-child(odd) {
  -o-border-image: linear-gradient(#d9d9d9 0 0) 0//0 100lvi;
     border-image: linear-gradient(#d9d9d9 0 0) fill 0//0 100lvi;
}
.p-company__content {
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-company__content {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.p-company__country {
  font-family: var(--font-primary);
  font-size: 1.5rem;
  font-weight: var(--normal);
  line-height: 1;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .p-company__country {
    font-size: 1rem;
  }
}
.p-company__name {
  margin-top: 1rem;
  font-family: var(--font-primary);
  font-size: 2.5rem;
  font-weight: var(--normal);
  line-height: 1.2;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .p-company__name {
    margin-top: 0.25rem;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.p-company__address {
  margin-top: 0.5rem;
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .p-company__address {
    margin-top: 1.25rem;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.p-company__info {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-company__info {
    flex-direction: row;
    margin-top: 1rem;
    gap: 0.75rem 1.875rem;
  }
}
.p-company__info-row {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.p-company__info-label {
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
  color: var(--color-black);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-company__info-label {
    font-size: 0.75rem;
  }
}
.p-company__info-label img {
  display: block;
  width: 1rem;
  height: 1rem;
}
@media (max-width: 767px) {
  .p-company__info-label img {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.p-company__info-value {
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .p-company__info-value {
    font-size: 0.75rem;
  }
}
.p-company__info-value a {
  color: inherit;
  text-decoration: underline;
}
.p-company__sns {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .p-company__sns {
    margin-top: 0.75rem;
    gap: 0.75rem;
  }
}
.p-company__sns-label {
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .p-company__sns-label {
    font-size: 0.75rem;
  }
}
.p-company__sns-list {
  display: flex;
  gap: 0.5rem;
  list-style: none;
}
@media (max-width: 767px) {
  .p-company__sns-list {
    gap: 0.75rem;
  }
}
.p-company__sns-item a {
  display: block;
}
.p-company__sns-item img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 767px) {
  .p-company__sns-item img {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-company__logo {
  align-self: center;
  width: 100%;
  max-width: 25rem;
}
@media (max-width: 767px) {
  .p-company__logo {
    order: 2;
    max-width: 12.5rem;
    margin-inline: auto;
  }
}
.p-company__logo--th {
  max-width: 30.625rem;
}
@media (max-width: 767px) {
  .p-company__logo--th {
    max-width: 20rem;
  }
}
.p-company__logo--jp {
  max-width: 17.0625rem;
}
@media (max-width: 767px) {
  .p-company__logo--jp {
    max-width: 20rem;
  }
}
.p-company__logo--id {
  max-width: 14.3125rem;
}
@media (max-width: 767px) {
  .p-company__logo--id {
    max-width: 20rem;
  }
}
.p-company__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.p-company__relatednav {
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  .p-company__relatednav {
    margin-top: 1.75rem;
  }
}
.p-motorsports {
  background-color: #555555;
  padding-block: 7rem;
}
@media (max-width: 767px) {
  .p-motorsports {
    padding-block: 3rem;
  }
}
.p-motorsports__lead {
  position: relative;
  padding-left: 2.3125rem;
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
  line-height: 2;
  color: var(--color-white);
}
@media (max-width: 767px) {
  .p-motorsports__lead {
    line-height: 1.6666666667;
  }
}
@media (max-width: 767px) {
  .p-motorsports__lead {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    gap: 1.25rem;
    padding-left: 1.6875rem;
  }
}
.p-motorsports__lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 100%;
  background-color: var(--color-white);
}
@media (max-width: 767px) {
  .p-motorsports__lead::before {
    width: 0.125rem;
  }
}
.p-motorsports__features {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .p-motorsports__features {
    margin-top: 3.25rem;
  }
}
.p-motorsports__relatednav {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .p-motorsports__relatednav {
    margin-top: 3.5rem;
  }
}
.p-accessory {
  background-color: #555555;
  padding-block: 7rem;
}
@media (max-width: 767px) {
  .p-accessory {
    padding-block: 3rem;
  }
}
.p-accessory__relatednav {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .p-accessory__relatednav {
    margin-top: 3.5rem;
  }
}
.p-other {
  background-color: #555555;
  padding-block: 7rem;
}
@media (max-width: 767px) {
  .p-other {
    padding-block: 3rem;
  }
}
.p-other__lead {
  position: relative;
  padding-left: 2.3125rem;
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
  line-height: 2;
  color: var(--color-white);
}
@media (max-width: 767px) {
  .p-other__lead {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    padding-left: 1.6875rem;
  }
}
.p-other__lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 100%;
  background-color: var(--color-white);
}
@media (max-width: 767px) {
  .p-other__lead::before {
    width: 0.125rem;
  }
}
.p-other__features {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .p-other__features {
    margin-top: 3.25rem;
  }
}
.p-other__relatednav {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .p-other__relatednav {
    margin-top: 3.5rem;
  }
}
.p-commitment__section {
  padding-block: 7rem;
}
@media (max-width: 767px) {
  .p-commitment__section {
    padding-block: 3.5rem;
  }
}
.p-commitment__section:nth-child(odd) {
  -o-border-image: linear-gradient(#d9d9d9 0 0) 0//0 100lvi;
     border-image: linear-gradient(#d9d9d9 0 0) fill 0//0 100lvi;
}
.p-commitment__title {
  font-family: var(--font-primary);
  font-size: 2.5rem;
  font-weight: var(--normal);
  line-height: 1;
  color: var(--color-black);
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-commitment__title {
    font-size: 1.25rem;
  }
}
.p-commitment__text {
  margin-top: 1.25rem;
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .p-commitment__text {
    margin-top: 1.5625rem;
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}
.p-commitment__images {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}
@media (max-width: 767px) {
  .p-commitment__images {
    margin-top: 0.9375rem;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.p-commitment__image {
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-commitment__image:nth-child(odd) {
    margin-left: calc(50% - 50vw);
    padding-right: 1.71875rem;
  }
}
@media (max-width: 767px) {
  .p-commitment__image:nth-child(even) {
    padding-left: 1.71875rem;
    margin-right: calc(50% - 50vw);
  }
}
.p-commitment__image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 520/264;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-contact {
  padding-block: 0 7rem;
}
@media (max-width: 767px) {
  .p-contact {
    padding-block: 0 3.5rem;
  }
}
.p-contact__info {
  padding-block: 3.5rem;
  -o-border-image: linear-gradient(#d9d9d9 0 0) 0//0 100lvi;
     border-image: linear-gradient(#d9d9d9 0 0) fill 0//0 100lvi;
}
@media (max-width: 767px) {
  .p-contact__info {
    padding-block: 2.5rem;
  }
}
.p-contact__info-grid {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 1rem 5rem;
  align-items: start;
}
@media (max-width: 767px) {
  .p-contact__info-grid {
    gap: 0.875rem 1.375rem;
  }
}
.p-contact__info-label {
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: var(--normal);
  line-height: 1.5;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .p-contact__info-label {
    font-size: 0.75rem;
    font-weight: var(--medium);
  }
}
.p-contact__info-value {
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: var(--normal);
  line-height: 1.6666666667;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .p-contact__info-value {
    font-size: 0.75rem;
  }
}
.p-contact__divider {
  width: 2.9375rem;
  margin-block: 1.75rem;
  border: none;
  border-top: 1px solid var(--color-black);
}
@media (max-width: 767px) {
  .p-contact__divider {
    width: 2.5rem;
    margin-block: 1rem 1.625rem;
  }
}
.p-contact__contact-list {
  display: flex;
  gap: 5rem;
  align-items: center;
}
@media (max-width: 767px) {
  .p-contact__contact-list {
    justify-content: space-between;
    gap: 0.75rem;
  }
}
.p-contact__contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .p-contact__contact-item {
    gap: 0.5rem;
  }
}
.p-contact__contact-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-contact__contact-icon {
    width: 1rem;
    height: 1rem;
  }
}
.p-contact__contact-link {
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: var(--normal);
  line-height: 1.5;
  color: var(--color-black);
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-contact__contact-link {
    font-size: 0.75rem;
  }
}
.p-contact__location {
  padding-block-start: 3.5rem;
}
@media (max-width: 767px) {
  .p-contact__location {
    padding-block-start: 2.5rem;
  }
}
.p-contact__location-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: end;
}
@media (max-width: 767px) {
  .p-contact__location-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    justify-items: center;
  }
}
.p-contact__map-image {
  display: block;
  width: 100%;
  max-width: 50.125rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-contact__map-image {
    max-width: 20rem;
  }
}
.p-contact__qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .p-contact__qr {
    gap: 0.875rem;
  }
}
.p-contact__qr-image {
  width: 9.125rem;
  height: 9.125rem;
}
@media (max-width: 767px) {
  .p-contact__qr-image {
    width: 5.625rem;
    height: 5.625rem;
  }
}
.p-contact__qr-link {
  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: var(--medium);
  color: var(--color-black);
  text-decoration: underline;
  transition: opacity var(--duration-default) ease;
}
@media (max-width: 767px) {
  .p-contact__qr-link {
    font-size: 0.75rem;
  }
}
@media (any-hover: hover) {
  .p-contact__qr-link:hover {
    opacity: 0.7;
  }
}
.p-business {
  padding-block: 7rem;
  -o-border-image: linear-gradient(#555 0 0) 0//0 100lvi;
     border-image: linear-gradient(#555 0 0) fill 0//0 100lvi;
}
@media (max-width: 767px) {
  .p-business {
    padding-block: 3.5rem;
  }
}
.p-business__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .p-business__cards {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
}
.p-business__card {
  display: grid;
  grid-template-rows: auto 1fr;
  place-content: start;
}
.p-business__card-image {
  position: relative;
  aspect-ratio: 350/344;
  overflow: clip;
}
@media (max-width: 767px) {
  .p-business__card-image {
    margin-inline: calc(50% - 50vw);
    aspect-ratio: 750/520;
  }
}
.p-business__card-image picture,
.p-business__card-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-business__card-image img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-business__card-content {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  place-items: start center;
  place-content: start center;
  padding-inline: 0.9375rem;
  margin-top: 1.5625rem;
}
@media (max-width: 767px) {
  .p-business__card-content {
    margin-top: 1.25rem;
    padding-inline: 0;
  }
}
.p-business__card-title {
  font-family: var(--font-primary);
  font-weight: var(--semibold);
  font-size: 2rem;
  line-height: 1;
  color: var(--color-white);
}
@media (max-width: 767px) {
  .p-business__card-title {
    font-size: 1.5rem;
  }
}
.p-business__card-subtitle {
  font-family: var(--font-primary);
  font-weight: var(--normal);
  font-size: 1.25rem;
  line-height: 1;
  color: var(--color-white);
  text-align: center;
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .p-business__card-subtitle {
    margin-top: 0.3125rem;
    font-size: 1rem;
  }
}
.p-business__card-text {
  font-family: var(--font-primary);
  font-weight: var(--normal);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  line-height: 1.5;
  color: var(--color-white);
  margin-top: 1.75rem;
  max-width: 20rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-business__card-text {
    margin-top: 0.9375rem;
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}
.p-business__card-button {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-business__card-button {
    width: 100%;
    margin-top: 0.9375rem;
  }
}
.p-news {
  padding-block: 0 7rem;
}
@media (max-width: 767px) {
  .p-news {
    padding-block: 0 3.5rem;
  }
}
.p-news__list {
  list-style: none;
}
.p-news__item {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .p-news__item {
    padding-bottom: 1.25rem;
  }
}
.p-news__item + .p-news__item {
  padding-top: 2rem;
  border-top: 1.5px solid var(--color-black);
}
@media (max-width: 767px) {
  .p-news__item + .p-news__item {
    padding-top: 1.25rem;
  }
}
.p-news__item:last-child {
  padding-bottom: 0;
}
.p-news__link {
  display: grid;
  grid-template-columns: 20.3125rem 1fr;
  justify-items: start;
  gap: 8.625rem;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767px) {
  .p-news__link {
    grid-template-columns: 9.375rem 1fr;
    gap: 1.25rem;
  }
}
.p-news__image {
  overflow: hidden;
}
.p-news__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767px) {
  .p-news__image img {
    aspect-ratio: 150/92;
  }
}
.p-news__content {
  display: grid;
  grid-template-rows: auto 1fr auto;
  place-items: start;
  gap: 2.1875rem;
}
@media (max-width: 767px) {
  .p-news__content {
    gap: 0.3125rem;
  }
}
.p-news__tag {
  display: inline-block;
  padding: 0.3125rem 0.3125rem 0.1875rem;
  background-color: var(--color-black);
  color: var(--color-white);
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-news__tag {
    width: 2.5rem;
    font-size: 0.625rem;
    padding: 0.125rem 0.25rem;
  }
}
.p-news__title {
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
  color: var(--color-text);
}
@media (max-width: 767px) {
  .p-news__title {
    font-size: 0.75rem;
    line-height: 1.1666666667;
  }
}
.p-news__date {
  margin-top: auto;
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
  color: #007cb9;
}
@media (max-width: 767px) {
  .p-news__date {
    font-size: 0.625rem;
  }
}
@media (any-hover: hover) {
  a.p-news__link:hover .p-news__image img {
    transform: scale(1.05);
  }
}
.p-overview {
  padding-block: 0 7rem;
}
@media (max-width: 767px) {
  .p-overview {
    padding-block: 0 3.5rem;
  }
}
.p-overview__intro {
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--medium);
  line-height: 2;
}
@media (max-width: 767px) {
  .p-overview__intro {
    font-size: 0.75rem;
    font-weight: var(--normal);
    line-height: 1.6666666667;
  }
}
.p-overview__table {
  margin-top: 3.5rem;
}
.p-overview__row {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 6.0625rem;
  padding-block: 1.5rem;
  border-top: 1px solid var(--color-black);
}
@media (max-width: 767px) {
  .p-overview__row {
    grid-template-columns: 1fr;
    gap: 0.25rem 0;
    padding-block: 0.75rem;
  }
}
.p-overview__row dt {
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
}
@media (max-width: 767px) {
  .p-overview__row dt {
    font-weight: var(--medium);
    font-size: 0.75rem;
  }
}
.p-overview__row dd {
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-overview__row dd {
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}
.p-overview__list {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .p-overview__list {
    gap: 0.25rem;
  }
}
.p-overview__list li {
  position: relative;
  padding-left: 1em;
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-overview__list li {
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}
.p-overview__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-overview__brands {
  display: grid;
  grid-template-columns: 6.75rem 13.75rem 7.375rem;
  gap: 5.3125rem;
  align-items: center;
}
@media (max-width: 767px) {
  .p-overview__brands {
    grid-template-columns: 3.875rem 7.125rem 4.4375rem;
    gap: 2.5rem;
  }
}
.p-overview__sales {
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-overview__sales {
    margin-top: 3rem;
  }
}
.p-overview__sales-title {
  font-family: var(--font-primary);
  font-size: 3.5rem;
  font-weight: var(--normal);
  line-height: 1;
}
@media (max-width: 767px) {
  .p-overview__sales-title {
    font-size: 1.625rem;
  }
}
.p-overview__sales-logo {
  display: block;
  margin-top: 3.125rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-overview__sales-logo {
    margin-top: 1.25rem;
  }
}
.p-overview__sales-logo img {
  max-width: 30.5rem;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .p-overview__sales-logo img {
    max-width: 15.25rem;
  }
}
.p-overview__sales-text {
  margin-top: 2.5rem;
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
  line-height: 2;
  text-align: left;
  max-width: 65.625rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-overview__sales-text {
    margin-top: 1.5rem;
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}
.p-overview__sales-text + .p-overview__sales-text {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-overview__sales-text + .p-overview__sales-text {
    margin-top: 1rem;
  }
}
.p-overview__relatednav {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .p-overview__relatednav {
    margin-top: 3.5rem;
  }
}
.p-policy {
  padding-block: 0 7rem;
}
@media (max-width: 767px) {
  .p-policy {
    padding-block: 0 3.5rem;
  }
}
.p-policy__content {
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--medium);
  line-height: 2;
}
@media (max-width: 767px) {
  .p-policy__content {
    font-size: 0.75rem;
    font-weight: var(--normal);
    line-height: 1.6666666667;
  }
}
.p-history {
  padding-block: 0 7rem;
}
@media (max-width: 767px) {
  .p-history {
    padding-block: 0 3.5rem;
  }
}
.p-history__year {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 7.0625rem;
  padding-block: 2.5rem;
}
@media (max-width: 767px) {
  .p-history__year {
    gap: 1.875rem;
    padding-block: 1.75rem;
  }
}
.p-history__year:nth-child(odd) {
  -o-border-image: linear-gradient(#d9d9d9 0 0) 0//0 100lvi;
     border-image: linear-gradient(#d9d9d9 0 0) fill 0//0 100lvi;
}
.p-history__year-label {
  font-family: var(--font-primary);
  font-size: 1.5rem;
  font-weight: var(--normal);
  line-height: 1.3333333333;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .p-history__year-label {
    font-size: 1.25rem;
  }
}
.p-history__description {
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .p-history__description {
    font-size: 0.75rem;
  }
}
.p-history__logo-change {
  margin-top: 0.5rem;
  max-width: 24rem;
}
@media (max-width: 767px) {
  .p-history__logo-change {
    max-width: 100%;
  }
}
.p-history__logo-change img {
  width: 100%;
  height: auto;
  display: block;
}
.p-history__grid {
  display: grid;
  grid-template-columns: repeat(3, 17.5rem);
  gap: 1.5rem 0.5rem;
}
@media (max-width: 767px) {
  .p-history__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-history__description + .p-history__grid {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-history__description + .p-history__grid {
    margin-top: 0.4375rem;
  }
}
.p-history__logo-change + .p-history__grid {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-history__logo-change + .p-history__grid {
    margin-top: 1.25rem;
  }
}
.p-history__item {
  width: 100%;
}
.p-history__item-image {
  width: 17.5rem;
  height: 8.5rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-history__item-image {
    width: 100%;
    height: auto;
    aspect-ratio: 222/107;
  }
}
.p-history__item-caption {
  margin-top: 0.5rem;
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.0497737557px + 0.9049773756vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .p-history__item-caption {
    font-size: 0.75rem;
  }
}
.p-history__relatednav {
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  .p-history__relatednav {
    margin-top: 1.75rem;
  }
}
.u-mt-sm {
  margin-top: var(--spacing-sm);
}
.u-mt-md {
  margin-top: var(--spacing-md);
}
.u-mt-lg {
  margin-top: var(--spacing-lg);
}
.u-mb-sm {
  margin-bottom: var(--spacing-sm);
}
.u-mb-md {
  margin-bottom: var(--spacing-md);
}
.u-mb-lg {
  margin-bottom: var(--spacing-lg);
}
.u-breakout-full {
  width: 100vw;
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
}
.u-breakout-right {
  margin-inline-end: calc(50% - 50vw);
}
@supports (padding-inline-start: 0) {
  .u-breakout-right {
    padding-inline-end: calc(50vw - 50%);
  }
}
.u-breakout-left {
  margin-inline-start: calc(50% - 50vw);
}
@supports (padding-inline-start: 0) {
  .u-breakout-left {
    padding-inline-start: calc(50vw - 50%);
  }
}
@media (max-width: 767px) {
  .u-breakout-full--pc-only {
    width: auto;
    margin-inline-start: 0;
    margin-inline-end: 0;
  }
}
@media (max-width: 767px) {
  .u-breakout-right--pc-only {
    margin-inline-end: 0;
    padding-inline-end: 0;
  }
}
@media (max-width: 767px) {
  .u-breakout-left--pc-only {
    margin-inline-start: 0;
    padding-inline-start: 0;
  }
}
.u-color-text {
  color: var(--color-text);
}
.u-color-primary {
  color: var(--color-primary);
}
.u-color-primary-light {
  color: var(--color-primary-light);
}
.u-color-primary-dark {
  color: var(--color-primary-dark);
}
.u-bg-primary {
  background-color: var(--color-primary);
}
.u-bg-primary-light {
  background-color: var(--color-primary-light);
}
.u-bg-primary-dark {
  background-color: var(--color-primary-dark);
}
.u-border-primary {
  border-color: var(--color-primary);
}
.u-border-primary-light {
  border-color: var(--color-primary-light);
}
.u-border-primary-dark {
  border-color: var(--color-primary-dark);
}