@charset "UTF-8";@import "kiso.css";

html {
  font-size: 100%;
}

a[href^=tel] {
  text-decoration: none;
}

a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  /* 強調をなくす */
}

a:hover {
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:focus:not(:focus-visible) {
  outline: none;
}

input[type=text] {
  font-size: 1rem;
  /* = 16px */
}

textarea {
  field-sizing: content;
}

body {
  font-family: var(--base-font-family);
  font-weight: var(--fw-regular);
  color: var(--color-text);
}

html {
  box-sizing: border-box;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  tab-size: 4;
  text-size-adjust: 100%;
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  /* Show the overflow in Edge and IE */
  height: 0;
  overflow: visible;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  border-color: inherit;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  appearance: textfield;
  appearance: none;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
input,
select,
textarea {
  appearance: none;
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  appearance: none;
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentcolor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  border: 0;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  font: inherit;
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  appearance: button;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
  list-style: "";
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}
:root {
  /* inner */
  --inner: min(1080px, 100%);
  --inner-sp: min(335px, 100%);
  --padding-inner: 20px;
  /* z-index */
  --z-index-header: 900;
  --z-index-fixed-button: 800;
  /* color */
  --color-white: #fff;
  --color-gray-light: #f5f5f5;
  --color-black: #111;
  --color-text: #333;
  --color-border: #dcdcdc;
  --color-primary: #bf1515;
  --color-primary-dark: #590a0a;
  /* font-weight */
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semi-bold: 600;
  --fw-bold: 700;
  /* font-family */
  --base-font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
  --en-font-family: "Montserrat", sans-serif;
  --vertical-font-family: "Zen Kurenaido", serif;
  /* transition duration */
  --duration: 0.3s;
  /* header height */
  --header-height: 80px;
  --header-height-sp: 40px;
}

.l-cta {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  align-items: center;
  justify-content: center;
  min-height: 26.375rem;
  padding-block: 5rem;
  padding-inline: 1.25rem;
  text-align: center;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
}
@media screen and (max-width: 767px) {
  .l-cta {
    gap: 1.5rem;
    min-height: 22.8125rem;
    padding-block: 3.75rem;
  }
}

.l-cta__heading {
  font-family: var(--base-font-family);
  font-size: clamp(1.375rem, 1.0091463415rem + 1.5609756098vw, 2.375rem);
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: var(--color-white);
  letter-spacing: 0.04em;
}

.l-cta__description {
  max-width: 42.5rem;
  font-size: clamp(0.875rem, 0.8292682927rem + 0.1951219512vw, 1rem);
  line-height: 1.8;
  color: var(--color-white);
}

.l-footer {
  padding-top: 5.625rem;
  background-color: var(--color-white);
  border-top: 1px solid var(--color-border);
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 3.75rem;
  }
}

.l-footer__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 3.75rem;
  align-items: start;
  width: 100%;
  max-width: 87.5rem;
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .l-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    justify-items: center;
    padding-inline: 1.25rem;
    text-align: center;
  }
}

.l-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-footer__brand {
    align-items: center;
  }
}

.l-footer__logo {
  display: block;
  width: 9rem;
}
.l-footer__logo img,
.l-footer__logo svg {
  display: block;
  width: 100%;
  height: auto;
}

.l-footer__sns {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.l-footer__sns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  color: var(--color-text);
  text-decoration: none;
  transition: color var(--duration) ease;
}
@media (any-hover: hover) {
  .l-footer__sns a:hover {
    color: var(--color-primary);
  }
}
.l-footer__sns a svg {
  width: 100%;
  height: 100%;
}

.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 0.75rem 3rem;
  align-items: start;
  justify-content: center;
  font-family: var(--base-font-family);
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    grid-template-columns: 1fr;
    gap: 0.875rem;
    font-size: 0.875rem;
  }
}
.l-footer__nav a {
  color: var(--color-text);
  text-decoration: none;
  transition: color var(--duration) ease;
}
@media (any-hover: hover) {
  .l-footer__nav a:hover {
    color: var(--color-primary);
  }
}

.l-footer__cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .l-footer__cta {
    justify-content: center;
  }
}

.l-footer__bottom {
  margin-top: 3.75rem;
  background-color: var(--color-text);
}

.l-footer__bottomInner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.125rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 87.5rem;
  padding-block: 1.375rem;
  padding-inline: 2.5rem;
  margin-inline: auto;
  font-size: 0.875rem;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .l-footer__bottomInner {
    flex-direction: column;
    gap: 0.75rem;
    padding-inline: 1.25rem;
    font-size: 0.75rem;
    text-align: center;
  }
}

