@charset "UTF-8";
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

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,
h3,
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;
}

@property --root-font-size {
  syntax: "<length>";
  inherits: false;
  initial-value: 16px;
}
@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}
:root {
  /* inner */
  --inner: min(1000px, 100%);
  --inner-sp: min(500px, 100%);
  --padding-inner: 20px;
  /* z-index */
  --z-index-header: 900;
  /* color */
  --color-white: #fff;
  --color-text: #0d2936;
  --color-black: #000;
  --color-gray: #f6f6f6;
  --color-border-gray: #aaaaaf;
  --color-accent: #30a24a;
  --color-primary: #234f5e;
  --color-secondary: #00f;
  --color-orange: #ee7220;
  --color-light-orange: #fbdbbc;
  --color-light-pink: #f6dadc;
  --color-light-green: #d6e8d4;
  --color-light-blue: #d2deef;
  --color-pink: #dd7887;
  --color-blue: #5296cd;
  --color-green: #63b171;
  /* font-weight */
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  /* font-family */
  --base-font-family: "Zen Kaku Gothic New", sans-serif;
  --title-font-family: "Zen Antique", serif;
  --accent-font-family: "Roboto", sans-serif;
  --noto-font-family: "Noto Sans JP", sans-serif;
  --to-rem: calc(tan(atan2(1px, var(--root-font-size))) * 1rem);
  /* transition duration */
  --duration: 0.3s;
  /* header height */
  --header-height: 60px;
}
@media screen and (width >= 768px) {
  :root {
    --header-height: 45px;
  }
}

.l-case-flow {
  margin-top: calc(38 * var(--to-rem));
}
@media (width <= 767px) {
  .l-case-flow {
    margin-top: calc(40 * var(--to-rem));
  }
}

.l-case-future {
  margin-top: calc(13 * var(--to-rem));
}
@media (width <= 767px) {
  .l-case-future {
    margin-top: calc(40 * var(--to-rem));
  }
}

.l-case-solution {
  margin-top: calc(14 * var(--to-rem));
}
@media (width <= 767px) {
  .l-case-solution {
    margin-top: calc(40 * var(--to-rem));
  }
}

.l-contact {
  margin-top: var(--header-height);
}

.l-header {
  position: fixed;
  inset: 0;
  z-index: var(--z-index-header);
}

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

.l-intro-importance {
  margin-top: calc(75 * var(--to-rem));
}

.l-result-content {
  margin-top: calc(50 * var(--to-rem));
}
@media (width <= 767px) {
  .l-result-content {
    margin-top: calc(24 * var(--to-rem));
  }
}

.l-result {
  margin-top: calc(30 * var(--to-rem));
}

.l-top {
  background-color: var(--color-white);
}

.l-top.l-top--case-detail {
  background-color: var(--color-gray);
}

.l-top__about {
  margin-block-start: calc(40 * var(--to-rem));
}
@media screen and (min-width: 768px) {
  .l-top__about {
    margin-block-start: calc(124 * var(--to-rem));
  }
}

.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: calc(16 * var(--to-rem));
  align-items: center;
  padding-block: calc(16 * var(--to-rem));
  padding-inline: calc(24 * var(--to-rem));
  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: calc(18 * var(--to-rem));
  height: calc(2 * var(--to-rem));
  content: "";
  background-color: currentcolor;
}
.c-accordion__summary::after {
  display: inline-block;
  grid-area: icon;
  width: calc(18 * var(--to-rem));
  height: calc(2 * var(--to-rem));
  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: calc(16 * var(--to-rem));
  padding-inline: calc(24 * var(--to-rem));
}

.c-button--case-top-wrap {
  margin-top: calc(75 * var(--to-rem));
  text-align: center;
}
@media (width <= 767px) {
  .c-button--case-top-wrap {
    margin-top: calc(15 * var(--to-rem));
  }
}

.c-button--case-top {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 335px;
  padding: calc(30.5 * var(--to-rem)) calc(25 * var(--to-rem))
    calc(30.5 * var(--to-rem)) calc(10 * var(--to-rem));
  font-size: calc(18 * var(--to-rem));
  font-weight: bold;
  line-height: 1;
  color: #EB6601;
  text-decoration: none;
  letter-spacing: 0.05em;
  /* background-color: #808080; */
  background-color: #fff;
  border: 1px solid #EB6601;
  border-radius: calc(6 * var(--to-rem));
}
@media (width <= 767px) {
  .c-button--case-top {
    width: 89.4%;
    max-width: 500px;
    font-size: calc(16 * var(--to-rem));
  }
}

.c-button--case-top::after {
  position: absolute;
  top: 50%;
  right: calc(32 * var(--to-rem));
  z-index: 1;
  display: block;
  width: calc(22 * var(--to-rem));
  height: calc(22 * var(--to-rem));
  content: "";
  /* background-image: url("../images/icon-ar-gray.Ca7xgnoa.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; */
  background: url(../images/icon_ar-white.DUwGA6M0.svg) no-repeat 50% 50% #fda302;
  border-radius: 60px;
  transform: translate(0, -50%);
}
@media (width <= 767px) {
  .c-button--case-top::after {
    right: calc(43 * var(--to-rem));
  }
}

.c-card {
  overflow: hidden;
  background-color: var(--color-white);
  border-radius: 12px;
  transition: scale 0.3s ease;
  container-type: inline-size;
  container-name: card;
}

.c-card__body {
  display: grid;
  grid-template-columns: minmax(min(400 * var(--to-rem), 100%), 1fr) auto;
}
@container card (inline-size <= 700px) {
  .c-card__body {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (any-hover: hover) {
  .c-card:has(.c-button:hover) .c-card__image img {
    scale: 1.1;
  }
}
.c-card__image {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}

.c-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.4s ease;
}

.c-card__content {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: calc(16 * var(--to-rem));
  padding: calc(24 * var(--to-rem));
}

.c-card__title {
  margin: 0;
  font-size: calc(20 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-text);
}

@media screen and (min-width: 768px) {
  .c-card__title {
    font-size: calc(24 * var(--to-rem));
  }
}
.c-card__text {
  margin: 0;
  font-size: calc(14 * var(--to-rem));
  line-height: 1.8;
  color: var(--color-text-secondary);
}

@media screen and (min-width: 768px) {
  .c-card__text {
    font-size: calc(16 * var(--to-rem));
  }
}
.c-card__button {
  align-self: end;
}

.c-image-text {
  display: grid;
  grid-template: "image" auto "text" auto/1fr;
  row-gap: calc(24 * var(--to-rem));
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-image-text {
    grid-template:
      "image gutter text margin" auto/41.6666666667% calc(16 * var(--to-rem))
      1fr max((100% - var(--inner)) / 2, 32 * var(--to-rem));
  }
}

@media screen and (min-width: 768px) {
  .c-image-text.c-image-text--reverse {
    grid-template:
      "margin text gutter image" auto/max(
        (100% - var(--inner)) / 2,
        32 * var(--to-rem)
      )
      1fr calc(16 * var(--to-rem)) 41.6666666667%;
  }
}

@media screen and (min-width: 768px) {
  .c-image-text.c-image-text--overlap {
    grid-template: "image text margin" auto/41.6666666667% 1fr max(
        (100% - var(--inner)) / 2,
        32 * var(--to-rem)
      );
  }
}

@media screen and (min-width: 768px) {
  .c-image-text.c-image-text--overlap.c-image-text--reverse {
    grid-template:
      "margin text image" auto/max(
        (100% - var(--inner)) / 2,
        32 * var(--to-rem)
      )
      1fr 41.6666666667%;
  }
}

.c-image-text__image {
  grid-area: image;
}

.c-image-text__image img {
  width: 100%;
  height: calc(300 * var(--to-rem));
  object-fit: cover;
}

.c-image-text__text {
  grid-area: text;
  max-width: var(--inner-sp);
  padding: var(--padding-inner);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-image-text__text {
    max-width: none;
    padding-inline: revert;
    margin-inline: 0;
  }
}

.c-image-text.c-image-text--overlap .c-image-text__text {
  padding: var(--padding-inner);
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .c-image-text.c-image-text--overlap .c-image-text__text {
    padding: calc(20 * var(--to-rem)) 0 calc(20 * var(--to-rem))
      calc(20 * var(--to-rem));
    margin-left: calc(-100 * var(--to-rem));
  }
}

@media screen and (min-width: 768px) {
  .c-image-text.c-image-text--overlap.c-image-text--reverse
    .c-image-text__text {
    padding: calc(20 * var(--to-rem)) calc(20 * var(--to-rem))
      calc(20 * var(--to-rem)) 0;
    margin-right: calc(-100 * var(--to-rem));
    margin-left: auto;
  }
}

.c-section-title {
  position: relative;
  font-family: var(--title-font-family);
  font-size: calc(40 * var(--to-rem));
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: calc(60 * var(--to-rem));
  }
}

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

.c-section-title[data-position="left"] {
  text-align: left;
}

.c-section-title[data-position="right"] {
  text-align: right;
}

.c-section-title::before {
  position: absolute;
  top: 50%;
  z-index: -1;
  font-size: calc(60 * var(--to-rem));
  color: var(--color-gray);
  content: attr(data-title);
}
@media screen and (min-width: 768px) {
  .c-section-title::before {
    font-size: calc(120 * var(--to-rem));
  }
}

.c-section-title[data-position="center"]::before {
  left: 50%;
  translate: -50% -50%;
}

.c-section-title[data-position="left"]::before {
  left: 0;
  translate: 0 -50%;
}

.c-section-title[data-position="right"]::before {
  right: 0;
  translate: 0 -50%;
}

