/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: fadeUpAnime;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    translate: 0 2.5rem;
    opacity: 0;
  }
  to {
    translate: 0 0;
    opacity: 1;
  }
}

@keyframes fadeUpAnime {
  from {
    translate: 0 2.5rem;
    opacity: 0;
  }
  to {
    translate: 0 0;
    opacity: 1;
  }
}
.fadeUpTrigger {
  opacity: 0;
}

.fadeUpTrigger2 {
  opacity: 0;
}

@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  overflow-x: clip;
  background-color: #ffffff;
  color: #222222;
  font-size: 1rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
}
body::-webkit-scrollbar {
  display: none;
}
body.is_fixed {
  width: 100%;
  overflow: hidden;
}

body *,
body *::before,
body *::after {
  -webkit-font-smoothing: antialiased;
}

br {
  height: 0 !important;
  line-height: 0 !important;
}

video,
img,
picture,
svg {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a,
span {
  display: inline-block;
}

button {
  border: none;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
.l-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.6875rem;
}
@media (min-width: 768px) {
  .l-header {
    height: 11.3125rem;
  }
}

.l-main {
  -webkit-margin-before: 3.6875rem;
  position: relative;
  margin-block-start: 3.6875rem;
  overflow: clip;
  background: #ffffff;
}
@media (min-width: 768px) {
  .l-main {
    -webkit-margin-before: 11.3125rem;
    margin-block-start: 11.3125rem;
    transition: -webkit-filter 0.3s ease-out;
    transition: filter 0.3s ease-out;
    transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
  }
  .l-main.is_filter {
    -webkit-filter: brightness(40%);
    filter: brightness(40%);
  }
}

@media (min-width: 768px) {
  .l-footer {
    transition: -webkit-filter 0.3s ease-out;
    transition: filter 0.3s ease-out;
    transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
  }
  .l-footer.is_filter {
    -webkit-filter: brightness(40%);
    filter: brightness(40%);
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 39.375rem;
  height: inherit;
  margin-inline: auto;
  padding: 0 0.9375rem;
}
@media (min-width: 768px) {
  .l-inner {
    max-width: 81.25rem;
    padding: 0 3.125rem;
  }
}
@media (min-width: 768px) {
  .l-inner.-narrow {
    max-width: 75rem;
    padding: 0 3.125rem;
  }
}
@media (min-width: 768px) {
  .l-inner.-side {
    max-width: 59.375rem;
    padding: 0 3.125rem;
  }
}
@media (min-width: 768px) {
  .l-inner.-sideNarrow {
    max-width: 53.125rem;
    padding: 0 3.125rem;
  }
}

.l-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 768px) {
  .l-container {
    flex-direction: row;
    align-items: stretch;
  }
}

.l-container__main {
  order: 2;
}
@media (min-width: 768px) {
  .l-container__main {
    flex-grow: 1;
    order: 1;
  }
}

.l-container__sidebar {
  order: 1;
}
@media (min-width: 768px) {
  .l-container__sidebar {
    flex-shrink: 0;
    order: 2;
    width: 31.25%;
    border-left: 0.0625rem solid #bcbcbc;
  }
}

.c-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 3.6875rem;
  height: 3.6875rem;
  background: #f43d57;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .c-hamburger:hover {
    opacity: 0.7;
  }
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger:focus-visible {
  outline: none;
  opacity: 0.7;
}

.c-hamburger__line {
  position: relative;
  width: 1.4375rem;
  height: 1.5625rem;
  margin-inline: auto;
}
.c-hamburger__line::before, .c-hamburger__line::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.125rem;
  border-radius: 100vmax;
  background: #ffffff;
  content: "";
  transition: all 0.3s ease-out;
}
.c-hamburger__line::before {
  top: 0.5rem;
}
.c-hamburger__line::after {
  bottom: 0.4375rem;
}

.c-hamburger__text {
  text-box-trim: trim-both;
  width: 100%;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 2.4;
  letter-spacing: 0.04em;
  text-align: center;
}

.c-hamburger.is_open .c-hamburger__line::before, .c-hamburger.is_open .c-hamburger__line::after {
  top: 50%;
  translate: 0 -50%;
}
.c-hamburger.is_open .c-hamburger__line::before {
  rotate: 45deg;
}
.c-hamburger.is_open .c-hamburger__line::after {
  bottom: unset;
  rotate: -45deg;
}

.c-button {
  text-box-trim: trim-both;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 1.125rem 3.625rem 1.125rem 1.875rem;
  border-radius: 100vmax;
  background: #222222;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  text-align: center;
  transition: background 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-button {
    padding-block: 1.3125rem 1.25rem;
    font-size: 1.25rem;
  }
}
.c-button::before, .c-button::after {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
}
.c-button::before {
  right: 1.125rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #ffffff;
}
@media (min-width: 768px) {
  .c-button::before {
    right: 1.25rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}
.c-button::after {
  right: 1.875rem;
  width: 0.4375rem;
  height: 0.4375rem;
  rotate: -45deg;
  border-right: 0.125rem solid #222222;
  border-bottom: 0.125rem solid #222222;
  transition: right 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-button::after {
    right: 2.0625rem;
  }
}
@media (any-hover: hover) {
  .c-button:hover {
    background: #444;
  }
  .c-button:hover::after {
    right: 1.5625rem;
  }
}
.c-button:focus {
  outline: none;
}
.c-button:focus-visible {
  outline: none;
  background: #444;
}
.c-button:focus-visible::after {
  right: 1.5625rem;
}
@media (min-width: 768px) {
  .c-button:focus-visible::after {
    right: 1.75rem;
  }
}

.c-form-select {
  display: block;
  position: relative;
  width: 100%;
  font-size: 1rem;
}
.c-form-select::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0.875rem;
  right: 0.75rem;
  width: 0.4375rem;
  height: 0.4375rem;
  rotate: -45deg;
  border-bottom: 0.0625rem solid #222222;
  border-left: 0.0625rem solid #222222;
  content: "";
  opacity: 0.3;
}

.c-form-select__input {
  display: block;
  width: 100%;
  height: 2.1875rem;
  padding: 0.25rem 0.5625rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  background: #f2f2f2;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.c-form-select__input::-webkit-input-placeholder {
  opacity: 0.3;
}
.c-form-select__input:-ms-input-placeholder {
  opacity: 0.3;
}
.c-form-select__input::-ms-input-placeholder {
  opacity: 0.3;
}
.c-form-select__input::placeholder {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .c-form-select__input {
    padding-inline: 0.8125rem;
  }
}
@media (any-hover: hover) {
  .c-form-select__input:hover {
    border: 0.0625rem solid #222222;
    opacity: 0.7;
  }
}
.c-form-select__input:focus-visible, .c-form-select__input:active {
  border: 0.0625rem solid #222222;
  outline: none;
}

.wpcf7-form-control-wrap:has(.wpcf7-select) {
  width: 100%;
}

.c-form-text {
  display: block;
  width: 100%;
  height: 2.1875rem;
  padding: 0.25rem 0.5625rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  background: #f2f2f2;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.c-form-text::-webkit-input-placeholder {
  opacity: 0.7;
}
.c-form-text:-ms-input-placeholder {
  opacity: 0.7;
}
.c-form-text::-ms-input-placeholder {
  opacity: 0.7;
}
.c-form-text::placeholder {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .c-form-text {
    padding-inline: 0.8125rem;
  }
}
@media (any-hover: hover) {
  .c-form-text:hover {
    border: 0.0625rem solid #222222;
    opacity: 0.7;
  }
}
.c-form-text:focus, .c-form-text:active {
  border: 0.0625rem solid #222222;
  outline: none;
}

.c-form-textarea {
  display: block;
  width: 100%;
  height: 7.875rem;
  padding: 0.5rem 0.5625rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  background: #f2f2f2;
  font-weight: 500;
  font-size: 0.875rem;
  resize: none;
  transition: all 0.3s ease;
}
.c-form-textarea::-webkit-input-placeholder {
  opacity: 0.7;
}
.c-form-textarea:-ms-input-placeholder {
  opacity: 0.7;
}
.c-form-textarea::-ms-input-placeholder {
  opacity: 0.7;
}
.c-form-textarea::placeholder {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .c-form-textarea {
    height: 7.9375rem;
    border-radius: 0.5rem;
	padding: 0.5rem 0.2rem 0.5rem 0.5rem;
  }
}
@media (any-hover: hover) {
  .c-form-textarea:hover {
    border: 0.0625rem solid #222222;
    opacity: 0.7;
  }
}
.c-form-textarea:focus, .c-form-textarea:active {
  border: 0.0625rem solid #222222;
  outline: none;
}

.c-tag {
  text-box-trim: trim-both;
  display: inline-block;
  padding: 0.25rem 0.875rem 0.3125rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 100vmax;
  background: #f43d57;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.c-tag.-en {
  font-family: "helvetica-lt-pro", sans-serif;
  text-transform: uppercase;
}

.c-heading-line {
  -webkit-padding-after: 1.3125rem;
  position: relative;
  padding-block-end: 1.3125rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .c-heading-line {
    -webkit-padding-after: 1.4375rem;
    padding-block-end: 1.4375rem;
  }
}
.c-heading-line::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4.625rem;
  height: 0.3125rem;
  translate: -50%;
  border-radius: 100vmax;
  background: #f43d57;
  content: "";
}
@media (min-width: 768px) {
  .c-heading-line::before {
    width: 5.75rem;
  }
}

.c-heading-line.-fz32 {
  font-size: 2rem;
}
.c-heading-line.-fz32-38 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .c-heading-line.-fz32-38 {
    font-size: 2.375rem;
  }
}
.c-heading-line.-fz34-42 {
  font-size: 2.125rem;
}
@media (min-width: 768px) {
  .c-heading-line.-fz34-42 {
    font-size: 2.625rem;
  }
}
.c-heading-line.-color {
  color: #f43d57;
}
.c-heading-line.-white {
  color: #ffffff;
}
.c-heading-line.-white::before {
  background: #ffffff;
}

.c-form-privacy {
  display: inline-block;
}

.c-form-privacy__input {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
  opacity: 0;
}
.c-form-privacy__input:focus {
  outline: none;
}

.c-form-privacy__text {
  text-box-trim: trim-both;
  display: inline-block;
  position: relative;
  padding-left: 1.5625rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.71;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .c-form-privacy__text {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .c-form-privacy__text:hover {
    opacity: 0.7;
  }
}
.c-form-privacy__text:focus {
  outline: none;
  opacity: 0.7;
}
.c-form-privacy__text::before, .c-form-privacy__text::after {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
}
.c-form-privacy__text::before {
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.14);
  border-radius: 0.1875rem;
  background: #fff;
}
.c-form-privacy__text::after {
  top: 0.4375rem;
  left: 0.25rem;
  width: 0.5rem;
  height: 1rem;
  rotate: 50deg;
  border-right: 0.1875rem solid #222222;
  border-bottom: 0.1875rem solid #222222;
  opacity: 0;
}

.c-form-privacy__link {
  line-height: 1.8;
  text-align: center;
  text-decoration: underline;
}
.c-form-privacy__link:focus {
  outline: none;
  opacity: 0.7;
}

.wpcf7-list-item {
  margin: 0;
}

.c-form-privacy__input:checked ~ .wpcf7-list-item-label .c-form-privacy__text::after {
  opacity: 1;
}

.c-form-privacy__input:focus-visible + .wpcf7-list-item-label .c-form-privacy__text {
  opacity: 0.7;
}
.c-form-privacy__input:focus-visible + .wpcf7-list-item-label .c-form-privacy__text::before {
  border-color: #f43d57;
  outline: none;
}

.c-button-gradation {
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  height: 6.9375rem;
  border: 0.25rem solid #85b945;
  border-radius: 0.5rem;
  background: linear-gradient(180deg, #5fa30d 0%, #78b929 46.63%, #6fa82b 100%);
  box-shadow: 0 0.25rem 0 0 #60a40d;
  text-align: center;
}
@media (min-width: 768px) {
  .c-button-gradation {
    border-radius: 0.875rem;
  }
}
.c-button-gradation::before {
  display: block;
  z-index: 1;
  position: absolute;
  inset: 0;
  background: #000000;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .c-button-gradation:hover::before {
    opacity: 0.15;
  }
}
.c-button-gradation:focus {
  outline: none;
}
.c-button-gradation:focus-visible {
  outline: none;
}
.c-button-gradation:focus-visible::before {
  opacity: 0.15;
}

.c-button-gradation__buttonSub {
  z-index: 2;
  paint-order: stroke;
  position: relative;
  -webkit-text-stroke-color: #93d04b;
  -webkit-text-stroke-width: 0.125rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0 0 0.375rem #60a40d;
}

.c-button-gradation__buttonMain {
  -webkit-padding-start: 2.5625rem;
  z-index: 2;
  paint-order: stroke;
  position: relative;
  -webkit-text-stroke-color: #93d04b;
  -webkit-text-stroke-width: 0.125rem;
  padding-inline-start: 2.5625rem;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0 0 0.375rem #60a40d;
}
@media (min-width: 768px) {
  .c-button-gradation__buttonMain {
    font-size: 1.875rem;
  }
}
.c-button-gradation__buttonMain::before {
  display: block;
  position: absolute;
  top: 54%;
  left: 0;
  width: 1.9375rem;
  height: 1.4375rem;
  translate: 0 -50%;
  background: url(../img/icon_mail-border.svg) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .c-button-gradation__buttonMain::before {
    width: 2.3125rem;
    height: 1.75rem;
  }
}

.p-drawer {
  z-index: 101;
  position: fixed;
  top: 3.6875rem;
  right: -101vw;
  width: 100%;
  height: calc(100dvh - 3.6875rem);
  padding-block: 1rem 4.875rem;
  overflow: auto;
  background: #ffffff;
  transition: right 0.4s ease-out;
}

.p-drawer__inner {
  width: 100%;
  margin-inline: auto;
}

.p-drawer__list {
  display: flex;
  flex-direction: column;
}

.p-drawer__item {
  border-bottom: 0.0625rem solid #222222;
}

.p-drawer__link {
  text-box-trim: trim-both;
  display: block;
  width: 100%;
  padding-block: 1.5625rem;
  font-weight: 700;
  font-size: 1.125rem;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-drawer__link:hover {
    opacity: 0.7;
  }
}
.p-drawer__link:focus {
  outline: none;
}
.p-drawer__link:focus-visible {
  outline: none;
  opacity: 0.7;
}
.p-drawer__link.-accordion {
  position: relative;
}
.p-drawer__link.-accordion::before, .p-drawer__link.-accordion::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.875rem;
  height: 0.0625rem;
  translate: 0 -50%;
  background: #222222;
  content: "";
}
.p-drawer__link.-accordion::after {
  rotate: 90deg;
  transition: rotate 0.3s ease-out;
}

.p-drawer__subListWrapper {
  -webkit-padding-after: 1.5625rem;
  padding-block-end: 1.5625rem;
}

.p-drawer__subListGroup {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.p-drawer__subListGroup + .p-drawer__subListGroup {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
}

.p-drawer__subListTitle {
  -webkit-padding-start: 1.375rem;
  text-box-trim: trim-both;
  position: relative;
  padding-inline-start: 1.375rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.p-drawer__subListTitle::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #f43d57;
  content: "";
}

.p-drawer__subList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5625rem;
}

.p-drawer__subItem {
  display: contents;
}

.p-drawer__subLink {
  text-box-trim: trim-both;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: calc((100% - 0.5625rem) / 2);
  height: 2.75rem;
  border: 0.125rem solid rgba(34, 34, 34, 0.1);
  border-radius: 0.375rem;
  background: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3;
  text-align: center;
  transition: background 0.3s ease-out;
}
.p-drawer__subLink.-disabled {
  -webkit-filter: brightness(0.8);
  color: #888;
  filter: brightness(0.8);
  pointer-events: none;
}
@media (any-hover: hover) {
  .p-drawer__subLink:hover {
    background: #e9e9e9;
  }
}
.p-drawer__subLink:focus {
  outline: none;
}
.p-drawer__subLink:focus-visible {
  outline: none;
  background: #e9e9e9;
}

.p-drawer__foot {
  -webkit-margin-before: 1.8125rem;
  margin-block-start: 1.8125rem;
}

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

.p-drawer__footLink {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.1;
  text-decoration: underline;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-drawer__footLink:hover {
    opacity: 0.7;
  }
}
.p-drawer__footLink:focus {
  outline: none;
}
.p-drawer__footLink:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-drawer__footLinkIcon img {
  width: 1.5rem;
}

.p-drawer__footTell {
  -webkit-margin-before: 1.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block-start: 1.125rem;
}

.p-drawer__footNumber {
  -webkit-padding-start: 1.875rem;
  text-box-trim: trim-both;
  position: relative;
  padding-inline-start: 1.875rem;
  font-weight: 700;
  font-size: 2.3125rem;
  line-height: 1;
  font-family: "helvetica-lt-pro", sans-serif;
  letter-spacing: -0.02em;
}
.p-drawer__footNumber::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  translate: 0 -50%;
  background: url(../img/icon_tel.svg) no-repeat center center/cover;
  content: "";
}

.p-drawer__footCaption {
  text-box-trim: trim-both;
  padding: 0.25rem 0.8125rem 0.3125rem;
  border-radius: 100vmax;
  background: #222222;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-drawer.is_open {
  right: 0;
}

.p-drawer__link.is_open::after {
  rotate: 0deg;
}

.js_spSubList {
  display: none;
}

.p-headerSp {
  width: 100%;
  height: 100%;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.p-headerSp__inner {
  -webkit-padding-start: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline-start: 0.9375rem;
}

.p-headerSp__logo {
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-headerSp__logo:hover {
    opacity: 0.7;
  }
}
.p-headerSp__logo:focus {
  outline: none;
}
.p-headerSp__logo:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-headerSp__logoImage img {
  width: 3.9375rem;
}

.p-headerSp__iconGroup {
  display: flex;
  gap: 0.125rem;
}

.p-headerSp__contact {
  display: contents;
}

.p-headerSp__contactLink {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 3.6875rem;
  height: 3.6875rem;
  background: #74b12a;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-headerSp__contactLink:hover {
    opacity: 0.7;
  }
}
.p-headerSp__contactLink:focus {
  outline: none;
}
.p-headerSp__contactLink:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-headerSp__contactImage {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.5625rem;
  margin-inline: auto;
}
.p-headerSp__contactImage img {
  width: 1.6875rem;
}

.p-headerSp__contactText {
  text-box-trim: trim-both;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 2.4;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-headerPc {
  height: 100%;
  background: #ffffff;
}

.p-headerPc__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-inline: 2.9375rem;
}

.p-headerPc__head {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  padding-block: 1rem;
}

.p-headerPc__left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-headerPc__logo {
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-headerPc__logo:hover {
    opacity: 0.7;
  }
}
.p-headerPc__logo:focus {
  outline: none;
}
.p-headerPc__logo:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-headerPc__logoImage img {
  width: 6.625rem;
}

