@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}
@media (max-width: 1060px) {
  html {
    font-size: 1.5094339623vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  color: #222;
  scroll-behavior: smooth;
}

/* 固定ヘッダー対応: アンカーリンクのスクロール位置調整 */
#company,
#form {
  scroll-margin-top: 8.6875rem;
}
@media screen and (max-width: 767px) {
  #company,
  #form {
    scroll-margin-top: 3.75rem;
  }
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

@media (hover: hover) {
  a:hover,
  button:hover {
    cursor: pointer;
  }
}
/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -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;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ========================================
   インナー
======================================== */
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1060px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 640px;
  }
}

/* ========================================
   フローティングバナー
======================================== */
.c-floating-banner {
  position: fixed;
  right: 1.125rem;
  bottom: 1.75rem;
  z-index: 999;
  width: 12.5rem;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, bottom 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, bottom 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease, bottom 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease, bottom 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  .c-floating-banner {
    display: none;
  }
}

.c-floating-banner.c-floating-banner--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-floating-banner.c-floating-banner--sp {
    width: 100%;
    display: block;
    right: initial;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%) translateY(0);
            transform: translateX(50%) translateY(0);
  }
}

.c-floating-banner img {
  width: 100%;
}

.c-floating-banner__link {
  position: relative;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .c-floating-banner__link:hover {
    opacity: 0.5;
  }
}

.c-floating-banner__btns {
  padding: 0.4375rem 0.4375rem 0.6875rem 0.4375rem;
  background: rgba(58, 58, 58, .8);
}

.c-floating-banner__btns-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 31.25rem;
  gap: 0.25rem;
  margin-inline: auto;
}

/* ボタン共通スタイル */
.c-floating-banner__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.125rem;
  height: 2.125rem;
  border-radius: 0.25rem;
  position: relative;
}
.c-floating-banner__btn::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0;
  border-radius: 0.25rem 0.25rem 0 0;
  background: rgba(255, 255, 254, .15);
}

/* AI見積りボタン */
.c-floating-banner__btn--ai {
  background: linear-gradient(101.95deg, rgb(45, 53, 194) 2.25%, rgb(154, 38, 167) 97.47%);
  -webkit-box-shadow: 0px 4px 0px 0px #5153ca;
          box-shadow: 0px 4px 0px 0px #5153ca;
  width: 64.8199445983%;
}
.c-floating-banner__btn--ai .c-floating-banner__btn-icon {
  width: 0.75rem;
}

/* メール相談ボタン */
.c-floating-banner__btn--mail {
  background-color: #26b501;
  -webkit-box-shadow: 0px 4px 0px 0px #339919;
          box-shadow: 0px 4px 0px 0px #339919;
  width: 16.620498615%;
}
.c-floating-banner__btn--mail .c-floating-banner__btn-icon {
  width: 1rem;
}

/* TELボタン */
.c-floating-banner__btn--tel {
  background-color: #ff70af;
  -webkit-box-shadow: 0px 4px 0px 0px #d15d90;
          box-shadow: 0px 4px 0px 0px #d15d90;
  width: 16.620498615%;
}
.c-floating-banner__btn--tel .c-floating-banner__btn-icon {
  width: 0.625rem;
}

.c-floating-banner__btn-text {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-top: -0.125rem;
}

.c-floating-banner.is-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0.625rem);
          transform: translateY(0.625rem);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-floating-banner.is-hidden {
    -webkit-transform: translateX(50%) translateY(0.625rem);
            transform: translateX(50%) translateY(0.625rem);
  }
}

/* ========================================
   ハンバーガーアイコン
======================================== */
.c-hamburger {
  display: none;
  position: relative;
  z-index: 999;
  width: 1.875rem;
  height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
  }
}

.c-hamburger__bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 0.125rem;
  background-color: #1e6fbf;
  border-radius: 0.0625rem;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

/* 通常時（≡みたいに3本） */
.c-hamburger[aria-expanded=false] .c-hamburger__bar:nth-child(1) {
  -webkit-transform: translate(-50%, calc(-50% - 0.4375rem));
          transform: translate(-50%, calc(-50% - 0.4375rem));
}

.c-hamburger[aria-expanded=false] .c-hamburger__bar:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-hamburger[aria-expanded=false] .c-hamburger__bar:nth-child(3) {
  -webkit-transform: translate(-50%, calc(-50% + 0.4375rem));
          transform: translate(-50%, calc(-50% + 0.4375rem));
}

/* 展開時（×になる） */
.c-hamburger[aria-expanded=true] .c-hamburger__bar:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-hamburger[aria-expanded=true] .c-hamburger__bar:nth-child(2) {
  opacity: 0;
}

.c-hamburger[aria-expanded=true] .c-hamburger__bar:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* ========================================
   セクションヘッダー
======================================== */
.c-section-head {
  padding: 3.9375rem 0;
  position: relative;
  width: 100%;
  height: 12.5rem;
  background: url(../images/common/head-bg.webp) center top/cover repeat-x;
}
@media screen and (max-width: 767px) {
  .c-section-head {
    height: 10.125rem;
    padding: 2rem 1.25rem;
  }
}

.c-section-head__title-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-section-head__title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
  }
}

.c-section-head__title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .c-section-head__title {
    font-size: 2rem;
  }
}

.c-section-head__subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.42;
  color: #fff;
  padding-left: 1.5rem;
  border-left: 1px solid #fff;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-section-head__subtitle {
    font-size: 0.875rem;
    border-left: none;
    padding-left: 0;
    margin-bottom: 0;
  }
}

/* ========================================
   セクションタイトル
======================================== */
.c-section-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1e6fbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.75rem;
  }
}
.c-section-title:after {
  display: block;
  content: "";
  width: 4.375rem;
  height: 0.25rem;
  background-color: #1e6fbf;
}

/* ========================================
   aboutセクション
======================================== */
.p-about {
  background: url(../images/top/about-bg.webp) center top/cover no-repeat;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 3.75rem 0 2.5rem 0;
  }
}

.p-about__title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: 1.25rem;
    white-space: normal;
    white-space: initial;
  }
}

.p-about__title-accent {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.4;
  color: #fff020;
}
@media screen and (max-width: 767px) {
  .p-about__title-accent {
    font-size: 1.875rem;
  }
}

.p-about__title-large {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about__title-large {
    font-size: 1.375rem;
  }
}

.p-about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.25rem;
    gap: 1.25rem;
  }
}

.p-about__text {
  width: 23.3125rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    width: 100%;
    font-size: 0.875rem;
  }
}

.p-about__text-accent {
  color: #fff020;
}

.p-about__img {
  width: 100%;
  max-width: 34.375rem;
}
.p-about__img img {
  width: 100%;
}

/* ========================================
   areaセクション
======================================== */
.p-area {
  padding: 5rem 0;
  background: url(../images/top/area-bg.webp) center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-area {
    padding: 2.5rem 0;
  }
}

.p-area__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-area__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
    margin-top: 1.875rem;
  }
}

.p-area__items {
  width: 34.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-area__items {
    width: 100%;
    gap: 1.5rem;
  }
}

.p-area__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-area__item-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #1e6fbf;
  padding-bottom: 0.5rem;
  border-bottom: 0.125rem solid #1e6fbf;
}
@media screen and (max-width: 767px) {
  .p-area__item-title {
    font-size: 1.125rem;
    padding-bottom: 0.375rem;
  }
}

.p-area__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-area__item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}

.p-area__item-tag {
  display: grid;
  place-items: center;
  width: 8.125rem;
  height: 1.8125rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #1e6fbf;
  border-radius: 50vh;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-area__item-tag {
    font-size: 0.875rem;
    width: 6.25rem;
    height: 1.5rem;
  }
}

.p-area__item-description {
  width: 25.375rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-area__item-description {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

.p-area__map {
  width: 100%;
  max-width: 19.625rem;
}
@media screen and (max-width: 767px) {
  .p-area__map {
    width: 100%;
    margin-inline: auto;
  }
}
.p-area__map img {
  width: 100%;
}

.p-area__note {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.7;
  color: #222;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-area__note {
    font-size: 0.75rem;
  }
}

/* ========================================
   collectibleセクション
======================================== */
.p-collectible {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.p-collectible:after {
  display: block;
  content: "";
  width: 100%;
  height: 18.875rem;
  background: url(../images/top/collectible-bg.svg) center bottom/cover no-repeat;
  position: absolute;
  left: 0;
  bottom: -0.0625rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-collectible:after {
    height: 31.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-collectible {
    padding: 2.5rem 0;
  }
}

.p-collectible__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.75rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-collectible__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.875rem;
  }
}

.p-collectible__item {
  background-color: #fff;
  border: 0.1875rem solid #1e6fbf;
  border-radius: 1rem;
  width: 14rem;
  min-height: 17.625rem;
}
@media screen and (max-width: 767px) {
  .p-collectible__item {
    width: calc(50% - 0.375rem);
    max-width: 14rem;
    min-height: 15.3125rem;
  }
}

.p-collectible__head {
  background-color: #1e6fbf;
  padding: 0.5rem;
  border-radius: 0.6875rem 0.6875rem 0 0;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.37;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-collectible__head {
    padding: 0.25rem;
    font-size: 1.375rem;
  }
}

.p-collectible__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1rem 1.75rem 1.75rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-collectible__content {
    padding: 0.75rem 0.75rem 1rem 0.75rem;
    gap: 0.5rem;
  }
}

.p-collectible__img {
  width: 5rem;
}
.p-collectible__img img {
  width: 100%;
}

.p-collectible__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #222;
}

.p-collectible__note {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #222;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-collectible__note {
    margin-top: 1.25rem;
    text-align: left;
    font-size: 0.75rem;
  }
}

/* ========================================
   companyセクション
======================================== */
.p-company {
  padding: 5rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 2.5rem 0;
  }
}

.p-company__list {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__list {
    margin-top: 1.875rem;
  }
}

.p-company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .p-company__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
  }
}

.p-company__term {
  background-color: #1e6fbf;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 1.1875rem 1.25rem 1.5rem 1.25rem;
  width: 11.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-company__term {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    padding: 0.3125rem 0.75rem;
    font-size: 0.875rem;
  }
}