.l-footer__links {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__links {
    gap: 1.25rem;
  }
}
.l-footer__links a {
  color: inherit;
  text-decoration: none;
  transition: color var(--duration) ease;
}
@media (any-hover: hover) {
  .l-footer__links a:hover {
    color: var(--color-primary);
  }
}

.l-footer__copyright {
  font-family: var(--en-font-family);
  font-size: 0.75rem;
  color: inherit;
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: var(--z-index-header);
  height: var(--header-height);
  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-border);
}
@media screen and (max-width: 767px) {
  .l-header {
    height: var(--header-height-sp);
  }
}

.l-header__inner {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-inline: 1.25rem;
  }
}

.l-header__logo {
  flex-shrink: 0;
  width: 9rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 4.8125rem;
  }
}
.l-header__logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.l-header__nav {
  display: flex;
  flex: 1;
  gap: 2rem;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__list {
  display: flex;
  gap: 1.75rem;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.l-header__item {
  font-family: var(--base-font-family);
  font-size: 1rem;
  font-weight: var(--fw-medium);
  color: var(--color-text);
  transition: color var(--duration) ease;
}
.l-header__item a {
  color: inherit;
  text-decoration: none;
}
@media (any-hover: hover) {
  .l-header__item:hover {
    color: var(--color-primary);
  }
}

.l-header__cta {
  flex-shrink: 0;
}

.l-header__hamburger {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  align-items: flex-end;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  background: transparent;
  border: 0;
}
@media screen and (max-width: 767px) {
  .l-header__hamburger {
    display: flex;
  }
}
.l-header__hamburger span {
  display: block;
  height: 0.125rem;
  background-color: var(--color-text);
  transition: width var(--duration) ease;
}
.l-header__hamburger span:nth-child(1) {
  width: 100%;
}
.l-header__hamburger span:nth-child(2) {
  width: 72%;
}
.l-header__hamburger span:nth-child(3) {
  width: 44%;
}

.l-inner {
  max-width: calc(var(--inner) + var(--padding-inner) * 2);
  padding-inline: var(--padding-inner);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: calc(var(--inner-sp) + var(--padding-inner) * 2);
  }
}

.c-accordion {
  --_text-color: var(--color-text);
  --_background-default: var(--color-white);
  --_background-interactive: var(--color-gray);
  --_background-opened: var(--color-accent);
  --_text-color-opened: var(--color-white);
  --_duration: 0.2s;
}
.c-accordion::details-content {
  content-visibility: unset;
  display: block grid;
}
@media (prefers-reduced-motion: no-preference) {
  .c-accordion::details-content {
    transition-duration: 300ms;
    transition-property: grid-template-rows;
  }
}
.c-accordion:not([open])::details-content {
  grid-template-rows: 0fr;
}
.c-accordion[open]::details-content {
  grid-template-rows: 1fr;
}

.c-accordion__summary {
  display: block grid;
  grid-template: ". icon"/1fr max-content;
  gap: 1rem;
  align-items: center;
  padding-block: 1rem;
  padding-inline: 1.5rem;
  color: var(--_text-color);
  background-color: var(--_background-default);
  transition: background-color var(--_duration) ease, color var(--_duration) ease;
}
.c-accordion__summary::before {
  display: inline-block;
  grid-area: icon;
  width: 1.125rem;
  height: 0.125rem;
  content: "";
  background-color: currentcolor;
}
.c-accordion__summary::after {
  display: inline-block;
  grid-area: icon;
  width: 1.125rem;
  height: 0.125rem;
  content: "";
  background-color: currentcolor;
  transition: rotate var(--_duration) ease;
  rotate: 90deg;
}
.c-accordion__summary:focus-visible {
  background-color: var(--_background-interactive);
  outline: 2px solid currentcolor;
  outline-offset: -2px;
}
@media (any-hover: hover) {
  .c-accordion__summary:hover {
    background-color: var(--_background-interactive);
  }
}

.c-accordion[open] .c-accordion__summary {
  color: var(--_text-color-opened);
  background-color: var(--_background-opened);
}
.c-accordion[open] .c-accordion__summary::after {
  rotate: 0deg;
}

.c-accordion__contents {
  padding-block: 1rem;
  padding-inline: 1.5rem;
}

.c-button {
  position: relative;
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  width: 18.75rem;
  height: 3.75rem;
  padding-inline: 1.5rem;
  font-family: var(--base-font-family);
  font-size: 1.25rem;
  font-weight: var(--fw-bold);
  line-height: 1;
  color: var(--color-white);
  text-decoration: none;
  letter-spacing: 0.05em;
  white-space: nowrap;
  background-color: var(--color-primary);
  border: 0;
  border-radius: 1.875rem;
  transition: opacity var(--duration) ease;
}
.c-button::after {
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: currentcolor;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 24'><path d='M2 2l8 10-8 10' fill='none' stroke='currentColor' stroke-width='3'/></svg>");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
@media (any-hover: hover) {
  .c-button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 12.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }
}

.c-button[data-size=sm] {
  width: auto;
  min-width: 12.5rem;
  height: 2.625rem;
  padding-inline: 1.25rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c-button[data-size=sm] {
    min-width: 10rem;
    height: 2.25rem;
    padding-inline: 1rem;
    font-size: 0.8125rem;
  }
}

.c-button[data-variant=outline] {
  color: var(--color-primary);
  background-color: var(--color-white);
  border: 1px solid var(--color-primary);
}

.c-button[data-theme=light] {
  color: var(--color-text);
  background-color: var(--color-white);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15), inset 0 0.125rem 0.375rem rgba(255, 255, 255, 0.6);
}
.c-button[data-theme=light]::after {
  background-color: var(--color-primary);
}

