@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

html.is-fixed,
html.is-fixed body {
  overflow: hidden;
}

html.is-anm-fixed,
html.is-anm-fixed body {
  overflow: hidden;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  font-family: helvetica neue, arial, hiragino sans, hiragino kaku gothic pron, biz udpgothic, meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #212b39;
  letter-spacing: 0.08em;
  overflow-wrap: break-word;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
}

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

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

video {
  max-width: 100%;
  height: auto;
}

code,
kbd,
pre,
samp {
  font-family: "SFMono-Regular", consolas, "Liberation Mono", menlo, courier, monospace;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  table-layout: auto;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}

th,
td {
  padding: 10px 5px;
  text-align: left;
  vertical-align: middle;
  border: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

em {
  font-style: normal;
  font-weight: 700;
}

.l-footer {
  padding-bottom: 140px;
}

.l-footer__inner {
  display: flex;
  flex-direction: column-reverse;
  gap: 60px;
}

.l-footer__links {
  margin-top: 5px;
}

.l-header {
  position: relative;
  z-index: 20;
  height: 60px;
  padding-right: 10px;
  padding-left: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
}

.l-inner {
  max-width: min(100% - 32px, 600px);
  margin-inline: auto;
}

.l-lower-contents {
  padding: 20px 0 60px;
}

.l-lower-top {
  margin-top: 20px;
}

.l-section {
  padding-bottom: 50px;
}

.l-section > .c-section-title {
  margin-bottom: 30px;
}

.l-section--narrow {
  padding-bottom: 40px;
}

.c-btn-estimate {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 10px 28px 10px 8px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
  background: linear-gradient(90deg, #ee6f00 0%, #f9bb1e 100%);
  border: none;
  border-radius: 999px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.c-btn-estimate__text {
  font-weight: 700;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.c-btn-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  cursor: pointer;
  background-color: #002c5c;
  border: none;
  transition: background-color 0.3s;
}

.c-btn-hamburger.is-open {
  background-color: #575757;
}

.c-btn-hamburger__lines {
  position: relative;
  display: block;
  width: 30px;
  height: 20px;
  margin: 0 auto;
}

.c-btn-hamburger__line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 50px;
  transition: transform 0.1s;
}

.c-btn-hamburger__line:focus {
  outline: none;
}

.c-btn-hamburger__line--top {
  top: 0;
}

.c-btn-hamburger__line--center {
  top: 50%;
  transform: translateY(-50%);
}

.c-btn-hamburger__line--bottom {
  bottom: 0;
}

.is-open .c-btn-hamburger__line--top {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.is-open .c-btn-hamburger__line--center {
  transform: scaleX(0);
}

.is-open .c-btn-hamburger__line--bottom {
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}

.c-btn-hamburger__menu {
  display: block;
  margin-top: 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.c-btn-line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  min-height: 52px;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #3ca001;
  border-radius: 999px;
}

.c-btn-line::before {
  padding-top: 2px;
  padding-right: 0.2em;
  font-family: "Font Awesome 6 Brands";
  font-size: 26px;
  font-weight: 400;
  content: "\f3c0";
}

.c-btn-line em {
  color: yellow;
}

.c-btn-line--wide {
  max-width: 300px;
  min-height: 60px;
}

.c-btn-line--wide::before {
  padding-top: 2px;
  padding-right: 0.3em;
  font-size: 30px;
}

.c-btn-line--small {
  max-width: 300px;
  min-height: 45px;
  padding: 2px;
  font-size: 15px;
}

.c-btn-line--small::before {
  padding-top: 1px;
  padding-right: 0.25em;
  font-size: 22px;
}

.c-btn-line--icon {
  width: 45px;
  min-height: 45px;
  padding: 0;
}

.c-btn-line--icon::before {
  padding: 0;
}

.c-btn-sns {
  display: grid;
  place-content: center;
  width: 45px;
  height: 45px;
  font-size: 30px;
  color: #212b39;
}

.c-btn-sns--white {
  color: #fff;
}

.c-btn-white {
  display: inline-block;
  width: 100%;
  padding: 20px 25px;
  font-weight: 700;
  color: #002c5c;
  text-align: center;
  background: #fff;
  border: 1px solid #002c5c;
}

.c-btn-yellow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-block: 10px;
  padding-inline: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  background: #f9bb1e;
  border-radius: 100vmax;
}

.c-btn {
  display: inline-block;
  padding: 20px 25px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #002c5c;
}

.c-logo {
  line-height: 1.1;
}

.c-logo--white .c-logo__sub {
  color: #fff;
}

.c-logo--white .c-logo__main {
  color: #fff;
}

.c-logo__sub {
  font-weight: 400;
  padding-left: 0.1em;
  font-size: 11px;
  color: #5e5e5e;
  display: block;
}

.c-logo__main {
  display: block;
  font-size: 22px;
  font-weight: 700;
}

.c-radio-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1px;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: 15px 20px;
  border-radius: 20px;
  outline: 1px solid rgba(0, 0, 0, 0.11);
}

.c-radio-card:has(.c-radio-card__input:checked) {
  background: rgba(188, 184, 255, 0.1);
  outline-width: 3px;
  outline-color: #002c5c;
}

.c-radio-card__input {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 20px;
  opacity: 0;
}

.c-radio-card__title {
  align-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.12;
  color: #333;
  text-align: center;
  letter-spacing: 0.072em;
}

.c-radio-card__img {
  width: auto;
  height: 80px;
}

.c-radio-card__list {
  padding-right: 4px;
}

.c-radio-card__list-item {
  position: relative;
  display: flex;
  padding-left: 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  letter-spacing: 0.09em;
  pointer-events: none;
}

.c-radio-card__list-item::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  content: "";
  background: #333;
  border-radius: 100vmax;
}