.p-company__desc {
  background-color: #fff;
  color: #222;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-company__desc {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    padding: 0.3125rem 0.75rem;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__row:last-of-type .p-company__desc {
    border-bottom: 1px solid #e0e0e0;
  }
}

/* ========================================
   contactセクション
======================================== */
.p-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact__top {
  background-color: #fff;
  padding-top: 1.875rem;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__top {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.p-contact__top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.75rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__top-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
    gap: 1rem;
  }
}

.p-contact__top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact__top-left {
    display: contents;
  }
}

.p-contact__top-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-contact__top-text {
    display: none;
  }
}

.p-contact__top-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8125rem;
  margin-left: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact__top-labels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.125rem;
    margin-top: 0.5625rem;
  }
}

.p-contact__top-label {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  background-color: #3435c1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 9.625rem;
  height: 3.875rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__top-label {
    font-size: 1rem;
    width: 5.75rem;
    height: 1.25rem;
    border-radius: 0.1875rem;
  }
}

.p-contact__top-title {
  font-size: 5.125rem;
  font-weight: 900;
  line-height: 1;
  color: #3435c1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-contact__top-title {
    font-size: 2rem;
    position: relative;
  }
}
.p-contact__top-title:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-contact__top-title:after {
    display: block;
    content: "【佐世保エリアを中心に対応】";
    font-size: 0.5625rem;
    font-weight: 700;
    line-height: 1.5;
    font-weight: 500;
    line-height: 1.3;
    color: #222;
    position: absolute;
    right: 0;
    top: 0.25rem;
  }
}

.p-contact__top-title-accent {
  font-size: 7rem;
}
@media screen and (max-width: 767px) {
  .p-contact__top-title-accent {
    font-size: 3rem;
  }
}

.p-contact__middle {
  background: linear-gradient(97deg, #9c3db2 28.27%, #212e8f 64.34%);
  overflow: hidden;
}

.p-contact__middle-inner {
  padding-top: 1.75rem;
  padding-bottom: 1.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__middle-inner {
    padding-top: 2rem;
    padding-bottom: 1.25rem;
  }
}
.p-contact__middle-inner:before {
  display: block;
  content: "";
  background: url(../images/common/contact-bg-icon01.svg) center top/cover no-repeat;
  width: 20.3125rem;
  height: 20.3375rem;
  position: absolute;
  left: 6.375rem;
  top: 5rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (max-width: 767px) {
  .p-contact__middle-inner:before {
    display: none;
  }
}
.p-contact__middle-inner:after {
  display: block;
  content: "";
  background: url(../images/common/contact-bg-icon02.svg) center top/cover no-repeat;
  width: 17.7625rem;
  height: 17.7875rem;
  position: absolute;
  right: -0.875rem;
  bottom: -1.6875rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  .p-contact__middle-inner:after {
    display: none;
  }
}

.p-contact__middle-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact__middle-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    width: 100%;
    max-width: 20.75rem;
    margin-inline: auto;
  }
}

.p-contact__middle-left {
  display: block;
}

.p-contact__middle-text {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.8;
  color: #fff;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #fff020));
  background: linear-gradient(transparent 85%, #fff020 85%);
  padding-bottom: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__middle-text {
    font-size: 1.1875rem;
  }
}

.p-contact__middle-text-accent {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact__middle-text-accent {
    font-size: 1.1875rem;
  }
}

.p-contact__middle-text-img {
  margin-top: 0.75rem;
  width: 100%;
  max-width: 19.75rem;
}
.p-contact__middle-text-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__middle-text-img {
    display: none;
  }
}

.p-contact__middle-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact__middle-right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.625rem;
    margin-inline: auto;
    margin-top: 1.5rem;
    position: relative;
  }
}
.p-contact__middle-right:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-contact__middle-right:after {
    display: block;
    content: "";
    width: 5.5625rem;
    height: 5.1875rem;
    background: url(../images/common/contact-robot-img.webp) center top/cover no-repeat;
    position: absolute;
    right: 0;
    bottom: 4.125rem;
  }
}

.p-contact__middle-comment {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  position: relative;
}
.p-contact__middle-comment::before {
  content: "";
  display: block;
  width: 0.125rem;
  height: 1.5625rem;
  background-color: #fff;
  position: absolute;
  left: -0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-25deg);
          transform: translateY(-50%) rotate(-25deg);
}
.p-contact__middle-comment::after {
  content: "";
  display: block;
  width: 0.125rem;
  height: 1.5625rem;
  background-color: #fff;
  position: absolute;
  right: -0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
}
@media screen and (max-width: 767px) {
  .p-contact__middle-comment {
    font-size: 1.125rem;
  }
}

.p-contact__middle-comment-accent {
  font-size: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__middle-comment-accent {
    font-size: 1.1875rem;
  }
}

.p-contact__middle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  width: 23rem;
  height: 9rem;
  border-radius: 1rem;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s;
  transition: transform 0.3s ease, box-shadow 0.3s, background-color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s, background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s;
  position: relative;
  background-color: #f4d700;
  -webkit-box-shadow: 0 7px 0 0 #333;
          box-shadow: 0 7px 0 0 #333;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__middle-btn {
    width: 19.0625rem;
    height: 4.0625rem;
    border-radius: 0.6875rem;
    gap: 1rem;
  }
}
@media (hover: hover) {
  .p-contact__middle-btn:hover {
    -webkit-box-shadow: 0 3px 0 0 #333;
            box-shadow: 0 3px 0 0 #333;
    background-color: #f49a00;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.p-contact__middle-btn::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0;
  border-radius: 1rem 1rem 0 0;
  background: rgba(255, 255, 254, .4);
}
.p-contact__middle-btn:after {
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-contact__middle-btn:after {
    display: none;
  }
}

.p-contact__middle-btn-icon {
  width: 2.5rem;
  position: relative;
  z-index: 1;
}
.p-contact__middle-btn-icon img {
  width: 100%;
}

.p-contact__middle-btn-text {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.3;
  color: #222;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__middle-btn-text {
    font-size: 1.25rem;
  }
}

.p-contact__middle-btn-text-large {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__middle-btn-text-large {
    font-size: 1.25rem;
  }
}

.p-contact__middle-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 11.6875rem;
}
.p-contact__middle-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__middle-img {
    display: none;
  }
}

.p-contact__bottom {
  background-color: #3435c1;
}
@media screen and (max-width: 767px) {
  .p-contact__bottom {
    background: linear-gradient(97deg, #9c3db2 28.27%, #212e8f 64.34%);
  }
}

.p-contact__bottom-inner {
  position: relative;
  padding-top: 0.375rem;
  padding-bottom: 0.5rem;
}

.p-contact__bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact__bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0.8125rem;
  }
}

.p-contact__bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__bottom-left {
    gap: 0.75rem;
  }
}

.p-contact__bottom-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

.p-contact__bottom-icon {
  width: 4.25rem;
}
.p-contact__bottom-icon img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__bottom-icon {
    width: 2.8125rem;
  }
}

.p-contact__bottom-icon-name {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  letter-spacing: -0.008em;
}
@media screen and (max-width: 767px) {
  .p-contact__bottom-icon-name {
    font-size: 0.625rem;
  }
}

.p-contact__bottom-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__bottom-tel {
    gap: 0;
  }
}

.p-contact__bottom-tel-number-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__bottom-tel-number-wrap {
    gap: 0.15625rem;
  }
}

.p-contact__bottom-tel-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__bottom-tel-icon {
    width: 1.25rem;
  }
}
.p-contact__bottom-tel-icon img {
  width: 100%;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}

.p-contact__bottom-tel-number {
  font-family: "Roboto", sans-serif;
  font-size: 2.875rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__bottom-tel-number {
    font-size: 2rem;
  }
}

.p-contact__bottom-tel-time {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__bottom-tel-time {
    font-size: 0.6875rem;
  }
}

.p-contact__bottom-right {
  display: block;
}

.p-contact__bottom-mail-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.875rem;
  width: 22.9375rem;
  height: 4.5rem;
  border-radius: 1rem;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  background-color: #26b501;
  -webkit-box-shadow: 0px 6px 0px 0px #1c550d;
          box-shadow: 0px 6px 0px 0px #1c550d;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__bottom-mail-btn {
    width: 19.0625rem;
    height: 4.0625rem;
    border-radius: 0.6875rem;
    gap: 1rem;
  }
}
.p-contact__bottom-mail-btn::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0;
  border-radius: 1rem 1rem 0 0;
  background: rgba(255, 255, 254, .15);
}
@media screen and (max-width: 767px) {
  .p-contact__bottom-mail-btn::before {
    border-radius: 0.6875rem 0.6875rem 0 0;
  }
}
@media (hover: hover) {
  .p-contact__bottom-mail-btn:hover {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    -webkit-box-shadow: 0px 2px 0px 0px #1c550d;
            box-shadow: 0px 2px 0px 0px #1c550d;
    background: #1b8201;
  }
}

.p-contact__bottom-mail-btn-icon {
  width: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__bottom-mail-btn-icon {
    width: 1.75rem;
  }
}
.p-contact__bottom-mail-btn-icon img {
  width: 100%;
}

.p-contact__bottom-mail-btn-text {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__bottom-mail-btn-text {
    font-size: 1.25rem;
  }
}

.p-contact__bottom-img {
  position: absolute;
  right: 2.5rem;
  bottom: 0;
  width: 5.125rem;
}
.p-contact__bottom-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__bottom-img {
    display: none;
  }
}

/* ========================================
   faqセクション
======================================== */
.p-faq {
  padding: 5rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 2.5rem 0;
  }
}

.p-faq__lists {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-faq__lists {
    margin-top: 1.875rem;
    gap: 1rem;
  }
}

.p-faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 0.625rem 1.5rem;
  background-color: #1e6fbf;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    padding: 0.3125rem 0.75rem;
    gap: 0.75rem;
  }
}

.p-faq__mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.375rem;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-faq__mark {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
}

.p-faq__mark--q {
  background-color: #fff;
  color: #1e6fbf;
}

.p-faq__mark--a {
  background-color: #1e6fbf;
  color: #fff;
}

.p-faq__question-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-faq__question-text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 0.625rem 1.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    padding: 0.3125rem 0.75rem;
    gap: 0.75rem;
  }
}