.c-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: var(--color-white);
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.06);
}

.c-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 340/200;
  overflow: hidden;
  background-color: var(--color-gray-light);
}
.c-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-card__body {
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
}

.c-card__category {
  margin-top: 0rem;
  margin-right: 0rem;
  font-family: var(--en-font-family);
  font-size: 0.875rem;
  font-weight: var(--fw-semi-bold);
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.c-card__title {
  margin-top: 0.75rem;
  margin-right: 0rem;
  font-family: var(--base-font-family);
  font-size: 1.375rem;
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-text);
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: 1.125rem;
  }
}

.c-card__description {
  padding-bottom: 1.5rem;
  margin-top: 1rem;
  margin-right: 0rem;
  font-family: var(--base-font-family);
  font-size: 0.875rem;
  line-height: 1.8;
  color: var(--color-text);
}

.c-card[data-variant=service] {
  flex-direction: row;
  gap: 3.75rem;
  align-items: center;
  overflow: visible;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .c-card[data-variant=service] {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.c-card[data-variant=service] .c-card__image {
  flex-shrink: 0;
  width: 31.25rem;
  aspect-ratio: 500/360;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-card[data-variant=service] .c-card__image {
    width: 100%;
  }
}
.c-card[data-variant=service] .c-card__body {
  flex: 1;
  padding: 0;
}

.c-card[data-variant=service][data-reverse=true] {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-card[data-variant=service][data-reverse=true] {
    flex-direction: column;
  }
}

.c-section-title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    gap: 0.25rem;
  }
}

.c-section-title[data-align=center] {
  align-items: center;
  text-align: center;
}

.c-section-title__en {
  font-family: var(--en-font-family);
  font-size: clamp(2rem, 0.9024390244rem + 4.6829268293vw, 5rem);
  font-weight: var(--fw-bold);
  line-height: 1;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.c-section-title__ja {
  font-family: var(--base-font-family);
  font-size: 1rem;
  font-weight: var(--fw-medium);
  line-height: 1.6;
  color: var(--color-text);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja {
    font-size: 0.875rem;
  }
}

.c-section-title[data-theme=light] .c-section-title__en {
  color: var(--color-white);
}

.c-section-title[data-theme=light] .c-section-title__ja {
  color: var(--color-white);
}

.c-triangle {
  display: inline-block;
  width: 4rem;
  aspect-ratio: 1/1;
  background-color: var(--color-black);
}

.c-triangle[data-direction=top] {
  clip-path: var(--clip-triangle-top);
}

.c-triangle[data-direction=bottom] {
  clip-path: var(--clip-triangle-bottom);
}

.c-triangle[data-direction=left] {
  clip-path: var(--clip-triangle-left);
}

.c-triangle[data-direction=right] {
  clip-path: var(--clip-triangle-right);
}

.c-triangle[data-direction=lower-left] {
  clip-path: var(--clip-triangle-lower-left);
}

.c-triangle[data-direction=upper-left] {
  clip-path: var(--clip-triangle-upper-left);
}

.c-triangle[data-direction=lower-right] {
  clip-path: var(--clip-triangle-lower-right);
}

.c-triangle[data-direction=upper-right] {
  clip-path: var(--clip-triangle-upper-right);
}

.p-cases {
  position: relative;
  padding-block: clamp(5rem, 3.8567073171rem + 4.8780487805vw, 8.125rem);
  overflow: hidden;
  background-color: var(--color-white);
}

.p-cases__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 1.5853658537rem + 3.9024390244vw, 5rem);
  width: 100%;
  max-width: 82.75rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.p-cases__title {
  align-self: flex-start;
}