.p-headerPc__textArea {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.p-headerPc__leftText {
  text-box-trim: trim-both;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
}

.p-headerPc__leftNumber {
  font-size: 0.625rem;
}

.p-headerPc__right {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}

.p-headerPc__rightMenu {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.p-headerPc__rightLink {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: underline;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-headerPc__rightLink:hover {
    opacity: 0.7;
  }
}
.p-headerPc__rightLink:focus {
  outline: none;
}
.p-headerPc__rightLink:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-headerPc__rightLinkIcon img {
  width: 1.5rem;
}

.p-headerPc__rightTell {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-headerPc__rightNumber {
  -webkit-padding-start: 1.875rem;
  text-box-trim: trim-both;
  position: relative;
  padding-inline-start: 1.875rem;
  font-weight: 700;
  font-size: 2.3125rem;
  line-height: 1;
  font-family: "helvetica-lt-pro", sans-serif;
  letter-spacing: -0.02em;
}
.p-headerPc__rightNumber::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  translate: 0 -50%;
  background: url(../img/icon_tel.svg) no-repeat center center/cover;
  content: "";
}

.p-headerPc__rightCaption {
  text-box-trim: trim-both;
  padding: 0.25rem 0.8125rem 0.3125rem;
  border-radius: 100vmax;
  background: #222222;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-headerPc__rightButtonWrapper {
  width: 15.8125rem;
  height: 3.75rem;
}

.p-headerPc__rightButton {
  text-box-trim: trim-both;
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  width: 100%;
  height: 100%;
  padding: 0.625rem;
  overflow: hidden;
  border: 0.1875rem solid #85b945;
  border-radius: 0.625rem;
  background: linear-gradient(180deg, #5fa30d 0%, #78b929 46.63%, #6fa82b 100%);
  box-shadow: 0 0.1875rem 0 0 #60a40d;
  text-shadow: 0 0 0.25rem #60a40d;
}
.p-headerPc__rightButton::before {
  display: block;
  z-index: 1;
  position: absolute;
  inset: 0;
  background: #000000;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-headerPc__rightButton:hover::before {
    opacity: 0.15;
  }
}
.p-headerPc__rightButton:focus {
  outline: none;
}
.p-headerPc__rightButton:focus-visible {
  outline: none;
}
.p-headerPc__rightButton:focus-visible::before {
  opacity: 0.15;
}

.p-headerPc__rightButtonText {
  z-index: 2;
  position: relative;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.125rem;
  text-align: center;
}

.p-headerPc__nav {
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  height: 4.9375rem;
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
}

.p-headerPc__list {
  display: flex;
  height: 100%;
  background: #f43d57;
}

.p-headerPc__item {
  flex: 1;
  border-right: 0.0625rem solid #ffffff;
}
.p-headerPc__item:last-child {
  border-right: none;
}

.p-headerPc__link {
  text-box-trim: trim-both;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.22;
  text-align: center;
  transition: background 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-headerPc__link:hover {
    background: #e12b46;
  }
}
.p-headerPc__link:focus {
  outline: none;
}
.p-headerPc__link:focus-visible {
  outline: none;
  background: #e12b46;
}

.p-headerPc__link.-accordion {
  position: relative;
}

.p-headerPc__subListWrapper {
  display: none;
  position: absolute;
  top: 11.3125rem;
  right: 0;
  left: 0;
  padding-block: 2.5rem 2.75rem;
  background: #ffffff;
}

.p-headerPc__subListGroup {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.p-headerPc__subListGroup + .p-headerPc__subListGroup {
  -webkit-margin-before: 2rem;
  margin-block-start: 2rem;
}

.p-headerPc__subListTitle {
  -webkit-padding-start: 1.9375rem;
  text-box-trim: trim-both;
  position: relative;
  width: 100%;
  max-width: 68.75rem;
  margin-inline: auto;
  padding-inline-start: 1.9375rem;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
.p-headerPc__subListTitle::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #f43d57;
  content: "";
}

.p-headerPc__subList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 75rem;
  margin-inline: auto;
  padding: 0 3.125rem;
  gap: 0.5625rem;
}

.p-headerPc__subItem {
  display: contents;
}

.p-headerPc__subLink {
  text-box-trim: trim-both;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: calc((100% - 2.8125rem) / 6);
  height: 4rem;
  border: 0.125rem solid rgba(34, 34, 34, 0.1);
  border-radius: 0.375rem;
  background: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: center;
  transition: background 0.3s ease-out;
}
.p-headerPc__subLink.-disabled {
  -webkit-filter: brightness(0.8);
  color: #888;
  filter: brightness(0.8);
  pointer-events: none;
}
@media (any-hover: hover) {
  .p-headerPc__subLink:hover {
    background: #e9e9e9;
  }
}
.p-headerPc__subLink:focus {
  outline: none;
}
.p-headerPc__subLink:focus-visible {
  outline: none;
  background: #e9e9e9;
}

.p-headerPc__link.-accordion.is_open {
  background: #e12b46;
}

.p-top-fv {
  position: relative;
  padding-block: 1.875rem 3.125rem;
  background: url(../img/sp/p-top-fv_bg-min.webp) no-repeat top center/cover;
}
@media (min-width: 768px) {
  .p-top-fv {
    padding-block: 2.625rem 2.4375rem;
    background-image: url(../img/p-top-fv_bg-min.webp);
  }
  .p-top-fv::before {
    display: block;
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1) 0.0625rem, transparent 0.0625rem), linear-gradient(to right, rgba(255, 255, 255, 0.1) 0.0625rem, transparent 0.0625rem);
    background-position: 0 0.6875rem;
    background-size: 1.1875rem 1.1875rem;
    content: "";
  }
}

.p-top-fv__content {
  display: flex;
  flex-direction: column;
  gap: 1.8125rem;
}
@media (min-width: 768px) {
  .p-top-fv__content {
    flex-direction: row;
    align-items: center;
    gap: 3.3125rem;
  }
}

.p-top-fv__main {
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-fv__main {
    flex-shrink: 0;
    width: 41.375rem;
  }
}

.p-top-fv__mainMessage {
  width: 100%;
}

.p-top-fv__mainCatch {
  -webkit-padding-start: 0.1875rem;
  width: 100%;
  padding-inline-start: 0.1875rem;
  background: url(../img/sp/p-top-fv_catchBg-min.webp) no-repeat top left/cover;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.24;
}
@media (min-width: 768px) {
  .p-top-fv__mainCatch {
    -webkit-padding-before: 0.3125rem;
    -webkit-padding-start: 0.375rem;
    padding-inline-start: 0.375rem;
    padding-block-start: 0.3125rem;
    background-image: url(../img/p-top-fv_catchBg-min.webp);
    font-weight: 700;
    font-size: 2.375rem;
  }
}
.p-top-fv__mainCatch span {
  -webkit-margin-before: 0.0625rem;
  margin-block-start: 0.0625rem;
  color: #f43d57;
  font-weight: 800;
  font-size: 2.5625rem;
  letter-spacing: 0.042em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-fv__mainCatch span {
    -webkit-margin-before: -0.1875rem;
    -webkit-margin-start: -0.1875rem;
    margin-inline-start: -0.1875rem;
    margin-block-start: -0.1875rem;
    font-size: 4.9375rem;
  }
}

.p-top-fv__mainLead {
  -webkit-margin-before: 0.625rem;
  width: 100%;
  margin-block-start: 0.625rem;
  background: url(../img/sp/p-top-fv_leadBg-min.webp) no-repeat top left/cover;
}
@media (min-width: 768px) {
  .p-top-fv__mainLead {
    background-image: url(../img/p-top-fv_leadBg-min.webp);
  }
}

.p-top-fv__mainLeadWrapper {
  -webkit-margin-before: 0.125rem;
  -webkit-margin-start: 0.1875rem;
  margin-inline-start: 0.1875rem;
  margin-block-start: 0.125rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.037em;
}
@media (min-width: 768px) {
  .p-top-fv__mainLeadWrapper {
    -webkit-margin-before: 0.25rem;
    -webkit-margin-start: 0.375rem;
    margin-inline-start: 0.375rem;
    margin-block-start: 0.25rem;
    font-size: 1.875rem;
    line-height: 1.22;
    letter-spacing: -0.02em;
  }
}
.p-top-fv__mainLeadWrapper span {
  letter-spacing: 0;
}
.p-top-fv__mainLeadWrapper span.-mainColor {
  color: #f43d57;
  font-weight: 800;
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .p-top-fv__mainLeadWrapper span.-mainColor {
    font-size: 3.375rem;
  }
}
.p-top-fv__mainLeadWrapper span.-fz17-33 {
  font-size: 1.0625rem;
}
@media (min-width: 768px) {
  .p-top-fv__mainLeadWrapper span.-fz17-33 {
    -webkit-margin-start: -0.3125rem;
    margin-inline-start: -0.3125rem;
    font-size: 2.0625rem;
    letter-spacing: 0.008em;
  }
}

.p-top-fv__mainLeadGroup {
  -webkit-margin-start: -0.125rem;
  margin-inline-start: -0.125rem;
}
@media (min-width: 768px) {
  .p-top-fv__mainLeadGroup {
    -webkit-margin-start: -0.3125rem;
    margin-inline-start: -0.3125rem;
    font-size: 1.875rem;
  }
}

.p-top-fv__mainAchieve {
  -webkit-margin-before: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block-start: 0.875rem;
}
@media (min-width: 768px) {
  .p-top-fv__mainAchieve {
    -webkit-margin-before: 1rem;
    justify-content: center;
    margin-block-start: 1rem;
    gap: 0.5625rem;
  }
}

.p-top-fv__mainAchieveItem {
  -webkit-padding-after: 0.3125rem;
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  aspect-ratio: 1/1;
  width: 6.875rem;
  padding-block-end: 0.3125rem;
  background: url(../img/p-top-fv_authority-min.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-top-fv__mainAchieveItem {
    width: 9.8125rem;
  }
}
.p-top-fv__mainAchieveItem::before {
  -webkit-filter: blur(0.125rem);
  display: block;
  position: absolute;
  top: 0rem;
  left: -0.1875rem;
  width: 3.125rem;
  height: 1.5625rem;
  background: url(../img/p-top-fv_light-min.webp) no-repeat center center/cover;
  background-blend-mode: screen;
  content: "";
  mix-blend-mode: plus-lighter;
  filter: blur(0.125rem);
}
@media (min-width: 768px) {
  .p-top-fv__mainAchieveItem::before {
    top: -0.5rem;
    left: -0.125rem;
    width: 4.6875rem;
    height: 3.125rem;
  }
}

.p-top-fv__mainAchieveText {
  text-box-trim: trim-both;
  color: #763f00;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-shadow: 0 -0.0625rem 0.0625rem rgba(241, 233, 139, 0.5), 0 0.0625rem 0.0625rem rgba(191, 133, 49, 0.5);
}
.p-top-fv__mainAchieveText span.-fz10-14 {
  font-size: 0.625rem;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .p-top-fv__mainAchieveText span.-fz10-14 {
    font-size: 0.875rem;
  }
}
.p-top-fv__mainAchieveText span.-fz12-17 {
  font-size: 0.75rem;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .p-top-fv__mainAchieveText span.-fz12-17 {
    font-size: 1.0625rem;
  }
}
.p-top-fv__mainAchieveText span.-fz16-23 {
  font-size: 1rem;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-top-fv__mainAchieveText span.-fz16-23 {
    font-size: 1.4375rem;
  }
}
.p-top-fv__mainAchieveText span.-fz17-24 {
  font-size: 1.0625rem;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .p-top-fv__mainAchieveText span.-fz17-24 {
    font-size: 1.5rem;
  }
}
.p-top-fv__mainAchieveText span.-fz21-30 {
  font-size: 1.3125rem;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .p-top-fv__mainAchieveText span.-fz21-30 {
    font-size: 1.875rem;
  }
}
.p-top-fv__mainAchieveText span.-fz24-34 {
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .p-top-fv__mainAchieveText span.-fz24-34 {
    font-size: 2.125rem;
  }
}
.p-top-fv__mainAchieveText span.-fz31-44 {
  font-size: 1.9375rem;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .p-top-fv__mainAchieveText span.-fz31-44 {
    font-size: 2.75rem;
  }
}
.p-top-fv__mainAchieveText span.-mabs4 {
  -webkit-margin-before: 0.25rem;
  margin-block-start: 0.25rem;
}
.p-top-fv__mainAchieveText span.-mabs2 {
  -webkit-margin-before: 0.125rem;
  margin-block-start: 0.125rem;
}

.p-top-fv__mainList {
  -webkit-margin-before: 1.125rem;
  display: flex;
  align-items: stretch;
  margin-block-start: 1.125rem;
  gap: 0.3125rem;
}
@media (min-width: 768px) {
  .p-top-fv__mainList {
    -webkit-margin-before: 2.25rem;
    margin-block-start: 2.25rem;
  }
}

.p-top-fv__mainItem {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 7.1875rem;
  overflow: hidden;
  border-radius: 0.3125rem;
}
@media (min-width: 768px) {
  .p-top-fv__mainItem {
    height: 6.1875rem;
    border-radius: 0.375rem;
    box-shadow: 0 0 0.8125rem 0 #ffffff;
  }
}
.p-top-fv__mainItem:first-child .p-top-fv__mainItemHead {
  background: #243daa;
}
.p-top-fv__mainItem:first-child .p-top-fv__mainItemBody {
  background: #1e85cb;
}
.p-top-fv__mainItem:nth-child(2) .p-top-fv__mainItemHead {
  background: #1c7409;
}
.p-top-fv__mainItem:nth-child(2) .p-top-fv__mainItemBody {
  background: #54ac31;
}
.p-top-fv__mainItem:nth-child(3) .p-top-fv__mainItemHead {
  background: #052382;
}
.p-top-fv__mainItem:nth-child(3) .p-top-fv__mainItemBody {
  background: #255eb6;
}
.p-top-fv__mainItem:last-child .p-top-fv__mainItemHead {
  background: #ad0001;
}
.p-top-fv__mainItem:last-child .p-top-fv__mainItemBody {
  background: #d20013;
}

.p-top-fv__mainItemHead {
  text-box-trim: trim-both;
  padding-block: 0.25rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.42;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-fv__mainItemHead {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-top-fv__mainItemBody {
  display: flex;
  flex-grow: 1;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-around;
  padding-block: 0.4375rem 0.75rem;
}
@media (min-width: 768px) {
  .p-top-fv__mainItemBody {
    flex-direction: row-reverse;
    justify-content: center;
    padding-inline: 0.875rem;
    gap: 0.6875rem;
  }
}

.p-top-fv__mainItemText {
  -webkit-margin-before: 0.125rem;
  text-box-trim: trim-both;
  margin-block-start: 0.125rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-fv__mainItemText {
    font-size: 0.9375rem;
  }
}
.p-top-fv__mainItemText img {
  -webkit-margin-start: 0.0625rem;
  display: inline-block;
  width: 0.5625rem;
  margin-inline-start: 0.0625rem;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .p-top-fv__mainItemText img {
    width: 0.75rem;
  }
}
.p-top-fv__mainItemText span {
  color: #fceb45;
  font-size: 1.3125rem;
}
@media (min-width: 768px) {
  .p-top-fv__mainItemText span {
    font-size: 1.625rem;
  }
}
.p-top-fv__mainItemText span.-en {
  font-family: "helvetica-lt-pro", sans-serif !important;
}
.p-top-fv__mainItemText span.-fz11-13 {
  font-size: 0.6875rem;
}
.p-top-fv__mainItemText span.-fz13-16 {
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .p-top-fv__mainItemText span.-fz13-16 {
    font-size: 1rem;
  }
}
.p-top-fv__mainItemText span.-fz15-19 {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .p-top-fv__mainItemText span.-fz15-19 {
    font-size: 1.1875rem;
  }
}
.p-top-fv__mainItemText span.-fz17-22 {
  font-size: 1.0625rem;
}
@media (min-width: 768px) {
  .p-top-fv__mainItemText span.-fz17-22 {
    font-size: 1.375rem;
  }
}

.p-top-fv__mainItemImage img {
  width: auto;
  height: 2.3125rem;
}
@media (min-width: 768px) {
  .p-top-fv__mainItemImage img {
    height: 2.875rem;
  }
}

.p-top-fv__contact {
  padding-block: 1.625rem 1.9375rem;
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .p-top-fv__contact {
    padding-block: 1.375rem 2.1875rem;
  }
}

.p-top-fv__contactInner {
  padding-inline: 1.3125rem;
}
@media (min-width: 768px) {
  .p-top-fv__contactInner {
    padding-inline: 2.5rem;
  }
}

.p-top-fv__contactHead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5625rem;
}
@media (min-width: 768px) {
  .p-top-fv__contactHead {
    gap: 0.75rem;
  }
}

.p-top-fv__contactLabel {
  -webkit-transform: rotate(-11.535deg);
  text-box-trim: trim-both;
  display: -ms-grid;
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 4.375rem;
  height: 4.375rem;
  margin-block: calc((1em - 1lh) / 2);
  transform: rotate(-11.535deg);
  border-radius: 50%;
  background: #f43d57;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.17;
  letter-spacing: 0.03em;
  text-align: center;
  white-space: nowrap;
}
.p-top-fv__contactLabel span.-fz20 {
  font-size: 1.25rem;
  font-family: "helvetica-lt-pro", sans-serif;
}

.p-top-fv__contactTitle {
  text-box-trim: trim-both;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.16;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-top-fv__contactTitle {
    font-size: 1.375rem;
    line-height: 1.09;
    letter-spacing: 0.02em;
  }
}

.p-top-fv__contactWrapper {
  -webkit-margin-before: 0.9375rem;
  margin-block-start: 0.9375rem;
}
@media (min-width: 768px) {
  .p-top-fv__contactWrapper {
    -webkit-margin-before: 0.5625rem;
    margin-block-start: 0.5625rem;
  }
}

.p-top-fv__contactAttention {
  -webkit-margin-before: 0.8125rem;
  margin-block-start: 0.8125rem;
  font-weight: 600;
  font-size: 0.6875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-fv__contactAttention {
    -webkit-margin-before: 0.875rem;
    margin-block-start: 0.875rem;
    font-size: 0.75rem;
  }
}

.p-form__table {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.125rem;
}
@media (min-width: 768px) {
  .p-form__table {
    gap: 0.9375rem;
  }
}
.p-form__table tbody {
  display: contents;
}

.p-form__buttonWrapper {
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
}
@media (min-width: 768px) {
  .p-form__buttonWrapper {
    -webkit-margin-before: 1.5625rem;
    width: 18.875rem;
    margin-inline: auto;
    margin-block-start: 1.5625rem;
  }
}

.p-form__button {
  text-box-trim: trim-both;
  width: 100%;
  height: 3.75rem;
  border-radius: 0.25rem;
  background: #222222;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  transition: background 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-form__button:hover {
    background: #444;
  }
}
.p-form__button:focus {
  outline: none;
}
.p-form__button:focus-visible {
  outline: none;
  background: #444;
}

.p-form__privacy {
  -webkit-margin-before: 1.125rem;
  margin-block-start: 1.125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-form__privacy {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
  }
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  -webkit-margin-before: 0.25rem;
  margin: 0;
  margin-block-start: 0.25rem;
  padding: 0;
  border: none !important;
  color: #f43d57;
  font-weight: 700;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: 1rem;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output.wpcf7-response-output {
  -webkit-margin-before: 0.25rem !important;
  margin: 0 !important;
  margin-block-start: 0.25rem !important;
  padding: 0 !important;
  border: none !important;
  color: #f43d57 !important;
  font-weight: 700;
  font-size: 0.875rem;
  text-align: center !important;
}
@media (min-width: 768px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output.wpcf7-response-output {
    font-size: 1rem;
  }
}

.wpcf7-response-output {
  -webkit-margin-before: 0.625rem !important;
  width: 100%;
  margin: 0 !important;
  margin-block-start: 0.625rem !important;
  padding: 0.625rem 1rem !important;
  border: none !important;
  border-radius: 0.375rem;
  background: #ffe6ea;
  color: #222222 !important;
  font-weight: 700;
  font-size: 0.875rem;
  text-align: center !important;
}

.p-form.-full .p-form__table {
  gap: 1.875rem;
}
.p-form.-full .wpcf7-response-output {
  display: none;
}

.p-form-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.125rem;
}
@media (min-width: 768px) {
  .p-form-item {
    flex-direction: row;
    align-items: center;
    gap: 1.125rem;
  }
}

@media (min-width: 768px) {
  .p-form-item__head {
    -webkit-margin-before: 0;
    flex-shrink: 0;
    width: 6.25rem;
    margin-block-start: 0;
  }
}

.p-form-item__body {
  flex-grow: 1;
}

@media (min-width: 768px) {
  .p-form-item.-start {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .p-form-item.-start .p-form-item__head {
    -webkit-margin-before: 0.625rem;
    margin-block-start: 0.625rem;
  }
}
@media (min-width: 768px) {
  .p-form-item.-full .p-form-item__head {
    width: 11.25rem;
  }
}

.p-form-head {
  display: flex;
  position: relative;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .p-form-head {
    gap: 0.75rem;
  }
}

.p-form-head__name {
  text-box-trim: trim-both;
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 0.875rem;
  line-height: 1.71;
  letter-spacing: 0.02em;
}

.p-form-head__label {
  display: inline-block;
  padding: 0.3125rem 0.375rem;
  border-radius: 0.25rem;
  background: #8e8e8e;
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
}
.p-form-head__label.-required {
  background: #f43d57;
}

.p-form-head__text {
  position: absolute;
  top: 2.5rem;
  left: 0;
  font-size: 0.75rem;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .p-form-head.-full .p-form-head__name {
    font-size: 1rem;
  }
}

.p-top-support__heading {
  text-box-trim: trim-both;
  position: relative;
  padding-inline: 0.9375rem;
  padding-block: 0.9375rem;
  background: #f43d57;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-support__heading {
    padding-block: 1.375rem 1.3125rem;
    font-size: 1.875rem;
  }
}
.p-top-support__heading::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: none;
  position: absolute;
  bottom: 0.125rem;
  left: 50%;
  width: 2.9375rem;
  height: 1.5rem;
  translate: -50% 100%;
  background: #f43d57;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 768px) {
  .p-top-support__heading::before {
    width: 3.8125rem;
    height: 1.9375rem;
  }
}

.p-top-support__image img {
  aspect-ratio: 375/237;
}
@media (min-width: 768px) {
  .p-top-support__image img {
    aspect-ratio: 1440/633;
    max-height: 40.625rem;
  }
}

.p-top-problem {
  padding-block: 3.1875rem 6rem;
  background: url(../img/sp/p-top-problem_bg-min.webp) no-repeat top center/cover;
}
@media (min-width: 768px) {
  .p-top-problem {
    padding-block: 4.6875rem 11.125rem;
    background-image: url(../img/p-top-problem_bg-min.webp);
  }
}