.p-faq__answer-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-faq__answer-text {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

/* ========================================
   flowセクション
======================================== */
.p-flow {
  padding: 5rem 0;
  background-color: #d2ebff;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 2.5rem 0;
  }
}

.p-flow__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.3125rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5625rem;
  }
}

.p-flow__item {
  width: 13.5625rem;
  background-color: #fff;
  padding: 1rem 1rem 1.5rem 1rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.08)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0.14125rem 0.14125rem 0.14125rem rgba(0, 0, 0, .08));
          filter: drop-shadow(0.14125rem 0.14125rem 0.14125rem rgba(0, 0, 0, .08));
  border: 1px solid #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    padding: 0.75rem;
    width: 100%;
    gap: 0.25rem;
  }
}
.p-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 0.875rem 0 0.875rem 0.875rem;
  border-style: solid;
  border-color: transparent transparent transparent #efefef;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-flow__item:not(:last-child)::after {
    top: auto;
    top: initial;
    bottom: -0.875rem;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    border-width: 0.875rem 0.875rem 0 0.875rem;
    border-color: #efefef transparent transparent transparent;
  }
}
.p-flow__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.8125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 0.8125rem 0 0.8125rem 0.8125rem;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 767px) {
  .p-flow__item:not(:last-child)::before {
    border-width: 0.8125rem 0.8125rem 0 0.8125rem;
    top: auto;
    top: initial;
    bottom: -0.8125rem;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    border-color: #fff transparent transparent transparent;
    border-width: 0.8125rem 0.8125rem 0 0.8125rem;
  }
}

.p-flow__item-icon {
  width: 7.75rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item-icon {
    width: 20.578778135%;
    min-width: 4rem;
  }
}
.p-flow__item-icon img {
  width: 100%;
}

.p-flow__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0.90625rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item-body {
    gap: 0.75rem;
  }
}

.p-flow__item:nth-child(even) .p-flow__item-title {
  color: #5e92de;
}

.p-flow__item:nth-child(odd) .p-flow__item-title {
  color: #3d4bb1;
}

.p-flow__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-flow__item-title {
    font-size: 1rem;
    line-height: 1.3;
  }
}

.p-flow__item-description {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.7;
  color: #222;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-flow__item-description {
    line-height: 1.6;
  }
}

/* ========================================
   footer
======================================== */
.p-footer {
  background-color: #1a1a1a;
  padding-top: 3.0625rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

/* フッター説明文（SEO対策） */
.p-footer .p-footer__description {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer .p-footer__description {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
}

.p-footer .p-footer__description-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff !important;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-footer .p-footer__description-title {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}

.p-footer .p-footer__description-text {
  font-size: 0.9rem;
  color: #ffffff !important;
  line-height: 1.8;
  margin: 0;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .p-footer .p-footer__description-text {
    font-size: 0.85rem;
    line-height: 1.7;
  }
}

.p-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}

.p-footer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5625rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__title {
    gap: 0.5rem;
  }
}

.p-footer__site-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-footer__site-title {
    font-size: 1.25rem;
  }
}

.p-footer__company-name {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-footer__company-name {
    font-size: 0.875rem;
  }
}

.p-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4375rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-footer__right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.375rem;
  }
}

.p-footer__contact-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-align: right;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-footer__contact-title {
    text-align: left;
    font-size: 0.875rem;
  }
}

.p-footer__text {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-align: right;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-footer__text {
    text-align: left;
    font-size: 0.875rem;
  }
}

.p-footer__copyright {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-top: 2.5rem;
  }
}
.p-footer__copyright small {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright small {
    font-size: 0.75rem;
  }
}

/* ========================================
   formセクション
======================================== */
.p-form {
  background-color: #d2ebff;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-form {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-form__lead {
  text-align: center;
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.8;
  color: #222;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__lead {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.p-form__form {
  background-color: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.25rem 0.9375rem 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0.25rem 0.9375rem 0 rgba(0, 0, 0, .1);
  padding: 3.125rem;
  margin-top: 0.75rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__form {
    padding: 1rem 0.75rem;
    border-radius: 0.75rem;
    max-width: 100%;
  }
}

.p-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.p-form__label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__label {
    font-size: 0.875rem;
  }
}

.p-form__required {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 1.3125rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  background: #d10909;
  border-radius: 0.1875rem;
  padding-bottom: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-form__required {
    font-size: 0.625rem;
    padding: 0.1875rem 0.375rem;
    border-radius: 0.1875rem;
    margin-left: 0.375rem;
  }
}

.p-form__input,
.p-form__textarea {
  width: 100%;
  background-color: #fff;
  border: 0.125rem solid #d9d9d9;
  border-radius: 0.3125rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: #222;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-form__input,
  .p-form__textarea {
    font-size: 0.875rem;
    padding: 0.625rem 0.875rem;
    border-radius: 0.25rem;
  }
}
.p-form__input:focus,
.p-form__textarea:focus {
  outline: none;
  border-color: #3435c1;
  -webkit-box-shadow: 0 0 0 0.1875rem rgba(52, 53, 193, .1);
          box-shadow: 0 0 0 0.1875rem rgba(52, 53, 193, .1);
}

.p-form__textarea {
  resize: vertical;
  min-height: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__textarea {
    min-height: 6.25rem;
  }
}

.p-form__submit {
  text-align: center;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-form__submit {
    margin-top: 1.25rem;
  }
}

.p-form__submit-btn {
  display: grid;
  place-items: center;
  width: 20rem;
  height: 3.9375rem;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
  border-radius: 50vh;
  background: linear-gradient(107deg, #df3c00 0%, #fd6300 100%);
  -webkit-box-shadow: 0 0.25rem 0.9375rem 0 rgba(198, 121, 94, .4);
          box-shadow: 0 0.25rem 0.9375rem 0 rgba(198, 121, 94, .4);
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-form__submit-btn {
    width: 19.0625rem;
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .p-form__submit-btn:hover {
    -webkit-transform: translateY(0.125rem);
            transform: translateY(0.125rem);
    -webkit-box-shadow: 0 0.375rem 1rem rgba(255, 107, 53, .4);
            box-shadow: 0 0.375rem 1rem rgba(255, 107, 53, .4);
    background: linear-gradient(135deg, #ff5722 0%, #e65100 100%);
  }
}

/* ========================================
   ヒーローセクション（FV）
======================================== */
.p-fv {
  margin-top: 8.6875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv {
    margin-top: 3.75rem;
  }
}

.p-fv__img {
  display: block;
  width: 100%;
}
.p-fv__img img {
  width: 100%;
}

.p-fv__banner {
  display: block;
  width: 75%;
  position: absolute;
  bottom: -9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__banner {
    width: 92%;
    bottom: -6%;
  }
}

.p-fv__banner-img {
  display: block;
  width: 100%;
  aspect-ratio: 1080/309;
  position: relative;
}
.p-fv__banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-fv__banner-img {
    aspect-ratio: 345/262;
  }
}

.p-fv__banner-btn {
  position: absolute;
  bottom: 8.4%;
  right: 12.3%;
  width: 12.037037037%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-fv__banner-btn {
    display: none;
  }
}
.p-fv__banner-btn img {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

@media (hover: hover) {
  .p-fv__banner:hover .p-fv__banner-img img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.85" /><feFuncG type="linear" slope="0.85" /><feFuncB type="linear" slope="0.85" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0.85);
            filter: brightness(0.85);
  }
  .p-fv__banner:hover .p-fv__banner-btn {
    -webkit-transform: translateY(-0.375rem);
            transform: translateY(-0.375rem);
  }
  .p-fv__banner:hover .p-fv__banner-btn img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.85" /><feFuncG type="linear" slope="0.85" /><feFuncB type="linear" slope="0.85" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0.85);
            filter: brightness(0.85);
  }
}
/* ========================================
   header
======================================== */
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .12);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, .12);
  height: 8.6875rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 3.75rem;
  }
}

/* ヘッダー上部 */
.p-header__top {
  height: 5.1875rem;
}
@media screen and (max-width: 767px) {
  .p-header__top {
    height: 3.75rem;
  }
}

.p-header__top-inner {
  width: 100%;
  max-width: 90rem;
  padding: 0 10rem;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1320px) {
  .p-header__top-inner {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__top-inner {
    padding: 0 0.75rem;
  }
}

/* 上部ロゴエリア */
.p-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.p-header__logo img {
  width: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo img {
    width: 5rem;
  }
}

/* マスコット画像のサイズ */
.p-header__logo-mascot {
  width: 8rem !important;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .p-header__logo-mascot {
    width: 5rem !important;
  }
}

/* ロゴテキスト画像のサイズ */
.p-header__logo-text-img {
  width: 11.5rem !important;
  height: auto !important;
  margin-left: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo-text-img {
    width: 7rem !important;
  }
}

.p-header__logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-header__company-name {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  color: #808080;
}

.p-header__site-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #222;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-header__site-title {
    font-size: 1.25rem;
  }
}

/* 上部ボタンエリア */
.p-header__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__top-right {
    display: none;
  }
}

.p-header__top-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

/* ボタン共通スタイル */
.p-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5625rem;
  width: 10rem;
  height: 3.125rem;
  border-radius: 0.625rem;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  position: relative;
}
.p-header__btn::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0;
  border-radius: 0.625rem 0.625rem 0 0;
  background: rgba(255, 255, 254, .15);
}
@media (hover: hover) {
  .p-header__btn:hover {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

/* AI見積りボタン */
.p-header__btn--ai {
  background: linear-gradient(101.95deg, rgb(45, 53, 194) 2.25%, rgb(154, 38, 167) 97.47%);
  -webkit-box-shadow: 0px 4px 0px 0px #5153ca;
          box-shadow: 0px 4px 0px 0px #5153ca;
}
@media (hover: hover) {
  .p-header__btn--ai:hover {
    -webkit-box-shadow: 0px 2px 0px 0px #5153ca;
            box-shadow: 0px 2px 0px 0px #5153ca;
    background: #161d94;
  }
}
.p-header__btn--ai .p-header__btn-icon {
  width: 1.625rem;
}

/* メール相談ボタン */
.p-header__btn--mail {
  background-color: #26b501;
  -webkit-box-shadow: 0px 4px 0px 0px #339919;
          box-shadow: 0px 4px 0px 0px #339919;
}
@media (hover: hover) {
  .p-header__btn--mail:hover {
    -webkit-box-shadow: 0px 2px 0px 0px #339919;
            box-shadow: 0px 2px 0px 0px #339919;
    background: #1a8100;
  }
}
.p-header__btn--mail .p-header__btn-icon {
  width: 1.6875rem;
}

.p-header__btn-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, .12);
}