.p-cases__slider {
  position: relative;
}

.p-cases__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8125rem;
}
@media screen and (max-width: 1024px) {
  .p-cases__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cases__list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.p-cases__card {
  display: flex;
  flex-direction: column;
  background-color: var(--color-gray-light);
}

.p-cases__cardImage {
  width: 100%;
  aspect-ratio: 340/310;
  background-color: var(--color-gray-light);
}
.p-cases__cardImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-cases__cardBody {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
  padding-block: 1.875rem;
  padding-inline: 1rem;
}

.p-cases__cardCategory {
  padding-block: 0.625rem;
  padding-inline: 1rem;
  font-family: var(--base-font-family);
  font-size: 1rem;
  font-weight: var(--fw-medium);
  color: var(--color-text);
  border-top: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}

.p-cases__cardTitle {
  font-family: var(--base-font-family);
  font-size: 1rem;
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: var(--color-text);
}

.p-cases__cardDescription {
  font-family: var(--base-font-family);
  font-size: 0.875rem;
  line-height: 1.8;
  color: var(--color-text);
}

.p-cases__nav {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
}

.p-cases__navButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  padding: 0;
  color: var(--color-white);
  background-color: var(--color-text);
  border: 0;
  border-radius: 50%;
  transition: opacity var(--duration) ease;
}
.p-cases__navButton svg {
  width: 1.875rem;
  height: 1.875rem;
}
@media (any-hover: hover) {
  .p-cases__navButton:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-cases__navButton {
    width: 3rem;
    height: 3rem;
  }
  .p-cases__navButton svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.p-cases__navButton[data-direction=next] svg {
  transform: scaleX(-1);
}

.p-cases__dots {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.p-cases__dot {
  width: 0.625rem;
  height: 0.625rem;
  background-color: var(--color-gray-light);
  border: 0;
  border-radius: 50%;
  transition: background-color var(--duration) ease;
}

.p-cases__dot[aria-current=true] {
  background-color: var(--color-primary);
}

.p-entry {
  position: relative;
  padding-block: clamp(5rem, 3.8567073171rem + 4.8780487805vw, 8.125rem);
  background-color: var(--color-gray-light);
}

.p-entry__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 1.5853658537rem + 3.9024390244vw, 5rem);
  width: 100%;
  max-width: 67.625rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.p-entry__form {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-block: clamp(2.5rem, 2.0426829268rem + 1.9512195122vw, 3.75rem);
  padding-inline: clamp(1.25rem, 0.7926829268rem + 1.9512195122vw, 2.5rem);
  background-color: var(--color-white);
  border-radius: 0.25rem;
}

.p-entry__field {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.p-entry__labelRow {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}

.p-entry__label {
  font-family: var(--base-font-family);
  font-size: 1rem;
  font-weight: var(--fw-medium);
  color: var(--color-text);
}

.p-entry__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-block: 0.125rem;
  padding-inline: 0.875rem;
  font-family: var(--base-font-family);
  font-size: 0.75rem;
  font-weight: var(--fw-bold);
  color: var(--color-white);
  background-color: var(--color-primary);
  border-radius: 0.25rem;
}

.p-entry__hint {
  font-size: 0.875rem;
  color: var(--color-text);
  opacity: 0.7;
}

.p-entry__input,
.p-entry__textarea,
.p-entry__file {
  width: 100%;
  padding-block: 1.125rem;
  padding-inline: 1rem;
  font-family: var(--base-font-family);
  font-size: 1rem;
  color: var(--color-text);
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
  transition: border-color var(--duration) ease;
}
.p-entry__input:focus,
.p-entry__textarea:focus,
.p-entry__file:focus {
  border-color: var(--color-primary);
  outline: 0;
}

.p-entry__textarea {
  min-height: 18rem;
  resize: vertical;
}

.p-entry__radios {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .p-entry__radios {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-entry__radios {
    grid-template-columns: 1fr 1fr;
  }
}

.p-entry__radio {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  padding-block: 1rem;
  padding-inline: 1rem;
  font-size: 0.875rem;
  color: var(--color-text);
  cursor: pointer;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
  transition: border-color var(--duration) ease, background-color var(--duration) ease;
}
.p-entry__radio input[type=radio] {
  accent-color: var(--color-primary);
}
.p-entry__radio:hover {
  border-color: var(--color-primary);
}

.p-entry__fileGrid {
  display: grid;
  grid-template-columns: 8.125rem 1fr;
  gap: 1.25rem;
  align-items: center;
  max-width: 37.5rem;
}
@media screen and (max-width: 767px) {
  .p-entry__fileGrid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

.p-entry__fileLabel {
  font-family: var(--base-font-family);
  font-size: 0.9375rem;
  color: var(--color-text);
}

.p-entry__terms {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-entry__termsBox {
  max-height: 12.1875rem;
  padding-block: 1.25rem;
  padding-inline: 1.375rem;
  overflow-y: scroll;
  font-size: 0.8125rem;
  line-height: 1.8;
  color: var(--color-text);
  background-color: var(--color-gray-light);
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
}

.p-entry__agree {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  font-size: 0.875rem;
  color: var(--color-text);
  cursor: pointer;
}
.p-entry__agree input[type=checkbox] {
  accent-color: var(--color-primary);
}

.p-entry__submit {
  display: flex;
  justify-content: center;
  padding-top: 1.25rem;
}

.p-faq {
  position: relative;
  padding-block: clamp(5rem, 3.8567073171rem + 4.8780487805vw, 8.125rem);
  overflow: hidden;
  background-color: var(--color-white);
}

.p-faq__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 1.5853658537rem + 3.9024390244vw, 5rem);
  width: 100%;
  max-width: 82.75rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.p-faq__lead {
  font-size: clamp(0.875rem, 0.8292682927rem + 0.1951219512vw, 1rem);
  color: var(--color-text);
}

.p-faq__layout {
  display: grid;
  grid-template-columns: 13.75rem 1fr;
  gap: clamp(2.5rem, 0.6707317073rem + 7.8048780488vw, 7.5rem);
  align-items: start;
}
@media screen and (max-width: 767px) {
  .p-faq__layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.p-faq__tabs {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-faq__tabs {
    flex-flow: row wrap;
    gap: 1rem 1.25rem;
  }
}

.p-faq__tab {
  position: relative;
  padding-bottom: 0.25rem;
  font-family: var(--base-font-family);
  font-size: clamp(0.875rem, 0.8292682927rem + 0.1951219512vw, 1rem);
  font-weight: var(--fw-medium);
  color: var(--color-text);
  cursor: pointer;
  background: transparent;
  border: 0;
  transition: color var(--duration) ease;
}

.p-faq__tab::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.125rem;
  content: "";
  background-color: var(--color-primary);
  transition: width var(--duration) ease;
}

.p-faq__tab[aria-current=true],
.p-faq__tab:hover {
  color: var(--color-primary);
}

.p-faq__tab[aria-current=true]::after,
.p-faq__tab:hover::after {
  width: 100%;
}

.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.p-faq__item {
  overflow: hidden;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
}

.p-faq__summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.25rem;
  align-items: center;
  padding-block: 1.125rem;
  padding-inline: 1.375rem;
  list-style: none;
  cursor: pointer;
  transition: background-color var(--duration) ease;
}

.p-faq__summary::-webkit-details-marker {
  display: none;
}

.p-faq__summary:hover {
  background-color: var(--color-gray-light);
}

.p-faq__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  font-family: var(--en-font-family);
  font-size: 1.125rem;
  font-weight: var(--fw-bold);
  color: var(--color-primary);
}

.p-faq__question {
  font-family: var(--base-font-family);
  font-size: clamp(0.875rem, 0.8292682927rem + 0.1951219512vw, 1rem);
  font-weight: var(--fw-medium);
  line-height: 1.5;
  color: var(--color-text);
}

.p-faq__toggle {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
}
.p-faq__toggle::before, .p-faq__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.875rem;
  height: 0.125rem;
  content: "";
  background-color: var(--color-text);
  transition: transform var(--duration) ease;
  transform: translate(-50%, -50%);
}
.p-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-faq__item[open] .p-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.p-faq__answer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  padding-block: 1rem;
  padding-inline: 1.375rem;
  background-color: var(--color-gray-light);
  border-top: 1px solid var(--color-border);
}