.p-top-problem__heading {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-problem__heading {
    font-size: 2.375rem;
    letter-spacing: 0.05em;
  }
}

.p-top-problem__content {
  -webkit-margin-before: 2.4375rem;
  margin-block-start: 2.4375rem;
}
@media (min-width: 768px) {
  .p-top-problem__content {
    -webkit-margin-before: 3.25rem;
    margin-block-start: 3.25rem;
  }
}

.p-top-problem__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .p-top-problem__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.375rem 1.875rem;
  }
}

.p-top-problem__item {
  text-box-trim: trim-both;
  position: relative;
  width: 100%;
  padding: 0.5625rem 0.5625rem 0.5625rem;
  border: 0.125rem solid rgba(34, 34, 34, 0.1);
  border-radius: 0.375rem;
  background: #ffffff;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-problem__item {
    width: calc((100% - 3.75rem) / 3);
    padding: 1.625rem;
    font-size: 1.5rem;
  }
}
.p-top-problem__item::before {
  display: block;
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: 1.1875rem;
  height: 1.3125rem;
  background: url(../img/icon_vortex.svg) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-top-problem__item::before {
    top: -0.9375rem;
    left: -0.6875rem;
    width: 1.9375rem;
    height: 2.125rem;
  }
}

.p-top-problem__arrow {
  -webkit-margin-before: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .p-top-problem__arrow {
    -webkit-margin-before: 1.9375rem;
    margin-block-start: 1.9375rem;
  }
}
.p-top-problem__arrow img {
  width: 5.4375rem;
}
@media (min-width: 768px) {
  .p-top-problem__arrow img {
    width: 10.1875rem;
  }
}

.p-top-problem__answer {
  -webkit-margin-before: 0.75rem;
  margin-block-start: 0.75rem;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-top-problem__answer {
    -webkit-margin-before: 0.9375rem;
    margin-block-start: 0.9375rem;
    font-size: 1.75rem;
    line-height: normal;
  }
}

.p-top-problem__banner {
  -webkit-margin-before: 1.6875rem;
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  margin-block-start: 1.6875rem;
  padding: 1.5625rem 1.4375rem 1.25rem;
  overflow: hidden;
  border-radius: 0.375rem;
  background: linear-gradient(269deg, #f43d57 0%, #d20013 100%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-top-problem__banner {
    -webkit-margin-before: 2.1875rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-block-start: 2.1875rem;
    padding: 2.0625rem 3.625rem 2.8125rem 4.5625rem;
  }
}
.p-top-problem__banner::before {
  display: block;
  position: absolute;
  inset: 0;
  border: 0.25rem solid rgba(255, 255, 255, 0.4);
  border-radius: 0.375rem;
  content: "";
}
@media (min-width: 768px) {
  .p-top-problem__banner::before {
    border-width: 0.375rem;
  }
}
@media (any-hover: hover) {
  .p-top-problem__banner:hover .p-top-problem__bannerButton {
    background: #444;
  }
  .p-top-problem__banner:hover .p-top-problem__bannerButton::after {
    right: 1.5625rem;
  }
}
.p-top-problem__banner:focus {
  outline: none;
}
.p-top-problem__banner:focus-visible {
  outline: none;
}
.p-top-problem__banner:focus-visible .p-top-problem__bannerButton {
  background: #444;
}
.p-top-problem__banner:focus-visible .p-top-problem__bannerButton::after {
  right: 1.5625rem;
}
@media (min-width: 768px) {
  .p-top-problem__banner:focus-visible .p-top-problem__bannerButton::after {
    right: 1.75rem;
  }
}

.p-top-problem__bannerLeft {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .p-top-problem__bannerLeft {
    align-items: flex-end;
    gap: 2.9375rem;
  }
}

.p-top-problem__bannerText {
  text-box-trim: trim-both;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.37;
}
@media (min-width: 768px) {
  .p-top-problem__bannerText {
    font-size: 2rem;
  }
}
.p-top-problem__bannerText span {
  color: #ffef4e;
}
.p-top-problem__bannerText span.-fz40-66 {
  padding-inline: 0.1875rem 0.0625rem;
  font-size: 2.5rem;
  line-height: 0.7;
  font-family: "helvetica-lt-pro", sans-serif;
}
@media (min-width: 768px) {
  .p-top-problem__bannerText span.-fz40-66 {
    font-size: 4.125rem;
  }
}
.p-top-problem__bannerText span.-fz26-42 {
  font-style: normal;
  font-size: 1.625rem;
}
@media (min-width: 768px) {
  .p-top-problem__bannerText span.-fz26-42 {
    font-size: 2.625rem;
  }
}

@media (min-width: 768px) {
  .p-top-problem__bannerImage {
    flex-shrink: 0;
  }
}
.p-top-problem__bannerImage img {
  width: 5.3125rem;
}
@media (min-width: 768px) {
  .p-top-problem__bannerImage img {
    width: 7.375rem;
  }
}

.p-top-problem__bannerRight {
  -webkit-margin-before: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 2rem;
}
@media (min-width: 768px) {
  .p-top-problem__bannerRight {
    -webkit-margin-before: 0.75rem;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    margin-block-start: 0.75rem;
  }
}

.p-top-problem__bannerButton {
  text-box-trim: trim-both;
  display: inline-block;
  position: relative;
  padding: 1.125rem 4.25rem 1.125rem 3.8125rem;
  border-radius: 100vmax;
  background: #222222;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  transition: background 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-top-problem__bannerButton {
    padding-block: 1.3125rem 1.25rem;
    font-size: 1.25rem;
  }
}
.p-top-problem__bannerButton::before, .p-top-problem__bannerButton::after {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
}
.p-top-problem__bannerButton::before {
  right: 1.125rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-top-problem__bannerButton::before {
    right: 1.25rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}
.p-top-problem__bannerButton::after {
  right: 1.875rem;
  width: 0.4375rem;
  height: 0.4375rem;
  rotate: -45deg;
  border-right: 0.125rem solid #222222;
  border-bottom: 0.125rem solid #222222;
  transition: right 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-top-problem__bannerButton::after {
    right: 2.0625rem;
  }
}

.p-item {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
  width: 100%;
  height: 100%;
  padding: 1.25rem 1.25rem 1.8125rem;
  gap: 0.625rem;
  border: 0.125rem solid rgba(34, 34, 34, 0.1);
  border-radius: 0.25rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-item {
    align-items: flex-start;
    justify-content: flex-end;
    padding: 1.625rem;
    gap: 1rem;
  }
}

.p-item__number {
  text-box-trim: trim-both;
  display: -ms-grid;
  display: grid;
  position: absolute;
  top: -0.5625rem;
  left: -0.5625rem;
  place-content: center;
  width: 3.375rem;
  height: 3.375rem;
  border: 0.1875rem solid #ffffff;
  border-radius: 50%;
  background: #f43d57;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 1;
  font-family: "helvetica-lt-pro", sans-serif;
}
@media (min-width: 768px) {
  .p-item__number {
    top: -1.25rem;
    left: -1.25rem;
    width: 5rem;
    height: 5rem;
    border-width: 0.25rem;
    font-size: 1.875rem;
  }
}

.p-item__title {
  color: #f43d57;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}
.p-item__title span {
  letter-spacing: -0.05em;
}

.p-item__text {
  -webkit-margin-before: 0.625rem;
  text-box-trim: trim-both;
  margin-block-start: 0.625rem;
  font-size: 0.875rem;
  line-height: 2;
}

.p-item__image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
}
@media (min-width: 768px) {
  .p-item__image {
    border-radius: 0.375rem;
  }
}
.p-item__image.-border {
  border: 0.0625rem solid rgba(34, 34, 34, 0.2);
}
.p-item__image img {
  aspect-ratio: 458/255;
}

@media (min-width: 768px) {
  .p-item.-number {
    padding: 1.75rem 2.0625rem 1.25rem;
  }
}
@media (min-width: 768px) {
  .p-item.-number .p-item__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-item.-number .p-item__text {
    -webkit-margin-before: 1rem;
    margin-block-start: 1rem;
    font-size: 0.9375rem;
  }
}

.p-reason {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 98%, 50% 100%, 0 98%);
  z-index: 2;
  position: relative;
  padding-block: 2.1875rem 5.25rem;
  overflow: hidden;
  background: #f43d57;
  clip-path: polygon(0 0, 100% 0, 100% 98%, 50% 100%, 0 98%);
}
@media (min-width: 768px) {
  .p-reason {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
    padding-block: 4.25rem 8.0625rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
  }
}
.p-reason::before {
  display: block;
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 0.0625rem, transparent 0.0625rem), linear-gradient(to right, rgba(255, 255, 255, 0.1) 0.0625rem, transparent 0.0625rem);
  background-position: 0.6875rem 0.6875rem;
  background-size: 1.25rem 1.25rem;
  content: "";
}
@media (min-width: 768px) {
  .p-reason::before {
    background-position: 1.125rem 1.0625rem;
    background-size: 0.8125rem 1.25rem;
  }
}

.p-reason__heading {
  text-box-trim: trim-both;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.0625rem;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.875rem;
  line-height: 1.26;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-reason__heading {
    gap: 3.125rem;
    font-size: 2.875rem;
  }
}
.p-reason__heading span {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .p-reason__heading span {
    font-size: 2.25rem;
  }
}

.p-reason__headingDeco img {
  width: 1.75rem;
}
@media (min-width: 768px) {
  .p-reason__headingDeco img {
    width: 2.75rem;
  }
}

.p-reason__content {
  -webkit-margin-before: 1.5625rem;
  margin-block-start: 1.5625rem;
}
@media (min-width: 768px) {
  .p-reason__content {
    -webkit-margin-before: 3.4375rem;
    margin-block-start: 3.4375rem;
  }
}

.p-reason__list {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
@media (min-width: 768px) {
  .p-reason__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.5rem 2.375rem;
  }
}

.p-reason__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .p-reason__item {
    width: calc((100% - 2.375rem) / 2);
    height: 33.5rem;
  }
}

