@charset "UTF-8";
/*! 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;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

:root {
  --border-radius-sm: .5rem;
  --border-radius-md: 1.5rem;
  --color-primary: #8cb706;
  --color-secondary: #6eb216;
  --color-tertiary: #ecf6cd;
  --color-quaternary: #d9eaa3;
  --color-gray: #f1f1f1;
  --color-red: #d61240;
  --color-red-pale: #f5d8cd;
  --color-vermilion: #e60012;
  --color-yellow: #fdf886;
  --max-width: 872px;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: white;
  color: #333;
  font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, meiryo, メイリオ, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  line-height: 1.45;
}
@media (768px <= width) {
  body {
    font-size: 1.5rem;
  }
}
@media (768px > width) {
  body {
    font-size: 1rem;
  }
}

img {
  max-width: 100%;
}

em {
  font-style: normal;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: #fcd430 auto 0.125rem;
}

.l-container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width);
}
@media (768px <= width) {
  .l-container {
    padding: 3.75rem 1rem 5rem;
  }
}
@media (768px > width) {
  .l-container {
    padding: 2.5rem 0.5rem;
  }
}

.l-footer__logo {
  text-align: center;
}
@media (768px <= width) {
  .l-footer__logo img {
    width: 18.75rem;
  }
}
@media (768px > width) {
  .l-footer__logo img {
    width: 14.0625rem;
  }
}

.l-header {
  background-color: white;
}
.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 61rem;
  padding-left: 0.5rem;
}
@media (768px <= width) {
  .l-header__inner {
    height: 4.375rem;
  }
}
@media (768px > width) {
  .l-header__inner {
    height: 4.6875rem;
  }
}
@media (768px <= width) {
  .l-header__logo {
    width: 17.5rem;
  }
}
@media (768px > width) {
  .l-header__logo {
    width: 14.6875rem;
  }
}

@media (768px <= width) {
  .l-main {
    padding-top: 4.375rem;
  }
}
@media (768px > width) {
  .l-main {
    padding-top: 2.5rem;
  }
}

.l-nav {
  background-color: #ededed;
  bottom: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  right: 0;
  top: 0;
  z-index: 25;
}
@media (768px <= width) {
  .l-nav {
    padding-top: 4.375rem;
  }
}
@media (768px > width) {
  .l-nav {
    padding: 2.5rem 1.875rem 0;
  }
}
.l-nav:not(.is-open) {
  visibility: hidden;
}
.l-nav[aria-hidden=true] {
  animation: navFadeOut 0.2s;
}
.l-nav[aria-hidden=false] {
  animation: navFadeIn 0.2s;
}
.l-nav__inner {
  margin-left: auto;
  margin-right: auto;
}
@media (768px <= width) {
  .l-nav__inner {
    margin-top: 3.75rem;
    max-width: 40rem;
  }
}
@media (768px > width) {
  .l-nav__inner {
    margin-top: 1.5625rem;
    max-width: 36.5rem;
  }
}
.l-nav__link {
  align-items: center;
  border-bottom: solid 1px #666;
  display: flex;
  font-weight: 500;
  justify-content: center;
  width: 100;
}
@media (768px <= width) {
  .l-nav__link {
    font-size: 1.4375rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media (768px > width) {
  .l-nav__link {
    font-size: 0.9375rem;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}
.l-nav__link:not(.-about):before {
  aspect-ratio: 6/5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
}
@media (768px <= width) {
  .l-nav__link:not(.-about):before {
    margin-right: 1.25rem;
    width: 2.25rem;
  }
}
@media (768px > width) {
  .l-nav__link:not(.-about):before {
    margin-right: 0.625rem;
    width: 1.5rem;
  }
}
.l-nav__link.-benefit::before {
  background-image: url(../img/icon-nav_benefit.webp);
}
.l-nav__link.-voice::before {
  background-image: url(../img/icon-nav_voice.webp);
}
.l-nav__link.-showroom::before {
  background-image: url(../img/icon-nav_showroom.webp);
}
.l-nav__link.-qa::before {
  background-image: url(../img/icon-nav_qa.webp);
}

@keyframes navFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes navFadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.c-accordion > dt button {
  position: relative;
  width: 100%;
}
.c-accordion > dd {
  transition: max-height 0.2s;
  overflow: hidden;
}
.c-accordion > dd[aria-hidden=true] {
  max-height: 0;
}

.c-link.-text-underline {
  text-decoration: underline;
}
.c-link.-arrow-down {
  background-image: url(../images/icon-arrow_link_down.webp);
  background-repeat: no-repeat;
  border-bottom-color: #333;
  border-bottom-style: solid;
  display: inline-block;
}
@media (768px <= width) {
  .c-link.-arrow-down {
    background-position: calc(100% - 0.1875rem) center;
    background-size: 1rem 0.5rem;
    border-bottom-width: 0.125rem;
    padding-right: 2rem;
  }
}
@media (768px > width) {
  .c-link.-arrow-down {
    background-position: calc(100% - 0.0625rem) center;
    background-size: 0.625rem 0.3125rem;
    border-bottom-width: 0.0625rem;
    padding-right: 1rem;
  }
}
@media (hover: hover) {
  .c-link.-arrow-down:hover {
    border-bottom-color: transparent;
  }
  .c-link.-text-underline:hover {
    text-decoration: none;
  }
  .c-link.-opacity {
    transition: opacity 0.2s;
  }
  .c-link.-opacity:hover {
    opacity: 0.8;
  }
}

.c-list[class*=-bullet-] > li {
  position: relative;
}
.c-list[class*=-bullet-] > li::before {
  left: 0;
  position: absolute;
  top: 0;
}
.c-list.-bullet-asterisk > li {
  padding-left: 1.5em;
}
.c-list.-bullet-dot > li {
  padding-left: 1em;
}
.c-list.-bullet-asterisk > li::before {
  content: "※";
}
.c-list.-bullet-dot > li::before {
  content: "・";
}

.c-loader {
  display: flex;
  justify-content: center;
}
.c-loader.is-hide {
  display: none;
}
.c-loader__inner {
  display: flex;
  gap: 0.25rem;
}
.c-loader__inner > div {
  aspect-ratio: 1/1;
  background-color: #555;
  border-radius: 50%;
  width: 1rem;
}
.c-loader__inner > div:nth-child(1) {
  animation: loader 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.c-loader__inner > div:nth-child(2) {
  animation: loader 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.c-loader__inner > div:nth-child(3) {
  animation: loader 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.c-title.-primary {
  text-align: center;
}

.p-association__logo {
  background-color: white;
  text-align: center;
}
@media (768px <= width) {
  .p-association__logo {
    border-radius: var(--border-radius-md);
    margin-top: 2.5rem;
    padding: 3.3125rem 2.375rem 3rem;
  }
}
@media (768px > width) {
  .p-association__logo {
    border-radius: var(--border-radius-sm);
    margin-top: 1.25rem;
    padding: 1.25rem 0.5rem;
  }
}

@media (768px > width) {
  .p-attention {
    border-radius: var(--border-radius-sm);
  }
}
.p-attention.-border {
  background-color: white;
  border-color: var(--color-red);
  border-style: solid;
}
@media (768px > width) {
  .p-attention.-border {
    border-width: 0.125rem;
    padding: 1rem;
  }
}
.p-attention.-red {
  background-color: #f5d8cd;
  color: #e60012;
}
@media (768px > width) {
  .p-attention.-red {
    padding: 1.125rem;
  }
}
@media (768px <= width) {
  .p-attention .c-list {
    margin-top: 2.5rem;
  }
}
@media (768px > width) {
  .p-attention .c-list {
    margin-top: 0.75rem;
  }
}

.p-caution {
  background-color: white;
  border-color: var(--color-red);
  border-style: solid;
}
@media (768px > width) {
  .p-caution {
    border-radius: var(--border-radius-sm);
    border-width: 0.125rem;
    margin-top: 1.25rem;
    padding: 1rem 0.5rem;
  }
}
@media (768px <= width) {
  .p-caution .c-list {
    margin-top: 2.5rem;
  }
}
@media (768px > width) {
  .p-caution .c-list {
    margin-top: 0.75rem;
  }
}

.p-cta {
  text-align: center;
}
@media (768px <= width) {
  .p-cta__btn {
    margin-top: 1.25rem;
  }
}
@media (768px > width) {
  .p-cta__btn {
    margin-top: 0.5rem;
  }
}
@media (768px <= width) {
  .p-cta__btn img {
    width: min(66.5909090909vw, 36.625rem);
  }
}
@media (768px > width) {
  .p-cta__btn img {
    width: min(78.1333333333vw, 36.625rem);
  }
}
@media (hover: hover) {
  .p-cta__btn button {
    transition: opacity 0.2s;
  }
  .p-cta__btn button:hover {
    opacity: 0.8;
  }
}
@media (768px <= width) {
  .p-cta__logo {
    margin: 2.5rem auto 0;
    max-width: 47.5rem;
  }
}
@media (768px > width) {
  .p-cta__logo {
    margin-top: 1rem;
    padding: 0 0.5rem;
  }
}
.p-cta__logo .c-text {
  color: #5fa503;
}
.p-cta__logo .c-image {
  border-top-color: #5fa503;
  border-top-style: solid;
}
@media (768px <= width) {
  .p-cta__logo .c-image {
    border-top-width: 0.125rem;
    margin-top: 1.25rem;
    padding-top: 1.875rem;
  }
}
@media (768px > width) {
  .p-cta__logo .c-image {
    border-top-width: 0.0625rem;
    margin-top: 0.625rem;
    padding-top: 1.25rem;
  }
}

@media (768px <= width) {
  .p-diagnosis__question {
    margin-top: 2.5rem;
  }
}
@media (768px > width) {
  .p-diagnosis__question {
    margin-top: 1.25rem;
  }
}
.p-diagnosis__question > dt {
  text-align: center;
}
@media (768px <= width) {
  .p-diagnosis__question > dd {
    margin-top: 1.25rem;
  }
}
@media (768px > width) {
  .p-diagnosis__question > dd {
    margin-top: 0.5rem;
  }
}
.p-diagnosis__question-wrap {
  display: grid;
}
@media (768px <= width) {
  .p-diagnosis__question-wrap {
    justify-content: center;
    gap: 1.875rem 3.125rem;
    margin-top: 1.25rem;
  }
}
@media (768px > width) {
  .p-diagnosis__question-wrap {
    gap: 1rem 0;
    margin-top: 1rem;
  }
}
.p-diagnosis__question-wrap.-col-3 {
  grid-template-columns: repeat(3, auto);
}
.p-diagnosis__question-wrap.-col-2 {
  grid-template-columns: repeat(2, auto);
}
.p-diagnosis__question-box {
  color: var(--color-secondary);
  position: relative;
}
.p-diagnosis__question-box input[type=radio],
.p-diagnosis__question-box input[type=checkbox] {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  position: absolute;
}
.p-diagnosis__question-box input[type=radio]:not(:checked) + label::after,
.p-diagnosis__question-box input[type=checkbox]:not(:checked) + label::after {
  opacity: 0;
}
.p-diagnosis__question-box input[type=radio]:focus-visible,
.p-diagnosis__question-box input[type=checkbox]:focus-visible {
  outline: #fcd430 auto 0.125rem;
}
.p-diagnosis__question-box label {
  display: inline-block;
  font-weight: bold;
  position: relative;
}
@media (768px <= width) {
  .p-diagnosis__question-box label {
    padding-left: 2.875rem;
  }
}
@media (768px > width) {
  .p-diagnosis__question-box label {
    padding-left: 1.875rem;
  }
}
.p-diagnosis__question-box label::before, .p-diagnosis__question-box label::after {
  aspect-ratio: 1/1;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-diagnosis__question-box label::before {
  left: 0;
  border-style: solid;
}
@media (768px <= width) {
  .p-diagnosis__question-box label::before {
    border-width: 0.1875rem;
    width: 1.875rem;
  }
}
@media (768px > width) {
  .p-diagnosis__question-box label::before {
    border-width: 0.125rem;
    width: 1.25rem;
  }
}
.p-diagnosis__question-box.-radio label::before {
  border-radius: 50%;
}
.p-diagnosis__question-box.-radio label::after {
  background-color: var(--color-secondary);
  border-radius: 50%;
}
@media (768px <= width) {
  .p-diagnosis__question-box.-radio label::after {
    left: 0.4375rem;
    width: 1rem;
  }
}
@media (768px > width) {
  .p-diagnosis__question-box.-radio label::after {
    left: 0.25rem;
    width: 0.75rem;
  }
}
.p-diagnosis__question-box.-check label::after {
  background: url(../images/icon-check.webp) center no-repeat;
  background-size: contain;
}
@media (768px <= width) {
  .p-diagnosis__question-box.-check label::after {
    left: 0.3125rem;
    width: 1.125rem;
  }
}
@media (768px > width) {
  .p-diagnosis__question-box.-check label::after {
    left: 0.25rem;
    width: 0.8125rem;
  }
}
.p-diagnosis__question-box.-check:has(input[type=checkbox]:disabled) {
  opacity: 0.5;
  pointer-events: none;
}
@media (768px <= width) {
  .p-diagnosis__btn {
    margin: 5rem -1.8125rem 0;
  }
}
@media (768px > width) {
  .p-diagnosis__btn {
    margin-top: 2.5rem;
  }
}

.p-floating {
  animation: fadeOut 0.2s forwards;
  opacity: 1;
  position: fixed;
  visibility: visible;
  z-index: 10;
}
.p-floating:not(.is-show) {
  animation: fadeIn 0.2s forwards;
  opacity: 0;
  visibility: hidden;
}
@media (768px <= width) {
  .p-floating {
    bottom: 0.5rem;
    right: 1rem;
    width: 4.6875rem;
  }
}
@media (768px > width) {
  .p-floating {
    bottom: 0.5rem;
    right: 1rem;
    width: 3.125rem;
  }
}

.p-flow {
  display: flex;
  flex-direction: column;
}
@media (768px <= width) {
  .p-flow {
    margin: 2.5rem -2.5rem 0;
  }
}
@media (768px > width) {
  .p-flow {
    margin-top: 1rem;
  }
}
.p-flow__item {
  background-color: #f1f1f1;
}
@media (768px <= width) {
  .p-flow__item {
    border-radius: var(--border-radius-md);
    padding: 3.4375rem 2.5rem;
  }
}
@media (768px > width) {
  .p-flow__item {
    border-radius: var(--border-radius-sm);
    padding: 1.875rem 0.75rem;
  }
}
.p-flow__item > .c-definition > dt {
  text-align: center;
}
.p-flow__item > .c-definition > dt > span {
  background-color: white;
  display: inline-block;
  width: 100%;
}
@media (768px <= width) {
  .p-flow__item > .c-definition > dt > span {
    border-radius: 1rem;
    padding: 1rem;
    max-width: 25rem;
  }
}
@media (768px > width) {
  .p-flow__item > .c-definition > dt > span {
    border-radius: var(--border-radius-sm);
    padding: 0.5rem 1rem;
    max-width: 12.5rem;
  }
}
@media (768px <= width) {
  .p-flow__item > .c-definition > dd {
    margin-top: 1.875rem;
  }
}
@media (768px > width) {
  .p-flow__item > .c-definition > dd {
    margin-top: 1rem;
  }
}
.p-flow__item:nth-of-type(1) {
  order: 1;
}
.p-flow__item:nth-of-type(2) {
  order: 3;
}
.p-flow::after {
  order: 2;
  background-color: var(--color-primary);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  display: block;
}
@media (768px <= width) {
  .p-flow::after {
    aspect-ratio: 5/3;
    width: 2.5rem;
  }
}
@media (768px > width) {
  .p-flow::after {
    aspect-ratio: 8/3;
    margin: 1.25rem auto;
    width: 2.5rem;
  }
}
@media (768px <= width) {
  .p-flow::after {
    margin: 2.5rem auto;
  }
}
@media (768px > width) {
  .p-flow::after {
    margin-top: 1.25rem;
  }
}
.p-flow__time {
  text-align: center;
}
@media (768px <= width) {
  .p-flow__time img {
    width: min(25%, 9.375rem);
  }
}
@media (768px > width) {
  .p-flow__time img {
    width: min(32vw, 15rem);
  }
}
@media (768px <= width) {
  .p-flow__list {
    margin-top: 1.875rem;
  }
}
@media (768px > width) {
  .p-flow__list {
    margin-top: 1.25rem;
  }
}
.p-flow__list > li {
  display: flex;
  flex-direction: column;
}
.p-flow__list > li > .c-definition > dt {
  align-items: center;
  background-color: var(--color-primary);
  color: white;
  display: flex;
  font-weight: bold;
  line-height: 1;
}
@media (768px <= width) {
  .p-flow__list > li > .c-definition > dt {
    padding: 0.5rem 1rem;
  }
}
@media (768px > width) {
  .p-flow__list > li > .c-definition > dt {
    padding: 0.25rem 0.75rem;
  }
}
.p-flow__list > li > .c-definition > dt picture {
  display: inline-block;
}
@media (768px <= width) {
  .p-flow__list > li > .c-definition > dt picture {
    margin-right: 0.75rem;
    width: 1.875rem;
  }
}
@media (768px > width) {
  .p-flow__list > li > .c-definition > dt picture {
    margin-right: 0.5rem;
    width: 1.25rem;
  }
}
@media (768px <= width) {
  .p-flow__list > li > .c-definition > dd {
    margin-top: 1.5rem;
    padding: 0 3.25rem;
  }
}
@media (768px > width) {
  .p-flow__list > li > .c-definition > dd {
    margin-top: 0.75rem;
  }
}
.p-flow__list > li > .c-definition:nth-of-type(1) {
  order: 1;
}
.p-flow__list > li > .c-definition:nth-of-type(2) {
  order: 3;
}
.p-flow__list > li::after {
  order: 2;
  background-color: var(--color-primary);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  display: block;
}
@media (768px <= width) {
  .p-flow__list > li::after {
    aspect-ratio: 5/3;
    width: 2.5rem;
  }
}
@media (768px > width) {
  .p-flow__list > li::after {
    aspect-ratio: 8/3;
    margin: 1.25rem auto;
    width: 2.5rem;
  }
}
@media (768px <= width) {
  .p-flow__list > li::after {
    margin: 1.5rem auto;
  }
}
@media (768px > width) {
  .p-flow__list > li::after {
    margin-top: 1.25rem;
  }
}
@media (768px <= width) {
  .p-flow__status {
    display: grid;
    gap: 0.625rem min(4.1666666667%, 1.5rem);
    grid-template-columns: 1fr min(35.2430555556%, 12.6875rem);
    margin-top: 0.625rem;
  }
}
@media (768px <= width) {
  .p-flow__status .c-list.-bullet-dot {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (768px <= width) {
  .p-flow__status .c-list.-bullet-asterisk {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (768px <= width) {
  .p-flow__status .c-image {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media (768px <= width) {
  .p-flow__work {
    display: grid;
    gap: 0.625rem min(4.1666666667%, 1.5rem);
    grid-template-columns: 1fr min(29.8611111111%, 10.75rem);
  }
}
@media (768px <= width) {
  .p-flow__work .c-list.-bullet-dot {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (768px <= width) {
  .p-flow__work .c-list.-bullet-asterisk {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (768px <= width) {
  .p-flow__work .c-image {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media (768px <= width) {
  .p-flow__repair {
    display: grid;
    gap: 0.625rem min(5.5555555556%, 2rem);
    grid-template-columns: 1fr min(24.8263888889%, 8.9375rem);
  }
}
@media (768px <= width) {
  .p-flow__repair .c-text {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.p-flow__repair .c-text img {
  vertical-align: sub;
}
@media (768px <= width) {
  .p-flow__repair .c-text img {
    width: 1.75rem;
  }
}
@media (768px > width) {
  .p-flow__repair .c-text img {
    width: 1.25rem;
  }
}
@media (768px <= width) {
  .p-flow__repair .c-image {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

@media (768px <= width) {
  .p-inquiry {
    margin-top: 2.5rem;
  }
}
@media (768px > width) {
  .p-inquiry {
    margin-top: 1.25rem;
  }
}
.p-inquiry__attention {
  background-color: var(--color-red-pale);
  color: var(--color-vermilion);
}
@media (768px <= width) {
  .p-inquiry__attention {
    border-radius: var(--border-radius-md);
    margin-top: 2.5rem;
    padding: 2.5rem 6.25rem;
  }
}
@media (768px > width) {
  .p-inquiry__attention {
    border-radius: var(--border-radius-sm);
    margin-top: 1.25rem;
    padding: 1rem 1.25rem;
  }
}
.p-inquiry .c-accordion > dt button {
  border-color: var(--color-primary);
  border-style: solid;
  position: relative;
}
@media (768px <= width) {
  .p-inquiry .c-accordion > dt button {
    border-radius: 0.5rem;
    border-width: 4px;
    padding: 1.25rem 5rem 1.25rem 1rem;
  }
}
@media (768px > width) {
  .p-inquiry .c-accordion > dt button {
    border-radius: 0.3125rem;
    border-width: 2px;
    padding: 0.75rem 1.875rem 0.75rem 0.375rem;
  }
}
.p-inquiry .c-accordion > dt button::after {
  aspect-ratio: 3/2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (768px <= width) {
  .p-inquiry .c-accordion > dt button::after {
    right: 1.5625rem;
    width: 1.875rem;
  }
}
@media (768px > width) {
  .p-inquiry .c-accordion > dt button::after {
    right: 0.375rem;
    width: 0.9375rem;
  }
}
.p-inquiry .c-accordion > dt button[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(180deg);
}
.p-inquiry .c-accordion:nth-of-type(1) > dt button {
  background-color: var(--color-primary);
  color: white;
}
.p-inquiry .c-accordion:nth-of-type(1) > dt button::after {
  background-image: url(../images/icon-arrow_down_w.webp);
}
.p-inquiry .c-accordion:not(:nth-of-type(1)) > dt button {
  background-color: white;
}
.p-inquiry .c-accordion:not(:nth-of-type(1)) > dt button::after {
  background-image: url(../images/icon-arrow_down_blk.webp);
}
@media (768px <= width) {
  .p-inquiry__content {
    padding: 1.875rem 6.25rem;
  }
}
@media (768px > width) {
  .p-inquiry__content {
    padding: 1.25rem 0.5rem;
  }
}
@media (768px <= width) {
  .p-inquiry.-modal {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media (768px <= width) {
  .p-inquiry.-modal .p-inquiry__content {
    padding: 1.875rem 2.5rem;
  }
}
@media (768px > width) {
  .p-inquiry.-modal .p-inquiry__content {
    padding: 1.25rem 0.5rem;
  }
}
.p-inquiry__tel {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
@media (768px <= width) {
  .p-inquiry__tel {
    font-size: 3.25rem;
    pointer-events: none;
  }
}
@media (768px > width) {
  .p-inquiry__tel {
    font-size: 1.75rem;
  }
}
.p-inquiry__tel::before {
  aspect-ratio: 30/17;
  background: url(../images/icon-tel.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  margin-right: 0.5rem;
}
@media (768px <= width) {
  .p-inquiry__tel::before {
    width: 3.75rem;
  }
}
@media (768px > width) {
  .p-inquiry__tel::before {
    width: 2.3125rem;
  }
}
@media (768px <= width) {
  .p-inquiry .c-accordion + .c-accordion {
    margin-top: 1.25rem;
  }
}
@media (768px > width) {
  .p-inquiry .c-accordion + .c-accordion {
    margin-top: 0.625rem;
  }
}

.p-intro {
  background-color: white;
}
@media (768px <= width) {
  .p-intro {
    border-radius: var(--border-radius-md);
    padding: 3.75rem;
  }
}
@media (768px > width) {
  .p-intro {
    border-radius: var(--border-radius-sm);
    padding: 1.25rem 0.5rem 1.875rem;
  }
}
.p-intro__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
@media (768px <= width) {
  .p-intro__list {
    margin-top: 2.5rem;
    gap: 0 min(14.1666666667%, 6.375rem);
  }
}
@media (768px > width) {
  .p-intro__list {
    margin-top: 1.25rem;
    gap: 0 min(10.4vw, 4.875rem);
  }
}
@media (768px <= width) {
  .p-intro__list > li {
    width: min(27.3611111111%, 12.3125rem);
  }
}
@media (768px > width) {
  .p-intro__list > li {
    width: min(34.1333333333vw, 16rem);
  }
}
@media (768px <= width) {
  .p-intro__list > li .c-text {
    margin: 0.75rem -3em 0;
  }
}
@media (768px > width) {
  .p-intro__list > li .c-text {
    margin: 0.625rem -2em 0;
  }
}
@media (768px <= width) {
  .p-intro__list.-wide {
    gap: 0 min(18.0555555556%, 8.125rem);
  }
}
@media (768px <= width) {
  .p-intro__list.-wide > li {
    width: min(27.7777777778%, 12.5rem);
  }
}
.p-intro__list.-arrow::after {
  background: url("../images/icon-arrow_double_down.webp") center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
}
@media (768px <= width) {
  .p-intro__list.-arrow::after {
    height: min(5.504587156vw, 3rem);
    margin-top: 0.5rem;
  }
}
@media (768px > width) {
  .p-intro__list.-arrow::after {
    height: min(8.5333333333vw, 4rem);
    margin-top: 0.5rem;
  }
}
@media (768px <= width) {
  .p-intro__attention {
    margin-top: 3.125rem;
  }
}
@media (768px > width) {
  .p-intro__attention {
    margin-top: 1.875rem;
  }
}
.p-intro__attention-body {
  background-color: white;
  border: solid 0.1875rem var(--color-red);
}
@media (768px <= width) {
  .p-intro__attention-body {
    border-radius: var(--border-radius-md);
    margin-top: 1.25rem;
    padding: 2.5rem 4rem;
  }
}
@media (768px > width) {
  .p-intro__attention-body {
    border-radius: var(--border-radius-sm);
    margin-top: 0.625rem;
    padding: 1rem 0.5rem;
  }
}

.p-modal {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.p-modal:not(.is-open) {
  display: none;
}
.p-modal[aria-hidden=true] {
  animation: fadeOut 0.2s forwards;
}
.p-modal[aria-hidden=false] {
  animation: fadeIn 0.2s forwards;
}
.p-modal__overlay {
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: auto;
}
@media (768px <= width) {
  .p-modal__overlay {
    padding: 5rem 1rem 0;
  }
}
@media (768px > width) {
  .p-modal__overlay {
    padding: 2rem 0.5rem 0;
  }
}
.p-modal__inner {
  background-color: white;
  max-width: 720px;
  position: relative;
  width: 100%;
}
@media (768px <= width) {
  .p-modal__inner {
    padding: 5.625rem 3.75rem;
  }
}
@media (768px > width) {
  .p-modal__inner {
    padding: 2.5rem 1rem;
  }
}
.p-modal__close {
  align-items: center;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.75rem;
}
.p-modal__close::before {
  content: "✕";
}
@media (hover: hover) {
  .p-modal__close {
    transition: background-color 0.2s, color 0.2s;
  }
  .p-modal__close:hover {
    background-color: #3db4d0;
    color: white;
  }
}

.p-mv {
  position: relative;
}
@media (768px <= width) {
  .p-mv {
    background-color: var(--color-primary);
  }
}
.p-mv__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
  position: relative;
}
@media (768px > width) {
  .p-mv__container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.p-mv__title {
  text-align: center;
}
@media (768px > width) {
  .p-mv__title img {
    width: 100%;
  }
}

.p-result__content:not(.is-show) {
  display: none;
}
@media (768px <= width) {
  .p-result__form {
    margin-top: 1.25rem;
  }
}
@media (768px > width) {
  .p-result__form {
    margin-top: 0.75rem;
  }
}
.p-result__form-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 28.75rem;
  position: relative;
}
.p-result__form-box input[type=text] {
  border-color: #333;
  border-style: solid;
  display: block;
  width: 100%;
}
@media (768px <= width) {
  .p-result__form-box input[type=text] {
    border-width: 0.125rem;
    font-size: 1.875rem;
    padding: 0.5rem 1.125rem;
  }
}
@media (768px > width) {
  .p-result__form-box input[type=text] {
    border-width: 0.0625rem;
    font-size: 1.25rem;
    padding: 0.25rem 0.75rem;
  }
}
.p-result__form-box button {
  aspect-ratio: 1/1;
  background-image: url("../images/icon-search.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (768px <= width) {
  .p-result__form-box button {
    right: 1rem;
    width: 2.125rem;
  }
}
@media (768px > width) {
  .p-result__form-box button {
    right: 0.75rem;
    width: 1.4375rem;
  }
}

.p-step {
  display: flex;
  flex-direction: column;
}
@media (768px <= width) {
  .p-step {
    margin-top: 5rem;
  }
}
@media (768px > width) {
  .p-step {
    margin-top: 3.125rem;
  }
}
.p-step > li {
  background-color: white;
  border-color: white;
  border-style: solid;
  position: relative;
}
@media (768px <= width) {
  .p-step > li {
    border-radius: var(--border-radius-md);
    border-width: 0.1875rem;
  }
}
@media (768px > width) {
  .p-step > li {
    border-radius: var(--border-radius-sm);
    border-width: 0.125rem;
  }
}
.p-step > li:nth-of-type(1) {
  order: 1;
}
.p-step > li:nth-of-type(2) {
  order: 3;
}
@media (768px <= width) {
  .p-step > li:nth-of-type(2) {
    margin-top: 4.5rem;
  }
}
@media (768px > width) {
  .p-step > li:nth-of-type(2) {
    margin-top: 3rem;
  }
}
.p-step__content {
  border: solid 0.1875rem var(--color-primary);
  position: relative;
}
@media (768px <= width) {
  .p-step__content {
    border-radius: var(--border-radius-md);
    padding: 5rem 4.625rem 4.375rem;
  }
}
@media (768px > width) {
  .p-step__content {
    border-radius: var(--border-radius-sm);
    padding: 3rem 0.9375rem 2rem;
  }
}
.p-step__content > dt {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}
@media (768px <= width) {
  .p-step__content > dt {
    width: min(13.0666666667vw, 6.125rem);
  }
}
@media (768px > width) {
  .p-step__content > dt {
    width: min(17.3333333333vw, 6.25rem);
  }
}
@media (768px <= width) {
  .p-step__call {
    align-items: center;
    display: flex;
  }
}
@media (768px <= width) {
  .p-step__call .c-image {
    flex-shrink: 0;
    width: min(18.2352941176%, 7.75rem);
  }
}
.p-step::after {
  order: 2;
  background: url("../images/icon-arrow_double_down.webp") center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
}
@media (768px <= width) {
  .p-step::after {
    height: min(5.504587156vw, 3rem);
    margin-top: 0.5rem;
  }
}
@media (768px > width) {
  .p-step::after {
    height: min(8.5333333333vw, 4rem);
    margin-top: 0.5rem;
  }
}
@media (768px <= width) {
  .p-step::after {
    margin-top: 1.625rem;
  }
}
@media (768px > width) {
  .p-step::after {
    margin-top: 1rem;
  }
}

@media (768px <= width) {
  .p-qa {
    margin-top: 2.5rem;
  }
}
@media (768px > width) {
  .p-qa {
    margin-top: 1.25rem;
  }
}
.p-qa .c-accordion > dt button {
  background-color: var(--color-quaternary);
}
@media (768px <= width) {
  .p-qa .c-accordion > dt button {
    border-radius: 0.5rem;
    padding: 1.5625rem 5rem 1.5625rem 6.25rem;
  }
}
@media (768px > width) {
  .p-qa .c-accordion > dt button {
    border-radius: 0.3125rem;
    padding: 0.5625rem 2rem 0.5625rem 2.5rem;
  }
}
.p-qa .c-accordion > dt button::before, .p-qa .c-accordion > dt button::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
}
.p-qa .c-accordion > dt button::before {
  aspect-ratio: 1/1;
}
@media (768px <= width) {
  .p-qa .c-accordion > dt button::before {
    background-image: url("../images/icon-qa_question-pc.webp");
    left: 1.625rem;
    top: 1.0625rem;
    width: 3.125rem;
  }
}
@media (768px > width) {
  .p-qa .c-accordion > dt button::before {
    background-image: url("../images/icon-qa_question-sp.webp");
    left: 0.5rem;
    top: 0.5625rem;
    width: 1.5625rem;
  }
}
.p-qa .c-accordion > dt button::after {
  aspect-ratio: 3/2;
  background-image: url("../images/icon-qa_arrow.webp");
  top: 50%;
  transform: translateY(-50%);
}
@media (768px <= width) {
  .p-qa .c-accordion > dt button::after {
    right: 1.625rem;
    width: 1.875rem;
  }
}
@media (768px > width) {
  .p-qa .c-accordion > dt button::after {
    right: 0.5rem;
    width: 0.9375rem;
  }
}
.p-qa .c-accordion > dt button[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(180deg);
}
@media (768px <= width) {
  .p-qa__content {
    padding: 1.875rem 6.25rem 2.5rem;
  }
}
@media (768px > width) {
  .p-qa__content {
    padding: 0.625rem 0.5rem 1.25rem;
  }
}
.p-qa__content .c-image {
  text-align: center;
}
@media (768px <= width) {
  .p-qa__content.-case {
    align-items: center;
    display: grid;
    gap: 1.25rem min(2.7027027027%, 1.25rem);
    grid-template-columns: 1fr min(38.5135135135%, 17.8125rem);
    margin-right: -6.25rem;
  }
}
@media (768px <= width) {
  .p-qa__content.-case .c-text {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (768px <= width) {
  .p-qa__content.-case .c-list {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (768px <= width) {
  .p-qa__content.-case .c-image {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media (768px <= width) {
  .p-qa__content.-satellite {
    display: grid;
    gap: 0 min(5.9259259259%, 2.5rem);
    grid-template-columns: 1fr min(25.3333333333%, 10.6875rem);
    margin-right: -2.1875rem;
  }
}
@media (768px <= width) {
  .p-qa__content.-reason {
    align-items: center;
    display: grid;
    gap: 0 min(5.6737588652%, 2.5rem);
    grid-template-columns: 1fr min(35.4609929078%, 15.625rem);
    margin-right: -4.0625rem;
  }
}
.p-qa__influence {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (768px <= width) {
  .p-qa__influence {
    gap: min(6.25%, 2.5rem);
    margin-top: 1.875rem;
  }
}
@media (768px > width) {
  .p-qa__influence {
    gap: min(4vw, 1.875rem);
    margin-top: 1.25rem;
  }
}
@media (768px <= width) {
  .p-qa__influence > li {
    width: min(43.75%, 17.5rem);
  }
}
@media (768px > width) {
  .p-qa__influence > li {
    width: min(40.5333333333vw, 19rem);
  }
}
.p-qa__influence > li .c-image {
  margin-left: auto;
  margin-right: auto;
}
@media (768px <= width) {
  .p-qa__influence > li .c-image {
    width: min(71.4285714286%, 12.5rem);
  }
}
@media (768px > width) {
  .p-qa__influence > li .c-image {
    width: min(33.8666666667vw, 15.875rem);
  }
}
@media (768px <= width) {
  .p-qa__influence > li .c-definition {
    margin-top: 0.625rem;
  }
}
.p-qa__influence > li .c-definition > dt {
  color: var(--color-secondary);
  text-align: center;
}
@media (768px > width) {
  .p-qa__influence > li .c-definition > dt {
    align-items: center;
    display: flex;
    height: 3.5em;
    justify-content: center;
  }
}
@media (768px <= width) {
  .p-qa__influence > li .c-definition > dd {
    font-size: 1.125rem;
    margin-top: 0.625rem;
    text-align: center;
  }
}
@media (768px > width) {
  .p-qa__influence > li .c-definition > dd {
    font-size: 0.6875rem;
  }
}
.p-qa__influence > li:nth-of-type(3) .c-definition > dt {
  margin-left: -2em;
  margin-right: -2em;
}
.p-qa__measure {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (768px <= width) {
  .p-qa__measure {
    gap: 0 min(3.125%, 1.25rem);
    margin-top: 2.5rem;
  }
}
@media (768px > width) {
  .p-qa__measure {
    gap: 0 min(4.2666666667vw, 2rem);
    margin-top: 0.75rem;
  }
}
@media (768px <= width) {
  .p-qa__measure-item:nth-of-type(1), .p-qa__measure-item:nth-of-type(3) {
    width: min(43.75%, 17.5rem);
  }
}
@media (768px > width) {
  .p-qa__measure-item:nth-of-type(1), .p-qa__measure-item:nth-of-type(3) {
    width: min(40.5333333333vw, 19rem);
  }
}
@media (768px > width) {
  .p-qa__measure-item:nth-of-type(1) .c-image, .p-qa__measure-item:nth-of-type(3) .c-image {
    margin: 0 min(-2.1333333333vw, -1rem);
  }
}
.p-qa__measure-item:nth-of-type(2) {
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (768px <= width) {
  .p-qa__measure-item:nth-of-type(2) {
    top: min(11.1904761905vw, 5.875rem);
    width: min(20.46875%, 8.1875rem);
  }
}
@media (768px > width) {
  .p-qa__measure-item:nth-of-type(2) {
    top: min(21.3333333333vw, 10rem);
    width: min(23.3333333333vw, 10.9375rem);
  }
}
@media (768px <= width) {
  .p-qa__measure-item .c-text {
    font-size: 1.125rem;
    margin-top: 0.9375rem;
    text-align: center;
  }
}
@media (768px > width) {
  .p-qa__measure-item .c-text {
    font-size: 0.6875rem;
    margin-top: 0.75rem;
  }
}
.p-qa__tool {
  margin-left: auto;
  margin-right: auto;
}
@media (768px <= width) {
  .p-qa__tool {
    margin-top: 2.5rem;
    width: min(74.84375%, 29.9375rem);
  }
}
@media (768px > width) {
  .p-qa__tool {
    margin-top: 1rem;
    width: min(85.2vw, 39.9375rem);
  }
}
.p-qa__tool .c-list {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.p-qa__tool .c-list > li {
  text-align: center;
  width: 50%;
}
@media (768px <= width) {
  .p-qa .c-accordion + .c-accordion {
    margin-top: 1.25rem;
  }
}
@media (768px > width) {
  .p-qa .c-accordion + .c-accordion {
    margin-top: 0.625rem;
  }
}

.p-work__notice {
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (768px <= width) {
  .p-work__notice {
    border-radius: var(--border-radius-md);
    font-size: 1.875rem;
    margin-top: 2.5rem;
    max-width: 45rem;
    padding: 2rem 1rem;
  }
}
@media (768px > width) {
  .p-work__notice {
    border-radius: var(--border-radius-sm);
    font-size: 1.25rem;
    margin-top: 1.25rem;
    padding: 0.75rem 0.5rem;
    width: min(78.6666666667vw, 36.875rem);
  }
}
.p-work__notice .c-text {
  font-weight: bold;
}
@media (768px <= width) {
  .p-work__advertise {
    display: flex;
    justify-content: space-between;
    margin-top: 1.875rem;
  }
}
@media (768px > width) {
  .p-work__advertise {
    margin: 1.25rem auto 0;
    width: min(78.6666666667vw, 36.875rem);
  }
}
.p-work__advertise > li {
  background-color: white;
  border-color: #777;
  border-style: solid;
}
@media (768px <= width) {
  .p-work__advertise > li {
    border-radius: var(--border-radius-md);
    border-width: 0.1875rem;
    padding: 0.625rem 1.5rem 1.5rem;
  }
}
@media (768px > width) {
  .p-work__advertise > li {
    border-radius: var(--border-radius-sm);
    border-width: 0.125rem;
    padding: 0.75rem 1.9375rem 0.875rem;
  }
}
@media (768px <= width) {
  .p-work__advertise > li:nth-of-type(1) {
    width: min(38.5714285714%, 20.25rem);
  }
}
@media (768px <= width) {
  .p-work__advertise > li:nth-of-type(2) {
    width: min(58.3333333333%, 30.625rem);
  }
}
@media (768px > width) {
  .p-work__advertise > li:nth-of-type(2) {
    margin-top: 0.625rem;
  }
}
.p-work__advertise > li figcaption {
  align-items: center;
  display: flex;
  font-weight: bold;
  justify-content: center;
  text-align: center;
}
@media (768px <= width) {
  .p-work__advertise > li figcaption {
    margin-bottom: 1rem;
  }
}
@media (768px > width) {
  .p-work__advertise > li figcaption {
    margin-bottom: 0.5rem;
  }
}
.p-work__advertise > li figcaption::before {
  content: "▼";
  vertical-align: middle;
}
@media (768px <= width) {
  .p-work__advertise > li figcaption::before {
    font-size: 1.125rem;
    margin-right: 0.5rem;
  }
}
.p-work__call {
  background-color: var(--color-yellow);
}
@media (768px <= width) {
  .p-work__call {
    border-radius: var(--border-radius-md);
    margin-top: 1.875rem;
    padding: 1.875rem 5rem;
  }
}
@media (768px > width) {
  .p-work__call {
    border-radius: var(--border-radius-sm);
    margin-top: 1.25rem;
    padding: 0.625rem 1.5rem;
  }
}
.p-work__attention {
  background-color: white;
  border: solid 0.1875rem var(--color-red);
}
@media (768px <= width) {
  .p-work__attention {
    border-radius: var(--border-radius-md);
    margin-top: 2.5rem;
    padding: 2rem 4rem;
  }
}
@media (768px > width) {
  .p-work__attention {
    border-radius: var(--border-radius-sm);
    margin-top: 1rem;
    padding: 0.5rem;
  }
}

@media (768px > width) {
  .p-zip {
    margin-top: 2rem;
  }
}
.p-zip:not(.is-show) {
  display: none;
}
.p-zip__content:not(.is-show) {
  display: none;
}
.p-zip__attention {
  background-color: var(--color-red-pale);
  color: var(--color-vermilion);
}
@media (768px <= width) {
  .p-zip__attention {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
    padding: 2.5rem 3.75rem;
  }
}
@media (768px > width) {
  .p-zip__attention {
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 1rem 1.25rem;
  }
}

.u-bg-color-gray {
  background-color: var(--color-gray);
}

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

.u-bg-color-primary {
  background-color: var(--color-primary);
}

.u-bg-color-secondary {
  background-color: var(--color-secondary);
}

.u-bg-color-tertiary {
  background-color: var(--color-tertiary);
}

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

.u-text-blue {
  color: #0000ec;
}

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

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

.u-text-white {
  color: white;
}

.u-d-block {
  display: block;
}

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

.u-d-none {
  display: none;
}

@media (768px <= width) {
  .u-d-md-none {
    display: none;
  }
  .u-d-md-inline-block {
    display: inline-block;
  }
}
@media (768px > width) {
  .u-d-sm-none {
    display: none;
  }
}
@media (768px <= width) {
  .u-fs-md-12 {
    font-size: 0.75rem;
  }
  .u-fs-md-14 {
    font-size: 0.875rem;
  }
  .u-fs-md-18 {
    font-size: 1.125rem;
  }
  .u-fs-md-20 {
    font-size: 1.25rem;
  }
  .u-fs-md-30 {
    font-size: 1.875rem;
  }
  .u-fs-md-36 {
    font-size: 2.25rem;
  }
}
@media (768px > width) {
  .u-fs-sm-11 {
    font-size: 0.6875rem;
  }
  .u-fs-sm-12 {
    font-size: 0.75rem;
  }
  .u-fs-sm-20 {
    font-size: 1.25rem;
  }
  .u-fs-sm-24 {
    font-size: 1.5rem;
  }
}
.u-fw-bold {
  font-weight: bold;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes loader {
  30% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
.u-mt-8 {
  margin-top: 0.5rem !important;
}

.u-mt-20 {
  margin-top: 1.25rem !important;
}

@media (768px <= width) {
  .u-mt-md-10 {
    margin-top: 0.625rem !important;
  }
  .u-mt-md-16 {
    margin-top: 1rem !important;
  }
  .u-mt-md-20 {
    margin-top: 1.25rem !important;
  }
  .u-mt-md-25 {
    margin-top: 1.5625rem !important;
  }
  .u-mt-md-30 {
    margin-top: 1.875rem !important;
  }
  .u-mt-md-35 {
    margin-top: 2.1875rem !important;
  }
  .u-mt-md-40 {
    margin-top: 2.5rem !important;
  }
  .u-mx-md-n16 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
}
@media (768px > width) {
  .u-mt-sm-8 {
    margin-top: 0.5rem !important;
  }
  .u-mt-sm-16 {
    margin-top: 1rem !important;
  }
  .u-mt-sm-20 {
    margin-top: 1.25rem !important;
  }
  .u-mt-sm-40 {
    margin-top: 2.5rem !important;
  }
  .u-mx-sm-n8 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
}
.u-pb-0,
.u-py-0 {
  padding-bottom: 0 !important;
}

.u-pt-0,
.u-py-0 {
  padding-top: 0 !important;
}

@media (768px <= width) {
  .u-py-md-35 {
    padding-bottom: 2.1875rem !important;
    padding-top: 2.1875rem !important;
  }
  .u-pb-md-40,
  .u-py-md-40 {
    padding-bottom: 2.5rem !important;
  }
  .u-pb-md-60 {
    padding-bottom: 3.75rem !important;
  }
  .u-px-md-60 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .u-px-md-100 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .u-pt-md-30 {
    padding-top: 1.875rem !important;
  }
  .u-pt-md-40,
  .u-py-md-40 {
    padding-top: 2.5rem !important;
  }
  .u-pt-md-50 {
    padding-top: 3.125rem !important;
  }
}
@media (768px > width) {
  .u-py-sm-16 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .u-pb-sm-20,
  .u-py-sm-20 {
    padding-bottom: 1.25rem !important;
  }
  .u-pt-sm-20,
  .u-py-sm-20 {
    padding-top: 1.25rem !important;
  }
  .u-px-sm-8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

@media (768px <= width) {
  .u-text-md-center {
    text-align: center !important;
  }
}