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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
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;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  background: #000;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
}

.l-header__inner {
  width: 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;
  height: 6.25rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.75rem;
    padding: 0 3.75rem 0 0.9375rem;
  }
}

.l-header__logo a {
  display: block;
}
.l-header__logo a img {
  width: auto;
  height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo a img {
    height: 1.75rem;
  }
}
.l-header__logo a:hover {
  opacity: 0.7;
}

.l-header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.125rem;
}

@media screen and (max-width: 767px) {
  .l-header-nav {
    display: none;
  }
}

.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.l-header-nav__list {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.l-header-nav__link {
  position: relative;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}
.l-header-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 100%;
  height: 0.0625rem;
  background: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -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;
}
.l-header-nav__link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.l-header-tel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.25rem;
  color: #fff;
  padding-left: 3.125rem;
}
.l-header-tel:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-header-tel {
    padding-left: 1.875rem;
  }
}
.l-header-tel::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/tel_white.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .l-header-tel::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.l-header-tel span {
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-header-tel span {
    font-size: 0.5rem;
  }
}
.l-header-tel span:nth-of-type(2) {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .l-header-tel span:nth-of-type(2) {
    font-size: 1rem;
  }
}

.l-main {
  contain: paint;
  position: relative;
  width: 100%;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 3.75rem;
  }
}

.l-footer {
  position: relative;
  width: 100%;
  background: #111;
  overflow: hidden;
}

.l-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(120deg, transparent 0, transparent 5.75rem, rgba(255, 255, 255, 0.045) 5.75rem, rgba(255, 255, 255, 0.045) 5.8125rem, transparent 5.8125rem, transparent 9.25rem);
  opacity: 0.42;
  pointer-events: none;
}

.l-footer::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: -11.25rem;
  width: 32.5rem;
  height: 13.75rem;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-footer::after {
    top: -4.375rem;
    right: -16.25rem;
    width: 26.25rem;
    height: 11.25rem;
  }
}

.l-footer__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 72.5rem;
  margin: 0 auto;
  padding: 4.5rem 2.5rem 3.375rem;
  display: grid;
  grid-template-columns: 26.875rem 1fr;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 3.5rem 1.25rem 2.5rem;
  }
}

.l-footer__main {
  width: 100%;
}

.l-footer__logo {
  display: inline-block;
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    font-size: 1.5rem;
  }
}

.l-footer__text {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    margin-top: 1.25rem;
  }
}

.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    grid-template-columns: 1fr;
    gap: 2.125rem;
  }
}

.l-footer__group {
  width: 100%;
}

.l-footer__navTitle {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.l-footer__link {
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-left: 1.125rem;
  margin-top: 1.125rem;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.l-footer__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.625rem;
  width: 0.4375rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.72);
  -webkit-transition: width 0.3s ease, background 0.3s ease;
  transition: width 0.3s ease, background 0.3s ease;
}

.l-footer__link:hover {
  color: #fff;
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}

.l-footer__link:hover::before {
  width: 0.6875rem;
  background: #fff;
}

.l-footer__info {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  font-weight: 500;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    margin-top: 1rem;
  }
}
.l-footer__info a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-footer__info a:hover {
  opacity: 0.72;
}

.l-footer__bottom {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 72.5rem;
  margin: 0 auto;
  padding: 1.375rem 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1.25rem 1.25rem;
  }
}