@media (min-width: 768px) {
  .p-reason.-page .p-reason__heading {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .p-reason.-page .p-reason__heading span {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .p-reason.-page .p-reason__headingDeco {
    width: 2.25rem;
  }
}
@media (min-width: 768px) {
  .p-reason.-page .p-reason__content {
    -webkit-margin-before: 2.8125rem;
    margin-block-start: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .p-reason.-page .p-reason__list {
    gap: 1.875rem;
  }
}
@media (min-width: 768px) {
  .p-reason.-page .p-reason__item {
    width: calc((100% - 1.875rem) / 2);
    height: 28.9375rem;
  }
}

.p-promise {
  -webkit-margin-before: -3.875rem;
  margin-block-start: -3.875rem;
  padding-block: 6.3125rem 3.125rem;
  background: url(../img/sp/p-promise_bg-top-min.webp) no-repeat top center/cover;
}
@media (min-width: 768px) {
  .p-promise {
    -webkit-margin-before: -6.5625rem;
    margin-block-start: -6.5625rem;
    padding-block: 10.5rem 8rem;
    background-image: url(../img/p-promise_bg-top-min.webp);
  }
}

@media (min-width: 768px) {
  .p-promise__inner {
    max-width: 64.375rem;
  }
}

.p-promise__title {
  position: relative;
  margin-inline: auto;
  color: #f43d57;
  font-weight: 800;
  font-size: 1.9375rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-promise__title::before {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.4375rem;
  width: 20.6875rem;
  height: 2.5rem;
  background: url(../img/sp/p-promise_title-top-min.webp) no-repeat top center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-promise__title::before {
    top: 0.375rem;
    left: 50%;
    width: 32rem;
    height: 3.75rem;
    translate: -50%;
    background-image: url(../img/p-promise_title-top-min.webp);
  }
}
@media (min-width: 768px) {
  .p-promise__title {
    font-size: 3rem;
  }
}
.p-promise__title span {
  z-index: 2;
  position: relative;
}

.p-promise__lead {
  -webkit-margin-before: 0.625rem;
  position: relative;
  margin-inline: auto;
  margin-block-start: 0.625rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
.p-promise__lead::before {
  display: block;
  position: absolute;
  top: 0.0625rem;
  left: -0.0625rem;
  width: 21.3125rem;
  height: 3.25rem;
  gap: 3.25rem;
  background: url(../img/sp/p-promise_lead-top-min.webp) no-repeat top center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-promise__lead::before {
    top: 0;
    left: 49.5%;
    width: 42.9375rem;
    height: 1.875rem;
    translate: -50%;
    background-image: url(../img/p-promise_lead-top-min.webp);
  }
}
@media (min-width: 768px) {
  .p-promise__lead {
    font-size: 1.25rem;
    letter-spacing: -0.0008em;
  }
}
.p-promise__lead span {
  z-index: 2;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-promise__lead span {
    -webkit-padding-after: 0.0625rem;
    padding-block-end: 0.0625rem;
  }
}

.p-promise__content {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-promise__content {
    -webkit-margin-before: 2rem;
    margin-block-start: 2rem;
  }
}

.p-promise__list {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.p-promise__item {
  width: 100%;
}

.p-promise__text {
  -webkit-margin-before: 2.625rem;
  position: relative;
  margin-block-start: 2.625rem;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.98;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-promise__text::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0.375rem;
  left: 0.0625rem;
  width: 20.625rem;
  height: 7.75rem;
  background: url(../img/sp/p-promise_text-top-min.webp) no-repeat top center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-promise__text::before {
    top: 0.3125rem;
    left: 0;
    width: 57.625rem;
    height: 4.6875rem;
    background-image: url(../img/p-promise_text-top-min.webp);
  }
}
@media (min-width: 768px) {
  .p-promise__text {
    -webkit-margin-before: 3rem;
    -webkit-padding-after: 0.125rem;
    margin-block-start: 3rem;
    padding-block-end: 0.125rem;
    font-size: 1.5rem;
    line-height: 1.66;
    letter-spacing: 0.05em;
  }
}
.p-promise__text span {
  z-index: 2;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-promise__text span {
    -webkit-margin-start: 0.3125rem;
    margin-inline-start: 0.3125rem;
  }
}

@media (min-width: 768px) {
  .p-promise.-page {
    -webkit-margin-before: -5.5rem;
    margin-block-start: -5.5rem;
    padding-block: 8.125rem 4.125rem;
  }
}
@media (min-width: 768px) {
  .p-promise.-page .p-promise__title {
    font-size: 2.25rem;
    letter-spacing: 0.06em;
  }
  .p-promise.-page .p-promise__title::before {
    width: 24.1875rem;
    height: 2.75rem;
    background-image: url(../img/p-promise_title-page-min.webp);
  }
}
@media (min-width: 768px) {
  .p-promise.-page .p-promise__lead {
    font-size: 1.125rem;
    line-height: 1.35;
    line-height: 1;
    letter-spacing: 0.015em;
  }
  .p-promise.-page .p-promise__lead::before {
    top: -0.1875rem;
    left: 49.4%;
    width: 38.75rem;
    height: 1.5625rem;
    background-image: url(../img/p-promise_lead-page-min.webp);
  }
}
@media (min-width: 768px) {
  .p-promise.-page .p-promise__text {
    -webkit-margin-before: 3rem;
    -webkit-padding-after: 0.125rem;
    margin-inline: auto;
    margin-block-start: 3rem;
    padding-block-end: 0.125rem;
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: 0.056em;
  }
  .p-promise.-page .p-promise__text::before {
    top: 0.25rem;
    left: 49.5%;
    width: 48.125rem;
    height: 3.75rem;
    translate: -50%;
    background-image: url(../img/p-promise_text-page-min.webp);
  }
}

.p-item-check {
  position: relative;
  padding: 2.375rem 1.1875rem;
  border: 0.125rem solid rgba(34, 34, 34, 0.09);
  border-radius: 0.375rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-item-check {
    padding: 2.0625rem 1.5rem 2.6875rem;
  }
}

.p-item-check__checkbox {
  position: absolute;
  top: 0.375rem;
  left: 0.875rem;
}
@media (min-width: 768px) {
  .p-item-check__checkbox {
    top: 1.6875rem;
    left: 1.625rem;
  }
}
.p-item-check__checkbox img {
  width: 2.1875rem;
}
@media (min-width: 768px) {
  .p-item-check__checkbox img {
    width: 3.125rem;
  }
}

.p-item-check__title {
  text-box-trim: trim-both;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-item-check__title {
    -webkit-padding-start: 3.5625rem;
    padding-inline-start: 3.5625rem;
    font-size: 1.875rem;
    letter-spacing: 0.05em;
    text-align: left;
  }
}

.p-item-check__text {
  -webkit-margin-before: 1.5625rem;
  text-box-trim: trim-both;
  margin-block-start: 1.5625rem;
  font-size: 0.9375rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-item-check__text {
    -webkit-margin-before: 1.125rem;
    margin-block-start: 1.125rem;
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .p-item-check.-small {
    padding: 1.9375rem 1.75rem 2.125rem;
  }
}
@media (min-width: 768px) {
  .p-item-check.-small .p-item-check__title {
    -webkit-padding-start: 3rem;
    padding-inline-start: 3rem;
    font-size: 1.625rem;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .p-item-check.-small .p-item-check__checkbox {
    top: 1.6875rem;
    left: 1.8125rem;
  }
}
@media (min-width: 768px) {
  .p-item-check.-small .p-item-check__checkbox img {
    width: 2.375rem;
  }
}
.p-item-check.-small .p-item-check__text {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
}

.p-cta {
  position: relative;
  padding-block: 1.6875rem;
  border-top: 0.5rem solid #85b945;
  border-bottom: 0.5rem solid #85b945;
  background: linear-gradient(180deg, #fdf3d9 0%, #fff8e7 50%, #fdf3d9 100%);
}
@media (min-width: 768px) {
  .p-cta {
    padding-block: 3.125rem;
    border-top: 0.625rem solid #85b945;
    border-bottom: 0.625rem solid #85b945;
  }
}

.p-cta__deco {
  z-index: 1;
  position: absolute;
  top: 5.25rem;
  right: 0.5rem;
  width: 11.5rem;
}
@media (min-width: 768px) {
  .p-cta__deco {
    top: unset;
    right: calc(50% - 43.75rem);
    bottom: 0;
    width: 21.375rem;
  }
}

.p-cta__inner {
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .p-cta__inner {
    max-width: 56.25rem;
  }
}

.p-cta__leadWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.6875rem;
}

.p-cta__leadDeco {
  width: 1.25rem;
}
@media (min-width: 768px) {
  .p-cta__leadDeco {
    width: 1.125rem;
  }
}

.p-cta__lead {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  .p-cta__lead {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

.p-cta__title {
  -webkit-margin-before: 1.5rem;
  text-box-trim: trim-both;
  width: 15.375rem;
  margin-block-start: 1.5rem;
  font-weight: 800;
  font-size: 2.0625rem;
  line-height: 1.31;
  text-align: center;
}
.p-cta__title span.-ls {
  letter-spacing: -0.3em;
}
@media (min-width: 768px) {
  .p-cta__title {
    -webkit-margin-before: 0.625rem;
    width: 100%;
    margin-block-start: 0.625rem;
    font-size: 2.75rem;
    line-height: normal;
  }
}
.p-cta__title span.-fz23 {
  font-size: 1.4375rem;
}
@media (min-width: 768px) {
  .p-cta__title span.-fz23 {
    padding-inline: 0.25rem;
    font-size: 2.1875rem;
  }
}
.p-cta__title span.-color {
  paint-order: stroke;
  -webkit-text-stroke-color: #fef5df;
  -webkit-text-stroke-width: 0.4375rem;
  color: #f43d57;
}
@media (min-width: 768px) {
  .p-cta__title span.-color {
    paint-order: initial;
    -webkit-text-stroke-color: initial;
    -webkit-text-stroke-width: initial;
  }
}

.p-cta__buttons {
  -webkit-margin-before: 1.25rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.25rem;
  gap: 0.8125rem;
}
@media (min-width: 768px) {
  .p-cta__buttons {
    flex-direction: row;
    gap: 1.3125rem;
  }
}

.p-cta__button {
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  width: 100%;
  height: 4.375rem;
  padding: 0.5rem 0.625rem 0.4375rem;
  overflow: hidden;
  border: 0.1875rem solid var(--Linear, #85b945);
  border-radius: 0.5625rem;
  background: linear-gradient(180deg, #5fa30d 0%, #78b929 46.63%, #6fa82b 100%);
  box-shadow: 0 0.1875rem 0 0 #60a40d;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .p-cta__button {
    height: 5.9375rem;
    padding: 0.75rem 0.625rem;
    border: 0.25rem solid var(--Linear, #85b945);
    border-radius: 0.875rem;
    background: linear-gradient(180deg, #5fa30d 0%, #78b929 46.63%, #6fa82b 100%);
    box-shadow: 0 0.25rem 0 0 #60a40d;
  }
}
.p-cta__button::before {
  display: block;
  z-index: 1;
  position: absolute;
  inset: 0;
  background: #000000;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-cta__button:hover::before {
    opacity: 0.15;
  }
}
.p-cta__button:focus {
  outline: none;
}
.p-cta__button:focus-visible {
  outline: none;
}
.p-cta__button:focus-visible::before {
  opacity: 0.15;
}
@media (min-width: 768px) {
  .p-cta__button.-tel {
    pointer-events: none;
  }
}
.p-cta__button.-tel .p-cta__buttonMain {
  -webkit-padding-start: 1.3125rem;
  padding-inline-start: 1.3125rem;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1;
  font-family: "helvetica-lt-pro", sans-serif;
}
@media (min-width: 768px) {
  .p-cta__button.-tel .p-cta__buttonMain {
    -webkit-padding-start: 2.0625rem;
    padding-inline-start: 2.0625rem;
    font-size: 2.3125rem;
  }
}
.p-cta__button.-tel .p-cta__buttonMain::before {
  top: 50%;
  width: 1.1875rem;
  height: 1.1875rem;
  background: url(../img/icon_tel-border.svg) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-cta__button.-tel .p-cta__buttonMain::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.p-cta__button.-mail .p-cta__buttonMain {
  -webkit-padding-start: 1.8125rem;
  padding-inline-start: 1.8125rem;
  font-weight: 800;
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .p-cta__button.-mail .p-cta__buttonMain {
    -webkit-padding-start: 2.4375rem;
    padding-inline-start: 2.4375rem;
    font-size: 1.75rem;
  }
}
.p-cta__button.-mail .p-cta__buttonMain::before {
  top: 54%;
  width: 1.375rem;
  height: 1.0625rem;
  background: url(../img/icon_mail-border.svg) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-cta__button.-mail .p-cta__buttonMain::before {
    width: 2.1875rem;
    height: 1.6875rem;
  }
}

.p-cta__buttonMain {
  text-box-trim: trim-both;
  z-index: 2;
  paint-order: stroke;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-text-stroke-color: #8ac247;
  -webkit-text-stroke-width: 0.125rem;
  margin-inline: auto;
}
.p-cta__buttonMain::before {
  display: block;
  position: absolute;
  left: 0;
  translate: 0 -50%;
  content: "";
}

.p-cta__buttonSub {
  text-box-trim: trim-both;
  z-index: 2;
  position: relative;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .p-cta.-page .p-cta__deco {
    right: calc(50% - 31rem);
    width: 20.9375rem;
  }
}
@media (min-width: 768px) {
  .p-cta.-page .p-cta__inner {
    max-width: 50.75rem;
    margin-inline: auto;
    padding-inline: 0;
    translate: -4.9375rem;
  }
}
@media (min-width: 768px) {
  .p-cta.-page .p-cta__title {
    font-size: 2.625rem;
  }
  .p-cta.-page .p-cta__title span.-ls {
    letter-spacing: -0.3em;
  }
}
@media (min-width: 768px) {
  .p-cta.-page .p-cta__buttons {
    -webkit-margin-before: 1.75rem;
    width: 44.5rem;
    margin-inline: auto;
    margin-block-start: 1.75rem;
  }
}

.p-top-case {
  position: relative;
  padding-block: 3rem;
}
@media (min-width: 768px) {
  .p-top-case {
    padding-block: 4.4375rem 5.125rem;
  }
}
.p-top-case::before {
  display: block;
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(34, 34, 34, 0.05) 0.0625rem, transparent 0.0625rem), linear-gradient(to right, rgba(34, 34, 34, 0.05) 0.0625rem, transparent 0.0625rem);
  background-position: 0.6875rem 0.6875rem;
  background-size: 1.25rem 1.25rem;
  content: "";
}

.p-top-case__subWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.p-top-case__subDeco {
  width: 1.375rem;
}

.p-top-case__sub {
  text-box-trim: trim-both;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-top-case__sub {
    font-size: 1.375rem;
  }
}

.p-top-case__title {
  -webkit-margin-before: 0.375rem;
  margin-block-start: 0.375rem;
  font-weight: 800;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-case__title {
    font-size: 2.75rem;
  }
}
.p-top-case__title span.-fz30-38 {
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .p-top-case__title span.-fz30-38 {
    font-size: 2.375rem;
  }
}
.p-top-case__title span.-color {
  color: #f43d57;
}

.p-top-case__leadWrapper {
  -webkit-margin-before: 1.4375rem;
  display: flex;
  align-items: center;
  margin-block-start: 1.4375rem;
  padding: 0.5625rem 1.5625rem;
  gap: 0.5625rem;
  border-top: 0.125rem solid #222222;
  border-bottom: 0.125rem solid #222222;
}
@media (min-width: 768px) {
  .p-top-case__leadWrapper {
    justify-content: center;
    width: 41rem;
    margin-inline: auto;
  }
}

.p-top-case__leadIcon {
  width: 1.5625rem;
}
@media (min-width: 768px) {
  .p-top-case__leadIcon {
    width: 1.3125rem;
  }
}

.p-top-case__lead {
  text-box-trim: trim-both;
  font-weight: 500;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-top-case__lead {
    font-size: 1.125rem;
    line-height: normal;
  }
}

.p-top-case__content {
  -webkit-margin-before: 1.6875rem;
  margin-block-start: 1.6875rem;
}
@media (min-width: 768px) {
  .p-top-case__content {
    -webkit-margin-before: 2.4375rem;
    margin-block-start: 2.4375rem;
  }
}

.p-top-case__headList {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0.625rem;
}
@media (min-width: 768px) {
  .p-top-case__headList {
    align-items: center;
    justify-content: center;
    gap: 1.5rem 1.125rem;
  }
}

.p-top-case__headItem {
  display: contents;
}

.p-top-case__headLink {
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  width: calc((100% - 0.625rem) / 2);
  height: 5.4375rem;
  padding: 1.125rem 1.625rem 2rem;
  border: 0.125rem solid rgba(34, 34, 34, 0.1);
  border-radius: 0.375rem;
  background: #ffe6ea;
  box-shadow: 0 0.375rem 0 0 #f6a4af;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition: background 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-top-case__headLink {
    width: calc((100% - 3.375rem) / 4);
    padding-block: 1.125rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.p-top-case__headLink::before {
  display: block;
  position: absolute;
  bottom: 0.625rem;
  left: 50%;
  width: 1.0625rem;
  height: 0.4375rem;
  translate: -50%;
  background: url(../img/icon_arrow-bottom.svg) no-repeat center center/cover;
  content: "";
}
@media (any-hover: hover) {
  .p-top-case__headLink:hover {
    background: #febbc5;
  }
}
.p-top-case__headLink:focus {
  outline: none;
}
.p-top-case__headLink:focus-visible {
  outline: none;
  background: #febbc5;
}

.p-top-case__articles {
  -webkit-margin-before: 2.875rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 2.875rem;
  gap: 2.375rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .p-top-case__articles {
    -webkit-margin-before: 3.875rem;
    flex-direction: row;
    align-items: flex-start;
    margin-block-start: 3.875rem;
  }
}

.p-top-case__article {
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-case__article {
    width: calc((100% - 4.75rem) / 3);
  }
}

.p-top-case__button {
  -webkit-margin-before: 3rem;
  width: 16.6875rem;
  margin-inline: auto;
  margin-block-start: 3rem;
}
@media (min-width: 768px) {
  .p-top-case__button {
    -webkit-margin-before: 4.0625rem;
    width: 18.5625rem;
    margin-block-start: 4.0625rem;
  }
}

.js_article[style*="display: none"] {
  display: none !important;
}

.js_tab.active {
  background: #febbc5;
}

@-webkit-keyframes softFadeIn {
  0% {
    scale: 0.95;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}

@keyframes softFadeIn {
  0% {
    scale: 0.95;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
@-webkit-keyframes softFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes softFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-article {
  display: contents;
}

.p-article__link {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.75rem;
}
@media (any-hover: hover) {
  .p-article__link:hover .p-article__image img {
    scale: 1.1;
  }
}
.p-article__link:focus {
  outline: none;
}
.p-article__link:focus-visible {
  outline: none;
}
.p-article__link:focus-visible .p-article__image img {
  scale: 1.1;
}

.p-article__title {
  text-box-trim: trim-both;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-article__title {
    font-size: 1.25rem;
  }
}

.p-article__categories {
  -webkit-margin-before: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-block-start: 0.625rem;
  gap: 0.375rem;
}
@media (min-width: 768px) {
  .p-article__categories {
    -webkit-margin-before: 0.875rem;
    margin-block-start: 0.875rem;
  }
}

.p-article__image {
  overflow: hidden;
  border-radius: 0.375rem;
}
.p-article__image img {
  aspect-ratio: 344/192;
  transition: scale 0.3s ease-out;
}

.p-top-voice {
  padding-block: 4.5rem 4.1875rem;
  background: url(../img/sp/p-top-voice_bg-min.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-top-voice {
    padding-block: 5.375rem 4.625rem;
    background-image: url(../img/p-top-voice_bg-min.webp);
  }
}

@media (min-width: 768px) {
  .p-top-voice__inner {
    max-width: 75.0625rem;
    margin-inline: auto;
    padding-inline: 3.125rem;
  }
}

.p-top-voice__heading {
  -webkit-filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.85));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5625rem;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.85));
}

.p-top-voice__deco {
  width: 1.9375rem;
}
@media (min-width: 768px) {
  .p-top-voice__deco {
    width: 2.375rem;
  }
}

.p-top-voice__title {
  text-box-trim: trim-both;
  color: #ffffff;
  font-weight: 800;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-voice__title {
    font-size: 2.75rem;
  }
}

.p-top-voice__content {
  -webkit-margin-before: 3.125rem;
  margin-block-start: 3.125rem;
}
@media (min-width: 768px) {
  .p-top-voice__content {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
  }
}

.p-top-voice__swiper-container,
.p-top-voice__swiper,
.p-top-voice__swiper-wrapper,
.p-top-voice__swiper-slide {
  position: relative;
}

.p-top-voice__swiper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 768px) {
  .p-top-voice__swiper {
    -webkit-padding-before: 2rem;
    padding-block-start: 2rem;
  }
}

.p-top-voice__swiper-wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 768px) {
  .p-top-voice__swiper-wrapper {
    width: 68.8125rem;
    margin-inline: auto;
  }
}

.p-top-voice__swiper-slide {
  display: flex;
  flex-direction: column-reverse;
  width: 18.75rem;
  padding: 1.25rem 1.25rem 1.875rem;
  border: 0.125rem solid rgba(34, 34, 34, 0.15);
  border-radius: 0.375rem;
  background: #ffffff;
  transition: translate 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-top-voice__swiper-slide {
    width: 21.9375rem;
    padding: 1.625rem 1.875rem 2.375rem;
  }
  .p-top-voice__swiper-slide.swiper-slide-active {
    translate: 0 -2rem;
  }
}

.p-top-voice__text {
  -webkit-margin-before: 2.0625rem;
  text-box-trim: trim-both;
  margin-block-start: 2.0625rem;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-top-voice__text {
    -webkit-margin-before: 1.625rem;
    margin-block-start: 1.625rem;
  }
}

.p-top-voice__imageArea {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .p-top-voice__imageArea {
    gap: 1.3125rem;
  }
}

.p-top-voice__image {
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #bebebe;
}
@media (min-width: 768px) {
  .p-top-voice__image {
    width: 5.4375rem;
    height: 5.4375rem;
  }
}

.p-top-voice .swiper-button-prev,
.p-top-voice .swiper-button-next {
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  margin: 0;
  padding: 0;
}
.p-top-voice .swiper-button-prev::after,
.p-top-voice .swiper-button-next::after {
  content: "";
}
.p-top-voice .p-top-voice__swiper-nav {
  -webkit-margin-before: 1.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-start: 1.9375rem;
  gap: 1.4375rem;
}
@media (min-width: 768px) {
  .p-top-voice .p-top-voice__swiper-nav {
    display: contents;
  }
}
.p-top-voice .swiper-button-prev,
.p-top-voice .swiper-button-next {
  position: relative !important;
  width: 3.8125rem;
  height: 3.8125rem;
  border: 0.125rem solid rgba(34, 34, 34, 0.15);
  border-radius: 0.125rem;
  background: #ffffff;
  transition: background 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-top-voice .swiper-button-prev,
  .p-top-voice .swiper-button-next {
    position: absolute !important;
    top: 56%;
    translate: 0 -50%;
  }
}
.p-top-voice .swiper-button-prev::before,
.p-top-voice .swiper-button-next::before {
  display: block;
  position: absolute;
  width: 0.4375rem;
  height: 0.4375rem;
  border-right: 0.125rem solid #222222;
  border-bottom: 0.125rem solid #222222;
  content: "";
  transition: border-color 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-top-voice .swiper-button-prev:hover,
  .p-top-voice .swiper-button-next:hover {
    background: #222222;
  }
  .p-top-voice .swiper-button-prev:hover::before,
  .p-top-voice .swiper-button-next:hover::before {
    border-color: #ffffff;
  }
}
.p-top-voice .swiper-button-prev:focus,
.p-top-voice .swiper-button-next:focus {
  outline: none;
}
.p-top-voice .swiper-button-prev:focus-visible,
.p-top-voice .swiper-button-next:focus-visible {
  outline: none;
  background: #222222;
}
.p-top-voice .swiper-button-prev:focus-visible::before,
.p-top-voice .swiper-button-next:focus-visible::before {
  border-color: #ffffff;
}
.p-top-voice .swiper-button-prev::before {
  rotate: 135deg;
}
@media (min-width: 768px) {
  .p-top-voice .swiper-button-prev {
    left: -4.9375rem;
  }
}
.p-top-voice .swiper-button-next::before {
  rotate: -45deg;
}
@media (min-width: 768px) {
  .p-top-voice .swiper-button-next {
    right: -4.9375rem;
  }
}

.p-top-voice__button {
  -webkit-margin-before: 2.8125rem;
  width: 18.5rem;
  margin-inline: auto;
  margin-block-start: 2.8125rem;
}
@media (min-width: 768px) {
  .p-top-voice__button {
    width: 21.1875rem;
  }
}

.p-top-menu {
  position: relative;
  background: url(../img/sp/p-top-menu_bg-min.png) no-repeat top center/cover;
}
@media (min-width: 768px) {
  .p-top-menu {
    background-image: url(../img/p-top-menu_bg-min.png);
  }
}

.p-top-menu__heading {
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  height: 5.875rem;
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
  background: #f43d57;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-menu__heading {
    height: 6.25rem;
    font-size: 2.25rem;
  }
}
.p-top-menu__heading::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  position: absolute;
  bottom: 0.125rem;
  left: 50%;
  width: 2.9375rem;
  height: 1.5rem;
  translate: -50% 100%;
  background: #f43d57;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 768px) {
  .p-top-menu__heading::before {
    width: 3.8125rem;
    height: 1.9375rem;
  }
}

.p-top-menu__content {
  padding-block: 2.875rem 3.75rem;
}
@media (min-width: 768px) {
  .p-top-menu__content {
    padding-block: 3.875rem 4.6875rem;
  }
}

.p-top-menu__group {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .p-top-menu__group {
    gap: 1.875rem;
  }
}
.p-top-menu__group + .p-top-menu__group {
  -webkit-margin-before: 2.25rem;
  margin-block-start: 2.25rem;
}
@media (min-width: 768px) {
  .p-top-menu__group + .p-top-menu__group {
    -webkit-margin-before: 3.875rem;
    margin-block-start: 3.875rem;
  }
}

.p-top-menu__title {
  -webkit-padding-start: 1.75rem;
  text-box-trim: trim-both;
  position: relative;
  padding-inline-start: 1.75rem;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top-menu__title {
    -webkit-padding-start: 2.25rem;
    padding-inline-start: 2.25rem;
    font-size: 1.5rem;
  }
}
.p-top-menu__title::before {
  display: block;
  position: absolute;
  top: 54%;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #f43d57;
  content: "";
}
@media (min-width: 768px) {
  .p-top-menu__title::before {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.p-top-menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8125rem;
}

.p-top-menu__item {
  text-box-trim: trim-both;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: calc((100% - 0.8125rem) / 2);
  height: 3.375rem;
  border: 0.125rem solid rgba(34, 34, 34, 0.1);
  border-radius: 0.375rem;
  background: #ffffff;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-top-menu__item {
    width: calc((100% - 4.0625rem) / 6);
    height: 4rem;
    font-size: 1.125rem;
  }
}

.p-top-menu__mediaGroup {
  -webkit-margin-before: 2.25rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 2.25rem;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .p-top-menu__mediaGroup {
    -webkit-margin-before: 3.875rem;
    margin-block-start: 3.875rem;
    gap: 1.875rem;
  }
}

.p-top-menu__mediaList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2.25rem 0.8125rem;
}
@media (min-width: 768px) {
  .p-top-menu__mediaList {
    flex-wrap: nowrap;
    gap: 1.125rem;
  }
}

.p-top-menu__mediaItem {
  display: flex;
  flex-direction: column-reverse;
  width: calc((100% - 0.8125rem) / 2);
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-top-menu__mediaItem {
    width: 100%;
  }
}

.p-top-menu__mediaTitle {
  text-box-trim: trim-both;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
}

.p-top-menu__mediaText {
  -webkit-margin-before: 0.4375rem;
  text-box-trim: trim-both;
  margin-block-start: 0.4375rem;
  font-size: 0.875rem;
  line-height: 1.8;
}

.p-top-menu__mediaImage {
  overflow: hidden;
  border: 0.0625rem solid rgba(34, 34, 34, 0.2);
  border-radius: 0.375rem;
}
.p-top-menu__mediaImage img {
  aspect-ratio: 261/154;
}

.p-top-menu__foot {
  -webkit-margin-before: 2.4375rem;
  margin-block-start: 2.4375rem;
  padding: 1.1875rem;
  border: 0.125rem solid rgba(34, 34, 34, 0.15);
  border-radius: 0.375rem;
  background: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top-menu__foot {
    -webkit-margin-before: 4.375rem;
    margin-block-start: 4.375rem;
    padding: 2.5rem 1.5625rem;
    font-size: 1.375rem;
    text-align: center;
  }
}
.p-top-menu__foot span {
  color: #f43d57;
  font-weight: 800;
  font-size: 1.375rem;
  line-height: 1.68;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top-menu__foot span {
    font-size: 1.75rem;
  }
}

.p-service-menu {
  position: relative;
}

.p-service-menu__content {
  padding-block: 2.875rem 3.75rem;
}
@media (min-width: 768px) {
  .p-service-menu__content {
    padding-block: 3.875rem 4.6875rem;
  }
}

.p-service-menu__group {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .p-service-menu__group {
    gap: 1.875rem;
  }
}
.p-service-menu__group + .p-service-menu__group {
  -webkit-margin-before: 2.25rem;
  margin-block-start: 2.25rem;
}
@media (min-width: 768px) {
  .p-service-menu__group + .p-service-menu__group {
    -webkit-margin-before: 3.875rem;
    margin-block-start: 3.875rem;
  }
}

.p-service-menu__title {
  -webkit-padding-start: 1.75rem;
  text-box-trim: trim-both;
  position: relative;
  padding-inline-start: 1.75rem;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-service-menu__title {
    -webkit-padding-start: 2.25rem;
    padding-inline-start: 2.25rem;
    font-size: 1.5rem;
  }
}
.p-service-menu__title::before {
  display: block;
  position: absolute;
  top: 54%;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #f43d57;
  content: "";
}
@media (min-width: 768px) {
  .p-service-menu__title::before {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.p-service-menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8125rem;
}

.p-service-menu__item {
  display: contents;
}

.p-service-menu__link {
  text-box-trim: trim-both;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: calc((100% - 0.8125rem) / 2);
  height: 3.375rem;
  border: 0.125rem solid rgba(34, 34, 34, 0.1);
  border-radius: 0.375rem;
  background: #ffffff;
  font-weight: 700;
  line-height: 1.5;
}

.p-service-menu__link.-disabled {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  pointer-events: none;
}


@media (min-width: 768px) {
  .p-service-menu__link {
    width: calc((100% - 4.0625rem) / 6);
    height: 4rem;
    font-size: 1.125rem;
  }
}

.p-top-data {
  position: relative;
  padding-block: 3rem 2.25rem;
}
@media (min-width: 768px) {
  .p-top-data {
    padding-block: 5.0625rem 6.875rem;
  }
}
.p-top-data::before {
  display: block;
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(34, 34, 34, 0.05) 0.0625rem, transparent 0.0625rem), linear-gradient(to right, rgba(34, 34, 34, 0.05) 0.0625rem, transparent 0.0625rem);
  background-position: 0.6875rem 0.6875rem;
  background-size: 1.25rem 1.25rem;
  content: "";
}

.p-top-data__content {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-top-data__content {
    -webkit-margin-before: 2.3125rem;
    margin-block-start: 2.3125rem;
  }
}

.p-top-data__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .p-top-data__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.625rem 2.0625rem;
  }
}

.p-top-data__item {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-top-data__item {
    width: calc((100% - 4.125rem) / 3);
  }
}

.p-top-data__title {
  -webkit-padding-start: 1.625rem;
  text-box-trim: trim-both;
  position: relative;
  padding-inline-start: 1.625rem;
  color: #f43d57;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
}
.p-top-data__title::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #f43d57;
  content: "";
}

.p-top-data__text {
  -webkit-margin-before: 0.625rem;
  text-box-trim: trim-both;
  margin-block-start: 0.625rem;
  line-height: 1.8;
}

.p-top-data__image {
  overflow: hidden;
  border: 0.0625rem solid rgba(34, 34, 34, 0.2);
  border-radius: 0.375rem;
}
.p-top-data__image img {
  aspect-ratio: 334/197;
}

.p-top-check {
  -webkit-padding-after: 3.1875rem;
  padding-block-end: 3.1875rem;
  background: #ffe6ea;
}

.p-top-check__heading {
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  height: 5.875rem;
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
  background: #f43d57;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-check__heading {
    height: 9.375rem;
  }
}
.p-top-check__heading::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  position: absolute;
  bottom: 0.125rem;
  left: 50%;
  width: 2.9375rem;
  height: 1.5rem;
  translate: -50% 100%;
  background: #f43d57;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 768px) {
  .p-top-check__heading::before {
    width: 6.5625rem;
    height: 1.875rem;
  }
}

.p-top-check__main {
  text-box-trim: trim-both;
  font-weight: 800;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top-check__main span {
    font-size: 2.125rem;
  }
}
@media (min-width: 768px) {
  .p-top-check__main {
    font-size: 2.5rem;
  }
}

.p-top-check__sub {
  text-box-trim: trim-both;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-top-check__sub {
    -webkit-margin-before: 0.5rem;
    margin-block-start: 0.5rem;
    font-size: 1.125rem;
  }
}

.p-top-check__content {
  -webkit-margin-before: 2.3125rem;
  margin-block-start: 2.3125rem;
}
@media (min-width: 768px) {
  .p-top-check__content {
    -webkit-margin-before: 3.0625rem;
    margin-block-start: 3.0625rem;
  }
}

.p-top-check__box {
  padding: 1.25rem 0.9375rem 2.125rem;
  border: 0.125rem solid rgba(34, 34, 34, 0.15);
  border-radius: 0.375rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-top-check__box {
    padding: 2.6875rem 3rem 3.9375rem;
  }
}

.p-top-check__boxTitle {
  text-box-trim: trim-both;
  padding-block: 0.5rem;
  border: 0.125rem solid #222222;
  border-radius: 100vmax;
  background: #ffffff;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-check__boxTitle {
    width: 40.3125rem;
    margin-inline: auto;
    padding-block: 0.3125rem;
    font-size: 1.25rem;
  }
}

.p-top-check__image {
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-check__image {
    -webkit-margin-before: -1.1875rem;
    margin-block-start: -1.1875rem;
  }
}
.p-top-check__image img {
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-check__image img {
    width: 52.5rem;
    margin-inline: auto;
  }
}

.p-top-check__list {
  -webkit-margin-before: 0.5625rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 0.5625rem;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-top-check__list {
    -webkit-margin-before: 0;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-block-start: 0;
    gap: 2.9375rem 1.875rem;
  }
}

.p-top-check__item {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.875rem;
}
@media (min-width: 768px) {
  .p-top-check__item {
    width: calc((100% - 3.75rem) / 3);
    gap: 1.125rem;
  }
}

.p-top-check__itemHeading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-top-check__itemTitle {
  color: #f43d57;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .p-top-check__itemTitle {
    font-size: 1.375rem;
  }
}

.p-top-check__itemStar img {
  width: 7.125rem;
}
@media (min-width: 768px) {
  .p-top-check__itemStar img {
    width: 8.25rem;
  }
}

.p-top-check__itemText {
  -webkit-margin-before: 0.875rem;
  text-box-trim: trim-both;
  margin-block-start: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-top-check__itemText {
    font-size: 0.9375rem;
  }
}

.p-top-check__itemImage {
  overflow: hidden;
  border: 0.0625rem solid rgba(34, 34, 34, 0.2);
  border-radius: 0.375rem;
}
.p-top-check__itemImage img {
  aspect-ratio: 310/177;
}
@media (min-width: 768px) {
  .p-top-check__itemImage img {
    aspect-ratio: 347/198;
  }
}

.p-top-news {
  padding-block: 3.5625rem 2.625rem;
  background: #f7f7f7;
}
@media (min-width: 768px) {
  .p-top-news {
    padding-block: 4.8125rem;
  }
}

.p-top-news__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-top-news__title {
  text-box-trim: trim-both;
  font-weight: 700;
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .p-top-news__title {
    font-size: 2.125rem;
  }
}

.p-top-news__link {
  -webkit-padding-end: 2.5625rem;
  text-box-trim: trim-both;
  position: relative;
  padding-inline-end: 2.5625rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-decoration: underline;
  transition: color 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-top-news__link {
    font-size: 1.125rem;
  }
}
@media (any-hover: hover) {
  .p-top-news__link:hover {
    color: #f43d57;
  }
}
.p-top-news__link:focus {
  outline: none;
}
.p-top-news__link:focus-visible {
  outline: none;
  color: #f43d57;
}
.p-top-news__link::before, .p-top-news__link::after {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
}
.p-top-news__link::before {
  right: 0;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background: #f43d57;
}
.p-top-news__link::after {
  right: 0.8125rem;
  width: 0.4375rem;
  height: 0.4375rem;
  rotate: -45deg;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
}

.p-top-news__list {
  -webkit-margin-before: 2.1875rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 2.1875rem;
  border-top: 0.125rem solid rgba(34, 34, 34, 0.08);
}
@media (min-width: 768px) {
  .p-top-news__list {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
  }
}

.p-top-news__item {
  display: contents;
}

.p-news {
  width: 100%;
}

.p-news__link {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  padding-block: 1.25rem;
  gap: 0.75rem;
  border-bottom: 0.125rem solid rgba(34, 34, 34, 0.08);
}
@media (min-width: 768px) {
  .p-news__link {
    -webkit-padding-end: 2.3125rem;
    padding-inline-end: 2.3125rem;
    padding-block: 1.8125rem;
  }
  .p-news__link::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 0.25rem;
    width: 0.8125rem;
    height: 0.8125rem;
    translate: 0 -50%;
    rotate: -45deg;
    border-right: 0.125rem solid #222222;
    border-bottom: 0.125rem solid #222222;
    content: "";
  }
}
@media (any-hover: hover) {
  .p-news__link:hover::after {
    scale: 1;
  }
}
.p-news__link:focus {
  outline: none;
}
.p-news__link:focus-visible {
  outline: none;
}
.p-news__link:focus-visible::after {
  scale: 1;
}
.p-news__link::after {
  -webkit-transform-origin: center left;
  display: block;
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  transform-origin: center left;
  scale: 0;
  background: #f43d57;
  content: "";
  transition: scale 0.3s ease-out;
}