/* 電話番号エリア */
.p-header__tel-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.125rem;
  margin-top: 0.25rem;
}

.p-header__tel-time {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #222;
}

.p-header__tel-number-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.40625rem;
}

.p-header__tel-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.125rem;
  -webkit-transform: rotate(13.568deg);
          transform: rotate(13.568deg);
}

.p-header__tel-number {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  color: #d10909;
}

/* SPメニュー */
.p-header__sp-global-menu {
  display: none;
  overflow-y: scroll;
  height: 0;
  opacity: 0;
  -webkit-transition: height 0.4s ease, opacity 0.1s ease;
  transition: height 0.4s ease, opacity 0.1s ease;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: rgba(52, 53, 193, .9);
  top: 3.75rem;
  padding: 1rem 1.375rem 2.5rem 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-header__sp-global-menu.is-active {
    display: block;
    opacity: 1;
    height: calc(100vh - 3.75rem);
    z-index: 100;
  }
  .p-header__sp-global-menu.is-closing {
    opacity: 0;
  }
}

.no-scroll {
  overflow: hidden;
}

/* SPメニューの初期状態（非表示） */
.p-header__sp-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  color: #fff;
}

.p-header__sp-nav-item {
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  border-bottom: 1px solid #9c96ff;
}
.p-header__sp-nav-item.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-header__sp-nav-item:last-child {
  border-bottom: none;
}

.p-header__sp-nav {
  padding: 0;
  width: 100%;
}

.p-header__sp-nav-item a {
  display: block;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

/* SPコンタクトエリア */
.p-header__sp-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 2.75rem;
}

/* SP AI自動見積もりボタン */
.p-header__sp-ai-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 18.1875rem;
  height: 3.3125rem;
  padding: 0 0.6875rem 0 1.9375rem;
  background-color: #fff;
  border-radius: 50vh;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, .12);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, .12);
}

.p-header__sp-ai-btn-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #3110a0;
  letter-spacing: -0.0025rem;
  margin-top: -0.625rem;
}
.p-header__sp-ai-btn-text span {
  font-size: 1.75rem;
}

/* SP電話番号エリア */
.p-header__sp-tel-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}

.p-header__sp-tel-time {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.p-header__sp-tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__sp-tel-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.25rem;
  -webkit-transform: rotate(13.568deg);
          transform: rotate(13.568deg);
}
.p-header__sp-tel-icon img {
  width: 0.9375rem;
  height: 1.3125rem;
  display: block;
}

.p-header__sp-tel-number {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.js-fade.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ヘッダー下部(PCのみ) */
.p-header__bottom {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__bottom {
    display: none;
  }
}

.p-header__pc-nav {
  height: 3.5rem;
}

.p-header__pc-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.p-header__pc-nav-item {
  height: 100%;
}
.p-header__pc-nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  color: #222;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .p-header__pc-nav-item a:hover {
    color: #1e6fbf;
  }
}

/* ========================================
   priceセクション
======================================== */
.p-price {
  position: relative;
}

.p-price__content {
  background-color: #e5f7fa;
  padding-top: 5.9375rem;
  padding-bottom: 0.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-price__content {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-price__content-inner {
    max-width: none;
    max-width: initial;
  }
}

.p-price__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-price__items {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    padding-top: 5rem;
    padding-right: 1.25rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: calc(50% - 50vw);
  }
}

.p-price__item {
  position: relative;
  background-color: #fff;
  width: 15.3125rem;
  min-height: 23.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-price__item:first-child {
  border-radius: 1rem 0 0 1rem;
}
.p-price__item:last-child {
  border-radius: 0 1rem 1rem 0;
  border-left: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .p-price__item {
    min-height: 16.375rem;
  }
}

.p-price__item--recommended {
  border: 0.25rem solid #D10909;
  min-height: 24.5625rem;
  margin-top: -0.875rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-price__item--recommended {
    min-height: 17.1875rem;
  }
}

.p-price__badge {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  -webkit-transform: translateY(-100%) translateX(-50%);
          transform: translateY(-100%) translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #D10909;
  white-space: nowrap;
  z-index: 20;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
.p-price__badge::before {
  content: "";
  display: block;
  width: 0.125rem;
  height: 1.5625rem;
  background-color: #D10909;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-price__badge::after {
  content: "";
  display: block;
  width: 0.125rem;
  height: 1.5625rem;
  background-color: #D10909;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-price__item-head {
  background-color: #1e6fbf;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-price__item-head {
    font-size: 1.25rem;
    height: 2.3125rem;
  }
}

.p-price__item:first-child .p-price__item-head {
  border-radius: 1rem 0 0 0;
}

.p-price__item:last-child .p-price__item-head {
  border-radius: 0 1rem 0 0;
}

.p-price__item--recommended .p-price__item-head {
  background-color: #D10909;
  height: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-price__item--recommended .p-price__item-head {
    height: 2.9375rem;
  }
}

.p-price__amount {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.8;
  color: #1e6fbf;
  text-align: center;
  padding: 1rem 0;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-price__amount {
    margin-top: 0;
  }
}

.p-price__amount--small {
  font-size: 1.5rem;
}

.p-price__item--recommended .p-price__amount {
  color: #D10909;
}

.p-price__capacity {
  position: relative;
  width: 15.375rem;
  padding: 1rem 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  color: #222;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-price__capacity {
    font-size: 0.875rem;
    padding: 0.375rem 0;
  }
}
.p-price__capacity::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}
@media screen and (max-width: 767px) {
  .p-price__capacity::before {
    width: 100%;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.p-price__capacity::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}
.p-price__item--recommended .p-price__capacity::before {
  width: calc(100% - 0.5rem);
}
.p-price__item--recommended .p-price__capacity::after {
  width: calc(100% - 0.5rem);
}

.p-price__points {
  padding-top: 1rem;
  padding-bottom: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 10.875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-price__points {
    padding-bottom: 2rem;
  }
}

.p-price__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-price__point {
    font-size: 0.875rem;
  }
}
.p-price__point::before {
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.6875rem;
  background-image: url(../images/top/price-check-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-price__note {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  color: #222;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-price__note {
    font-size: 0.75rem;
    margin-top: 0.5625rem;
    text-align: left;
  }
}

.p-price__icon {
  margin-top: 0.625rem;
  margin-left: auto;
  width: 5.25rem;
}
.p-price__icon img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-price__icon {
    width: 3.75rem;
  }
}

/* ========================================
   reasonセクション
======================================== */
.p-reason {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
  background-color: #e5f7fa;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}

.p-reason__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}

.p-reason__item {
  width: 19.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.p-reason__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-reason__item {
    width: 100%;
    gap: 0.625rem;
  }
}

.p-reason__item-img {
  width: 100%;
  aspect-ratio: 314/212;
}
.p-reason__item-img img {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-reason__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-reason__item-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #1e6fbf;
}
@media screen and (max-width: 767px) {
  .p-reason__item-title {
    font-size: 1.25rem;
  }
}

.p-reason__item-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-reason__item-text {
    font-size: 0.8125rem;
  }
}

/* ========================================
   reuseセクション
======================================== */
.p-reuse {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5f7fa;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reuse {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-reuse__container {
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(44.714%, #fff), to(#cfe5e8));
  background: linear-gradient(to bottom, #fff 0%, #fff 44.714%, #cfe5e8 100%);
  border: 0.3125rem solid #1e6fbf;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-reuse__container {
    border: 0.1875rem solid #1e6fbf;
  }
}

.p-reuse__head {
  background-color: #1e6fbf;
  width: 100%;
  height: 8.6875rem;
  border-radius: 0.5rem 0.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  position: relative;
  padding-top: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-reuse__head {
    height: 4.8125rem;
  }
}

.p-reuse__head-icon {
  width: 7.5rem;
}
.p-reuse__head-icon img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-reuse__head-icon {
    width: 2.8125rem;
  }
}

.p-reuse__head-title {
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, .12);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reuse__head-title {
    font-size: 1rem;
  }
}
.p-reuse__head-title .p-reuse__head-title-large {
  font-size: 3.0625rem;
  display: block;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-reuse__head-title .p-reuse__head-title-large {
    font-size: 1.25rem;
  }
}

.p-reuse__balloon {
  position: absolute;
  top: -3.6875rem;
  right: -9rem;
  z-index: 1;
  width: 10.6875rem;
  height: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-reuse__balloon {
    display: none;
  }
}
.p-reuse__balloon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/top/reuse-balloon.webp) center top/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-reuse__balloon-text {
  display: block;
  position: relative;
  padding: 1.5rem 1.03125rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #222;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-reuse__balloon-text {
    padding: 0.9375rem 1.25rem;
    font-size: 0.875rem;
  }
}

.p-reuse__content {
  padding: 2rem 1.75rem 1.5rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-reuse__content {
    padding: 0.5rem 0.6875rem 0.5rem 0.75rem;
  }
}

.p-reuse__text {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #222;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reuse__text {
    text-align: left;
    font-size: 0.875rem;
  }
}

.p-reuse__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-reuse__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-reuse__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-reuse__item {
    width: 100%;
    gap: 0.25rem;
  }
}

.p-reuse__item-img {
  width: 12.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-reuse__item-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-reuse__item-img {
    width: 41.7910447761%;
    min-width: 8.75rem;
  }
}
.p-reuse__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-reuse__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #1e6fbf;
  text-align: center;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .p-reuse__item-title {
    font-size: 1rem;
  }
}

.p-reuse__item-text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #222;
  text-align: center;
  white-space: pre-wrap;
}

.p-reuse__flow {
  background-color: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0rem 1.25rem rgba(86, 86, 86, .06);
          box-shadow: 0 0rem 1.25rem rgba(86, 86, 86, .06);
  padding: 1.5625rem 2.9375rem 2.375rem 2.9375rem;
  width: 100%;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-reuse__flow {
    padding: 1rem 0.75rem 3rem 0.75rem;
    border-radius: 1rem;
    margin-top: 1.5rem;
    text-align: center;
  }
}