.c-triangle {
  display: inline-block;
  width: calc(64 * var(--to-rem));
  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-case-flow {
  width: 100%;
  max-width: calc(910 * var(--to-rem));
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-case-flow {
    max-width: 100%;
  }
}

.p-case-flow__chart-title {
  padding: calc(10 * var(--to-rem)) calc(20 * var(--to-rem));
  font-size: clamp(20 * var(--to-rem), 2.7cqi, 26 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.3;
  color: var(--color-black);
  text-align: center;
  letter-spacing: -0.04em;
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fdebe2 20%,
    #fad4be 50%,
    #fdebe2 80%,
    #fff 100%
  );
}
@media (width <= 767px) {
  .p-case-flow__chart-title {
    font-size: calc(18 * var(--to-rem));
    line-height: 1.3;
  }
}

.p-case-flow__chart {
  padding-inline: calc(25 * var(--to-rem));
  padding-top: calc(30 * var(--to-rem));
  padding-bottom: calc(24 * var(--to-rem));
  margin-top: calc(10 * var(--to-rem));
  border: calc(1 * var(--to-rem)) solid #f08134;
  border-radius: calc(15 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-flow__chart {
    padding-inline: calc(10 * var(--to-rem));
    padding-top: calc(12 * var(--to-rem));
    padding-bottom: calc(9.5 * var(--to-rem));
  }
}

.p-case-flow__risks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(12 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-flow__risks {
    gap: calc(3.5 * var(--to-rem));
  }
}

.p-case-flow__risk {
  padding-bottom: calc(8 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-flow__risk {
    width: 100%;
    padding-bottom: calc(2.5 * var(--to-rem));
  }
}

.p-case-flow__risk--quality {
  background-color: var(--color-light-pink);
}

.p-case-flow__risk--cost {
  background-color: var(--color-light-green);
}

.p-case-flow__risk--delivery {
  background-color: var(--color-light-blue);
}

.p-case-flow__risk-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-block: calc(6.5 * var(--to-rem));
  padding-inline: calc(16 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-flow__risk-title-wrap {
    padding-block: calc(2 * var(--to-rem));
    padding-inline: calc(6 * var(--to-rem));
  }
}

.p-case-flow__risk-title-wrap--quality,
.p-case-flow__measure-title--quality {
  background-color: var(--color-pink);
}

.p-case-flow__risk-title-wrap--cost,
.p-case-flow__measure-title--cost {
  background-color: var(--color-green);
}

.p-case-flow__risk-title-wrap--delivery,
.p-case-flow__measure-title--delivery {
  background-color: var(--color-blue);
}

.p-case-flow__risk-title {
  display: inline-block;
  font-family: var(--accent-font-family);
  font-size: clamp(20 * var(--to-rem), 3.25cqi, 26 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1;
  color: var(--color-white);
  letter-spacing: 0.05em;
  transform: skewX(-12deg);
}
@media (width <= 767px) {
  .p-case-flow__risk-title {
    font-size: calc(10.5 * var(--to-rem));
  }
}

.p-case-flow__risk-sub {
  display: inline-block;
  width: 100%;
  max-width: 145px;
  padding-block: calc(5 * var(--to-rem));
  font-family: var(--base-font-family);
  font-size: clamp(12 * var(--to-rem), 1.46cqi, 16 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1;
  color: var(--color-black);
  text-align: center;
  letter-spacing: -0.04em;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 18%,
    rgb(255, 255, 255) 83%,
    rgba(255, 255, 255, 0) 100%
  );
}
@media (width <= 767px) {
  .p-case-flow__risk-sub {
    width: 59%;
    max-width: 100px;
    padding-block: calc(2.5 * var(--to-rem));
    font-size: calc(6.33 * var(--to-rem));
  }
}

.p-case-flow__risk-list {
  width: fit-content;
  padding-inline: calc(5 * var(--to-rem));
  margin-inline: auto;
  margin-top: calc(5 * var(--to-rem));
  list-style: none;
}
@media (width <= 767px) {
  .p-case-flow__risk-list {
    margin-top: calc(2 * var(--to-rem));
  }
}

.p-case-flow__risk-item {
  padding-left: calc(19 * var(--to-rem));
  font-size: clamp(12 * var(--to-rem), 1.46cqi, 16 * var(--to-rem));
  font-weight: var(--fw-medium);
  line-height: 1.4;
  color: var(--color-black);
  text-indent: calc(-19 * var(--to-rem));
  letter-spacing: -0.04em;
}
@media (width <= 767px) {
  .p-case-flow__risk-item {
    padding-inline: calc(3 * var(--to-rem));
    padding-left: calc(6.33 * var(--to-rem));
    font-size: calc(6.33 * var(--to-rem));
    text-indent: calc(-6.33 * var(--to-rem));
    letter-spacing: -0.08em;
  }
}
@media (width <= 374px) {
  .p-case-flow__risk-item {
    font-size: calc(6 * var(--to-rem));
  }
}

.p-case-flow__risk-item:not(:first-child) {
  margin-top: calc(3 * var(--to-rem));
}

.p-case-flow__process {
  text-align: center;
}

.p-case-flow__process img {
  max-width: 100%;
  height: auto;
}

.p-case-flow__measures {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(12 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-flow__measures {
    gap: calc(3.5 * var(--to-rem));
  }
}

.p-case-flow__measure {
  display: flex;
  align-items: center;
}

.p-case-flow__measure.p-case-flow__measure--quality {
  background-color: var(--color-light-pink);
}

.p-case-flow__measure.p-case-flow__measure--cost {
  background-color: var(--color-light-green);
}

.p-case-flow__measure.p-case-flow__measure--delivery {
  background-color: var(--color-light-blue);
}

.p-case-flow__measure-title {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 56.5px;
  height: 100%;
  padding-left: calc(9 * var(--to-rem));
  clip-path: polygon(
    0 0,
    calc(100% - 10 * var(--to-rem)) 0,
    100% 50%,
    calc(100% - 10 * var(--to-rem)) 100%,
    0 100%
  );
  font-size: clamp(14 * var(--to-rem), 1.67cqi, 16 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-white);
  letter-spacing: -0.04em;
}
@media (width <= 767px) {
  .p-case-flow__measure-title {
    width: 20%;
    max-width: 50px;
    padding-left: calc(3.5 * var(--to-rem));
    clip-path: polygon(
      0 0,
      calc(100% - 5 * var(--to-rem)) 0,
      100% 50%,
      calc(100% - 5 * var(--to-rem)) 100%,
      0 100%
    );
    font-size: calc(6.33 * var(--to-rem));
  }
}

.p-case-flow__measure-title.p-case-flow__measure-title--quality {
  background-color: var(--color-pink);
}

.p-case-flow__measure-title.p-case-flow__measure-title--cost {
  background-color: var(--color-green);
}

.p-case-flow__measure-title.p-case-flow__measure-title--delivery {
  background-color: var(--color-blue);
}

.p-case-flow__measure-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: calc(5 * var(--to-rem));
  margin-left: calc(5 * var(--to-rem));
  list-style: none;
}
@media (width <= 767px) {
  .p-case-flow__measure-list {
    padding-block: calc(2.5 * var(--to-rem));
    margin-left: calc(3 * var(--to-rem));
  }
}

.p-case-flow__measure-item {
  padding-inline: calc(6 * var(--to-rem));
  padding-left: calc(19 * var(--to-rem));
  font-size: clamp(12 * var(--to-rem), 1.46cqi, 16 * var(--to-rem));
  font-weight: var(--fw-medium);
  line-height: 1.4;
  color: var(--color-black);
  text-indent: calc(-19 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-flow__measure-item {
    padding-inline: calc(2 * var(--to-rem));
    padding-left: 7px;
    font-size: calc(6.33 * var(--to-rem));
    text-indent: -8px;
  }
}

.p-case-flow__measure-item.number-none {
  padding-left: calc(3 * var(--to-rem));
  text-indent: 0;
}

.p-case-flow__results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(12 * var(--to-rem));
  margin-top: calc(5 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-flow__results {
    gap: calc(3.5 * var(--to-rem));
  }
}

.p-case-flow__result {
  display: flex;
  align-items: center;
}

.p-case-flow__result.p-case-flow__result--quality {
  background-color: var(--color-light-pink);
}

.p-case-flow__result.p-case-flow__result--cost {
  background-color: var(--color-light-green);
}

.p-case-flow__result.p-case-flow__result--delivery {
  background-color: var(--color-light-blue);
}

.p-case-flow__result-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 56.5px;
  height: 100%;
  clip-path: polygon(
    0 0,
    calc(100% - 10 * var(--to-rem)) 0,
    100% 50%,
    calc(100% - 10 * var(--to-rem)) 100%,
    0 100%
  );
}
@media (width <= 767px) {
  .p-case-flow__result-label {
    width: 37%;
    max-width: 50px;
    clip-path: polygon(
      0 0,
      calc(100% - 5 * var(--to-rem)) 0,
      100% 50%,
      calc(100% - 5 * var(--to-rem)) 100%,
      0 100%
    );
  }
}

.p-case-flow__result-title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: calc(9 * var(--to-rem));
  font-size: clamp(14 * var(--to-rem), 1.67cqi, 16 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-white);
  letter-spacing: -0.04em;
}
@media (width <= 767px) {
  .p-case-flow__result-title {
    padding-left: calc(3.5 * var(--to-rem));
    font-size: calc(6.33 * var(--to-rem));
  }
}

.p-case-flow__result--quality .p-case-flow__result-label {
  background-color: var(--color-pink);
}

.p-case-flow__result--cost .p-case-flow__result-label {
  background-color: var(--color-green);
}

.p-case-flow__result--delivery .p-case-flow__result-label {
  background-color: var(--color-blue);
}

.p-case-flow__result-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: calc(8 * var(--to-rem));
  padding-inline: calc(5 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-flow__result-content {
    padding-block: calc(3 * var(--to-rem));
    padding-right: calc(2 * var(--to-rem));
    padding-left: calc(3.5 * var(--to-rem));
  }
}

.p-case-flow__result-block:not(:first-child) {
  margin-top: calc(8 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-flow__result-block:not(:first-child) {
    margin-top: calc(1.5 * var(--to-rem));
  }
}

.p-case-flow__result-subtitle {
  font-size: clamp(12 * var(--to-rem), 1.46cqi, 16 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-black);
  letter-spacing: -0.04em;
}
@media (width <= 767px) {
  .p-case-flow__result-subtitle {
    font-size: calc(6.33 * var(--to-rem));
  }
}

.p-case-flow__result-text {
  font-size: clamp(12 * var(--to-rem), 1.25cqi, 13 * var(--to-rem));
  font-weight: var(--fw-medium);
  line-height: 1.4;
  color: var(--color-black);
  letter-spacing: -0.04em;
}
@media (width <= 767px) {
  .p-case-flow__result-text {
    font-size: calc(5.54 * var(--to-rem));
  }
}

.p-case-flow__sp {
  display: none;
}
@media (width <= 767px) {
  .p-case-flow__sp {
    display: block;
    margin-top: calc(40 * var(--to-rem));
  }
}

@media (width <= 767px) {
  .p-case-flow__risks.p-case-flow__risks--sp {
    display: flex;
    flex-direction: column;
    gap: unset;
  }
  .p-case-flow__risk.p-case-flow__risk--sp {
    width: 100%;
    padding-bottom: calc(21 * var(--to-rem));
  }
  .p-case-flow__risk-title-wrap.p-case-flow__risk-title-wrap--sp {
    padding-inline: calc(16 * var(--to-rem));
    padding-top: calc(4 * var(--to-rem));
    padding-bottom: calc(7 * var(--to-rem));
  }
  .p-case-flow__risk-title.p-case-flow__risk-title--sp {
    font-size: calc(36 * var(--to-rem));
  }
  .p-case-flow__risk-sub.p-case-flow__risk-sub--sp {
    width: 45%;
    max-width: 200px;
    font-size: calc(16 * var(--to-rem));
  }
  .p-case-flow__risk-list.p-case-flow__risk-list--sp {
    padding-inline: calc(16 * var(--to-rem));
    margin-top: calc(16 * var(--to-rem));
  }
  .p-case-flow__risk-item.p-case-flow__risk-item--sp {
    font-size: calc(16 * var(--to-rem));
  }
  .p-case-flow__risk-item.p-case-flow__risk-item--sp:not(:first-child) {
    margin-top: calc(8 * var(--to-rem));
  }
  .p-case-flow__measures.p-case-flow__measures--sp {
    display: flex;
    flex-direction: column;
    gap: unset;
  }
  .p-case-flow__measure.p-case-flow__measure--sp {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-inline: calc(15 * var(--to-rem));
    padding-bottom: calc(16 * var(--to-rem));
  }
  .p-case-flow__measure-title.p-case-flow__measure-title--sp {
    position: relative;
    justify-content: center;
    width: 24%;
    max-width: 150px;
    padding-top: calc(6 * var(--to-rem));
    padding-bottom: calc(9 * var(--to-rem));
    padding-left: 0;
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 5 * var(--to-rem)),
      50% 100%,
      0 calc(100% - 5 * var(--to-rem))
    );
    font-size: calc(16 * var(--to-rem));
  }
  .p-case-flow__measure-list.p-case-flow__measure-list--sp {
    width: 100%;
    padding-inline: 0;
    padding-top: calc(10 * var(--to-rem));
    padding-bottom: unset;
    margin-left: 0;
  }
  .p-case-flow__measure-item.p-case-flow__measure-item--sp {
    padding-left: 19px;
    font-size: calc(16 * var(--to-rem));
    text-indent: -19px;
  }
  .p-case-flow__measure-item.number-none.p-case-flow__measure-item--sp {
    padding-left: 0;
    text-indent: 0;
  }
  .p-case-flow__measure-item.p-case-flow__measure-item--sp:not(:first-child) {
    margin-top: calc(8 * var(--to-rem));
  }
  .p-case-flow__results.p-case-flow__results--sp {
    display: flex;
    flex-direction: column;
    gap: unset;
    margin-top: calc(8 * var(--to-rem));
  }
  .p-case-flow__result.p-case-flow__result--sp {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-inline: calc(15 * var(--to-rem));
    padding-bottom: calc(16 * var(--to-rem));
  }
  .p-case-flow__result-label.p-case-flow__result-label--sp {
    position: relative;
    justify-content: center;
    width: 24%;
    max-width: 150px;
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 5 * var(--to-rem)),
      50% 100%,
      0 calc(100% - 5 * var(--to-rem))
    );
  }
  .p-case-flow__result-title.p-case-flow__result-title--sp {
    justify-content: center;
    padding-top: calc(6 * var(--to-rem));
    padding-bottom: calc(9 * var(--to-rem));
    padding-left: unset;
    font-size: calc(16 * var(--to-rem));
  }
  .p-case-flow__result-content.p-case-flow__result-content--sp {
    padding-inline: 0;
    padding-top: calc(7 * var(--to-rem));
    padding-bottom: unset;
  }
  .p-case-flow__result-subtitle.p-case-flow__result-subtitle--sp {
    padding-inline: 0;
    font-size: calc(16 * var(--to-rem));
  }
  .p-case-flow__result-text.p-case-flow__result-text--sp {
    padding-top: calc(4 * var(--to-rem));
    padding-bottom: unset;
    font-size: calc(14 * var(--to-rem));
  }
  .p-case-flow__result-block.p-case-flow__result-block--sp:not(:first-child) {
    margin-top: calc(16 * var(--to-rem));
  }
}
.p-case-future {
  width: 100%;
  max-width: 940px;
  margin-inline: auto;
}

.p-case-future__heading {
  display: flex;
  gap: calc(24 * var(--to-rem));
  align-items: center;
}
@media (width <= 767px) {
  .p-case-future__heading {
    flex-direction: column;
    gap: calc(16 * var(--to-rem));
  }
}