.p-news__meta {
  display: flex;
  align-items: center;
  gap: 0.4375rem;
}

.p-news__time {
  text-box-trim: trim-both;
  width: 4.6875rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "helvetica-lt-pro", sans-serif;
}
@media (min-width: 768px) {
  .p-news__time {
    width: 5.3125rem;
    font-size: 1rem;
  }
}

.p-news__title {
  -webkit-box-orient: vertical;
  text-box-trim: trim-both;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-news__title {
    font-size: 1.25rem;
  }
}

.p-footer {
  padding-block: 3.0625rem 2rem;
  background: #404040;
  color: #ffffff;
}

.p-footer__content {
  display: flex;
  flex-direction: column;
  gap: 3.375rem;
}
@media (min-width: 768px) {
  .p-footer__content {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.p-footer__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.25rem;
}
@media (min-width: 768px) {
  .p-footer__head {
    align-items: flex-start;
  }
}

.p-footer__logo {
  transition: opacity 0.3s ease-out;
}
.p-footer__logo img {
  width: 6rem;
}
@media (min-width: 768px) {
  .p-footer__logo img {
    width: 7.375rem;
  }
}
@media (any-hover: hover) {
  .p-footer__logo:hover {
    opacity: 0.7;
  }
}
.p-footer__logo:focus {
  outline: none;
}
.p-footer__logo:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-footer__addressGroup {
  width: 100%;
}

.p-footer__addressTitle {
  -webkit-padding-start: 0.75rem;
  text-box-trim: trim-both;
  position: relative;
  padding-inline-start: 0.75rem;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}
.p-footer__addressTitle::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #f43d57;
  content: "";
}

.p-footer__address {
  -webkit-margin-before: 0.5rem;
  text-box-trim: trim-both;
  margin-block-start: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.p-footer__tel {
  text-box-trim: trim-both;
  font-size: 0.8125rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.p-footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.625rem 0.875rem;
}
@media (min-width: 768px) {
  .p-footer__list {
    width: 39.9375rem;
    gap: 1.75rem 1.5rem;
  }
}

.p-footer__item {
  display: contents;
}

.p-footer__link {
  -webkit-padding-after: 1.625rem;
  text-box-trim: trim-both;
  position: relative;
  width: calc((100% - 0.875rem) / 2);
  padding-block-end: 1.625rem;
  border-bottom: 0.0625rem solid #696969;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-footer__link {
    -webkit-padding-after: 1.75rem;
    width: calc((100% - 3rem) / 3);
    padding-block-end: 1.75rem;
  }
}
.p-footer__link::before {
  -webkit-transform-origin: center left;
  display: block;
  position: absolute;
  bottom: -0.03125rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  transform-origin: center left;
  scale: 0;
  background: #ffffff;
  content: "";
  transition: scale 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-footer__link:hover::before {
    scale: 1;
  }
}
.p-footer__link:focus {
  outline: none;
}
.p-footer__link:focus-visible {
  outline: none;
}
.p-footer__link:focus-visible::before {
  scale: 1;
}

.p-footer__copy {
  -webkit-margin-before: 2.125rem;
  margin-block-start: 2.125rem;
  font-size: 0.625rem;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer__copy {
    -webkit-margin-before: 4.6875rem;
    margin-block-start: 4.6875rem;
    font-size: 0.75rem;
  }
}

.p-footer__copyText {
  text-transform: uppercase;
  transition: opacity 0.3s ease-out;
}

.p-footer__copyLink {
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-footer__copyLink:hover {
    opacity: 0.7;
  }
}
.p-footer__copyLink:focus {
  outline: none;
}
.p-footer__copyLink:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-menu {
  padding-block: 2.375rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-menu {
    padding-block: 3.75rem 4.6875rem;
  }
}

@media (min-width: 768px) {
  .p-menu__inner {
    max-width: 66.25rem;
  }
}

.p-menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1875rem 0.875rem;
}
@media (min-width: 768px) {
  .p-menu__list {
    gap: 1.875rem 1.375rem;
  }
}

.p-menu__item {
  display: contents;
}

.p-menu__link {
  text-box-trim: trim-both;
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  width: calc((100% - 0.875rem) / 2);
  height: 5.0625rem;
  border: 0.125rem solid rgba(34, 34, 34, 0.1);
  border-radius: 0.375rem;
  background: #f43d57;
  box-shadow: 0 0.375rem 0 0 #c71b34;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.44;
  text-align: center;
  transition: background 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-menu__link {
    width: calc((100% - 2.75rem) / 3);
    font-size: 1.25rem;
  }
}
@media (any-hover: hover) {
  .p-menu__link:hover {
    background: #e12b46;
  }
}
.p-menu__link:focus {
  outline: none;
}
.p-menu__link:focus-visible {
  outline: none;
  background: #e12b46;
}
.p-menu__link::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 0.4375rem;
  height: 0.4375rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  content: "";
}
@media (min-width: 768px) {
  .p-menu__link::before {
    right: 1.25rem;
  }
}

.p-menu.-borderTop {
  border-top: 0.0625rem solid #bcbcbc;
}

.p-menu__link.-disabled {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  pointer-events: none;
}

.p-footer-cta {
  position: relative;
  padding-block: 1.375rem 1.5625rem;
  border-top: 0.5rem solid #85b945;
  border-bottom: 0.5rem solid #85b945;
  background: linear-gradient(180deg, #fdf3d9 0%, #fff8e7 50%, #fdf3d9 100%);
}
@media (min-width: 768px) {
  .p-footer-cta {
    padding-block: 3.0625rem 2.5rem;
    border-top: 0.625rem solid #85b945;
    border-bottom: 0.625rem solid #85b945;
  }
}

.p-footer-cta__deco {
  z-index: 1;
  position: absolute;
  top: 9.1875rem;
  right: 0.5rem;
  width: 20.8125rem;
}
@media (min-width: 768px) {
  .p-footer-cta__deco {
    top: unset;
    right: calc(50% - 40.9375rem);
    bottom: 0;
    width: 27.5rem;
  }
}

.p-footer-cta__inner {
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .p-footer-cta__inner {
    max-width: 56.25rem;
  }
}

.p-footer-cta__lead {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-footer-cta__lead {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.p-footer-cta__title {
  -webkit-margin-before: 0.5rem;
  text-box-trim: trim-both;
  margin-block-start: 0.5rem;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer-cta__title {
    -webkit-margin-before: 0.625rem;
    width: 100%;
    margin-block-start: 0.625rem;
    font-size: 2.5625rem;
    line-height: normal;
    text-align: left;
  }
}
.p-footer-cta__title span.-color {
  color: #f43d57;
}

.p-footer-cta__buttons {
  -webkit-margin-before: 12rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 12rem;
  gap: 0.8125rem;
}
@media (min-width: 768px) {
  .p-footer-cta__buttons {
    -webkit-margin-before: 1.875rem;
    flex-direction: row;
    width: 47.0625rem;
    margin-block-start: 1.875rem;
    gap: 1.3125rem;
  }
}

.p-footer-cta__button {
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  width: 100%;
  height: 4.375rem;
  padding: 0.5rem 0.625rem 0.4375rem;
  overflow: hidden;
  border: 0.1875rem solid var(--Linear, #85b945);
  border-radius: 0.5625rem;
  background: linear-gradient(180deg, #5fa30d 0%, #78b929 46.63%, #6fa82b 100%);
  box-shadow: 0 0.1875rem 0 0 #60a40d;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer-cta__button {
    height: 5.9375rem;
    padding: 0.75rem 0.625rem;
    border: 0.25rem solid var(--Linear, #85b945);
    border-radius: 0.875rem;
    background: linear-gradient(180deg, #5fa30d 0%, #78b929 46.63%, #6fa82b 100%);
    box-shadow: 0 0.25rem 0 0 #60a40d;
  }
}
.p-footer-cta__button::before {
  display: block;
  z-index: 1;
  position: absolute;
  inset: 0;
  background: #000000;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-footer-cta__button:hover::before {
    opacity: 0.15;
  }
}
.p-footer-cta__button:focus {
  outline: none;
}
.p-footer-cta__button:focus-visible {
  outline: none;
}
.p-footer-cta__button:focus-visible::before {
  opacity: 0.15;
}
@media (min-width: 768px) {
  .p-footer-cta__button.-tel {
    pointer-events: none;
  }
}
.p-footer-cta__button.-tel .p-footer-cta__buttonMain {
  -webkit-padding-start: 1.3125rem;
  padding-inline-start: 1.3125rem;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1;
  font-family: "helvetica-lt-pro", sans-serif;
}
@media (min-width: 768px) {
  .p-footer-cta__button.-tel .p-footer-cta__buttonMain {
    -webkit-padding-start: 2.0625rem;
    padding-inline-start: 2.0625rem;
    font-size: 2.3125rem;
  }
}
.p-footer-cta__button.-tel .p-footer-cta__buttonMain::before {
  top: 50%;
  width: 1.1875rem;
  height: 1.1875rem;
  background: url(../img/icon_tel-border.svg) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-footer-cta__button.-tel .p-footer-cta__buttonMain::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.p-footer-cta__button.-mail .p-footer-cta__buttonMain {
  -webkit-padding-start: 1.8125rem;
  padding-inline-start: 1.8125rem;
  font-weight: 800;
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .p-footer-cta__button.-mail .p-footer-cta__buttonMain {
    -webkit-padding-start: 2.4375rem;
    padding-inline-start: 2.4375rem;
    font-size: 1.75rem;
  }
}
.p-footer-cta__button.-mail .p-footer-cta__buttonMain::before {
  top: 54%;
  width: 1.375rem;
  height: 1.0625rem;
  background: url(../img/icon_mail-border.svg) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-footer-cta__button.-mail .p-footer-cta__buttonMain::before {
    width: 2.1875rem;
    height: 1.6875rem;
  }
}

.p-footer-cta__buttonMain {
  text-box-trim: trim-both;
  z-index: 2;
  paint-order: stroke;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-text-stroke-color: #8ac247;
  -webkit-text-stroke-width: 0.125rem;
  margin-inline: auto;
}
.p-footer-cta__buttonMain::before {
  display: block;
  position: absolute;
  left: 0;
  translate: 0 -50%;
  content: "";
}

.p-footer-cta__buttonSub {
  text-box-trim: trim-both;
  z-index: 2;
  position: relative;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.p-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0.4375rem 1rem;
  gap: 0.25rem;
  border-top: 0.0625rem solid #bcbcbc;
  border-bottom: 0.0625rem solid #bcbcbc;
  background: #eee;
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .p-breadcrumb {
    padding: 0.625rem 3.75rem;
    font-size: 0.75rem;
  }
}
.p-breadcrumb span {
  text-decoration: underline;
}
.p-breadcrumb span a {
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-breadcrumb span a:hover {
    opacity: 0.7;
  }
}
.p-breadcrumb span a:focus {
  outline: none;
}
.p-breadcrumb span a:focus-visible {
  outline: none;
  opacity: 0.7;
}
.p-breadcrumb span .current-item {
  text-decoration: none;
  pointer-events: none;
}

.p-page-fv {
  display: -ms-grid;
  display: grid;
  place-content: center;
  aspect-ratio: 375/155;
  width: 100%;
  background: #c72940;
}
@media (min-width: 768px) {
  .p-page-fv {
    aspect-ratio: 1440/155;
  }
}

.p-page-fv__title {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.33;
  text-align: center;
}
@media (min-width: 768px) {
  .p-page-fv__title {
    font-size: 2.75rem;
    line-height: 1;
  }
}

.p-sidebar {
  position: sticky;
  top: 11.3125rem;
  left: 0;
  width: 100%;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding-block: 1.625rem 2.5625rem;
}

.p-sidebar__inner {
  padding-inline: 1rem;
}

.p-sidebar__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5625rem;
}
@media (min-width: 768px) {
  .p-sidebar__head {
    gap: 0.75rem;
  }
}

.p-sidebar__label {
  -webkit-transform: rotate(-11.535deg);
  text-box-trim: trim-both;
  display: -ms-grid;
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 4.375rem;
  height: 4.375rem;
  margin-block: calc((1em - 1lh) / 2);
  transform: rotate(-11.535deg);
  border-radius: 50%;
  background: #f43d57;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.17;
  letter-spacing: 0.03em;
  text-align: center;
  white-space: nowrap;
}
.p-sidebar__label span.-fz20 {
  font-size: 1.25rem;
  font-family: "helvetica-lt-pro", sans-serif;
}

.p-sidebar__title {
  text-box-trim: trim-both;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.16;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-sidebar__title {
    font-size: 1.625rem;
    letter-spacing: 0.04em;
  }
}

.p-sidebar__contact {
  -webkit-margin-before: 0.9375rem;
  width: 18.875rem;
  margin-inline: auto;
  margin-block-start: 0.9375rem;
}
@media (min-width: 768px) {
  .p-sidebar__contact {
    -webkit-margin-before: 0.9375rem;
    width: 22.5625rem;
    margin-block-start: 0.9375rem;
  }
}

.p-sidebar__attention {
  -webkit-margin-before: 1.125rem;
  margin-block-start: 1.125rem;
  font-weight: 600;
  font-size: 0.6875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-sidebar__attention {
    -webkit-margin-before: 1.1875rem;
    margin-block-start: 1.1875rem;
    font-size: 0.75rem;
  }
}

.p-factoryPaint-head {
  position: relative;
}
.p-factoryPaint-head::before {
  display: block;
  position: absolute;
  top: 5.9375rem;
  left: 0;
  width: 100%;
  height: calc(100% - 5.9375rem);
  background: url(../img/sp/p-factoryPaint-head_bg-min.png) no-repeat center center/cover;
  content: "";
  mix-blend-mode: difference;
}
@media (min-width: 768px) {
  .p-factoryPaint-head::before {
    top: 5.6875rem;
    height: calc(100% - 5.6875rem);
    background-image: url(../img/p-factoryPaint-head_bg-min.png);
  }
}

.p-factoryPaint-head__heading {
  text-box-trim: trim-both;
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  height: 5.9375rem;
  background: #404040;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-factoryPaint-head__heading {
    height: 5.6875rem;
    font-size: 1.75rem;
  }
}
.p-factoryPaint-head__heading::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  position: absolute;
  bottom: 0.125rem;
  left: 50%;
  width: 3.0625rem;
  height: 1.4375rem;
  translate: -50% 100%;
  background: #404040;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 768px) {
  .p-factoryPaint-head__heading::before {
    width: 6.8125rem;
    height: 2.1875rem;
  }
}

.p-factoryPaint-head__content {
  -webkit-padding-before: 0.625rem !important;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding-block-start: 0.625rem !important;
}

.p-factoryPaint-head__text {
  position: relative;
  translate: -0.625rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-factoryPaint-head__text {
    font-size: 1.75rem;
  }
}
.p-factoryPaint-head__text::before {
  display: block;
  position: absolute;
  bottom: -0.375rem;
  left: 0;
  width: 11.25rem;
  height: 2.4375rem;
  background: url(../img/sp/deco_underline_factoryPaint-min.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-factoryPaint-head__text::before {
    width: 29.9375rem;
    height: 1.125rem;
    background-image: url(../img/deco_underline_factoryPaint-min.webp);
  }
}
.p-factoryPaint-head__text span.-fz14-24 {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-head__text span.-fz14-24 {
    font-size: 1.5rem;
  }
}
.p-factoryPaint-head__text span.-fz16-24 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-head__text span.-fz16-24 {
    font-size: 1.5rem;
  }
}
.p-factoryPaint-head__text span.-fz20-28 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-head__text span.-fz20-28 {
    font-size: 1.75rem;
  }
}
.p-factoryPaint-head__text span.-color {
  color: #f43d57;
}

.p-factoryPaint-head__image img {
  width: 9.25rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-head__image img {
    width: 15.375rem;
  }
}

.p-factoryPaint-problem {
  padding-block: 3rem 3.5rem;
  background: url(../img/sp/p-factoryPaint-problem_bg-min.webp) no-repeat top center/cover;
}
@media (min-width: 768px) {
  .p-factoryPaint-problem {
    padding-block: 4.125rem 4.4375rem;
    background-image: url(../img/p-factoryPaint-problem_bg-min.webp);
  }
}

.p-factoryPaint-problem__heading {
  position: relative;
  margin-inline: auto;
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-factoryPaint-problem__heading span {
  z-index: 2;
  position: relative;
}
.p-factoryPaint-problem__heading::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0.1875rem;
  left: 49.8%;
  width: 19.1875rem;
  height: 4.125rem;
  translate: -50%;
  background: url(../img/sp/p-factoryPaint-problem_title-bg-min.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-factoryPaint-problem__heading::before {
    top: 0.375rem;
    left: 50%;
    width: 25.5rem;
    height: 5.25rem;
    background-image: url(../img/p-factoryPaint-problem_title-bg-min.webp);
  }
}
@media (min-width: 768px) {
  .p-factoryPaint-problem__heading {
    font-size: 2rem;
    line-height: 1.45;
    letter-spacing: 0.05em;
  }
}

.p-factoryPaint-problem__content {
  -webkit-margin-before: 2.4375rem;
  margin-block-start: 2.4375rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-problem__content {
    -webkit-margin-before: 2.8125rem;
    margin-block-start: 2.8125rem;
  }
}

.p-factoryPaint-problem__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-problem__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.6875rem 1.3125rem;
  }
}

.p-factoryPaint-problem__item {
  text-box-trim: trim-both;
  position: relative;
  width: 100%;
  padding: 0.5625rem 0.5625rem 0.5625rem;
  border: 0.125rem solid rgba(34, 34, 34, 0.1);
  border-radius: 0.375rem;
  background: #ffffff;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-factoryPaint-problem__item {
    width: calc((100% - 2.625rem) / 3);
    padding: 1.0625rem 1rem 1rem;
    font-weight: 700;
    font-size: 1.125rem;
  }
}
.p-factoryPaint-problem__item::before {
  display: block;
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: 1.1875rem;
  height: 1.3125rem;
  background: url(../img/icon_vortex.svg) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-factoryPaint-problem__item::before {
    top: -0.9375rem;
    left: -0.6875rem;
    width: 1.375rem;
    height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .p-factoryPaint-case__inner {
    max-width: 56.25rem !important;
  }
}

.p-factoryPaint-case__heading {
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-factoryPaint-case__heading span.-fz32 {
    font-size: 2rem;
  }
}
.p-factoryPaint-case__heading span.-color {
  color: #f43d57;
}

.p-factoryPaint-case__content {
  -webkit-margin-before: 1.75rem;
  margin-block-start: 1.75rem;
}

.p-factoryPaint-case__list {
  display: flex;
  flex-direction: column;
  gap: 2.375rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-case__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.8125rem 1.875rem;
  }
}