.p-reuse__flow-title {
  display: inline-block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.7;
  color: #1e6fbf;
  border-bottom: 0.25rem solid #1e6fbf;
  padding: 0 0.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-reuse__flow-title {
    font-size: 1.5rem;
  }
}

.p-reuse__flow-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
  position: relative;
  padding-left: 3.9375rem;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-reuse__flow-items {
    gap: 0.8125rem;
    margin-top: 1.25rem;
    padding-left: 0.75rem;
    width: 100%;
    max-width: 19.5rem;
    margin-inline: auto;
  }
}
.p-reuse__flow-items::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.3125rem;
  height: 16.875rem;
  background: url(../images/top/reuse-arrow.svg) center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-reuse__flow-items::before {
    background: url(../images/top/reuse-arrow-sp.svg) center top/cover no-repeat;
    height: 13.25rem;
    left: 0;
  }
}

.p-reuse__flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.p-reuse__flow-number {
  width: 3.8125rem;
  height: 3.8125rem;
  aspect-ratio: 1/1;
  background-color: #fff020;
  border: 0.1875rem solid #1e6fbf;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  color: #1e6fbf;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-reuse__flow-number {
    width: 2rem;
    height: 2rem;
    border: 0.125rem solid #1e6fbf;
    font-size: 0.75rem;
  }
}

.p-reuse__flow-text {
  background-color: #1e6fbf;
  border-radius: 2rem;
  padding: 0.5rem 4rem;
  height: 3rem;
  width: 45.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #fff;
  margin-left: -2.625rem;
}
@media screen and (max-width: 767px) {
  .p-reuse__flow-text {
    padding: 0.25rem 0.25rem 0.25rem 1.5rem;
    height: 2.25rem;
    width: 16.25rem;
    font-size: 0.875rem;
    margin-left: -1rem;
  }
}

/* ========================================
   reviewセクション
======================================== */
.p-review {
  padding: 5rem 0;
  background-color: #d2ebff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-review {
    padding: 2.5rem 0;
  }
}

.p-review__inner {
  padding: 0 5.625rem;
  max-width: none;
  max-width: initial;
}
@media screen and (max-width: 1440px) {
  .p-review__inner {
    max-width: 1340px;
    padding: 0 2.5rem;
  }
}

.p-review__splide {
  margin-top: 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-review__splide {
    margin-top: 1.875rem;
  }
}

.p-review__splide .splide__track {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-review__splide .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-review__splide .splide__slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-review__item {
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, .1);
  padding: 1.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.p-review__stars {
  font-size: 1.25rem;
  line-height: 2rem;
  color: #fbbf24;
  white-space: nowrap;
}

.p-review__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}

.p-review__user-icon {
  width: 3.125rem;
  aspect-ratio: 1/1;
}
.p-review__user-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-review__user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
}

.p-review__user-name {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: #222;
}

.p-review__user-area {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3;
  color: #6b7280;
}

.p-review__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2c5f2d;
  margin-top: 0.75rem;
}

.p-review__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  color: #222;
  margin-top: 1rem;
}

.p-review__splide .splide__pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9375rem;
  margin-top: 4rem;
  position: relative;
  bottom: auto;
}
@media screen and (max-width: 767px) {
  .p-review__splide .splide__pagination {
    margin-top: 2.5rem;
  }
}
.p-review__splide .splide__pagination .splide__pagination__page {
  width: 7.5rem;
  height: 0.375rem;
  border-radius: 0;
  background-color: #d9d9d9;
  opacity: 1;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-review__splide .splide__pagination .splide__pagination__page {
    width: 3.125rem;
    height: 0.25rem;
  }
}
.p-review__splide .splide__pagination .splide__pagination__page.is-active {
  background-color: #f97316;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: initial;
          transform: initial;
}

.p-review__splide .splide__arrows {
  display: none;
}

/* ========================================
   serviceセクション
======================================== */
.p-service {
  padding: 5rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding: 2.5rem 0;
  }
}

.p-service__items {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-service__items {
    margin-top: 2.5rem;
    gap: 1.875rem;
  }
}

.p-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.p-service__img {
  width: 100%;
  max-width: 29.3125rem;
  aspect-ratio: 469/317;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-service__img {
    max-width: none;
    max-width: initial;
  }
}
.p-service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

.p-service__body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 29.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-service__body {
    width: 100%;
  }
}

.p-service__number {
  position: absolute;
  right: 0.875rem;
  top: -1.125rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #d9d9d9;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-service__number {
    font-size: 2.5rem;
    right: 0.5rem;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    top: 0;
  }
}

.p-service__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6;
  color: #1e6fbf;
}
@media screen and (max-width: 767px) {
  .p-service__title {
    font-size: 1.5rem;
  }
}

.p-service__text {
  position: relative;
  z-index: 1;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  color: #222;
  margin-top: 0.5rem;
  padding-bottom: 1rem;
  border-bottom: 0.125rem solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .p-service__text {
    font-size: 0.875rem;
    padding-bottom: 0.75rem;
    margin-top: 0.25rem;
  }
}

.p-service__recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-service__recommend {
    margin-top: 0.75rem;
  }
}

.p-service__recommend-label {
  background-color: #f97316;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: inline-block;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-service__recommend-label {
    font-size: 0.875rem;
  }
}

.p-service__recommend-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-service__recommend-item {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-service__recommend-item {
    font-size: 0.75rem;
  }
}

.p-service__target {
  position: relative;
  z-index: 1;
  background-color: #e5f7fa;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-service__target {
    margin-top: 0.75rem;
  }
}

.p-service__target-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-service__target-title {
    font-size: 0.875rem;
  }
}

.p-service__target-list {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.7;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-service__target-list {
    line-height: 1.6;
  }
}

/* ========================================
   worksセクション
======================================== */
.p-works__container {
  padding-top: 5rem;
  padding-bottom: 6.125rem;
}
@media screen and (max-width: 767px) {
  .p-works__container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-works__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-works__items {
    gap: 2.5rem;
  }
}

.p-works__item-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.6;
  color: #1e6fbf;
  text-align: center;
  border-top: 0.1875rem solid #1e6fbf;
  border-bottom: 0.1875rem solid #1e6fbf;
}
@media screen and (max-width: 767px) {
  .p-works__item-title {
    font-size: 1.375rem;
  }
}

.p-works__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-works__item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-works__item-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-works__item-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    width: 100%;
  }
}

.p-works__item-card {
  width: 22.5rem;
  padding: 0.375rem 0.5rem 1.25rem 0.5rem;
  border-radius: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-works__item-card {
    padding: 0.25rem 0.75rem 1.25rem 0.75rem;
    width: 100%;
  }
}

.p-works__item-card--before {
  background-color: #5f5f5f;
}
.p-works__item-card--before:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.46875rem 0 1.46875rem 1.5625rem;
  border-color: transparent transparent transparent #f6ad43;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
  right: -1rem;
}
@media screen and (max-width: 767px) {
  .p-works__item-card--before:after {
    border-width: 1.1875rem 1.125rem 0 1.125rem;
    border-color: #f6ad43 transparent transparent transparent;
    top: auto;
    top: initial;
    right: auto;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
    bottom: -0.75rem;
  }
}

.p-works__item-card--after {
  background: url(../images/top/works-card-bg.webp) center top/cover repeat;
}

.p-works__item-card-label {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6;
  color: #d6d6d6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-works__item-card-label {
    font-size: 1.25rem;
  }
}

.p-works__item-card-img {
  max-width: 21.5rem;
  width: 100%;
  aspect-ratio: 344/222;
}
@media screen and (max-width: 767px) {
  .p-works__item-card-img {
    max-width: none;
    max-width: initial;
  }
}
.p-works__item-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-works__item-card-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-works__item-card-text {
    font-size: 1rem;
  }
}

.p-works__item-info {
  width: 11.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-works__item-info {
    width: 100%;
  }
}

.p-works__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .p-works__info-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-works__info-label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #1e6fbf;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-works__info-label {
    width: 5rem;
    font-size: 0.875rem;
  }
}

.p-works__info-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #222;
  padding-left: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-works__info-text {
    font-size: 0.875rem;
  }
}

/* ========================================
   worryセクション
======================================== */
.p-worry {
  width: 100%;
  padding-top: 8.3%;
  padding-bottom: 7.5rem;
  background: url(../images/top/worry-bg.webp) center top/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 1060px) {
  .p-worry {
    padding-top: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worry {
    padding-top: 21%;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 375px) {
  .p-worry {
    padding-top: 5rem;
  }
}
.p-worry:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.0625rem 5.625rem 0 5.625rem;
  border-color: #8c98a4 transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-worry:after {
    border-width: 2.125rem 3.90625rem 0 3.90625rem;
    bottom: -1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-worry__inner {
    max-width: 33.75rem;
  }
}

.p-worry__title {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-worry__title {
    font-size: 2rem;
  }
}

.p-worry__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-worry__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin-top: 2rem;
  }
}

.p-worry__item {
  width: 14.75rem;
  height: 7.5rem;
  background-color: #49698a;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-left: 0.75rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-worry__item {
    width: 100%;
    height: 5rem;
    gap: 0.5rem;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-worry__icon {
  width: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-worry__icon {
    width: 1.875rem;
  }
}
.p-worry__icon img {
  width: 100%;
}

.p-worry__text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-worry__text {
    font-size: 0.875rem;
  }
}

/* ========================================
   ユーティリティ
======================================== */
/* PCのみ表示 */
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

/* SPのみ表示 */
.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

/* タブレット以下のみ表示 */
.u-tablet {
  display: none;
}
@media screen and (max-width: 440px) {
  .u-tablet {
    display: block;
  }
}

/* スクリーンリーダー専用（視覚的に非表示） */
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
/*# sourceMappingURL=styles.css.map */

/* ========================================
   AI見積りシステム追加スタイル
   (ヘッダーは元の styles.css を使用)
======================================== */

/* ファイルアップロード関連 */
.upload-area {
    border: 3px dashed #a0d3f2;
    border-radius: 10px;
    padding: 50px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    margin-bottom: 30px;
}

.upload-area:hover,
.upload-area.dragover {
    background-color: #f7faff;
    border-color: #7bbff0;
}