.p-faq__answerBadge {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  width: 1.875rem;
  font-family: var(--en-font-family);
  font-size: 1.125rem;
  font-weight: var(--fw-bold);
  color: var(--color-text);
}

.p-faq__answerText {
  font-size: clamp(0.875rem, 0.8521341463rem + 0.0975609756vw, 0.9375rem);
  line-height: 1.8;
  color: var(--color-text);
}

.p-flow {
  position: relative;
  padding-block: clamp(5rem, 3.8567073171rem + 4.8780487805vw, 8.125rem);
  overflow: hidden;
  color: var(--color-white);
  background-color: var(--color-text);
}

.p-flow__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-flow__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
}

.p-flow__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 1.5853658537rem + 3.9024390244vw, 5rem);
  width: 100%;
  max-width: 67.5rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.p-flow__description {
  max-width: 45rem;
  font-size: clamp(0.875rem, 0.8292682927rem + 0.1951219512vw, 1rem);
  line-height: 1.8;
  color: var(--color-white);
  letter-spacing: 0.04em;
}

.p-flow__list {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 1.5853658537rem + 3.9024390244vw, 5rem);
}

.p-flow__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 31.25rem;
  gap: clamp(1.5rem, 0.2195121951rem + 5.4634146341vw, 5rem);
  align-items: center;
  padding: clamp(1.5rem, 0.6768292683rem + 3.512195122vw, 3.75rem) clamp(1.5rem, 1.1341463415rem + 1.5609756098vw, 2.5rem);
  background: rgba(0, 0, 0, 0.3);
  border-left: 0.25rem solid var(--color-primary);
}
@media screen and (max-width: 1024px) {
  .p-flow__item {
    grid-template-columns: 1fr 23.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    grid-template-columns: 1fr;
  }
}

.p-flow__itemInner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-flow__itemNumber {
  display: block;
  font-family: var(--en-font-family);
  font-size: clamp(5rem, 2.256097561rem + 11.7073170732vw, 12.5rem);
  font-style: italic;
  font-weight: var(--fw-bold);
  line-height: 0.9;
  color: rgba(255, 255, 255, 0.15);
  letter-spacing: 0.02em;
}

.p-flow__itemTitle {
  margin-top: clamp(-3.75rem, -1.4634146341rem + -9.756097561vw, -10rem);
  font-family: var(--base-font-family);
  font-size: clamp(1.375rem, 1.0548780488rem + 1.3658536585vw, 2.25rem);
  font-weight: var(--fw-medium);
  line-height: 1.3;
  color: var(--color-white);
  letter-spacing: 0.04em;
}

.p-flow__itemLead {
  margin-top: 0.75rem;
  font-family: var(--base-font-family);
  font-size: clamp(0.875rem, 0.8292682927rem + 0.1951219512vw, 1rem);
  font-weight: var(--fw-medium);
  line-height: 1.6;
  color: var(--color-white);
}

.p-flow__itemText {
  font-family: var(--base-font-family);
  font-size: 0.875rem;
  line-height: 1.8;
  color: var(--color-white);
}
.p-flow__itemText b,
.p-flow__itemText strong {
  font-weight: var(--fw-bold);
  color: var(--color-primary);
}

.p-flow__itemImage {
  position: relative;
  width: 100%;
  aspect-ratio: 500/400;
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0.75rem 0.75rem 0 rgba(191, 21, 21, 0.8);
}
.p-flow__itemImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-flow__itemImage {
    box-shadow: 0.375rem 0.375rem 0 rgba(191, 21, 21, 0.8);
  }
}

.p-fv {
  position: relative;
  min-height: 56.25rem;
  overflow: hidden;
  color: var(--color-white);
}
@media screen and (max-width: 1024px) {
  .p-fv {
    min-height: 47.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv {
    min-height: 45rem;
  }
}

.p-fv__image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-fv__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
@media screen and (max-width: 767px) {
  .p-fv__image img {
    object-position: right top;
  }
}
.p-fv__image::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(to right, rgba(17, 17, 17, 0.7) 0%, rgba(17, 17, 17, 0.45) 30%, rgba(17, 17, 17, 0.1) 55%, transparent 75%);
}
@media screen and (max-width: 767px) {
  .p-fv__image::after {
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0.1) 0%, rgba(17, 17, 17, 0.6) 60%, rgba(17, 17, 17, 0.8) 100%);
  }
}