.p-factoryPaint-case__article {
  width: 100%;
}
@media (min-width: 768px) {
  .p-factoryPaint-case__article {
    width: calc((100% - 1.875rem) / 2);
  }
}

.p-factoryPaint-case__button {
  -webkit-margin-before: 3rem;
  width: 16.3125rem;
  margin-inline: auto;
  margin-block-start: 3rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-case__button {
    -webkit-margin-before: 3.5625rem;
    width: 18.5625rem;
    margin-block-start: 3.5625rem;
  }
}

.p-factoryPaint-wrapper {
  position: relative;
  padding-block: 2.5625rem 3.9375rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-wrapper {
    padding-block: 3.125rem 6.125rem;
  }
}
.p-factoryPaint-wrapper::before {
  display: block;
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(34, 34, 34, 0.05) 0.0625rem, transparent 0.0625rem), linear-gradient(to right, rgba(34, 34, 34, 0.05) 0.0625rem, transparent 0.0625rem);
  background-position: 0.6875rem 0.6875rem;
  background-size: 1.25rem 1.25rem;
  content: "";
}

.p-factoryPaint-menu {
  -webkit-padding-before: 4.5625rem;
  padding-block-start: 4.5625rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-menu {
    -webkit-padding-before: 3.8125rem;
    padding-block-start: 3.8125rem;
  }
}

.p-factoryPaint-menu__group + .p-factoryPaint-menu__group {
  -webkit-margin-before: 2.25rem;
  margin-block-start: 2.25rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-menu__group + .p-factoryPaint-menu__group {
    -webkit-margin-before: 2.6875rem;
    margin-block-start: 2.6875rem;
  }
}

.p-factoryPaint-menu__title {
  -webkit-padding-start: 1.8125rem;
  text-box-trim: trim-both;
  position: relative;
  padding-inline-start: 1.8125rem;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-factoryPaint-menu__title {
    -webkit-padding-start: 2.25rem;
    padding-inline-start: 2.25rem;
    font-size: 1.5rem;
  }
}
.p-factoryPaint-menu__title::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #f43d57;
  content: "";
}
@media (min-width: 768px) {
  .p-factoryPaint-menu__title::before {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.p-factoryPaint-menu__list {
  -webkit-margin-before: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  margin-block-start: 1.25rem;
  gap: 0.5625rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-menu__list {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    gap: 0.5rem;
  }
}

.p-factoryPaint-menu__item {
  text-box-trim: trim-both;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: calc((100% - 0.5625rem) / 2);
  height: 3.375rem;
  border: 0.125rem solid rgba(34, 34, 34, 0.1);
  border-radius: 0.375rem;
  background: #eee;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-factoryPaint-menu__item {
    width: calc((100% - 2.5rem) / 6);
    height: 4rem;
  }
}

.p-factoryPaint-menu__foot {
  -webkit-margin-before: 2.4375rem;
  margin-block-start: 2.4375rem;
  padding: 1.75rem 1.25rem 1.8125rem;
  border: 0.125rem solid rgba(34, 34, 34, 0.2);
  border-radius: 0.3125rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-factoryPaint-menu__foot {
    -webkit-margin-before: 3.625rem;
    margin-block-start: 3.625rem;
    padding: 2.5625rem 3.25rem 2.5rem;
  }
}

.p-factoryPaint-menu__catch {
  text-box-trim: trim-both;
  color: #f43d57;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2.33;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-factoryPaint-menu__catch {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

.p-factoryPaint-menu__footList {
  -webkit-margin-before: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-block-start: 1rem;
  gap: 0 1.0625rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-menu__footList {
    gap: 0 1.25rem;
  }
}

.p-factoryPaint-menu__footItem {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.8;
}
.p-factoryPaint-menu__footItem::before {
  display: block;
  position: absolute;
  top: 49%;
  right: -0.75rem;
  translate: 0 -50%;
  content: "/";
}
@media (min-width: 768px) {
  .p-factoryPaint-menu__footItem::before {
    top: 47%;
    right: -0.8125rem;
  }
}
.p-factoryPaint-menu__footItem:last-child::before {
  display: none;
}
@media (min-width: 768px) {
  .p-factoryPaint-menu__footItem {
    font-size: 1rem;
    line-height: 1.9;
  }
}

.p-factoryPaint-merit {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 98%, 50% 100%, 0 98%);
  z-index: 2;
  position: relative;
  padding-block: 3.8125rem 6.125rem;
  background: #f43d57;
  clip-path: polygon(0 0, 100% 0, 100% 98%, 50% 100%, 0 98%);
}
@media (min-width: 768px) {
  .p-factoryPaint-merit {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0 94%);
    padding-block: 4.375rem 6.9375rem;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0 94%);
  }
}

.p-factoryPaint-merit__heading {
  text-box-trim: trim-both;
  color: #ffffff;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.26;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-factoryPaint-merit__heading {
    font-size: 2.375rem;
    line-height: normal;
  }
}

.p-factoryPaint-merit__content {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}

.p-factoryPaint-merit__list {
  display: flex;
  flex-direction: column;
  gap: 1.8125rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-merit__list {
    gap: 1.6875rem;
  }
}

.p-factoryPaint-merit__item {
  display: flex;
  flex-direction: column-reverse;
  padding: 1.4375rem 1.25rem;
  gap: 1rem;
  border: 0.0625rem solid rgba(34, 34, 34, 0.1);
  border-radius: 0.25rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-factoryPaint-merit__item {
    flex-direction: row-reverse;
    align-items: center;
    padding: 1.875rem 2.4375rem;
    gap: 2.8125rem;
    border: 0.125rem solid rgba(34, 34, 34, 0.1);
    border-radius: 0.375rem;
  }
  .p-factoryPaint-merit__item:nth-child(even) {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .p-factoryPaint-merit__textArea {
    flex-grow: 1;
  }
}

.p-factoryPaint-merit__catch {
  text-box-trim: trim-both;
  color: #f43d57;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-factoryPaint-merit__catch {
    font-size: 1.375rem;
    text-align: left;
  }
}

.p-factoryPaint-merit__text {
  -webkit-margin-before: 0.875rem;
  text-box-trim: trim-both;
  margin-block-start: 0.875rem;
  font-size: 0.875rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .p-factoryPaint-merit__imageArea {
    flex-shrink: 0;
    width: 18.6875rem;
  }
}

.p-factoryPaint-merit__image {
  overflow: hidden;
  border-radius: 0.25rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-merit__image {
    border-radius: 0.3125rem;
  }
}
.p-factoryPaint-merit__image img {
  aspect-ratio: 300/166;
}
@media (min-width: 768px) {
  .p-factoryPaint-merit__image img {
    aspect-ratio: 299/210;
  }
}

.p-factoryPaint-change {
  -webkit-margin-before: -2.0625rem;
  z-index: 1;
  position: relative;
  margin-block-start: -2.0625rem;
  padding-block: 4.875rem 3.1875rem;
  background: #eee;
}
@media (min-width: 768px) {
  .p-factoryPaint-change {
    -webkit-margin-before: -4.1875rem;
    margin-block-start: -4.1875rem;
    padding-block: 7.5rem 4.375rem;
  }
}
.p-factoryPaint-change::before {
  display: block;
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.35) 0.0625rem, transparent 0.0625rem), linear-gradient(to right, rgba(255, 255, 255, 0.35) 0.0625rem, transparent 0.0625rem);
  background-position: 0.6875rem 0.6875rem;
  background-size: 1.25rem 1.25rem;
  content: "";
}

.p-factoryPaint-change__heading {
  position: relative;
  font-weight: 800;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-factoryPaint-change__heading {
    font-weight: 800;
    font-size: 2.375rem;
  }
}
.p-factoryPaint-change__heading span {
  z-index: 2;
  position: relative;
}
.p-factoryPaint-change__heading::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0.25rem;
  left: 49.5%;
  width: 18.875rem;
  height: 4.3125rem;
  translate: -50%;
  background: url(../img/sp/p-factoryPaint-change-min.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-factoryPaint-change__heading::before {
    top: 0.375rem;
    left: 50%;
    width: 45.125rem;
    height: 2.8125rem;
    background-image: url(../img/p-factoryPaint-change-min.webp);
  }
}

.p-factoryPaint-change__content {
  -webkit-margin-before: 1.1875rem;
  margin-block-start: 1.1875rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-change__content {
    -webkit-margin-before: 2.3125rem;
    margin-block-start: 2.3125rem;
  }
}

.p-factoryPaint-change__imageArea {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-change__imageArea {
    gap: 1.3125rem;
  }
}

.p-factoryPaint-change__image {
  position: relative;
  overflow: hidden;
  border-radius: 0.3125rem;
}
.p-factoryPaint-change__image img {
  aspect-ratio: 162/112;
}
@media (min-width: 768px) {
  .p-factoryPaint-change__image img {
    aspect-ratio: 340/210;
  }
}
.p-factoryPaint-change__image::before {
  text-box-trim: trim-both;
  display: block;
  position: absolute;
  bottom: 0.375rem;
  left: 0.625rem;
  color: #222222;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "helvetica-lt-pro", sans-serif;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .p-factoryPaint-change__image::before {
    bottom: 0.625rem;
    left: 0.875rem;
    font-size: 1.375rem;
  }
}
.p-factoryPaint-change__image.-before::before {
  content: "before";
}
.p-factoryPaint-change__image.-after::before {
  content: "after";
}

.p-factoryPaint-change__arrow {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  flex-shrink: 0;
  width: 0.6875rem;
  height: 1.5625rem;
  background: #8f8f8f;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (min-width: 768px) {
  .p-factoryPaint-change__arrow {
    width: 1.75rem;
    height: 3.5625rem;
  }
}

.p-factoryPaint-change__textArea {
  -webkit-margin-before: 1.75rem;
  margin-block-start: 1.75rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-change__textArea {
    -webkit-margin-before: 2.4375rem;
    margin-block-start: 2.4375rem;
  }
}

.p-factoryPaint-change__text {
  text-box-trim: trim-both;
  font-size: 0.875rem;
  line-height: 2;
}

.p-factoryPaint-price {
  padding-block: 3.125rem 2.3125rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-price {
    padding-block: 3.8125rem;
  }
}

.p-factoryPaint-price__content {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-price__content {
    -webkit-margin-before: 2.25rem;
    margin-block-start: 2.25rem;
  }
}

.p-factoryPaint-price__description {
  text-box-trim: trim-both;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.7;
  text-align: center;
}
@media (min-width: 768px) {
  .p-factoryPaint-price__description {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.p-factoryPaint-price__tableWrapper {
  -webkit-margin-before: 1.875rem;
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-padding-end: 0.9375rem;
  margin-inline-end: calc(50% - 50vw);
  margin-block-start: 1.875rem;
  padding-inline-end: 0.9375rem;
  overflow: auto;
}
@media (min-width: 768px) {
  .p-factoryPaint-price__tableWrapper {
    -webkit-margin-before: 2.5rem;
    -webkit-margin-end: 0;
    -webkit-padding-end: 0;
    margin-inline-end: 0;
    margin-block-start: 2.5rem;
    padding-inline-end: 0;
    overflow: visible;
  }
}

.p-factoryPaint-price__table {
  -webkit-margin-after: 1.5rem;
  width: 44.25rem;
  margin-block-end: 1.5rem;
  overflow: hidden;
  border: 0.0625rem solid rgba(64, 64, 64, 0.3);
  border-radius: 0.3125rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-price__table {
    width: 100%;
  }
}

.p-factoryPaint-price__tableContent {
  -webkit-padding-after: 1.5rem;
  width: 100%;
  padding-block-end: 1.5rem;
  border-collapse: collapse;
  table-layout: fixed;
}

.p-factoryPaint-price__thead {
  height: 3.875rem;
  background: #f43d57;
}
@media (min-width: 768px) {
  .p-factoryPaint-price__thead {
    height: 3.125rem;
  }
}

.p-factoryPaint-price__tableRow {
  vertical-align: middle;
}

.p-factoryPaint-price__tableHead {
  text-box-trim: trim-both;
  height: 3.875rem;
  padding-inline: 1.25rem;
  border-right: 0.0625rem solid #ffffff;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-factoryPaint-price__tableHead {
    height: 3.125rem;
  }
}
.p-factoryPaint-price__tableHead:last-child {
  width: 17.5625rem;
  border-right: none;
}
@media (min-width: 768px) {
  .p-factoryPaint-price__tableHead:last-child {
    width: 21.1875rem;
  }
}

.p-factoryPaint-price__tbody .p-factoryPaint-price__tableRow {
  height: 3.875rem;
}
.p-factoryPaint-price__tbody .p-factoryPaint-price__tableRow:nth-child(even) {
  background: #eee;
}

.p-factoryPaint-price__tableData {
  text-box-trim: trim-both;
  padding-inline: 1.25rem;
  border-right: 0.0625rem solid rgba(64, 64, 64, 0.3);
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  vertical-align: middle;
}
.p-factoryPaint-price__tableData:last-child {
  border-right: none;
}

.p-factoryPaint-price__text {
  -webkit-margin-before: 2.6875rem;
  text-box-trim: trim-both;
  position: relative;
  margin-block-start: 2.6875rem;
  padding: 1.25rem 2.0625rem;
  border: 0.0625rem solid #404040;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-factoryPaint-price__text {
    padding: 0.9375rem;
    font-size: 1rem;
    text-align: center;
  }
}
.p-factoryPaint-price__text::before, .p-factoryPaint-price__text::after {
  display: block;
  position: absolute;
  left: 50%;
  width: calc(100% - 1.625rem);
  height: 0.3125rem;
  translate: -50%;
  background: #ffffff;
  content: "";
}
@media (min-width: 768px) {
  .p-factoryPaint-price__text::before, .p-factoryPaint-price__text::after {
    width: calc(100% - 2.625rem);
  }
}
.p-factoryPaint-price__text::before {
  top: -0.125rem;
}
.p-factoryPaint-price__text::after {
  bottom: -0.125rem;
}

.p-factoryPaint-price__button {
  -webkit-margin-before: 1.875rem;
  width: 18.8125rem;
  margin-inline: auto;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-price__button {
    width: 21.375rem;
  }
}

.p-qa-box {
  border-bottom: 0.0625rem solid rgba(64, 64, 64, 0.3);
}

.p-qa-box__summary {
  list-style: none;
}
.p-qa-box__summary::-webkit-details-marker, .p-qa-box__summary::marker {
  display: none;
}

.p-qa-box__q {
  display: block;
  position: relative;
  padding-block: 1.25rem;
}
@media (min-width: 768px) {
  .p-qa-box__q {
    padding-block: 1.75rem;
  }
}

.p-qa-box__q-text {
  -webkit-padding-start: 3.4375rem;
  text-box-trim: trim-both;
  position: relative;
  padding-inline-start: 3.4375rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.44;
  list-style: none;
}
@media (min-width: 768px) {
  .p-qa-box__q-text {
    font-size: 1.375rem;
    line-height: 1.81;
  }
}
.p-qa-box__q-text::before {
  display: -ms-grid;
  display: grid;
  position: absolute;
  top: 50%;
  left: 0;
  place-content: center;
  width: 2.625rem;
  height: 2.625rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #f43d57;
  content: "Q";
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "helvetica-lt-pro", sans-serif;
}

.p-qa-box__a {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
}
@media (min-width: 768px) {
  .p-qa-box__a {
    -webkit-margin-before: 0.9375rem;
    margin-block-start: 0.9375rem;
  }
}

.p-qa-box__a-text {
  -webkit-padding-after: 1.375rem;
  -webkit-padding-start: 3.4375rem;
  text-box-trim: trim-both;
  position: relative;
  padding-inline-start: 3.4375rem;
  padding-block-end: 1.375rem;
  font-size: 0.9375rem;
  line-height: 2;
  list-style: none;
}
@media (min-width: 768px) {
  .p-qa-box__a-text {
    -webkit-padding-after: 1.75rem;
    padding-block-end: 1.75rem;
    font-size: 1.125rem;
  }
}
.p-qa-box__a-text::before {
  display: -ms-grid;
  display: grid;
  position: absolute;
  top: -0.375rem;
  left: 0;
  place-content: center;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  background: #ffffff;
  content: "A";
  color: #f43d57;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "helvetica-lt-pro", sans-serif;
}

