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

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

.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 2.5rem;
  }
}
@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: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo img {
    width: 2.5rem;
  }
}

.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.875rem;
  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 */