.l-footer__copy {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.c-hamburger {
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 99;
  top: 1.3125rem;
  right: 0.9375rem;
  width: 1.5rem;
  height: 1.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 0rem;
  width: 1.5rem;
  height: 2px;
  background: #fff;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: 0rem;
}
.c-hamburger span:nth-of-type(2) {
  top: 0.53125rem;
}
.c-hamburger span:nth-of-type(3) {
  top: 1.0625rem;
}

.c-hamburger.active {
  background: rgba(255, 255, 255, 0);
}
.c-hamburger.active span {
  background: #fff;
}
.c-hamburger.active span:nth-of-type(1) {
  top: 0.5625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-hamburger.active span:nth-of-type(2) {
  display: none;
}
.c-hamburger.active span:nth-of-type(3) {
  top: 0.5625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  padding: 3.75rem 0.9375rem 2.5rem 0.9375rem;
  overflow-y: scroll;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.c-hamburger-nav__list {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  border-bottom: 1px solid #fff;
}

.c-hamburger-nav__link {
  display: inline-block;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.c-hamburger-nav__link:hover {
  opacity: 0.7;
}

.c-hamburger-nav__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.875rem;
  padding: 0 0.5rem;
  margin-top: 2rem;
}

.c-hamburger-nav__button {
  width: 100%;
  height: 2.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
  border: 1px solid #fff;
  border-radius: 0.3125rem;
}
.c-hamburger-nav__button:hover {
  opacity: 0.7;
}

.c-hamburger-nav__tel {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 0.3125rem;
  padding: 1rem 1rem 1rem 6.5625rem;
}
.c-hamburger-nav__tel::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3.75rem;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  background-image: url(../imgs/pc/tel_white.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__tel_in {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.25rem;
}
.c-hamburger-nav__tel_in span {
  display: block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-nav__tel_in span:nth-of-type(2) {
  font-size: 1.5rem;
}

.c-hamburger-nav.active {
  z-index: 97;
  opacity: 1;
}

.c-form {
  position: relative;
  z-index: 2;
  margin-top: 1.75rem;
}

.c-form__item + .c-form__item {
  margin-top: 1.125rem;
}

.c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #111;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}
.c-form__label span {
  color: #fff;
  font-size: 0.6875rem;
  line-height: 1;
  background: #111;
  padding: 0.25rem 0.375rem;
}

.c-form__input,
.c-form__select,
.c-form__textarea {
  width: 100%;
  color: #111;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 500;
  background: #f6f7f8;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.875rem 1rem;
  outline: none;
  -webkit-transition: border-color 0.3s ease, background 0.3s ease;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.c-form__input:focus,
.c-form__select:focus,
.c-form__textarea:focus {
  background: #fff;
  border-color: #111;
}

.c-form__textarea {
  min-height: 9.375rem;
  resize: vertical;
}

.c-form__submit {
  margin-top: 1.75rem;
}

.c-form__button {
  width: 100%;
  min-height: 3.625rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  background: #111;
  border: 1px solid #111;
  cursor: pointer;
  -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;
}

.c-form__button:hover {
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
  opacity: 0.86;
}

.wpcf7-spinner {
  display: block;
  margin: 1rem auto 0;
}

.wpcf7-not-valid-tip {
  color: #c00;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-top: 0.375rem;
}

.wpcf7-response-output {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 1.25rem 0 0 !important;
  padding: 0.875rem 1rem !important;
}

.p-fv {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 6.25rem);
  padding: 4.1666666667vw 2.7777777778vw;
  background-image: url(../imgs/pc/fv_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv {
    min-height: calc(100svh - 3.75rem);
    padding: 10.6666666667vw 5.3333333333vw;
    background-image: url(../imgs/sp/fv_bg.webp);
  }
}

.p-fv__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 86.1111111111vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    max-width: 100%;
  }
}

.p-fv__head {
  display: inline-block;
  color: #fff;
  font-size: 1.3888888889vw;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 0.2777777778vw;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-fv__head {
    font-size: 4.2666666667vw;
    padding-bottom: 1.0666666667vw;
  }
}

.p-fv__title {
  color: #fff;
  font-size: 3.3333333333vw;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 8vw;
    margin-top: 4.8vw;
  }
}
.p-fv__title span {
  position: relative;
  top: 0.125rem;
  display: inline-block;
  font-size: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .p-fv__title span {
    font-size: 6.4vw;
  }
}

.p-fv__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.0833333333vw;
  margin-top: 2.2222222222vw;
}
@media screen and (max-width: 767px) {
  .p-fv__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.6666666667vw;
    margin-top: 6.4vw;
  }
}

.p-fv__list {
  position: relative;
  color: #fff;
  font-size: 1.3888888889vw;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-left: 2.3611111111vw;
}
@media screen and (max-width: 767px) {
  .p-fv__list {
    font-size: 3.7333333333vw;
    padding-left: 6.4vw;
  }
}
.p-fv__list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  border: 0.1388888889vw solid #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-fv__list::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    border: 0.5333333333vw solid #fff;
  }
}
.p-fv__list::after {
  content: "";
  position: absolute;
  left: 0.3472222222vw;
  top: 50%;
  width: 1.1805555556vw;
  height: 0.625vw;
  border-left: 0.2777777778vw solid #fff;
  border-bottom: 0.2777777778vw solid #fff;
  -webkit-transform: translateY(-70%) rotate(-45deg);
          transform: translateY(-70%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-fv__list::after {
    left: 1.0666666667vw;
    width: 3.4666666667vw;
    height: 1.6vw;
    border-left: 0.6666666667vw solid #fff;
    border-bottom: 0.6666666667vw solid #fff;
  }
}

.p-fv__exp {
  color: #fff;
  font-size: 2.3611111111vw;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 2.2222222222vw;
}
@media screen and (max-width: 767px) {
  .p-fv__exp {
    font-size: 5.8666666667vw;
    margin-top: 6.4vw;
  }
}

.p-fv__box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2.9166666667vw;
}
@media screen and (max-width: 767px) {
  .p-fv__box {
    margin-top: 7.4666666667vw;
  }
}

.p-fv__band {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #111;
  font-size: 1.0416666667vw;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.06em;
  background: #fff;
  padding: 0.4166666667vw 1.6666666667vw;
  border-radius: 6.9444444444vw;
  margin: 0 auto -0.9027777778vw;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0.5555555556vw 1.3888888889vw rgba(0, 0, 0, 0.22);
          box-shadow: 0 0.5555555556vw 1.3888888889vw rgba(0, 0, 0, 0.22);
}
@media screen and (max-width: 767px) {
  .p-fv__band {
    font-size: 3.2vw;
    padding: 1.0666666667vw 4.2666666667vw;
    border-radius: 26.6666666667vw;
    margin: 0 auto -3.4666666667vw;
  }
}

.p-fv__button {
  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;
  color: #fff;
  font-size: 2.0833333333vw;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.06em;
  background: linear-gradient(135deg, #f0a12a 0%, #d97706 52%, #a64f00 100%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  padding: 1.6666666667vw 5.4166666667vw;
  -webkit-box-shadow: 0 0.9722222222vw 2.2222222222vw rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.38);
          box-shadow: 0 0.9722222222vw 2.2222222222vw rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.38);
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-fv__button {
    font-size: 5.3333333333vw;
    padding: 5.3333333333vw 5.3333333333vw;
    -webkit-box-shadow: 0 0.0009738859vw 8.5333333333vw rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.38);
            box-shadow: 0 0.0009738859vw 8.5333333333vw rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.38);
  }
}
.p-fv__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 60%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.28)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
.p-fv__button:hover {
  opacity: 1;
  -webkit-transform: translateY(-0.2083333333vw);
          transform: translateY(-0.2083333333vw);
  -webkit-box-shadow: 0 1.25vw 2.7777777778vw rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.42);
          box-shadow: 0 1.25vw 2.7777777778vw rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}
@media screen and (max-width: 767px) {
  .p-fv__button:hover {
    -webkit-transform: translateY(-0.8vw);
            transform: translateY(-0.8vw);
    -webkit-box-shadow: 0 4.8vw 10.6666666667vw rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.42);
            box-shadow: 0 4.8vw 10.6666666667vw rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  }
}
.p-fv__button:hover::before {
  left: 120%;
}
.p-fv__button img {
  position: relative;
  top: 0.1388888889vw;
  width: 2.5vw;
  margin-right: 0.4166666667vw;
}
@media screen and (max-width: 767px) {
  .p-fv__button img {
    top: 0.5333333333vw;
    width: 6.9333333333vw;
    margin-right: 1.0666666667vw;
  }
}

.p-fv__comment {
  color: #fff;
  font-size: 0.9722222222vw;
  text-align: center;
  margin-top: 0.9722222222vw;
}
@media screen and (max-width: 767px) {
  .p-fv__comment {
    font-size: 2.6666666667vw;
    margin-top: 3.2vw;
  }
}
.p-fv__comment a {
  text-decoration: underline;
}
.p-fv__comment a:hover {
  opacity: 0.7;
}

.p-fv-worries {
  position: relative;
  width: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 48%, #eeeeee 100%);
  overflow: hidden;
  padding: 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries {
    padding: 5rem 1.25rem;
  }
}
.p-fv-worries::before {
  content: "";
  position: absolute;
  top: -5rem;
  right: -7.5rem;
  width: 38.75rem;
  height: 20rem;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0));
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-fv-worries::before {
    top: -2.5rem;
    right: -15rem;
    width: 32.5rem;
    height: 15rem;
  }
}
.p-fv-worries::after {
  content: "";
  position: absolute;
  left: -10rem;
  bottom: -7.5rem;
  width: 45rem;
  height: 22.5rem;
  background: linear-gradient(135deg, rgba(17, 17, 17, 0.06), rgba(255, 255, 255, 0));
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-fv-worries::after {
    left: -16.25rem;
    bottom: -6.25rem;
    width: 35rem;
    height: 16.25rem;
  }
}

.p-fv-worries__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
}

.p-fv-worries__title {
  color: #111;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__title {
    font-size: 1.75rem;
    line-height: 1.5714285714;
  }
}
.p-fv-worries__title span {
  color: #fff;
  background: #111;
  padding: 0.125rem 0.75rem;
  margin: 0 0.25rem;
}

.p-fv-worries__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.125rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__lists {
    grid-template-columns: 1fr;
    gap: 0.875rem;
    margin-top: 2.5rem;
  }
}

.p-fv-worries__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 4.75rem;
  color: #111;
  font-size: 1.125rem;
  line-height: 1.6111111111;
  font-weight: 700;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem 1.25rem 3.625rem;
  -webkit-box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
  .p-fv-worries__list {
    min-height: auto;
    font-size: 1rem;
    line-height: 1.625;
    border-radius: 0.625rem;
    padding: 1.125rem 1.125rem 1.125rem 3.125rem;
    -webkit-box-shadow: 0 0.625rem 1.75rem rgba(0, 0, 0, 0.06);
            box-shadow: 0 0.625rem 1.75rem rgba(0, 0, 0, 0.06);
  }
}
.p-fv-worries__list::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 50%;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #111;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-fv-worries__list::before {
    left: 1.125rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-fv-worries__list::after {
  content: "";
  position: absolute;
  left: 1.9375rem;
  top: 50%;
  width: 0.3125rem;
  height: 0.5625rem;
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  -webkit-transform: translateY(-58%) rotate(45deg);
          transform: translateY(-58%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-fv-worries__list::after {
    left: 1.5625rem;
    width: 0.3125rem;
    height: 0.5625rem;
    border-right: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
  }
}

.p-fv-worries__exp {
  color: #111;
  font-size: 1.75rem;
  line-height: 1.7857142857;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__exp {
    font-size: 1.125rem;
    line-height: 1.7272727273;
    margin-top: 2.5rem;
  }
}

.p-front-service {
  position: relative;
  background: #050505;
  padding: 8.3333333333vw 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-service {
    padding: 5rem 0;
  }
}

.p-front-service::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 8%, rgba(255, 255, 255, 0.13) 0%, transparent 30%), linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0%, transparent 42%);
  pointer-events: none;
}

.p-front-service__inner {
  position: relative;
  z-index: 1;
  width: min(77.7777777778vw, 1120px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-front-service__inner {
    width: calc(100% - 2.5rem);
  }
}

.p-front-service__head {
  text-align: center;
}

.p-front-service__label {
  color: #777;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-front-service__label {
    font-size: 0.75rem;
  }
}

.p-front-service__title {
  color: #fff;
  font-size: 2.9166666667vw;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-front-service__title {
    font-size: 1.5rem;
  }
}

.p-front-service__title::after {
  content: "";
  display: block;
  width: 5vw;
  height: 1px;
  background: #fff;
  margin: 1.9444444444vw auto 0;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-front-service__title::after {
    width: 3.5rem;
    margin: 1.25rem auto 0 auto;
  }
}

.p-front-service__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3888888889vw;
  margin-top: 4.4444444444vw;
}
@media screen and (max-width: 767px) {
  .p-front-service__wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2.5rem;
  }
}

.p-front-serviceSec {
  position: relative;
  padding: 2.3611111111vw 2.5vw;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.16);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-serviceSec {
    padding: 1.625rem 1.375rem;
  }
}

.p-front-serviceSec:nth-child(5) {
  grid-column: 1/3;
}
@media screen and (max-width: 767px) {
  .p-front-serviceSec:nth-child(5) {
    grid-column: auto;
  }
}

.p-front-serviceSec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.3611111111vw;
  width: 0.0694444444vw;
  height: 5.2777777778vw;
  background: #fff;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .p-front-serviceSec::before {
    top: 1.625rem;
    width: 0.0625rem;
    height: 4rem;
  }
}

.p-front-serviceSec::after {
  content: "";
  position: absolute;
  right: 1.6666666667vw;
  bottom: 1.5277777778vw;
  width: 5.9722222222vw;
  height: 5.9722222222vw;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-front-serviceSec::after {
    right: 1.125rem;
    bottom: 1rem;
    width: 4.375rem;
    height: 4.375rem;
  }
}

.p-front-serviceSec__title {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1.25vw;
  color: #fff;
  font-size: 1.8055555556vw;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-front-serviceSec__title {
    gap: 0.875rem;
    font-size: 1.3125rem;
  }
}

.p-front-serviceSec__title span {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: rgba(255, 255, 255, 0.42);
  font-family: serif;
  font-size: 3.1944444444vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-front-serviceSec__title span {
    font-size: 2.25rem;
  }
}

.p-front-serviceSec__box {
  position: relative;
  z-index: 1;
  margin-top: 1.6666666667vw;
  padding-top: 1.5277777778vw;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
@media screen and (max-width: 767px) {
  .p-front-serviceSec__box {
    margin-top: 1.125rem;
    padding-top: 1.125rem;
  }
}

.p-front-serviceSec__text {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.1111111111vw;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-front-serviceSec__text {
    font-size: 0.875rem;
    line-height: 1.9;
  }
}

.p-fv-cta {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.p-fv-cta::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/pc/cta_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.p-fv-cta__inner {
  position: relative;
  z-index: 3;
  width: calc(100% - 2.5rem);
  max-width: 42.5rem;
  margin: 0 auto;
  padding: 4.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__inner {
    width: calc(100% - 2rem);
    padding: 3.625rem 0;
  }
}

.p-fv-cta__title {
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__title {
    font-size: 1.6875rem;
  }
}
.p-fv-cta__title span {
  position: relative;
}
.p-fv-cta__title span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  width: 100%;
  height: 1px;
  background: #111;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.9;
}

.p-fv-cta__title::after {
  content: "";
  display: block;
  width: 3.375rem;
  height: 1px;
  background: #fff;
  margin: 1.375rem auto 0;
  opacity: 0.7;
}

.p-fv-cta__band {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__band {
    margin-top: 1.75rem;
  }
}
.p-fv-cta__band img {
  display: none;
}
.p-fv-cta__band > span {
  position: relative;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0 1.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__band > span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 0.8125rem;
    line-height: 1.45;
    padding: 0 0.625rem;
  }
}
.p-fv-cta__band > span:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 1.75rem;
  background: #fff;
  -webkit-transform: translateY(-50%) rotate(18deg);
          transform: translateY(-50%) rotate(18deg);
}
@media screen and (max-width: 767px) {
  .p-fv-cta__band > span:not(:last-of-type)::after {
    height: 1.5rem;
  }
}

.p-fv-cta__link {
  position: relative;
  width: 100%;
  max-width: 31.25rem;
  min-height: 7rem;
  margin: 1.875rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #111;
  border: 1px solid rgba(0, 0, 0, 0.86);
  -webkit-box-shadow: 0 1.125rem 2.75rem rgba(0, 0, 0, 0.18);
          box-shadow: 0 1.125rem 2.75rem rgba(0, 0, 0, 0.18);
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__link {
    max-width: 21.25rem;
    min-height: 6.125rem;
    margin-top: 1.5rem;
  }
}
.p-fv-cta__link::before {
  content: "";
  position: absolute;
  inset: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

a.p-fv-cta__link:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-fv-cta__link_tel {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__link_tel {
    gap: 0.4375rem;
    padding-left: 2.375rem;
  }
}
.p-fv-cta__link_tel::before {
  content: "";
  position: absolute;
  left: calc(50% - 11.5625rem);
  top: 50%;
  width: 3rem;
  height: 3rem;
  background-image: url(../imgs/pc/tel_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-fv-cta__link_tel::before {
    left: calc(50% - 8.75rem);
    width: 1.75rem;
    height: 1.75rem;
  }
}
.p-fv-cta__link_tel span {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__link_tel span {
    font-size: 0.75rem;
  }
}
.p-fv-cta__link_tel span:nth-of-type(2) {
  font-family: "Montserrat", sans-serif;
  font-size: 2.375rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__link_tel span:nth-of-type(2) {
    font-size: 1.75rem;
  }
}

.p-fv-cta__comment {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  font-weight: 800;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__comment {
    font-size: 0.625rem;
    margin-top: 0.75rem;
  }
}
.p-fv-cta__comment a {
  text-decoration: underline;
}
.p-fv-cta__comment a:hover {
  opacity: 0.7;
}

.p-fv-cta__link02 {
  position: relative;
  width: 100%;
  max-width: 26.25rem;
  min-height: 3.625rem;
  margin: 1.25rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.24);
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 0.625rem 1.625rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.625rem 1.625rem rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__link02 {
    max-width: 20rem;
    min-height: 3.375rem;
  }
}
.p-fv-cta__link02 span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #111;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__link02 span {
    font-size: 0.875rem;
  }
}
.p-fv-cta__link02 span::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(../imgs/pc/cta_mail_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__link02 span::before {
    width: 1rem;
    height: 1rem;
  }
}
.p-fv-cta__link02:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-front-reason {
  position: relative;
  width: 100%;
  background: #f4f5f6;
  overflow: hidden;
}

.p-front-reason__inner {
  width: 100%;
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-front-reason__inner {
    padding: 4.5rem 0;
  }
}

.p-front-reason__head {
  width: min(80.5555555556vw, 72.5rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-front-reason__head {
    width: calc(100% - 2.5rem);
  }
}

.p-front-reason__label {
  color: #777;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-front-reason__label {
    font-size: 0.75rem;
  }
}

.p-front-reason__title {
  color: #111;
  font-size: 2.625rem;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-front-reason__title {
    font-size: 1.5rem;
    margin-top: 0.75rem;
  }
}

.p-front-reason__title::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 1px;
  background: #111;
  margin-top: 1.625rem;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-front-reason__title::after {
    width: 3.5rem;
    margin-top: 1.125rem;
  }
}

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

.p-front-reasonSec {
  position: relative;
  display: grid;
  grid-template-columns: 53.4482758621% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.375rem;
  width: min(80.5555555556vw, 72.5rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-front-reasonSec {
    display: block;
    width: calc(100% - 2.5rem);
  }
}

.p-front-reasonSec.reverse {
  grid-template-columns: 1fr 53.4482758621%;
}

.p-front-reasonSec.reverse .p-front-reasonSec__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-front-reasonSec.reverse .p-front-reasonSec__body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-front-reasonSec__img {
  position: relative;
  width: 100%;
  height: 24.375rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-reasonSec__img {
    height: 14.375rem;
  }
}

.p-front-reasonSec__img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 46%);
  pointer-events: none;
}

.p-front-reasonSec__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front-reasonSec__body {
  position: relative;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .p-front-reasonSec__body {
    padding: 2.125rem 0 0;
  }
}

.p-front-reasonSec__en {
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(17, 17, 17, 0.045);
  font-family: "Times New Roman", serif;
  font-size: 4.875rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.04em;
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-front-reasonSec__en {
    top: 0.5rem;
    font-size: 2.75rem;
    white-space: normal;
  }
}

.p-front-reasonSec__title {
  position: relative;
  z-index: 1;
  color: #111;
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-left: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-front-reasonSec__title {
    font-size: 1.375rem;
    padding-left: 0.875rem;
  }
}

.p-front-reasonSec__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.125rem;
  width: 0.375rem;
  height: 0.375rem;
  background: #111;
}
@media screen and (max-width: 767px) {
  .p-front-reasonSec__title::before {
    top: 0.875rem;
    width: 0.3125rem;
    height: 0.3125rem;
  }
}

.p-front-reasonSec__title span {
  display: block;
  color: rgba(17, 17, 17, 0.42);
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-front-reasonSec__title span {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
  }
}

.p-front-reasonSec__text {
  position: relative;
  z-index: 1;
  color: rgba(17, 17, 17, 0.82);
  font-size: 1rem;
  line-height: 2.2;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-front-reasonSec__text {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 1.625rem;
  }
}

.p-front-cases {
  position: relative;
  width: 100%;
  background: radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 28%), radial-gradient(circle at 82% 86%, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 32%), linear-gradient(135deg, #111 0%, #1c1c1c 48%, #080808 100%);
  overflow: hidden;
}

.p-front-cases::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(120deg, transparent 0, transparent 5.75rem, rgba(255, 255, 255, 0.045) 5.75rem, rgba(255, 255, 255, 0.045) 5.8125rem, transparent 5.8125rem, transparent 9.25rem);
  opacity: 0.6;
  pointer-events: none;
}

.p-front-cases::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2.625rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d8d8d8));
  background: linear-gradient(180deg, #fff 0%, #d8d8d8 100%);
  opacity: 0.92;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-front-cases::after {
    display: none;
  }
}

.p-front-cases__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
  padding: 6.875rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-cases__inner {
    padding: 4.5rem 1.25rem;
  }
}

.p-front-cases__head {
  text-align: center;
}

.p-front-cases__label {
  color: rgba(255, 255, 255, 0.58);
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-front-cases__label {
    font-size: 0.75rem;
  }
}

.p-front-cases__title {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-cases__title {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}
.p-front-cases__title span {
  position: relative;
  display: inline-block;
  padding-bottom: 0;
}
.p-front-cases__title span::before {
  display: none;
}

.p-front-cases__title::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 0.1875rem;
  background: #fff;
  margin: 1.25rem auto 0;
}

.p-front-cases__lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.125rem;
  line-height: 1.7222222222;
  font-weight: 500;
  text-align: center;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-front-cases__lead {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-top: 1.125rem;
  }
}

.p-front-cases__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-cases__wrapper {
    gap: 1.25rem;
    margin-top: 2.25rem;
  }
}

.p-front-casesSec {
  position: relative;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 1.125rem 3rem rgba(0, 0, 0, 0.32);
          box-shadow: 0 1.125rem 3rem rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.p-front-casesSec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.375rem;
  height: 100%;
  background: #111;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-front-casesSec::before {
    width: 0.25rem;
  }
}

.p-front-casesSec__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.375rem;
  color: #111;
  font-size: 1.5625rem;
  line-height: 1.52;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 1.875rem 2.625rem 1.625rem 3rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7f7f7));
  background: linear-gradient(180deg, #fff 0%, #f7f7f7 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .p-front-casesSec__title {
    -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.75rem;
    font-size: 1.3125rem;
    line-height: 1.5238095238;
    padding: 1.5rem 1.375rem 1.25rem 1.75rem;
  }
}
.p-front-casesSec__title .case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  width: 7.5rem;
  min-width: 7.5rem;
  height: 2.625rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: #111;
  -webkit-box-shadow: 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .p-front-casesSec__title .case {
    width: 6.5rem;
    min-width: 6.5rem;
    height: 2.25rem;
    font-size: 0.8125rem;
    -webkit-box-shadow: 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.12);
  }
}
.p-front-casesSec__title .case span {
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-front-casesSec__title .case span {
    font-size: 1.125rem;
  }
}

.p-front-casesSec__wrapper {
  width: 100%;
  padding: 2.375rem 2.625rem 2.625rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-front-casesSec__wrapper {
    padding: 1.5rem 1.375rem 1.75rem 1.75rem;
  }
}

.p-front-casesSec__column {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-front-casesSec__column {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-front-casesSec__column::before,
.p-front-casesSec__column::after {
  display: none;
}

.p-front-casesTer {
  position: relative;
  width: 100%;
  background: #f6f7f8;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-top: 0.25rem solid #000;
  padding: 1.75rem 1.75rem 1.875rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-casesTer {
    padding: 1.375rem 1.125rem;
  }
}

.p-front-casesTer__title {
  position: relative;
  z-index: 2;
}
.p-front-casesTer__title span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111;
  font-size: 1.5rem;
  line-height: 1.5294117647;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-front-casesTer__title span {
    font-size: 0.9375rem;
    line-height: 1.5333333333;
  }
}

.p-front-casesTer__text {
  position: relative;
  z-index: 2;
  color: #333;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-front-casesTer__text {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-top: 0.875rem;
  }
}

.p-front-casesPoint {
  position: relative;
  width: 100%;
  padding: 1.75rem 2.125rem 1.875rem;
  background: #111;
  margin-top: 1.625rem;
  overflow: hidden;
  -webkit-box-shadow: inset 0.375rem 0 0 rgba(255, 255, 255, 0.18);
          box-shadow: inset 0.375rem 0 0 rgba(255, 255, 255, 0.18);
}
@media screen and (max-width: 767px) {
  .p-front-casesPoint {
    padding: 1.375rem 1.125rem;
    margin-top: 1.125rem;
  }
}

.p-front-casesPoint::before {
  content: "";
  position: absolute;
  top: 0;
  right: -5rem;
  width: 17.5rem;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
  pointer-events: none;
}

