@charset "UTF-8";
:root {
  --font-sans: 'Noto Sans JP', sans-serif;
  --font-en: 'Outfit', sans-serif;
  --main-bg: #fff;
  --color-white: #fff;
  --color-text: #302D2C;
  --color-black: #333;
  --color-navy: #00337F;
  --color-blue: #006EB2;
  --color-dark: #3E3E3E;
  --color-dark-text: #302D2C;
  --color-gray-bg: #F7F7F7;
  --color-gray-text: #5F5E5E;
  --color-gray-light: #A3A3A3;
  --color-border: #BABABA;
  --color-dark-overlay: #192534;
  --color-primary: #00337F;
  --color-accent: #006EB2;
  --content-width: 1240px;
  --content-width-sm: 1100px;
  --content-width-l: 1400px;
}

/* ============================================ */
/*スタイルをリセットするファイルです*/
/* ============================================ */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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;
}

:root {
  --header-height: 100px;
}
@media screen and (max-width: 768px) {
  :root {
    --header-height: 80px;
  }
}

html {
  background-color: #000000;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}
html::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url("../img/common/bg-texture.webp");
  background-size: cover;
}

.l-main {
  padding-top: var(--header-height);
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: var(--font-sans);
  color: var(--color-text);
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
}

/* デフォルトのタイポグラフィ */
h1,
h2,
h3 {
  line-height: 1.3;
  text-align: left;
}

h1 {
  font-size: clamp(28px, 4vw, 40px);
}

h2 {
  font-size: clamp(22px, 3vw, 28px);
}

h3 {
  font-size: clamp(18px, 2.5vw, 22px);
}

p {
  font-size: 16px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  height: auto;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* ユーティリティ */
.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

[data-sp-only] {
  display: none !important;
}
@media screen and (max-width: 768px) {
  [data-sp-only] {
    display: block !important;
  }
}

[data-pc-only] {
  display: block !important;
}
@media screen and (max-width: 768px) {
  [data-pc-only] {
    display: none !important;
  }
}

.u-fw-400 {
  font-weight: 400;
}

.u-fw-500 {
  font-weight: 500;
}

.u-fw-700 {
  font-weight: 700;
}

.l-root {
  overflow-x: clip;
  max-width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-section {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-section {
    margin-top: 60px;
  }
}

.l-section-lower {
  margin-top: 152px;
}
@media screen and (max-width: 768px) {
  .l-section-lower {
    margin-top: 108px;
  }
}

.l-container {
  width: calc(100% - 60px);
  max-width: calc(var(--content-width));
  margin-inline: auto;
}

.l-container--sm {
  width: calc(100% - 60px);
  max-width: calc(var(--content-width-sm));
  margin-inline: auto;
}

.l-container--l {
  width: calc(100% - 60px);
  max-width: calc(var(--content-width-l));
  margin-inline: auto;
}

.l-container--1000 {
  width: min(1000px, 100% - 40px);
  margin-inline: auto;
}

.l-breadcrumb-wrap {
  position: relative;
  width: 100%;
}

.l-breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .l-breadcrumb {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.l-breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  gap: 0.5em;
}
.l-breadcrumb__list a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-breadcrumb__list li + li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .l-breadcrumb__list li + li {
    gap: 10px;
  }
}
.l-breadcrumb__list li + li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url("../img/common/chevron.svg") center/contain no-repeat;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.l-breadcrumb__list li:last-of-type {
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.l-breadcrumb__list li:last-of-type span {
  display: block;
  width: 20.8333333333vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-breadcrumb__list li:last-of-type span {
    width: 26.6666666667vw;
  }
}
@media screen and (min-width: 1024px) and (any-hover: hover) {
  .l-breadcrumb__list a:hover {
    opacity: 0.8;
  }
}

.p-breadcrumb {
  margin-top: 18px;
}

.breadcrumb__sep {
  position: relative;
  top: -1px;
}

.l-sub-mv {
  position: relative;
}

.l-sub-mv__ttl-wrap {
  margin-top: 110px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.l-sub-mv__ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.6px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-sub-mv__ttl {
    font-size: 20px;
  }
}

.l-sub-mv__ttl--en {
  margin-top: 7.5px;
  display: inline-block;
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-primary);
}
@media screen and (max-width: 768px) {
  .l-sub-mv__ttl--en {
    font-size: 13px;
  }
}

.l-sub-mv--lower {
  position: relative;
  overflow: hidden;
  height: clamp(336px, 0px + 43.75vw, 840px);
}
@media screen and (max-width: 768px) {
  .l-sub-mv--lower {
    height: auto;
  }
}

.l-sub-mv--lower .l-sub-mv__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: min(78.125vw, 100% - 60px);
  margin-inline: auto;
  padding-top: clamp(84px, 0px + 10.9375vw, 210px);
}
@media screen and (max-width: 768px) {
  .l-sub-mv--lower .l-sub-mv__content {
    width: calc(100% - 60px);
    padding: 0;
  }
}

.l-sub-mv--lower .l-sub-mv__content--service {
  padding-top: clamp(72px, 0px + 9.375vw, 180px);
}

.l-sub-mv--lower .l-sub-mv__ttl-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-sub-mv--lower .l-sub-mv__ttl-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}

.l-sub-mv--lower .l-sub-mv__ttl-wrap {
  margin-top: 0;
  text-align: left;
  width: auto;
  margin-inline: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-sub-mv--lower .l-sub-mv__ttl-wrap {
    width: 100%;
    margin-top: -80px;
  }
}

.l-sub-mv--lower .l-sub-mv__ttl {
  font-size: clamp(28px, 0px + 3.6458333333vw, 70px);
  line-height: 1.4428571429;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: var(--color-white);
  text-align: left;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .l-sub-mv--lower .l-sub-mv__ttl {
    font-size: 35px;
    line-height: 1.4571428571;
    letter-spacing: 0.05em;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 6px;
  }
  .l-sub-mv--lower .l-sub-mv__ttl.l-sub-mv__ttl--solution {
    margin-top: -171px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  .l-sub-mv--lower .l-sub-mv__ttl--service {
    letter-spacing: -1.6px;
  }
}

.l-sub-mv--lower .l-sub-mv__ttl-bar {
  display: block;
  width: calc(100% + 10px);
  height: clamp(5px, 0.5208333333vw, 10px);
  background-color: var(--color-white);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .l-sub-mv--lower .l-sub-mv__ttl-bar {
    width: 100%;
    height: 5px;
    display: none;
  }
}

.l-sub-mv--lower .l-sub-mv__ttl--en {
  display: block;
  margin-top: clamp(10.4px, 0px + 1.3541666667vw, 26px);
  font-family: var(--font-en);
  font-size: clamp(12px, 0px + 1.5625vw, 30px);
  line-height: 1.2666666667;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--color-white);
  text-align: left;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .l-sub-mv--lower .l-sub-mv__ttl--en {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-top: 25px;
  }
}

.l-sub-mv--lower .l-sub-mv__img {
  position: absolute;
  top: clamp(24px, 0px + 3.125vw, 60px);
  right: 0;
  width: 50vw;
  height: clamp(262px, 0px + 34.1145833333vw, 655px);
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-sub-mv--lower .l-sub-mv__img {
    position: relative;
    top: auto;
    width: 86.5139949109vw;
    height: auto;
    margin-left: auto;
  }
}

.l-sub-mv--lower .l-sub-mv__img picture {
  display: block;
  position: relative;
  height: 100%;
}

.l-sub-mv--lower .l-sub-mv__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-sub-mv--lower .l-sub-mv__img picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-sub-mv--lower .l-breadcrumb-wrap {
  position: relative;
  margin-top: clamp(25.6px, 0px + 3.3333333333vw, 64px);
}
@media screen and (max-width: 768px) {
  .l-sub-mv--lower .l-breadcrumb-wrap {
    margin-top: 20px;
  }
}

.l-sub-mv--lower .l-breadcrumb {
  position: static;
}

.l-sub-mv--lower .l-breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .l-sub-mv--lower .l-breadcrumb__list {
    gap: 10px;
  }
}

.l-sub-mv--lower .l-breadcrumb__top {
  display: inline-block;
  background-color: var(--color-white);
  color: #a5a5a5;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 600;
  padding: 6px 10px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l-sub-mv--lower .l-breadcrumb__top {
    font-size: 12px;
    line-height: 1.4166666667;
    letter-spacing: 0.025em;
    padding: 3px 5px;
  }
}

.l-sub-mv--lower .l-breadcrumb__list li:last-of-type span {
  color: var(--color-white);
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 600;
  width: auto;
}
@media screen and (max-width: 768px) {
  .l-sub-mv--lower .l-breadcrumb__list li:last-of-type span {
    font-size: 12px;
    line-height: 1.4166666667;
    letter-spacing: 0.025em;
    width: auto;
  }
}

.c-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: clamp(250px, 16.1979166667vw, 311px);
  height: clamp(50px, 3.90625vw, 75px);
  padding-inline: clamp(14px, 0px + 1.8229166667vw, 35px) clamp(10px, 0px + 1.3020833333vw, 25px);
  background: var(--color-navy);
  border-radius: 8px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  border: 2px solid var(--color-navy);
}
@media screen and (max-width: 768px) {
  .c-button {
    width: 100%;
    max-width: 250px;
    height: 60px;
    font-size: 13px;
    padding-inline: 25px;
    border-radius: 5px;
  }
}
.c-button:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  -webkit-mask: url(../img/common/button-icon.svg) no-repeat center center/contain;
          mask: url(../img/common/button-icon.svg) no-repeat center center/contain;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-button:after {
    width: 13px;
    height: 13px;
  }
}

.c-button--white {
  background: #fff;
  color: var(--color-dark-text);
  border-color: #fff;
}
.c-button--white:after {
  background-color: #A3A3A3;
}

.c-button--white.--icon-blue:after {
  background-color: var(--color-blue);
}