.p-qa-box.-accordion .p-qa-box__summary {
  transition: opacity 0.3s ease-out;
}
.p-qa-box.-accordion .p-qa-box__summary:focus-visible {
  outline: none;
  opacity: 0.7;
}
@media (any-hover: hover) {
  .p-qa-box.-accordion .p-qa-box__q:hover {
    cursor: pointer;
  }
}
.p-qa-box.-accordion .p-qa-box__q::before, .p-qa-box.-accordion .p-qa-box__q::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #333;
  content: "";
}
.p-qa-box.-accordion .p-qa-box__q::before {
  right: 1.25rem;
  width: 1.25rem;
  height: 0.125rem;
}
.p-qa-box.-accordion .p-qa-box__q::after {
  right: 1.8125rem;
  width: 0.125rem;
  height: 1.25rem;
  transition: rotate 0.3s ease;
}
.p-qa-box.-accordion .p-qa-box__q-text {
  padding-inline: 3.4375rem 2.5rem;
}

.p-qa-box__a-text.-iconLine::before {
  border: 0.0625rem solid #f43d57;
}

details.is_opened .p-qa-box__q::after {
  rotate: 90deg;
}

.p-factoryPaint-area {
  padding-block: 3.375rem;
  background: #f43d57;
}
@media (min-width: 768px) {
  .p-factoryPaint-area {
    padding-block: 4.375rem 4.9375rem;
  }
}

.p-factoryPaint-area__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-area__heading {
    gap: 1.125rem;
  }
}

.p-factoryPaint-area__title {
  color: #ffffff;
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-factoryPaint-area__title {
    text-box-trim: trim-both;
    font-weight: 700;
    font-size: 2.625rem;
  }
}

.p-factoryPaint-area__lead {
  text-box-trim: trim-both;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.7;
  text-align: center;
}
@media (min-width: 768px) {
  .p-factoryPaint-area__lead {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.p-factoryPaint-area__content {
  -webkit-margin-before: 1.5625rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.5625rem;
  padding: 1.5rem 1.1875rem;
  gap: 1.375rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-factoryPaint-area__content {
    -webkit-margin-before: 2.125rem;
    margin-block-start: 2.125rem;
    padding: 2.75rem 3.25rem;
    gap: 1.875rem;
  }
}

.p-factoryPaint-area__groupIndex {
  text-box-trim: trim-both;
  position: relative;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-factoryPaint-area__groupIndex {
    font-size: 1.375rem;
  }
}
.p-factoryPaint-area__groupIndex::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 1.875rem);
  height: 0.0625rem;
  translate: 0 -50%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}
@media (min-width: 768px) {
  .p-factoryPaint-area__groupIndex::before {
    top: 52%;
    width: calc(100% - 2.5rem);
  }
}

.p-factoryPaint-area__groupList {
  -webkit-margin-before: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-block-start: 1rem;
  gap: 0 1.0625rem;
}
@media (min-width: 768px) {
  .p-factoryPaint-area__groupList {
    gap: 0 1.25rem;
  }
}

.p-factoryPaint-area__groupItem {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.8;
}
.p-factoryPaint-area__groupItem::before {
  display: block;
  position: absolute;
  top: 49%;
  right: -0.75rem;
  translate: 0 -50%;
  content: "/";
}
@media (min-width: 768px) {
  .p-factoryPaint-area__groupItem::before {
    top: 47%;
    right: -0.8125rem;
  }
}
.p-factoryPaint-area__groupItem:last-child::before {
  display: none;
}
@media (min-width: 768px) {
  .p-factoryPaint-area__groupItem {
    font-size: 1rem;
    line-height: 1.9;
  }
}

.p-contact {
  position: relative;
  padding-block: 3.75rem;
  background: #eee;
}
@media (min-width: 768px) {
  .p-contact {
    padding-block: 5rem;
  }
}
.p-contact::before {
  display: block;
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.35) 0.0625rem, transparent 0.0625rem), linear-gradient(to right, rgba(255, 255, 255, 0.35) 0.0625rem, transparent 0.0625rem);
  background-position: 0.6875rem 0.6875rem;
  background-size: 1.25rem 1.25rem;
  content: "";
}

@media (min-width: 768px) {
  .p-contact__inner {
    max-width: 56.25rem !important;
  }
}

.p-contact__lead {
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-contact__lead {
    font-size: 1.125rem;
  }
}

.p-contact__box {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  padding: 1.875rem 1rem 3.125rem;
  border: 0.125rem solid rgba(34, 34, 34, 0.1);
  border-radius: 0.375rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-contact__box {
    padding-block: 3.75rem 4.375rem;
    border-radius: 0.625rem;
  }
}

@media (min-width: 768px) {
  .p-contact__boxInner {
    max-width: 37.5rem;
    margin-inline: auto;
  }
}

.p-thanks {
  height: calc(100vh - 3.6875rem);
  border-bottom: 0.0625rem solid #bcbcbc;
}
@media (min-width: 768px) {
  .p-thanks {
    height: calc(100vh - 11.3125rem);
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .p-thanks {
    height: calc(60vh - 11.3125rem);
  }
}

.p-thanks__inner {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.p-thanks__content {
  display: flex;
  flex-direction: column;
}

.p-thanks__title {
  margin-block: calc((1em - 1lh) / 2);
  color: #f43d57;
  font-weight: 700;
  font-size: 2.5625rem;
  font-family: "helvetica-lt-pro", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-thanks__title {
    font-size: 5rem;
  }
}

.p-thanks__subTitle {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-thanks__subTitle {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    font-size: 1.25rem;
  }
}

.p-thanks__text {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-thanks__text {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    font-size: 1rem;
  }
}

.p-thanks__button {
  -webkit-margin-before: 1.875rem;
  width: 15.625rem;
  margin-inline: auto;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-thanks__button {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
  }
}

.p-404 {
  height: calc(100vh - 3.6875rem);
  border-bottom: 0.0625rem solid #bcbcbc;
}
@media (min-width: 768px) {
  .p-404 {
    height: calc(100vh - 11.3125rem);
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .p-404 {
    height: calc(60vh - 11.3125rem);
  }
}

.p-404__inner {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.p-404__content {
  display: flex;
  flex-direction: column;
}

.p-404__title {
  margin-block: calc((1em - 1lh) / 2);
  color: #f43d57;
  font-weight: 700;
  font-size: 2.5625rem;
  font-family: "helvetica-lt-pro", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-404__title {
    font-size: 5rem;
  }
}

.p-404__subTitle {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-404__subTitle {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    font-size: 1.25rem;
  }
}

.p-404__text {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-404__text {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    font-size: 1rem;
  }
}

.p-404__button {
  -webkit-margin-before: 1.875rem;
  width: 15.625rem;
  margin-inline: auto;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-404__button {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
  }
}

.p-single-content > *:first-child {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
.p-single-content > *:last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.p-single-content .wp-block-group {
  margin-block: 3.75rem 1.875rem;
}
.p-single-content .wp-block-group .wp-block-group__inner-container .wp-block-heading {
  margin-block: 0;
}
.p-single-content .wp-block-group .wp-block-group__inner-container .wp-block-media-text {
  -webkit-margin-before: 1.5rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.5rem;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-single-content .wp-block-group .wp-block-group__inner-container .wp-block-media-text {
    flex-direction: row;
    gap: 3.125rem;
  }
}
.p-single-content .wp-block-group .wp-block-group__inner-container .wp-block-media-text__media {
  flex-shrink: 0;
}
.p-single-content .wp-block-group .wp-block-group__inner-container .wp-block-media-text__media img {
  aspect-ratio: 334/236;
  width: 100%;
  border-radius: 0.625rem;
}
@media (min-width: 768px) {
  .p-single-content .wp-block-group .wp-block-group__inner-container .wp-block-media-text__media img {
    aspect-ratio: 371/254;
    width: 23.1875rem;
  }
}
.p-single-content .wp-block-group .wp-block-group__inner-container .wp-block-media-text__content {
  padding-inline: 0;
}
.p-single-content .wp-block-group .wp-block-group__inner-container .wp-block-media-text__content p {
  text-box-trim: trim-both;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-single-content .wp-block-group .wp-block-group__inner-container .wp-block-media-text__content p {
    font-size: 1rem;
  }
}
.p-single-content h2 {
  margin-block: 2.5rem 1.875rem;
  padding: 0.625rem 0.6875rem 0.6875rem 0.75rem;
  border-radius: 0.1875rem;
  background: #eee;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single-content h2 {
    margin-block: 3.75rem 1.875rem;
    font-size: 1.75rem;
  }
}
.p-single-content h3 {
  -webkit-padding-after: 0.625rem;
  text-box-trim: trim-both;
  position: relative;
  margin-block: 2.5rem 1.875rem;
  padding-block-end: 0.625rem;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single-content h3 {
    -webkit-padding-after: 1.125rem;
    padding-block-end: 1.125rem;
    font-size: 1.5rem;
  }
}
.p-single-content h3::before, .p-single-content h3::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.125rem;
  content: "";
}
.p-single-content h3::before {
  width: 100%;
  background: rgba(34, 34, 34, 0.2);
}
.p-single-content h3::after {
  width: 4.375rem;
  background: #f43d57;
}
@media (min-width: 768px) {
  .p-single-content h3::after {
    width: 6.375rem;
  }
}
.p-single-content p {
  text-box-trim: trim-both;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-single-content p {
    font-size: 1rem;
  }
}
.p-single-content p + p {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
}
.p-single-content p:empty {
  display: none;
}
.p-single-content b,
.p-single-content strong {
  color: #f43d57;
  font-weight: 700;
}
.p-single-content figure {
  margin-block: 1.9375rem 1.5rem;
}
@media (min-width: 768px) {
  .p-single-content figure {
    margin-block: 2.4375rem 1.8125rem;
  }
}
.p-single-content figcaption {
  font-size: 0.75rem;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-single-content figcaption {
    font-size: 0.875rem;
  }
}
.p-single-content img {
  aspect-ratio: 334/236;
  width: 100%;
  border-radius: 0.625rem;
}
@media (min-width: 768px) {
  .p-single-content img {
    aspect-ratio: 371/254;
  }
}

.p-single-case {
  padding-block: 2.3125rem 3.75rem;
}
@media (min-width: 768px) {
  .p-single-case {
    padding-block: 3.625rem 5.6875rem;
  }
}

@media (min-width: 768px) {
  .p-single-case__inner {
    max-width: 68.75rem;
  }
}

.p-single-case__meta {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-single-case__meta {
    gap: 0.75rem;
  }
}

.p-single-case__keywords {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem;
}

.p-single-case__title {
  -webkit-padding-after: 1.3125rem;
  padding-block-end: 1.3125rem;
  border-bottom: 0.1875rem solid #f43d57;
  font-weight: 800;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single-case__title {
    -webkit-padding-after: 1.375rem;
    padding-block-end: 1.375rem;
    font-size: 2rem;
  }
}

.p-single-case__content {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-single-case__content {
    -webkit-margin-before: 2.375rem;
    margin-block-start: 2.375rem;
  }
}

.p-single-case__galleries {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-single-case__galleries {
    flex-direction: row;
    gap: 2.5rem;
  }
}

.p-single-case__swiper-container,
.p-single-case__swiper,
.p-single-case__swiper-wrapper,
.p-single-case__swiper-slide {
  position: relative;
}

.p-single-case__swiper-container {
  -webkit-margin-before: 0.875rem;
  margin-block-start: 0.875rem;
}

@media (min-width: 768px) {
  .p-single-case__gallery {
    flex-shrink: 0;
    width: calc((100% - 2.5rem) / 2);
  }
}

.p-single-case__galleryTitle {
  -webkit-padding-start: 1.5rem;
  text-box-trim: trim-both;
  position: relative;
  padding-inline-start: 1.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
.p-single-case__galleryTitle::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.0625rem;
  height: 1.0625rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #f43d57;
  content: "";
}

.p-single-case__swiper.-thumbs {
  -webkit-margin-before: 0.8125rem;
  margin-block-start: 0.8125rem;
}
.p-single-case__swiper.-thumbs .p-single-case__swiper-slide {
  cursor: pointer;
}
@media (any-hover: hover) {
  .p-single-case__swiper.-thumbs .p-single-case__swiper-slide:hover {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
  }
}
.p-single-case__swiper.-thumbs .p-single-case__swiper-slide:focus {
  outline: none;
}
.p-single-case__swiper.-thumbs .p-single-case__swiper-slide:focus-visible {
  -webkit-filter: brightness(70%);
  outline: none;
  filter: brightness(70%);
}
.p-single-case__swiper.-thumbs .swiper-slide-thumb-active {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
  pointer-events: none;
}

.p-single-case__swiper-wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-single-case__swiper-slide {
  transition: all 0.3s ease-out;
}

.p-single-case__swiper-slide {
  overflow: hidden;
  border-radius: 0.25rem;
}
.p-single-case__swiper-slide img {
  aspect-ratio: 344/211;
}
.p-single-case__swiper-slide.-thumb img {
  aspect-ratio: 1/1;
}

.p-single-case__swiper-button-prev,
.p-single-case__swiper-button-next {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  position: absolute !important;
  top: 45%;
  width: 0.5625rem;
  height: 1.8125rem;
  translate: 0 -50%;
  background: #222222;
  color: #222222 !important;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-single-case__swiper-button-prev:hover,
  .p-single-case__swiper-button-next:hover {
    background: #f43d57;
  }
}
.p-single-case__swiper-button-prev:focus,
.p-single-case__swiper-button-next:focus {
  outline: none;
}
.p-single-case__swiper-button-prev:focus-visible,
.p-single-case__swiper-button-next:focus-visible {
  outline: none;
  background: #f43d57;
}

.p-single-case__swiper-button-prev {
  -webkit-mask-image: url(../img/icon_swiper-prev.svg);
  left: 0.5625rem;
  mask-image: url(../img/icon_swiper-prev.svg);
}

.p-single-case__swiper-button-next {
  -webkit-mask-image: url(../img/icon_swiper-next.svg);
  right: 0.5625rem;
  mask-image: url(../img/icon_swiper-next.svg);
}

.p-single-case__summary {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-single-case__summary {
    -webkit-margin-before: 3.3125rem;
    margin-block-start: 3.3125rem;
  }
}

.p-single-case__summaryTitle {
  -webkit-padding-after: 0.625rem;
  text-box-trim: trim-both;
  position: relative;
  padding-block-end: 0.625rem;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single-case__summaryTitle {
    -webkit-padding-after: 1.125rem;
    padding-block-end: 1.125rem;
    font-size: 1.5rem;
  }
}
.p-single-case__summaryTitle::before, .p-single-case__summaryTitle::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.125rem;
  content: "";
}
.p-single-case__summaryTitle::before {
  width: 100%;
  background: rgba(34, 34, 34, 0.2);
}
.p-single-case__summaryTitle::after {
  width: 4.375rem;
  background: #f43d57;
}
@media (min-width: 768px) {
  .p-single-case__summaryTitle::after {
    width: 6.375rem;
  }
}

.p-single-case__summaryContent {
  -webkit-margin-before: 1.5rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.5rem;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .p-single-case__summaryContent {
    -webkit-margin-before: 1.875rem;
    flex-direction: row;
    flex-wrap: wrap;
    margin-block-start: 1.875rem;
    gap: 2rem 1.8125rem;
  }
}

.p-single-case__summaryGroup {
  -webkit-padding-after: 1.25rem;
  width: 100%;
  padding-block-end: 1.25rem;
  border-bottom: 0.0625rem solid rgba(34, 34, 34, 0.2);
}
@media (min-width: 768px) {
  .p-single-case__summaryGroup {
    width: calc((100% - 1.8125rem) / 2);
  }
}

.p-single-case__summaryGroupTitle {
  text-box-trim: trim-both;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single-case__summaryGroupTitle {
    font-size: 1.25rem;
  }
}

.p-single-case__summaryGroupText {
  -webkit-margin-before: 0.375rem;
  text-box-trim: trim-both;
  margin-block-start: 0.375rem;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single-case__summaryGroupText {
    font-size: 1rem;
  }
}

.p-single-case__group {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-single-case__group {
    -webkit-margin-before: 3.4375rem;
    margin-block-start: 3.4375rem;
  }
}

.p-single-case__groupTitle {
  -webkit-padding-after: 0.625rem;
  text-box-trim: trim-both;
  position: relative;
  padding-block-end: 0.625rem;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single-case__groupTitle {
    -webkit-padding-after: 1.125rem;
    padding-block-end: 1.125rem;
    font-size: 1.5rem;
  }
}
.p-single-case__groupTitle::before, .p-single-case__groupTitle::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.125rem;
  content: "";
}
.p-single-case__groupTitle::before {
  width: 100%;
  background: rgba(34, 34, 34, 0.2);
}
.p-single-case__groupTitle::after {
  width: 4.375rem;
  background: #f43d57;
}
@media (min-width: 768px) {
  .p-single-case__groupTitle::after {
    width: 6.375rem;
  }
}

.p-single-case__groupText {
  -webkit-margin-before: 1rem;
  text-box-trim: trim-both;
  margin-block-start: 1rem;
  font-size: 0.875rem;
  line-height: 1.78;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single-case__groupText {
    -webkit-margin-before: 1.625rem;
    margin-block-start: 1.625rem;
    font-size: 1rem;
  }
}

.p-single-case__foot {
  -webkit-margin-before: 1.6875rem;
  margin-block-start: 1.6875rem;
}
@media (min-width: 768px) {
  .p-single-case__foot {
    -webkit-margin-before: 6.25rem;
    margin-block-start: 6.25rem;
  }
}

.p-single-case__button {
  -webkit-margin-before: 3.6875rem;
  width: 100%;
  margin-inline: auto;
  margin-block-start: 3.6875rem;
}
@media (min-width: 768px) {
  .p-single-case__button {
    -webkit-margin-before: 5.375rem;
    width: 35.75rem;
    margin-block-start: 5.375rem;
  }
}

.p-case {
  position: relative;
  padding-block: 3rem;
}
@media (min-width: 768px) {
  .p-case {
    padding-block: 4.4375rem 5.125rem;
  }
}
.p-case::before {
  display: block;
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(34, 34, 34, 0.05) 0.0625rem, transparent 0.0625rem), linear-gradient(to right, rgba(34, 34, 34, 0.05) 0.0625rem, transparent 0.0625rem);
  background-position: 0.6875rem 0.6875rem;
  background-size: 1.25rem 1.25rem;
  content: "";
}

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

.p-case__subDeco {
  width: 1.375rem;
}

.p-case__sub {
  text-box-trim: trim-both;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-case__sub {
    font-size: 1.375rem;
  }
}

.p-case__title {
  -webkit-margin-before: 0.375rem;
  margin-block-start: 0.375rem;
  font-weight: 800;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-case__title {
    font-size: 2.75rem;
  }
}
.p-case__title span.-fz30-38 {
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .p-case__title span.-fz30-38 {
    font-size: 2.375rem;
  }
}
.p-case__title span.-color {
  color: #f43d57;
}

.p-case__leadWrapper {
  -webkit-margin-before: 1.4375rem;
  display: flex;
  align-items: center;
  margin-block-start: 1.4375rem;
  padding: 0.5625rem 1.5625rem;
  gap: 0.5625rem;
  border-top: 0.125rem solid #222222;
  border-bottom: 0.125rem solid #222222;
}
@media (min-width: 768px) {
  .p-case__leadWrapper {
    justify-content: center;
    width: 41rem;
    margin-inline: auto;
  }
}

.p-case__leadIcon {
  width: 1.5625rem;
}
@media (min-width: 768px) {
  .p-case__leadIcon {
    width: 1.3125rem;
  }
}

.p-case__lead {
  text-box-trim: trim-both;
  font-weight: 500;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-case__lead {
    font-size: 1.125rem;
    line-height: normal;
  }
}

.p-case__content {
  -webkit-margin-before: 1.6875rem;
  margin-block-start: 1.6875rem;
}
@media (min-width: 768px) {
  .p-case__content {
    -webkit-margin-before: 2.4375rem;
    margin-block-start: 2.4375rem;
  }
}

.p-case__headList {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0.625rem;
}
@media (min-width: 768px) {
  .p-case__headList {
    align-items: center;
    justify-content: center;
    gap: 1.5rem 1.125rem;
  }
}

.p-case__headItem {
  display: contents;
}