.upload-area p {
    color: #666;
    font-size: 18px;
    margin-bottom: 10px;
}

.upload-area input[type="file"] {
    display: none;
}

.file-list {
    margin-top: 20px;
}

.file-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 8px;
    background-color: #f9f9fa;
    border-radius: 5px;
}

.file-list-item img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
    margin-right: 10px;
    border-radius: 3px;
}

.file-info {
    flex-grow: 1;
}

.file-name {
    font-weight: bold;
    color: #333;
}

.file-size {
    font-size: 0.9em;
    color: #777;
}

.file-remove-btn {
    background: none;
    border: none;
    color: #e74c3c;
    cursor: pointer;
    font-size: 1.2em;
    margin-left: 10px;
}

/* 画像プレビュー - サムネイル表示 */
.preview-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)) !important;
    gap: 15px !important;
    margin-top: 20px !important;
}

.preview-item {
    position: relative !important;
    width: 100% !important;
    padding-top: 100% !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    border: 2px solid #e9ecef !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
}

.preview-item img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.preview-item .remove-btn {
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
    background-color: rgba(220, 53, 69, 0.9) !important;
    color: white !important;
    border: none !important;
    border-radius: 50% !important;
    width: 28px !important;
    height: 28px !important;
    font-size: 14px !important;
    cursor: pointer !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.preview-item .remove-btn:hover {
    background-color: rgba(200, 35, 51, 1) !important;
}

/* メインレイアウト */
.l-main {
    padding-top: 12rem; /* ヘッダー(8.6875rem) + 情報バー(約3rem) + 余白 */
    padding-bottom: 4rem;
    min-height: calc(100vh - 10rem);
}

@media screen and (max-width: 767px) {
    .l-main {
        padding-top: 5.5rem; /* ヘッダー(3.75rem) + 情報バー(約2rem) */
        padding-bottom: 2.5rem;
    }
}

/* ページヘッダー（トップページの施工事例セクションと同じデザイン） */
.p-page-header {
    padding: 3.9375rem 0;
    position: relative;
    width: 100%;
    height: 12.5rem;
    background: url(../images/common/head-bg.webp) center top/cover repeat-x;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .p-page-header {
        height: 10.125rem;
        padding: 2rem 1.25rem;
        margin-bottom: 30px;
    }
}

.p-page-header__inner {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 2.5rem;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .p-page-header__inner {
        padding: 0 1.25rem;
    }
}

.p-page-header__title-wrap {
    height: 100%;
    display: flex;
    align-items: flex-end;
    gap: 1.5rem;
}

@media screen and (max-width: 767px) {
    .p-page-header__title-wrap {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }
}

.p-page-header__title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin: 0;
    margin-top: -1px;
}

@media screen and (max-width: 767px) {
    .p-page-header__title {
        font-size: 2rem;
    }
}

.p-page-header__subtitle {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.42;
    color: #fff;
    padding-left: 1.5rem;
    border-left: 1px solid #fff;
    margin: 0;
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
    .p-page-header__subtitle {
        font-size: 0.875rem;
        border-left: none;
        padding-left: 0;
        margin-bottom: 0;
    }
}

/* 手順セクション */
.p-estimate-steps {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.p-estimate-steps__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #0068C0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.p-estimate-steps__character {
    width: 50px;
    height: auto;
}

.p-estimate-steps__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.p-estimate-steps__item {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.p-estimate-steps__number {
    background: linear-gradient(135deg, #0068C0 0%, #004d87 100%);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 auto 15px;
}

.p-estimate-steps__item-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
}

.p-estimate-steps__item-desc {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
}

/* 見積もり送信ボタン（サイトカラー - 紺色） */
.p-estimate-photo__form button[type="submit"],
.p-estimate-photo__form .submit-btn,
#submitUpload {
    background: linear-gradient(135deg, #0068C0 0%, #004d87 100%) !important;
    color: #fff !important;
    padding: 16px 50px !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: block !important;
    width: auto !important;
    max-width: 400px !important;
    margin: 30px auto !important;
    box-shadow: 0 4px 15px rgba(0, 104, 192, 0.3) !important;
}

.p-estimate-photo__form button[type="submit"]:hover,
.p-estimate-photo__form .submit-btn:hover,
#submitUpload:hover {
    background: linear-gradient(135deg, #004d87 0%, #003564 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0, 104, 192, 0.4) !important;
}

.p-estimate-photo__form button[type="submit"]:disabled,
#submitUpload:disabled {
    background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 100%) !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}

/* 確認ページのボタン */
.p-button-group {
    display: flex !important;
    gap: 20px !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.p-button-group form {
    margin: 0 !important;
    flex: 0 0 auto !important;
}

.p-button-group .c-button,
.p-button-group button {
    display: inline-block !important;
    padding: 15px 40px !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    min-width: 200px !important;
    max-width: 300px !important;
    text-align: center !important;
}

.p-button-group .c-button--primary,
.p-button-group button[name="submit_estimate"] {
    background-color: #0068C0 !important;
    color: #fff !important;
}

.p-button-group .c-button--primary:hover,
.p-button-group button[name="submit_estimate"]:hover {
    background-color: #004d87 !important;
    transform: translateY(-2px) !important;
}

.p-button-group .c-button--secondary {
    background-color: #95a5a6 !important;
    color: #fff !important;
}

.p-button-group .c-button--secondary:hover {
    background-color: #7f8c8d !important;
    transform: translateY(-2px) !important;
}

/* 完了ページ */
.p-complete-content {
    text-align: center;
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 8px;
}

.p-complete-icon {
    font-size: 5rem;
    color: #2ecc71;
    margin-bottom: 20px;
}

.p-complete-message h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

.p-complete-description p {
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.p-complete-note {
    color: #0068C0 !important;
    font-weight: 600;
}

.c-button {
    display: inline-block;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.c-button--primary {
    background-color: #0068C0;
    color: #fff;
}

.c-button--primary:hover {
    background-color: #004d87;
    transform: translateY(-2px);
}

/* レスポンシブ */
@media screen and (max-width: 767px) {
    .preview-container {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)) !important;
        gap: 10px !important;
    }
    
    .p-estimate-steps {
        padding: 20px 15px;
        margin-bottom: 25px;
    }
    
    .p-estimate-steps__title {
        font-size: 1.2rem;
    }

    .p-estimate-steps__character {
        width: 40px;
    }
    
    .p-estimate-steps__list {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .p-estimate-photo__form button[type="submit"],
    .p-estimate-photo__form .submit-btn,
    #submitUpload {
        width: 100% !important;
        max-width: 100% !important;
        padding: 14px 40px !important;
        font-size: 1.1rem !important;
    }
    
    .p-button-group {
        flex-direction: column !important;
        gap: 12px !important;
    }
    
    .p-button-group .c-button,
    .p-button-group button {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .p-complete-content {
        padding: 30px 15px;
    }
    
    .p-complete-icon {
        font-size: 3.5rem;
    }
    
    .p-complete-message h2 {
        font-size: 1.3rem;
    }
}

/* ========================================
   フォーム・アップロード関連スタイル追加
======================================== */

/* サブページ用のワイドコンテナ（ヘッダーには影響しない） */
.l-inner--wide {
    max-width: 1060px !important;
}

/* ローディングオーバーレイ - 初期状態は非表示 */
.loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1.5em;
    color: #34495e;
}

.loading-overlay .spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #0068C0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* アップロード領域 */
.upload-area {
    border: 3px dashed #a0d3f2;
    border-radius: 10px;
    padding: 50px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    margin-bottom: 30px;
}

.upload-area:hover,
.upload-area.dragover {
    background-color: #f7faff;
    border-color: #7bbff0;
}

.upload-area p {
    color: #666;
    font-size: 18px;
    margin-bottom: 10px;
}

.upload-area input[type="file"] {
    display: none;
}

.upload-icon {
    font-size: 3rem;
    color: #0068C0;
    margin-bottom: 15px;
}

.p-estimate-photo__upload-text {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.6;
}

.upload-text-mobile {
    display: none;
}

.p-estimate-photo__upload-info {
    text-align: center;
    margin-top: 10px;
    color: #777;
}

.p-estimate-photo__upload-info small {
    font-size: 0.9rem;
}

/* ファイルリスト */
.file-list {
    margin-top: 20px;
}

.file-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 8px;
    background-color: #f9f9fa;
    border-radius: 5px;
}

.file-list-item img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
    margin-right: 10px;
    border-radius: 3px;
}

.file-info {
    flex-grow: 1;
}

.file-name {
    font-weight: bold;
    color: #333;
}

.file-size {
    font-size: 0.9em;
    color: #777;
}

.file-remove-btn {
    background: none;
    border: none;
    color: #e74c3c;
    cursor: pointer;
    font-size: 1.2em;
    margin-left: 10px;
}

/* ラジオボタンセクション */
.p-estimate-photo__radio-section {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
}

.p-estimate-photo__radio-group {
    margin-bottom: 25px;
}

.p-estimate-photo__radio-group:last-child {
    margin-bottom: 0;
}

.p-estimate-photo__radio-label {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 12px;
    position: relative;
}

.p-estimate-photo__radio-label .label-icon {
    margin-right: 8px;
    font-size: 1.2rem;
}

.p-estimate-photo__radio-options {
    display: flex;
    gap: 30px;
    align-items: center;
}

.p-estimate-photo__radio-options label {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: normal;
    color: #555;
    cursor: pointer;
    margin: 0;
    padding: 8px 16px;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    background-color: #fff;
    transition: all 0.3s ease;
    min-width: 90px;
    justify-content: center;
}

.p-estimate-photo__radio-options label:hover {
    border-color: #0068C0;
    background-color: #f0f8ff;
}

.p-estimate-photo__radio-options input[type="radio"] {
    margin-right: 6px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #0068C0;
}

.p-estimate-photo__radio-options input[type="radio"]:checked + label,
.p-estimate-photo__radio-options label:has(input[type="radio"]:checked) {
    border-color: #0068C0;
    background-color: #e3f2fd;
    font-weight: bold;
}