@media (any-hover: hover) {
  .c-button:hover {
    color: var(--color-navy);
    background-color: #fff;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  .c-button:hover:after {
    background-color: var(--color-navy);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .c-button--white:hover {
    color: var(--color-white);
    background-color: var(--color-gray-light);
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  .c-button--white:hover:after {
    background-color: var(--color-white);
  }
}
.c-cta-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(136px, 0px + 17.7083333333vw, 340px);
  height: clamp(36px, 0px + 4.6875vw, 90px);
  background: var(--color-blue);
  border-radius: 44px;
  font-size: clamp(8px, 0px + 1.0416666667vw, 20px);
  line-height: 1.45;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 2px solid var(--color-blue);
}
@media screen and (max-width: 1024px) {
  .c-cta-button {
    width: min(220px, 100%);
    height: 60px;
    font-size: 16px;
  }
}

@media (any-hover: hover) {
  .c-cta-button:hover {
    background-color: #fff;
    color: var(--color-blue);
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}
.c-section-title {
  color: var(--color-text);
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  font-family: var(--font-sans);
}
@media screen and (max-width: 768px) {
  .c-section-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.9px;
  }
}
[data-bg=black] .c-section-title {
  color: #fff;
}

.c-section-title:before {
  border: none;
  top: unset;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  translate: -50% 0;
  height: 2px;
  width: 100px;
  background: var(--color-primary);
}
@media screen and (max-width: 768px) {
  .c-section-title:before {
    bottom: -10px;
    width: 60px;
  }
}

.c-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.c-heading__en {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-family: var(--font-en);
  font-size: clamp(8.8px, 0px + 1.1458333333vw, 22px);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--color-gray-light);
}
@media screen and (max-width: 1024px) {
  .c-heading__en {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .c-heading__en {
    gap: 8px;
  }
}

.c-heading__en--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-heading__en--white {
  color: #fff;
}

.c-heading__en-icon {
  width: 35px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-heading__en-icon {
    width: 27.86px;
  }
}

.c-heading__jp {
  font-size: clamp(18px, 0px + 2.34375vw, 45px);
  line-height: 1.4444444444;
  letter-spacing: 0.025em;
  font-weight: 800;
  color: var(--color-navy);
}
.p-about .c-heading__jp {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-about .c-heading__jp {
    white-space: unset;
  }
}
@media screen and (max-width: 768px) {
  .c-heading__jp {
    font-size: 30px;
    line-height: 1.6666666667;
    letter-spacing: 0.025em;
  }
}

.c-heading__jp--white {
  color: #fff;
}

.c-heading__jp--blue {
  color: var(--color-blue);
}

.c-heading__jp--center {
  text-align: center;
}

.c-lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 768px) {
  .c-lead {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

.c-lead--sm,
.c-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .c-lead--sm,
  .c-text {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

.c-lead--center {
  text-align: center;
}

.c-preparation-text {
  font-size: 32px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-preparation-text {
    font-size: 24px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.p-header {
  height: 100px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--main-bg);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .p-header {
    height: 80px;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(100% - 80px, 1830px);
  height: 100%;
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    width: calc(100% - 30px);
  }
}

.p-header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(6px, 0px + 0.78125vw, 15px);
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    gap: 15px;
  }
}

.p-header__logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-header__logo-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (any-hover: hover) {
  .p-header__logo-link:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
.p-header__logo-link img {
  width: clamp(90.8px, 0px + 11.8229166667vw, 227px);
}
@media screen and (max-width: 768px) {
  .p-header__logo-link img {
    width: 147px;
    height: 31px;
  }
}

.p-header__business-name {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-gray-bg);
  padding: clamp(4px, 0px + 0.5208333333vw, 10px) clamp(4.8px, 0px + 0.625vw, 12px);
  font-size: clamp(6.4px, 0px + 0.8333333333vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 600;
  color: #404041;
}
@media screen and (max-width: 768px) {
  .p-header__business-name {
    font-size: 11px;
    padding: 5px 8px;
    letter-spacing: 0.025em;
    line-height: 1;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}

.p-header__nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__nav-item::after {
  content: "";
  display: block;
  width: 1px;
  height: 21px;
  background: var(--color-border);
}

.p-header__nav-item:last-child::after {
  display: none;
}

.p-header__nav-link {
  display: block;
  padding: 0 clamp(10px, 0px + 1.3020833333vw, 25px);
  font-size: clamp(6.4px, 0px + 0.8333333333vw, 16px);
  line-height: 1.3125;
  letter-spacing: 0.025em;
  font-weight: 600;
  color: var(--color-navy);
  text-decoration: none;
  position: relative;
}
@media (1024px <= width <= 1280px) {
  .p-header__nav-link {
    font-size: 13px;
  }
}
.p-header__nav-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: clamp(10px, 0px + 1.3020833333vw, 25px);
  right: clamp(10px, 0px + 1.3020833333vw, 25px);
  height: 1px;
  background: var(--color-navy);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 0.3s ease;
  transition: -webkit-clip-path 0.3s ease;
  transition: clip-path 0.3s ease;
  transition: clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
}

@media (any-hover: hover) {
  .p-header__nav-link:hover::after {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.p-header__contact {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(76.4px, 0px + 9.9479166667vw, 191px);
  height: clamp(21.6px, 0px + 2.8125vw, 54px);
  background: var(--color-blue);
  border-radius: 27px;
  border: 2px solid var(--color-blue);
  font-size: clamp(6.4px, 0px + 0.8333333333vw, 16px);
  line-height: 1.3125;
  letter-spacing: 0.025em;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (1024px <= width <= 1280px) {
  .p-header__contact {
    font-size: 13px;
    width: 150px;
    height: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .p-header__contact {
    display: none;
  }
}

@media (any-hover: hover) {
  .p-header__contact:hover {
    background-color: #fff;
    color: var(--color-blue);
  }
}
.p-header__button {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-header__button {
    width: 55px;
    height: 55px;
    padding: 0;
    background: var(--color-blue);
    border-radius: 28px;
    border: none;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    position: relative;
    z-index: 11;
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    cursor: pointer;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
  }
}

.p-header__button-bar {
  border-radius: 1px;
  width: 15px;
  height: 2px;
  position: absolute;
  top: calc((100% - 2px) / 2);
  left: calc((100% - 15px) / 2);
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-header__button-bar:nth-child(1) {
  margin-top: -4px;
}

.p-header__button-bar:nth-child(3) {
  margin-top: 4px;
}

[data-is-nav-visible=true] .p-header__button-bar {
  width: 15px;
  left: calc((100% - 15px) / 2);
}

[data-is-nav-visible=true] .p-header__button-bar:nth-child(1) {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

[data-is-nav-visible=true] .p-header__button-bar:nth-child(2) {
  opacity: 0;
}

[data-is-nav-visible=true] .p-header__button-bar:nth-child(3) {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-mobile-nav {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  z-index: 200;
  background: #3E3E3E;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  overflow-y: auto;
}
@media screen and (min-width: 1024px) {
  .p-mobile-nav {
    display: none;
  }
}
[data-is-nav-visible=true] .p-mobile-nav {
  visibility: visible;
  opacity: 1;
}

.p-mobile-nav__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  padding-inline: 15px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.p-mobile-nav__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.p-mobile-nav__logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-mobile-nav__logo-link img {
  width: 147px;
  height: 31px;
}

.p-mobile-nav__business-name {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 1px solid #5F5F5F;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.025em;
  line-height: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.p-mobile-nav__close {
  width: 55px;
  height: 55px;
  padding: 0;
  background: #585858;
  border-radius: 28px;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative;
  cursor: pointer;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.p-mobile-nav__close::before,
.p-mobile-nav__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background: #fff;
}

.p-mobile-nav__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.p-mobile-nav__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-mobile-nav__body {
  padding: 60px 0 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 35px;
}

.p-mobile-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-mobile-nav__item {
  border-bottom: 1px solid #5A5A5A;
}
.p-mobile-nav__item:last-child {
  border: none;
}

.p-mobile-nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 30px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.025em;
  line-height: 1.4;
  text-decoration: none;
}

.p-mobile-nav__link::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-image: url(../img/common/button-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-mobile-nav__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(333px, 100%);
  height: 60px;
  margin: 30px auto 0;
  background: var(--color-blue);
  border-radius: 44px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .p-mobile-nav__contact:hover {
    opacity: 0.7;
  }
}
.p-global-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .p-global-nav {
    display: none;
  }
}
.p-global-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.p-global-nav__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.p-global-nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  border-radius: 8px;
  height: 100%;
  padding: 0 7.5px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}

.p-global-nav__link:after {
  background-color: var(--color-primary);
  bottom: 16px;
  content: "";
  height: 2px;
  left: 5px;
  position: absolute;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: calc(100% - 10px);
}

@media (any-hover: hover) {
  .p-global-nav__link:hover {
    color: var(--color-primary);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .p-global-nav__link:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
.l-footer {
  margin-top: 0;
  position: relative;
  background: #fff;
  padding-block: clamp(36px, 0px + 4.6875vw, 90px) 0;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-block: 65px 0;
  }
}

.l-footer__container {
  width: min(var(--content-width), 100% - 80px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__container {
    width: calc(100% - 60px);
  }
}

.l-footer__upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-footer__upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 50px;
  }
}

.l-footer__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(10.4px, 0px + 1.3541666667vw, 26px);
}

.l-footer__logo-link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .l-footer__logo-link:hover {
    opacity: 0.7;
  }
}
.l-footer__logo-link img {
  width: clamp(110.8px, 0px + 14.4270833333vw, 277px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__logo-link img {
    width: 200px;
  }
}

.l-footer__business-name {
  display: none;
  font-size: clamp(6.4px, 0px + 0.8333333333vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 600;
  color: #404041;
}
@media screen and (max-width: 1024px) {
  .l-footer__business-name {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.025em;
  }
}

.l-footer__nav {
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    width: 100%;
    gap: 0;
  }
}

.l-footer__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-list {
    display: revert;
  }
}

.l-footer__nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-item:not(:first-child) {
    padding-top: 20px;
  }
  .l-footer__nav-item:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #CECECE;
  }
}

.l-footer__nav-item::after {
  content: "";
  display: block;
  width: 1px;
  height: 21px;
  background: var(--color-border);
}
@media screen and (max-width: 768px) {
  .l-footer__nav-item::after {
    display: none;
  }
}

.l-footer__nav-item:last-child::after {
  display: none;
}

.l-footer__nav-link {
  display: block;
  padding: 0 clamp(10px, 0px + 1.3020833333vw, 25px);
  font-size: clamp(7.2px, 0px + 0.9375vw, 18px);
  line-height: 1.3333333333;
  letter-spacing: 0.025em;
  font-weight: 600;
  color: var(--color-navy);
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .l-footer__nav-link {
    font-size: 13px;
    line-height: 1.5384615385;
    letter-spacing: 0.025em;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav-link {
    padding: 0;
  }
}
.l-footer__nav-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: clamp(10px, 0px + 1.3020833333vw, 25px);
  right: clamp(10px, 0px + 1.3020833333vw, 25px);
  height: 1px;
  background: var(--color-navy);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 0.3s ease;
  transition: -webkit-clip-path 0.3s ease;
  transition: clip-path 0.3s ease;
  transition: clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-link::after {
    left: 0;
    right: 0;
  }
}

.l-footer__nav-item:last-child .l-footer__nav-link {
  padding-right: 0;
}
.l-footer__nav-item:last-child .l-footer__nav-link::after {
  right: 0;
}

@media (any-hover: hover) {
  .l-footer__nav-link:hover::after {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.l-footer__contact-wrap {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-wrap {
    text-align: center;
    margin-top: 30px;
  }
}

.l-footer__contact {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(76.4px, 0px + 9.9479166667vw, 191px);
  height: clamp(21.6px, 0px + 2.8125vw, 54px);
  background: var(--color-blue);
  border-radius: 27px;
  font-size: clamp(6px, 0px + 0.78125vw, 15px);
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  margin-left: auto;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 1px solid var(--color-blue);
}
@media screen and (max-width: 1023px) {
  .l-footer__contact {
    font-size: 14px;
    width: min(333px, 100%);
    height: 48px;
  }
}

@media (any-hover: hover) {
  .l-footer__contact:hover {
    background-color: #fff;
    color: var(--color-blue);
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 1px solid var(--color-blue);
  }
}
.l-footer__foot {
  border-top: 1px solid #CECECE;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .l-footer__foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
    padding: 15px 0;
    margin-top: 35px;
  }
}

.l-footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(1100px, 100% - 60px);
  margin-inline: auto;
  padding-block: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding-block: 30px 60px;
    display: grid;
    gap: 15px;
  }
}

.copyright {
  font-size: clamp(5.6px, 0px + 0.7291666667vw, 14px);
  line-height: 2.4285714286;
  letter-spacing: 0.025em;
  font-weight: 400;
  color: var(--color-dark-text);
}
@media screen and (max-width: 1024px) {
  .copyright {
    font-size: 11px;
    line-height: 1.6363636364;
    letter-spacing: 0.025em;
  }
}

.l-footer__corporate {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(4px, 0px + 0.5208333333vw, 10px);
  background: var(--color-gray-bg);
  padding: clamp(3.2px, 0px + 0.4166666667vw, 8px) clamp(5.2px, 0px + 0.6770833333vw, 13px);
  font-size: clamp(6.4px, 0px + 0.8333333333vw, 16px);
  line-height: 2.125;
  letter-spacing: 0.025em;
  color: var(--color-dark-text);
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: min(201px, 100%);
}
@media screen and (max-width: 1024px) {
  .l-footer__corporate {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.025em;
    padding: 13px 15px;
    width: min(165px, 100%);
    gap: 10px;
  }
}

.l-footer__corporate:after {
  content: "";
  -webkit-mask: url(../img/common/icon-link.svg) no-repeat;
          mask: url(../img/common/icon-link.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 14px;
  height: 14px;
  background-color: #A3A3A3;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__corporate:after {
    width: 10px;
    height: 10px;
  }
}

@media (any-hover: hover) {
  .l-footer__corporate:hover {
    opacity: 0.7;
  }
}
.js-fade-up {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.js-fade-up.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-fade-up {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
.p-mv {
  position: relative;
  overflow: hidden;
  height: clamp(376px, 0px + 48.9583333333vw, 940px);
}
@media screen and (max-width: 768px) {
  .p-mv {
    height: auto;
    min-height: 500px;
  }
}

.p-mv__front-image {
  position: absolute;
  top: -110px;
  top: clamp(-110px, 0px - 5.7291666667vw, -44px);
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-mv__front-image {
    top: 7.8880407125vw;
    width: min(393px, 100%);
    right: 0;
  }
}

.p-mv__front-image img {
  width: clamp(527.6px, 0px + 68.6979166667vw, 1319px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-mv__front-image img {
    width: 100%;
  }
}

.p-mv__img {
  overflow: hidden;
}

.p-mv__img--left {
  position: absolute;
  top: clamp(100px, 0px + 13.0208333333vw, 250px);
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-mv__img--left {
    top: 91px;
  }
}

.p-mv__img--left img {
  width: clamp(190.8px, 0px + 24.84375vw, 477px);
}
@media screen and (max-width: 768px) {
  .p-mv__img--left img {
    width: 33.3333333333vw;
    max-width: 170px;
  }
}

.p-mv__img--right-top {
  position: absolute;
  right: 0;
  top: clamp(55.6px, 0px + 7.2395833333vw, 139px);
}
@media screen and (max-width: 768px) {
  .p-mv__img--right-top {
    top: 10px;
  }
}

.p-mv__img--right-top img {
  width: clamp(187.6px, 0px + 24.4270833333vw, 469px);
}
@media screen and (max-width: 768px) {
  .p-mv__img--right-top img {
    width: 56.7430025445vw;
    max-width: 280px;
  }
}

.p-mv__img--right-bottom {
  position: absolute;
  left: clamp(298.4px, 0px + 38.8541666667vw, 746px);
  bottom: clamp(-130px, 0px - 6.7708333333vw, -52px);
}
@media screen and (max-width: 768px) {
  .p-mv__img--right-bottom {
    left: 40px;
    bottom: 0;
  }
}

.p-mv__img--right-bottom img {
  width: clamp(209.2px, 0px + 27.2395833333vw, 523px);
}
@media screen and (max-width: 768px) {
  .p-mv__img--right-bottom img {
    width: 43.2569974555vw;
    max-width: 200px;
  }
}

.p-mv__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.p-mv__content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-left: clamp(44px, 0px + 5.7291666667vw, 110px);
  padding-top: clamp(51.6px, 0px + 6.71875vw, 129px);
  padding-right: clamp(51.6px, 0px + 6.71875vw, 129px);
}
@media screen and (max-width: 768px) {
  .p-mv__content {
    position: relative;
    padding: 259px 15px 170px;
    width: min(420px, 100%);
    margin-inline: auto;
  }
}

.p-mv__lead {
  position: relative;
  width: clamp(346.8476px, 0px + 45.1624479167vw, 867.119px);
  max-width: 100%;
  aspect-ratio: 867.119/419.538;
  margin: 0;
}

.p-mv__main-copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 867.119/258.538;
  margin: 0;
}

.p-mv__main-copy img {
  position: absolute;
  top: -29.4478954738%;
  left: -8.7977544028%;
  display: block;
  width: 117.5955088056%;
  max-width: none;
  height: auto;
}

.p-mv__catch {
  position: absolute;
  inset: 0;
  margin: 0;
}

.p-mv__catch-prefix {
  position: absolute;
  top: 72.6992548947%;
  left: 0;
  display: block;
  font-size: clamp(21.2px, 0px + 2.7604166667vw, 53px);
  line-height: 1.4339622642;
  letter-spacing: 0;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.p-mv__catch-em {
  position: absolute;
  top: 72.9016203538%;
  left: 47.9991788901%;
  isolation: isolate;
  display: block;
  width: 46.2956064854%;
  aspect-ratio: 401.438/71.82;
}

.p-mv__catch-copy {
  position: absolute;
  top: -101.2879420774%;
  left: -18.8868517679%;
  z-index: 2;
  display: block;
  width: 137.6939901056%;
  max-width: none;
  height: auto;
}

.p-mv__catch-penki {
  position: absolute;
  top: 17.6399331662%;
  left: -4.5785401482%;
  z-index: 1;
  display: block;
  width: 112.2561890005%;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: clip-path;
}

.p-mv__catch-penki img {
  display: block;
  width: 100%;
  height: auto;
}

.p-mv__catch-em.is-line-animated .p-mv__catch-penki {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

@media (prefers-reduced-motion: reduce) {
  .p-mv__catch-penki {
    -webkit-transition: none;
    transition: none;
  }
}
.p-mv__description {
  margin-top: clamp(31.6px, 0px + 4.1145833333vw, 79px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (max-width: 768px) {
  .p-mv__description {
    gap: 9px;
    white-space: nowrap;
    margin-top: 25px;
  }
}
.p-mv__description.is-slide-in {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.p-mv__description p {
  font-size: clamp(9.6px, 0px + 1.25vw, 24px);
  line-height: 1.9583333333;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-mv__description p {
    font-size: 13px;
    line-height: 1.9230769231;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}

.p-mv__mark {
  display: inline-block;
}

.p-mv__mark img {
  display: inline-block;
  margin-inline: 7px;
}
@media screen and (max-width: 768px) {
  .p-mv__mark img {
    margin-inline: 4px;
    position: relative;
    left: -2px;
    top: -2px;
  }
}

.p-mv__mark-01 img {
  width: clamp(65.2px, 0px + 8.4895833333vw, 163px);
}
@media screen and (max-width: 768px) {
  .p-mv__mark-01 img {
    width: 89px;
  }
}

.p-mv__mark-02 img {
  width: clamp(46px, 0px + 5.9895833333vw, 115px);
}
@media screen and (max-width: 768px) {
  .p-mv__mark-02 img {
    width: 63px;
  }
}

.p-mv__mark-03 img {
  width: clamp(56px, 0px + 7.2916666667vw, 140px);
}
@media screen and (max-width: 768px) {
  .p-mv__mark-03 img {
    width: 75px;
  }
}

.p-about {
  display: grid;
  grid-template-columns: 810fr 1010fr;
  min-height: clamp(433.6px, 0px + 56.4583333333vw, 1084px);
  padding-inline: 50px;
}
@media screen and (max-width: 768px) {
  .p-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-inline: 10px;
  }
}

.p-about__images {
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about__images {
    padding: 30px 20px;
    min-height: 114.2493638677vw;
  }
}

.p-about__images:before {
  content: "";
  background: url(../img/top/about-bg-line.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-about__images:before {
    background-image: url(../img/top/about-bg-line-sp.png);
  }
}

.p-about__img {
  position: absolute;
}

.p-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-about__img--01 {
  top: clamp(32.4px, 0px + 4.21875vw, 81px);
  left: clamp(40px, 0px + 5.2083333333vw, 100px);
  width: clamp(156px, 0px + 20.3125vw, 390px);
  height: clamp(72px, 0px + 9.375vw, 180px);
}
@media screen and (max-width: 768px) {
  .p-about__img--01 {
    top: -20px;
    left: 0;
    width: 48.3460559796vw;
    height: auto;
  }
}

.p-about__img--02 {
  top: clamp(129.2px, 0px + 16.8229166667vw, 323px);
  left: clamp(101.2px, 0px + 13.1770833333vw, 253px);
  width: clamp(252px, 0px + 32.8125vw, 630px);
  height: clamp(164px, 0px + 21.3541666667vw, 410px);
}
@media screen and (max-width: 768px) {
  .p-about__img--02 {
    top: 22.9007633588vw;
    left: auto;
    right: 0;
    width: 76.3358778626vw;
    height: auto;
  }
}

.p-about__img--03 {
  bottom: clamp(62px, 0px + 8.0729166667vw, 155px);
  left: clamp(62px, 0px + 8.0729166667vw, 155px);
  width: clamp(168px, 0px + 21.875vw, 420px);
  height: clamp(96px, 0px + 12.5vw, 240px);
}
@media screen and (max-width: 768px) {
  .p-about__img--03 {
    width: 53.4351145038vw;
    height: auto;
    left: 7.6335877863vw;
    bottom: 15.2671755725vw;
  }
}

.p-about__deco-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.p-about__body {
  background: var(--color-dark);
  padding: clamp(61.6px, 0px + 8.0208333333vw, 154px) clamp(64px, 0px + 8.3333333333vw, 160px) clamp(69.2px, 0px + 9.0104166667vw, 173px) clamp(82px, 0px + 10.6770833333vw, 205px);
}
@media (1024px <= width <= 1280px) {
  .p-about__body {
    padding: 60px 40px 60px 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__body {
    padding: 80px 35px;
  }
}

.p-about__heading {
  margin-bottom: clamp(26.8px, 0px + 3.4895833333vw, 67px);
}
@media screen and (max-width: 768px) {
  .p-about__heading {
    margin-bottom: 25px;
  }
}

.p-about__heading .c-heading {
  gap: 15px;
}

.p-about__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(14.8px, 0px + 1.9270833333vw, 37px);
}
@media screen and (max-width: 768px) {
  .p-about__text {
    gap: 15px;
  }
}

.p-about__text p {
  font-size: clamp(7.2px, 0px + 0.9375vw, 18px);
  line-height: 2.0555555556;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: #fff;
}
@media (1024px <= width <= 1280px) {
  .p-about__text p {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__text p {
    font-size: 13px;
    line-height: 1.8461538462;
    letter-spacing: 0.025em;
    font-weight: 500;
  }
}

.p-service {
  position: relative;
}

.p-service__title-wrap {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  padding-block: 117px 131px;
}
@media screen and (max-width: 768px) {
  .p-service__title-wrap {
    position: relative;
    padding-block: 70px;
  }
}

.p-service__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-service__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-service__images {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: clamp(384px, 0px + 50vw, 960px);
  aspect-ratio: 1920/1260;
  position: relative;
  top: -51px;
}
@media screen and (max-width: 768px) {
  .p-service__images {
    position: static;
    width: 100%;
    aspect-ratio: 786/560;
  }
}

.p-service__img {
  width: 100%;
  height: 100%;
}

.p-service__img picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-service__body {
  padding: clamp(40.4px, 0px + 5.2604166667vw, 101px) clamp(0px, 0px + 0vw, 0px) clamp(28px, 0px + 3.6458333333vw, 70px) clamp(48px, 0px + 6.25vw, 120px);
}
@media screen and (max-width: 768px) {
  .p-service__body {
    display: grid;
    grid-template-areas: "button" "heading" "text";
    padding: 0;
    padding-inline: 30px;
    padding-top: 60px;
  }
}

.p-service__heading {
  font-size: clamp(12px, 0px + 1.5625vw, 30px);
  line-height: 1.8333333333;
  letter-spacing: 0.05em;
  font-weight: 800;
  color: var(--color-dark-text);
}
@media screen and (max-width: 768px) {
  .p-service__heading {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-top: 35px;
  }
}

.p-service__text {
  margin-top: 40px;
  display: grid;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .p-service__text {
    gap: 12px;
    margin-top: 25px;
  }
}

.p-service__text p {
  font-size: clamp(7.2px, 0px + 0.9375vw, 18px);
  line-height: 1.6666666667;
  letter-spacing: 0.025em;
  font-weight: 400;
  color: var(--color-dark-text);
}
@media screen and (max-width: 1024px) {
  .p-service__text p {
    font-size: 13px;
    line-height: 1.8461538462;
    letter-spacing: 0.025em;
  }
}

.p-service__button {
  margin-top: 64px;
  margin-top: clamp(25.6px, 0px + 3.3333333333vw, 64px);
  grid-area: button;
}
@media screen and (max-width: 768px) {
  .p-service__button {
    margin-top: 0;
  }
}

.p-reason {
  padding-block: 0 50px;
  padding-inline: clamp(20px, 0px + 2.6041666667vw, 50px);
  background: #fff;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 768px) {
  .p-reason {
    padding-inline: 15px;
    padding-block: 50px 60px;
  }
}

.p-reason__inner {
  background: #F7F7F7;
  padding: clamp(40px, 0px + 5.2083333333vw, 100px) clamp(36px, 0px + 4.6875vw, 90px);
}
@media screen and (max-width: 768px) {
  .p-reason__inner {
    padding: 52px 15px 15px;
  }
}

.p-reason__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(1118px, 100% - 40px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-reason__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 25px;
  }
}

.p-reason .c-heading {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: clamp(8px, 0px + 1.0416666667vw, 20px);
}
@media screen and (max-width: 768px) {
  .p-reason .c-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
}

.p-reason .c-heading__en-icon {
  display: none;
}

.p-reason .c-heading__jp {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  font-size: clamp(16px, 0px + 2.0833333333vw, 40px);
  line-height: 1.45;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: var(--color-dark-text);
}
.p-reason .c-heading__jp::before {
  content: "";
  display: inline-block;
  width: clamp(10px, 0px + 1.3020833333vw, 25px);
  height: clamp(2.4px, 0px + 0.3125vw, 6px);
  background: var(--color-gray-light);
  vertical-align: middle;
  margin-right: clamp(6px, 0px + 0.78125vw, 15px);
}
@media screen and (max-width: 768px) {
  .p-reason .c-heading__jp {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.025em;
    font-weight: 700;
  }
  .p-reason .c-heading__jp::before {
    width: 14px;
    height: 4px;
    margin-right: 10px;
  }
}

.p-reason .c-heading__jp span {
  color: var(--color-blue);
}

.p-reason .c-heading__en {
  font-size: clamp(8px, 0px + 1.0416666667vw, 20px);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  gap: clamp(4px, 0px + 0.5208333333vw, 10px);
}
.p-reason .c-heading__en::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: clamp(8px, 0px + 1.0416666667vw, 20px);
  background: var(--color-gray-light);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  margin: 0 clamp(4px, 0px + 0.5208333333vw, 10px);
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-reason .c-heading__en::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-reason .c-heading__en {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  .p-reason .c-button {
    max-width: 250px;
    border-radius: 5px;
    font-size: 13px;
  }
  .p-reason .c-button::after {
    width: 13px;
    height: 13px;
  }
}

.p-reason__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 0px + 2.0833333333vw, 40px);
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-reason__cards {
    margin-top: 45px;
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

.p-reason__card {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}

.p-reason__card:focus-visible {
  outline: 2px solid var(--color-blue);
  outline-offset: 4px;
}

.p-reason__card-img {
  position: relative;
  margin-left: clamp(12px, 0px + 1.5625vw, 30px);
  aspect-ratio: 350/450;
  overflow: hidden;
  -webkit-box-shadow: 12px 12px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 12px 12px 16px rgba(0, 0, 0, 0.12);
}
.p-reason__card-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: clamp(36.8px, 0px + 4.7916666667vw, 92px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-reason__card-img {
    margin-left: 10px;
    aspect-ratio: 323/160;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .p-reason__card-img::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(transparent));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent);
    height: 92px;
  }
}

.p-reason__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

@media (any-hover: hover) {
  .p-reason__card:hover .p-reason__card-img img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
.p-reason__card-label {
  position: absolute;
  top: clamp(6px, 0px + 0.78125vw, 15px);
  right: clamp(8px, 0px + 1.0416666667vw, 20px);
  font-family: var(--font-en);
  font-size: clamp(8px, 0px + 1.0416666667vw, 20px);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-reason__card-label {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
    top: 10px;
    right: 10px;
  }
}

.p-reason__card-body {
  position: absolute;
  bottom: clamp(8px, 0px + 1.0416666667vw, 20px);
  left: 0;
  width: min(100%, 350px);
  background: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: clamp(11.2px, 0px + 1.4583333333vw, 28px) clamp(12px, 0px + 1.5625vw, 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(4px, 0px + 0.5208333333vw, 10px);
}
@media screen and (max-width: 768px) {
  .p-reason__card-body {
    bottom: 20px;
    padding: 12px 20px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    gap: 6px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-reason__card-body::before {
  content: "";
  display: block;
  width: clamp(5.2px, 0px + 0.6770833333vw, 13px);
  height: clamp(1.6px, 0px + 0.2083333333vw, 4px);
  background: var(--color-blue);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: clamp(5.2px, 0px + 0.6770833333vw, 13px);
}
@media screen and (max-width: 768px) {
  .p-reason__card-body::before {
    width: 8px;
    height: 2px;
    margin-top: 9px;
  }
}

.p-reason__card-title {
  font-size: clamp(8px, 0px + 1.0416666667vw, 20px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 800;
  line-height: 1.5;
  color: #302D2C;
}
@media screen and (max-width: 1024px) {
  .p-reason__card-title {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
  }
}

.p-flow {
  position: relative;
  overflow: hidden;
  margin-top: clamp(32.4px, 0px + 4.21875vw, 81px);
}
@media screen and (max-width: 768px) {
  .p-flow {
    margin-top: 30px;
  }
}

.p-flow__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.p-flow__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-flow__inner {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  width: min(1280px, 100%);
  display: grid;
  grid-template-areas: "heading ." "text button";
  padding: clamp(45.6px, 0px + 5.9375vw, 114px) clamp(36px, 0px + 4.6875vw, 90px);
}
@media screen and (max-width: 768px) {
  .p-flow__inner {
    padding: 60px 30px;
    display: revert;
  }
}

.p-flow__inner:before {
  content: "";
  background: url(../img/top/flow-bg-pc.webp) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -2;
  max-height: 400px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-flow__inner:before {
    background-image: url(../img/top/flow-bg-sp.webp);
    max-height: 100%;
  }
}

.p-flow .c-button {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .p-flow .c-button {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    max-width: 250px;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    font-size: 13px;
  }
}

.p-flow__heading {
  grid-area: heading;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: clamp(12px, 0px + 1.5625vw, 30px);
}
@media screen and (max-width: 768px) {
  .p-flow__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
}

.p-flow__heading-jp {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  font-size: clamp(16px, 0px + 2.0833333333vw, 40px);
  line-height: 1.45;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #fff;
}
.p-flow__heading-jp::before {
  content: "";
  display: inline-block;
  width: clamp(10px, 0px + 1.3020833333vw, 25px);
  height: clamp(2.4px, 0px + 0.3125vw, 6px);
  background: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  margin-right: clamp(6px, 0px + 0.78125vw, 15px);
}
@media screen and (max-width: 768px) {
  .p-flow__heading-jp {
    font-size: 24px;
    line-height: 1.4583333333;
    letter-spacing: 0.025em;
  }
  .p-flow__heading-jp::before {
    width: 14px;
    height: 4px;
    margin-right: 9px;
  }
}

.p-flow__heading-en {
  font-family: var(--font-en);
  font-size: clamp(8px, 0px + 1.0416666667vw, 20px);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
}
.p-flow__heading-en::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: clamp(8px, 0px + 1.0416666667vw, 20px);
  background: var(--color-gray-light);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  margin-right: clamp(4px, 0px + 0.5208333333vw, 10px);
  vertical-align: middle;
  position: relative;
  top: -8px;
  left: -5px;
}
@media screen and (max-width: 768px) {
  .p-flow__heading-en::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-flow__heading-en {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__heading-en {
    margin-left: 23px;
  }
}

.p-flow__text {
  grid-area: text;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-flow__text {
    margin-top: 25px;
  }
}

.p-flow__text p {
  font-size: clamp(7.2px, 0px + 0.9375vw, 18px);
  line-height: 1.6666666667;
  letter-spacing: 0.025em;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-flow__text p {
    font-size: 13px;
    line-height: 1.8461538462;
    letter-spacing: 0.025em;
  }
}

.p-flow__button {
  grid-area: button;
  justify-self: end;
  align-self: end;
  position: relative;
  top: 24px;
}
@media screen and (max-width: 768px) {
  .p-flow__button {
    justify-self: revert;
    position: revert;
    margin-top: 30px;
  }
}

.p-solutions {
  position: relative;
  min-height: clamp(281.2px, 0px + 36.6145833333vw, 703px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-solutions {
    min-height: 690px;
    display: revert;
  }
}

.p-solutions__bg {
  position: absolute;
  inset: 0;
}

.p-solutions__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-solutions__overlay {
  position: absolute;
  inset: 0;
  background: rgba(25, 37, 52, 0.5);
}

.p-solutions__content {
  position: relative;
  z-index: 2;
  width: min(1100px, 100% - 80px);
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(24px, 0px + 3.125vw, 60px);
}
@media screen and (max-width: 768px) {
  .p-solutions__content {
    width: calc(100% - 60px);
    padding-top: 70px;
    gap: 40px;
  }
}

.p-solutions .c-heading {
  gap: 15px;
}

.p-solutions__text p {
  font-size: clamp(7.2px, 0px + 0.9375vw, 18px);
  line-height: 1.8888888889;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-solutions__text p {
    font-size: 13px;
    line-height: 1.8461538462;
    letter-spacing: 0.025em;
  }
}

.p-faq {
  padding-block: 102px 111px;
  background: var(--color-gray-bg);
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding-block: 70px;
  }
}

.p-faq__inner {
  width: min(1100px, 100% - 80px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 704fr 322fr;
  grid-template-areas: "card heading" "card button";
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(28px, 0px + 3.6458333333vw, 70px);
     -moz-column-gap: clamp(28px, 0px + 3.6458333333vw, 70px);
          column-gap: clamp(28px, 0px + 3.6458333333vw, 70px);
  row-gap: clamp(20px, 0px + 2.6041666667vw, 50px);
}
@media screen and (max-width: 768px) {
  .p-faq__inner {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    grid-template-areas: "heading" "card" "button";
    gap: 40px;
  }
}

.p-faq__heading {
  grid-area: heading;
}
@media screen and (max-width: 768px) {
  .p-faq__heading {
    padding-left: 15px;
  }
}

.p-faq__button {
  grid-area: button;
  align-self: start;
}

.p-faq__card {
  grid-area: card;
  background: #fff;
  border-radius: 8px;
  padding: clamp(20px, 0px + 2.6041666667vw, 50px) clamp(17.2px, 0px + 2.2395833333vw, 43px) clamp(18.4px, 0px + 2.3958333333vw, 46px) clamp(20px, 0px + 2.6041666667vw, 50px);
}
@media screen and (max-width: 768px) {
  .p-faq__card {
    padding: 30px;
  }
}

.p-faq__card-text {
  font-size: clamp(7.2px, 0px + 0.9375vw, 18px);
  line-height: 1.8888888889;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: var(--color-gray-text);
}
@media screen and (max-width: 1024px) {
  .p-faq__card-text {
    font-size: 13px;
    line-height: 1.9230769231;
    letter-spacing: 0.025em;
  }
}

@media screen and (max-width: 768px) {
  .p-faq .c-button {
    border-radius: 5px;
  }
}

.p-contact-cta {
  position: relative;
  overflow: hidden;
  padding-block: clamp(56px, 0px + 7.2916666667vw, 140px) clamp(48px, 0px + 6.25vw, 120px);
}
@media screen and (max-width: 768px) {
  .p-contact-cta {
    padding: 85px 0 89px;
  }
}

.p-contact-cta--lower {
  background-color: rgba(62, 62, 62, 0.4);
  padding-block: 128px 122px;
  padding-block: clamp(51.2px, 0px + 6.6666666667vw, 128px) clamp(48.8px, 0px + 6.3541666667vw, 122px);
}
@media screen and (max-width: 768px) {
  .p-contact-cta--lower {
    padding: 85px 0 89px;
  }
}

.p-contact-cta__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.8;
}
.p-contact-cta--lower .p-contact-cta__bg {
  inset: unset;
  bottom: 3.125vw;
}
@media screen and (max-width: 768px) {
  .p-contact-cta--lower .p-contact-cta__bg {
    top: unset;
    bottom: 100px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-contact-cta__bg {
    inset: unset;
    bottom: 100px;
    width: 100%;
  }
}

.p-contact-cta__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0.8;
}

.p-contact-cta__deco {
  width: 100%;
  height: 100%;
}

.p-contact-cta__content {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact-cta__content {
    padding-inline: 20px;
  }
}

.p-contact-cta__en {
  font-family: var(--font-en);
  font-size: clamp(11.2px, 0px + 1.4583333333vw, 28px);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--color-white);
}
@media screen and (max-width: 1024px) {
  .p-contact-cta__en {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

.p-contact-cta__heading {
  font-size: clamp(22px, 0px + 2.8645833333vw, 55px);
  line-height: 1.4545454545;
  letter-spacing: 0.025em;
  font-weight: 800;
  color: var(--color-white);
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact-cta__heading {
    font-size: 30px;
    line-height: 1.4666666667;
    letter-spacing: 0.025em;
  }
}

.p-contact-cta__text {
  font-size: clamp(7.2px, 0px + 0.9375vw, 18px);
  line-height: 1.8888888889;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: var(--color-white);
  margin-top: 50px;
}
.p-contact-cta--lower .p-contact-cta__text {
  margin-top: 47px;
}
@media screen and (max-width: 1024px) {
  .p-contact-cta__text {
    font-size: 13px;
    line-height: 1.8461538462;
    letter-spacing: 0.025em;
  }
}

.p-contact-cta__button {
  margin-top: 50px;
}
.p-contact-cta--lower .p-contact-cta__button {
  margin-top: 45px;
}

.p-faq-detail {
  margin-top: clamp(-63px, 0px + -3.28125vw, -25.2px);
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .p-faq-detail {
    padding-bottom: 70px;
  }
}

.p-faq-detail__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(64px, 0px + 8.3333333333vw, 160px);
  width: min(1510px, 100% - 60px);
  margin-inline: auto;
}
@media (768px <= width <= 1024px) {
  .p-faq-detail__inner {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq-detail__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 60px);
    gap: 32px;
  }
}

.p-faq-detail__sidebar {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-faq-detail__sidebar {
    display: none;
    width: 100%;
    position: revert;
    margin-top: 50px;
  }
}

.p-faq-detail__nav {
  background-color: rgba(62, 62, 62, 0.4);
  padding-block: clamp(36px, 0px + 4.6875vw, 90px);
  width: clamp(300px, 17.1875vw, 330px);
}
@media screen and (max-width: 768px) {
  .p-faq-detail__nav {
    padding: 16px 0;
    background-color: rgba(62, 62, 62, 0.4);
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-faq-detail__nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .p-faq-detail__nav-item {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

.p-faq-detail__nav-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: clamp(8px, 0px + 1.0416666667vw, 20px) clamp(28px, 0px + 3.6458333333vw, 70px);
  font-size: 16px;
  line-height: 1.3125;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: #D3D3D3;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-faq-detail__nav-item a {
    padding: 12px 20px;
    font-size: 13px;
    line-height: 1.3846153846;
    letter-spacing: 0.025em;
  }
}

.p-faq-detail__nav-item.is-active a {
  font-weight: 700;
  color: var(--color-white);
  background-color: rgba(62, 62, 62, 0.3);
}

@media (any-hover: hover) {
  .p-faq-detail__nav-item a:hover {
    color: var(--color-white);
    background-color: rgba(62, 62, 62, 0.2);
  }
}
.p-faq-detail__nav-icon {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #D3D3D3;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.p-faq-detail__nav-item.is-active .p-faq-detail__nav-icon {
  background-color: var(--color-white);
}

.p-faq-detail__category {
  margin-top: clamp(32px, 0px + 4.1666666667vw, 80px);
}
@media screen and (max-width: 768px) {
  .p-faq-detail__category {
    margin-top: 48px;
  }
}

.p-faq-detail__category:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-faq-detail__category:first-child {
    margin-top: 50px;
  }
}

.p-faq-detail__category + * {
  margin-top: clamp(56px, 0px + 7.2916666667vw, 140px);
}

.p-faq-detail__category-title {
  font-size: clamp(14px, 0px + 1.8229166667vw, 35px);
  line-height: 1.4571428571;
  letter-spacing: 0.025em;
  font-weight: 800;
  color: var(--color-white);
  padding-bottom: clamp(9.6px, 0px + 1.25vw, 24px);
  border-bottom: 1px solid #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-faq-detail__category-title {
    font-size: 24px;
    line-height: 1.4583333333;
    letter-spacing: 0.025em;
    font-weight: 800;
    padding-bottom: 16px;
    border-color: #c3c3c3;
  }
}

.p-faq-detail__category-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: clamp(60px, 0px + 7.8125vw, 150px);
  height: 4px;
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-faq-detail__category-title::after {
    width: 100px;
    height: 2px;
    bottom: -0.05em;
  }
}

.p-faq-detail__items {
  margin-top: clamp(40px, 0px + 5.2083333333vw, 100px);
}
@media screen and (max-width: 768px) {
  .p-faq-detail__items {
    margin-top: 20px;
  }
}

.p-faq-detail__item + * {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-faq-detail__item + * {
    margin-top: 30px;
  }
}

.p-faq-detail__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(14px, 0px + 1.8229166667vw, 35px);
  cursor: pointer;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  .p-faq-detail__question {
    gap: 15px;
  }
}

.p-faq-detail__q-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: clamp(22px, 0px + 2.8645833333vw, 55px);
  height: clamp(22px, 0px + 2.8645833333vw, 55px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-family: var(--font-en);
  font-size: clamp(8px, 0px + 1.0416666667vw, 20px);
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--color-white);
  text-align: center;
}
@media (768px <= width <= 1024px) {
  .p-faq-detail__q-badge {
    font-size: 13px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq-detail__q-badge {
    font-size: 14px;
    line-height: 1.2857142857;
    letter-spacing: 0.05em;
    font-weight: 500;
    width: 37px;
    height: 37px;
  }
}

.p-faq-detail__q-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(9.2px, 0px + 1.1979166667vw, 23px);
  line-height: 1.4782608696;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: var(--color-white);
}
@media (768px <= width <= 1024px) {
  .p-faq-detail__q-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq-detail__q-text {
    font-size: 15px;
    line-height: 1.7333333333;
    letter-spacing: 0.025em;
    font-weight: 700;
  }
}

.p-faq-detail__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: auto;
}

.p-faq-detail__toggle::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-faq-detail__toggle::before {
    width: 10px;
  }
}

.p-faq-detail__toggle::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background-color: var(--color-white);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
  .p-faq-detail__toggle::after {
    height: 10px;
  }
}

.p-faq-detail__item.is-open .p-faq-detail__toggle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-faq-detail__answer {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.p-faq-detail__item.is-open .p-faq-detail__answer {
  height: auto;
}

.p-faq-detail__answer-inner {
  padding: clamp(12px, 0px + 1.5625vw, 30px) clamp(0px, 0px + 0vw, 0px) clamp(0px, 0px + 0vw, 0px) clamp(36px, 0px + 4.6875vw, 90px);
  font-size: clamp(6.4px, 0px + 0.8333333333vw, 16px);
  line-height: 1.625;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-faq-detail__answer-inner {
    padding: 25px 0 0 52px;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.025em;
    font-weight: 500;
  }
}

.p-faq-detail__answer-text {
  color: #fff;
  font-size: clamp(13px, 0.9375vw, 18px);
}

.p-faq-detail__answer-inner .p-faq-detail__answer-text + .p-faq-detail__answer-text {
  margin-top: 1em;
}

.p-contact-form {
  padding-bottom: clamp(72px, 0px + 9.375vw, 180px);
  margin-top: -62px;
}
@media screen and (max-width: 768px) {
  .p-contact-form {
    margin-top: 60px;
    padding-bottom: 80px;
  }
}

.p-contact-form__inner {
  width: min(1100px, 100% - 80px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-contact-form__inner {
    width: calc(100% - 60px);
  }
}

.p-contact-form__steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0px, 0px + 0vw, 0px);
  margin-bottom: clamp(24px, 0px + 3.125vw, 60px);
}
@media screen and (max-width: 768px) {
  .p-contact-form__steps {
    margin-bottom: 40px;
  }
}

.p-contact-form__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.p-contact-form__step-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-contact-form__step-circle {
    width: 54px;
    height: 54px;
  }
}

.p-contact-form__step.is-active .p-contact-form__step-circle {
  background-color: var(--color-white);
}

.p-contact-form__step-num {
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-contact-form__step-num {
    font-size: 18px;
  }
}

.p-contact-form__step.is-active .p-contact-form__step-num {
  color: var(--color-gray-light);
}

.p-contact-form__step-label {
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: var(--color-white);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact-form__step-label {
    font-size: 14px;
  }
}

.p-contact-form__step-line {
  display: block;
  width: 80px;
  height: 1px;
  background-color: var(--color-white);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__step-line {
    width: 40px;
    margin-bottom: 22px;
  }
}

.p-contact-form__desc {
  font-size: clamp(7.2px, 0px + 0.9375vw, 18px);
  line-height: 2.0555555556;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: var(--color-white);
  text-align: center;
  margin-bottom: clamp(32px, 0px + 4.1666666667vw, 80px);
}
@media screen and (max-width: 768px) {
  .p-contact-form__desc {
    font-size: 14px;
    line-height: 1.8571428571;
    letter-spacing: 0.025em;
    margin-bottom: 40px;
    text-align: left;
  }
}

.p-contact-form__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(26.8px, 0px + 3.4895833333vw, 67px);
}
@media screen and (max-width: 768px) {
  .p-contact-form__form {
    gap: 40px;
  }
}

.p-contact-form__field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__field {
    gap: 14px;
  }
}

.p-contact-form__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
}

.p-contact-form__label-text {
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-contact-form__label-text {
    font-size: 16px;
  }
}

.p-contact-form__label-required {
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-contact-form__label-required {
    font-size: 18px;
  }
}

.p-contact-form__input-wrap {
  position: relative;
}

.p-contact-form__input-wrap--select {
  width: min(440px, 100%);
}

.p-contact-form__input-wrap--short {
  width: min(145px, 100%);
}

.p-contact-form__input,
.p-contact-form__select,
.p-contact-form__textarea {
  width: 100%;
  padding: 19px 25px;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: var(--color-white);
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-bottom: 3px solid var(--color-white);
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-contact-form__input,
  .p-contact-form__select,
  .p-contact-form__textarea {
    padding: 12px 16px;
    font-size: 16px;
  }
}
.p-contact-form__input::-webkit-input-placeholder, .p-contact-form__select::-webkit-input-placeholder, .p-contact-form__textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.p-contact-form__input::-moz-placeholder, .p-contact-form__select::-moz-placeholder, .p-contact-form__textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.p-contact-form__input:-ms-input-placeholder, .p-contact-form__select:-ms-input-placeholder, .p-contact-form__textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.p-contact-form__input::-ms-input-placeholder, .p-contact-form__select::-ms-input-placeholder, .p-contact-form__textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.p-contact-form__input::placeholder,
.p-contact-form__select::placeholder,
.p-contact-form__textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.p-contact-form__input:focus,
.p-contact-form__select:focus,
.p-contact-form__textarea:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

.p-contact-form__textarea {
  height: 280px;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  .p-contact-form__textarea {
    height: 200px;
  }
}

.p-contact-form__select option {
  color: var(--color-text);
  background-color: var(--color-white);
}

.p-contact-form__input-wrap--select::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--color-white);
  pointer-events: none;
}

.p-contact-form__submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(10px, 0px + 1.3020833333vw, 25px);
}
@media screen and (max-width: 768px) {
  .p-contact-form__submit {
    margin-top: 10px;
  }
}

.p-contact-form__submit-button {
  text-align: center;
  width: 311px;
  height: 75px;
  background-color: var(--color-dark-text);
  color: var(--color-white);
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.025em;
  border: 1px solid var(--color-dark-text);
  border-radius: 8px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-contact-form__submit-button {
    width: 100%;
    max-width: 311px;
    height: 60px;
    font-size: 16px;
  }
}
.p-contact-form__submit-button:hover {
  background-color: var(--color-white);
  color: var(--color-dark-text);
  border-color: var(--color-white);
}

.p-parts-intro {
  padding-block: clamp(58px, 0px + 7.5520833333vw, 145px);
  margin-top: -10.625vw;
  position: relative;
  z-index: 1;
  background: rgba(62, 62, 62, 0.4);
}
@media (1024px <= width <= 1280px) {
  .p-parts-intro {
    margin-top: -100px;
  }
}
@media screen and (max-width: 768px) {
  .p-parts-intro {
    padding: 60px 0 60px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-parts-intro:before {
    content: "";
    background: rgba(62, 62, 62, 0.4);
    width: calc(100% - 15px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.p-parts-intro__inner {
  width: min(1100px, 100% - 80px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-parts-intro__inner {
    width: calc(100% - 60px);
  }
}

.p-parts-intro__heading {
  gap: 15px;
}
.p-parts-intro__heading .c-heading__jp {
  color: #fff;
  font-size: clamp(18px, 0px + 2.34375vw, 45px);
  font-weight: 800;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-parts-intro__heading .c-heading__jp {
    font-size: 26px;
    line-height: 1.65;
  }
}

.p-parts-intro__text p {
  margin-top: clamp(26.8px, 0px + 3.4895833333vw, 67px);
  color: #fff;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: 2.05;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-parts-intro__text p {
    margin-top: 35px;
    font-size: 13px;
    line-height: 1.9230769231;
    letter-spacing: 0.025em;
  }
}

.p-parts-intro__text p + p {
  margin-top: clamp(15.2px, 0px + 1.9791666667vw, 38px);
}
@media screen and (max-width: 768px) {
  .p-parts-intro__text p + p {
    margin-top: 26px;
  }
}

.p-parts-intro__categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(8px, 0px + 1.0416666667vw, 20px);
  margin-top: clamp(24px, 0px + 3.125vw, 60px);
}
@media screen and (max-width: 768px) {
  .p-parts-intro__categories {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 45px;
  }
}

.p-parts-intro__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 clamp(10px, 0px + 1.3020833333vw, 25px);
  width: min(260px, 100%);
  height: clamp(55px, 3.90625vw, 75px);
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: var(--color-dark-text);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-parts-intro__category {
    height: 60px;
    border-radius: 5px;
    padding: 0 25px;
    width: min(290px, 100%);
    max-width: revert;
  }
}
.p-parts-intro__category:hover {
  background: var(--color-blue);
  color: #fff;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p-parts-intro__category:hover:after {
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.p-parts-intro__category-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-parts-intro__category-name {
    font-size: 13px;
  }
}

.p-parts-industry {
  color: #fff;
  position: relative;
  margin-top: clamp(56.4px, 0px + 7.34375vw, 141px);
}
@media screen and (max-width: 768px) {
  .p-parts-industry {
    margin-top: 60px;
  }
}

.p-parts-industry__problems-inner {
  position: relative;
  z-index: 1;
  width: min(1320px, 100% - 80px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-parts-industry__problems-inner {
    width: calc(100% - 30px);
  }
}

.p-parts-industry__heading {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-parts-industry__heading .c-heading__jp {
  color: #fff;
  font-size: clamp(18px, 0px + 2.34375vw, 45px);
  font-weight: 800;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-parts-industry__heading .c-heading__jp {
    font-size: 30px;
  }
}

.p-parts-industry__problems-content {
  margin-top: clamp(28.8px, 0px + 3.75vw, 72px);
  background: #3E3E3E;
  padding: clamp(32px, 0px + 4.1666666667vw, 80px) clamp(44px, 0px + 5.7291666667vw, 110px) clamp(39.2px, 0px + 5.1041666667vw, 98px);
}
@media screen and (max-width: 768px) {
  .p-parts-industry__problems-content {
    margin-top: 40px;
    padding: 50px 20px 45px;
  }
}

.p-parts-industry__problems-title {
  font-size: clamp(12px, 0px + 1.5625vw, 30px);
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-parts-industry__problems-title {
    font-size: 20px;
  }
}

.p-parts-industry__problems-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 0px + 1.3020833333vw, 25px);
  margin-top: clamp(18.8px, 0px + 2.4479166667vw, 47px);
}
@media screen and (max-width: 768px) {
  .p-parts-industry__problems-list {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 30px;
  }
}

.p-parts-industry__problem-card {
  background: transparent;
}

.p-parts-industry__problem-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: clamp(8px, 0px + 1.0416666667vw, 20px) clamp(8px, 0px + 1.0416666667vw, 20px) clamp(8.4px, 0px + 1.09375vw, 21px) clamp(8px, 0px + 1.0416666667vw, 20px);
  background: transparent;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-parts-industry__problem-header {
    padding-block: 18px;
  }
}

.p-parts-industry__problem-num {
  position: absolute;
  top: -1px;
  left: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  background: #A3A3A3;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-parts-industry__problem-num {
    width: 23px;
    height: 23px;
  }
}
.p-parts-industry__problem-num::after {
  content: "";
  display: block;
  width: 13px;
  height: 9px;
  border-left: 2px solid var(--color-dark-text);
  border-bottom: 2px solid var(--color-dark-text);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
  .p-parts-industry__problem-num::after {
    width: 10px;
    height: 7px;
  }
}

.p-parts-industry__problem-name {
  font-size: clamp(7.2px, 0px + 0.9375vw, 18px);
  font-weight: 700;
  letter-spacing: 0.025em;
}
.p-parts-industry__problem-name.u-pl {
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  .p-parts-industry__problem-name.u-pl {
    padding-left: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-parts-industry__problem-name {
    font-size: 15px;
  }
}

.p-parts-industry__problem-text {
  margin-top: 27px;
  font-size: clamp(7.2px, 0px + 0.9375vw, 18px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-parts-industry__problem-text {
    font-size: 13px;
    line-height: 1.92;
    margin-top: 20px;
  }
}

.p-parts-industry__solution {
  margin-top: clamp(32px, 0px + 4.1666666667vw, 80px);
}
@media screen and (max-width: 768px) {
  .p-parts-industry__solution {
    margin-top: 60px;
  }
}

.p-parts-industry__solution-inner {
  width: min(1100px, 100% - 80px);
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(48px, 0px + 6.25vw, 120px);
}
@media screen and (max-width: 768px) {
  .p-parts-industry__solution-inner {
    width: calc(100% - 60px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 54px;
  }
}

.p-parts-industry__solution-img {
  width: 42.7083333333vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .p-parts-industry__solution-img {
    width: 96.1832061069vw;
    margin-right: auto;
  }
}
.p-parts-industry__solution-img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 820/570;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-parts-industry__solution-img img {
    aspect-ratio: 378/250;
  }
}

.p-parts-industry__solution-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: clamp(56.4px, 0px + 7.34375vw, 141px);
}
@media screen and (max-width: 768px) {
  .p-parts-industry__solution-body {
    padding: 0;
  }
}

.p-parts-industry__solution-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(8.4px, 0px + 1.09375vw, 21px);
}
@media screen and (max-width: 768px) {
  .p-parts-industry__solution-title {
    gap: 15px;
  }
}

.p-parts-industry__solution-title-text {
  font-size: clamp(14px, 0px + 1.8229166667vw, 35px);
  font-weight: 800;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-parts-industry__solution-title-text {
    font-size: 22px;
  }
}

.p-parts-industry__solution-title-line {
  display: block;
  width: 100%;
  height: 1px;
  background: #C3C3C3;
  position: relative;
}
.p-parts-industry__solution-title-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 4px;
  background: #fff;
  margin-top: -1.5px;
}
@media screen and (max-width: 768px) {
  .p-parts-industry__solution-title-line::before {
    width: 99px;
    height: 2px;
    margin-top: -0.5px;
  }
}

.p-parts-industry__solution-text {
  margin-top: clamp(22.8px, 0px + 2.96875vw, 57px);
  font-size: clamp(7.2px, 0px + 0.9375vw, 18px);
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-parts-industry__solution-text {
    margin-top: 30px;
    font-size: 13px;
    line-height: 1.92;
  }
}

.p-parts-industry__recommend {
  position: relative;
  padding: clamp(50px, 0px + 6.5104166667vw, 125px) 0 clamp(48px, 0px + 6.25vw, 120px);
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-parts-industry__recommend {
    padding-block: 60px;
    margin-top: 55px;
  }
}
.p-parts-industry__recommend::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--color-dark);
  opacity: 0.4;
  z-index: 0;
  width: calc(100% - 110px);
}
@media screen and (max-width: 768px) {
  .p-parts-industry__recommend::before {
    width: calc(100% - 15px);
  }
}