.p-fv__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 1.1341463415rem + 1.5609756098vw, 2.5rem);
  align-items: flex-start;
  width: 100%;
  max-width: 90rem;
  padding-top: clamp(10rem, 6.6615853659rem + 14.243902439vw, 19.125rem);
  padding-right: 2.5rem;
  padding-left: clamp(1.25rem, 0.381097561rem + 3.7073170732vw, 3.625rem);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    padding-top: calc(var(--header-height-sp) + 18.75rem);
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.p-fv__tag {
  position: relative;
  align-self: stretch;
  max-width: fit-content;
  padding-block: 0.625rem;
  padding-right: clamp(3.75rem, 2.3780487805rem + 5.8536585366vw, 7.5rem);
  padding-left: 0.75rem;
  font-family: var(--base-font-family);
  font-size: clamp(1rem, 0.862804878rem + 0.5853658537vw, 1.375rem);
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: var(--color-white);
  white-space: nowrap;
  background: linear-gradient(to right, rgba(17, 17, 17, 0.9) 55%, rgba(17, 17, 17, 0.3) 85%, rgba(17, 17, 17, 0) 100%);
}
@media screen and (max-width: 767px) {
  .p-fv__tag {
    padding-right: 2.5rem;
    white-space: normal;
  }
}

.p-fv__title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-family: var(--base-font-family);
  font-weight: var(--fw-bold);
  line-height: 1.2;
  color: var(--color-white);
  text-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.3);
  letter-spacing: 0.02em;
}

.p-fv__titleLine {
  display: inline-flex;
  gap: 0.25rem;
  align-items: baseline;
  font-size: clamp(2rem, 1.3597560976rem + 2.7317073171vw, 3.75rem);
}

.p-fv__accent {
  display: inline-block;
  font-family: var(--vertical-font-family);
  font-size: clamp(3rem, 2.2682926829rem + 3.1219512195vw, 5rem);
  font-weight: var(--fw-regular);
  line-height: 1;
  color: var(--color-white);
  transform: rotate(-3deg);
  transform-origin: left bottom;
}

.p-fv__cta {
  margin-top: clamp(1rem, 0.8170731707rem + 0.7804878049vw, 1.5rem);
}

.p-service {
  position: relative;
  padding-block: clamp(5rem, 2.4847560976rem + 10.7317073171vw, 11.875rem);
  overflow: hidden;
  background-color: var(--color-gray-light);
}

.p-service__bg {
  position: absolute;
  top: clamp(12.5rem, 4.0167682927rem + 36.1951219512vw, 35.6875rem);
  right: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  max-width: 104.5625rem;
  height: clamp(31.25rem, 15.4039634146rem + 67.6097560976vw, 74.5625rem);
  background: linear-gradient(135deg, #bf1515 0%, #590a0a 100%);
  border-top-left-radius: 2.5rem;
  transform: translateX(-50%);
}

.p-service__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(3.75rem, 2.3780487805rem + 5.8536585366vw, 7.5rem);
  width: 100%;
  max-width: 67.5rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.p-service__title {
  align-self: flex-start;
}

.p-service__list {
  display: flex;
  flex-direction: column;
  gap: clamp(3.75rem, 2.8353658537rem + 3.9024390244vw, 6.25rem);
}

.p-service__item {
  position: relative;
}

.p-support {
  position: relative;
  padding-block: clamp(5rem, 3.8567073171rem + 4.8780487805vw, 8.125rem);
  overflow: hidden;
  background-color: var(--color-white);
}

.p-support__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 1.5853658537rem + 3.9024390244vw, 5rem);
  width: 100%;
  max-width: 82.75rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.p-support__title {
  align-self: flex-start;
}

.p-support__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .p-support__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-support__cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.p-support__cards > *:nth-child(1) {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-support__cards > *:nth-child(1) {
    margin-top: 0;
  }
}

.p-support__cards > *:nth-child(2) {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-support__cards > *:nth-child(2) {
    margin-top: 0;
  }
}

.p-support__card {
  display: flex;
  flex-direction: column;
  color: var(--color-white);
  background-color: var(--color-text);
}

.p-support__cardImage {
  width: 100%;
  aspect-ratio: 400/280;
  padding-inline: 1.25rem;
  padding-top: 2.5rem;
  background-color: #111;
}

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

.p-support__cardBody {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-block: 1.875rem;
  padding-inline: 1.25rem;
}