.c-radio-card__text {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  letter-spacing: 0.09em;
}

.c-section-subTitle {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
}

.c-section-subTitle--blue {
  color: #007bee;
}

.c-section-subTitle--line {
  position: relative;
  padding-bottom: 0.1em;
}

.c-section-subTitle--line::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #007bee;
}

.c-section-title {
  padding: 15px 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #002c5c;
}

.c-tell-inquiry {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  min-height: 60px;
  padding: 2px 10px;
  white-space: nowrap;
  border: 1px solid #fff;
}

.c-tell-inquiry__number {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.c-tell-inquiry__number::before {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 900;
  content: "\f095";
  transform: rotate(20deg);
}

.c-tell-inquiry__text {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.c-tell-white {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  align-items: center;
  justify-content: center;
  width: min(100%, 235px);
  min-width: 235px;
  min-height: 60px;
  padding: 7.55px 3px 7.56px;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #333;
}

.c-tell-white__number {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #212b39;
  letter-spacing: 0.15em;
  letter-spacing: 0.0654545455em;
}

.c-tell-white__number::before {
  position: absolute;
  bottom: 1px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  content: "\f095";
  rotate: 20deg;
}

.c-tell-white__text {
  font-size: 13px;
  line-height: 1.3;
  color: #212b39;
  letter-spacing: 0.08em;
}

.c-tell {
  text-align: center;
  white-space: nowrap;
}

.c-tell__number {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #212b39;
  letter-spacing: 0.15em;
}

.c-tell__number::before {
  position: absolute;
  bottom: 1px;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  font-weight: 900;
  content: "\f095";
  transform: rotate(20deg);
}

.c-tell__text {
  padding-left: 5px;
  font-size: 14px;
  color: #5f5f5f;
}

.p-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-business {
  overflow: hidden;
}

.p-business__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-inline: auto;
}

.p-business__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-categories-fv {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-categories-fv__heading {
  font-size: 14px;
  font-weight: 700;
}

.p-categories-fv__items {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}

.p-categories-fv__item {
  display: inline-block;
  padding: 0.4em;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background-color: #002c5c;
  border-radius: 3px;
}

.p-drawer {
  position: relative;
  z-index: 40;
}

.p-drawer__btnWrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
}

.p-drawer__btnWrap.is-open {
  right: var(--scrollbar-width);
}

.p-drawer__contents {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 20px 20px 100px;
  overflow: auto;
  background: #002c5c;
}

.p-drawer__contents.is-open {
  display: block;
}

.p-drawer__scroll {
  max-width: 400px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.p-drawer__logo {
  width: 226px;
}

.p-drawer__info {
  margin-top: 40px;
}

.p-estimate-top {
  padding-inline: 16px;
  margin-inline: auto;
}

.p-estimate {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 30px;
  padding-bottom: 160px;
  color: #333;
}

.p-estimate__step {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.p-estimate__step-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-estimate__step-text {
  display: flex;
  gap: 1em;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 700;
  background: rgba(255, 0, 0, 0.16);
  border-radius: 10px;
}

.p-estimate__step-text::before {
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background: transparent url("../img/icon_click.png") no-repeat center center/contain;
  border-radius: 999px;
}

.p-estimate__step-title-label {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1028571429em;
  background: #002c5c;
}

.p-estimate__step-title-text {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5882352941;
  letter-spacing: 0.0847058824em;
}

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

.p-estimate__step5 {
  width: 100vw;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-inline: calc(50% - 50vw);
  background: rgba(249, 187, 30, 0.1);
  border-radius: 20px;
}

.p-estimate__result {
  display: grid;
  row-gap: 42px;
  margin-top: 20px;
}

.p-estimate__price {
  display: grid;
  gap: 20px;
  width: min(100%, 600px);
  padding: 20px 25px;
  margin-inline: auto;
  background: #fff;
  border-radius: 10px;
}

.p-estimate__total-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2px;
  border-bottom: 1px solid #333;
}

.p-estimate__total-price-label {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.072em;
}

.p-estimate__total-price-number {
  margin-right: -6px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3392857143;
  letter-spacing: 0.048em;
}

.p-estimate__total-price-yen {
  padding-left: 1px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.p-estimate__price-list {
  display: grid;
  gap: 10px;
}

.p-estimate__price-list-note {
  font-size: 14px;
}

.p-estimate__price-list-note span {
  display: inline-flex;
  gap: 0.3em;
}

.p-estimate__price-list-note span::before {
  content: "※";
}

.p-estimate__price-list-note span:not(:first-child) {
  margin-top: 0.5em;
}

.p-estimate__price-item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  letter-spacing: 0.1028571429em;
}

.p-estimate__price-label {
  font-size: 14px;
  letter-spacing: 0.1028571429em;
}

.p-estimate__price-number {
  font-size: 14px;
  letter-spacing: 0.1028571429em;
}

.p-estimate__info {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  justify-content: center;
}

.p-estimate__info-text {
  width: min(100%, 516px);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
}

.p-estimate__info-text-bold {
  font-weight: 700;
}

.p-estimate__info-btn-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.p-estimate__info-btn-line {
  width: 235px;
}

.p-estimate__info-btn-line .c-btn-line {
  height: 100%;
  padding: 15px;
}

.p-faq__section:not(:first-child) {
  margin-top: 40px;
}

.p-faq__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.p-fv {
  position: relative;
  max-width: 400px;
  margin-inline: auto;
  overflow: hidden;
}

.p-fv::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: 642px;
  height: 363px;
  clip-path: polygon(100% 0, 0 0, 0 72%);
  content: "";
  background-color: #fff;
  transform: translateX(-50%);
}

.p-fv::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 642px;
  height: 363px;
  content: "";
  background: transparent url("../img/bg_fv_sp.webp") no-repeat center center/cover;
  transform: translateX(-50%);
}

.p-fv__text {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: none;
  width: 73px;
  transform: translateY(-50%);
}

.p-fv__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  max-width: 375px;
  padding: 50px 16px 190px;
  margin: 0 auto;
}

.p-fv__main {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.p-fv__catch {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  margin-bottom: 20px;
}

.p-fv__catch-location {
  display: flex;
  align-items: center;
  padding-right: 8px;
}

.p-fv__catch-location-text {
  display: flex;
  gap: 2px;
  align-items: baseline;
}

.p-fv__catch-city,
.p-fv__catch-shop {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #002c5c;
  letter-spacing: 0.065em;
}

.p-fv__catch-no {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #002c5c;
  letter-spacing: 0.117em;
}

.p-fv__catch-main {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  margin-bottom: 20px;
}

.p-fv__catch-main-top {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: #333;
  letter-spacing: 0.039em;
}

.p-fv__catch-main-top > span {
  display: inline-block;
  text-align: center;
  letter-spacing: -8px;
}

.p-fv__catch-main-bottom {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #333;
  letter-spacing: 0.03em;
}

.p-fv__catch-support {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.p-fv__catch-support-inner {
  position: relative;
  display: flex;
  gap: 2px;
  align-items: baseline;
}

.p-fv__catch-support-naisou,
.p-fv__catch-support-all {
  font-size: 19px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.08em;
}

.p-fv__catch-support-all .dot {
  position: relative;
}

.p-fv__catch-support-all .dot::before {
  position: absolute;
  top: -1.2em;
  left: 0;
  color: #f9bb1e;
  content: "・・・・・・";
}

.p-fv__catch-support-made {
  font-size: 13px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.116em;
}

.p-fv__cta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  margin: 32px 0 0;
}

.p-fv__cta-labels {
  display: flex;
  gap: 4px;
  align-items: baseline;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.p-fv__cta-label {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.075em;
}

.p-fv__cta-text {
  margin: 0 4px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.07em;
}

@keyframes button {
  0% {
    transform: translateX(2px);
  }

  5% {
    transform: translateX(-2px);
  }

  10% {
    transform: translateX(1px);
  }

  15% {
    transform: translateX(-2px);
  }

  20% {
    transform: translateX(1px);
  }

  25% {
    transform: translateX(-2px);
  }

  30% {
    transform: translateX(0);
  }
}

.p-fv__cta-btn {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 10px 40px 10px 10px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
  background: linear-gradient(90deg, #ee6f00 0%, #f9bb1e 100%);
  border: none;
  border-radius: 999px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  animation: button 2s infinite;
}

.p-fv__cta-btn-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background: #ec5305;
  border-radius: 50%;
}

.p-fv__cta-btn-text {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.p-fv__area {
  max-width: 375px;
  padding-inline: 16px;
  margin-block: 20px;
  font-size: 10px;
  color: #333;
}

.p-fv__catch-support-all-wrap {
  position: relative;
  display: inline-block;
}

.p-fv__catch-support-dotsimg {
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  width: 107px;
  height: 3px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transform: translateX(-50%);
}

.p-fv__catch-boxes {
  display: flex;
  flex-direction: row;
  gap: 7px;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}

.p-fv__catch-box {
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 5.4px;
  align-items: center;
  justify-content: center;
  width: 110px;
  min-height: 56px;
  padding: 12.5px 0 8.9px;
  background: #f9f8ff;
  border: 0.9px solid rgba(0, 44, 92, 0.1);
  border-radius: 3.6px;
}

.p-fv__catch-box-title {
  margin-bottom: 0;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #002c5c;
  letter-spacing: 0.102em;
}

.p-fv__catch-box-desc {
  margin-top: 0;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #002c5c;
  letter-spacing: 0.143em;
}

.p-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}

.p-header__logo {
  margin-right: auto;
}

.p-header__nav {
  display: none;
  align-items: center;
  justify-content: center;
}

.p-header__right {
  display: none;
  margin-left: auto;
}

.p-header__right-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}

.p-info-address--white {
  color: #fff;
}

.p-info-address__textWrap {
  margin-top: 10px;
}

.p-info-address__text {
  font-size: 14px;
}

.p-info-address__text:not(:first-child) {
  margin-top: 0.2em;
}

.p-info-address__tell a {
  text-decoration: none;
}

.p-info-address__tell--small {
  display: inline-block;
  padding-left: 0.5em;
  font-size: 12px;
}

.p-info__map {
  max-width: 800px;
  margin: 30px auto 0;
}

.p-info__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.5/1;
}

.p-inquiry-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 6px;
  color: #fff;
  background: #002c5c;
  border-top: 1px solid #fff;
}

.p-inquiry-fixed__inner {
  position: relative;
}

.p-inquiry-fixed__text {
  text-align: center;
}

.p-inquiry-fixed__items {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  margin-top: 5px;
}

.p-inquiry-fixed__item {
  width: 50%;
}

.p-inquiry-fixed__item-head {
  font-size: 12px;
  text-align: center;
}

.p-inquiry-fixed__item-head::before {
  padding-right: 0.25em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f13a";
}

.p-inquiry-fixed__item-text {
  margin-top: 4px;
  font-size: 12px;
}

.p-inquiry {
  padding: 30px 15px;
  color: #fff;
  background: #002c5c;
  border-radius: 10px;
}

.p-inquiry__inner {
  position: relative;
}

.p-inquiry__top {
  text-align: center;
}

.p-inquiry__head {
  font-size: 24px;
}

.p-inquiry__items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 280px;
  margin-inline: auto;
  margin-top: 15px;
}

.p-inquiry__item {
  flex-grow: 1;
}

.p-inquiry__item-text {
  margin-top: 4px;
  font-size: 12px;
}

.p-inquiry__item-btn {
  margin-inline: auto;
  margin-top: 5px;
}

.p-item-business {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.p-item-business__image img {
  border-radius: 10px;
}

.p-item-business__title {
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #b5c1d1;
  padding-bottom: 0.2em;
}

.p-item-business__textWrap {
  margin-top: 1em;
}

.p-item-business__textWrap p:not(:first-child) {
  margin-top: 0.5em;
}

.p-item-faq {
  padding: 20px 20px;
  border: 1px solid #b5c1d1;
  border-radius: 10px;
}

.p-item-faq__title {
  position: relative;
  display: flex;
  gap: 0.5em;
  align-items: center;
  font-weight: 700;
}

.p-item-faq__title-icon {
  display: grid;
  flex-shrink: 0;
  place-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #002c5c;
  border-radius: 50%;
}

.p-item-faq__description {
  margin-top: 1em;
}

.p-item-promise__title {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}

.p-item-promise__row {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 1em;
}

.p-item-promise__image img {
  border-radius: 10px;
}

.p-item-promise__title-number {
  display: inline-block;
  display: grid;
  flex-shrink: 0;
  place-content: center;
  width: 45px;
  height: 45px;
  font-weight: 700;
  color: #fff;
  background: #002c5c;
  border-radius: 50%;
}

.p-item-promise__textWrap p:not(:first-child) {
  margin-top: 0.5em;
}

.p-item-works {
  padding: 0 10px 15px;
  overflow: hidden;
  border: 1px solid #b5c1d1;
  border-radius: 10px;
}

.p-item-works__img {
  width: calc(100% + 20px);
  margin-left: -10px;
}

.p-item-works__img img {
  width: 100%;
}

.p-item-works__heading {
  margin-top: 15px;
  font-size: 16px;
}

.p-links__sns {
  display: flex;
  gap: 13px;
  margin-left: -6px;
}

.p-links__ienakama {
  width: 180px;
  margin-top: 5px;
}

.p-lower-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 32px);
  height: 200px;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 10px;
}

.p-lower-top__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.p-lower-top__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-lower-top__title {
  z-index: 2;
  font-size: 30px;
}

.p-message__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-message__text:not(:first-child) {
  margin-top: 1em;
}

.p-message__name {
  margin-top: 1em;
  font-weight: 700;
  text-align: right;
}

.p-nav-drawer__item {
  border-bottom: 1px solid #5e5e5e;
}

.p-nav-drawer__item:first-child {
  border-top: 1px solid #5e5e5e;
}

.p-nav-drawer__link {
  position: relative;
  display: block;
  padding: 15px 45px 15px 5px;
  color: #fff;
}

.p-nav-drawer__link::after {
  position: absolute;
  top: 50%;
  right: 5px;
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: 900;
  content: "\f054";
  transform: translateY(-50%);
}

.p-nav-footer__list {
  font-size: 14px;
  border-bottom: 1px solid #b5c1d1;
}

.p-nav-footer__list a {
  position: relative;
  display: block;
  padding: 15px 45px 15px 5px;
}

.p-nav-footer__list a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: 900;
  content: "\f054";
  transform: translateY(-50%);
}

.p-nav-header__lists {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-nav-header__list {
  position: relative;
}

.p-nav-header__list::before {
  position: absolute;
  top: calc(50% - 1.1em);
  left: 50%;
  width: 0;
  height: 0.1px;
  content: "";
  background: #5e5e5e;
  border-radius: 100px;
  transition: width 0.3s;
  transform: translate(-50%, -50%);
}

.p-nav-header__list.is-active::before {
  width: calc(100% - 27px);
}

.p-nav-header__list > a {
  display: block;
  padding: 7px 8px;
}

.p-news-fv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 7px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  border: 1px solid #b5c1d1;
  gap: 1em;
}

.p-news-fv__meta {
  flex-shrink: 0;
}

.p-news-fv__day {
  line-height: 1;
  font-weight: 700;
  font-size: 12px;
  color: #5e5e5e;
}

.p-news-fv__title {
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.1em;
}

.p-news-fv__title::after {
  font-size: 11px;
  border-radius: 50%;
  content: "→";
  padding-bottom: 2px;
  width: 25px;
  height: 25px;
  border: 1px solid #b5c1d1;
  display: grid;
  place-content: center;
}

.p-news-fv__image {
  max-width: 100px;
}

.p-news-fv__image img {
  max-width: 100%;
}

.p-news__timeline {
  margin-top: 40px;
}

.p-price__section:not(:first-child) {
  margin-top: 40px;
}

.p-price__subTitle {
  font-size: 20px;
  font-weight: 700;
}

.p-price__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.p-price__table {
  width: 100%;
  margin-top: 10px;
  table-layout: fixed;
  border-collapse: collapse;
}

.p-price__table th,
.p-price__table td {
  height: 60px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #b5c1d1;
}

.p-price__table th {
  font-weight: 700;
  color: #fff;
  background: #002c5c;
}

.p-price__bottom {
  margin-top: 20px;
}

.p-price__bottom-head {
  font-size: 18px;
  font-weight: 700;
}

.p-price__bottom-textWrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: calc(1em + 30px) 15px 15px;
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #b5c1d1;
}

.p-price__bottom-example {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 5px 12px;
  font-weight: 700;
  color: #fff;
  background: #002c5c;
}

.p-promise {
  overflow: hidden;
}

.p-promise__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-inline: auto;
}

.p-promise__items {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}

.p-swiper-leaflets__slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1.5;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-table__row {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  border-bottom: 1px solid #b5c1d1;
}

.p-table__head {
  padding: 0;
  text-align: left;
}

.p-table__description {
  padding: 0;
  margin-top: 0.5em;
}

.p-works__sub-title:not(:first-of-type) {
  margin-top: 50px;
}

.p-works__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-top: 20px;
}

.p-works__btn {
  margin-top: 40px;
  text-align: center;
}

.u-hidden-sp {
  display: none !important;
}

.u-hidden-visually {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.u-hidden {
  display: none !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

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

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mt-1em {
  margin-top: 1em;
}

.u-color-accent {
  font-weight: 700;
  background: linear-gradient(to bottom, transparent 66%, #fff99f 66%, #fff99f 90%, transparent 90%);
}

.u-white-space {
  white-space: nowrap;
}

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

.u-wight-bold {
  font-weight: 700;
}

.u-text-link {
  color: #2828bb !important;
  cursor: pointer !important;
  border-bottom: 1px solid #2828bb !important;
}

.u-text-base {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #212b39;
  letter-spacing: 0.08em;
}

@media (min-width: 576px) {
  .l-footer__inner {
    flex-direction: row;
    justify-content: space-between;
  }

  .p-btn-wrap {
    flex-direction: row;
  }

  .p-estimate__info-btn-wrap {
    flex-direction: row;
    -moz-column-gap: 30px;
    column-gap: 30px;
    justify-content: center;
  }

  .p-inquiry-fixed__items {
    gap: 20px;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
  }

  th,
  td {
    padding: 20px;
  }

  .l-footer {
    padding-bottom: 60px;
  }

  .l-header {
    height: 80px;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }

  .l-inner {
    max-width: min(100% - 110px, 1000px);
  }

  .l-inner--narrow {
    max-width: min(100% - 110px, 800px);
  }

  .l-lower-contents {
    padding: 60px 0 80px;
  }

  .l-lower-top {
    margin-top: 40px;
  }

  .l-section {
    padding-bottom: 100px;
  }

  .l-section > .c-section-title {
    margin-bottom: 80px;
  }

  .l-section--narrow {
    padding-bottom: 50px;
  }

  .c-btn-estimate {
    gap: 10px;
    padding: 10px 30px 10px 10px;
    font-size: 18px;
  }

  .c-btn-hamburger {
    width: 80px;
    height: 80px;
  }

  .c-btn-hamburger__menu {
    margin-top: 12px;
    font-size: 14px;
  }

  .c-btn-line {
    min-height: 52px;
  }

  .c-btn-line--wide {
    min-height: 60px;
  }

  .c-btn-line--icon {
    width: 52px;
  }

  .c-btn-white {
    padding: 25px 40px;
    border-width: 2px;
  }

  .c-btn {
    padding: 25px 40px;
  }

  .c-logo__sub {
    font-size: 13px;
  }

  .c-logo__main {
    font-size: 30px;
  }

  .c-radio-card__text {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }

  .c-section-subTitle {
    font-size: 26px;
  }

  .c-section-title {
    padding: 20px 0;
    font-size: 30px;
  }

  .c-tell-inquiry {
    pointer-events: none;
  }

  .c-tell-inquiry__number::before {
    font-size: 16px;
  }

  .c-tell-inquiry__number {
    font-size: 22px;
  }

  .c-tell-inquiry__text {
    font-size: 13px;
  }

  .c-tell-white__number {
    pointer-events: none;
  }

  .c-tell__number {
    pointer-events: none;
  }

  .p-business__items {
    gap: 70px;
  }

  .p-categories-fv__heading {
    font-size: 18px;
  }

  .p-categories-fv__items {
    gap: 10px;
    max-width: 430px;
  }

  .p-categories-fv__item {
    padding: 0.5em 0.6em;
    font-size: 16px;
  }

  .p-estimate-top {
    max-width: 1400px;
    padding-inline: 55px;
  }

  .p-estimate {
    padding: 0;
  }

  .p-estimate__step-title {
    flex-direction: row;
  }

  .p-estimate__step-title-text {
    font-size: 18px;
    line-height: 1.5;
  }

  .p-estimate__cards {
    gap: 20px 4%;
  }

  .p-estimate__step5 {
    width: 100%;
    padding: 20px;
    margin-inline: auto;
  }

  .p-estimate__step5 .l-inner {
    display: contents;
  }

  .p-estimate__price-label {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.09em;
  }

  .p-estimate__price-number {
    font-size: 18px;
    line-height: 1.2444444444;
    letter-spacing: 0.08em;
  }

  .p-fv {
    max-width: 1440px;
  }

  .p-fv::before {
    top: 50%;
    left: 29%;
    width: 1100px;
    height: 624px;
    clip-path: polygon(33% 0, 0 0, 0 113%);
    transform: translateY(-50%);
  }

  .p-fv::after {
    top: 50%;
    left: 29%;
    width: 1100px;
    height: 624px;
    background-image: url("../img/bg_fv_pc.webp");
    transform: translateY(-50%);
  }

  .p-fv__inner {
    align-items: flex-start;
    max-width: 1100px;
    padding: 100px 20px;
  }

  .p-fv__main {
    max-width: 395px;
  }

  .p-fv__catch-city,
  .p-fv__catch-shop {
    font-size: 28px;
  }

  .p-fv__catch-no {
    font-size: 18px;
  }

  .p-fv__cta-btn {
    font-size: 18px;
  }

  .p-fv__area {
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 0;
    margin-inline: auto;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 11px;
  }

  .p-info-address__text {
    font-size: 16px;
  }

  .p-info__body {
    flex: 1;
  }

  .p-info__map {
    margin-top: 40px;
  }

  .p-inquiry-fixed__item-text {
    font-size: 16px;
  }

  .p-inquiry {
    padding: 35px 20px 50px;
    border-radius: 20px;
  }

  .p-inquiry__head {
    font-size: 30px;
  }

  .p-inquiry__item-text {
    font-size: 16px;
  }

  .p-inquiry__item-btn {
    margin-top: 0;
  }

  .p-item-business {
    flex-direction: row;
    gap: 4%;
  }

  .p-item-business__body {
    width: 50%;
  }

  .p-item-business__image {
    width: 50%;
  }

  .p-item-business__title {
    font-size: 26px;
  }

  .p-item-faq__title-icon {
    width: 35px;
    height: 35px;
  }

  .p-item-promise__title {
    gap: 20px;
    font-size: 26px;
  }

  .p-item-promise__row {
    flex-direction: row;
    gap: 4%;
  }

  .p-item-promise__body {
    width: 60%;
  }

  .p-item-promise__image {
    width: 36%;
  }

  .p-item-promise__title-number {
    width: 60px;
    height: 60px;
  }

  .p-item-works__heading {
    font-size: 18px;
  }

  .p-lower-top {
    width: calc(100% - 110px);
    height: 340px;
    border-radius: 20px;
  }

  .p-lower-top__title {
    font-size: 40px;
  }

  .p-message__inner {
    flex-direction: row;
    gap: 8%;
  }

  .p-nav-drawer__link {
    padding: 15px 55px 15px 10px;
  }

  .p-nav-drawer__link::after {
    right: 10px;
  }

  .p-nav-footer__list {
    font-size: 16px;
  }

  .p-nav-footer__list a {
    padding: 15px 55px 15px 10px;
  }

  .p-nav-footer__list a::after {
    right: 10px;
  }

  .p-news-fv {
    gap: 1.5em;
    padding: 0.7em 1em;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-news-fv__day {
    font-size: 14px;
  }

  .p-news-fv__title {
    font-size: 16px;
  }

  .p-price__subTitle {
    font-size: 26px;
  }

  .p-price__bottom {
    margin-top: 40px;
  }

  .p-price__bottom-head {
    font-size: 22px;
  }

  .p-price__bottom-textWrap {
    gap: 50px;
    padding: calc(1em + 40px) 40px 30px;
    margin-top: 30px;
  }

  .p-table__row {
    display: table-row;
    padding: 20px 0;
  }

  .p-table__head {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #002c5c;
  }

  .p-table__description {
    padding: 20px;
  }

  .p-works__items {
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    row-gap: 40px;
    margin-top: 30px;
  }

  .p-works__btn {
    margin-top: 60px;
  }

  .u-hidden-pc {
    display: none !important;
  }

  .u-hidden-sp {
    display: block !important;
  }
}

@media (min-width: 1060px) {
  .p-estimate__result {
    grid-template-columns: 428fr 506fr;
    -moz-column-gap: 2.7083333333%;
    column-gap: 2.7083333333%;
  }

  .p-estimate__price-list {
    padding-inline: 20px;
  }

  .p-estimate__price-list-note {
    padding-inline: 20px;
  }

  .p-fv__catch-main-top {
    font-size: 80px;
  }

  .p-fv__catch-main-bottom {
    font-size: 64px;
  }

  .p-fv__catch-support-naisou,
  .p-fv__catch-support-all {
    font-size: 22px;
  }

  .p-fv__catch-support-all {
    font-size: 22px;
  }

  .p-fv__catch-support-made {
    font-size: 15px;
  }

  .p-fv__cta-text {
    font-size: 16px;
  }

  .p-fv__catch-box-title {
    font-size: 16px;
  }

  .p-fv__catch-box-desc {
    font-size: 11px;
  }

  .p-inquiry__items {
    flex-direction: row;
    max-width: 760px;
    margin-top: 25px;
  }

  .p-inquiry__item {
    flex: 1;
  }

  .p-nav-header__list > a {
    padding: 7px 12px;
  }

  .p-works__items {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
}

@media (min-width: 1280px) {
  html.is-fixed,
  html.is-fixed body {
    overflow: auto;
  }

  .l-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }

  .l-lower-top {
    margin-top: calc(80px + 40px);
  }

  .l-mt-header {
    margin-top: 80px;
  }

  .p-drawer {
    display: none;
  }

  .p-fv::before {
    top: 50%;
    left: 34%;
    width: 1100px;
    height: 624px;
    clip-path: polygon(51% 0, 0 0, 0 120%);
    transform: translateY(-50%);
  }

  .p-fv::after {
    top: 50%;
    left: 36%;
    width: 1100px;
    height: 624px;
    background-image: url("../img/bg_fv_pc.webp");
    transform: translateY(-50%);
  }

  .p-fv__text {
    display: block;
  }

  .p-header__nav {
    display: flex;
  }

  .p-header__right {
    display: block;
  }

  .p-lower-top {
    width: 92%;
  }
}

@media (min-width: 1440px) {
  .l-header {
    padding-right: 4%;
    padding-left: 4%;
  }

  .p-nav-header__lists {
    gap: 20px;
  }
}

@media (hover: hover) {
  .c-btn-hamburger:hover {
    background-color: #757575;
  }

  .c-btn-sns {
    transition: opacity 0.3s;
  }

  .c-btn-sns:hover {
    opacity: 0.8;
  }

  .c-btn-white {
    transition: opacity 0.3s;
  }

  .c-btn-white:hover {
    opacity: 0.8;
  }

  .c-btn {
    transition: opacity 0.3s;
  }

  .c-btn:hover {
    opacity: 0.8;
  }

  .p-nav-drawer__link {
    transition: opacity 0.3s;
  }

  .p-nav-drawer__link:hover {
    opacity: 0.8;
  }

  .p-nav-footer__list a {
    transition: opacity 0.3s;
  }

  .p-nav-footer__list a:hover {
    opacity: 0.8;
  }

  .p-nav-header__list:hover::before {
    width: calc(100% - 27px);
  }

  .p-news-fv {
    transition: opacity 0.3s;
  }

  .p-news-fv:hover {
    opacity: 0.8;
  }

  .u-text-link {
    transition: opacity 0.3s;
  }

  .u-text-link:hover {
    opacity: 0.8;
  }
}