/* プルダウン（select）のスタイル */
.p-estimate-photo__radio-section .p-estimate-photo__select,
select.p-estimate-photo__select {
    width: 50% !important;
    padding: 12px 40px 12px 15px !important;
    border: 2px solid #dee2e6 !important;
    border-radius: 6px !important;
    font-size: 1rem !important;
    color: #495057 !important;
    background-color: #fff !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23495057' d='M9.293 12.95l.707.707 4.243-4.243-1.414-1.414L10 11.586l-2.828-2.829-1.414 1.414L9.293 12.95z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 20px !important;
    box-sizing: border-box !important;
}

.p-estimate-photo__radio-section .p-estimate-photo__select:hover,
select.p-estimate-photo__select:hover {
    border-color: #0068C0 !important;
    background-color: #f0f8ff !important;
}

.p-estimate-photo__radio-section .p-estimate-photo__select:focus,
select.p-estimate-photo__select:focus {
    outline: none !important;
    border-color: #0068C0 !important;
    box-shadow: 0 0 0 3px rgba(0, 104, 192, 0.1) !important;
}

.p-estimate-photo__radio-section .p-estimate-photo__select option,
select.p-estimate-photo__select option {
    padding: 10px !important;
    color: #000 !important;
}

.p-estimate-photo__radio-section .p-estimate-photo__select optgroup,
select.p-estimate-photo__select optgroup {
    font-weight: normal !important;
    color: #6c757d !important;
}

/* チェックボックスのスタイル */
.p-estimate-photo__radio-section .p-estimate-photo__checkbox-options,
div.p-estimate-photo__checkbox-options {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
}

.p-estimate-photo__radio-section .p-estimate-photo__checkbox-options label,
div.p-estimate-photo__checkbox-options label {
    display: flex !important;
    align-items: center !important;
    font-size: 1rem !important;
    font-weight: normal !important;
    color: #000 !important;
    cursor: pointer !important;
    margin: 0 !important;
    padding: 10px 15px !important;
    border: 2px solid #dee2e6 !important;
    border-radius: 6px !important;
    background-color: #fff !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.p-estimate-photo__radio-section .p-estimate-photo__checkbox-options label:hover,
div.p-estimate-photo__checkbox-options label:hover {
    border-color: #0068C0 !important;
    background-color: #f0f8ff !important;
}

.p-estimate-photo__radio-section .p-estimate-photo__checkbox-options input[type="checkbox"],
div.p-estimate-photo__checkbox-options input[type="checkbox"] {
    margin-right: 10px !important;
    width: 18px !important;
    height: 18px !important;
    cursor: pointer !important;
    accent-color: #0068C0 !important;
    flex-shrink: 0 !important;
}

.p-estimate-photo__radio-section .p-estimate-photo__checkbox-options label:has(input[type="checkbox"]:checked),
div.p-estimate-photo__checkbox-options label:has(input[type="checkbox"]:checked) {
    border-color: #0068C0 !important;
    background-color: #e3f2fd !important;
    font-weight: 600 !important;
}

/* 見積もり送信ボタン - シャドウ削除版 */
.p-estimate-photo__form button[type="submit"],
.p-estimate-photo__form .submit-btn,
#submitUpload {
    background: linear-gradient(135deg, #0068C0 0%, #004d87 100%) !important;
    color: #fff !important;
    padding: 16px 50px !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: block !important;
    width: auto !important;
    max-width: 400px !important;
    margin: 30px auto !important;
    box-shadow: none !important;
}

.p-estimate-photo__form button[type="submit"]:hover,
.p-estimate-photo__form .submit-btn:hover,
#submitUpload:hover {
    background: linear-gradient(135deg, #004d87 0%, #003564 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: none !important;
}

.p-estimate-photo__form button[type="submit"]:disabled,
#submitUpload:disabled {
    background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 100%) !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
    .upload-area {
        padding: 20px 12px;
        margin-bottom: 15px;
    }

    .upload-area p {
        font-size: 1rem;
        margin-bottom: 6px;
    }

    .upload-text-desktop {
        display: none;
    }

    .upload-text-mobile {
        display: block;
    }

    .p-estimate-photo__radio-section {
        padding: 12px 10px;
    }

    .p-estimate-photo__radio-label {
        font-size: 0.95rem;
    }

    .p-estimate-photo__radio-options {
        flex-direction: column;
        gap: 12px;
    }

    .p-estimate-photo__radio-section .p-estimate-photo__select,
    select.p-estimate-photo__select {
        width: 100% !important;
        padding: 10px 35px 10px 12px !important;
        font-size: 0.9rem !important;
    }

    .p-estimate-photo__checkbox-options {
        gap: 10px !important;
    }

    .p-estimate-photo__checkbox-options label {
        font-size: 0.9rem !important;
        padding: 8px 12px !important;
    }

    .p-estimate-photo__form button[type="submit"],
    .p-estimate-photo__form .submit-btn,
    #submitUpload {
        width: 100% !important;
        max-width: 100% !important;
        padding: 14px 40px !important;
        font-size: 1.1rem !important;
    }
}

/* ボックス内のアップロード領域スタイル調整 */
.p-estimate-photo__radio-section .upload-area {
    margin-bottom: 15px;
}

.p-estimate-photo__radio-section .p-estimate-photo__upload-info {
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    color: #777;
}

.p-estimate-photo__radio-section .preview-container {
    margin-top: 15px;
}

.p-estimate-photo__radio-section .file-count {
    margin-top: 10px;
    text-align: center;
    color: #555;
    font-size: 0.95rem;
}

/* ========================================
   Result Page Table Styles (result.php専用)
======================================== */

/* テーブル用スタイル */
.p-result-item-table, .p-result-breakdown-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    background-color: white;
}

.p-result-item-table th, .p-result-breakdown-table th,
.p-result-item-table td, .p-result-breakdown-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.p-result-item-table th, .p-result-breakdown-table th {
    background-color: #f8f9fa;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #007bff;
}

.p-result-item-table tbody tr:hover {
    background-color: #f8f9fa;
}

.p-result-breakdown-table .text-right {
    text-align: right;
    font-weight: bold;
}

.p-result-breakdown-table .subtotal-row {
    border-top: 2px solid #007bff;
    background-color: #f0f8ff;
}

.p-result-breakdown-table .total-row {
    background-color: #e3f2fd;
    font-size: 18px;
    border-top: 3px solid #1976d2;
    border-bottom: 3px solid #1976d2;
}

.p-result-breakdown-section {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    margin-top: 30px;
}

.p-result-breakdown-section h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 8px;
}

.p-result-item-breakdown {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

.p-result-item-breakdown h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 8px;
}