.p-case__headLink {
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  width: calc((100% - 0.625rem) / 2);
  height: 5.4375rem;
  padding: 1.125rem 1.625rem 2rem;
  border: 0.125rem solid rgba(34, 34, 34, 0.1);
  border-radius: 0.375rem;
  background: #ffe6ea;
  box-shadow: 0 0.375rem 0 0 #f6a4af;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition: background 0.3s ease-out;
}
.p-case__headLink.is_active {
  background: #febbc5;
}
@media (min-width: 768px) {
  .p-case__headLink {
    width: calc((100% - 3.375rem) / 4);
    padding-block: 1.125rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.p-case__headLink::before {
  display: block;
  position: absolute;
  bottom: 0.625rem;
  left: 50%;
  width: 1.0625rem;
  height: 0.4375rem;
  translate: -50%;
  background: url(../img/icon_arrow-bottom.svg) no-repeat center center/cover;
  content: "";
}
@media (any-hover: hover) {
  .p-case__headLink:hover {
    background: #febbc5;
  }
}
.p-case__headLink:focus {
  outline: none;
}
.p-case__headLink:focus-visible {
  outline: none;
  background: #febbc5;
}

.p-case__articles {
  -webkit-margin-before: 2.875rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 2.875rem;
  gap: 2.375rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .p-case__articles {
    -webkit-margin-before: 3.875rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-block-start: 3.875rem;
  }
}

.p-case__article {
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .p-case__article {
    width: calc((100% - 4.75rem) / 3);
  }
}

.p-case__pagination {
  -webkit-margin-before: 3rem;
  margin-inline: auto;
  margin-block-start: 3rem;
}
@media (min-width: 768px) {
  .p-case__pagination {
    -webkit-margin-before: 4.0625rem;
    margin-block-start: 4.0625rem;
  }
}

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

.page-numbers {
  display: -ms-grid;
  display: grid;
  flex-wrap: wrap;
  place-content: center;
  width: 2.8125rem;
  height: 2.8125rem;
  background: #e9e9e9;
  font-weight: 700;
  transition: all 0.3s linear;
}
@media (any-hover: hover) {
  .page-numbers:hover {
    background: #f43d57;
    color: #ffffff;
  }
}
.page-numbers:focus {
  outline: none;
}
.page-numbers:focus-visible {
  outline: none;
  background: #f43d57;
  color: #ffffff;
}
.page-numbers.current {
  background: #f43d57;
  color: #ffffff;
  pointer-events: none;
}
.p-message {
  position: relative;
  padding-block: 3.75rem;
}
@media (min-width: 768px) {
  .p-message {
    padding-block: 5.125rem;
  }
}

.p-message__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-message__content {
    flex-direction: row;
    align-items: center;
    gap: 4.3125rem;
  }
}

.p-message__textArea {
  display: contents;
}
@media (min-width: 768px) {
  .p-message__textArea {
    display: block;
    flex-grow: 1;
  }
}

.p-message__title {
  text-box-trim: trim-both;
  order: 1;
  font-weight: 700;
  font-size: 2.25rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-message__title {
    font-size: 2.625rem;
    text-align: left;
  }
}

.p-message__catch {
  -webkit-margin-before: 2.25rem;
  text-box-trim: trim-both;
  position: relative;
  order: 3;
  margin-block-start: 2.25rem;
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 1.78;
}
.p-message__catch span {
  display: block;
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .p-message__catch {
    font-size: 1.625rem;
    line-height: 1.53;
  }
}
.p-message__catch::before {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -0.1875rem;
  left: 50%;
  width: 100%;
  height: 3.25rem;
  translate: -50%;
  background: url(../img/sp/deco_underline-min.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-message__catch::before {
    left: 0;
    width: 24.375rem;
    height: 3.375rem;
    translate: 0;
    background-image: url(../img/deco_underline-min.webp);
  }
}

.p-message__text {
  -webkit-margin-before: 2rem;
  text-box-trim: trim-both;
  order: 4;
  margin-block-start: 2rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-message__text {
    font-size: 1rem;
    line-height: 1.9;
  }
}

.p-message__imageArea {
  -webkit-margin-before: 2.625rem;
  position: relative;
  order: 2;
  margin-block-start: 2.625rem;
}
@media (min-width: 768px) {
  .p-message__imageArea {
    -webkit-margin-before: 0;
    flex-shrink: 0;
    margin-block-start: 0;
  }
}

.p-message__caption {
  position: absolute;
  bottom: 0.9375rem;
  left: 1.125rem;
}
@media (min-width: 768px) {
  .p-message__caption {
    bottom: 1.3125rem;
    left: 1.25rem;
  }
}

.p-message__position {
  text-box-trim: trim-both;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-message__name {
  -webkit-margin-before: 0.375rem;
  text-box-trim: trim-both;
  margin-block-start: 0.375rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-message__image {
  overflow: hidden;
  border-radius: 0.375rem;
}
.p-message__image img {
  aspect-ratio: 345/238;
}
@media (min-width: 768px) {
  .p-message__image img {
    aspect-ratio: 447/532;
    width: 27.9375rem;
  }
}

.p-message.-bgGrid {
  border-top: 0.0625rem solid #bcbcbc;
}
@media (min-width: 768px) {
  .p-message.-bgGrid {
    border-top: none;
  }
}
.p-message.-bgGrid::before {
  display: block;
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(34, 34, 34, 0.05) 0.0625rem, transparent 0.0625rem), linear-gradient(to right, rgba(34, 34, 34, 0.05) 0.0625rem, transparent 0.0625rem);
  background-position: 0.6875rem 0.6875rem;
  background-size: 1.25rem 1.25rem;
  content: "";
}

@media (min-width: 768px) {
  .p-message.-page .p-message__content {
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-message.-page .p-message__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .p-message.-page .p-message__image img {
    width: 23.125rem;
  }
}

.p-faq {
  padding-block: 2.8125rem 3.4375rem;
  background: #eee;
}
@media (min-width: 768px) {
  .p-faq {
    padding-block: 3.625rem;
  }
}

.p-faq__content {
  -webkit-margin-before: 1.75rem;
  margin-block-start: 1.75rem;
}
@media (min-width: 768px) {
  .p-faq__content {
    -webkit-margin-before: 2.25rem;
    margin-block-start: 2.25rem;
  }
}

.p-faq__list {
  border-top: 0.0625rem solid rgba(64, 64, 64, 0.3);
}

.p-faq.-white {
  background: #ffffff;
}

.p-flow {
  -webkit-padding-after: 2.375rem;
  position: relative;
  padding-block-end: 2.375rem;
}
@media (min-width: 768px) {
  .p-flow {
    -webkit-padding-after: 4.125rem;
    padding-block-end: 4.125rem;
  }
}
.p-flow::before {
  display: block;
  z-index: 1;
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(34, 34, 34, 0.05) 0.0625rem, transparent 0.0625rem), linear-gradient(to right, rgba(34, 34, 34, 0.05) 0.0625rem, transparent 0.0625rem);
  background-position: 0.6875rem 0.6875rem;
  background-size: 1.25rem 1.25rem;
  content: "";
}

.p-flow__inner {
  z-index: 2;
  position: relative;
}

.p-flow__heading {
  text-box-trim: trim-both;
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  height: 5.9375rem;
  background: #f43d57;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-flow__heading {
    height: 5.6875rem;
    font-size: 1.75rem;
  }
}
.p-flow__heading::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  position: absolute;
  bottom: 0.125rem;
  left: 50%;
  width: 3.0625rem;
  height: 1.4375rem;
  translate: -50% 100%;
  background: #f43d57;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 768px) {
  .p-flow__heading::before {
    width: 6.8125rem;
    height: 2.1875rem;
  }
}

.p-flow__content {
  -webkit-margin-before: 2.3125rem;
  margin-inline: auto;
  margin-block-start: 2.3125rem;
  padding: 0 0.9375rem;
}
@media (min-width: 768px) {
  .p-flow__content {
    -webkit-margin-before: 4.125rem;
    max-width: 53.125rem;
    margin-block-start: 4.125rem;
    padding: 0 3.125rem;
  }
}

.p-flow__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .p-flow__list {
    gap: 4.5625rem;
  }
}

.p-flow__item {
  position: relative;
  width: 100%;
  padding: 1.125rem 0.9375rem;
  border: 0.125rem solid rgba(34, 34, 34, 0.15);
  border-radius: 0.375rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-flow__item {
    padding: 1.75rem 1.875rem;
  }
}
.p-flow__item:not(:first-child)::before {
  display: block;
  position: absolute;
  top: -1.875rem;
  left: 50%;
  width: 4.125rem;
  height: 1.25rem;
  translate: -50%;
  background: url(../img/icon_arrow-gradation-min.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-flow__item:not(:first-child)::before {
    top: -3.75rem;
    width: 7.9375rem;
    height: 2.4375rem;
  }
}

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

.p-flow__number {
  margin-block: calc((1em - 1lh) / 2);
  color: #f43d57;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.38;
  font-family: "helvetica-lt-pro", sans-serif;
}
@media (min-width: 768px) {
  .p-flow__number {
    font-size: 2.25rem;
    line-height: 1;
  }
}

.p-flow__catch {
  -webkit-margin-before: -0.1875rem;
  text-box-trim: trim-both;
  margin-block-start: -0.1875rem;
  font-weight: 800;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-flow__catch {
    -webkit-margin-before: -0.375rem;
    margin-block-start: -0.375rem;
    font-size: 1.625rem;
  }
}

.p-flow__text {
  -webkit-margin-before: 0.375rem;
  text-box-trim: trim-both;
  margin-block-start: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  .p-flow__text {
    -webkit-margin-before: 1.125rem;
    margin-block-start: 1.125rem;
    font-size: 1.125rem;
    line-height: 2;
  }
}

.p-company-outline {
  padding-block: 3.375rem;
}
@media (min-width: 768px) {
  .p-company-outline {
    padding-block: 5.0625rem;
  }
}

.p-company-outline__content {
  -webkit-margin-before: 3.5rem;
  width: 100%;
  margin-block-start: 3.5rem;
}

.p-company-outline__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.125rem;
}
@media (min-width: 768px) {
  .p-company-outline__list {
    gap: 1.75rem;
  }
}

.p-company-outline__group {
  -webkit-padding-after: 1.125rem;
  display: flex;
  flex-direction: column;
  padding-block-end: 1.125rem;
  gap: 0.875rem;
  border-bottom: 0.0625rem solid rgba(64, 64, 64, 0.3);
}
@media (min-width: 768px) {
  .p-company-outline__group {
    -webkit-padding-after: 0;
    flex-direction: row;
    padding-block-end: 0;
    gap: 0.625rem;
    border: none;
  }
}

.p-company-outline__term {
  color: #f43d57;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-company-outline__term {
    -webkit-padding-after: 1.75rem;
    flex-shrink: 0;
    width: 9.375rem;
    padding-block-end: 1.75rem;
    border-bottom: 0.0625rem solid #f43d57;
    color: #222222;
    font-weight: 500;
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .p-company-outline__description {
    -webkit-padding-after: 1.75rem;
    flex-grow: 1;
    padding-block-end: 1.75rem;
    border-bottom: 0.0625rem solid rgba(64, 64, 64, 0.3);
  }
}

.p-company-outline__ddGroup {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-company-outline__ddGroup {
    flex-direction: row;
  }
}
.p-company-outline__ddGroup + .p-company-outline__ddGroup {
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
}

.p-company-outline__ddTitle {
  font-weight: 700;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-company-outline__ddTitle {
    flex-shrink: 0;
    width: 8.75rem;
    font-weight: 500;
  }
}

.p-company-outline__ddText {
  line-height: 1.8;
}

.p-company-outline__ddList {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.p-company-outline__ddWrapper {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (min-width: 768px) {
  .p-company-outline__ddWrapper {
    flex-direction: row;
  }
  .p-company-outline__ddWrapper .p-company-outline__ddList {
    flex-grow: 1;
  }
}

.p-company-wrapper {
  position: relative;
  padding-block: 2.5625rem 3.9375rem;
  background: #f43d57;
}
@media (min-width: 768px) {
  .p-company-wrapper {
    padding-block: 3.125rem 6.125rem;
  }
}
.p-company-wrapper::before {
  display: block;
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 0.0625rem, transparent 0.0625rem), linear-gradient(to right, rgba(255, 255, 255, 0.1) 0.0625rem, transparent 0.0625rem);
  background-position: 0.6875rem 0.6875rem;
  background-size: 1.25rem 1.25rem;
  content: "";
}

.p-company-facility__content {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}

.p-company-facility__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.p-company-facility__item {
  width: calc((100% - 0.75rem) / 2);
  height: 4.875rem;
}
@media (min-width: 768px) {
  .p-company-facility__item {
    width: calc((100% - 1.5rem) / 3);
  }
}

.p-item-badge {
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  height: 100%;
  padding: 0.5rem 1rem;
  gap: 0.1875rem;
  border-radius: 0.25rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-item-badge {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.p-item-badge::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  translate: 0 -50%;
  border-radius: 0 50% 50% 0;
  background: #f43d57;
  content: "";
}
@media (min-width: 768px) {
  .p-item-badge::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.p-item-badge__title {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 2.1875rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 768px) {
  .p-item-badge__title {
    height: auto;
    font-size: 1rem;
    text-align: left;
  }
}

.p-item-badge__count {
  text-align: center;
}

.p-item-badge__number {
  color: #f43d57;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "helvetica-lt-pro", sans-serif;
}
@media (min-width: 768px) {
  .p-item-badge__number {
    font-size: 1.75rem;
  }
}

.p-item-badge__unit {
  -webkit-margin-start: 0.1875rem;
  margin-inline-start: 0.1875rem;
  color: #f43d57;
  font-weight: 700;
  font-size: 0.6875rem;
}
@media (min-width: 768px) {
  .p-item-badge__unit {
    font-size: 0.875rem;
  }
}

.p-company-license {
  -webkit-padding-before: 4.5625rem;
  padding-block-start: 4.5625rem;
}
@media (min-width: 768px) {
  .p-company-license {
    -webkit-padding-before: 3.9375rem;
    padding-block-start: 3.9375rem;
  }
}

.p-company-license__content {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}

.p-company-license__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.p-company-license__item {
  width: calc((100% - 0.75rem) / 2);
  height: 4.875rem;
}
@media (min-width: 768px) {
  .p-company-license__item {
    width: calc((100% - 1.5rem) / 3);
  }
}

.p-company-access {
  position: relative;
  padding-block: 3.375rem;
}
@media (min-width: 768px) {
  .p-company-access {
    padding-block: 5.0625rem;
  }
}

.p-company-access__content {
  -webkit-margin-before: 2.5rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 2.5rem;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .p-company-access__content {
    -webkit-margin-before: 3.5rem;
    margin-block-start: 3.5rem;
    gap: 4.375rem;
  }
}

.p-company-access__title {
  -webkit-padding-start: 1.8125rem;
  text-box-trim: trim-both;
  position: relative;
  padding-inline-start: 1.8125rem;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-company-access__title {
    -webkit-padding-start: 2.25rem;
    padding-inline-start: 2.25rem;
    font-size: 1.5rem;
  }
}
.p-company-access__title::before {
  display: block;
  position: absolute;
  top: 53%;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #f43d57;
  content: "";
}
@media (min-width: 768px) {
  .p-company-access__title::before {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.p-company-access__meta {
  -webkit-margin-before: 0.75rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 0.75rem;
  gap: 0.375rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-company-access__meta {
    font-size: 1rem;
  }
}

.p-company-access__tel {
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-company-access__tel:hover {
    opacity: 0.7;
  }
}
.p-company-access__tel:focus {
  outline: none;
}
.p-company-access__tel:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-company-access__map {
  -webkit-margin-before: 0.75rem;
  margin-block-start: 0.75rem;
}
.p-company-access__map iframe {
  aspect-ratio: 600/350;
  width: 100%;
}
@media (min-width: 768px) {
  .p-company-access__map iframe {
    aspect-ratio: 600/300;
  }
}

.p-company-policy {
  position: relative;
  border-bottom: 0.0625rem solid rgba(64, 64, 64, 0.3);
}
.p-company-policy::before {
  display: block;
  position: absolute;
  top: 4.0625rem;
  left: 0;
  width: 100%;
  height: calc(100% - 4.0625rem);
  background: url(../img/sp/p-factoryPaint-head_bg-min.png) no-repeat center center/cover;
  content: "";
  mix-blend-mode: difference;
}
@media (min-width: 768px) {
  .p-company-policy::before {
    top: 5rem;
    height: calc(100% - 5rem);
    background-image: url(../img/p-factoryPaint-head_bg-min.png);
  }
}

.p-company-policy__heading {
  text-box-trim: trim-both;
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  height: 4.0625rem;
  background: #f43d57;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-company-policy__heading {
    height: 5rem;
    font-size: 1.75rem;
  }
}

.p-company-policy__content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  padding-block: 1.125rem !important;
}
@media (min-width: 768px) {
  .p-company-policy__content {
    padding-block: 2.5rem !important;
  }
}

.p-company-policy__text {
  position: relative;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-company-policy__text {
    font-size: 1.75rem;
  }
}
.p-company-policy__text span.-fz14 {
  font-size: 0.875rem;
}
.p-company-policy__text span.-fz14-24 {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-company-policy__text span.-fz14-24 {
    font-size: 1.5rem;
  }
}
.p-company-policy__text span.-fz16-24 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-company-policy__text span.-fz16-24 {
    font-size: 1.5rem;
  }
}
.p-company-policy__text span.-fz20-28 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-company-policy__text span.-fz20-28 {
    font-size: 1.75rem;
  }
}
.p-company-policy__text span.-color {
  color: #f43d57;
}

.p-company-policy__image img {
  width: 9.25rem;
}
@media (min-width: 768px) {
  .p-company-policy__image img {
    width: 15.375rem;
  }
}

.p-sdgs {
  padding-block: 2.8125rem 3.4375rem;
  border-top: 0.0625rem solid #bcbcbc;
}
@media (min-width: 768px) {
  .p-sdgs {
    padding-block: 3.625rem;
    border-top: none;
  }
}

.p-sdgs__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-sdgs__textArea {
  display: contents;
}

.p-sdgs__heading {
  order: 1;
}

.p-sdgs__text {
  -webkit-margin-before: 2rem;
  order: 3;
  margin-block-start: 2rem;
  line-height: 2;
  letter-spacing: 0.07em;
}
@media (min-width: 768px) {
  .p-sdgs__text {
    font-size: 1.125rem;
  }
}

.p-sdgs__link {
  color: #f43d57;
  text-decoration: underline;
}

.p-sdgs__imageArea {
  -webkit-margin-before: 2.5rem;
  order: 2;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-sdgs__imageArea {
    width: 37.5rem;
  }
}

.p-sdgs__image {
  overflow: hidden;
  border: 0.0625rem solid rgba(34, 34, 34, 0.1);
  border-radius: 0.3125rem;
}

.p-privacy {
  padding-block: 3.75rem;
}
@media (min-width: 768px) {
  .p-privacy {
    padding-block: 5rem;
  }
}

@media (min-width: 768px) {
  .p-privacy__inner {
    max-width: 56.25rem !important;
  }
}

.p-privacy__content h2 {
  margin-block: 2.5rem 1.875rem;
  padding: 0.625rem 0.6875rem 0.6875rem 0.75rem;
  border-radius: 0.1875rem;
  background: #eee;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-privacy__content h2 {
    margin-block: 3.75rem 1.875rem;
    font-size: 1.75rem;
  }
}
.p-privacy__content h3 {
  -webkit-padding-after: 0.625rem;
  text-box-trim: trim-both;
  position: relative;
  margin-block: 2.5rem 1.875rem;
  padding-block-end: 0.625rem;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-privacy__content h3 {
    -webkit-padding-after: 1.125rem;
    padding-block-end: 1.125rem;
    font-size: 1.5rem;
  }
}
.p-privacy__content h3::before, .p-privacy__content h3::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.125rem;
  content: "";
}
.p-privacy__content h3::before {
  width: 100%;
  background: rgba(34, 34, 34, 0.2);
}
.p-privacy__content h3::after {
  width: 4.375rem;
  background: #f43d57;
}
@media (min-width: 768px) {
  .p-privacy__content h3::after {
    width: 6.375rem;
  }
}
.p-privacy__content p {
  text-box-trim: trim-both;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-privacy__content p {
    font-size: 1rem;
  }
}
.p-privacy__content p + p {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
}
.p-privacy__content p:empty {
  display: none;
}
.p-privacy__content b,
.p-privacy__content strong {
  font-weight: 700;
}

.u-only__sp {
  display: block;
}
@media (min-width: 768px) {
  .u-only__sp {
    display: none !important;
  }
}

.u-only__pc {
  display: none;
}
@media (min-width: 768px) {
  .u-only__pc {
    display: block !important;
  }
}

@media screen and (orientation: landscape) {
  .u-only__portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .u-only__landscape {
    display: none !important;
  }
}
.u-separate {
  margin-block: 24px;
}

.u-pointerNone {
  pointer-events: none !important;
}

.u-pointerNone__sp {
  pointer-events: auto;
}
@media (min-width: 768px) {
  .u-pointerNone__sp {
    pointer-events: none !important;
  }
}

.u-pointerNone__pc {
  pointer-events: none;
}
@media (min-width: 768px) {
  .u-pointerNone__pc {
    pointer-events: none !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */