
html {
  font-size: 100%;
}

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

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

a:hover {
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

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

.l-main__solastoplus {
	margin-bottom: 80px;
}

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

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

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

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

textarea {
  field-sizing: content;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

iframe {
  border-style: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: min(1080px, 100%);
  --inner-sp: min(500px, 100%);
  --padding-inner: 20px;
  --z-index-header: 900;
  /* 重なり順: ページコンテンツ < ドロワー全体 < 固定ハンバーガー（×操作可能に） */
  --z-index-drawer: 1000;
  --z-index-hamburger: 1002;
  --color-white: #fff;
  --color-text: #343434;
  --color-black: #000;
  --color-gray: #999797;
  --color-accent: #fda02d;
  --color-bg: #fef6e7;
  --color-bg-accent: #f2f6f7;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  --base-font-family: "Noto Sans JP", sans-serif;
  --to-rem: calc(tan(atan2(1px, var(--root-font-size))) * 1rem);
  --duration: 0.3s;
  --header-height: 64px;
}
@media screen and (width >= 768px) {
  :root {
    --header-height: 80px;
  }
}



@media screen and (width <= 767px) {
  main[id],
  section[id] {
    scroll-margin-top: calc(3.75rem + 8px);
  }
}
.l-inner-solastoplus {
  width: min(100% - 2rem, 60.625rem);
  margin-inline: auto;
}

.p-faq__accordion-list {
  display: flex;
  flex-direction: column;
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
}

.c-accordion {
  --_accordion-duration: 0.4s;
  --_accordion-easing: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: var(--color-white);
}
@media (prefers-reduced-motion: reduce) {
  .c-accordion {
    --_accordion-duration: 0.01ms;
  }
}
.c-accordion::details-content {
  content-visibility: unset;
  display: block grid;
  transition: grid-template-rows var(--_accordion-duration) var(--_accordion-easing);
}
@media (prefers-reduced-motion: reduce) {
  .c-accordion::details-content {
    transition: none;
  }
}
.c-accordion:not([open])::details-content {
  grid-template-rows: 0fr;
}
.c-accordion[open]::details-content {
  grid-template-rows: 1fr;
}

.c-accordion__summary {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  padding: clamp(0.9375rem, 0.8125rem + 0.625vw, 1.5625rem) clamp(0.9375rem, 0.875rem + 0.3125vw, 1.25rem);
  color: var(--color-text);
  list-style: none;
  cursor: pointer;
  background-color: var(--color-white);
  border-top: 1px solid #e8e8e8;
  transition: background-color var(--duration) ease;
}
.c-accordion__summary::-webkit-details-marker {
  display: none;
}

.c-accordion:last-child .c-accordion__summary {
  border-bottom: 1px solid #e8e8e8;
}

.c-accordion:last-child[open] .c-accordion__summary {
  border-bottom: none;
}

.c-accordion:last-child[open] .c-accordion__contents {
  border-bottom: 1px solid #e8e8e8;
}

.c-accordion__summary-main {
  display: flex;
  flex: 1;
  gap: 0.625rem;
  align-items: center;
  min-width: 0;
  text-align: left;
}

.c-accordion__mark {
  flex-shrink: 0;
  width: 1.1875rem;
  object-fit: contain;
}

.c-accordion__question {
  flex: 1;
  min-width: 0;
  font-size: clamp(0.8125rem, 0.775rem + 0.1875vw, 1rem);
  font-weight: var(--fw-medium);
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.c-accordion__icon {
  position: relative;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}
.c-accordion__icon::before, .c-accordion__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background-color: var(--color-accent);
  transition: transform var(--_accordion-duration) ease;
}
.c-accordion__icon::before {
  width: 100%;
  height: 0.1875rem;
  transform: translate(-50%, -50%);
}
.c-accordion__icon::after {
  width: 0.1875rem;
  height: 100%;
  transform: translate(-50%, -50%);
}

.c-accordion[open] .c-accordion__icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.c-accordion__contents {
  padding: clamp(0.625rem, 0.4375rem + 0.9375vw, 1.5625rem) clamp(0.9375rem, 0.875rem + 0.3125vw, 1.25rem) clamp(1rem, 0.8875rem + 0.5625vw, 1.5625rem);
  background-color: var(--color-white);
  border-top: 1px solid #e8e8e8;
  opacity: 0;
  transition: opacity var(--_accordion-duration) var(--_accordion-easing);
}
.c-accordion[open] .c-accordion__contents {
  opacity: 1;
}

.c-accordion__contents-text {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  margin: 0;
  font-size: clamp(0.8125rem, 0.7875rem + 0.125vw, 0.9375rem);
  font-weight: var(--fw-regular);
  line-height: 1.65;
  color: var(--color-text);
}

.c-accordion__answer {
  flex: 1;
  min-width: 0;
}

.c-button {
  position: relative;
  display: flex;
  gap: 1.875rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-block: 0.6875rem;
  padding-inline: 1.25rem 1.875rem;
  color: var(--color-white);
  text-align: center;
  background-color: var(--color-accent);
  border: 1px solid var(--color-accent);
  border-radius: 0.3125rem;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.c-button .text {
  font-size: 0.8125rem;
  font-weight: var(--fw-medium);
  line-height: 1.25;
  white-space: nowrap;
}
.c-button .icon {
  position: absolute;
  top: 50%;
  right: 0.4375rem;
  width: 0.45rem;
  height: 0.71875rem;
  transform: translateY(-50%);
}
.c-button .icon::before, .c-button .icon::after {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 0.5625rem;
  height: 0.125rem;
  content: "";
  background-color: #fff;
  border-radius: 9999px;
  transform-origin: calc(100% - 1px) 50%;
}
.c-button .icon::before {
  transform: rotate(45deg);
}
.c-button .icon::after {
  transform: rotate(-45deg);
}
@media (any-hover: hover) {
  .c-button:hover:hover {
    color: var(--color-accent);
    background-color: #fff;
    border-color: var(--color-accent);
  }
  .c-button:hover:hover .icon::before, .c-button:hover:hover .icon::after {
    background-color: var(--color-accent);
  }
}

.c-btn-ditail {
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 480px) {
  .c-btn-ditail {
    font-size: 1.125rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn-ditail {
    font-size: calc(16 * var(--to-rem));
  }
}

.c-sns__btn {
  display: block;
}
.c-sns__btn img {
  display: block;
  width: 100%;
  object-fit: contain;
}
@media (any-hover: hover) {
  .c-sns__btn:hover:hover {
    animation: poyon 1.2s;
  }
}

@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.c-nav {
  display: flex;
  flex-direction: column;
  gap: calc(30 * var(--to-rem));
  align-items: center;
  justify-content: center;
  width: 100%;
}

.c-nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-nav__item {
  width: 100%;
}

.c-nav__link {
  display: block;
  width: 100%;
  padding-block: calc(8 * var(--to-rem));
  font-size: 0.75rem;
  font-weight: var(--fw-medium);
  line-height: 1.25;
  color: var(--color-text);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .c-nav__link {
    font-size: 1rem;
  }
}
.c-nav__link .text {
  position: relative;
  display: inline-block;
  width: fit-content;
  padding-bottom: calc(5 * var(--to-rem));
}
.c-nav__link .text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  content: "";
  background-color: var(--color-text);
  transition: transform 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: left center;
}
@media (any-hover: hover) {
  .c-nav__link:hover .text::after {
    transform: scaleX(1);
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.xsp-only {
  display: block;
}
@media screen and (min-width: 480px) {
  .xsp-only {
    display: none;
  }
}

.c-text {
  font-size: calc(14 * var(--to-rem));
  font-weight: var(--fw-medium);
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.c-text > span {
  display: block;
}
.c-text > span:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 480px) {
  .c-text {
    font-size: calc(18 * var(--to-rem));
  }
}
@media screen and (min-width: 1024px) {
  .c-text {
    font-size: calc(16 * var(--to-rem));
  }
}

.c-section-title {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .c-section-title {
    gap: 1.25rem;
  }
}
.c-section-title .title-ja {
  font-size: clamp(1.125rem, 0.95rem + 0.875vw, 2rem);
  font-weight: var(--fw-bold);
  line-height: 1.25;
  color: var(--color-accent);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .c-section-title .title-ja {
    line-height: 1;
  }
}
.c-section-title .title-en {
  font-size: clamp(0.625rem, 0.6rem + 0.125vw, 0.75rem);
  font-weight: var(--fw-medium);
  line-height: 1;
  color: var(--color-gray);
}

.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);
}

.js-fade {
  display: block;
  opacity: 0;
  transition: opacity 0.65s ease, transform 0.65s ease;
  transform: translateY(1.5rem);
}
.js-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-fade {
    opacity: 1;
    transition: none;
    transform: none;
  }
  .js-fade.is-visible {
    opacity: 1;
    transform: none;
  }
}


/***************************************
.p-mv
****************************************/
.p-mv {
  position: relative;
  width: 100%;
  aspect-ratio: 375/650;
}
@media screen and (min-width: 480px) {
  .p-mv {
    aspect-ratio: 375/450;
  }
}
@media screen and (min-width: 768px) {
  .p-mv {
    max-height: auto;
    aspect-ratio: 1440/1000;
    margin-top: 5.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv {
    max-height: 43.75rem;
    aspect-ratio: 1440/700;
  }
}

.p-mv__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__bg {
    top: 0;
    left: 0;
    height: 100%;
  }
}
.p-mv__bg img {
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-mv__bg img {
    object-fit: cover;
  }
}

.p-mv__inner {
  position: relative;
  z-index: 2;
  width: min(100% - 1.875rem, 73.75rem);
  height: 100%;
  padding-block: 0.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    padding-block: 1.25rem;
  }
}

.p-mv__content {
  position: absolute;
  top: 12%;
  left: 0;
}
@media screen and (min-width: 480px) {
  .p-mv__content {
    top: 15%;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__content {
    top: 20%;
  }
}

.p-mv__content-title {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-mv__content-title {
    gap: 0.3125rem;
  }
}
.p-mv__content-title .title-heading {
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  font-weight: var(--fw-medium);
  line-height: 1.25;
  color: var(--color-accent);
  letter-spacing: 0.075em;
}
.p-mv__content-title .title-main {
  font-size: clamp(2.5rem, 2rem + 2.5vw, 5rem);
  font-weight: var(--fw-bold);
  line-height: 1;
  letter-spacing: 0.025em;
}

.p-mv__content-text {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: clamp(0.625rem, 0.375rem + 1.25vw, 1.875rem);
}
@media screen and (min-width: 768px) {
  .p-mv__content-text {
    gap: 1.25rem;
  }
}
.p-mv__content-text .text-heading {
  font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.p-mv__content-text .text {
  font-size: clamp(0.6875rem, 0.6625rem + 0.125vw, 0.8125rem);
  font-weight: var(--fw-regular);
  line-height: 1.5;
  letter-spacing: 0.0125em;
}

.p-mv__content-button {
  max-width: 13.25rem;
  height: 2.625rem;
  aspect-ratio: 212/42;
  margin-top: clamp(1.25rem, 0.625rem + 3.125vw, 4.375rem);
}
@media screen and (min-width: 768px) {
  .p-mv__content-button {
    max-width: 18.3125rem;
    aspect-ratio: 293/59;
    margin-top: clamp(1.875rem, 1.375rem + 2.5vw, 4.375rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__content-button {
    width: 18.3125rem;
    height: 3.6875rem;
  }
}
.p-mv__content-button .c-button .text {
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
}
@media screen and (min-width: 768px) {
  .p-mv__content-button .c-button .text {
    font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
  }
}
.p-mv__content-button .c-button .icon {
  width: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .p-mv__content-button .c-button .icon {
    width: 1.125rem;
  }
  .p-mv__content-button .c-button .icon::before, .p-mv__content-button .c-button .icon::after {
    width: 0.6875rem;
    height: 0.125rem;
  }
}

.p-mv__content-list {
  display: flex;
  flex-direction: column;
  margin-top: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
}
.p-mv__content-list .p-mv__content-list-item {
  font-size: clamp(0.6875rem, 0.6625rem + 0.125vw, 0.8125rem);
  font-weight: var(--fw-regular);
  line-height: 1.7;
  letter-spacing: 0.0125em;
}
.p-mv__content-list .u-col-orange {
  display: inline-block;
  padding-right: 0.3125rem;
  color: var(--color-accent);
}

/***************************************
PROBLEM
****************************************/
.p-problem {
  position: relative;
  width: 100%;
  padding-block: clamp(3.75rem, 3.375rem + 1.875vw, 5.625rem) clamp(1.875rem, 1.875rem + 0vw, 1.875rem);
  background-color: var(--color-bg-accent);
}
.p-problem::before {
  position: absolute;
  bottom: -6.4375rem;
  left: 0;
  width: 100%;
  height: 6.4375rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: var(--color-bg-accent);
}

.p-problem__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  gap: 1.25rem;
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
}
@media screen and (min-width: 1024px) {
  .p-problem__content {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-problem__content-item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  max-width: 100%;
  padding: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem) clamp(0.9375rem, 0.875rem + 0.3125vw, 1.25rem);
  margin-inline: auto;
  background-color: var(--color-white);
}
@media screen and (min-width: 480px) {
  .p-problem__content-item {
    max-width: 21.875rem;
  }
}

.p-problem__content-item-img {
  display: grid;
  place-items: center;
  width: 4.875rem;
  max-height: 5.625rem;
  aspect-ratio: 90/90;
}
.p-problem__content-item:nth-child(2) .p-problem__content-item-img, .p-problem__content-item:nth-child(3) .p-problem__content-item-img {
  width: 5.9375rem;
}
.p-problem__content-item-img img {
  width: 100%;
  object-fit: contain;
}

.p-problem__content-item-body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
}
.p-problem__content-item-body .heading {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 1024px) {
  .p-problem__content-item:nth-child(2) .p-problem__content-item-body .heading, .p-problem__content-item:nth-child(3) .p-problem__content-item-body .heading {
    margin-bottom: 0.9375rem;
  }
}

/***************************************
ABOUT SOLASTO PLUS
****************************************/
.p-about {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-block: clamp(0.9375rem, 0.5625rem + 1.875vw, 2.8125rem) clamp(3.75rem, 3.375rem + 1.875vw, 5.625rem);
}

.p-about__comment {
  margin-bottom: clamp(5rem, 4.5rem + 2.5vw, 7.5rem);
  font-size: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-accent);
  text-align: center;
  letter-spacing: 0.05em;
}

.p-about__text {
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
  font-size: clamp(0.9375rem, 0.9rem + 0.1875vw, 1.125rem);
  font-weight: var(--fw-regular);
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-about__content-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(19.375rem, 1fr));
  gap: 1.625rem;
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
}
@media screen and (min-width: 480px) {
  .p-about__content-list {
    grid-template-columns: repeat(auto-fit, minmax(26.875rem, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .p-about__content-list {
    grid-template-columns: repeat(auto-fit, minmax(29.375rem, 1fr));
  }
}

.p-about__content-item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem) clamp(0.9375rem, 0.8125rem + 0.625vw, 1.5625rem);
  background-color: var(--color-bg);
}
@media screen and (min-width: 480px) {
  .p-about__content-item {
    max-width: 26.875rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-about__content-item {
    max-width: 29.375rem;
  }
}
.p-about__content-item:nth-of-type(2) .number {
  width: 1.9375rem;
}

.p-about__content-item-body {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-about__content-item-body {
    gap: 1.25rem;
    padding-inline: 0.625rem;
  }
}
.p-about__content-item-body .p-about__content-item-body-header .number {
  width: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__content-item-body .p-about__content-item-body-header .number {
    width: 1.625rem;
  }
}
.p-about__content-item-body .p-about__content-item-body-header .number img {
  width: 100%;
  object-fit: contain;
}
.p-about__content-item-body .p-about__content-item-body-header .heading {
  margin-top: 0.625rem;
  font-size: clamp(1.0625rem, 1rem + 0.3125vw, 1.375rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-about__content-item-body .p-about__content-item-body-header .heading {
    margin-top: 1.25rem;
  }
}
.p-about__content-item-body .text {
  font-size: clamp(0.9375rem, 0.95rem - 0.0625vw, 0.875rem);
  font-weight: var(--fw-regular);
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-about__content-item-label {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  justify-content: space-between;
  min-height: 6.25rem;
  padding: clamp(0.625rem, 0.575rem + 0.25vw, 0.875rem) clamp(0.625rem, 0.5625rem + 0.3125vw, 0.9375rem);
  background-color: var(--color-white);
}
@media screen and (min-width: 480px) {
  .p-about__content-item-label {
    min-height: 7.5rem;
  }
}
.p-about__content-item-label.--orange {
  color: var(--color-accent);
}
.p-about__content-item-label.--orange .label-item {
  position: relative;
  color: var(--color-white);
  background-color: var(--color-accent);
  border-radius: 0.3125rem;
}
.p-about__content-item-label.--orange .label-item:not(:last-of-type)::before {
  position: absolute;
  top: 50%;
  right: -1.25rem;
  width: 0.875rem;
  aspect-ratio: 14/10;
  content: "";
  background-image: url("../images/arrow-right.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (min-width: 480px) {
  .p-about__content-item-label.--orange .label-item:not(:last-of-type)::before {
    right: -1.875rem;
  }
}
.p-about__content-item-label.--general .label-item {
  background-color: #eae9e9;
}
.p-about__content-item-label.--general .label-item:first-of-type {
  color: var(--color-white);
  background-color: #b3b3b3;
}
.p-about__content-item-label .text-center {
  text-align: center;
}
.p-about__content-item-label .text {
  font-size: clamp(0.6875rem, 0.65rem + 0.1875vw, 0.875rem);
  font-weight: var(--fw-regular);
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 480px) {
  .p-about__content-item-label .text {
    font-size: clamp(0.6875rem, 0.675rem + 0.0625vw, 0.75rem);
  }
}
.p-about__content-item-label .text-medium {
  font-size: clamp(0.625rem, 0.6rem + 0.125vw, 0.75rem);
  font-weight: var(--fw-regular);
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.p-about__content-item-label .text-small {
  font-size: clamp(0.5rem, 0.475rem + 0.125vw, 0.625rem);
  font-weight: var(--fw-regular);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-about__content-item-label .label-list {
  display: flex;
  gap: 1.875rem;
  justify-content: center;
}
@media screen and (min-width: 480px) {
  .p-about__content-item-label .label-list {
    gap: 1.25rem;
    justify-content: space-between;
  }
}
.p-about__content-item-label .label-list .label-item {
  display: grid;
  place-items: center;
  width: 5rem;
  aspect-ratio: 100/30;
  padding: 0.125rem 0.5rem;
  font-size: clamp(0.6875rem, 0.65rem + 0.1875vw, 0.875rem);
  font-weight: var(--fw-regular);
  line-height: 1.25;
  letter-spacing: 0.05em;
  white-space: nowrap;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 480px) {
  .p-about__content-item-label .label-list .label-item {
    width: 6.25rem;
  }
}

.multiple-vendor-list {
  display: flex;
  gap: 1.125rem;
  align-items: center;
}
@media screen and (min-width: 480px) {
  .multiple-vendor-list {
    gap: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .multiple-vendor-list {
    gap: 1.125rem;
  }
}

.multiple-vendor-item {
  position: relative;
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 3.125rem;
  height: 2.1875rem;
  padding: 0.125rem 0.5rem;
  font-size: clamp(0.625rem, 0.6rem + 0.125vw, 0.75rem);
  font-weight: var(--fw-regular);
  line-height: 1.25;
  letter-spacing: 0.05em;
  border-radius: 0.3125rem;
}
.multiple-vendor-item:not(:last-child) {
  z-index: 1;
}
.multiple-vendor-item:not(:last-child)::before {
  position: absolute;
  top: 50%;
  right: -0.9375rem;
  width: 0.875rem;
  aspect-ratio: 14/10;
  content: "";
  background-image: url("../images/arrow-gray.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (min-width: 480px) {
  .multiple-vendor-item:not(:last-child)::before {
    right: -1.0625rem;
  }
}
.multiple-vendor-item.--orange:not(:last-child)::before {
  background-image: url("../images/arrow-orange.webp");
}
.multiple-vendor-item:first-of-type {
  color: var(--color-white);
  background-color: #b3b3b3;
}
@media screen and (min-width: 480px) {
  .multiple-vendor-item {
    width: 4.5625rem;
    height: 3.125rem;
  }
}

.multiple-vendor-item-list {
  display: flex;
  gap: 0.1875rem;
}

.multiple-vendor-item-list-item {
  position: relative;
  display: grid;
  place-items: center;
  width: fit-content;
  height: 2.1875rem;
  padding: 0.125rem 0.5rem;
  font-size: clamp(0.5rem, 0.475rem + 0.125vw, 0.625rem);
  font-weight: var(--fw-regular);
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.05em;
  white-space: nowrap;
  background-color: #eae9e9;
  border-radius: 0.3125rem;
}
@media only screen and (width >= 410px) {
  .multiple-vendor-item-list-item {
    padding: 0.125rem 0.625rem;
    font-size: clamp(0.625rem, 0.6rem + 0.125vw, 0.75rem);
  }
}
@media screen and (min-width: 480px) {
  .multiple-vendor-item-list-item {
    width: 4.25rem;
    height: 3.125rem;
    padding: 0.125rem 0.3125rem;
  }
}
@media screen and (min-width: 1024px) {
  .multiple-vendor-item-list-item {
    width: 4.5625rem;
    font-size: clamp(0.625rem, 0.6rem + 0.125vw, 0.75rem);
  }
}

.multiple-vendor-item-small {
  display: flex;
  flex-direction: column;
  gap: 0.1875rem;
  width: 100%;
  padding: 0.1875rem 0.3125rem;
  color: var(--color-white);
  text-align: center;
  background-color: var(--color-accent);
  border-radius: 0.3125rem;
}
@media screen and (min-width: 480px) {
  .multiple-vendor-item-small {
    gap: 0.3125rem;
    height: 3.125rem;
    padding: 0.3125rem 0.5rem;
  }
}

.label-list-small {
  display: flex;
  gap: 0.1875rem;
  justify-content: center;
}

.label-item-small {
  padding: 0.125rem 0.1875rem;
  font-size: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
  font-weight: var(--fw-regular);
  line-height: 1.25;
  letter-spacing: 0.05em;
  background-color: #f9b96a;
  border-radius: 0.3125rem;
}
@media only screen and (width >= 450px) {
  .label-item-small {
    font-size: clamp(0.625rem, 0.6rem + 0.125vw, 0.75rem);
  }
}

/***************************************
STRENGTHS
****************************************/
.p-strengths {
  position: relative;
  width: 100%;
  padding-block: 0 clamp(3.75rem, 3.375rem + 1.875vw, 5.625rem);
}

.p-strengths__content {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
}

.p-strengths__content-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
  max-width: 26.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-strengths__content-item {
    grid-template-columns: 1fr 1fr;
    gap: 2.1875rem;
    max-width: unset;
  }
}

.p-strengths__content-item-body {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-strengths__content-item-body {
    display: block;
    max-width: 26.25rem;
  }
}
.p-strengths__content-item-body .number {
  order: -2;
  width: fit-content;
  padding: 0.125rem 0.625rem;
  margin-inline: auto;
  clip-path: polygon(8% 0, 100% 0%, 93% 100%, 0% 100%);
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  font-weight: var(--fw-regular);
  line-height: 1.25;
  color: var(--color-white);
  letter-spacing: 0.05em;
  background-color: var(--color-accent);
}
@media screen and (min-width: 768px) {
  .p-strengths__content-item-body .number {
    order: unset;
    margin-inline: 0;
  }
}
.p-strengths__content-item-body .heading {
  padding-inline: 0.9375rem;
  margin-top: clamp(0.625rem, 0.5625rem + 0.3125vw, 0.9375rem);
  font-size: clamp(1.0625rem, 1.025rem + 0.1875vw, 1.25rem);
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .p-strengths__content-item-body .heading {
    padding-inline: 0;
  }
}
.p-strengths__content-item-body .text {
  padding-inline: 0.9375rem;
  margin-top: clamp(0.625rem, 0.5625rem + 0.3125vw, 0.9375rem);
  font-size: clamp(0.9375rem, 0.95rem - 0.0625vw, 0.875rem);
  font-weight: var(--fw-regular);
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-strengths__content-item-body .text {
    padding-inline: 0;
  }
}
.p-strengths__content-item-body .text > span {
  display: block;
}
.p-strengths__content-item-body .text > span:not(:first-child) {
  margin-top: clamp(0.9375rem, 0.8125rem + 0.625vw, 1.5625rem);
}

.p-strengths__content-item-img {
  order: -1;
  width: 100%;
  max-height: 15rem;
  aspect-ratio: 420/240;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-strengths__content-item-img {
    order: unset;
    margin-top: 0;
  }
}
.p-strengths__content-item-img img {
  width: 100%;
  object-fit: contain;
}

/***************************************
SOLUTIONS
****************************************/
.p-solutions {
  position: relative;
  width: 100%;
  padding-block: clamp(3.75rem, 3.375rem + 1.875vw, 5.625rem);
  background-color: var(--color-bg-accent);
}

.p-solutions__text {
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
  font-size: clamp(0.875rem, 0.8625rem + 0.0625vw, 0.9375rem);
  font-weight: var(--fw-regular);
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (width >= 408px) {
  .p-solutions__text {
    font-size: clamp(0.9375rem, 0.9rem + 0.1875vw, 1.125rem);
  }
}

.p-solutions__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  gap: clamp(1.0625rem, 0.9rem + 0.8125vw, 1.875rem);
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
}
@media screen and (min-width: 480px) {
  .p-solutions__content {
    grid-template-columns: repeat(auto-fit, minmax(29.1875rem, 1fr));
    gap: 1.875rem;
  }
}

.p-solutions__content-item {
  position: relative;
  width: 100%;
  min-height: 15.625rem;
  padding: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem) clamp(0.9375rem, 0.5rem + 2.1875vw, 3.125rem);
  margin-inline: auto;
  background-color: var(--color-white);
}
@media screen and (min-width: 480px) {
  .p-solutions__content-item {
    max-width: 29.1875rem;
    min-height: 18rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-solutions__content-item {
    max-width: 100%;
  }
}

.p-solutions__content-item-body {
  display: flex;
  flex-direction: column;
  gap: clamp(0.9375rem, 0.75rem + 0.9375vw, 1.875rem);
}
.p-solutions__content-item-body .title {
  font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.p-solutions__content-item-body .heading {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  font-weight: var(--fw-medium);
  line-height: 1.8;
  color: var(--color-accent);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 480px) {
  .p-solutions__content-item-body .heading {
    line-height: 1.5;
  }
}
.p-solutions__content-item-body .text {
  font-size: clamp(0.9375rem, 0.975rem - 0.1875vw, 0.75rem);
  font-weight: var(--fw-regular);
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.p-solutions__content-item-img {
  position: absolute;
  right: 0.9375rem;
  bottom: 0.9375rem;
  width: 5.625rem;
  aspect-ratio: 126/98;
}
@media screen and (min-width: 480px) {
  .p-solutions__content-item-img {
    width: 7.875rem;
  }
}
.p-solutions__content-item-img img {
  width: 100%;
  object-fit: contain;
}

/***************************************
contact
****************************************/
.p-contact {
  position: relative;
  width: 100%;
  padding-block: 4.375rem;
  color: var(--color-white);
  background-image: url("../images/contact-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-contact__title {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  font-weight: var(--fw-bold);
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-contact__text {
  margin-top: clamp(0.9375rem, 0.8125rem + 0.625vw, 1.5625rem);
  font-size: clamp(0.9375rem, 0.9rem + 0.1875vw, 1.125rem);
  font-weight: var(--fw-regular);
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-contact__button {
  max-width: 13.25rem;
  height: 2.625rem;
  aspect-ratio: 212/42;
  margin-inline: auto;
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
}
@media screen and (min-width: 480px) {
  .p-contact__button {
    max-width: 18.3125rem;
    height: 3.6875rem;
    aspect-ratio: 293/59;
  }
}
.p-contact__button .c-button .text {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
}
.p-contact__button .c-button .icon {
  top: 50%;
  right: 0.75rem;
  width: 0.75rem;
  height: 1.375rem;
}
@media screen and (min-width: 480px) {
  .p-contact__button .c-button .icon {
    right: 0.875rem;
    width: 0.875rem;
    height: 1.375rem;
  }
}
.p-contact__button .c-button .icon::before, .p-contact__button .c-button .icon::after {
  width: 0.5625rem;
  height: 0.125rem;
}
@media screen and (min-width: 480px) {
  .p-contact__button .c-button .icon::before, .p-contact__button .c-button .icon::after {
    width: 0.6875rem;
    height: 0.125rem;
  }
}

/***************************************
ACHIEVEMENT
****************************************/
.p-achievement {
  position: relative;
  width: 100%;
  padding-block: clamp(3.75rem, 3.375rem + 1.875vw, 5.625rem) clamp(3.75rem, 4rem - 1.25vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .p-achievement {
    padding-block: 6.6875rem 4.375rem;
  }
}

.p-achievement__text {
  margin-top: clamp(1.5625rem, 1.375rem + 0.9375vw, 2.5rem);
  font-size: clamp(0.9375rem, 0.9125rem + 0.125vw, 1.0625rem);
  font-weight: var(--fw-regular);
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 480px) {
  .p-achievement__text {
    font-size: clamp(1.0625rem, 1.05rem + 0.0625vw, 1.125rem);
    line-height: 1.5;
  }
}

.p-achievement__content {
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
}

.p-achievement__content-heading {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  font-weight: var(--fw-medium);
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 480px) {
  .p-achievement__content-heading {
    font-size: clamp(1.0625rem, 1.025rem + 0.1875vw, 1.25rem);
    line-height: 1.5;
  }
}
.p-achievement__content-heading .u-col-orange {
  color: var(--color-accent);
}

.p-achievement__content-img {
  width: min(100%, 42rem);
  aspect-ratio: 672/333;
  margin-inline: auto;
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
}
.p-achievement__content-img img {
  width: 100%;
  object-fit: contain;
}

/***************************************
CASE STUDY
****************************************/
.p-case {
  position: relative;
  width: 100%;
  padding-block: 5.625rem;
  background-color: #f2f6f7;
}

.p-case__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(19.375rem, 1fr));
  gap: clamp(1.25rem, 1.275rem - 0.125vw, 1.125rem);
  align-items: stretch;
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
  /* md以上はカードが横並びになるので、subgridで整列するため行のgapは無し */
}
@media screen and (min-width: 768px) {
  .p-case__content {
    row-gap: 0;
  }
}

.p-case__number {
  display: block;
  padding-bottom: 0.375rem;
  margin-left: 0.9375rem;
  font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
  font-weight: var(--fw-bold);
  color: var(--color-accent);
  letter-spacing: 0.08em;
}

.p-case__content-item {
  display: flex;
  flex-direction: column;
}

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

.p-case__title-bar {
  padding: 0.3125rem 0.9375rem;
  font-size: clamp(0.9375rem, 0.95rem - 0.0625vw, 0.875rem);
  font-weight: var(--fw-regular);
  color: var(--color-white);
  letter-spacing: 0.05em;
  background-color: var(--color-accent);
}

.p-case__item-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0.625rem 0.75rem 0.9375rem;
}

.p-case__result-warp {
  margin-top: auto;
}

.p-case__service {
  font-size: clamp(0.6875rem, 0.675rem + 0.0625vw, 0.75rem);
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-case__hospital {
  margin-top: 0.9375rem;
  font-size: clamp(0.9375rem, 0.925rem + 0.0625vw, 1rem);
  font-weight: var(--fw-bold);
  letter-spacing: 0.05em;
}

.p-case__profile {
  display: flex;
  gap: 0.9375rem;
  align-items: flex-start;
  margin-top: 0.75rem;
}

.p-case__profile-list {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5rem;
}

.p-case__profile-item {
  display: flex;
  gap: 0.3125rem;
  align-items: center;
}

.p-case__profile-badge {
  display: inline-grid;
  place-items: center;
  min-width: 3.125rem;
  padding: 0.125rem 0.3125rem;
  font-size: clamp(0.6875rem, 0.675rem + 0.0625vw, 0.75rem);
  font-weight: var(--fw-regular);
  color: var(--color-accent);
  letter-spacing: 0.02em;
  white-space: nowrap;
  border: 1px solid var(--color-accent);
  border-radius: 1.25rem;
}

.p-case__profile-value {
  font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
  letter-spacing: 0.02em;
}

.p-case__profile-img {
  flex-shrink: 0;
  width: 45%;
  max-width: 13.125rem;
  aspect-ratio: 210/140;
  overflow: hidden;
}
.p-case__profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-case__divider {
  margin-block: 1.25rem;
  border: none;
  border-top: 1px solid #d0d0d0;
}

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

.p-case__section-heading {
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  font-weight: var(--fw-medium);
  color: var(--color-accent);
  letter-spacing: 0.05em;
}

.p-case__section-text {
  margin-top: 0.5rem;
  font-size: clamp(0.75rem, 0.7375rem + 0.0625vw, 0.8125rem);
  line-height: 1.6;
}

.p-case__section-list {
  padding-left: 1.125rem;
  margin-top: 0.5rem;
  font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
  line-height: 1.6;
  letter-spacing: 0.02em;
  list-style-type: decimal;
}

/*
カード横並び時、各セクションの見出しを縦にそろえるための subgrid 設定。
.p-case__content（外側grid）の行トラックを、各カードの中身が共有する。
行構成：number / title-bar / service / hospital / profile / divider
        / heading×4 + body×4 / result-warp ＝計15行
*/
@media screen and (min-width: 768px) {
  .p-case__content-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 15;
  }
  .p-case__card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 2/-1;
  }
  .p-case__item-body {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 2/-1;
  }
  .p-case__sections-wrap,
  .p-case__sections,
  .p-case__section {
    display: contents;
  }
  /* gap の代わりに見出し間の余白を margin で */
  .p-case__section + .p-case__section > .p-case__section-heading {
    margin-top: 1.25rem;
  }
}
.p-case__arrow {
  width: min(70%, 9.5rem);
  margin-inline: auto;
  margin-top: 1.875rem;
}
.p-case__arrow img {
  width: 100%;
  object-fit: contain;
}

.p-case__result {
  padding: 1.25rem 1.25rem 2.5rem;
  text-align: center;
}

.p-case__content-item:nth-child(1) .p-case__result {
  padding: 1.125rem;
}

.p-case__result-lead {
  font-size: clamp(1.0625rem, 1.075rem - 0.0625vw, 1rem);
  font-weight: 600;
  line-height: 1.6;
  color: var(--color-accent);
  letter-spacing: 0.02em;
}

.p-case__result-amount {
  margin-top: 0.3125rem;
  font-size: clamp(1.0625rem, 1.075rem - 0.0625vw, 1rem);
  font-weight: 600;
  color: var(--color-accent);
  letter-spacing: 0.02em;
}

.p-case__result-number {
  font-size: clamp(1.625rem, 1.475rem + 0.75vw, 2.375rem);
  font-weight: var(--fw-bold);
  line-height: 1;
}

.p-case__result-success {
  margin-top: 0.3125rem;
  font-size: clamp(1.0625rem, 1.075rem - 0.0625vw, 1rem);
  font-weight: 600;
  color: var(--color-accent);
  letter-spacing: 0.02em;
}

.p-case__domain {
  font-size: clamp(0.6875rem, 0.675rem + 0.0625vw, 0.75rem);
  color: var(--color-gray);
  letter-spacing: 0.02em;
}

/***************************************
FLOW
****************************************/
.p-flow {
  position: relative;
  width: 100%;
  padding-block: clamp(3.75rem, 3.375rem + 1.875vw, 5.625rem);
}

.p-flow__content {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .p-flow__content {
    flex-flow: row wrap;
    gap: 1rem;
  }
}

.p-flow__content-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1.25rem 0.9375rem;
  margin-inline: auto;
  text-align: center;
  background-color: #f2f6f7;
}
@media screen and (min-width: 480px) {
  .p-flow__content-item {
    max-width: 19.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__content-item {
    flex: 1;
    padding: 0.9375rem 0.375rem;
  }
}
.p-flow__content-item:not(:last-child)::after {
  position: absolute;
  bottom: -1.375rem;
  left: 50%;
  z-index: 1;
  width: 3.125rem;
  height: 0.8125rem;
  content: "";
  background-image: url("../images/flow-arrow-sp.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-flow__content-item:not(:last-child)::after {
    inset: 50% -1rem auto auto;
    width: 1rem;
    height: 1.625rem;
    background-image: url("../images/flow-arrow.webp");
    transform: translateX(0);
  }
}
.p-flow__content-item .number {
  font-size: clamp(0.8125rem, 0.7875rem + 0.125vw, 0.9375rem);
  font-weight: var(--fw-bold);
  color: var(--color-accent);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-flow__content-item .number {
    font-size: clamp(0.75rem, 0.7375rem + 0.0625vw, 0.8125rem);
  }
}
.p-flow__content-item .heading {
  margin-top: 0.625rem;
  font-size: clamp(1rem, 0.9875rem + 0.0625vw, 1.0625rem);
  font-weight: var(--fw-bold);
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-flow__content-item .heading {
    font-size: clamp(0.875rem, 0.8625rem + 0.0625vw, 0.9375rem);
  }
}
.p-flow__content-item .text {
  margin-top: 0.5rem;
  font-size: clamp(0.875rem, 0.8625rem + 0.0625vw, 0.9375rem);
  font-weight: var(--fw-regular);
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-flow__content-item .text {
    font-size: clamp(0.6875rem, 0.675rem + 0.0625vw, 0.75rem);
  }
}

.p-flow__content-item-img {
  width: 3.75rem;
  aspect-ratio: 1;
  margin-top: 0.625rem;
}
.p-flow__content-item-img img {
  width: 100%;
  object-fit: contain;
}

.p-flow__detail {
  width: fit-content;
  margin-inline: auto;
  margin-top: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
  font-size: clamp(0.9375rem, 0.95rem - 0.0625vw, 0.875rem);
  font-weight: var(--fw-regular);
  line-height: 1.5;
  text-align: center;
  text-align: left;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 480px) {
  .p-flow__detail {
    text-align: center;
  }
}

/***************************************
faq
****************************************/
.p-faq {
  position: relative;
  width: 100%;
  padding-block: clamp(2.5rem, 1.875rem + 3.125vw, 5.625rem);
}

/***************************************
company
****************************************/
.p-company {
  position: relative;
  width: 100%;
  padding-block: clamp(2.5rem, 1.875rem + 3.125vw, 5.625rem);
}

.p-company__inner {
  width: min(100%, 42.5rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-company__inner {
    width: min(100% - 1.875rem, 42.5rem);
  }
}

.p-company__img {
  width: min(50%, 2.625rem);
  margin-inline: auto;
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
}
@media screen and (min-width: 480px) {
  .p-company__img {
    width: min(50%, 5.1875rem);
  }
}
.p-company__img img {
  width: 100%;
  object-fit: contain;
}

.p-company__text {
  padding-inline: 0.9375rem;
  margin-top: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
  font-size: clamp(0.9375rem, 0.95rem - 0.0625vw, 0.875rem);
  font-weight: var(--fw-regular);
  line-height: 1.8;
  text-align: center;
  letter-spacing: -0.08em;
}
@media screen and (min-width: 768px) {
  .p-company__text {
    padding-inline: 0;
    letter-spacing: 0.05em;
  }
}

.p-company__content {
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
}

.p-company__content-item {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  padding-block: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.25rem);
  border-bottom: 1px solid #e8e8e8;
}
.p-company__content-item:first-child {
  border-top: 1px solid #e8e8e8;
}
.p-company__content-item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .p-company__content-item {
    gap: 0.3125rem;
  }
}

.p-company__content-item-title {
  flex-shrink: 0;
  width: 7.1875rem;
  padding-inline: 0.625rem;
  font-size: clamp(0.6875rem, 0.65rem + 0.1875vw, 0.875rem);
  font-weight: var(--fw-medium);
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (min-width: 480px) {
  .p-company__content-item-title {
    width: 9.375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company__content-item-title {
    padding-inline: 0;
  }
}

.p-company__content-item-text {
  flex: 1;
  font-size: clamp(0.6875rem, 0.65rem + 0.1875vw, 0.875rem);
  font-weight: var(--fw-regular);
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-company__content-item-text {
    padding-inline: 0;
  }
}

/***************************************
counseling
****************************************/
.p-counseling {
  position: relative;
  width: 100%;
  padding-block: 4.375rem;
  color: var(--color-white);
  background-image: url("../images/counseling-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-counseling__title {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  font-weight: var(--fw-bold);
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-counseling__text {
  margin-top: clamp(0.9375rem, 0.8125rem + 0.625vw, 1.5625rem);
  font-size: clamp(0.9375rem, 0.9rem + 0.1875vw, 1.125rem);
  font-weight: var(--fw-regular);
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-counseling__text {
    line-height: 1.5;
  }
}
.p-counseling__text .sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-counseling__text .sp-none {
    display: block;
  }
}

.p-counseling__button {
  max-width: 13.25rem;
  height: 2.625rem;
  aspect-ratio: 212/42;
  margin-inline: auto;
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
}
@media screen and (min-width: 480px) {
  .p-counseling__button {
    max-width: 18.3125rem;
    height: 3.6875rem;
    aspect-ratio: 293/59;
  }
}
.p-counseling__button .c-button .text {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
}
.p-counseling__button .c-button .icon {
  top: 50%;
  right: 0.75rem;
  width: 0.75rem;
  height: 1.375rem;
}
@media screen and (min-width: 480px) {
  .p-counseling__button .c-button .icon {
    right: 0.875rem;
    width: 0.875rem;
    height: 1.375rem;
  }
}
.p-counseling__button .c-button .icon::before, .p-counseling__button .c-button .icon::after {
  width: 0.5625rem;
  height: 0.125rem;
}
@media screen and (min-width: 480px) {
  .p-counseling__button .c-button .icon::before, .p-counseling__button .c-button .icon::after {
    width: 0.6875rem;
    height: 0.125rem;
  }
}

: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;
}

.u-green {
  color: var(--color-green-text);
}

.u-yellow {
  color: var(--color-yellow-text);
}

.u-bg-yellow {
  background: linear-gradient(to bottom, transparent 20%, var(--color-yellow-bg) 80%);
}

.u-bold {
  font-weight: 900;
}

.u-text-gradient {
  background: linear-gradient(83deg, #00a86b 0%, #7edc9a 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}