.p-case-future__label {
  width: 100%;
  max-width: 245px;
  font-size: clamp(20 * var(--to-rem), 3.13cqi, 31 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0;
  background-color: #f08134;
  border-radius: calc(10 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-future__label {
    max-width: 100%;
    padding-block: calc(3 * var(--to-rem));
    font-size: calc(24 * var(--to-rem));
  }
}

.p-case-future__title {
  font-size: clamp(20 * var(--to-rem), 3cqi, 28 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-black);
  letter-spacing: -0.04em;
}
@media (width <= 767px) {
  .p-case-future__title {
    font-size: calc(28 * var(--to-rem));
  }
}

.p-case-future__content {
  display: flex;
  gap: calc(45 * var(--to-rem));
  margin-top: calc(26 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-future__content {
    flex-direction: column;
    gap: calc(16 * var(--to-rem));
    margin-top: calc(16 * var(--to-rem));
  }
}

.p-case-future__body {
  flex: 1;
  width: 100%;
  max-width: 465px;
}

.p-case-future__block + .p-case-future__block {
  margin-top: calc(6 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-future__block + .p-case-future__block {
    margin-top: calc(16 * var(--to-rem));
  }
}

.p-case-future__subtitle {
  font-size: clamp(16 * var(--to-rem), 3.13cqi, 21 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-black);
  letter-spacing: -0.04em;
}
@media (width <= 767px) {
  .p-case-future__subtitle {
    font-size: calc(21 * var(--to-rem));
  }
}

.p-case-future__text {
  margin-top: calc(8 * var(--to-rem));
  font-size: clamp(12 * var(--to-rem), 1.46cqi, 14 * var(--to-rem));
  font-weight: var(--fw-medium);
  line-height: 1.4;
  color: var(--color-black);
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-case-future__text {
    font-size: calc(14 * var(--to-rem));
  }
}

.p-case-future__images {
  display: flex;
  gap: calc(8 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-future__images {
    flex-direction: column;
  }
}

.p-case-future__image {
  width: 100%;
  max-width: 212px;
  aspect-ratio: 212/161;
}
@media (width <= 767px) {
  .p-case-future__image {
    max-width: 100%;
    aspect-ratio: 360/272;
  }
}

.p-case-future__success {
  padding-block: calc(6 * var(--to-rem));
  padding-inline: calc(7 * var(--to-rem));
  margin-top: calc(24 * var(--to-rem));
  background-color: #fcdfc7;
  border-radius: calc(10 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-future__success {
    margin-top: calc(60 * var(--to-rem));
  }
}

.p-case-future__success-content {
  display: flex;
  gap: calc(10 * var(--to-rem));
  border: calc(1 * var(--to-rem)) solid var(--color-white);
  border-radius: calc(10 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-future__success-content {
    flex-direction: column;
    gap: calc(16 * var(--to-rem));
  }
}

.p-case-future__success-label {
  position: relative;
  width: 100%;
  max-width: 112px;
  margin-left: calc(23 * var(--to-rem));
  text-align: center;
}
@media (width <= 767px) {
  .p-case-future__success-label {
    margin-inline: auto;
    margin-top: calc(-37 * var(--to-rem));
    margin-left: 0;
  }
}

.p-case-future__success-label::before {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
  width: 112px;
  height: 112px;
  content: "";
  background-image: url("../images/case-circle2.Bn9gXl7V.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (width <= 767px) {
  .p-case-future__success-label::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-case-future__success-label-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: calc(6 * var(--to-rem));
  font-size: clamp(16 * var(--to-rem), 2.81cqi, 24 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.3;
  color: var(--color-white);
  text-align: center;
  letter-spacing: -0.04em;
}
@media (width <= 767px) {
  .p-case-future__success-label-text {
    margin-top: calc(16 * var(--to-rem));
    font-size: calc(24 * var(--to-rem));
  }
}

.p-case-future__success-list {
  padding-block: calc(16 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-future__success-list {
    padding-inline: calc(17 * var(--to-rem));
    padding-top: calc(25 * var(--to-rem));
    padding-bottom: calc(25 * var(--to-rem));
  }
}

.p-case-future__success-item {
  font-size: clamp(12 * var(--to-rem), 1.46cqi, 14 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-black);
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-case-future__success-item {
    font-size: calc(14 * var(--to-rem));
  }
}

.p-case-future__success-item:not(:first-child) {
  margin-top: calc(7 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-future__success-item:not(:first-child) {
    margin-top: calc(16 * var(--to-rem));
  }
}

.p-case-issue__inner.l-inner {
  padding-top: calc(24 * var(--to-rem));
  padding-bottom: calc(24 * var(--to-rem));
  background-color: var(--color-white);
}
@media (width <= 767px) {
  .p-case-issue__inner.l-inner {
    padding-inline: calc(8 * var(--to-rem));
    padding-top: calc(40 * var(--to-rem));
    padding-bottom: calc(40 * var(--to-rem));
  }
}

.p-case-issue__content {
  display: flex;
  gap: calc(16 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-issue__content {
    display: block;
  }
}

.p-case-issue__body {
  width: 55%;
}
@media (width <= 767px) {
  .p-case-issue__body {
    width: 100%;
  }
}

.p-case-issue__body.wide {
  width: 70%;
}
@media (width <= 767px) {
  .p-case-issue__body.wide {
    width: 100%;
  }
}

.p-case-issue__title {
  font-size: clamp(22 * var(--to-rem), 2.92cqi, 30 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: var(--color-black);
  letter-spacing: -0.04em;
  white-space: nowrap;
}
@media (width <= 767px) {
  .p-case-issue__title {
    font-size: calc(24 * var(--to-rem));
    white-space: normal;
  }
}

.p-case-issue__text {
  width: 100%;
  max-width: 450px;
  margin-top: calc(16 * var(--to-rem));
  font-size: clamp(12 * var(--to-rem), 1.56cqi, 16 * var(--to-rem));
  font-weight: var(--fw-medium);
  line-height: 1.35;
  color: var(--color-black);
  letter-spacing: -0.04em;
}
@media (width <= 767px) {
  .p-case-issue__text {
    max-width: 100%;
    margin-top: calc(8 * var(--to-rem));
    font-size: calc(14 * var(--to-rem));
  }
}

.p-case-issue__text.wide {
  max-width: 100%;
}

.p-case-issue__images {
  display: flex;
  gap: calc(8 * var(--to-rem));
  align-items: center;
  width: 43.5%;
  margin-top: calc(60 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-issue__images {
    flex-direction: column;
    width: 100%;
    margin-top: calc(8 * var(--to-rem));
  }
}

.p-case-issue__image {
  width: 100%;
  max-width: 241px;
  aspect-ratio: 214/161;
}
@media (width <= 767px) {
  .p-case-issue__image {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 358/260;
    margin-inline: auto;
  }
}

.p-case-issue__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-case-issue__image--zoom {
  overflow: hidden;
}

.p-case-issue__image--zoom img {
  transform: scale(1.25);
}

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

.p-case-mv {
  padding-top: calc(50 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-mv {
    padding-top: 0;
  }
}

.p-case-mv__inner.l-inner {
  padding-bottom: calc(27 * var(--to-rem));
  background-image: url("../images/case-mvbg.Cpc_A-kB.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (width <= 767px) {
  .p-case-mv__inner.l-inner {
    width: 100%;
    max-width: 100%;
    padding-inline: calc(8 * var(--to-rem));
    padding-bottom: calc(30 * var(--to-rem));
    background-image: url("../images/case-mvbg-sp.B-ppzWdO.jpg");
    background-position: top center;
  }
}

.p-case-mv__heading {
  margin-left: calc(60 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-mv__heading {
    max-width: 600px;
    margin-inline: auto;
    margin-left: calc(14 * var(--to-rem));
  }
}

.p-case-mv__title {
  padding-top: calc(15 * var(--to-rem));
  padding-bottom: calc(25 * var(--to-rem));
  padding-left: calc(20 * var(--to-rem));
  font-family: var(--title-font-family);
  font-size: clamp(21 * var(--to-rem), 3.75cqi, 54 * var(--to-rem));
  font-weight: var(--fw-regular);
  line-height: 1.31;
  color: var(--color-white);
  letter-spacing: 0;
  border-left: 1px solid var(--color-white);
}
@media (width <= 767px) {
  .p-case-mv__title {
    padding-top: calc(21 * var(--to-rem));
    padding-bottom: calc(10 * var(--to-rem));
    padding-left: calc(7 * var(--to-rem));
    font-size: calc(21 * var(--to-rem));
  }
}

.p-case-mv__title.p-case-mv__title--fujicco {
  letter-spacing: -0.11em;
}

.p-case-mv__content {
  display: flex;
  gap: calc(18 * var(--to-rem));
  justify-content: space-between;
  margin-top: calc(20 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-mv__content {
    flex-direction: column;
    gap: calc(21 * var(--to-rem));
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }
}

.p-case-mv__image {
  width: 100%;
  max-width: 481px;
  aspect-ratio: 481/371;
  object-fit: cover;
  margin-left: calc(-20 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-mv__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% + 16 * var(--to-rem));
    max-width: unset;
    aspect-ratio: 375/148;
    margin-right: calc(-8 * var(--to-rem));
    margin-left: calc(-8 * var(--to-rem));
    overflow-x: hidden;
  }
}

.p-case-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (width <= 767px) {
  .p-case-mv__image img {
    object-position: center;
  }
}

.p-case-mv__image--2-1 img {
  object-position: -20px center;
}
@media (width <= 767px) {
  .p-case-mv__image--2-1 img {
    object-position: center;
  }
}

.p-case-mv__image--yamashin-sangyo img {
  object-position: 30% top;
}
@media (width <= 767px) {
  .p-case-mv__image--yamashin-sangyo img {
    object-position: center top;
  }
}

.p-case-mv__body {
  width: 100%;
  max-width: 500px;
}
@media (width <= 767px) {
  .p-case-mv__body {
    max-width: 100%;
  }
}

.p-case-mv__company {
  background-color: #fff;
}

.p-case-mv__company-name {
  width: 100%;
  padding-left: calc(16 * var(--to-rem));
  font-size: clamp(20 * var(--to-rem), 2.6cqi, 28 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: var(--color-black);
  letter-spacing: -0.05em;
  background-color: var(--color-light-orange);
}
@media (width <= 767px) {
  .p-case-mv__company-name {
    padding-block: calc(5 * var(--to-rem));
    padding-left: calc(12.5 * var(--to-rem));
    font-size: calc(24 * var(--to-rem));
  }
}

.p-case-mv__company-area {
  font-size: clamp(14 * var(--to-rem), 1.67cqi, 18 * var(--to-rem));
  font-weight: var(--fw-medium);
  line-height: 1.5;
  color: var(--color-black);
  letter-spacing: -0.05em;
}
@media (width <= 767px) {
  .p-case-mv__company-area {
    font-size: calc(18 * var(--to-rem));
  }
}

.p-case-mv__company-text-wrap {
  padding-inline: calc(17 * var(--to-rem));
  padding-top: calc(10 * var(--to-rem));
  padding-bottom: calc(5 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-mv__company-text-wrap {
    padding-inline: calc(10.5 * var(--to-rem));
    padding-top: calc(16 * var(--to-rem));
    padding-bottom: calc(8 * var(--to-rem));
  }
}

.p-case-mv__company-text {
  padding-bottom: calc(5 * var(--to-rem));
  font-size: clamp(12 * var(--to-rem), 1.46cqi, 14 * var(--to-rem));
  font-weight: var(--fw-medium);
  line-height: 1.5;
  color: var(--color-black);
  letter-spacing: 0;
  border-bottom: 1px solid var(--color-orange);
}
@media (width <= 767px) {
  .p-case-mv__company-text {
    padding-bottom: calc(11 * var(--to-rem));
    font-size: calc(14 * var(--to-rem));
  }
}

.p-case-mv__company-data {
  margin-top: calc(8 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-mv__company-data {
    margin-top: calc(11 * var(--to-rem));
  }
}

.p-case-mv__company-item {
  position: relative;
  padding-left: calc(14 * var(--to-rem));
  font-size: clamp(12 * var(--to-rem), 1.46cqi, 14 * var(--to-rem));
  font-weight: var(--fw-medium);
  line-height: 1.5;
  color: var(--color-black);
  letter-spacing: 0;
  list-style-type: none;
}
@media (width <= 767px) {
  .p-case-mv__company-item {
    padding-left: calc(19 * var(--to-rem));
    font-size: calc(10 * var(--to-rem));
  }
}

@media (width <= 767px) {
  .p-case-mv__company-item:not(:first-child) {
    margin-top: calc(4 * var(--to-rem));
  }
}

.p-case-mv__company-item::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: calc(13 * var(--to-rem));
  height: calc(13 * var(--to-rem));
  content: "";
  background-color: var(--color-orange);
  border-radius: 50%;
}
@media (width <= 767px) {
  .p-case-mv__company-item::before {
    top: 2px;
  }
}

.p-case-mv__summary {
  padding: calc(4 * var(--to-rem));
  margin-top: calc(16 * var(--to-rem));
  background-color: var(--color-white);
  border-radius: 15px;
}

.p-case-mv__summary-inner {
  display: flex;
  gap: calc(8 * var(--to-rem));
  justify-content: space-between;
  padding-block: calc(12 * var(--to-rem));
  padding-inline: calc(10 * var(--to-rem));
  border: 1px solid var(--color-orange);
  border-radius: 10px;
}
@media (width <= 767px) {
  .p-case-mv__summary-inner {
    flex-direction: column;
    gap: calc(4 * var(--to-rem));
    justify-content: flex-start;
    min-height: 125px;
    padding-block: calc(9.5 * var(--to-rem));
    padding-inline: calc(14.5 * var(--to-rem));
    background-image: url("../images/case-circle.CibFQasm.png");
    background-repeat: no-repeat;
    background-position: top 0.5rem center;
    background-size: 109px 109px;
  }
}

.p-case-mv__summary-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 140px;
  font-size: clamp(20 * var(--to-rem), 2.81cqi, 27 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.11;
  color: var(--color-black);
  text-align: center;
  letter-spacing: -0.05em;
  background-image: url("../images/case-circle.CibFQasm.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 109px 109px;
}
@media (width <= 767px) {
  .p-case-mv__summary-title {
    flex-direction: initial;
    max-width: 100%;
    font-size: calc(24 * var(--to-rem));
    background-image: none;
  }
}

.p-case-mv__summary-title span {
  line-height: 1.3;
  letter-spacing: -0.19em;
}

.p-case-mv__summary-text {
  width: 100%;
  max-width: 323px;
  font-size: clamp(14 * var(--to-rem), 1.67cqi, 16 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-black);
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-case-mv__summary-text {
    max-width: 100%;
    font-size: calc(13 * var(--to-rem));
  }
}

.nowrap {
  white-space: nowrap;
}
@media (width <= 767px) {
  .nowrap {
    white-space: normal;
  }
}

.p-case-mv__title.ls-4 {
  letter-spacing: -0.04em;
}

.p-case-mv__title.ls-6 {
  letter-spacing: -0.06em;
}

.fz52 {
  font-size: clamp(20 * var(--to-rem), 3.125cqi, 52 * var(--to-rem));
}
@media (width <= 767px) {
  .fz52 {
    font-size: calc(18.5 * var(--to-rem));
  }
}
@media (width <= 374px) {
  .fz52 {
    font-size: calc(17 * var(--to-rem));
  }
}

@media (width <= 767px) {
  .fz20-sp {
    font-size: calc(20 * var(--to-rem));
  }
}
@media (width <= 374px) {
  .fz20-sp {
    font-size: calc(19 * var(--to-rem));
  }
}

@media (width <= 767px) {
  .fz19-sp {
    font-size: calc(19 * var(--to-rem));
  }
}
@media (width <= 374px) {
  .fz19-sp {
    font-size: calc(18 * var(--to-rem));
  }
}

.p-case-solution__col.p-case-solution__col--delivery.wide {
  max-width: 100%;
}

.p-case-solution {
  width: 100%;
  max-width: 940px;
  margin-inline: auto;
}

.p-case-solution__heading {
  padding-block: calc(5 * var(--to-rem));
  font-size: clamp(24 * var(--to-rem), 3.75cqi, 32 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1;
  color: var(--color-white);
  text-align: center;
  letter-spacing: -0.04em;
  background-color: #f08134;
  border-radius: calc(10 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-solution__heading {
    padding-block: calc(10 * var(--to-rem));
    font-size: calc(24 * var(--to-rem));
  }
}

.p-case-solution__section {
  margin-top: calc(2 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-solution__section {
    margin-top: calc(6 * var(--to-rem));
  }
}

.p-case-solution__section.p-case-solution__section--cost,
.p-case-solution__section.p-case-solution__section--delivery {
  margin-top: calc(13 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-solution__section.p-case-solution__section--cost,
  .p-case-solution__section.p-case-solution__section--delivery {
    margin-top: calc(40 * var(--to-rem));
  }
}

.p-case-solution__title-wrap {
  position: relative;
  display: flex;
  gap: calc(24 * var(--to-rem));
  align-items: center;
}
@media (width <= 767px) {
  .p-case-solution__title-wrap {
    flex-direction: column;
    gap: calc(6 * var(--to-rem));
    align-items: flex-start;
  }
}

.p-case-solution__title-wrap::before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 40px;
  content: "";
  transform: translateY(-50%);
}
@media (width <= 767px) {
  .p-case-solution__title-wrap::before {
    top: 10px;
    transform: translateY(0);
  }
}

.p-case-solution__title-wrap.p-case-solution__title-wrap--quality::before {
  background: linear-gradient(
    to right,
    rgba(238, 190, 194, 0) 0%,
    rgb(238, 190, 194) 29%
  );
}

.p-case-solution__title-wrap.p-case-solution__title-wrap--cost::before {
  background: linear-gradient(
    to right,
    rgba(213, 231, 214, 0) 0%,
    rgb(213, 231, 214) 29%
  );
}

.p-case-solution__title-wrap.p-case-solution__title-wrap--delivery::before {
  background: linear-gradient(
    to right,
    rgba(210, 222, 239, 0) 0%,
    rgb(210, 222, 239) 29%
  );
}

.p-case-solution__title-en {
  z-index: 5;
  width: 100%;
  margin-left: calc(8 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-solution__title-en {
    margin-left: 0;
  }
}

.p-case-solution__title-en.p-case-solution__title-en--quality {
  max-width: 173px;
  aspect-ratio: 173/60;
}

.p-case-solution__title-en.p-case-solution__title-en--cost {
  max-width: 114px;
  aspect-ratio: 114/60;
}

.p-case-solution__title-en.p-case-solution__title-en--delivery {
  max-width: 199px;
  aspect-ratio: 199/60;
}

.p-case-solution__title-en img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-case-solution__title-ja {
  z-index: 5;
  font-size: clamp(20 * var(--to-rem), 3.25cqi, 28 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-black);
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-case-solution__title-ja {
    font-size: calc(28 * var(--to-rem));
  }
}

.p-case-solution__content {
  display: flex;
  gap: calc(24 * var(--to-rem));
  margin-top: calc(6 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-solution__content {
    flex-direction: column;
    margin-top: calc(24 * var(--to-rem));
  }
}

.p-case-solution__content.p-case-solution__content--delivery {
  margin-top: calc(20 * var(--to-rem));
}

.p-case-solution__col {
  flex: 1;
}

.p-case-solution__subheading {
  font-size: clamp(16 * var(--to-rem), 2.25cqi, 21 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-black);
  letter-spacing: -0.04em;
}
@media (width <= 767px) {
  .p-case-solution__subheading {
    font-size: calc(21 * var(--to-rem));
  }
}

.p-case-solution__text {
  margin-top: calc(8 * var(--to-rem));
  font-size: clamp(12 * var(--to-rem), 1.46cqi, 14 * var(--to-rem));
  font-weight: var(--fw-medium);
  line-height: 1.4;
  color: var(--color-black);
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-case-solution__text {
    font-size: calc(14 * var(--to-rem));
  }
}

.p-case-solution__result-box {
  display: flex;
  min-height: 40px;
  margin-top: calc(20 * var(--to-rem));
  border: calc(1 * var(--to-rem)) solid #f39853;
  border-radius: calc(10 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-solution__result-box {
    flex-direction: column;
    margin-top: calc(32 * var(--to-rem));
  }
}

.p-case-solution__result-title {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 90px;
  margin-left: calc(16 * var(--to-rem));
  font-size: clamp(20 * var(--to-rem), 3.13cqi, 24 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-white);
  text-align: center;
  letter-spacing: -0.04em;
}
@media (width <= 767px) {
  .p-case-solution__result-title {
    max-width: 88px;
    margin-top: calc(-12 * var(--to-rem));
    margin-left: calc(15 * var(--to-rem));
    font-size: calc(24 * var(--to-rem));
  }
}

.p-case-solution__result-title::before {
  position: absolute;
  top: -7px;
  left: 0;
  z-index: -1;
  width: 90px;
  height: 51px;
  content: "";
  background-image: url("../images/case-ttl-bg.CJeXVsD5.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (width <= 767px) {
  .p-case-solution__result-title::before {
    top: -5px;
    width: 88px;
  }
}

.p-case-solution__result-content {
  padding-top: calc(8 * var(--to-rem));
  padding-bottom: calc(8 * var(--to-rem));
  margin-left: calc(16 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-solution__result-content {
    padding-top: calc(15 * var(--to-rem));
    padding-bottom: calc(16 * var(--to-rem));
    margin-right: calc(10 * var(--to-rem));
    margin-left: calc(10 * var(--to-rem));
  }
}

.p-case-solution__result-list {
  padding-left: 0;
  list-style-type: none;
}

.p-case-solution__result-item {
  position: relative;
  padding-left: calc(15 * var(--to-rem));
  font-size: clamp(12 * var(--to-rem), 1.67cqi, 15 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-black);
  letter-spacing: 0;
}
.p-case-solution__result-item::before {
  position: absolute;
  left: 0;
  content: "・";
}
@media (width <= 767px) {
  .p-case-solution__result-item {
    padding-left: calc(15 * var(--to-rem));
    font-size: calc(15 * var(--to-rem));
  }
}

.p-case-solution__result-note {
  margin-top: calc(4 * var(--to-rem));
  font-size: clamp(12 * var(--to-rem), 1.67cqi, 15 * var(--to-rem));
  font-weight: var(--fw-medium);
  line-height: 1.4;
  color: var(--color-black);
  letter-spacing: 0;
}

.p-case-solution__content.p-case-solution__content--cost {
  gap: calc(48 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-solution__content.p-case-solution__content--cost {
    gap: calc(16 * var(--to-rem));
  }
}

.p-case-solution__content.p-case-solution__content--delivery {
  gap: calc(45 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-solution__content.p-case-solution__content--delivery {
    gap: calc(16 * var(--to-rem));
  }
}

.p-case-solution__col.p-case-solution__col--cost {
  width: 100%;
  max-width: 682px;
}
@media (width <= 767px) {
  .p-case-solution__col.p-case-solution__col--cost {
    max-width: 100%;
  }
}

.p-case-solution__col.p-case-solution__col--delivery {
  width: 100%;
  max-width: 464px;
}
@media (width <= 767px) {
  .p-case-solution__col.p-case-solution__col--delivery {
    max-width: 100%;
  }
}

.p-case-solution__image {
  width: 100%;
  max-width: 212px;
  aspect-ratio: 212/161;
}
@media (width <= 767px) {
  .p-case-solution__image {
    max-width: 100%;
    aspect-ratio: 360/272;
  }
}

.p-case-solution__image.wide-image {
  max-width: 332px;
  aspect-ratio: 332/167;
}

.p-case-solution__images {
  display: flex;
  gap: calc(8 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-solution__images {
    flex-direction: column;
  }
}

.p-case-video__inner.l-inner {
  padding-inline: 0;
  padding-top: calc(40 * var(--to-rem));
  padding-bottom: calc(40 * var(--to-rem));
}
@media (width <= 767px) {
  .p-case-video__inner.l-inner {
    padding-inline: calc(8 * var(--to-rem));
    padding-top: calc(20 * var(--to-rem));
    padding-bottom: calc(20 * var(--to-rem));
  }
}

.p-case-video__movie {
  width: 100%;
}
@media (width <= 767px) {
  .p-case-video__movie {
    min-width: 0;
  }
}

.p-case-video__player {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.p-case-video__player--youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  overflow: hidden;
}
@media (width <= 767px) {
  .p-case-video__player--youtube {
    min-width: 0;
    height: auto;
    aspect-ratio: 16/9;
    padding-bottom: 0;
  }
}
.p-case-video__player--youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flexB {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.comContact {
  padding: 51px 20px 65px;
  margin-top: 50px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック",
    "Yu Gothic", sans-serif;
  background-color: #eb6601;
}

.comContact h2 {
  margin-bottom: 40px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
}

.comContact ul {
  max-width: 888px;
  margin: 0 auto 30px;
}

.comContact li {
  width: 410px;
  margin: 0 auto;
}

.comContact li .ttl {
  position: relative;
  padding: 3px 0 3px 14px;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  border-left: 4px solid #fef5f0;
}

.comContact li .tel_num {
  display: block;
  margin: 20px 0 10px 5px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.comContact li .tel_num a {
  padding-left: 40px;
  font-family: Oswald, sans-serif;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background: url("../images/icon13.BksvFITD.svg") no-repeat left center;
  background-size: 28px 37px;
}

.comContact li .txt {
  margin-left: 10px;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

.comContact li .txt .txt-time br {
  display: none;
}

.comContact li .txt .note {
  font-size: 13px;
}

.comContact li .btn {
  margin-top: 20px;
  margin-left: 0;
}

.btn {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: auto;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  background-color: #fda302;
}

.btnWhite {
  color: #121212 !important;
  background-color: #fef5f0;
}

.iconArrowRight {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  background: url("../images/icon_ar-orange.BUrxp_t9.svg") no-repeat 50% 50%
    #fff;
  transform: translate(0, -50%);
}

.btnWhite .iconArrowRight {
  background: url("../images/icon_ar-white.DUwGA6M0.svg") no-repeat 50% 50%
    #fda302;
}

@media all and (width >= 897px) {
  .iconArrowRight {
    width: 21px;
    height: 21px;
    border-radius: 60px;
  }
  .btn {
    max-width: 415px;
    padding: 25px 60px 25px 25px;
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.66;
    border-radius: 6px;
  }
}
@media all and (width <= 896px) {
  .comContact {
    padding: 25px 0 40px;
  }
  .comContact h2 {
    margin-bottom: 28px;
    font-size: 1.5rem;
  }
  .comContact ul {
    display: inherit;
    width: auto;
    margin: 0 auto 6%;
  }
  .comContact li {
    width: auto;
    text-align: center;
  }
  .comContact li:first-child {
    padding-bottom: 6.6666666667%;
    margin-bottom: 6.6666666667%;
    border-bottom: 2px solid #fff;
  }
  .comContact li .ttl {
    display: inline-block;
    margin-bottom: 9px;
    font-size: 1.125rem;
    letter-spacing: 0.1em;
  }
  .comContact li .tel_num {
    margin: 0 0 9px;
  }
  .comContact li .tel_num a {
    font-size: 1.875rem;
    background-size: 22px 28px;
  }
  .comContact li .btn {
    max-width: 540px;
    margin: 0 auto;
  }
  .comContact li .txt .txt-time {
    padding: 15px 0;
  }
  .comContact li .txt .txt-time br {
    display: block;
  }
  .iconArrowRight {
    right: 10px;
    width: 14px;
    height: 14px;
    border-radius: 60px;
  }
  .btn {
    max-width: 270px;
    padding: 15px 35px 15px 15px;
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.625;
    border-radius: 6px;
  }
}
.p-cost-delivery {
  padding-top: calc(110 * var(--to-rem));
  padding-bottom: calc(110 * var(--to-rem));
  font-family: var(--noto-font-family);
  background-image: url("../images/overview-bg.Dl_c8Zs2.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
@media (width <= 767px) {
  .p-cost-delivery {
    padding-top: calc(60 * var(--to-rem));
    padding-bottom: calc(60 * var(--to-rem));
  }
}

.p-cost-delivery__inner.l-inner {
  max-width: calc(1080 * var(--to-rem));
}
@media (width <= 767px) {
  .p-cost-delivery__inner.l-inner {
    padding-inline: calc(8.5 * var(--to-rem));
  }
}

.p-cost-delivery__title {
  font-size: clamp(26 * var(--to-rem), 2.5cqi, 36 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: var(--color-black);
  text-align: center;
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-cost-delivery__title {
    font-size: calc(24 * var(--to-rem));
    letter-spacing: -0.02em;
  }
}

.p-cost-delivery__title span {
  font-size: clamp(30 * var(--to-rem), 2.8cqi, 40 * var(--to-rem));
  font-weight: var(--fw-black);
  line-height: 1.45;
  color: var(--color-black);
  text-align: center;
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-cost-delivery__title span {
    font-size: calc(26 * var(--to-rem));
    letter-spacing: -0.07em;
  }
}

.p-cost-delivery__lead {
  margin-top: calc(15 * var(--to-rem));
  font-size: clamp(14 * var(--to-rem), 1.2cqi, 16 * var(--to-rem));
  font-weight: var(--fw-medium);
  line-height: 1.45;
  color: var(--color-black);
  text-align: left;
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-cost-delivery__lead {
    max-width: calc(600 * var(--to-rem));
    margin-inline: auto;
    font-size: calc(14 * var(--to-rem));
    letter-spacing: -0.02em;
  }
}

.p-cost-delivery__content {
  display: grid;
  grid-template-columns: 46.3% 1fr;
  gap: calc(10 * var(--to-rem));
  margin-top: calc(30 * var(--to-rem));
}
@media (width <= 767px) {
  .p-cost-delivery__content {
    grid-template-columns: 1fr;
    max-width: calc(600 * var(--to-rem));
    padding-inline: calc(6.5 * var(--to-rem));
    margin-inline: auto;
    margin-top: calc(24 * var(--to-rem));
  }
}

.p-cost-delivery__col-title {
  padding-block: calc(12 * var(--to-rem));
  padding-inline: calc(25 * var(--to-rem));
  margin-inline: auto;
  font-size: clamp(18 * var(--to-rem), 1.7cqi, 24 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1;
  color: var(--color-black);
  text-align: center;
  letter-spacing: 0;
  background-color: #ebd1d7;
  border: 4px solid;
}
@media (width <= 767px) {
  .p-cost-delivery__col-title {
    width: 100%;
    padding-block: calc(10 * var(--to-rem));
    padding-inline: calc(10 * var(--to-rem));
    margin-top: calc(16 * var(--to-rem));
    font-size: calc(20 * var(--to-rem));
  }
}

.p-cost-delivery__col-title--issue {
  max-width: 395px;
  background-color: #ebd1d7;
  border-color: #b74c67;
}
@media (width <= 767px) {
  .p-cost-delivery__col-title--issue {
    max-width: 100%;
  }
}

.p-cost-delivery__col-title--solution {
  max-width: 546px;
  background-color: #caffff;
  border-color: #0096c0;
}
@media (width <= 767px) {
  .p-cost-delivery__col-title--solution {
    max-width: 100%;
  }
}

.p-cost-delivery__block {
  display: flex;
  margin-top: calc(15 * var(--to-rem));
}
@media (width <= 767px) {
  .p-cost-delivery__block {
    position: relative;
    flex-direction: column;
    padding-bottom: calc(40 * var(--to-rem));
    margin-top: calc(10 * var(--to-rem));
  }
}

.p-cost-delivery__block-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (width <= 767px) {
  .p-cost-delivery__block-body {
    margin-top: calc(16 * var(--to-rem));
  }
}

.p-cost-delivery__block-label {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: calc(13 * var(--to-rem));
  padding-inline: calc(10 * var(--to-rem));
  font-size: clamp(16 * var(--to-rem), 1.5cqi, 20 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1;
  color: var(--color-white);
  letter-spacing: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media (width <= 767px) {
  .p-cost-delivery__block-label {
    padding-block: calc(15 * var(--to-rem));
    padding-inline: calc(5 * var(--to-rem));
    font-size: calc(24 * var(--to-rem));
    writing-mode: horizontal-tb;
  }
}

.p-cost-delivery__block-label--cost {
  background-color: #356d6d;
}

.p-cost-delivery__block-label--delivery {
  background-color: #245394;
}

.p-cost-delivery__list {
  display: flex;
  flex-direction: column;
  gap: calc(10 * var(--to-rem));
  width: 100%;
  max-width: 395px;
  margin-left: calc(4 * var(--to-rem));
  list-style: none;
}
@media (width <= 767px) {
  .p-cost-delivery__list {
    max-width: 100%;
    margin-left: 0;
  }
}

.p-cost-delivery__item {
  padding-top: calc(2 * var(--to-rem));
  padding-bottom: calc(4 * var(--to-rem));
  padding-left: calc(6 * var(--to-rem));
  font-size: clamp(18 * var(--to-rem), 1.7cqi, 24 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-black);
  letter-spacing: 0;
  background-color: #fff;
  border: 4px solid;
}
@media (width <= 767px) {
  .p-cost-delivery__item {
    padding-block: calc(11 * var(--to-rem));
    padding-inline: calc(12 * var(--to-rem));
    font-size: calc(18 * var(--to-rem));
  }
}

.p-cost-delivery__item--cost {
  border-color: #356d6d;
}

.p-cost-delivery__item--delivery {
  border-color: #245394;
}

.p-cost-delivery__item:not(:first-child) {
  margin-top: calc(5 * var(--to-rem));
}

.p-cost-delivery__item span {
  font-size: clamp(14 * var(--to-rem), 1.3cqi, 18 * var(--to-rem));
  font-weight: var(--fw-);
  line-height: 1.3;
  color: var(--color-black);
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-cost-delivery__item span {
    font-size: calc(16 * var(--to-rem));
  }
}

.p-cost-delivery__block-image {
  width: 100%;
  max-width: 36px;
  margin-left: calc(4 * var(--to-rem));
}
@media (width <= 767px) {
  .p-cost-delivery__block-image {
    position: absolute;
    bottom: -10px;
    left: 50%;
    max-width: 250px;
    transform: translateX(-50%);
  }
}

.p-cost-delivery__block-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 36/250;
  object-fit: contain;
}
@media (width <= 767px) {
  .p-cost-delivery__block-image img {
    aspect-ratio: 250/36;
  }
}

.p-cost-delivery__solution {
  margin-top: calc(15 * var(--to-rem));
}

.p-cost-delivery__solution-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(40 * var(--to-rem));
  align-items: center;
}
@media (width <= 767px) {
  .p-cost-delivery__solution-row {
    grid-template-columns: 1fr;
    gap: calc(35 * var(--to-rem));
  }
}

.p-cost-delivery__solution-row:not(:first-child) {
  margin-top: calc(8 * var(--to-rem));
}
@media (width <= 767px) {
  .p-cost-delivery__solution-row:not(:first-child) {
    margin-top: calc(16 * var(--to-rem));
  }
}

.p-cost-delivery__solution-left {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 250px;
  min-height: 60px;
  padding-block: calc(2 * var(--to-rem));
  padding-inline: calc(10 * var(--to-rem));
  font-size: clamp(16 * var(--to-rem), 1.5cqi, 20 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.3;
  color: var(--color-black);
  letter-spacing: 0;
  background-color: #e5f3f3;
  border: 3px solid #50a3a3;
}
@media (width <= 767px) {
  .p-cost-delivery__solution-left {
    max-width: 100%;
    padding-block: calc(11 * var(--to-rem));
    padding-inline: calc(12 * var(--to-rem));
    font-size: calc(20 * var(--to-rem));
  }
}

.p-cost-delivery__solution-left::after {
  position: absolute;
  top: 50%;
  right: -46px;
  width: 56px;
  height: 54px;
  aspect-ratio: 56/54;
  content: "";
  background-image: url("../images/arrow-green.CKGJN7wm.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateY(-50%);
  object-fit: contain;
}
@media (width <= 767px) {
  .p-cost-delivery__solution-left::after {
    top: unset;
    right: unset;
    bottom: -32px;
    left: 50%;
    width: 27px;
    height: 26px;
    aspect-ratio: 27/26;
    transform: translateX(-50%) rotate(90deg);
  }
}

.p-cost-delivery__solution-left.p-cost-delivery__solution-left--delivery::after {
  background-image: url("../images/arrow-blue.9KZK1mU5.svg");
}

.p-cost-delivery__solution-right {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 256px;
  min-height: 60px;
  padding-block: calc(2 * var(--to-rem));
  padding-inline: calc(10 * var(--to-rem));
  font-size: clamp(16 * var(--to-rem), 1.5cqi, 20 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.3;
  color: var(--color-white);
  letter-spacing: 0;
  background-color: #356d6d;
  border: 3px solid #50a3a3;
}
@media (width <= 767px) {
  .p-cost-delivery__solution-right {
    max-width: 100%;
    padding-block: calc(11 * var(--to-rem));
    padding-inline: calc(5 * var(--to-rem));
    font-size: calc(20 * var(--to-rem));
  }
}

.p-cost-delivery__solution-row--delivery .p-cost-delivery__solution-left {
  background-color: #d5e1f5;
  border-color: #245394;
}

.p-cost-delivery__solution-row--delivery .p-cost-delivery__solution-right {
  background-color: #245394;
  border-color: #4a7bc4;
}

.p-cost-delivery__solution-arrow {
  width: 100%;
  max-width: 56px;
}

.p-cost-delivery__solution-arrow img {
  width: 100%;
  height: 100%;
  aspect-ratio: 56/54;
  object-fit: contain;
}

#gFooter {
  position: relative;
  padding: 41px 0;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック",
    "Yu Gothic", sans-serif;
  text-align: center;
}

#gFooter .fLogo {
  margin-bottom: 30px;
}

#gFooter .fLogo .img01 {
  width: 116px;
}

#gFooter .fAdress {
  font-size: 0.8125rem;
}

#gFooter .fAdress p:not(:first-child) {
  margin-top: 10px;
}

#gFooter .fNavi {
  margin-top: 30px;
  margin-bottom: 11px;
}

#gFooter .fNavi li {
  display: inline-block;
  font-size: 0.75rem;
}

#gFooter .fNavi a {
  display: inline-block;
  padding: 0 3px;
  color: #121212;
  text-decoration: none;
  letter-spacing: 0.1em;
}

#gFooter .copyright {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

@media all and (width >= 897px) {
  #gFooter .fNavi a:hover {
    text-decoration: underline;
  }
}
@media all and (width <= 896px) {
  #gFooter {
    padding: 30px 0;
  }
  #gFooter .fLogo {
    margin-bottom: 15px;
  }
  #gFooter .fLogo .img01 {
    width: 90px;
  }
  #gFooter .fAdress {
    padding: 0 20px;
    font-size: 0.6875rem;
  }
  #gFooter .fAdress p:not(:first-child) {
    margin-top: 5px;
  }
  #gFooter .fNavi {
    margin-bottom: 15px;
  }
}
@media all and (width >= 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (width <= 896px) {
  .pc {
    display: none !important;
  }
}
#gHeader .hBox {
  position: relative;
  padding: 13px 160px;
  background-color: #eb6601;
}

#gHeader .logo {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 105px;
  transform: translateY(-40%);
}

#gHeader h1 {
  padding: 0 0 0 27px;
  font-size: 1.125rem;
  font-weight: 700;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-left: 1px solid #ddd;
}

#gHeader h1 span {
  display: inline-block;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  font-weight: bold;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

@media all and (width <= 896px) {
  #gHeader .hBox {
    padding: 0;
  }
  #gHeader .hInfo {
    position: relative;
    z-index: 19;
    width: 100%;
    height: 56px;
  }
  #gHeader .hInner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 2.6666666667% 13px 3.3333333333%;
    text-align: left;
    background-color: #eb6601;
    border-bottom: 1px solid #aaa;
  }
  #gHeader .logo {
    position: relative;
    top: 4px;
    left: 3px;
    display: inline-block;
    width: 20vw;
    max-width: 75px;
    margin: 0 4.8% 0 0;
    transform: none;
  }
  #gHeader .logo a {
    display: flex;
  }
  #gHeader .logo a img {
    width: 100%;
  }
  #gHeader h1 {
    display: inline-block;
    padding: 0 6.6666666667% 0 4%;
    margin-bottom: 0;
    font-size: 1.375rem;
    text-align: left;
  }
  #gHeader h1 span {
    display: block;
    font-size: 0.75rem;
  }
}
@media all and (width <= 460px) {
  #gHeader .hInfo {
    width: 100%;
    height: 56px;
  }
  #gHeader h1 span {
    display: block;
    font-size: 0.625rem;
  }
}
.p-intro-importance {
  padding-top: calc(110 * var(--to-rem));
  padding-bottom: calc(110 * var(--to-rem));
  font-family: var(--noto-font-family);
  background-image: url("../images/overview-bg.Dl_c8Zs2.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
@media (width <= 767px) {
  .p-intro-importance {
    padding-top: calc(60 * var(--to-rem));
    padding-bottom: calc(60 * var(--to-rem));
  }
}

.p-intro-importance__inner.l-inner {
  max-width: calc(1310 * var(--to-rem));
}
@media (width <= 767px) {
  .p-intro-importance__inner.l-inner {
    padding-inline: calc(8.5 * var(--to-rem));
  }
}

/* ScrollHint のシャドウラップを非表示 */
.p-intro-importance__content-wrap .scroll-hint-shadow-wrap {
  display: none;
}

/* 768px〜1080px：.p-qcd__table と同様にテーブルのみ横スクロール（タイトル等は固定）。1440px時のサイズ(1310px)を踏襲。1080px以降は元の表の大きさ */
@media (width <= 1080px) {
  .p-intro-importance__content-wrap {
    overflow-x: auto;
  }
  .p-intro-importance__content-wrap .p-intro-importance__content,
  .p-intro-importance__content-wrap .p-intro-importance__conclusion {
    min-width: calc(1310 * var(--to-rem));
  }
}
.p-intro-importance__title {
  font-size: clamp(24 * var(--to-rem), 3.125cqi, 36 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: var(--color-black);
  text-align: center;
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-intro-importance__title {
    font-size: calc(26 * var(--to-rem));
  }
}

.p-intro-importance__content {
  display: flex;
  gap: calc(12 * var(--to-rem));
  margin-top: calc(45 * var(--to-rem));
}

.p-intro-importance__left {
  display: flex;
  gap: calc(27 * var(--to-rem));
  align-items: center;
  width: calc(488 * var(--to-rem));
}
@media (width <= 767px) {
  .p-intro-importance__left {
    align-items: flex-start;
  }
}

.p-intro-importance__arrow-right {
  width: 100%;
  max-width: calc(47 * var(--to-rem));
}
@media (width <= 767px) {
  .p-intro-importance__arrow-right {
    max-width: calc(40 * var(--to-rem));
    margin-top: calc(80 * var(--to-rem));
  }
}

.p-intro-importance__arrow-right img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-intro-importance__table-wrap {
  width: 100%;
  max-width: calc(412 * var(--to-rem));
}

.p-intro-importance__table-title {
  font-family: var(--noto-font-family);
  font-size: clamp(20 * var(--to-rem), 3.125cqi, 28 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-black);
  text-align: center;
  letter-spacing: -0.04em;
}
@media (width <= 767px) {
  .p-intro-importance__table-title {
    font-size: calc(20 * var(--to-rem));
  }
}

.p-intro-importance__table-content {
  margin-top: calc(16 * var(--to-rem));
}

.p-intro-importance__table {
  width: 100%;
  border-collapse: collapse;
}

.p-intro-importance__th,
.p-intro-importance__td,
.p-intro-importance__rowhead {
  border: calc(2 * var(--to-rem)) solid #1a1918;
}

.p-intro-importance__th {
  padding-block: calc(12 * var(--to-rem));
  font-size: clamp(16 * var(--to-rem), 2.25cqi, 21 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.3;
  color: var(--color-black);
  text-align: center;
  letter-spacing: 0;
  background-color: #d5e1f5;
}
@media (width <= 767px) {
  .p-intro-importance__th {
    font-size: calc(16 * var(--to-rem));
  }
}

.p-intro-importance__rowhead {
  padding-inline: calc(8 * var(--to-rem));
  font-size: clamp(16 * var(--to-rem), 2.25cqi, 20 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.3;
  color: var(--color-black);
  letter-spacing: 0;
  background-color: var(--color-white);
}
@media (width <= 767px) {
  .p-intro-importance__rowhead {
    font-size: calc(16 * var(--to-rem));
  }
}

.p-intro-importance__rowhead span {
  font-size: clamp(14 * var(--to-rem), 1.875cqi, 18 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.3;
  color: var(--color-black);
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-intro-importance__rowhead span {
    font-size: calc(14 * var(--to-rem));
  }
}

.p-intro-importance__td {
  background-color: #fff;
}

.p-intro-importance__list {
  padding-block: calc(30 * var(--to-rem));
  padding-right: calc(12 * var(--to-rem));
  padding-left: calc(18 * var(--to-rem));
}
@media (width <= 767px) {
  .p-intro-importance__list {
    padding-block: calc(10 * var(--to-rem));
  }
}

.p-intro-importance__item {
  font-size: clamp(16 * var(--to-rem), 2.25cqi, 18 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.45;
  color: var(--color-black);
  letter-spacing: 0;
  list-style: "・";
}
@media (width <= 767px) {
  .p-intro-importance__item {
    font-size: calc(16 * var(--to-rem));
  }
}

.p-intro-importance__item span {
  display: block;
  font-size: clamp(14 * var(--to-rem), 2cqi, 16 * var(--to-rem));
  font-weight: var(--fw-regular);
  line-height: 1.45;
  color: var(--color-black);
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-intro-importance__item span {
    font-size: calc(14 * var(--to-rem));
  }
}

.p-intro-importance__item:not(:first-child) {
  margin-top: calc(12 * var(--to-rem));
}

.p-intro-importance__right {
  width: calc(770 * var(--to-rem));
}

.p-intro-importance__qcd-title {
  font-size: clamp(20 * var(--to-rem), 3.125cqi, 28 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-black);
  text-align: left;
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-intro-importance__qcd-title {
    font-size: calc(20 * var(--to-rem));
  }
}

.p-intro-importance__qcd-title span {
  font-size: clamp(16 * var(--to-rem), 2.25cqi, 20 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-black);
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-intro-importance__qcd-title span {
    font-size: calc(16 * var(--to-rem));
  }
}

.p-intro-importance__qcd-table {
  width: 100%;
  margin-top: calc(16 * var(--to-rem));
  border-collapse: collapse;
  border: calc(2 * var(--to-rem)) solid var(--color-black);
}

.p-intro-importance__qcd-th {
  width: 13.125rem;
  padding-block: calc(8 * var(--to-rem));
  padding-inline: calc(5 * var(--to-rem));
  font-size: clamp(16 * var(--to-rem), 2.25cqi, 21 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.3;
  color: var(--color-black);
  text-align: center;
  letter-spacing: 0;
  background-color: #e5f3f3;
  border: calc(1 * var(--to-rem)) solid var(--color-black);
}
@media (width <= 767px) {
  .p-intro-importance__qcd-th {
    font-size: calc(16 * var(--to-rem));
  }
}

.p-intro-importance__qcd-th.p-intro-importance__qcd-th--type {
  width: 8.75rem;
}

.p-intro-importance__qcd-type {
  padding: calc(16 * var(--to-rem));
  text-align: center;
  border: calc(1 * var(--to-rem)) solid var(--color-black);
}

.p-intro-importance__qcd-type-en {
  display: block;
  font-size: clamp(24 * var(--to-rem), 3.125cqi, 32 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.45;
  color: var(--color-white);
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-intro-importance__qcd-type-en {
    font-size: calc(20 * var(--to-rem));
  }
}

.p-intro-importance__qcd-type-ja {
  display: block;
  font-size: clamp(16 * var(--to-rem), 2.25cqi, 20 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.45;
  color: var(--color-white);
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-intro-importance__qcd-type-ja {
    font-size: calc(16 * var(--to-rem));
  }
}

.p-intro-importance__qcd-type--q {
  background-color: #ffb116;
}

.p-intro-importance__qcd-type--c {
  background-color: #50a3a3;
}

.p-intro-importance__qcd-type--d {
  background-color: #245394;
}

.p-intro-importance__qcd-td {
  height: 190px;
  padding-right: calc(12 * var(--to-rem));
  padding-left: calc(28 * var(--to-rem));
  vertical-align: middle;
  border: calc(1 * var(--to-rem)) solid var(--color-black);
}
@media (width <= 767px) {
  .p-intro-importance__qcd-td {
    height: auto;
    padding-block: calc(5 * var(--to-rem));
  }
}

.p-intro-importance__qcd-td.p-intro-importance__qcd-td--q {
  background-color: #ffc;
}

.p-intro-importance__qcd-td.p-intro-importance__qcd-td--c {
  background-color: #e5f3f3;
}

.p-intro-importance__qcd-td.p-intro-importance__qcd-td--d {
  background-color: #d5e1f5;
}

.p-intro-importance__qcd-item {
  font-size: clamp(14 * var(--to-rem), 2.25cqi, 16 * var(--to-rem));
  font-weight: var(--fw-regular);
  line-height: 1.45;
  color: var(--color-black);
  letter-spacing: 0;
  list-style: "・";
}
@media (width <= 767px) {
  .p-intro-importance__qcd-item {
    font-size: calc(14 * var(--to-rem));
  }
}

.p-intro-importance__qcd-row {
  display: flex;
}
.p-intro-importance__qcd-row + .p-intro-importance__qcd-row {
  margin-top: calc(20 * var(--to-rem));
}

.p-intro-importance__qcd-label {
  width: calc(80 * var(--to-rem));
  padding: calc(16 * var(--to-rem));
  font-size: clamp(18 * var(--to-rem), 1.67cqi, 20 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.05em;
}

.p-intro-importance__qcd-row--q .p-intro-importance__qcd-label {
  background-color: #f5a623;
}

.p-intro-importance__qcd-row--c .p-intro-importance__qcd-label {
  background-color: #4aa3a2;
}

.p-intro-importance__qcd-row--d .p-intro-importance__qcd-label {
  background-color: #3f6fb5;
}

.p-intro-importance__qcd-body {
  flex: 1;
  padding: calc(16 * var(--to-rem));
  background-color: var(--color-white);
}

.p-intro-importance__qcd-text {
  font-size: clamp(12 * var(--to-rem), 1.11cqi, 14 * var(--to-rem));
  font-weight: var(--fw-regular);
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.05em;
}

.p-intro-importance__arrow-bottom {
  width: 100%;
  max-width: calc(400 * var(--to-rem));
  margin-top: calc(30 * var(--to-rem));
  margin-left: calc(30 * var(--to-rem));
}

.p-intro-importance__arrow-bottom img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-intro-importance__conclusion {
  width: 100%;
  max-width: calc(1080 * var(--to-rem));
  padding-block: calc(30 * var(--to-rem));
  margin-inline: auto;
  margin-top: calc(24 * var(--to-rem));
  text-align: center;
  background-color: #f7e7eb;
}

.p-intro-importance__conclusion-text {
  font-size: clamp(18 * var(--to-rem), 2.25cqi, 21 * var(--to-rem));
  font-weight: var(--fw-medium);
  line-height: 1.5;
  color: var(--color-black);
  letter-spacing: 0;
}

.p-intro-importance__conclusion-text span {
  font-weight: var(--fw-bold);
}

/* 続きを見るボタン */
.p-intro-importance__more {
  padding-top: calc(45 * var(--to-rem));
  padding-bottom: calc(105 * var(--to-rem));
  margin-bottom: calc(-50 * var(--to-rem));
  font-family: var(--noto-font-family);
  text-align: center;
  background-image: url("../images/overview-bg.Dl_c8Zs2.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.p-intro-importance__more-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding-block: calc(12 * var(--to-rem));
  padding-inline: calc(24 * var(--to-rem));
  font-family: var(--noto-font-family);
  font-size: calc(18 * var(--to-rem));
  font-weight: var(--fw-medium);
  color: var(--color-black);
  letter-spacing: 0.13em;
  cursor: pointer;
}

.p-intro-importance__more-btn-icon {
  display: block;
  width: calc(20 * var(--to-rem));
  height: calc(20 * var(--to-rem));
  border-right: 4px solid #eb6601;
  border-bottom: 4px solid #eb6601;
  transform: rotate(45deg);
}

/* 3セクション表示後はボタン非表示 */
.p-intro-importance__more.is-opened {
  display: none;
}

/* 続きを見るで表示するコンテンツ（初期は非表示） */
.p-intro-importance__more-content {
  display: none;
  overflow: hidden;
}

.p-intro-importance__more-content.is-open {
  display: block;
  animation: p-intro-importance-fade-in 0.4s cubic-bezier(0.25, 0.1, 0.25, 1)
    forwards;
}

@keyframes p-intro-importance-fade-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-intro-mv {
  text-align: center;
  background-color: var(--color-white);
  overflow-x: hidden;
}

.p-intro-mv__inner.l-inner {
  max-width: calc(1120 * var(--to-rem));
}
@media (width <= 767px) {
  .p-intro-mv__inner.l-inner {
    overflow-x: hidden;
  }
}

.p-intro-mv__heading {
  width: 100vw;
  padding-block: calc(50 * var(--to-rem));
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: #fff6f0;
}

.p-intro-mv__label {
  display: inline-block;
}

.p-intro-mv__label-text {
  display: inline-block;
  padding-block: calc(8 * var(--to-rem));
  padding-inline: calc(12 * var(--to-rem));
  font-family: var(--noto-font-family);
  font-size: clamp(16 * var(--to-rem), 2.5cqi, 20 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: var(--color-white);
  letter-spacing: 0.13em;
  background-color: #eb6601;
}
@media (width <= 767px) {
  .p-intro-mv__label-text {
    font-size: calc(16 * var(--to-rem));
  }
}

.p-intro-mv__title {
  margin-top: calc(12 * var(--to-rem));
  font-size: clamp(26 * var(--to-rem), 3cqi, 36 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: #ee7220;
  letter-spacing: 0.13em;
}
@media (width <= 767px) {
  .p-intro-mv__title {
    font-size: calc(26 * var(--to-rem));
  }
}

.p-intro-mv__text {
  max-width: calc(1080 * var(--to-rem));
  padding-block: calc(32 * var(--to-rem));
  padding-inline: calc(46 * var(--to-rem));
  margin-inline: auto;
  margin-top: calc(24 * var(--to-rem));
  font-family: var(--noto-font-family);
  font-size: clamp(12 * var(--to-rem), 2cqi, 16 * var(--to-rem));
  font-weight: var(--fw-regular);
  line-height: 1.5;
  color: var(--color-black);
  text-align: left;
  letter-spacing: 0.1em;
  background-color: var(--color-white);
}
@media (width <= 767px) {
  .p-intro-mv__text {
    max-width: calc(600 * var(--to-rem));
    padding-block: calc(20 * var(--to-rem));
    padding-inline: calc(20 * var(--to-rem));
    margin-top: calc(50 * var(--to-rem));
    font-size: calc(14 * var(--to-rem));
  }
}

.p-intro-mv__text-highlight {
  font-weight: var(--fw-bold);
  color: #ee7220;
}

.p-intro-mv__text-bold {
  font-weight: var(--fw-bold);
}

.p-intro-mv__project {
  margin-top: calc(60 * var(--to-rem));
}
@media (width <= 767px) {
  .p-intro-mv__project {
    margin-top: calc(30 * var(--to-rem));
  }
}

.p-intro-mv__project-box {
  padding-inline: calc(60 * var(--to-rem));
  padding-top: calc(66 * var(--to-rem));
  padding-bottom: calc(55 * var(--to-rem));
  text-align: center;
  border: calc(1 * var(--to-rem)) solid #eb6601;
}
@media (width <= 767px) {
  .p-intro-mv__project-box {
    padding: calc(24 * var(--to-rem));
  }
}

.p-intro-mv__project-title {
  font-family: var(--noto-font-family);
  font-size: clamp(14 * var(--to-rem), 3cqi, 24 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: #eb6601;
  letter-spacing: 0.13em;
}
@media (width <= 767px) {
  .p-intro-mv__project-title {
    font-size: calc(16 * var(--to-rem));
  }
}

.p-intro-mv__project-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(15 * var(--to-rem)) 0;
  max-width: calc(670 * var(--to-rem));
  margin-inline: auto;
  margin-top: calc(35 * var(--to-rem));
  list-style: none;
}
@media (width <= 767px) {
  .p-intro-mv__project-list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(6 * var(--to-rem));
    align-items: center;
    justify-content: center;
    margin-top: calc(20 * var(--to-rem));
  }
}

.p-intro-mv__project-item a {
  position: relative;
  display: flex;
  align-items: center;
  padding-block: calc(8 * var(--to-rem));
  padding-inline: calc(12 * var(--to-rem));
  font-family: var(--noto-font-family);
  font-size: clamp(12 * var(--to-rem), 2cqi, 16 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.2;
  color: var(--color-black);
  letter-spacing: 0.13em;
}
@media (width <= 767px) {
  .p-intro-mv__project-item a {
    padding-block: calc(5 * var(--to-rem));
    padding-inline: calc(10 * var(--to-rem));
    font-size: calc(14 * var(--to-rem));
  }
}

.p-intro-mv__project-item a::after {
  display: block;
  width: calc(16 * var(--to-rem));
  height: calc(16 * var(--to-rem));
  margin-left: calc(2 * var(--to-rem));
  content: "";
  background-image: url("../images/intro-mv-arrow.uprqI7BO.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-intro-mv__search {
  padding-top: calc(52 * var(--to-rem));
  padding-bottom: calc(52 * var(--to-rem));
  margin-top: calc(60 * var(--to-rem));
  background-color: #fff6f0;
}
@media (width <= 767px) {
  .p-intro-mv__search {
    padding-top: calc(30 * var(--to-rem));
    padding-bottom: calc(30 * var(--to-rem));
    margin-top: calc(30 * var(--to-rem));
  }
}

.p-intro-mv__search-lead {
  font-family: var(--noto-font-family);
  font-size: clamp(16 * var(--to-rem), 2.5cqi, 20 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.2;
  color: #eb6601;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (width <= 767px) {
  .p-intro-mv__search-lead {
    font-size: calc(16 * var(--to-rem));
    line-height: 1.5;
  }
}

@media (width <= 767px) {
  .p-intro-mv__search-lead span {
    display: inline-block;
  }
}

.p-intro-mv__search-button-wrap {
  width: 100%;
  max-width: calc(585 * var(--to-rem));
  margin-inline: auto;
}

.p-intro-mv__search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: calc(39 * var(--to-rem));
  padding-inline: calc(15 * var(--to-rem));
  padding-left: calc(75 * var(--to-rem));
  margin-top: calc(38 * var(--to-rem));
  font-size: clamp(20 * var(--to-rem), 2.5cqi, 24 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1;
  color: var(--color-white);
  text-decoration: none;
  letter-spacing: 0.13em;
  background-color: #f07f2f;
  border-radius: calc(6 * var(--to-rem));
}
@media (width <= 767px) {
  .p-intro-mv__search-button {
    width: 80%;
    max-width: calc(400 * var(--to-rem));
    padding-block: calc(15 * var(--to-rem));
    padding-inline: calc(10 * var(--to-rem));
    margin-inline: auto;
    margin-top: calc(20 * var(--to-rem));
    font-size: calc(16 * var(--to-rem));
  }
}

.p-intro-mv__search-button::after {
  display: block;
  width: calc(22 * var(--to-rem));
  height: calc(22 * var(--to-rem));
  margin-left: calc(61 * var(--to-rem));
  content: "";
  background-image: url("../images/intro-mv-btn-arrow.CWraSx8K.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (width <= 767px) {
  .p-intro-mv__search-button::after {
    width: calc(16 * var(--to-rem));
    height: calc(16 * var(--to-rem));
    margin-left: calc(30 * var(--to-rem));
  }
}

.p-mv {
  position: relative;
  z-index: 1;
  width: 100%;
  height: max(100svh, 450 * var(--to-rem));
  padding-block-start: var(--header-height);
}
@media screen and (min-width: 768px) {
  .p-mv {
    height: max(500 * var(--to-rem), 100%);
  }
}

.p-mv__inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.p-mv__title-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: calc(24 * var(--to-rem));
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-inline: var(--padding-inner);
  margin: auto;
  color: var(--color-white);
  text-align: center;
  container-type: inline-size;
}

.p-mv__main-title {
  font-size: calc(32 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.2;
  text-shadow: 0 2px 4px oklch(from var(--color-black) l c h/30%);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-mv__main-title {
    font-size: clamp(32 * var(--to-rem), 5cqi, 64 * var(--to-rem));
  }
}

.p-mv__sub-title {
  font-size: calc(18 * var(--to-rem));
  line-height: 1.6;
  text-shadow: 0 1px 2px oklch(from var(--color-black) l c h/30%);
}
@media screen and (min-width: 768px) {
  .p-mv__sub-title {
    font-size: clamp(18 * var(--to-rem), 3cqi, 24 * var(--to-rem));
  }
}

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

.p-mv__splide .splide__track {
  height: 100%;
}

.p-mv__splide .splide__list {
  height: 100%;
}

.p-mv__splide .splide__slide {
  height: 100%;
}

.p-mv__splide .splide__slide-image {
  width: 100%;
  height: 100%;
}

.p-mv__splide .splide__slide-image picture,
.p-mv__splide .splide__slide-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-q1 {
  padding-top: calc(100 * var(--to-rem));
  padding-bottom: calc(154 * var(--to-rem));
  font-family: var(--noto-font-family);
  background-color: var(--color-white);
}
@media (width <= 767px) {
  .p-q1 {
    position: relative;
    padding-top: calc(43 * var(--to-rem));
    padding-bottom: calc(111 * var(--to-rem));
  }
}

.p-q1__inner.l-inner {
  max-width: calc(900 * var(--to-rem));
}

.p-q1__close {
  position: absolute;
  top: 125px;
  right: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(40 * var(--to-rem));
  height: calc(40 * var(--to-rem));
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (width <= 767px) {
  .p-q1__close {
    top: 0.5rem;
    right: 0;
  }
}

.p-q1__close-icon {
  position: relative;
  display: block;
  width: calc(20 * var(--to-rem));
  height: calc(20 * var(--to-rem));
}
.p-q1__close-icon::before,
.p-q1__close-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(20 * var(--to-rem));
  height: calc(2 * var(--to-rem));
  content: "";
  background-color: #333;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-q1__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-q1__progress {
  width: 100%;
}

.p-q1__progress-bar {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 800/21;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-q1__progress-bar {
    aspect-ratio: 375/21;
  }
}

.p-q1__progress-bar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-q1__title {
  display: flex;
  gap: calc(36 * var(--to-rem));
  align-items: center;
  justify-content: center;
  margin-top: calc(44 * var(--to-rem));
}
@media (width <= 767px) {
  .p-q1__title {
    flex-direction: column;
    gap: calc(16 * var(--to-rem));
    align-items: center;
    margin-top: calc(20 * var(--to-rem));
  }
}

.p-q1__title-q {
  font-size: clamp(28 * var(--to-rem), 4.5cqi, 36 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.2;
  color: #eb6601;
  letter-spacing: 0.13em;
}
@media (width <= 767px) {
  .p-q1__title-q {
    font-size: calc(36 * var(--to-rem));
  }
}

.p-q1__title-text {
  font-size: clamp(28 * var(--to-rem), 4.5cqi, 36 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.05em;
}
@media (width <= 767px) {
  .p-q1__title-text {
    font-size: calc(20 * var(--to-rem));
  }
}

.p-q1__cards {
  display: flex;
  gap: calc(90 * var(--to-rem));
  justify-content: center;
  margin-top: calc(78 * var(--to-rem));
}
@media (width <= 767px) {
  .p-q1__cards {
    flex-direction: column;
    gap: calc(40 * var(--to-rem));
    margin-top: calc(37 * var(--to-rem));
  }
}

.p-q1__card {
  width: 100%;
  max-width: 300px;
  padding-block: calc(17 * var(--to-rem));
  padding-inline: calc(15 * var(--to-rem));
  text-align: center;
  background-color: #fff6f0;
  box-shadow: 0 calc(4 * var(--to-rem)) calc(8 * var(--to-rem))
    rgba(18, 18, 18, 0.25);
}
@media (width <= 767px) {
  .p-q1__card {
    width: 89.6%;
    max-width: 500px;
    margin-inline: auto;
  }
}

.p-q1__card-image {
  width: 100%;
  aspect-ratio: 270/150;
  object-fit: cover;
}

.p-q1__card-body {
  margin-top: calc(30 * var(--to-rem));
}

.p-q1__card-title {
  font-size: clamp(16 * var(--to-rem), 2.5cqi, 20 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-black);
  letter-spacing: 0.13em;
}
@media (width <= 767px) {
  .p-q1__card-title {
    font-size: calc(20 * var(--to-rem));
  }
}

.p-q1__card-sub {
  margin-top: calc(8 * var(--to-rem));
  font-size: clamp(12 * var(--to-rem), 2cqi, 16 * var(--to-rem));
  font-weight: var(--fw-regular);
  line-height: 1.4;
  color: var(--color-black);
  letter-spacing: 0.13em;
}
@media (width <= 767px) {
  .p-q1__card-sub {
    font-size: calc(16 * var(--to-rem));
  }
}

.p-q1__card-button-wrap {
  margin-top: calc(24 * var(--to-rem));
}

.p-q1__card-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 140px;
  padding-block: calc(11 * var(--to-rem));
  padding-inline: calc(24 * var(--to-rem));
  font-size: clamp(12 * var(--to-rem), 2.5cqi, 16 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1;
  color: var(--color-white);
  text-decoration: none;
  letter-spacing: 0.13em;
  border-radius: calc(20 * var(--to-rem));
}

.p-q1__card-button::before {
  position: absolute;
  top: 50%;
  right: 8px;
  width: calc(14 * var(--to-rem));
  height: calc(14 * var(--to-rem));
  content: "";
  background-color: var(--color-white);
  border-radius: 50%;
  transform: translateY(-50%);
}

.p-q1__card-button::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: calc(14 * var(--to-rem));
  height: calc(14 * var(--to-rem));
  content: "";
  mask-image: url("../images/question-btn-arrow.BNz4pa2U.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transform: translateY(-50%);
}

.p-q1__card-button--risk::after {
  background-color: #dd7887;
}

.p-q1__card-button--solution::after {
  background-color: #ee7220;
}

.p-q1__card-button--risk {
  background-color: #dd7887;
}

.p-q1__card-button--solution {
  background-color: #ee7220;
}

.p-q2 {
  padding-top: calc(100 * var(--to-rem));
  padding-bottom: calc(154 * var(--to-rem));
  font-family: var(--noto-font-family);
  background-color: var(--color-white);
}
@media (width <= 767px) {
  .p-q2 {
    position: relative;
    padding-top: calc(43 * var(--to-rem));
    padding-bottom: calc(111 * var(--to-rem));
  }
}

.p-q2__inner.l-inner {
  max-width: calc(900 * var(--to-rem));
}

.p-q2__close {
  position: absolute;
  top: 125px;
  right: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(40 * var(--to-rem));
  height: calc(40 * var(--to-rem));
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (width <= 767px) {
  .p-q2__close {
    top: 0.5rem;
    right: 0;
  }
}

.p-q2__close-icon {
  position: relative;
  display: block;
  width: calc(20 * var(--to-rem));
  height: calc(20 * var(--to-rem));
}
.p-q2__close-icon::before,
.p-q2__close-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(20 * var(--to-rem));
  height: calc(2 * var(--to-rem));
  content: "";
  background-color: #333;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-q2__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-q2__progress {
  width: 100%;
}

.p-q2__progress-bar {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 800/21;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-q2__progress-bar {
    aspect-ratio: 375/21;
  }
}

.p-q2__progress-bar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-q2__title {
  display: flex;
  gap: calc(36 * var(--to-rem));
  align-items: center;
  justify-content: center;
  margin-top: calc(44 * var(--to-rem));
}
@media (width <= 767px) {
  .p-q2__title {
    flex-direction: column;
    gap: calc(16 * var(--to-rem));
    align-items: center;
    margin-top: calc(20 * var(--to-rem));
  }
}

.p-q2__title-q {
  font-size: clamp(28 * var(--to-rem), 4.5cqi, 36 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.2;
  color: #eb6601;
  letter-spacing: 0.13em;
}
@media (width <= 767px) {
  .p-q2__title-q {
    font-size: calc(36 * var(--to-rem));
  }
}

.p-q2__title-text {
  font-size: clamp(28 * var(--to-rem), 4.5cqi, 36 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.6;
  color: var(--color-black);
  letter-spacing: 0.05em;
}
@media (width <= 767px) {
  .p-q2__title-text {
    font-size: calc(20 * var(--to-rem));
    white-space: nowrap;
  }
}

.p-q2__title-text-sub {
  display: block;
  font-size: clamp(16 * var(--to-rem), 2.5cqi, 24 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.75;
  color: var(--color-black);
  letter-spacing: 0.13em;
}
@media (width <= 767px) {
  .p-q2__title-text-sub {
    text-align: center;
  }
}

.p-q2__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(30 * var(--to-rem)) calc(20 * var(--to-rem));
  margin-top: calc(40 * var(--to-rem));
}
@media (width <= 767px) {
  .p-q2__cards {
    grid-template-columns: repeat(1, 1fr);
    row-gap: calc(24 * var(--to-rem));
    margin-top: calc(70 * var(--to-rem));
  }
}

.p-q2__card {
  width: 100%;
  max-width: 260px;
  list-style: none;
  box-shadow: 0 calc(4 * var(--to-rem)) calc(8 * var(--to-rem))
    rgba(18, 18, 18, 0.25);
}
@media (width <= 767px) {
  .p-q2__card {
    width: 95.6%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.p-q2__card-link {
  display: block;
  padding-block: calc(34 * var(--to-rem));
  padding-inline: calc(10 * var(--to-rem));
  text-decoration: none;
}
@media (width <= 767px) {
  .p-q2__card-link {
    padding-block: calc(24 * var(--to-rem));
  }
}

.p-q2__card-icon {
  width: 100%;
  max-width: 135px;
  aspect-ratio: 135/135;
  margin-inline: auto;
}

.p-q2__card-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-q2__card-button-wrap {
  margin-top: calc(18 * var(--to-rem));
}
@media (width <= 767px) {
  .p-q2__card-button-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.p-q2__card-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  max-width: 240px;
  min-height: calc(62 * var(--to-rem));
  padding-block: calc(10 * var(--to-rem));
  padding-inline: calc(24 * var(--to-rem));
  font-size: clamp(12 * var(--to-rem), 2.5cqi, 16 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.3;
  color: var(--color-white);
  text-decoration: none;
  letter-spacing: 0.13em;
  border-radius: calc(30 * var(--to-rem));
}
@media (width <= 767px) {
  .p-q2__card-button {
    width: 95.6%;
    max-width: 400px;
    padding-inline: calc(30 * var(--to-rem));
    font-size: calc(16 * var(--to-rem));
  }
}

.p-q2__card-button::before {
  position: absolute;
  top: 50%;
  right: 24px;
  width: calc(14 * var(--to-rem));
  height: calc(14 * var(--to-rem));
  content: "";
  background-color: var(--color-white);
  border-radius: 50%;
  transform: translateY(-50%);
}

.p-q2__card-button::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: calc(14 * var(--to-rem));
  height: calc(14 * var(--to-rem));
  content: "";
  mask-image: url("../images/question-btn-arrow.BNz4pa2U.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transform: translateY(-50%);
}

.p-q2__card--material {
  background-color: #f4b898;
}

.p-q2__card--material .p-q2__card-button,
.p-q2__card--material .p-q2__card-button::after {
  background-color: #c05e2a;
}

.p-q2__card--equipment {
  background-color: #a9d4e5;
}

.p-q2__card--equipment .p-q2__card-button,
.p-q2__card--equipment .p-q2__card-button::after {
  background-color: #2a95be;
}

.p-q2__card--price {
  background-color: #dca5d6;
}

.p-q2__card--price .p-q2__card-button,
.p-q2__card--price .p-q2__card-button::after {
  background-color: #a02a92;
}

.p-q2__card--logistics {
  background-color: #a6d396;
}

.p-q2__card--logistics .p-q2__card-button,
.p-q2__card--logistics .p-q2__card-button::after {
  background-color: #358519;
}

.p-q2__card--climate {
  background-color: #ddd;
}

.p-q2__card--climate .p-q2__card-button,
.p-q2__card--climate .p-q2__card-button::after {
  background-color: #474343;
}

.p-q2__card--labor {
  background-color: #89afc1;
}

.p-q2__card--labor .p-q2__card-button,
.p-q2__card--labor .p-q2__card-button::after {
  background-color: #295e78;
}

.p-q2__back-button-wrap {
  max-width: calc(400 * var(--to-rem));
  margin-inline: auto;
  margin-top: calc(60 * var(--to-rem));
  text-align: center;
}

.p-q2__back {
  display: inline-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: calc(20 * var(--to-rem));
  padding-inline: calc(15 * var(--to-rem));
  margin-top: calc(38 * var(--to-rem));
  font-size: clamp(20 * var(--to-rem), 2.5cqi, 24 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1;
  color: var(--color-white);
  text-decoration: none;
  letter-spacing: 0.13em;
  cursor: pointer;
  background-color: #f07f2f;
  border-radius: calc(6 * var(--to-rem));
}
@media (width <= 767px) {
  .p-q2__back {
    top: -2rem;
    font-size: calc(14 * var(--to-rem));
  }
}

.p-q2__back-icon {
  position: relative;
  display: block;
  width: calc(22 * var(--to-rem));
  height: calc(22 * var(--to-rem));
}

.p-q2__back-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scaleX(-1);
}

.p-q2__back-text {
  margin-left: calc(30 * var(--to-rem));
  font-size: clamp(14 * var(--to-rem), 1.67cqi, 24 * var(--to-rem));
}

.p-qcd {
  padding-top: calc(110 * var(--to-rem));
  padding-bottom: calc(110 * var(--to-rem));
  font-family: var(--noto-font-family);
  background-image: url("../images/overview-bg.Dl_c8Zs2.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
@media (width <= 767px) {
  .p-qcd {
    padding-top: calc(60 * var(--to-rem));
    padding-bottom: calc(60 * var(--to-rem));
  }
}

.p-qcd__inner.l-inner {
  max-width: calc(1080 * var(--to-rem));
}
@media (width <= 767px) {
  .p-qcd__inner.l-inner {
    padding-inline: calc(8.5 * var(--to-rem));
  }
}

/* ScrollHint のシャドウラップを非表示 */
.p-qcd__table .scroll-hint-shadow-wrap {
  display: none;
}

.scroll-hint-shadow-wrap::before,
.scroll-hint-shadow-wrap::after {
  display: none;
}

/* 768px〜1080px：.p-qcd__table のみ横スクロール（タイトル等は固定） */
@media (width >= 768px) and (width <= 1080px) {
  .p-qcd__table {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .p-qcd__table::-webkit-scrollbar {
    display: none;
  }
  .p-qcd__table .p-qcd__flow,
  .p-qcd__table .p-qcd__grid {
    min-width: calc(1080 * var(--to-rem));
  }
}
.p-qcd__title {
  font-size: clamp(24 * var(--to-rem), 3.125cqi, 36 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: var(--color-black);
  text-align: center;
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-qcd__title {
    font-size: calc(24 * var(--to-rem));
  }
}

.p-qcd__lead {
  margin-top: calc(6 * var(--to-rem));
  font-size: clamp(14 * var(--to-rem), 2.25cqi, 18 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-black);
  text-align: center;
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-qcd__lead {
    font-size: calc(14 * var(--to-rem));
  }
}

.p-qcd__caption {
  padding: calc(13 * var(--to-rem));
  margin-top: calc(24 * var(--to-rem));
  font-size: clamp(16 * var(--to-rem), 2.5cqi, 24 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: var(--color-black);
  text-align: center;
  letter-spacing: -0.04em;
  background-color: var(--color-white);
}
@media (width <= 767px) {
  .p-qcd__caption {
    padding: calc(10 * var(--to-rem));
    font-size: calc(14 * var(--to-rem));
  }
}

.p-qcd__note {
  width: 100%;
  max-width: 345px;
  margin-top: calc(30 * var(--to-rem));
  margin-left: auto;
}
@media (width <= 767px) {
  .p-qcd__note {
    margin-left: unset;
  }
}

.p-qcd__note-text {
  font-size: clamp(12 * var(--to-rem), 1.33cqi, 14 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1;
  color: #235394;
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-qcd__note-text {
    font-size: calc(14 * var(--to-rem));
  }
}

.p-qcd__note-text.p-qcd__note-text--red {
  margin-top: calc(8 * var(--to-rem));
  color: #b74d66;
}

.p-qcd__grid {
  display: grid;
  grid-template-columns: 122px 180px 195px 177px 180px 160px;
  gap: calc(4 * var(--to-rem));
  max-width: 1040px;
  margin-top: calc(2 * var(--to-rem));
}
@media (width <= 767px) {
  .p-qcd__grid {
    grid-template-columns: 36px 180px 195px 177px 180px 160px;
  }
}

.p-qcd__rowhead {
  display: flex;
  align-items: center;
}
@media (width <= 767px) {
  .p-qcd__rowhead {
    min-height: calc(170 * var(--to-rem));
  }
}

.p-qcd__rowhead.p-qcd__rowhead--q {
  background-color: #ffb115;
}

.p-qcd__rowhead.p-qcd__rowhead--c {
  background-color: #50a3a3;
}

.p-qcd__rowhead.p-qcd__rowhead--d {
  background-color: #235394;
}

.p-qcd__rowhead-text {
  padding-block: calc(8 * var(--to-rem));
  padding-inline: calc(10 * var(--to-rem));
  font-size: clamp(16 * var(--to-rem), 2.5cqi, 20 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.3;
  color: var(--color-white);
  text-align: left;
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-qcd__rowhead-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-block: calc(5 * var(--to-rem));
    font-size: calc(16 * var(--to-rem));
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

@media (width <= 767px) {
  .p-qcd__rowhead.p-qcd__rowhead--d .p-qcd__rowhead-text {
    font-size: calc(14 * var(--to-rem));
  }
}

.p-qcd__cell {
  display: flex;
  align-items: center;
  padding-block: calc(16 * var(--to-rem));
}

.p-qcd__cell.p-qcd__cell--q {
  background-color: #ffc;
}

.p-qcd__cell.p-qcd__cell--c {
  background-color: #e6f3f3;
}

.p-qcd__cell.p-qcd__cell--d {
  background-color: #d4e2f5;
}

.p-qcd__cell-list {
  padding-right: calc(12 * var(--to-rem));
  padding-left: calc(15 * var(--to-rem));
}

.p-qcd__cell-item {
  margin-left: calc(5 * var(--to-rem));
  font-size: clamp(12 * var(--to-rem), 1.17cqi, 14 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: #b74d66;
  letter-spacing: 0;
  list-style: "・";
}
@media (width <= 767px) {
  .p-qcd__cell-item {
    font-size: calc(14 * var(--to-rem));
  }
}

.p-qcd__cell-item.list-style-none {
  list-style: none;
}

.p-qcd__cell-text {
  margin-left: calc(5 * var(--to-rem));
  font-size: clamp(12 * var(--to-rem), 1.17cqi, 14 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: #b74d66;
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-qcd__cell-text {
    font-size: calc(14 * var(--to-rem));
  }
}

.p-qcd__cell-item.fz12 {
  margin-left: calc(10 * var(--to-rem));
  font-size: clamp(10 * var(--to-rem), 1cqi, 12 * var(--to-rem));
}
@media (width <= 767px) {
  .p-qcd__cell-item.fz12 {
    font-size: calc(12 * var(--to-rem));
  }
}

.p-qcd__cell-item.text-blue {
  color: #235394;
}

.p-qcd__cell-item:not(:first-child) {
  /* margin-top: calc(14 * var(--to-rem)); */
}

/* ===============================
   サプライチェーンフロー（矢印デザイン）
================================== */
.p-qcd__flow {
  width: 100%;
  max-width: 1040px;
  margin-top: calc(40 * var(--to-rem));
}

.p-qcd__flow-list {
  display: grid;
  grid-template-columns: 122px 180px 195px 177px 180px 160px;
  gap: calc(4 * var(--to-rem));
}
@media (width <= 767px) {
  .p-qcd__flow-list {
    flex-direction: column;
    grid-template-columns: 36px 180px 195px 177px 180px 160px;
  }
}

.p-qcd__flow-sub {
  display: block;
}

.p-qcd__flow-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(90 * var(--to-rem));
  padding-block: calc(20 * var(--to-rem));
  padding-right: calc(40 * var(--to-rem));
  padding-left: calc(20 * var(--to-rem));
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  font-size: calc(20 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.3;
  color: var(--color-black);
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-qcd__flow-item {
    min-height: calc(48 * var(--to-rem));
    padding-block: calc(10 * var(--to-rem));
    padding-right: calc(40 * var(--to-rem));
    padding-left: calc(20 * var(--to-rem));
    font-size: calc(20 * var(--to-rem));
  }
}

/* ===== 生産者 ===== */
.p-qcd__flow-item.p-qcd__flow-item--producer {
  position: relative;
  background-color: #b74d66;
}

.p-qcd__flow-item.p-qcd__flow-item--producer::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: auto;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  content: "";
  background-color: #f6e8eb;
}

/* ===== 問屋 ===== */
.p-qcd__flow-item.p-qcd__flow-item--wholesaler {
  background-color: #d4d1ed;
}

/* ===== 製造（受入・加工・包装） ===== */
.p-qcd__flow-item.p-qcd__flow-item--manufacture {
  position: relative;
  align-items: stretch;
  padding-block: unset;
  padding-inline: unset;
  clip-path: none;
  border: calc(3 * var(--to-rem)) dashed #235394;
}
@media (width <= 767px) {
  .p-qcd__flow-item.p-qcd__flow-item--manufacture {
    min-height: calc(72 * var(--to-rem));
  }
}

.p-qcd__flow-sub {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333333333%;
  clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
  font-size: clamp(14 * var(--to-rem), 1.67cqi, 20 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1;
  color: var(--color-black);
  letter-spacing: 0.3em;
  background-color: #d4e2f5;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

/* 製造ラベル */
.p-qcd__flow-item--manufacture::before {
  position: absolute;
  top: -40%;
  left: 50%;
  z-index: 5;
  padding-block: calc(10 * var(--to-rem));
  padding-inline: calc(18 * var(--to-rem));
  font-size: clamp(14 * var(--to-rem), 1.67cqi, 20 * var(--to-rem));
  font-weight: var(--fw-bold);
  color: var(--color-black);
  letter-spacing: 0;
  content: "製造";
  background-color: #a9c5eb;
  border: calc(3 * var(--to-rem)) solid #235394;
  transform: translateX(-50%);
}
@media (width <= 767px) {
  .p-qcd__flow-item--manufacture::before {
    padding-block: calc(5 * var(--to-rem));
    padding-inline: calc(10 * var(--to-rem));
    font-size: calc(16 * var(--to-rem));
  }
}

/* ===== 出荷 ===== */
.p-qcd__flow-item.p-qcd__flow-item--shipment {
  background-color: #d5f6ff;
}

/* ===== 顧客（最後は矢印なし） ===== */
.p-qcd__flow-item.p-qcd__flow-item--customer {
  background-color: #d5f6ff;
}

/* ヘッダー行は矢印形にしない */
.p-qcd__flow-item.p-qcd__flow-item--head {
  clip-path: none;
}

.p-quality-safety {
  padding-top: calc(110 * var(--to-rem));
  padding-bottom: calc(110 * var(--to-rem));
  font-family: var(--noto-font-family);
  background-image: url("../images/overview-bg.Dl_c8Zs2.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
@media (width <= 767px) {
  .p-quality-safety {
    padding-top: calc(60 * var(--to-rem));
    padding-bottom: calc(60 * var(--to-rem));
  }
}

.p-quality-safety__inner.l-inner {
  max-width: calc(1310 * var(--to-rem));
}
@media (width <= 767px) {
  .p-quality-safety__inner.l-inner {
    padding-inline: calc(8.5 * var(--to-rem));
  }
}

.p-quality-safety__title {
  font-size: clamp(26 * var(--to-rem), 2.5cqi, 36 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: var(--color-black);
  text-align: center;
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-quality-safety__title {
    font-size: calc(24 * var(--to-rem));
    letter-spacing: -0.02em;
  }
}

.p-quality-safety__title span {
  font-size: clamp(30 * var(--to-rem), 2.8cqi, 40 * var(--to-rem));
  font-weight: var(--fw-black);
  line-height: 1.45;
  color: var(--color-black);
  text-align: center;
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-quality-safety__title span {
    font-size: calc(26 * var(--to-rem));
    letter-spacing: -0.07em;
  }
}

.p-quality-safety__lead {
  margin-top: calc(15 * var(--to-rem));
  font-size: clamp(14 * var(--to-rem), 1.2cqi, 16 * var(--to-rem));
  font-weight: var(--fw-medium);
  line-height: 1.45;
  color: var(--color-black);
  text-align: center;
  letter-spacing: 0;
}
@media (width <= 767px) {
  .p-quality-safety__lead {
    max-width: calc(600 * var(--to-rem));
    margin-inline: auto;
    font-size: calc(14 * var(--to-rem));
    letter-spacing: -0.02em;
  }
}

/* ScrollHint のシャドウラップを非表示 */
.p-quality-safety__content .scroll-hint-shadow-wrap {
  display: none;
}

.p-quality-safety__content {
  margin-top: calc(60 * var(--to-rem));
  /* 1270px未満：図を横スクロールで表示 */
}
@media (width <= 767px) {
  .p-quality-safety__content {
    margin-top: calc(40 * var(--to-rem));
  }
}
@media (width <= 1269px) {
  .p-quality-safety__content {
    overflow-x: auto;
  }
}

.p-quality-safety__content-item {
  /* 1270px未満：幅を維持して横スクロール */
}
@media (width <= 1269px) {
  .p-quality-safety__content-item {
    min-width: calc(1270 * var(--to-rem));
  }
}

.p-result-content__inner.l-inner {
  max-width: 1100px;
}
@media (width <= 767px) {
  .p-result-content__inner.l-inner {
    padding-inline: calc(0 * var(--to-rem));
  }
}

.p-result-content__container {
  display: grid;
  grid-template-columns: 25.5% 1fr;
}
@media (width <= 767px) {
  .p-result-content__container {
    grid-template-columns: 100%;
    gap: calc(30 * var(--to-rem));
  }
}

.p-result-content__nav {
  padding-inline: calc(24 * var(--to-rem));
  padding-top: calc(5 * var(--to-rem));
  padding-bottom: calc(24 * var(--to-rem));
  list-style: none;
}
@media (width <= 767px) {
  .p-result-content__nav {
    padding: calc(15 * var(--to-rem));
    padding-top: 0;
  }
}

.p-result-content__nav-item {
  margin-top: calc(16 * var(--to-rem));
}

.p-result-content__nav-item:first-child {
  margin-top: 0;
}

.p-result-content__nav-link {
  display: block;
  padding-block: calc(5 * var(--to-rem));
  padding-inline: calc(12 * var(--to-rem));
  font-family: var(--noto-font-family);
  font-size: clamp(14 * var(--to-rem), 1.67cqi, 16 * var(--to-rem));
  font-weight: var(--fw-medium);
  line-height: 1.3;
  color: var(--color-black);
  text-decoration: none;
  letter-spacing: 0.13em;
  cursor: pointer;
}
@media (width <= 767px) {
  .p-result-content__nav-link {
    font-size: calc(16 * var(--to-rem));
    text-align: center;
  }
}

.p-result-content__nav-link.is-active {
  background-color: #fff6f0;
}
@media (width <= 767px) {
  .p-result-content__nav-link.is-active {
    width: calc(100% + 30 * var(--to-rem));
    padding-inline: calc(27 * var(--to-rem));
    margin-right: calc(-15 * var(--to-rem));
    margin-left: calc(-15 * var(--to-rem));
    font-weight: 900;
  }
}

.p-result-content__main {
  max-width: 790px;
}

.p-result-content__main .p-result-card {
  display: none;
}
.p-result-content__main .p-result-card.is-active {
  display: block;
}
.p-result-content__main .p-case-mv {
  padding-top: 0;
}
.p-result-content__main .p-case-mv__inner.l-inner {
  padding-right: calc(30 * var(--to-rem));
  padding-bottom: calc(20 * var(--to-rem));
}
@media (width <= 767px) {
  .p-result-content__main .p-case-mv__inner.l-inner {
    padding-inline: calc(8 * var(--to-rem));
    padding-bottom: calc(20 * var(--to-rem));
  }
}
@media (width <= 767px) {
  .p-result-content__main .p-case-video {
    min-width: 0;
  }
}
@media (width <= 767px) {
  .p-result-content__main .p-case-video__inner.l-inner {
    max-width: none;
    padding-inline: 0;
  }
}
.p-result-content__main .p-case-mv__heading {
  margin-left: calc(40 * var(--to-rem));
}
@media (width <= 767px) {
  .p-result-content__main .p-case-mv__heading {
    margin-left: calc(20 * var(--to-rem));
  }
}
.p-result-content__main .p-case-mv__title {
  padding-bottom: calc(17 * var(--to-rem));
  padding-left: calc(10 * var(--to-rem));
  font-size: clamp(24 * var(--to-rem), 2.8cqi, 40 * var(--to-rem));
}
@media (width <= 767px) {
  .p-result-content__main .p-case-mv__title {
    font-size: calc(21 * var(--to-rem));
  }
}
@media (width <= 767px) {
  .p-result-content__main .p-case-mv__title.fz20-sp.ls-4 {
    font-size: calc(19 * var(--to-rem));
    letter-spacing: -0.05em;
    white-space: nowrap;
  }
}
.p-result-content__main .p-case-mv__content {
  gap: calc(14 * var(--to-rem));
}
.p-result-content__main .p-case-mv__image {
  max-width: 365px;
  aspect-ratio: 365/281;
}
@media (width <= 767px) {
  .p-result-content__main .p-case-mv__image {
    max-width: unset;
    aspect-ratio: 375/148;
  }
}
.p-result-content__main .p-case-mv__body {
  max-width: 380px;
}
@media (width <= 767px) {
  .p-result-content__main .p-case-mv__body {
    max-width: unset;
  }
}
.p-result-content__main .p-case-mv__company-name {
  padding-block: calc(1 * var(--to-rem));
  padding-left: calc(12 * var(--to-rem));
  font-size: clamp(18 * var(--to-rem), 2.5cqi, 21 * var(--to-rem));
  line-height: 1.2;
  letter-spacing: -0.05em;
}
@media (width <= 767px) {
  .p-result-content__main .p-case-mv__company-name {
    font-size: calc(24 * var(--to-rem));
  }
}
.p-result-content__main .p-case-mv__company-area {
  display: inline-block;
  font-size: clamp(14 * var(--to-rem), 1.67cqi, 18 * var(--to-rem));
  letter-spacing: -0.05em;
}
@media (width <= 767px) {
  .p-result-content__main .p-case-mv__company-area {
    font-size: calc(18 * var(--to-rem));
  }
}
.p-result-content__main .p-case-mv__company-text-wrap {
  padding-inline: calc(12 * var(--to-rem));
  padding-top: calc(6 * var(--to-rem));
  padding-bottom: calc(6 * var(--to-rem));
}
@media (width <= 767px) {
  .p-result-content__main .p-case-mv__company-text-wrap {
    padding-inline: calc(10.5 * var(--to-rem));
    padding-top: calc(16 * var(--to-rem));
    padding-bottom: calc(11 * var(--to-rem));
  }
}
.p-result-content__main .p-case-mv__company-text {
  font-size: clamp(10 * var(--to-rem), 1.46cqi, 11 * var(--to-rem));
}
@media (width <= 767px) {
  .p-result-content__main .p-case-mv__company-text {
    font-size: calc(14 * var(--to-rem));
  }
}
.p-result-content__main .p-case-mv__company-item {
  font-size: calc(10 * var(--to-rem));
}
.p-result-content__main .p-case-mv__company-item::before {
  top: 3px;
  width: calc(10 * var(--to-rem));
  height: calc(10 * var(--to-rem));
}
@media (width <= 767px) {
  .p-result-content__main .p-case-mv__company-item::before {
    top: 2px;
    width: calc(13 * var(--to-rem));
    height: calc(13 * var(--to-rem));
  }
}
.p-result-content__main .p-case-mv__summary-inner {
  gap: calc(6 * var(--to-rem));
}
.p-result-content__main .p-case-mv__summary-title {
  max-width: 105px;
  font-size: clamp(14 * var(--to-rem), 1.2cqi, 17 * var(--to-rem));
  background-size: 82.5px 82.5px;
}
@media (width <= 767px) {
  .p-result-content__main .p-case-mv__summary-title {
    max-width: 100%;
    font-size: calc(24 * var(--to-rem));
  }
}
.p-result-content__main .p-case-mv__summary-text {
  max-width: 245px;
  font-size: clamp(10 * var(--to-rem), 0.85cqi, 12 * var(--to-rem));
}
@media (width <= 767px) {
  .p-result-content__main .p-case-mv__summary-text {
    max-width: 100%;
    font-size: calc(12 * var(--to-rem));
    font-weight: var(--fw-regular);
  }
}
.p-result-content__main .p-case-issue__inner.l-inner {
  padding-inline: calc(4.75 * var(--to-rem));
  padding-top: calc(18 * var(--to-rem));
}
@media (width <= 767px) {
  .p-result-content__main .p-case-issue__inner.l-inner {
    padding-inline: calc(8 * var(--to-rem));
    padding-top: calc(40 * var(--to-rem));
    padding-bottom: 0;
  }
}
.p-result-content__main .p-case-issue__content {
  gap: calc(12 * var(--to-rem));
}
.p-result-content__main .p-case-issue__body {
  width: 58%;
}
@media (width <= 767px) {
  .p-result-content__main .p-case-issue__body {
    width: 100%;
  }
}
.p-result-content__main .p-case-issue__title {
  font-size: clamp(20 * var(--to-rem), 1.95cqi, 28 * var(--to-rem));
}
@media (width <= 767px) {
  .p-result-content__main .p-case-issue__title {
    margin-inline: auto;
    font-size: calc(24 * var(--to-rem));
    text-align: center;
  }
}
.p-result-content__main .p-case-issue__text {
  margin-top: calc(12 * var(--to-rem));
  font-size: clamp(10 * var(--to-rem), 0.85cqi, 14 * var(--to-rem));
  line-height: 1.45;
  letter-spacing: -0.02em;
}
@media (width <= 767px) {
  .p-result-content__main .p-case-issue__text {
    margin-top: calc(8 * var(--to-rem));
    font-size: calc(14 * var(--to-rem));
    font-weight: var(--fw-regular);
  }
}
.p-result-content__main .p-case-issue__images {
  gap: calc(6 * var(--to-rem));
}
@media (width <= 767px) {
  .p-result-content__main .p-case-issue__images {
    gap: calc(8 * var(--to-rem));
  }
}
.p-result-content__main .p-case-issue__image {
  max-width: 162px;
  aspect-ratio: 162/122;
}
@media (width <= 767px) {
  .p-result-content__main .p-case-issue__image {
    max-width: 100%;
    aspect-ratio: 358/260;
  }
}
.p-result-content__main .p-case-flow {
  max-width: 690px;
}
@media (width <= 767px) {
  .p-result-content__main .p-case-flow {
    max-width: 100%;
  }
}
.p-result-content__main .l-case-flow {
  margin-top: calc(80 * var(--to-rem));
}
@media (width <= 767px) {
  .p-result-content__main .l-case-flow {
    margin-top: calc(40 * var(--to-rem));
  }
}
.p-result-content__main .p-case-flow__chart {
  padding-inline: calc(20 * var(--to-rem));
  padding-top: calc(23 * var(--to-rem));
  padding-bottom: calc(19 * var(--to-rem));
}
@media (width <= 767px) {
  .p-result-content__main .p-case-flow__chart {
    padding-inline: calc(10 * var(--to-rem));
    padding-top: calc(12 * var(--to-rem));
    padding-bottom: calc(9.5 * var(--to-rem));
  }
}
.p-result-content__main .p-case-flow__risks {
  gap: calc(6 * var(--to-rem));
}
@media (width <= 767px) {
  .p-result-content__main .p-case-flow__risks {
    gap: calc(3.5 * var(--to-rem));
  }
}
.p-result-content__main .p-case-flow__risk-title {
  font-size: clamp(16 * var(--to-rem), 1.4cqi, 20 * var(--to-rem));
}
@media (width <= 767px) {
  .p-result-content__main .p-case-flow__risk-title {
    font-size: calc(10.5 * var(--to-rem));
  }
}
.p-result-content__main .p-case-flow__risk-sub {
  font-size: clamp(10 * var(--to-rem), 0.85cqi, 12 * var(--to-rem));
}
@media (width <= 767px) {
  .p-result-content__main .p-case-flow__risk-sub {
    font-size: calc(6.33 * var(--to-rem));
  }
}
.p-result-content__main .p-case-flow__risk-list {
  padding-inline: calc(15 * var(--to-rem));
}
@media (width <= 767px) {
  .p-result-content__main .p-case-flow__risk-list {
    padding-inline: calc(8 * var(--to-rem));
  }
}
.p-result-content__main .p-case-flow__risk-item {
  font-size: clamp(10 * var(--to-rem), 0.85cqi, 12 * var(--to-rem));
}
@media (width <= 767px) {
  .p-result-content__main .p-case-flow__risk-item {
    font-size: calc(6.33 * var(--to-rem));
  }
}
.p-result-content__main .p-case-flow__measure-title {
  font-size: clamp(10 * var(--to-rem), 0.85cqi, 12 * var(--to-rem));
}
@media (width <= 767px) {
  .p-result-content__main .p-case-flow__measure-title {
    font-size: calc(6.33 * var(--to-rem));
  }
}
.p-result-content__main .p-case-flow__measure-item {
  font-size: clamp(10 * var(--to-rem), 0.85cqi, 12 * var(--to-rem));
}
@media (width <= 767px) {
  .p-result-content__main .p-case-flow__measure-item {
    font-size: calc(6.33 * var(--to-rem));
  }
}
.p-result-content__main .p-case-flow__result-title {
  font-size: clamp(10 * var(--to-rem), 0.85cqi, 12 * var(--to-rem));
}
@media (width <= 767px) {
  .p-result-content__main .p-case-flow__result-title {
    font-size: calc(6.33 * var(--to-rem));
  }
}
.p-result-content__main .p-case-flow__result-subtitle {
  font-size: clamp(10 * var(--to-rem), 0.85cqi, 12 * var(--to-rem));
}
@media (width <= 767px) {
  .p-result-content__main .p-case-flow__result-subtitle {
    font-size: calc(6.33 * var(--to-rem));
  }
}
.p-result-content__main .p-case-flow__result-text {
  font-size: clamp(10 * var(--to-rem), 0.73cqi, 10.5 * var(--to-rem));
}
@media (width <= 767px) {
  .p-result-content__main .p-case-flow__result-text {
    font-size: calc(6.33 * var(--to-rem));
  }
}
.p-result-content__main .p-case-button {
  margin-top: calc(40 * var(--to-rem));
}
.p-result-content__main .p-case-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(400 * var(--to-rem));
  padding-block: calc(28.5 * var(--to-rem));
  padding-inline: calc(15 * var(--to-rem));
  margin-inline: auto;
  font-size: calc(18 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1;
  color: var(--color-white);
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.13em;
  background-color: #eb6601;
  border-radius: calc(6 * var(--to-rem));
}
@media (width <= 767px) {
  .p-result-content__main .p-case-button__link {
    width: 94.4%;
    max-width: 500px;
    padding-block: calc(29 * var(--to-rem));
    padding-inline: calc(10 * var(--to-rem));
    font-size: calc(16 * var(--to-rem));
  }
}
.p-result-content__main .p-case-button__link::after {
  display: block;
  width: calc(22 * var(--to-rem));
  height: calc(22 * var(--to-rem));
  margin-left: calc(15 * var(--to-rem));
  content: "";
  background-image: url("../images/result-btn.CmSXE87R.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-result__inner.l-inner {
  max-width: 1080px;
}
@media (width <= 767px) {
  .p-result__inner.l-inner {
    padding-inline: calc(8.5 * var(--to-rem));
  }
}

.p-result__progress-bar {
  width: 100%;
  max-width: 1037px;
  aspect-ratio: 1037/21;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-result__progress-bar {
    aspect-ratio: 375/21;
  }
}

.p-result__progress-bar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-result__title {
  margin-top: calc(40 * var(--to-rem));
  font-family: var(--noto-font-family);
  font-size: clamp(20 * var(--to-rem), 3.25cqi, 36 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: var(--color-black);
  text-align: center;
  letter-spacing: 0.13em;
}
@media (width <= 767px) {
  .p-result__title {
    margin-top: calc(32 * var(--to-rem));
    font-size: calc(24 * var(--to-rem));
    letter-spacing: 0;
  }
}

@media (width <= 767px) {
  .p-result__title span {
    display: block;
    white-space: nowrap;
  }
}

.p-search-about {
  padding-top: calc(60 * var(--to-rem));
  padding-bottom: calc(100 * var(--to-rem));
  background-color: #f2f2f2;
}

.p-search-about__inner {
  max-width: calc(1000 * var(--to-rem));
}

.p-search-about__box {
  padding: calc(60 * var(--to-rem));
  text-align: center;
  background-color: #e5e5e5;
}
@media (width <= 767px) {
  .p-search-about__box {
    padding: calc(40 * var(--to-rem));
  }
}

.p-search-about__heading {
  font-size: clamp(16 * var(--to-rem), 1.67cqi, 18 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.05em;
}

.p-search-about__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(16 * var(--to-rem)) calc(40 * var(--to-rem));
  margin-top: calc(32 * var(--to-rem));
  text-decoration: none;
  background-color: #2f8f4e;
}

.p-search-about__button-text {
  font-size: clamp(14 * var(--to-rem), 1.39cqi, 16 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.6;
  color: var(--color-white);
  letter-spacing: 0.05em;
}

.p-search-about__button-icon {
  width: calc(8 * var(--to-rem));
  height: calc(8 * var(--to-rem));
  margin-left: calc(12 * var(--to-rem));
  border-top: calc(2 * var(--to-rem)) solid var(--color-white);
  border-right: calc(2 * var(--to-rem)) solid var(--color-white);
  transform: rotate(45deg);
}

.p-search-entry {
  padding-top: calc(60 * var(--to-rem));
  padding-bottom: calc(60 * var(--to-rem));
  background-color: #e3efe6;
}

.p-search-entry__inner {
  max-width: calc(1000 * var(--to-rem));
}

.p-search-entry__box {
  padding: calc(60 * var(--to-rem));
  text-align: center;
  background-color: #d2e4d8;
}
@media (width <= 767px) {
  .p-search-entry__box {
    padding: calc(40 * var(--to-rem));
  }
}

.p-search-entry__heading {
  font-size: clamp(16 * var(--to-rem), 1.67cqi, 18 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.05em;
}

.p-search-entry__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(16 * var(--to-rem)) calc(40 * var(--to-rem));
  margin-top: calc(32 * var(--to-rem));
  text-decoration: none;
  background-color: #2f8f4e;
}

.p-search-entry__button-text {
  font-size: clamp(14 * var(--to-rem), 1.39cqi, 16 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.6;
  color: var(--color-white);
  letter-spacing: 0.05em;
}

.p-search-entry__button-icon {
  width: calc(8 * var(--to-rem));
  height: calc(8 * var(--to-rem));
  margin-left: calc(12 * var(--to-rem));
  border-top: calc(2 * var(--to-rem)) solid #f6a623;
  border-right: calc(2 * var(--to-rem)) solid #f6a623;
  transform: rotate(45deg);
}

.p-search-mv {
  padding-top: calc(100 * var(--to-rem));
  padding-bottom: calc(60 * var(--to-rem));
  text-align: center;
  background-color: var(--color-white);
}

.p-search-mv__inner.l-inner {
  max-width: calc(1120 * var(--to-rem));
}

.p-search-mv__title {
  font-family: var(--noto-font-family);
  font-size: clamp(28 * var(--to-rem), 4cqi, 36 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: var(--color-accent);
  letter-spacing: 0.13em;
}

.p-search-mv__text {
  margin-top: calc(40 * var(--to-rem));
  font-family: var(--noto-font-family);
  font-size: clamp(12 * var(--to-rem), 2cqi, 16 * var(--to-rem));
  font-weight: var(--fw-regular);
  line-height: 1.3;
  color: var(--color-black);
  letter-spacing: 0.13em;
}

.p-to-top {
  position: fixed;
  right: calc(24 * var(--to-rem));
  bottom: calc(24 * var(--to-rem));
  z-index: calc(var(--z-index-header) - 1);
}

.p-to-top__link {
  display: flex;
  flex-direction: column;
  gap: calc(4 * var(--to-rem));
  align-items: center;
  justify-content: center;
  width: calc(56 * var(--to-rem));
  height: calc(56 * var(--to-rem));
  font-family: var(--noto-font-family);
  font-size: calc(11 * var(--to-rem));
  font-weight: var(--fw-bold);
  color: var(--color-white);
  text-decoration: none;
  letter-spacing: 0.05em;
  background-color: var(--color-orange);
  border-radius: 50%;
  box-shadow: 0 calc(2 * var(--to-rem)) calc(8 * var(--to-rem))
    rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.p-to-top__link:hover {
  background-color: #d6630f;
  transform: translateY(calc(-2 * var(--to-rem)));
}

.p-to-top__icon {
  display: block;
  width: 0;
  height: 0;
  border-right: calc(6 * var(--to-rem)) solid transparent;
  border-bottom: calc(8 * var(--to-rem)) solid var(--color-white);
  border-left: calc(6 * var(--to-rem)) solid transparent;
}

.p-to-top__text {
  line-height: 1;
}

: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 <= 767px) {
  [data-only-device="md"] {
    display: none;
  }
}

@media (width >= 768px) {
  [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__inline-block {
  display: inline-block;
}

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