.p-support__cardHead {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}

.p-support__cardNumber {
  font-family: var(--en-font-family);
  font-size: clamp(3.5rem, 2.493902439rem + 4.2926829268vw, 6.25rem);
  font-style: italic;
  font-weight: var(--fw-bold);
  line-height: 1;
  color: var(--color-white);
  letter-spacing: 0.02em;
}

.p-support__cardTitle {
  font-family: var(--base-font-family);
  font-size: clamp(1.125rem, 0.987804878rem + 0.5853658537vw, 1.5rem);
  font-weight: var(--fw-medium);
  line-height: 1.4;
  color: var(--color-white);
}

.p-support__cardDescription {
  font-family: var(--base-font-family);
  font-size: 0.875rem;
  line-height: 1.8;
  color: var(--color-white);
}
.p-support__cardDescription b,
.p-support__cardDescription strong {
  font-weight: var(--fw-bold);
  color: var(--color-primary);
}

.p-works {
  position: relative;
  padding-block: clamp(3.75rem, 2.1493902439rem + 6.8292682927vw, 8.125rem);
  overflow: hidden;
  color: var(--color-white);
  background: radial-gradient(ellipse at 50% 40%, #3a0a0a 0%, #1a0303 70%, #0d0101 100%);
}

.p-works__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  mix-blend-mode: screen;
  opacity: 0.35;
}
.p-works__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-works__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 1.5853658537rem + 3.9024390244vw, 5rem);
  width: 100%;
  max-width: 67.5rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.p-works__heading {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-works__heading {
    gap: 1.25rem;
  }
}

.p-works__title {
  position: relative;
  font-family: var(--base-font-family);
  font-size: clamp(1.75rem, 1.2926829268rem + 1.9512195122vw, 3rem);
  font-weight: var(--fw-medium);
  line-height: 1.5;
  color: var(--color-white);
  letter-spacing: 0.05em;
}

.p-works__title::before {
  position: absolute;
  top: -0.75rem;
  left: 1.25rem;
  font-size: 0.875rem;
  color: var(--color-primary);
  letter-spacing: 2.5rem;
  content: "• •";
}

.p-works__description {
  max-width: 56.25rem;
  font-size: clamp(0.875rem, 0.8292682927rem + 0.1951219512vw, 1rem);
  line-height: 1.8;
  color: var(--color-white);
  letter-spacing: 0.08em;
}

.p-works__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-works__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.p-works__card {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  align-items: center;
  justify-content: center;
  min-height: 25rem;
  padding: 2.5rem;
  background-color: var(--color-white);
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-works__card {
    min-height: 18.75rem;
    padding: 1.875rem;
  }
}

.p-works__icon {
  width: 7.4375rem;
  height: 7.4375rem;
}
@media screen and (max-width: 767px) {
  .p-works__icon {
    width: 5.625rem;
    height: 5.625rem;
  }
}
.p-works__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-works__number {
  display: flex;
  gap: 0.375rem;
  align-items: baseline;
  justify-content: center;
  font-family: var(--en-font-family);
  font-weight: var(--fw-bold);
  line-height: 1;
  color: var(--color-primary);
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, #bf1515 0%, #921010 50%, #590a0a 100%);
  background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-works__numberValue {
  font-family: var(--en-font-family);
  font-size: clamp(4.5rem, 3.4024390244rem + 4.6829268293vw, 7.5rem);
  font-weight: var(--fw-bold);
}

.p-works__numberUnit {
  font-family: var(--base-font-family);
  font-size: clamp(1.75rem, 1.4756097561rem + 1.1707317073vw, 2.5rem);
  font-weight: var(--fw-bold);
}

.p-works__label {
  font-family: var(--base-font-family);
  font-size: clamp(1.125rem, 0.987804878rem + 0.5853658537vw, 1.5rem);
  font-weight: var(--fw-medium);
  line-height: 1.5;
  color: var(--color-text);
  text-align: center;
}

:root {
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);
}

@media (width >= 768px) {
  [data-only-device=md] {
    display: none;
  }
}

@media (width <= 767px) {
  [data-only-device=sm] {
    display: none;
  }
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  white-space: nowrap;
  border: 0;
}

.u-text__marker {
  background: linear-gradient(transparent 75%, var(--color-orange) 75%);
}

.u-text__inlineBlock {
  display: inline-block;
}

.u-text__indent {
  padding-inline-start: 1em;
  text-indent: -1em;
}