.p-front-casesPoint::after {
  content: "";
  position: absolute;
  right: 1.75rem;
  top: 1.5rem;
  width: 3.375rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.42);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-front-casesPoint::after {
    right: 1.125rem;
    top: 1.25rem;
    width: 2.5rem;
  }
}

.p-front-casesPoint__title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.p-front-casesPoint__text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-front-casesPoint__text {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-top: 0.875rem;
  }
}

.p-front-vehicle {
  position: relative;
  width: 100%;
  background: radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 28%), radial-gradient(circle at 82% 86%, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 32%), linear-gradient(135deg, #111 0%, #1c1c1c 48%, #080808 100%);
  overflow: hidden;
}

.p-front-vehicle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(120deg, transparent 0, transparent 5.75rem, rgba(255, 255, 255, 0.045) 5.75rem, rgba(255, 255, 255, 0.045) 5.8125rem, transparent 5.8125rem, transparent 9.25rem);
  opacity: 0.6;
  pointer-events: none;
}

.p-front-vehicle::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2.625rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d8d8d8));
  background: linear-gradient(180deg, #fff 0%, #d8d8d8 100%);
  opacity: 0.92;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-front-vehicle::after {
    display: none;
  }
}

.p-front-vehicle__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
  padding: 6.875rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-vehicle__inner {
    padding: 4.5rem 1.25rem;
  }
}

.p-front-vehicle__head {
  text-align: center;
}

.p-front-vehicle__label {
  color: rgba(255, 255, 255, 0.62);
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-front-vehicle__label {
    font-size: 0.75rem;
  }
}

.p-front-vehicle__title {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-front-vehicle__title {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

.p-front-vehicle__title::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 0.1875rem;
  background: #fff;
  margin: 1.25rem auto 0;
}

.p-front-vehicle__lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.125rem;
  line-height: 1.7222222222;
  font-weight: 500;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-front-vehicle__lead {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-top: 1.125rem;
  }
}

.p-front-vehicle__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-vehicle__wrapper {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 2.25rem;
  }
}

.p-front-vehicleBox {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  padding: 2.125rem 2.125rem 2.25rem;
  -webkit-box-shadow: 0 1.125rem 3rem rgba(0, 0, 0, 0.32);
          box-shadow: 0 1.125rem 3rem rgba(0, 0, 0, 0.32);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-vehicleBox {
    padding: 1.625rem 1.25rem 1.75rem;
    border-radius: 0.75rem;
  }
}

.p-front-vehicleBox__title {
  position: relative;
  z-index: 2;
  color: #111;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .p-front-vehicleBox__title {
    font-size: 1.3125rem;
    line-height: 1.4761904762;
    padding-bottom: 0.875rem;
  }
}

.p-front-vehicleBox__lists {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-front-vehicleBox__lists {
    gap: 0.625rem;
    margin-top: 1.375rem;
  }
}

.p-front-vehicleBox__list {
  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;
  min-height: 6.5rem;
  background: #f6f7f8;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.625rem;
  padding: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-front-vehicleBox__list {
    min-height: 5.5rem;
    padding: 0.875rem;
  }
}
.p-front-vehicleBox__list .name {
  color: #333;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-front-vehicleBox__list .name {
    font-size: 0.8125rem;
  }
}
.p-front-vehicleBox__list .num {
  color: #111;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-front-vehicleBox__list .num {
    font-size: 1.5rem;
    margin-top: 0.625rem;
  }
}

.p-front-vehicleBox__text {
  position: relative;
  z-index: 2;
  color: #333;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-front-vehicleBox__text {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-top: 1.375rem;
  }
}

.p-front-vehicleBox--dark {
  background: #f7f7f7;
}

.p-front-vehicleBox__cautionLists {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0.75rem;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-front-vehicleBox__cautionLists {
    gap: 0.625rem;
    margin-top: 1.375rem;
  }
}

.p-front-vehicleBox__cautionList {
  position: relative;
  color: #111;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 700;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem;
  padding: 1rem 1.125rem 1rem 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-front-vehicleBox__cautionList {
    font-size: 0.9375rem;
    line-height: 1.6;
    padding: 0.875rem 0.875rem 0.875rem 2.5rem;
  }
}

.p-front-vehicleBox__cautionList::before {
  content: "";
  position: absolute;
  left: 1.125rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background: #111;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-front-vehicleBox__cautionList::before {
    left: 1rem;
  }
}

.p-front-quality {
  position: relative;
  display: grid;
  grid-template-columns: 21.25rem 1fr;
  gap: 3rem;
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  padding: 3rem;
  -webkit-box-shadow: 0 1.125rem 3rem rgba(0, 0, 0, 0.32);
          box-shadow: 0 1.125rem 3rem rgba(0, 0, 0, 0.32);
  margin-top: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-quality {
    grid-template-columns: 1fr;
    gap: 1.625rem;
    padding: 1.875rem 1.25rem;
    border-radius: 0.75rem;
    margin-top: 1.25rem;
  }
}

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

.p-front-quality__label {
  color: #777;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.p-front-quality__title {
  color: #111;
  font-size: 1.75rem;
  line-height: 1.4285714286;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-front-quality__title {
    font-size: 1.25rem;
    line-height: 1.4782608696;
  }
}

.p-front-quality__catch {
  color: #111;
  font-size: 2.125rem;
  line-height: 1.4117647059;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-front-quality__catch {
    font-size: 1.375rem;
    line-height: 1.4615384615;
    margin-top: 1.25rem;
  }
}

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

.p-front-quality__text {
  color: #333;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-front-quality__text {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.p-front-quality__lists {
  display: grid;
  gap: 0.75rem;
  margin: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-front-quality__lists {
    gap: 0.625rem;
    margin: 1.25rem 0;
  }
}

.p-front-quality__list {
  position: relative;
  color: #111;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 700;
  background: #f6f7f8;
  border-radius: 0.5rem;
  padding: 0.875rem 1.125rem 0.875rem 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-front-quality__list {
    font-size: 0.9375rem;
    line-height: 1.6666666667;
    padding: 0.8125rem 0.875rem 0.8125rem 2.5rem;
  }
}

.p-front-quality__list::before {
  content: "";
  position: absolute;
  left: 1.125rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background: #111;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-front-quality__list::before {
    left: 1rem;
  }
}

.p-front-message {
  position: relative;
  width: 100%;
  background: linear-gradient(135deg, #fff 0%, #f4f4f2 48%, #e7e7e2 100%);
  overflow: hidden;
}

.p-front-message::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(120deg, transparent 0, transparent 5.75rem, rgba(0, 0, 0, 0.028) 5.75rem, rgba(0, 0, 0, 0.028) 5.8125rem, transparent 5.8125rem, transparent 9.25rem);
  opacity: 0.7;
  pointer-events: none;
}

.p-front-message::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2.625rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#111), to(#333));
  background: linear-gradient(180deg, #111 0%, #333 100%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-front-message::after {
    width: 0.625rem;
  }
}

.p-front-message__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
  padding: 6.875rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-message__inner {
    padding: 4.5rem 1.25rem;
  }
}

.p-front-message__head {
  text-align: center;
}

.p-front-message__label {
  color: #777;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.p-front-message__title {
  color: #111;
  font-size: 2.5rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-front-message__title {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

.p-front-message__title::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 0.1875rem;
  background: #111;
  margin: 1.25rem auto 0;
}

.p-front-message__lead {
  color: #333;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-front-message__lead {
    font-size: 1rem;
    margin-top: 0.875rem;
  }
}

.p-front-message__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-message__wrapper {
    gap: 1.5rem;
    margin-top: 2.25rem;
  }
}

.p-front-messageBox {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 0.875rem;
  padding: 3rem;
  -webkit-box-shadow: 0 1.125rem 3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 1.125rem 3rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-messageBox {
    padding: 1.875rem 1.25rem;
    border-radius: 0.625rem;
  }
}

.p-front-messageBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.375rem;
  height: 100%;
  background: #111;
  pointer-events: none;
}

.p-front-messageBox::after {
  content: "";
  position: absolute;
  top: -4.375rem;
  right: -7.5rem;
  width: 26.25rem;
  height: 11.25rem;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.045), rgba(0, 0, 0, 0));
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-front-messageBox::after {
    top: -3.75rem;
    right: -11.875rem;
    width: 22.5rem;
    height: 9.375rem;
  }
}

.p-front-messageBox__head {
  position: relative;
  z-index: 2;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-front-messageBox__head {
    padding-bottom: 1.5rem;
  }
}

.p-front-messageBox__en {
  color: #777;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.p-front-messageBox__title {
  color: #111;
  font-size: 1.875rem;
  line-height: 1.5333333333;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-front-messageBox__title {
    font-size: 1.4375rem;
    line-height: 1.5652173913;
  }
}

.p-front-messageBox__body {
  position: relative;
  z-index: 2;
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-front-messageBox__body {
    margin-top: 1.625rem;
  }
}

.p-front-messageBox__text {
  color: #333;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-front-messageBox__text {
    font-size: 0.9375rem;
    line-height: 1.9333333333;
  }
}

.p-front-messageBox__text + .p-front-messageBox__text {
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-front-messageBox__text + .p-front-messageBox__text {
    margin-top: 1rem;
  }
}

.p-front-messageBox__name {
  color: #111;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 700;
  text-align: right;
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-front-messageBox__name {
    font-size: 0.9375rem;
    line-height: 1.8666666667;
    margin-top: 1.75rem;
  }
}
.p-front-messageBox__name span {
  display: inline-block;
  font-size: 1.25rem;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-front-messageBox__name span {
    font-size: 1.0625rem;
  }
}

.p-front-philosophy {
  position: relative;
  width: 100%;
  background: #111;
  border-radius: 0.875rem;
  padding: 3rem;
  -webkit-box-shadow: 0 1.125rem 3rem rgba(0, 0, 0, 0.18);
          box-shadow: 0 1.125rem 3rem rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-philosophy {
    padding: 1.875rem 1.25rem;
    border-radius: 0.625rem;
  }
}

.p-front-philosophy::before {
  content: "";
  position: absolute;
  top: 0;
  right: -7.5rem;
  width: 23.75rem;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-front-philosophy::before {
    right: -13.125rem;
    width: 20.625rem;
  }
}

.p-front-philosophy::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 3.75rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.42);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-front-philosophy::after {
    right: 1.25rem;
    top: 1.5rem;
    width: 2.625rem;
  }
}

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

.p-front-philosophy__en {
  color: rgba(255, 255, 255, 0.58);
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.p-front-philosophy__title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-front-philosophy__title {
    font-size: 1.3125rem;
    line-height: 1.4761904762;
  }
}

.p-front-philosophy__catch {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 2.125rem;
  line-height: 1.5294117647;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-front-philosophy__catch {
    font-size: 1.5625rem;
    line-height: 1.56;
    margin-top: 1.5rem;
  }
}

.p-front-philosophy__body {
  position: relative;
  z-index: 2;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-front-philosophy__body {
    margin-top: 1.375rem;
  }
}

.p-front-philosophy__text {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.9375;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-front-philosophy__text {
    font-size: 0.9375rem;
    line-height: 1.8666666667;
  }
}

.p-front-philosophy__text + .p-front-philosophy__text {
  margin-top: 1rem;
}

.p-front-company {
  position: relative;
  width: 100%;
  background: #111;
  overflow: hidden;
}

.p-front-company::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(120deg, transparent 0, transparent 5.75rem, rgba(255, 255, 255, 0.045) 5.75rem, rgba(255, 255, 255, 0.045) 5.8125rem, transparent 5.8125rem, transparent 9.25rem);
  opacity: 0.52;
  pointer-events: none;
}

.p-front-company::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: -11.25rem;
  width: 32.5rem;
  height: 13.75rem;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-front-company::after {
    top: -4.375rem;
    right: -16.25rem;
    width: 26.25rem;
    height: 11.25rem;
  }
}