.p-parts-industry__recommend-inner {
  position: relative;
  z-index: 1;
  width: min(1100px, 100% - 80px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-parts-industry__recommend-inner {
    width: calc(100% - 60px);
  }
}

.p-parts-industry__recommend-grid {
  display: grid;
  row-gap: clamp(14.8px, 0px + 1.9270833333vw, 37px);
  grid-template-areas: "title button" "list list";
}
@media screen and (max-width: 768px) {
  .p-parts-industry__recommend-grid {
    grid-template-areas: "title" "list" "button";
    row-gap: 18px;
  }
}

.p-parts-industry__recommend-heading {
  grid-area: title;
}
.p-parts-industry__recommend-heading .c-heading__jp {
  color: #fff;
  font-size: clamp(18px, 0px + 2.34375vw, 45px);
  font-weight: 800;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-parts-industry__recommend-heading .c-heading__jp {
    font-size: 26px;
    line-height: 1.6538461538;
    letter-spacing: 0.025em;
  }
}

.p-parts-industry__recommend-list {
  grid-area: list;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-parts-industry__recommend-list {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}

.p-parts-industry__recommend-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(4.4px, 0px + 0.5729166667vw, 11px);
  padding: clamp(4.8px, 0px + 0.625vw, 12px) 0;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  font-size: clamp(7.2px, 0px + 0.9375vw, 18px);
  line-height: 1.4444444444;
  letter-spacing: 0.025em;
  font-weight: 500;
  padding-block: 23px;
}
@media screen and (max-width: 768px) {
  .p-parts-industry__recommend-item {
    font-size: 14px;
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.025em;
    gap: 9px;
    padding-block: 20px;
  }
}

.p-parts-industry__recommend-bar {
  display: block;
  width: 13px;
  height: 4px;
  background: #fff;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-parts-industry__recommend-bar {
    width: 8px;
    height: 2px;
  }
}

.p-parts-industry__recommend-button-wrap {
  grid-area: button;
  align-self: end;
  justify-self: end;
}
@media screen and (max-width: 768px) {
  .p-parts-industry__recommend-button-wrap {
    -webkit-align-self: revert;
        -ms-flex-item-align: revert;
            align-self: revert;
    justify-self: revert;
  }
}

.p-parts-industry__recommend-button-text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-parts-industry__recommend-button-text {
    font-size: 13px;
  }
}

.p-parts-industry__recommend-button-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19px;
  height: 19px;
  background-color: var(--color-gray-light);
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-parts-industry__recommend-button-icon {
    width: 13px;
    height: 13px;
  }
}
.p-parts-industry__recommend-button-icon::before, .p-parts-industry__recommend-button-icon::after {
  content: "";
  position: absolute;
  background: var(--color-dark-text);
}
.p-parts-industry__recommend-button-icon::before {
  width: 60%;
  height: 2px;
}
.p-parts-industry__recommend-button-icon::after {
  width: 2px;
  height: 60%;
}

.p-parts-other {
  margin-top: 135px;
  padding-bottom: 172px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-parts-other {
    padding-bottom: 80px;
  }
}
.p-parts-other.p-parts-other--solution {
  padding-top: 12px;
  padding-bottom: clamp(71.6px, 0px + 9.3229166667vw, 179px);
}
@media screen and (max-width: 768px) {
  .p-parts-other.p-parts-other--solution {
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 60px;
  }
}

.p-parts-other__inner {
  width: min(1100px, 100% - 60px);
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(24px, 0px + 3.125vw, 60px);
}
@media screen and (max-width: 768px) {
  .p-parts-other__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}

.p-parts-other__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: calc((100% - 1100px) / 2);
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .p-parts-other__body {
    margin-top: 0;
  }
}

.p-parts-other__content {
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  .p-parts-other__content {
    max-width: none;
  }
}

.p-parts-other__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-parts-other__title {
    gap: 12px;
  }
}

.p-parts-other__title-text {
  font-size: clamp(14px, 0px + 1.8229166667vw, 35px);
  font-weight: 800;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-parts-other__title-text {
    font-size: 22px;
  }
}

.p-parts-other__title-line {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: relative;
}
.p-parts-other__title-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 4px;
  background: #fff;
  margin-top: -1.5px;
}
@media screen and (max-width: 768px) {
  .p-parts-other__title-line::before {
    width: 99px;
    height: 2px;
    margin-top: -0.5px;
  }
}

.p-parts-other__text {
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-parts-other__text {
    font-size: 13px;
    line-height: 1.92;
  }
}
.p-parts-other__text + .p-parts-other__text {
  margin-top: 35px;
}
.p-parts-other__text:first-of-type {
  margin-top: clamp(24px, 0px + 3.125vw, 60px);
}
@media screen and (max-width: 768px) {
  .p-parts-other__text:first-of-type {
    margin-top: 24px;
  }
}

.p-parts-other__button-wrap {
  margin-top: clamp(24px, 0px + 3.125vw, 60px);
}
.p-parts-other__button-wrap.p-parts-other__button-wrap--solution {
  margin-top: clamp(20px, 0px + 2.6041666667vw, 50px);
}
@media screen and (max-width: 768px) {
  .p-parts-other__button-wrap {
    margin-top: 40px;
  }
}

.p-parts-other__button-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19px;
  height: 19px;
  background-color: var(--color-gray-light);
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-parts-other__button-icon {
    width: 13px;
    height: 13px;
  }
}
.p-parts-other__button-icon::before, .p-parts-other__button-icon::after {
  content: "";
  position: absolute;
  background: var(--color-dark-text);
}
.p-parts-other__button-icon::before {
  width: 60%;
  height: 2px;
}
.p-parts-other__button-icon::after {
  width: 2px;
  height: 60%;
}

.p-parts-other__img {
  margin-right: calc(50% - 50vw);
  width: 43.2291666667vw;
}
@media screen and (max-width: 768px) {
  .p-parts-other__img {
    width: 100vw;
  }
}

.p-parts-other__img img {
  width: 100%;
  height: auto;
  display: block;
}

.p-parts-problem-solving {
  margin-top: 143px;
  padding: clamp(8.4px, 0px + 1.09375vw, 21px) 0 clamp(39.2px, 0px + 5.1041666667vw, 98px);
  background: rgba(62, 62, 62, 0.4);
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-parts-problem-solving {
    padding: 10px 0 69px;
  }
}
.p-parts-problem-solving:before {
  content: "";
  position: absolute;
  top: -54px;
  left: 50%;
  translate: -50% 0;
  width: min(1100px, 100% - 60px);
  background: rgba(62, 62, 62, 0.4);
  height: 54px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-parts-problem-solving:before {
    top: -40px;
    height: 40px;
  }
}

.p-parts-problem-solving__inner {
  width: min(1230px, 100% - 80px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-parts-problem-solving__inner {
    width: calc(100% - 30px);
  }
}

.p-parts-problem-solving__title {
  text-align: center;
  font-size: clamp(26px, 1.5625vw, 30px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-parts-problem-solving__title {
    font-size: 20px;
  }
}

.p-parts-problem-solving__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
  -webkit-column-gap: clamp(40px, 3.125vw, 60px);
     -moz-column-gap: clamp(40px, 3.125vw, 60px);
          column-gap: clamp(40px, 3.125vw, 60px);
  row-gap: clamp(40px, 2.8125vw, 54px);
  margin-top: clamp(56px, 4.1666666667vw, 80px);
}
@media screen and (max-width: 768px) {
  .p-parts-problem-solving__grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin-top: 40px;
  }
}

.p-parts-problem-solving__card {
  min-width: 0;
}

.p-parts-problem-solving__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 91px;
}
@media screen and (max-width: 768px) {
  .p-parts-problem-solving__icon {
    min-height: 60px;
  }
}

.p-parts-problem-solving__icon img {
  width: 91px;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-parts-problem-solving__icon img {
    width: 60px;
  }
}

.p-parts-problem-solving__card-title {
  margin-top: clamp(10px, 0.625vw, 12px);
  text-align: center;
  font-size: clamp(15px, 1.0416666667vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-parts-problem-solving__card-title {
    margin-top: 10px;
    font-size: 16px;
  }
}

.p-parts-problem-solving__divider {
  position: relative;
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 18px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-parts-problem-solving__divider {
    height: 3px;
    margin-top: 13px;
  }
}
.p-parts-problem-solving__divider::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 13px solid #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-parts-problem-solving__divider::after {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 9px;
  }
}

.p-parts-problem-solving__text {
  margin-top: clamp(24px, 1.4583333333vw, 28px);
  font-size: clamp(14px, 0.8333333333vw, 16px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-parts-problem-solving__text {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.92;
  }
}

.p-parts-reason {
  margin-top: clamp(56.8px, 0px + 7.3958333333vw, 142px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-parts-reason {
    margin-top: 60px;
  }
}

.p-parts-reason__inner {
  width: min(1100px, 100% - 60px);
  margin-inline: auto;
}

.p-parts-reason__header {
  width: 100%;
}

.p-parts-reason__eyebrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-family: var(--font-en);
  font-size: clamp(18px, 1.1458333333vw, 22px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-parts-reason__eyebrow {
    gap: 12px;
    font-size: 16px;
  }
}

.p-parts-reason__eyebrow-icon {
  width: 35px;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-parts-reason__eyebrow-icon {
    width: 28px;
  }
}

.p-parts-reason__title {
  margin-top: clamp(7.2px, 0px + 0.9375vw, 18px);
  font-size: clamp(30px, 2.34375vw, 45px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-parts-reason__title {
    margin-top: 18px;
    font-size: 30px;
    line-height: 1.6666666667;
    letter-spacing: 0.025em;
  }
}

.p-parts-reason-detail {
  position: relative;
  margin-top: clamp(37.2px, 0px + 4.84375vw, 93px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-parts-reason-detail {
    margin-top: 44px;
  }
}

.p-parts-reason-detail + * {
  margin-top: clamp(36px, 0px + 4.6875vw, 90px);
}
@media screen and (max-width: 768px) {
  .p-parts-reason-detail + * {
    margin-top: 80px;
  }
}

.p-parts-reason-detail__image {
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  width: min(57.2916666667vw, 1100px);
  aspect-ratio: 1100/500;
}
@media screen and (max-width: 768px) {
  .p-parts-reason-detail__image {
    top: 0;
    -webkit-transform: none;
            transform: none;
    aspect-ratio: 340/320;
    width: 86.5139949109vw;
  }
}

.p-parts-reason-detail__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-parts-reason-detail__content {
  position: relative;
  z-index: 1;
  width: min(600px, 100%);
  margin-top: clamp(30px, 0px + 3.90625vw, 75px);
}
@media screen and (max-width: 768px) {
  .p-parts-reason-detail__content {
    margin-top: 45.5470737913vw;
  }
}

.p-parts-reason-detail__index {
  font-size: clamp(56px, 0px + 7.2916666667vw, 140px);
  line-height: 1.2571428571;
  letter-spacing: 0.05em;
  font-family: var(--font-en);
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-parts-reason-detail__index {
    font-size: 101px;
    line-height: 1.2574257426;
    letter-spacing: 0.05em;
  }
}

.p-parts-reason-detail__index .fz-lg {
  font-size: clamp(76px, 0px + 9.8958333333vw, 190px);
  line-height: 1.2578947368;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-parts-reason-detail__index .fz-lg {
    font-size: 138px;
    line-height: 1.2608695652;
    letter-spacing: 0.05em;
  }
}

.p-parts-reason-detail__reason-label {
  position: absolute;
  top: clamp(20px, 0px + 2.6041666667vw, 50px);
  left: clamp(2px, 0px + 0.2604166667vw, 5px);
  font-family: var(--font-en);
  font-size: 23px;
  font-size: clamp(9.2px, 0px + 1.1979166667vw, 23px);
  line-height: 1.2608695652;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-parts-reason-detail__reason-label {
    top: 36px;
    left: 2px;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
}

.p-parts-reason-detail__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-parts-reason-detail__heading {
    width: min(205px, 100%);
    margin-top: 0;
  }
}

.p-parts-reason-detail__title {
  font-size: clamp(25px, 1.9791666667vw, 38px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-parts-reason-detail__title {
    font-size: 25px;
  }
}

.p-parts-reason-detail__line {
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 5px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-parts-reason-detail__line {
    height: 4px;
    margin-top: 5px;
  }
}

.p-parts-reason-detail__text {
  width: min(600px, 100%);
  margin-top: 46px;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: 2.1875;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-parts-reason-detail__text {
    width: 100%;
    margin-top: 30px;
    font-size: 13px;
    line-height: 1.92;
  }
}

.p-parts-ordermade {
  margin-top: 128px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-parts-ordermade {
    margin-top: 80px;
  }
}

.p-parts-ordermade__inner {
  width: min(1100px, 100% - 60px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-parts-ordermade__inner {
    width: calc(100% - 60px);
  }
}

.p-parts-ordermade__header {
  width: min(1100px, 100%);
}
@media screen and (max-width: 768px) {
  .p-parts-ordermade__header {
    width: 100%;
  }
}

.p-parts-ordermade__title {
  font-size: clamp(26px, 1.8229166667vw, 35px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-parts-ordermade__title {
    font-size: 22px;
  }
}

.p-parts-ordermade__title-line {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-parts-ordermade__title-line {
    margin-top: 15px;
    background: #C3C3C3;
  }
}
.p-parts-ordermade__title-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 150px;
  height: 4px;
  background: #fff;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .p-parts-ordermade__title-line::before {
    width: 99px;
    height: 2px;
  }
}

.p-parts-ordermade__points {
  width: min(829px, 100%);
  margin: 90px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-parts-ordermade__points {
    width: min(287px, 100%);
    margin-top: 40px;
    margin-inline: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.p-parts-ordermade__point {
  width: 220px;
  aspect-ratio: 1;
  border: 3px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-parts-ordermade__point + .p-parts-ordermade__point {
  margin-left: -17px;
}
@media screen and (max-width: 1280px) {
  .p-parts-ordermade__point {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .p-parts-ordermade__point {
    width: 148px;
  }
  .p-parts-ordermade__point + .p-parts-ordermade__point {
    margin-left: 0;
  }
  .p-parts-ordermade__point:nth-child(2n) {
    margin-left: -11px;
  }
  .p-parts-ordermade__point:nth-child(n+3) {
    margin-top: -11px;
  }
}

.p-parts-ordermade__point-en {
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-parts-ordermade__point-en {
    font-size: 12px;
  }
}

.p-parts-ordermade__point-ja {
  margin-top: 2px;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-parts-ordermade__point-ja {
    font-size: 15px;
  }
}

.p-parts-ordermade__body {
  width: min(1100px, 100%);
  margin-top: clamp(36px, 0px + 4.6875vw, 90px);
}
@media screen and (max-width: 768px) {
  .p-parts-ordermade__body {
    width: 100%;
    margin-top: 40px;
  }
}

.p-parts-ordermade__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1875;
  letter-spacing: 0.025em;
}
.p-parts-ordermade__text + .p-parts-ordermade__text {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-parts-ordermade__text {
    font-size: 13px;
    line-height: 1.9231;
  }
  .p-parts-ordermade__text + .p-parts-ordermade__text {
    margin-top: 25px;
  }
}

.p-parts-ordermade__button-wrap {
  margin-top: clamp(33.6px, 0px + 4.375vw, 84px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-parts-ordermade__button-wrap {
    margin-top: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-parts-ordermade__button-label--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-parts-ordermade__button-label--sp {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .p-parts-ordermade__button-label--pc {
    display: none;
  }
}

.p-parts-merit {
  margin-top: 151px;
  color: #fff;
  padding-block: 140px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-parts-merit {
    margin-top: 80px;
    padding-block: 60px;
  }
}
.p-parts-merit:before {
  content: "";
  background: rgba(62, 62, 62, 0.4);
  width: calc(100% - 5.7291666667vw);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-parts-merit:before {
    width: calc(100% - 15px);
  }
}

.p-parts-merit__inner {
  width: min(1100px, 100% - 60px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-parts-merit__inner {
    padding-inline: 15px;
    width: min(1100px, 100% - 45px);
  }
}

.p-parts-merit__header {
  width: min(1100px, 100%);
}
@media screen and (max-width: 1280px) {
  .p-parts-merit__header {
    width: min(1100px, 100% - 120px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-parts-merit__header {
    width: 100%;
  }
}

.p-parts-merit__title {
  font-size: clamp(26px, 1.8229166667vw, 35px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.025em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-parts-merit__title {
    font-size: 22px;
  }
}

.p-parts-merit__title-line {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background: #C3C3C3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-parts-merit__title-line {
    margin-top: 15px;
  }
}
.p-parts-merit__title-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 150px;
  height: 4px;
  background: #fff;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .p-parts-merit__title-line::before {
    width: 99px;
    height: 2px;
  }
}

.p-parts-merit__lead {
  width: min(620px, 100%);
  margin: 80px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-parts-merit__lead {
    width: 100%;
    margin-top: 40px;
    text-align: left;
  }
}

.p-parts-merit__lead-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-parts-merit__lead-title {
    font-size: 17px;
    font-weight: 800;
  }
}

.p-parts-merit__lead-text {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1875;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .p-parts-merit__lead-text {
    margin-top: 30px;
    font-size: 13px;
    line-height: 1.9231;
  }
}

.p-parts-merit__grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 28.125vw));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  .p-parts-merit__grid {
    grid-template-columns: repeat(2, minmax(0, 0.4fr));
  }
}
@media screen and (max-width: 768px) {
  .p-parts-merit__grid {
    margin-top: 50px;
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 15px;
  }
}

.p-parts-merit-card {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
  padding: clamp(34px, 0px + 4.4270833333vw, 85px) clamp(34px, 0px + 4.4270833333vw, 85px) clamp(46.4px, 0px + 6.0416666667vw, 116px);
  background-color: #fff;
  background-image: url("../img/common/merit_bg_line.webp");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 100%;
  color: var(--color-dark-text);
}
@media screen and (max-width: 768px) {
  .p-parts-merit-card {
    padding: 50px 40px 63px;
  }
}
.p-parts-merit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 20px;
  height: 20px;
  background: var(--color-navy);
}
@media screen and (max-width: 768px) {
  .p-parts-merit-card::before {
    left: 12px;
    width: 21px;
    height: 21px;
  }
}

.p-parts-merit-card__index {
  margin: 0;
  font-family: var(--font-en);
  font-size: clamp(6px, 0px + 0.78125vw, 15px);
  line-height: 1.2666666667;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #A3A3A3;
}
@media screen and (max-width: 1280px) {
  .p-parts-merit-card__index {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .p-parts-merit-card__index {
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
}

.p-parts-merit-card__title {
  margin-top: 10px;
  font-size: 25px;
  font-size: clamp(10px, 0px + 1.3020833333vw, 25px);
  line-height: 1.44;
  letter-spacing: 0.025em;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.025em;
  color: var(--color-navy);
}
@media screen and (max-width: 1280px) {
  .p-parts-merit-card__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-parts-merit-card__title {
    margin-top: 7px;
    font-size: 17px;
    line-height: 1.4705882353;
    letter-spacing: 0.025em;
  }
}

.p-parts-merit-card__text {
  margin-top: clamp(12px, 0px + 1.5625vw, 30px);
  font-size: clamp(7.2px, 0px + 0.9375vw, 18px);
  line-height: 1.4444444444;
  letter-spacing: 0.025em;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .p-parts-merit-card__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-parts-merit-card__text {
    margin-top: 25px;
    font-size: 13px;
    line-height: 1.9230769231;
    letter-spacing: 0.025em;
  }
}

.p-parts-flow {
  color: #fff;
  margin-top: clamp(60px, 0px + 7.8125vw, 150px);
}
@media screen and (max-width: 768px) {
  .p-parts-flow {
    margin-top: 80px;
  }
}

.p-parts-flow__inner {
  width: min(1100px, 100% - 80px);
  margin-inline: auto;
}
@media (1024px <= width <= 1200px) {
  .p-parts-flow__inner {
    zoom: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .p-parts-flow__inner {
    width: calc(100% - 30px);
  }
}

.p-parts-flow__header {
  width: 100%;
}

.p-parts-flow__eyebrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-family: var(--font-en);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-parts-flow__eyebrow {
    font-size: 18px;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-parts-flow__eyebrow {
    font-size: 15px;
    gap: 10px;
  }
}

.p-parts-flow__eyebrow-icon {
  width: 35px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 1023px) {
  .p-parts-flow__eyebrow-icon {
    width: 31px;
  }
}
@media screen and (max-width: 768px) {
  .p-parts-flow__eyebrow-icon {
    width: 28px;
  }
}

.p-parts-flow__title {
  margin: 15px 0 0;
  font-size: 45px;
  font-weight: 800;
  line-height: 1.4445;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1023px) {
  .p-parts-flow__title {
    margin-top: 14px;
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .p-parts-flow__title {
    margin-top: 14px;
    font-size: 30px;
    line-height: 1.4667;
  }
}

.p-parts-flow__list {
  margin: 90px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .p-parts-flow__list {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-parts-flow__list {
    margin-top: 60px;
  }
}

.p-parts-flow__step,
.p-parts-flow__step-inner {
  display: grid;
  grid-template-columns: 137px minmax(0, 400px);
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  width: 582px;
  justify-self: start;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-parts-flow__step,
  .p-parts-flow__step-inner {
    width: 100%;
    grid-template-columns: 96px minmax(0, 1fr);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
  }
}
@media screen and (max-width: 768px) {
  .p-parts-flow__step,
  .p-parts-flow__step-inner {
    width: 100%;
    grid-template-columns: 80px minmax(0, 1fr);
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.p-parts-flow__step:before {
  content: "";
  position: absolute;
  translate: -50% 0;
  top: 137px;
  left: 68.5px;
  width: 1px;
  height: calc(100% - 68.5px);
  background: #fff;
}

.p-parts-flow__step:nth-of-type(2n) {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-parts-flow__step:nth-of-type(2n) {
    margin-left: unset;
  }
}

.p-parts-flow__step:nth-of-type(2n) .p-parts-flow__marker:after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 100%;
  height: 1px;
  background: #fff;
  width: calc(100% + 316px);
}

.p-parts-flow__step:nth-of-type(2n + 3):before {
  height: calc(100% - 204px);
  top: 274px;
}

.p-parts-flow__step:last-of-type:before {
  display: none;
}

.p-parts-flow__step-inner {
  margin-top: 136px;
}
@media screen and (max-width: 1023px) {
  .p-parts-flow__step-inner {
    display: contents;
  }
}

.p-parts-flow__step-inner .p-parts-flow__marker:before {
  content: "";
  position: absolute;
  translate: -50% 0;
  top: unset;
  bottom: 137px;
  left: 68px;
  width: 1px;
  height: calc(100% - 68px);
  background: #fff;
}

.p-parts-flow__step-inner:after {
  content: "";
  position: absolute;
  top: -69px;
  translate: 0 -50%;
  left: 68.5px;
  height: 1px;
  background: #fff;
  width: calc(100% - 63px);
}

.p-parts-flow__marker {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 137px;
  height: 137px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-parts-flow__marker {
    width: 96px;
    height: 96px;
  }
}
@media screen and (max-width: 768px) {
  .p-parts-flow__marker {
    width: 80px;
    height: 80px;
  }
}

.p-parts-flow__step-label {
  display: block;
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-parts-flow__step-label {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-parts-flow__step-label {
    font-size: 12px;
  }
}

.p-parts-flow__step-number {
  display: block;
  margin-top: 8px;
  font-family: var(--font-en);
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-parts-flow__step-number {
    margin-top: 6px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-parts-flow__step-number {
    font-size: 25px;
  }
}

.p-parts-flow__step-body {
  width: min(400px, 100%);
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media screen and (max-width: 1023px) {
  .p-parts-flow__step-body {
    max-width: none;
    -webkit-align-self: start;
        -ms-flex-item-align: start;
            align-self: start;
  }
}
@media screen and (max-width: 768px) {
  .p-parts-flow__step-body {
    width: 100%;
  }
}

.p-parts-flow__step-title {
  margin: 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4783;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1023px) {
  .p-parts-flow__step-title {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .p-parts-flow__step-title {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-parts-flow__step-text {
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1023px) {
  .p-parts-flow__step-text {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .p-parts-flow__step-text {
    margin-top: 15px;
    font-size: 13px;
    font-size: 13px;
    line-height: 1.9230769231;
    letter-spacing: 0.025em;
  }
}

@media screen and (max-width: 1023px) {
  .p-parts-flow__step:nth-of-type(n + 5) {
    display: none;
  }
  .p-parts-flow__step {
    width: 100%;
    margin-left: 0;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    padding-bottom: 40px;
  }
  .p-parts-flow__step:nth-of-type(2n) .p-parts-flow__marker:after,
  .p-parts-flow__step-inner .p-parts-flow__marker:before,
  .p-parts-flow__step-inner:after {
    content: none;
  }
  .p-parts-flow__step:before,
  .p-parts-flow__step:nth-of-type(2n + 3):before {
    top: 96px;
    left: 48px;
    width: 1px;
    height: calc(100% - 96px);
  }
  .p-parts-flow__step-inner {
    margin-top: 0;
  }
  .p-parts-flow__step:nth-of-type(4) {
    padding-bottom: 0;
  }
  .p-parts-flow__step:nth-of-type(4):before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-parts-flow__step {
    padding-bottom: 52px;
  }
  .p-parts-flow__step:before,
  .p-parts-flow__step:nth-of-type(2n + 3):before {
    top: 80px;
    left: 39.5px;
    height: calc(100% - 80px);
  }
  .p-parts-flow__step:nth-of-type(4) {
    padding-bottom: 0;
  }
}