/* モバイル対応 */
@media screen and (max-width: 767px) {
    .p-result-item-table th,
    .p-result-item-table td,
    .p-result-breakdown-table th,
    .p-result-breakdown-table td {
        padding: 8px 10px;
        font-size: 0.9rem;
    }

    .p-result-breakdown-table .total-row {
        font-size: 16px;
    }

    .p-result-item-breakdown h3,
    .p-result-breakdown-section h3 {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .p-result-item-breakdown {
        padding: 15px;
    }
}

/* ========================================
   Result Page Info Box & Price Section
======================================== */

/* 情報ボックス */
.p-result-info-box {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
}

.p-result-info-item {
    margin-bottom: 20px;
}

.p-result-info-item:last-child {
    margin-bottom: 0;
}

.p-result-info-label {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin-bottom: 8px;
}

.p-result-info-value {
    font-size: 16px;
    font-weight: 700;
    color: #0068C0;
}

/* サムネイル画像 */
.p-result-image-thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.p-result-thumbnail {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.p-result-thumbnail:hover {
    border-color: #0068C0;
}

/* 処分費用セクション */
.p-result-price-section {
    background: linear-gradient(135deg, #0068C0 0%, #004d87 100%);
    border-radius: 12px;
    padding: 25px 30px;
    margin-bottom: 30px;
}

.p-result-price-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.p-result-price-header h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.p-result-price-amount {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* 削除ボタン */
.delete-item-btn {
    background-color: #dc3545;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    transition: all 0.3s ease;
    vertical-align: middle;
    padding: 0;
}

.delete-item-btn:hover {
    background-color: #c82333;
    transform: scale(1.1);
}

.item-name-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-name {
    flex: 1;
}

/* モバイル対応 */
@media screen and (max-width: 767px) {
    .p-result-info-box {
        padding: 15px;
        margin-bottom: 20px;
    }

    .p-result-info-label {
        font-size: 13px;
    }

    .p-result-info-value {
        font-size: 15px;
    }

    .p-result-thumbnail {
        width: 80px;
        height: 80px;
    }

    .p-result-price-section {
        padding: 20px;
        margin-bottom: 20px;
    }

    .p-result-price-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .p-result-price-header h2 {
        font-size: 18px;
    }

    .p-result-price-amount {
        font-size: 28px;
    }

    .delete-item-btn {
        width: 20px;
        height: 20px;
        font-size: 14px;
        margin-left: 5px;
    }
}

/* ========================================
   Form Page Styles (form.php専用)
======================================== */

/* フォーム説明文 */
.p-form-description {
    background-color: #f8f9fa;
    border-left: 4px solid #0068C0;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.p-form-description p {
    margin: 0;
    line-height: 1.8;
    color: #333;
}

/* 情報セクション（画像表示エリア） */
.p-info-section {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
}

.p-info-item {
    margin-bottom: 20px;
}

.p-info-item:last-child {
    margin-bottom: 0;
}

/* 画像ギャラリー */
.p-image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.p-image-item {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
}

/* 価格セクション */
.p-price-section {
    background: linear-gradient(135deg, #0068C0 0%, #004d87 100%);
    border-radius: 12px;
    padding: 25px 30px;
    margin-bottom: 30px;
    text-align: center;
}

.p-section-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.p-price-display {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

/* フォームエラー表示 */
.p-form-errors {
    background-color: #fff5f5;
    border: 2px solid #dc3545;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}

.p-form-errors h3 {
    color: #dc3545;
    font-size: 18px;
    margin: 0 0 15px 0;
}

.p-form-errors ul {
    margin: 0;
    padding-left: 20px;
}

.p-form-errors li {
    color: #dc3545;
    margin-bottom: 8px;
    line-height: 1.6;
}

.p-form-errors li:last-child {
    margin-bottom: 0;
}

/* フォーム */
.p-form {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px;
    border: 1px solid #e0e0e0;
}

.p-form-group {
    margin-bottom: 25px;
}

.p-form-group:last-of-type {
    margin-bottom: 30px;
}

.p-form-label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.p-form-label .required {
    color: #dc3545;
    font-weight: 700;
    margin-left: 4px;
}

.p-form-note {
    color: #dc3545;
    font-size: 12px;
    line-height: 1.6;
    margin: 8px 0 12px 0;
}

.p-form-input,
.p-form-textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.p-form-input:focus,
.p-form-textarea:focus {
    outline: none;
    border-color: #0068C0;
}

.p-form-textarea {
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
}

/* ラジオボタングループ */
.p-radio-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.p-radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 12px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.p-radio-label:hover {
    border-color: #0068C0;
    background-color: #f0f8ff;
}

.p-radio {
    margin-right: 8px;
    cursor: pointer;
}

.p-radio-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.p-radio-label:has(.p-radio:checked) {
    border-color: #0068C0;
    background-color: #e3f2fd;
}

/* モバイル対応 */
@media screen and (max-width: 767px) {
    .p-form-description {
        padding: 15px;
        margin-bottom: 20px;
    }

    .p-info-section {
        padding: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .p-image-gallery {
        gap: 10px;
    }

    .p-image-item {
        width: 100px;
        height: 100px;
    }

    .p-price-section {
        padding: 20px 15px;
        margin-bottom: 20px;
    }

    .p-section-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .p-price-display {
        font-size: 28px;
    }

    .p-form {
        padding: 20px 15px;
    }

    .p-form-group {
        margin-bottom: 20px;
    }

    .p-form-label {
        font-size: 15px;
    }

    .p-form-input,
    .p-form-textarea {
        font-size: 16px;
        padding: 10px 12px;
    }

    .p-radio-group {
        flex-direction: column;
        gap: 12px;
    }

    .p-radio-label {
        padding: 10px 15px;
    }
}

/* ========================================
   Confirm Page Styles (confirm.php専用)
======================================== */

/* 確認セクション */
.p-confirm-section {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
}

.p-confirm-section .p-section-title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #0068C0;
}

/* 確認テーブル */
.p-confirm-table {
    width: 100%;
    border-collapse: collapse;
}

.p-confirm-table tr {
    border-bottom: 1px solid #e0e0e0;
}

.p-confirm-table tr:last-child {
    border-bottom: none;
}

.p-confirm-table th {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #555;
    padding: 16px 20px;
    background-color: #f8f9fa;
    width: 180px;
    vertical-align: top;
}

.p-confirm-table td {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 16px 20px;
    line-height: 1.6;
}

/* モバイル対応 */
@media screen and (max-width: 767px) {
    .p-confirm-section {
        padding: 20px 15px;
        margin-bottom: 20px;
    }

    .p-confirm-section .p-section-title {
        font-size: 18px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .p-confirm-table {
        display: block;
    }

    .p-confirm-table tr {
        display: flex;
        flex-direction: column;
        padding: 15px 0;
    }

    .p-confirm-table th {
        width: 100%;
        padding: 0 0 8px 0;
        background-color: transparent;
        font-size: 13px;
        color: #666;
    }

    .p-confirm-table td {
        width: 100%;
        padding: 0;
        font-size: 15px;
    }
}

/* ========================================
   お知らせページ (news.php, news_detail.php)
   クラス名プレフィックス: p-news-
   ======================================== */

/* お知らせ一覧セクション */
.p-news-list {
    padding: 0 0 60px;
}

/* 記事一覧コンテナ */
.news-list-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    margin: 30px 0;
}

/* 記事カード */
.news-item-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-item-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}

.news-item-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* 記事画像 */
.news-item-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.news-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-item-card:hover .news-item-img {
    transform: scale(1.05);
}

/* 記事コンテンツ */
.news-item-content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* メタ情報（日付・カテゴリ） */
.news-item-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.news-item-date {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
}

/* カテゴリグループ */
.news-category-group {
    display: flex;
    gap: 6px;
    align-items: center;
}

/* カテゴリバッジ */
.news-category {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    background-color: #0068C0;
    color: #fff;
}

.news-category.parent-category {
    background-color: #0068C0;
}

.news-category.child-category {
    background-color: #5ba5d6;
}

/* 記事タイトル */
.news-item-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 12px 0;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 記事抜粋 */
.news-item-excerpt {
    margin-top: auto;
}

.news-item-excerpt p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* リスト型レイアウト（シンプル版） */
.news-list {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.news-list dt {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 0;
    border-bottom: 1px solid #e9ecef;
    flex-wrap: wrap;
}

.news-list dd {
    padding: 0;
    margin: 0;
}

.news-list dd a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.news-list dd a:hover {
    color: #0068C0;
}

.news-date {
    font-size: 0.95rem;
    color: #666;
    font-weight: 500;
}

/* ページネーション */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    padding: 20px 0;
}

.pagination a,
.pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination a {
    background-color: #fff;
    color: #333;
    border: 2px solid #e9ecef;
}

.pagination a:hover {
    background-color: #0068C0;
    color: #fff;
    border-color: #0068C0;
}

.pagination .current {
    background-color: #0068C0;
    color: #fff;
    border: 2px solid #0068C0;
}

.pagination .disabled {
    background-color: #f5f5f5;
    color: #ccc;
    border: 2px solid #e9ecef;
    cursor: not-allowed;
}

/* 記事詳細セクション */
.p-news-detail {
    padding: 0 0 60px;
}

.p-news-detail__content {
    background-color: #fff;
    border-radius: 12px;
    padding: 50px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin: 30px 0;
}

/* 記事詳細 - ヘッダー */
.news-detail {
    max-width: 900px;
    margin: 0 auto;
}

.news-header {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e9ecef;
}

.news-title {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.news-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.news-meta .news-date {
    font-size: 1rem;
    color: #666;
}

/* 記事本文 */
.news-content {
    font-size: 1.05rem;
    color: #333;
    line-height: 1.9;
    margin-bottom: 50px;
}

.news-content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin: 40px 0 20px 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #0068C0;
}

.news-content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    margin: 30px 0 15px 0;
}

.news-content p {
    margin: 0 0 20px 0;
}

.news-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

.news-content ul,
.news-content ol {
    margin: 20px 0;
    padding-left: 30px;
}

.news-content li {
    margin-bottom: 10px;
    line-height: 1.8;
}

.news-content a {
    color: #0068C0;
    text-decoration: underline;
}

.news-content a:hover {
    color: #004d87;
}

/* 戻るリンク */
.news-back {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #e9ecef;
}

.news-back a {
    display: inline-block;
    padding: 14px 40px;
    background-color: #0068C0;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.news-back a:hover {
    background-color: #004d87;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 104, 192, 0.3);
}

/* エラーメッセージ */
.p-news-detail__error {
    background-color: #fff;
    border-radius: 12px;
    padding: 60px 40px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin: 30px 0;
}

.p-news-detail__error-message h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px 0;
}

.p-news-detail__error-message p {
    font-size: 1rem;
    color: #666;
    line-height: 1.8;
    margin: 0 0 15px 0;
}

.p-news-detail__error-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}

.p-news-detail__error-link {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.p-news-detail__error-link--primary {
    background-color: #0068C0;
    color: #fff;
}

.p-news-detail__error-link--primary:hover {
    background-color: #004d87;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 104, 192, 0.3);
}

.p-news-detail__error-link--secondary {
    background-color: #fff;
    color: #0068C0;
    border: 2px solid #0068C0;
}

.p-news-detail__error-link--secondary:hover {
    background-color: #0068C0;
    color: #fff;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    .news-list-container {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 20px 0;
    }

    .news-item-image {
        height: 200px;
    }

    .news-item-content {
        padding: 20px;
    }

    .news-item-title {
        font-size: 1.1rem;
    }

    .p-news-detail__content {
        padding: 30px 20px;
        margin: 20px 0;
    }

    .news-title {
        font-size: 1.5rem;
    }

    .news-content {
        font-size: 1rem;
    }

    .news-content h2 {
        font-size: 1.5rem;
        margin: 30px 0 15px 0;
    }

    .news-content h3 {
        font-size: 1.2rem;
        margin: 25px 0 12px 0;
    }

    .p-news-detail__error {
        padding: 40px 20px;
    }

    .p-news-detail__error-actions {
        flex-direction: column;
        gap: 12px;
    }

    .p-news-detail__error-link {
        width: 100%;
        text-align: center;
    }

    .pagination {
        gap: 6px;
        flex-wrap: wrap;
    }

    .pagination a,
    .pagination span {
        min-width: 36px;
        height: 36px;
        padding: 0 12px;
        font-size: 0.9rem;
    }
}

/* ========================================
   お知らせ・ブログ 最新情報バー
   ======================================== */
.p-info-bar {
    position: fixed;
    top: 8.6875rem; /* ヘッダーの下に配置 */
    left: 0;
    width: 100%;
    background-color: #f8f9fa;
    border-bottom: 2px solid #e0e0e0;
    color: #333;
    padding: 12px 0;
    overflow: hidden;
    z-index: 998; /* ヘッダー(999)より下 */
}

@media screen and (max-width: 767px) {
    .p-info-bar {
        top: 3.75rem; /* SP: ヘッダーの高さ */
        padding: 10px 0;
    }
}

.p-info-bar__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center; /* 中央寄せ */
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
}

.p-info-bar__inner::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.p-info-bar__item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all 0.3s;
}

.p-info-bar__item:hover {
    opacity: 0.7;
}

.p-info-bar__label {
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
}

.p-info-bar__label--news {
    background-color: #0068C0;
}

.p-info-bar__label--blog {
    background-color: #ff9800;
}

.p-info-bar__date {
    font-size: 0.9rem;
    font-weight: 600;
    color: #666;
}

.p-info-bar__title {
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
    .p-info-bar {
        padding: 8px 0;
    }

    .p-info-bar__inner {
        padding: 0 15px;
        gap: 20px;
    }

    .p-info-bar__item {
        gap: 8px;
    }

    .p-info-bar__label {
        padding: 2px 8px;
        font-size: 0.75rem;
    }

    .p-info-bar__date {
        font-size: 0.8rem;
    }

    .p-info-bar__title {
        font-size: 0.85rem;
        max-width: 200px;
    }
}