.p-front-company__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
  padding: 6.875rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-company__inner {
    padding: 4.5rem 1.25rem;
  }
}

.p-front-company__head {
  text-align: center;
}

.p-front-company__label {
  color: rgba(255, 255, 255, 0.58);
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.p-front-company__title {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-front-company__title {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

.p-front-company__title::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 0.1875rem;
  background: #fff;
  margin: 1.25rem auto 0;
}

.p-front-company__box {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 0.875rem;
  padding: 3rem;
  -webkit-box-shadow: 0 1.125rem 3rem rgba(0, 0, 0, 0.32);
          box-shadow: 0 1.125rem 3rem rgba(0, 0, 0, 0.32);
  margin-top: 3.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-company__box {
    padding: 1.75rem 1.25rem;
    border-radius: 0.625rem;
    margin-top: 2.25rem;
  }
}

.p-front-company__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.375rem;
  height: 100%;
  background: #111;
  pointer-events: none;
}

.p-front-company__box::after {
  content: "";
  position: absolute;
  top: -4.375rem;
  right: -7.5rem;
  width: 26.25rem;
  height: 11.25rem;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.045), rgba(0, 0, 0, 0));
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-front-company__box::after {
    top: -3.75rem;
    right: -11.875rem;
    width: 22.5rem;
    height: 9.375rem;
  }
}

.p-front-company__list {
  position: relative;
  z-index: 2;
  width: 100%;
}

.p-front-company__item {
  display: grid;
  grid-template-columns: 13.125rem 1fr;
  gap: 2rem;
  padding: 1.375rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-front-company__item {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 1.125rem 0;
  }
}

.p-front-company__item:first-child {
  padding-top: 0;
}

.p-front-company__term {
  position: relative;
  color: #111;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding-left: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-front-company__term {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    padding-left: 0.875rem;
  }
}

.p-front-company__term::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5625rem;
  width: 0.375rem;
  height: 0.375rem;
  background: #111;
}
@media screen and (max-width: 767px) {
  .p-front-company__term::before {
    top: 0.5rem;
    width: 0.3125rem;
    height: 0.3125rem;
  }
}

.p-front-company__desc {
  color: #333;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-front-company__desc {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.p-front-company__desc a {
  color: #111;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-front-company__desc a:hover {
  opacity: 0.7;
}

.p-front-company__note {
  position: relative;
  z-index: 2;
  color: #777;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-company__note {
    font-size: 0.75rem;
    line-height: 1.8333333333;
    margin-top: 1.25rem;
  }
}

.p-front-contact {
  position: relative;
  width: 100%;
  background: linear-gradient(135deg, #fff 0%, #f4f4f2 48%, #e7e7e2 100%);
  overflow: hidden;
}

.p-front-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(120deg, transparent 0, transparent 5.75rem, rgba(0, 0, 0, 0.028) 5.75rem, rgba(0, 0, 0, 0.028) 5.8125rem, transparent 5.8125rem, transparent 9.25rem);
  opacity: 0.7;
  pointer-events: none;
}

.p-front-contact::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2.625rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#111), to(#333));
  background: linear-gradient(180deg, #111 0%, #333 100%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-front-contact::after {
    width: 0.625rem;
  }
}

.p-front-contact__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
  padding: 6.875rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-contact__inner {
    padding: 4.5rem 1.25rem;
  }
}

.p-front-contact__head {
  text-align: center;
}

.p-front-contact__label {
  color: #777;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-front-contact__label {
    font-size: 0.75rem;
  }
}

.p-front-contact__title {
  color: #111;
  font-size: 2.5rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-front-contact__title {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

.p-front-contact__title::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 0.1875rem;
  background: #111;
  margin: 1.25rem auto 0;
}

.p-front-contact__lead {
  color: #333;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-front-contact__lead {
    font-size: 1rem;
    margin-top: 0.875rem;
  }
}

.p-front-contact__wrapper {
  display: grid;
  grid-template-columns: 26.875rem 1fr;
  gap: 2rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-contact__wrapper {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2.25rem;
  }
}

.p-front-contact__body {
  position: relative;
  background: #111;
  border-radius: 0.875rem;
  padding: 2.625rem 2.25rem;
  overflow: hidden;
  -webkit-box-shadow: 0 1.125rem 3rem rgba(0, 0, 0, 0.18);
          box-shadow: 0 1.125rem 3rem rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 767px) {
  .p-front-contact__body {
    padding: 1.875rem 1.25rem;
    border-radius: 0.625rem;
  }
}

.p-front-contact__body::before {
  content: "";
  position: absolute;
  top: 0;
  right: -7.5rem;
  width: 22.5rem;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  pointer-events: none;
}

.p-front-contact__catch {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.68;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-front-contact__catch {
    font-size: 1.3125rem;
    line-height: 1.619047619;
  }
}

.p-front-contact__text {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-contact__text {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-top: 1.25rem;
  }
}

.p-front-contact__telBox {
  position: relative;
  z-index: 2;
  margin-top: 1.875rem;
}

.p-front-contact__telItem {
  padding: 1.375rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.p-front-contact__telItem:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.p-front-contact__telLabel {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.p-front-contact__tel {
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.375rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-front-contact__tel {
    font-size: 1.875rem;
  }
}

.p-front-contact__subTel {
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-front-contact__subTel {
    font-size: 1.5rem;
  }
}

.p-front-contact__time {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 0.75rem;
}

.p-front-contact__form {
  position: relative;
  background: #fff;
  border-radius: 0.875rem;
  padding: 2.625rem 2.5rem;
  -webkit-box-shadow: 0 1.125rem 3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 1.125rem 3rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-contact__form {
    padding: 1.875rem 1.25rem;
    border-radius: 0.625rem;
  }
}

.p-front-contact__form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.375rem;
  height: 100%;
  background: #111;
  pointer-events: none;
}

.p-front-contact__formTitle {
  color: #111;
  font-size: 1.625rem;
  line-height: 1.4615384615;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-front-contact__formTitle {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}

.p-front-contact__formText {
  color: #333;
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 0.75rem;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline-block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}/*# sourceMappingURL=style.css.map */