@charset "UTF-8";
/** foundation **/
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  box-sizing: inherit;
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
       # General elements
       # ================================================================= */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

hr {
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  overflow: none;
  border: none;
  border-style: none;
}

/* # =================================================================
       # Forms
       # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
       # Specify media element style
       # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
       # Accessibility
       # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
html {
  font-size: 62.5%;
  font-family: "Noto Sans Japanese", Arial, "Arial Unicode MS", sans-serif;
}

body {
  background-color: #fff;
  color: #3a3a3a;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #3a3a3a;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

p,
dt,
dd {
  line-height: 1.8;
}

/* base */
/* text */
/** layout **/
/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.l-section {
  padding: 120px 0;
}
@media screen and (max-width: 992px) {
  .l-section {
    padding: 40px 0;
  }
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.l-main {
  margin-top: 197px;
}
@media screen and (max-width: 992px) {
  .l-main {
    margin-top: 85px;
  }
}

/** object **/
/* project */
/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.p-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.25s 0s ease;
}

/* top page */
/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.p-kv {
  max-width: 1312px;
  margin: 0 auto;
}
.p-kv__item {
  position: relative;
  padding: 40px 56px 80px;
}
@media screen and (max-width: 992px) {
  .p-kv__item {
    padding: 32px 16px 40px;
  }
}
.p-kv__image {
  height: calc(100vh - 197px - 64px);
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
@media screen and (max-width: 992px) {
  .p-kv__image {
    height: calc(100vh - 85px - 196px);
    padding: 0;
  }
}
.p-kv__text {
  position: absolute;
  top: 50%;
  left: 96px;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .p-kv__text {
    left: 32px;
  }
}
.p-kv__text-main {
  display: inline-block;
  font-weight: bold;
  font-size: 5.6rem;
}
@media screen and (max-width: 992px) {
  .p-kv__text-main {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 376px) {
  .p-kv__text-main {
    font-size: 2.8rem;
  }
}
.p-kv__text-main-elem {
  display: inline-block;
  position: relative;
  z-index: 10;
  padding: 0 32px 0 24px;
  line-height: 100px;
}
@media screen and (max-width: 992px) {
  .p-kv__text-main-elem {
    padding: 0 24px 0 16px;
    line-height: 60px;
  }
}
.p-kv__text-main-elem::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 101px;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
}
@media screen and (max-width: 992px) {
  .p-kv__text-main-elem::before {
    height: 60px;
  }
}
.p-kv__text-main-elem::after {
  position: absolute;
  bottom: 18px;
  left: 16px;
  z-index: -1;
  width: calc(100% - 32px);
  height: 12px;
  background-color: #fa8818;
  content: "";
}
@media screen and (max-width: 992px) {
  .p-kv__text-main-elem::after {
    bottom: 10px;
    height: 8px;
  }
}
.p-kv__text-sub {
  margin-top: 16px;
  padding: 16px 24px;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .p-kv__text-sub {
    margin-top: 8px;
    margin-right: 32px;
    padding: 16px;
    font-size: 1.4rem;
  }
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.p-kv-top {
  position: relative;
  max-width: 1312px;
  margin: 0 auto;
}
.p-kv-top__slider {
  z-index: 1;
}
.p-kv-top__slider-item {
  position: relative;
  padding: 40px 56px 80px;
}
@media screen and (max-width: 992px) {
  .p-kv-top__slider-item {
    padding: 32px 16px 40px;
  }
}
.p-kv-top__image {
  height: calc(100vh - 197px - 64px);
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
@media screen and (max-width: 992px) {
  .p-kv-top__image {
    height: calc(100vh - 85px - 196px);
    padding: 0;
  }
}
.p-kv-top__text {
  position: absolute;
  top: 50%;
  left: 96px;
  z-index: 10;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .p-kv-top__text {
    left: 32px;
  }
}
.p-kv-top__text-main {
  display: inline-block;
  font-weight: bold;
  font-size: 5.6rem;
}
@media screen and (max-width: 992px) {
  .p-kv-top__text-main {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 376px) {
  .p-kv-top__text-main {
    font-size: 2.8rem;
  }
}
.p-kv-top__text-main-elem {
  display: inline-block;
  position: relative;
  z-index: 10;
  padding: 0 32px 0 24px;
  line-height: 100px;
}
@media screen and (max-width: 992px) {
  .p-kv-top__text-main-elem {
    padding: 0 24px 0 16px;
    line-height: 60px;
  }
}
.p-kv-top__text-main-elem::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 101px;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
}
@media screen and (max-width: 992px) {
  .p-kv-top__text-main-elem::before {
    height: 60px;
  }
}
.p-kv-top__text-main-elem::after {
  position: absolute;
  bottom: 18px;
  left: 16px;
  z-index: -1;
  width: calc(100% - 32px);
  height: 12px;
  background-color: #fa8818;
  content: "";
}
@media screen and (max-width: 992px) {
  .p-kv-top__text-main-elem::after {
    bottom: 10px;
    height: 8px;
  }
}
.p-kv-top__text-sub {
  margin-top: 16px;
  padding: 16px 24px;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .p-kv-top__text-sub {
    margin-top: 8px;
    margin-right: 32px;
    padding: 16px;
    font-size: 1.4rem;
  }
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.p-kv {
  position: relative;
  max-width: 1312px;
  margin: 0 auto;
  padding: 40px 56px 80px;
}
@media screen and (max-width: 992px) {
  .p-kv {
    padding: 32px 16px 40px;
  }
}
.p-kv__truck {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 992px) {
  .p-kv__truck {
    flex-wrap: wrap;
    gap: 0;
  }
}
.p-kv__truck-wrap {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.p-kv__truck-wrap.-hide {
  display: none;
}
@media screen and (max-width: 992px) {
  .p-kv__truck-wrap {
    margin-bottom: 56px;
  }
}
.p-kv__truck-form {
  position: relative;
  width: 400px;
  padding: 24px;
  border: 5px solid #3a3a3a;
  border-radius: 16px;
  box-shadow: 3px 3px 3px 1px rgba(58, 58, 58, 0.2);
  font-size: 1.4rem;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
@media screen and (max-width: 992px) {
  .p-kv__truck-form {
    padding: 32px 16px 16px;
  }
}
@media screen and (max-width: 480px) {
  .p-kv__truck-form {
    width: 100%;
    font-size: 1.3rem;
  }
}
.p-kv__truck-form + .p-kv__truck-form {
  margin-top: 56px;
}
@media screen and (max-width: 992px) {
  .p-kv__truck-form + .p-kv__truck-form {
    margin-top: 48px;
  }
}
.p-kv__truck-form.-line.-hide {
  display: none;
}
.p-kv__truck-form-catch {
  display: block;
  position: absolute;
  top: -40px;
  left: 5%;
  width: 90%;
  padding: 0 8px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .p-kv__truck-form-catch {
    top: -30px;
  }
}
.p-kv__truck-form-line-logo {
  width: 50px;
}
@media screen and (max-width: 480px) {
  .p-kv__truck-form-line-logo {
    width: 40px;
  }
}
.p-kv__truck-form-line-text {
  justify-content: center;
  position: relative;
  width: 150px;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p-kv__truck-form-line-text {
    font-size: 1.5rem;
  }
}
.p-kv__truck-form-line-text::before {
  position: absolute;
  bottom: 3px;
  left: -5px;
  transform: rotate(-30deg);
  width: 2px;
  height: 20px;
  background-color: #3a3a3a;
  content: "";
}
.p-kv__truck-form-line-text::after {
  position: absolute;
  right: 5px;
  bottom: 3px;
  transform: rotate(30deg);
  width: 2px;
  height: 20px;
  background-color: #3a3a3a;
  content: "";
}
.p-kv__truck-form-line .c-button {
  width: 240px;
  margin: 8px auto 0;
  padding: 4px;
  background-color: #08c755;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .p-kv__truck-form-line .c-button {
    width: 200px;
    font-size: 1.6rem;
  }
}
.p-kv__truck-form .form-wrap + .form-wrap {
  margin-top: 16px;
}
.p-kv__truck-form .form-wrap + .form-section-title {
  margin-top: 64px;
}
@media screen and (max-width: 480px) {
  .p-kv__truck-form .form-wrap + .form-section-title {
    margin-top: 32px;
  }
}
.p-kv__truck-form .form-wrap.-other {
  margin-top: 8px;
}
@media screen and (max-width: 480px) {
  .p-kv__truck-form .form-wrap.-other {
    margin-top: 4px;
  }
}
.p-kv__truck-form .form-wrap-text {
  padding: 0 4px;
  line-height: 1.4;
}
.p-kv__truck-form p {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .p-kv__truck-form p {
    flex-wrap: wrap;
  }
}
.p-kv__truck-form .form-required-tag {
  display: block;
  margin-right: 12px;
  padding: 0 6px;
  border: 1px solid #fa8818;
  background-color: #fa8818;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  white-space: nowrap;
}
.p-kv__truck-form .form-optional-tag {
  display: block;
  margin-right: 12px;
  padding: 0 6px;
  border: 1px solid #3a3a3a;
  font-weight: bold;
  font-size: 1.2rem;
  white-space: nowrap;
}
.p-kv__truck-form .wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 480px) {
  .p-kv__truck-form .wpcf7-form-control-wrap {
    flex: auto;
    width: 100%;
    margin-top: 8px;
  }
}
.p-kv__truck-form .form-spacer {
  display: block;
  width: 50px;
}
.p-kv__truck-form .form-label {
  width: 72px;
  padding-right: 8px;
  line-height: 1.4;
}
.p-kv__truck-form select {
  height: 40px;
  border: 1px solid #bababa;
  border-radius: 6px;
  color: #3a3a3a;
}
.p-kv__truck-form select.wpcf7-not-valid {
  border: 2px solid #ff7474;
}
.p-kv__truck-form input {
  height: 40px;
}
.p-kv__truck-form input.wpcf7-not-valid {
  border: 2px solid #ff7474;
}
.p-kv__truck-form textarea {
  height: 100px;
  border: 1px solid #bababa;
  border-radius: 6px;
  color: #3a3a3a;
}
.p-kv__truck-form textarea.wpcf7-not-valid {
  border: 2px solid #ff7474;
}
.p-kv__truck-form br {
  display: none;
}
.p-kv__truck-form .form-section-title {
  padding-left: 4px;
  font-size: 3.2rem;
}
.p-kv__truck-form .form-section-title + .form-wrap {
  margin-top: 32px;
}
@media screen and (max-width: 480px) {
  .p-kv__truck-form .form-section-title + .form-wrap {
    margin-top: 24px;
  }
}
@media screen and (max-width: 992px) {
  .p-kv__truck-form .form-section-title {
    font-size: 2.4rem;
  }
}
.p-kv__truck-form .wpcf7-response-output {
  margin-top: 16px !important;
  margin-bottom: 0 !important;
}
.p-kv__truck-form .cf7mls-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: unset !important;
  text-align: center;
}
.p-kv__truck-form .cf7mls-btns button {
  padding: 16px 32px !important;
  border-radius: 50px !important;
  box-shadow: 3px 3px 3px 1px rgba(58, 58, 58, 0.2);
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .p-kv__truck-form .cf7mls-btns button {
    padding: 12px 24px !important;
  }
}
.p-kv__truck-form .cf7mls-btns .cf7mls_next {
  margin: 64px auto 5px !important;
  border: 1px solid #30b1d1;
  background-color: #30b1d1 !important;
  color: #fff;
}
.p-kv__truck-form .cf7mls-btns .cf7mls_back {
  margin: 24px 0 0 !important;
  padding: 0 !important;
  border: none;
  box-shadow: none;
  background-color: #fff !important;
  color: #3a3a3a;
}
@media screen and (max-width: 480px) {
  .p-kv__truck-form .cf7mls-btns .cf7mls_back {
    margin-top: 8px !important;
  }
}
.p-kv__truck-form .cf7mls-btns #cf7mls-next-btn-cf7mls_step-1 {
  margin-top: 32px !important;
}
.p-kv__truck-form .wpcf7-submit {
  height: 55px;
  margin: 64px auto 0 !important;
  padding: 16px 32px !important;
  border: 1px solid #30b1d1;
  border-radius: 50px !important;
  box-shadow: 3px 3px 3px 1px rgba(58, 58, 58, 0.2);
  background-color: #30b1d1 !important;
  color: #fff !important;
  font-weight: normal !important;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .p-kv__truck-form .wpcf7-submit {
    width: 180px;
    height: 45px;
    margin: 32px auto 0 !important;
    padding: 12px 24px !important;
    font-size: 1.3rem !important;
  }
}
.p-kv__truck-form .cd-upload-btn {
  display: block;
  width: 130px;
  margin: 8px auto 0;
  padding: 2px;
  border: 1px solid #bababa;
}
@media screen and (max-width: 480px) {
  .p-kv__truck-form .cd-upload-btn {
    width: 120px;
  }
}
.p-kv__truck-form.-full {
  width: 800px;
  min-height: 100vh;
  margin-top: 56px;
  padding: 40px 40px 32px;
  font-size: 1.5rem;
}
@media screen and (max-width: 992px) {
  .p-kv__truck-form.-full {
    width: 100%;
    margin-top: 0;
    margin-top: 32px;
    padding: 32px 16px 24px;
    font-size: 1.3rem;
  }
}
.p-kv__truck-form.-full .p-kv__truck-form-catch {
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 480px;
  padding: 0 16px;
}
@media screen and (max-width: 992px) {
  .p-kv__truck-form.-full .p-kv__truck-form-catch {
    top: -25px;
    width: 300px;
  }
}
.p-kv__truck-form.-full .form-label {
  width: 192px;
}
.p-kv__truck-form.-full .form-wrap + .form-wrap {
  margin-top: 24px;
}
.p-kv__truck-form.-full .form-wrap + .form-wrap.-other {
  margin-top: 8px;
}
@media screen and (max-width: 480px) {
  .p-kv__truck-form.-full .form-wrap + .form-wrap.-other {
    margin-top: 0;
  }
}
.p-kv__truck-form.-full .form-required-tag,
.p-kv__truck-form.-full .form-optional-tag {
  margin-right: 16px;
}
.p-kv__truck-form.-full .form-spacer {
  width: 54px;
}
.p-kv__truck-form.-full .cf7mls-btns {
  flex-direction: column-reverse;
}
.p-kv__truck-form.-full .cf7mls-btns button .cf7mls_next {
  width: 180px;
  margin: 64px 0 5px !important;
}
.p-kv__truck-form.-full .cf7mls-btns button .cf7mls_back {
  margin: 16px 0 0 !important;
}
.p-kv__truck-form.-full .wpcf7-spinner {
  display: none;
}
.p-kv__truck-form.-full #cf7mls-back-btn-cf7mls_step-3 {
  margin: 24px auto 0 !important;
  padding: 0 !important;
  border: none;
  box-shadow: none;
  background: none;
  font-weight: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .p-kv__truck-form.-full #cf7mls-back-btn-cf7mls_step-3 {
    font-size: 1.3rem;
  }
}
.p-kv__truck-form.-full .codedropz-upload-handler {
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .p-kv__truck-form.-full .codedropz-upload-handler {
    font-size: 1.2rem;
  }
}
.p-kv__truck-form.-full .codedropz-upload-handler h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  .p-kv__truck-form.-full .codedropz-upload-handler h3 {
    font-size: 1.5rem;
  }
}
.p-kv__truck-form.-full .dnd-upload-status .dnd-upload-details .name {
  max-width: 350px;
}
@media screen and (max-width: 992px) {
  .p-kv__truck-form.-full .dnd-upload-status .dnd-upload-details .name {
    max-width: 200px;
    font-size: 1rem;
  }
}
.p-kv__truck-form-content.-hide {
  display: none;
}
.p-kv__truck-form-confirm-title {
  font-size: 2.8rem;
}
@media screen and (max-width: 480px) {
  .p-kv__truck-form-confirm-title {
    font-size: 2.4rem;
  }
}
.p-kv__truck-form-confirm-dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 32px;
}
@media screen and (max-width: 480px) {
  .p-kv__truck-form-confirm-dl {
    margin-top: 24px;
  }
}
.p-kv__truck-form-confirm-dt {
  width: 50%;
  padding: 24px 16px 16px;
  border-bottom: 2px solid #30b1d1;
}
@media screen and (max-width: 480px) {
  .p-kv__truck-form-confirm-dt {
    width: 40%;
    padding: 16px 8px 8px;
  }
}
.p-kv__truck-form-confirm-dd {
  width: 50%;
  padding: 24px 16px 16px;
  border-bottom: 1px solid #bababa;
}
@media screen and (max-width: 480px) {
  .p-kv__truck-form-confirm-dd {
    width: 60%;
    padding: 16px 8px 8px;
  }
}
.p-kv__truck-form-done {
  text-align: center;
}
.p-kv__truck-form-done.-hide {
  display: none;
}
.p-kv__truck-form-done-title {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p-kv__truck-form-done-title {
    font-size: 2rem;
  }
}
.p-kv__truck-form-done-image {
  width: 80px;
  margin: 24px auto 0;
}
@media screen and (max-width: 480px) {
  .p-kv__truck-form-done-image {
    width: 60px;
    margin-top: 16px;
  }
}
.p-kv__truck-form-done-text {
  margin-top: 24px;
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .p-kv__truck-form-done-text {
    margin-top: 16px;
    font-size: 1.3rem;
  }
}
.p-kv__truck-heading {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
.p-kv__truck-item {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: flex-end;
  margin-top: 32px;
}
.p-kv__truck-item-tel {
  display: block;
  max-width: 400px;
  margin-top: 32px;
}
.p-kv__truck-item-badge {
  max-width: 376px;
}
@media screen and (max-width: 992px) {
  .p-kv__truck-item-left {
    flex: 1;
  }
}
.p-kv__truck-item-right {
  max-width: 256px;
}
@media screen and (max-width: 992px) {
  .p-kv__truck-item-right {
    width: 132px;
  }
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.p-kv {
  position: relative;
  max-width: 1312px;
  margin: 0 auto;
  padding: 40px 56px 80px;
}
@media screen and (max-width: 992px) {
  .p-kv {
    padding: 32px 16px 40px;
  }
}
.p-kv__car {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 992px) {
  .p-kv__car {
    flex-wrap: wrap;
    gap: 0;
  }
}
.p-kv__car-wrap {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.p-kv__car-wrap.-hide {
  display: none;
}
@media screen and (max-width: 992px) {
  .p-kv__car-wrap {
    margin-bottom: 56px;
  }
}
.p-kv__car-form {
  position: relative;
  width: 400px;
  padding: 24px;
  border: 5px solid #3a3a3a;
  border-radius: 16px;
  box-shadow: 3px 3px 3px 1px rgba(58, 58, 58, 0.2);
  font-size: 1.4rem;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
@media screen and (max-width: 992px) {
  .p-kv__car-form {
    padding: 32px 16px 16px;
  }
}
@media screen and (max-width: 480px) {
  .p-kv__car-form {
    width: 100%;
    font-size: 1.3rem;
  }
}
.p-kv__car-form + .p-kv__car-form {
  margin-top: 56px;
}
@media screen and (max-width: 992px) {
  .p-kv__car-form + .p-kv__car-form {
    margin-top: 48px;
  }
}
.p-kv__car-form.-line.-hide {
  display: none;
}
.p-kv__car-form-catch {
  display: block;
  position: absolute;
  top: -40px;
  left: 5%;
  width: 90%;
  padding: 0 8px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .p-kv__car-form-catch {
    top: -30px;
  }
}
.p-kv__car-form-line-logo {
  width: 50px;
}
@media screen and (max-width: 480px) {
  .p-kv__car-form-line-logo {
    width: 40px;
  }
}
.p-kv__car-form-line-text {
  justify-content: center;
  position: relative;
  width: 150px;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p-kv__car-form-line-text {
    font-size: 1.5rem;
  }
}
.p-kv__car-form-line-text::before {
  position: absolute;
  bottom: 3px;
  left: -5px;
  transform: rotate(-30deg);
  width: 2px;
  height: 20px;
  background-color: #3a3a3a;
  content: "";
}
.p-kv__car-form-line-text::after {
  position: absolute;
  right: 5px;
  bottom: 3px;
  transform: rotate(30deg);
  width: 2px;
  height: 20px;
  background-color: #3a3a3a;
  content: "";
}
.p-kv__car-form-line .c-button {
  width: 240px;
  margin: 8px auto 0;
  padding: 4px;
  background-color: #08c755;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .p-kv__car-form-line .c-button {
    width: 200px;
    font-size: 1.6rem;
  }
}
.p-kv__car-form .form-wrap + .form-wrap {
  margin-top: 16px;
}
.p-kv__car-form .form-wrap + .form-section-title {
  margin-top: 64px;
}
@media screen and (max-width: 480px) {
  .p-kv__car-form .form-wrap + .form-section-title {
    margin-top: 32px;
  }
}
.p-kv__car-form .form-wrap.-other {
  margin-top: 8px;
}
@media screen and (max-width: 480px) {
  .p-kv__car-form .form-wrap.-other {
    margin-top: 4px;
  }
}
.p-kv__car-form .form-wrap-text {
  padding: 0 4px;
  line-height: 1.4;
}
.p-kv__car-form p {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .p-kv__car-form p {
    flex-wrap: wrap;
  }
}
.p-kv__car-form .form-required-tag {
  display: block;
  margin-right: 12px;
  padding: 0 6px;
  border: 1px solid #fa8818;
  background-color: #fa8818;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  white-space: nowrap;
}
.p-kv__car-form .form-optional-tag {
  display: block;
  margin-right: 12px;
  padding: 0 6px;
  border: 1px solid #3a3a3a;
  font-weight: bold;
  font-size: 1.2rem;
  white-space: nowrap;
}
.p-kv__car-form .wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 480px) {
  .p-kv__car-form .wpcf7-form-control-wrap {
    flex: auto;
    width: 100%;
    margin-top: 8px;
  }
}
.p-kv__car-form .form-spacer {
  display: block;
  width: 50px;
}
.p-kv__car-form .form-label {
  width: 72px;
  padding-right: 8px;
  line-height: 1.4;
}
.p-kv__car-form select {
  height: 40px;
  border: 1px solid #bababa;
  border-radius: 6px;
  color: #3a3a3a;
}
.p-kv__car-form select.wpcf7-not-valid {
  border: 2px solid #ff7474;
}
.p-kv__car-form input {
  height: 40px;
}
.p-kv__car-form input.wpcf7-not-valid {
  border: 2px solid #ff7474;
}
.p-kv__car-form textarea {
  height: 100px;
  border: 1px solid #bababa;
  border-radius: 6px;
  color: #3a3a3a;
}
.p-kv__car-form textarea.wpcf7-not-valid {
  border: 2px solid #ff7474;
}
.p-kv__car-form br {
  display: none;
}
.p-kv__car-form .form-section-title {
  padding-left: 4px;
  font-size: 3.2rem;
}
.p-kv__car-form .form-section-title + .form-wrap {
  margin-top: 32px;
}
@media screen and (max-width: 480px) {
  .p-kv__car-form .form-section-title + .form-wrap {
    margin-top: 24px;
  }
}
@media screen and (max-width: 992px) {
  .p-kv__car-form .form-section-title {
    font-size: 2.4rem;
  }
}
.p-kv__car-form .wpcf7-response-output {
  margin-top: 16px !important;
  margin-bottom: 0 !important;
}
.p-kv__car-form .cf7mls-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: unset !important;
  text-align: center;
}
.p-kv__car-form .cf7mls-btns button {
  padding: 16px 32px !important;
  border-radius: 50px !important;
  box-shadow: 3px 3px 3px 1px rgba(58, 58, 58, 0.2);
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .p-kv__car-form .cf7mls-btns button {
    padding: 12px 24px !important;
  }
}
.p-kv__car-form .cf7mls-btns .cf7mls_next {
  margin: 64px auto 5px !important;
  border: 1px solid #30b1d1;
  background-color: #30b1d1 !important;
  color: #fff;
}
.p-kv__car-form .cf7mls-btns .cf7mls_back {
  margin: 24px 0 0 !important;
  padding: 0 !important;
  border: none;
  box-shadow: none;
  background-color: #fff !important;
  color: #3a3a3a;
}
@media screen and (max-width: 480px) {
  .p-kv__car-form .cf7mls-btns .cf7mls_back {
    margin-top: 8px !important;
  }
}
.p-kv__car-form .cf7mls-btns #cf7mls-next-btn-cf7mls_step-1 {
  margin-top: 32px !important;
}
.p-kv__car-form .wpcf7-submit {
  height: 55px;
  margin: 64px auto 0 !important;
  padding: 16px 32px !important;
  border: 1px solid #30b1d1;
  border-radius: 50px !important;
  box-shadow: 3px 3px 3px 1px rgba(58, 58, 58, 0.2);
  background-color: #30b1d1 !important;
  color: #fff !important;
  font-weight: normal !important;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .p-kv__car-form .wpcf7-submit {
    width: 180px;
    height: 45px;
    margin: 32px auto 0 !important;
    padding: 12px 24px !important;
    font-size: 1.3rem !important;
  }
}
.p-kv__car-form .cd-upload-btn {
  display: block;
  width: 130px;
  margin: 8px auto 0;
  padding: 2px;
  border: 1px solid #bababa;
}
@media screen and (max-width: 480px) {
  .p-kv__car-form .cd-upload-btn {
    width: 120px;
  }
}
.p-kv__car-form.-full {
  width: 800px;
  min-height: 100vh;
  margin-top: 56px;
  padding: 40px 40px 32px;
  font-size: 1.5rem;
}
@media screen and (max-width: 992px) {
  .p-kv__car-form.-full {
    width: 100%;
    margin-top: 0;
    margin-top: 32px;
    padding: 32px 16px 24px;
    font-size: 1.3rem;
  }
}
.p-kv__car-form.-full .p-kv__car-form-catch {
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 480px;
  padding: 0 16px;
}
@media screen and (max-width: 992px) {
  .p-kv__car-form.-full .p-kv__car-form-catch {
    top: -25px;
    width: 300px;
  }
}
.p-kv__car-form.-full .form-label {
  width: 192px;
}
.p-kv__car-form.-full .form-wrap + .form-wrap {
  margin-top: 24px;
}
.p-kv__car-form.-full .form-wrap + .form-wrap.-other {
  margin-top: 8px;
}
@media screen and (max-width: 480px) {
  .p-kv__car-form.-full .form-wrap + .form-wrap.-other {
    margin-top: 0;
  }
}
.p-kv__car-form.-full .form-required-tag,
.p-kv__car-form.-full .form-optional-tag {
  margin-right: 16px;
}
.p-kv__car-form.-full .form-spacer {
  width: 54px;
}
.p-kv__car-form.-full .cf7mls-btns {
  flex-direction: column-reverse;
}
.p-kv__car-form.-full .cf7mls-btns button .cf7mls_next {
  width: 180px;
  margin: 64px 0 5px !important;
}
.p-kv__car-form.-full .cf7mls-btns button .cf7mls_back {
  margin: 16px 0 0 !important;
}
.p-kv__car-form.-full .wpcf7-spinner {
  display: none;
}
.p-kv__car-form.-full #cf7mls-back-btn-cf7mls_step-3 {
  margin: 24px auto 0 !important;
  padding: 0 !important;
  border: none;
  box-shadow: none;
  background: none;
  font-weight: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .p-kv__car-form.-full #cf7mls-back-btn-cf7mls_step-3 {
    font-size: 1.3rem;
  }
}
.p-kv__car-form.-full .codedropz-upload-handler {
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .p-kv__car-form.-full .codedropz-upload-handler {
    font-size: 1.2rem;
  }
}
.p-kv__car-form.-full .codedropz-upload-handler h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  .p-kv__car-form.-full .codedropz-upload-handler h3 {
    font-size: 1.5rem;
  }
}
.p-kv__car-form.-full .dnd-upload-status .dnd-upload-details .name {
  max-width: 350px;
}
@media screen and (max-width: 992px) {
  .p-kv__car-form.-full .dnd-upload-status .dnd-upload-details .name {
    max-width: 200px;
    font-size: 1rem;
  }
}
.p-kv__car-form-content.-hide {
  display: none;
}
.p-kv__car-form-confirm-title {
  font-size: 2.8rem;
}
@media screen and (max-width: 480px) {
  .p-kv__car-form-confirm-title {
    font-size: 2.4rem;
  }
}
.p-kv__car-form-confirm-dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 32px;
}
@media screen and (max-width: 480px) {
  .p-kv__car-form-confirm-dl {
    margin-top: 24px;
  }
}
.p-kv__car-form-confirm-dt {
  width: 50%;
  padding: 24px 16px 16px;
  border-bottom: 2px solid #30b1d1;
}
@media screen and (max-width: 480px) {
  .p-kv__car-form-confirm-dt {
    width: 40%;
    padding: 16px 8px 8px;
  }
}
.p-kv__car-form-confirm-dd {
  width: 50%;
  padding: 24px 16px 16px;
  border-bottom: 1px solid #bababa;
}
@media screen and (max-width: 480px) {
  .p-kv__car-form-confirm-dd {
    width: 60%;
    padding: 16px 8px 8px;
  }
}
.p-kv__car-form-done {
  text-align: center;
}
.p-kv__car-form-done.-hide {
  display: none;
}
.p-kv__car-form-done-title {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p-kv__car-form-done-title {
    font-size: 2rem;
  }
}
.p-kv__car-form-done-image {
  width: 80px;
  margin: 24px auto 0;
}
@media screen and (max-width: 480px) {
  .p-kv__car-form-done-image {
    width: 60px;
    margin-top: 16px;
  }
}
.p-kv__car-form-done-text {
  margin-top: 24px;
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .p-kv__car-form-done-text {
    margin-top: 16px;
    font-size: 1.3rem;
  }
}
.p-kv__car-heading {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}
.p-kv__car-item {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: flex-end;
  margin-top: 32px;
}
.p-kv__car-item-tel {
  display: block;
  max-width: 400px;
  margin-top: 32px;
}
.p-kv__car-item-badge {
  max-width: 376px;
}
@media screen and (max-width: 992px) {
  .p-kv__car-item-left {
    flex: 1;
  }
}
.p-kv__car-item-right {
  max-width: 256px;
}
@media screen and (max-width: 992px) {
  .p-kv__car-item-right {
    width: 132px;
  }
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.p-home {
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 992px) {
  .p-home {
    padding: 16px 0;
  }
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.p-page {
  max-width: 1312px;
  margin: 0 auto;
  padding: 40px 56px;
}
@media screen and (max-width: 992px) {
  .p-page {
    padding: 16px;
  }
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.p-catch {
  max-width: 1312px;
  margin: 0 auto;
  padding: 40px 56px;
}
@media screen and (max-width: 992px) {
  .p-catch {
    padding: 16px 16px 40px;
  }
}
.p-catch__heading {
  font-size: 3.2rem;
}
@media screen and (max-width: 992px) {
  .p-catch__heading {
    font-size: 2.4rem;
  }
}
.p-catch__text {
  margin-top: 32px;
  font-size: 1.6rem;
  line-height: 3;
}
@media screen and (max-width: 992px) {
  .p-catch__text {
    margin-top: 24px;
    font-size: 1.4rem;
    line-height: 2.4;
  }
}
.p-catch__text-accent {
  color: #30d137;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .p-catch__text-accent {
    font-size: 1.6rem;
  }
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.p-section-content-wrap {
  max-width: 1312px;
  margin: 0 auto;
  padding: 80px 56px;
}
@media screen and (max-width: 992px) {
  .p-section-content-wrap {
    padding: 40px 16px;
  }
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.p-section-top-business {
  background-color: #95c0ca;
}
.p-section-top-business__inner {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .p-section-top-business__inner {
    margin-top: 24px;
  }
}
.p-section-top-business__list-item {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-section-top-business__list-item {
    flex-wrap: wrap;
  }
}
.p-section-top-business__list-item + .p-section-top-business__list-item {
  margin-top: 64px;
}
@media screen and (max-width: 992px) {
  .p-section-top-business__list-item + .p-section-top-business__list-item {
    margin-top: 0;
  }
}
.p-section-top-business__list-item:nth-child(even) {
  flex-direction: row-reverse;
}
.p-section-top-business__image {
  width: 60%;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 992px) {
  .p-section-top-business__image {
    width: 95%;
  }
}
.p-section-top-business__introduction--even, .p-section-top-business__introduction {
  position: absolute;
  right: 0;
  bottom: 32px;
  width: 50%;
  padding: 32px 32px 96px;
  overflow: hidden;
  border-radius: 16px;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .p-section-top-business__introduction--even, .p-section-top-business__introduction {
    position: relative;
    right: -5%;
    bottom: 48px;
    width: 95%;
    padding: 16px 16px 80px;
  }
}

.p-section-top-business__introduction--even {
  right: auto;
  left: 0;
}
@media screen and (max-width: 992px) {
  .p-section-top-business__introduction--even {
    left: -5%;
  }
}
.p-section-top-business__introduction-heading {
  display: flex;
  align-items: flex-end;
}
.p-section-top-business__introduction-heading-number {
  color: #30b1d1;
  font-weight: bold;
  font-size: 6.4rem;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .p-section-top-business__introduction-heading-number {
    font-size: 2.8rem;
  }
}
.p-section-top-business__introduction-heading-text {
  margin-left: 8px;
  font-size: 3.6rem;
}
@media screen and (max-width: 992px) {
  .p-section-top-business__introduction-heading-text {
    font-size: 2rem;
  }
}
.p-section-top-business__introduction-text {
  margin-top: 24px;
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .p-section-top-business__introduction-text {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}
.p-section-top-business__introduction-text-truck {
  color: #2f8ed1;
  font-weight: bold;
}
.p-section-top-business__introduction-text-car {
  color: #fa8818;
  font-weight: bold;
}
.p-section-top-business__introduction-text-recycle {
  color: #30d137;
  font-weight: bold;
}
.p-section-top-business__introduction-text-export {
  color: #30b1d1;
  font-weight: bold;
}
.p-section-top-business__introduction-link--even, .p-section-top-business__introduction-link {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  padding: 20px 0;
  border-radius: 16px 0 0 0;
  background-color: #fa8818;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-section-top-business__introduction-link--even, .p-section-top-business__introduction-link {
    max-width: 280px;
    padding: 18px 0;
    font-size: 1.4rem;
  }
}

.p-section-top-business__introduction-link--even {
  right: auto;
  left: 0;
  border-radius: 0 16px 0 0;
}
.p-section-top-business__introduction-link-text {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .p-section-top-business__introduction-link-text {
    padding-left: 12px;
  }
}
.p-section-top-business__introduction-link-text::before {
  display: block;
  position: relative;
  top: 14px;
  left: -24px;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}
@media screen and (max-width: 992px) {
  .p-section-top-business__introduction-link-text::before {
    top: 12px;
    left: -20px;
    width: 8px;
    height: 8px;
  }
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.p-section-top-company {
  background-color: #95c0ca;
}
.p-section-top-company__inner {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .p-section-top-company__inner {
    margin-top: 24px;
  }
}
.p-section-top-company__dl {
  margin-top: 32px;
  padding: 40px 40px 56px;
  border-radius: 32px;
  box-shadow: 3px 3px 3px 1px rgba(58, 58, 58, 0.2);
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .p-section-top-company__dl {
    padding: 24px 24px 32px;
  }
}
.p-section-top-company .c-button--accent {
  max-width: 250px;
  margin: 56px auto 0;
}
@media screen and (max-width: 992px) {
  .p-section-top-company .c-button--accent {
    max-width: 180px;
    margin-top: 32px;
  }
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.p-section-top-access__inner {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
  gap: 48px;
}
@media screen and (max-width: 992px) {
  .p-section-top-access__inner {
    display: block;
    margin-top: 24px;
    gap: 24px;
  }
}
.p-section-top-access__map--pc {
  display: block;
  width: 60%;
  height: 400px;
}
@media screen and (max-width: 992px) {
  .p-section-top-access__map--pc {
    display: none;
  }
}
.p-section-top-access__map--sp {
  display: none;
}
@media screen and (max-width: 992px) {
  .p-section-top-access__map--sp {
    display: block;
    width: 100%;
    height: 300px;
  }
}
.p-section-top-access__text {
  flex: 1;
  padding-top: 24px;
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .p-section-top-access__text {
    width: 100%;
    padding: 24px 16px 16px;
    font-size: 1.4rem;
  }
}
.p-section-top-access__text-duration {
  display: flex;
  margin-top: 16px;
}
.p-section-top-access__text-duration-minutes {
  margin-left: 12px;
}
.p-section-access__icon--pin, .p-section-access__icon, .p-section-top-access__icon--pin, .p-section-top-access__icon {
  display: block;
  width: 20px;
}

.p-section-top-access__icon--pin {
  padding: 0 2px;
}
.p-section-top-access__icon-image {
  vertical-align: middle;
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.p-section-top-contact {
  background-color: #95c0ca;
}
.p-section-top-contact__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 40px;
  gap: 36px;
}
@media screen and (max-width: 992px) {
  .p-section-top-contact__inner {
    flex-wrap: wrap;
    margin-top: 24px;
    gap: 24px;
  }
}
.p-section-top-contact__message {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-section-top-contact__message {
    font-size: 1.6rem;
  }
}
.p-section-top-contact__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(50% - 18px);
  padding: 24px;
  border-radius: 16px;
  box-shadow: 3px 3px 3px 1px rgba(58, 58, 58, 0.2);
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-section-top-contact__item {
    width: 100%;
  }
}
.p-section-top-contact__item .c-button {
  max-width: 200px;
  margin: 16px auto 0;
}
@media screen and (max-width: 992px) {
  .p-section-top-contact__item .c-button {
    max-width: 180px;
  }
}
.p-section-top-contact__item-text {
  display: block;
  width: 100%;
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .p-section-top-contact__item-text {
    font-size: 1.6rem;
  }
}
.p-section-top-contact__item-tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  gap: 12px;
}
.p-section-top-contact__item-tel-image {
  width: 30px;
}
@media screen and (max-width: 992px) {
  .p-section-top-contact__item-tel-image {
    width: 25px;
  }
}
.p-section-top-contact__item-tel-number {
  padding-right: 16px;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .p-section-top-contact__item-tel-number {
    font-size: 3.2rem;
  }
}
.p-section-top-contact__item-tel-time {
  display: block;
  width: 100%;
  font-size: 1.4rem;
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.p-section-top-news__inner {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .p-section-top-news__inner {
    margin-top: 24px;
  }
}
.p-section-top-news__list {
  padding-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .p-section-top-news__list {
    margin-top: 16px;
  }
}
.p-section-top-news__list-item {
  padding: 32px;
  border-bottom: 1px solid #bababa;
}
@media screen and (max-width: 992px) {
  .p-section-top-news__list-item {
    padding: 16px;
  }
}
.p-section-top-news__list-item-date {
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .p-section-top-news__list-item-date {
    font-size: 1.2rem;
  }
}
.p-section-top-news__list-item-text {
  margin-top: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .p-section-top-news__list-item-text {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.p-section-company {
  margin-top: 48px;
}
@media screen and (max-width: 992px) {
  .p-section-company {
    margin-top: 24px;
  }
}
.p-section-company__inner {
  margin: 56px auto 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .p-section-company__inner {
    margin-top: 24px;
  }
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.p-section-recruit {
  margin-top: 48px;
}
@media screen and (max-width: 992px) {
  .p-section-recruit {
    margin-top: 24px;
  }
}
.p-section-recruit__inner {
  margin: 56px auto 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .p-section-recruit__inner {
    margin-top: 24px;
  }
}
.p-section-recruit__inner .c-button--accent {
  width: 200px;
  margin: 64px auto;
}
.p-section-recruit__title {
  margin-bottom: 32px;
  padding-left: 8px;
  font-weight: normal;
  font-size: 3.2rem;
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.p-section-access {
  margin-top: 120px;
}
@media screen and (max-width: 992px) {
  .p-section-access {
    margin-top: 64px;
  }
}
.p-section-access__inner {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
  gap: 48px;
}
@media screen and (max-width: 992px) {
  .p-section-access__inner {
    display: block;
    margin-top: 24px;
    gap: 24px;
  }
}
.p-section-access__map--pc {
  display: block;
  width: 60%;
  height: 400px;
}
@media screen and (max-width: 992px) {
  .p-section-access__map--pc {
    display: none;
  }
}
.p-section-access__map--sp {
  display: none;
}
@media screen and (max-width: 992px) {
  .p-section-access__map--sp {
    display: block;
    width: 100%;
    height: 300px;
  }
}
.p-section-access__text {
  flex: 1;
  padding-top: 24px;
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .p-section-access__text {
    width: 100%;
    padding: 24px 16px 16px;
    font-size: 1.4rem;
  }
}
.p-section-access__text-duration {
  display: flex;
  margin-top: 16px;
}
.p-section-access__text-duration-minutes {
  margin-left: 12px;
}
.p-section-access__icon--pin, .p-section-access__icon, .p-section-top-access__icon, .p-section-top-access__icon--pin {
  display: block;
  width: 20px;
}

.p-section-access__icon--pin {
  padding: 0 2px;
}
.p-section-access__icon-image {
  vertical-align: middle;
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.p-section-contact {
  margin-top: 120px;
}
@media screen and (max-width: 992px) {
  .p-section-contact {
    margin-top: 64px;
  }
}
.p-section-contact__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 40px;
  gap: 36px;
}
@media screen and (max-width: 992px) {
  .p-section-contact__inner {
    flex-wrap: wrap;
    margin-top: 24px;
    gap: 24px;
  }
}
.p-section-contact__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(50% - 18px);
  padding: 24px;
  border: 1px solid #bababa;
  border-radius: 16px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-section-contact__item {
    width: 100%;
  }
}
.p-section-contact__item .c-button {
  max-width: 200px;
  margin: 16px auto 0;
}
@media screen and (max-width: 992px) {
  .p-section-contact__item .c-button {
    max-width: 180px;
  }
}
.p-section-contact__item-text {
  display: block;
  width: 100%;
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .p-section-contact__item-text {
    font-size: 1.6rem;
  }
}
.p-section-contact__item-tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  gap: 12px;
}
.p-section-contact__item-tel-image {
  width: 30px;
}
@media screen and (max-width: 992px) {
  .p-section-contact__item-tel-image {
    width: 25px;
  }
}
.p-section-contact__item-tel-number {
  padding-right: 16px;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .p-section-contact__item-tel-number {
    font-size: 3.2rem;
  }
}
.p-section-contact__item-tel-time {
  display: block;
  width: 100%;
  font-size: 1.4rem;
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.p-section-policy {
  margin-top: 48px;
}
@media screen and (max-width: 992px) {
  .p-section-policy {
    margin-top: 24px;
  }
}
.p-section-policy__inner {
  margin: 56px auto 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .p-section-policy__inner {
    margin-top: 24px;
  }
}
.p-section-policy__inner h2 {
  font-weight: normal;
  font-size: 3.2rem;
}
@media screen and (max-width: 992px) {
  .p-section-policy__inner h2 {
    font-size: 1.8rem;
  }
}
.p-section-policy__inner h2 + p, .p-section-policy__inner h2 + ul, .p-section-policy__inner h2 + ol {
  margin-top: 16px;
}
.p-section-policy__inner p {
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .p-section-policy__inner p {
    font-size: 1.4rem;
  }
}
.p-section-policy__inner p + .p-section-policy__inner p, .p-section-policy__inner p + ul, .p-section-policy__inner p + ol {
  margin-top: 16px;
}
.p-section-policy__inner p + h2 {
  margin-top: 40px;
}
.p-section-policy__inner ul,
.p-section-policy__inner ol {
  list-style-type: auto;
  padding-left: 24px;
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .p-section-policy__inner ul,
  .p-section-policy__inner ol {
    font-size: 1.4rem;
  }
}
.p-section-policy__inner ul + h2,
.p-section-policy__inner ol + h2 {
  margin-top: 40px;
}
.p-section-policy__inner ul + .p-section-policy__inner ul, .p-section-policy__inner ul + p,
.p-section-policy__inner ul + .p-section-policy__inner ol,
.p-section-policy__inner ol + p,
.p-section-policy__inner ol + .p-section-policy__inner ul,
.p-section-policy__inner ol + .p-section-policy__inner ol {
  margin-top: 16px;
}
.p-section-policy__inner li {
  margin-top: 8px;
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.p-section-export__inner {
  margin-top: 56px;
}
@media screen and (max-width: 992px) {
  .p-section-export__inner {
    margin-top: 24px;
  }
}
.p-section-export__list-item + .p-section-export__list-item {
  margin-top: 48px;
}
@media screen and (max-width: 992px) {
  .p-section-export__list-item + .p-section-export__list-item {
    margin-top: 32px;
  }
}
.p-section-export__list-item-title {
  font-weight: bold;
  font-size: 3.6rem;
}
@media screen and (max-width: 992px) {
  .p-section-export__list-item-title {
    font-size: 2.4rem;
  }
}
.p-section-export__list-item-num {
  margin-right: 8px;
  color: #30b1d1;
  font-size: 4.8rem;
}
@media screen and (max-width: 992px) {
  .p-section-export__list-item-num {
    font-size: 3.6rem;
  }
}
.p-section-export__list-item-text {
  margin-top: 24px;
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .p-section-export__list-item-text {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}
.p-section-export__image-list {
  display: grid;
  gap: 24px;
  margin-top: 32px;
}
.p-section-export__image-list.-x3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-section-export__image-list.-x3 .p-section-export__image-item {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.p-section-export__image-list.-y4 {
  grid-template-columns: repeat(4, 1fr);
}
.p-section-export__image-list.-y4 .p-section-export__image-item {
  aspect-ratio: 3/4;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .p-section-export__image-list {
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 24px;
  }
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.p-section-recycle__list {
  display: grid;
  gap: 32px 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 992px) {
  .p-section-recycle__list {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-section-recycle__list-item-image {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.p-section-recycle__list-item-alt {
  display: block;
  margin-top: 16px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-section-recycle__list-item-alt {
    margin-top: 8px;
    font-size: 1rem;
  }
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.p-section-truck--reverse {
  background: #95c0ca;
}
.p-section-truck__inner {
  max-width: 1312px;
  margin: 0 auto;
  padding: 80px 56px;
}
@media screen and (max-width: 992px) {
  .p-section-truck__inner {
    padding: 40px 16px;
  }
}
.p-section-truck__inner--full {
  max-width: 1312px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 992px) {
  .p-section-truck__inner--full {
    padding: 40px 16px;
  }
}
.p-section-truck__title {
  font-size: 4.8rem;
  text-align: center;
  text-shadow: 2px 2px 0px #fff;
}
@media screen and (max-width: 992px) {
  .p-section-truck__title {
    font-size: 3.2rem;
  }
}
.p-section-truck__work {
  margin-top: 64px;
}
@media screen and (max-width: 992px) {
  .p-section-truck__work {
    margin-top: 32px;
  }
}
.p-section-truck__work-list-item {
  margin: 0 8px 8px;
  overflow: hidden;
  border: 5px solid #3a3a3a;
  border-radius: 16px;
  box-shadow: 3px 3px 3px 1px rgba(58, 58, 58, 0.2);
  background-color: #fff;
}
.p-section-truck__work-image-item {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.p-section-truck__work-text {
  padding: 16px;
}
@media screen and (max-width: 992px) {
  .p-section-truck__work-text {
    padding: 8px 16px 16px;
  }
}
.p-section-truck__work-text-price {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .p-section-truck__work-text-price {
    font-size: 1.4rem;
  }
}
.p-section-truck__work-text-price-accent {
  padding: 0 4px;
  color: #fa8818;
  font-weight: bold;
  font-size: 3.2rem;
}
@media screen and (max-width: 992px) {
  .p-section-truck__work-text-price-accent {
    font-size: 2.4rem;
  }
}
.p-section-truck__work-dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .p-section-truck__work-dl {
    margin-top: 8px;
  }
}
.p-section-truck__work-dt {
  width: 88px;
}
.p-section-truck__work-dd {
  width: calc(100% - 88px);
}
.p-section-truck__reason {
  margin-top: 64px;
}
@media screen and (max-width: 992px) {
  .p-section-truck__reason {
    margin-top: 32px;
  }
}
.p-section-truck__reason-list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .p-section-truck__reason-list {
    gap: 16px;
  }
}
.p-section-truck__reason-list-item {
  width: calc(33.3333333333% - 21.3333333333px);
  padding: 24px;
  border: 5px solid #3a3a3a;
  border-radius: 16px;
  box-shadow: 3px 3px 3px 1px rgba(58, 58, 58, 0.2);
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-section-truck__reason-list-item {
    width: 100%;
  }
}
.p-section-truck__reason-list-item-title {
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  .p-section-truck__reason-list-item-title {
    font-size: 1.8rem;
  }
}
.p-section-truck__reason-list-item-image {
  width: auto;
  height: 100px;
  margin-top: 24px;
}
@media screen and (max-width: 992px) {
  .p-section-truck__reason-list-item-image {
    height: 80px;
    margin-top: 16px;
  }
}
.p-section-truck__reason-list-item-text {
  margin-top: 24px;
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .p-section-truck__reason-list-item-text {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}
.p-section-truck__flow {
  margin-top: 64px;
}
@media screen and (max-width: 992px) {
  .p-section-truck__flow {
    margin-top: 40px;
  }
}
.p-section-truck__flow-list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .p-section-truck__flow-list {
    gap: 32px 16px;
  }
}
.p-section-truck__flow-list-item {
  position: relative;
  width: calc(25% - 24px);
  padding: 40px 24px 24px;
  border: 5px solid #3a3a3a;
  border-radius: 16px;
  box-shadow: 3px 3px 3px 1px rgba(58, 58, 58, 0.2);
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-section-truck__flow-list-item {
    width: calc(50% - 16px);
    padding: 32px 16px 16px;
  }
}
.p-section-truck__flow-list-item-index {
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  padding: 8px;
  border-radius: 50%;
  background-color: #fa8818;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-section-truck__flow-list-item-index {
    top: -20px;
    width: 45px;
    height: 45px;
    font-size: 1.8rem;
  }
}
.p-section-truck__flow-list-item-title {
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  .p-section-truck__flow-list-item-title {
    font-size: 1.8rem;
  }
}
.p-section-truck__flow-list-item-image {
  width: auto;
  height: 80px;
  margin-top: 24px;
}
@media screen and (max-width: 992px) {
  .p-section-truck__flow-list-item-image {
    height: 40px;
    margin-top: 16px;
  }
}
.p-section-truck__flow-list-item-text {
  margin-top: 24px;
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .p-section-truck__flow-list-item-text {
    margin-top: 16px;
    font-size: 1.2rem;
  }
}
.p-section-truck__faq {
  max-width: 900px;
  margin: 64px auto 0;
}
@media screen and (max-width: 992px) {
  .p-section-truck__faq {
    margin-top: 32px;
  }
}
.p-section-truck__faq-q {
  display: flex;
  align-items: flex-end;
  padding: 16px 24px;
  background-color: #95c0ca;
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .p-section-truck__faq-q {
    padding: 16px;
    font-size: 1.4rem;
  }
}
.p-section-truck__faq-q-icon {
  display: block;
  color: #fa8818;
  font-weight: bold;
  font-size: 3.6rem;
}
@media screen and (max-width: 992px) {
  .p-section-truck__faq-q-icon {
    padding-bottom: 4px;
    font-size: 2.4rem;
  }
}
.p-section-truck__faq-q-text {
  margin-left: 12px;
}
@media screen and (max-width: 992px) {
  .p-section-truck__faq-q-text {
    margin-left: 8px;
  }
}
.p-section-truck__faq-a {
  display: flex;
  align-items: flex-end;
  padding: 24px;
  background-color: rgba(238, 238, 238, 0.6);
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .p-section-truck__faq-a {
    padding: 16px;
    font-size: 1.4rem;
  }
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.p-section-car--reverse {
  background: #ffa752;
}
.p-section-car__inner {
  max-width: 1312px;
  margin: 0 auto;
  padding: 80px 56px;
}
@media screen and (max-width: 992px) {
  .p-section-car__inner {
    padding: 40px 16px;
  }
}
.p-section-car__inner--full {
  max-width: 1312px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 992px) {
  .p-section-car__inner--full {
    padding: 40px 16px;
  }
}
.p-section-car__title {
  font-size: 4.8rem;
  text-align: center;
  text-shadow: 2px 2px 0px #fff;
}
@media screen and (max-width: 992px) {
  .p-section-car__title {
    font-size: 3.2rem;
  }
}
.p-section-car__title-accent {
  margin-right: 8px;
  color: #30b1d1;
  font-size: 6.4rem;
  text-underline-offset: 5px;
  text-decoration: underline;
  text-decoration-color: #fa8818;
  text-decoration-thickness: 8px;
}
@media screen and (max-width: 992px) {
  .p-section-car__title-accent {
    margin-right: 4px;
    font-size: 3.6rem;
    text-underline-offset: 3px;
  }
}
.p-section-car__work {
  margin-top: 64px;
}
@media screen and (max-width: 992px) {
  .p-section-car__work {
    margin-top: 32px;
  }
}
.p-section-car__work-list-item {
  margin: 0 8px 8px;
  overflow: hidden;
  border: 3px solid #3a3a3a;
  border-radius: 16px;
  box-shadow: 3px 3px 3px 1px rgba(58, 58, 58, 0.2);
  background-color: #fff;
}
.p-section-car__work-image-item {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.p-section-car__work-text {
  padding: 16px;
}
@media screen and (max-width: 992px) {
  .p-section-car__work-text {
    padding: 8px 16px 16px;
  }
}
.p-section-car__work-text-price {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .p-section-car__work-text-price {
    font-size: 1.4rem;
  }
}
.p-section-car__work-text-price-accent {
  padding: 0 4px;
  color: #fa8818;
  font-weight: bold;
  font-size: 3.2rem;
}
@media screen and (max-width: 992px) {
  .p-section-car__work-text-price-accent {
    font-size: 2.4rem;
  }
}
.p-section-car__work-dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .p-section-car__work-dl {
    margin-top: 8px;
  }
}
.p-section-car__work-dt {
  width: 88px;
}
.p-section-car__work-dd {
  width: calc(100% - 88px);
}
.p-section-car__reason {
  margin-top: 64px;
}
@media screen and (max-width: 992px) {
  .p-section-car__reason {
    margin-top: 32px;
  }
}
.p-section-car__reason-list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .p-section-car__reason-list {
    gap: 16px;
  }
}
.p-section-car__reason-list-item {
  width: calc(33.3333333333% - 21.3333333333px);
  padding: 24px;
  border: 5px solid #3a3a3a;
  border-radius: 16px;
  box-shadow: 3px 3px 3px 1px rgba(58, 58, 58, 0.2);
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-section-car__reason-list-item {
    width: 100%;
  }
}
.p-section-car__reason-list-item-title {
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  .p-section-car__reason-list-item-title {
    font-size: 1.8rem;
  }
}
.p-section-car__reason-list-item-image {
  width: auto;
  height: 100px;
  margin-top: 24px;
}
@media screen and (max-width: 992px) {
  .p-section-car__reason-list-item-image {
    height: 80px;
    margin-top: 16px;
  }
}
.p-section-car__reason-list-item-text {
  margin-top: 24px;
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .p-section-car__reason-list-item-text {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}
.p-section-car__recommend {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 800px;
  margin: 64px auto 0;
  border: 5px solid #3a3a3a;
  border-radius: 16px;
  box-shadow: 3px 3px 3px 1px rgba(58, 58, 58, 0.2);
}
@media screen and (max-width: 992px) {
  .p-section-car__recommend {
    margin-top: 40px;
  }
}
.p-section-car__recommend-decoration {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 992px) {
  .p-section-car__recommend-decoration {
    width: 20px;
    height: 20px;
  }
}
.p-section-car__recommend-decoration:nth-child(1) {
  top: 16px;
  left: 16px;
}
@media screen and (max-width: 992px) {
  .p-section-car__recommend-decoration:nth-child(1) {
    top: 8px;
    left: 8px;
  }
}
.p-section-car__recommend-decoration:nth-child(2) {
  top: 16px;
  right: 16px;
}
@media screen and (max-width: 992px) {
  .p-section-car__recommend-decoration:nth-child(2) {
    top: 8px;
    right: 8px;
  }
}
.p-section-car__recommend-decoration:nth-child(3) {
  bottom: 16px;
  left: 16px;
}
@media screen and (max-width: 992px) {
  .p-section-car__recommend-decoration:nth-child(3) {
    bottom: 8px;
    left: 8px;
  }
}
.p-section-car__recommend-decoration:nth-child(4) {
  right: 16px;
  bottom: 16px;
}
@media screen and (max-width: 992px) {
  .p-section-car__recommend-decoration:nth-child(4) {
    right: 8px;
    bottom: 8px;
  }
}
.p-section-car__recommend-decoration-image {
  vertical-align: baseline;
}
.p-section-car__recommend-list {
  margin: 0 auto;
  padding: 56px;
}
@media screen and (max-width: 992px) {
  .p-section-car__recommend-list {
    padding: 32px 16px;
  }
}
.p-section-car__recommend-list-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .p-section-car__recommend-list-item {
    align-items: flex-start;
  }
}
.p-section-car__recommend-list-item + .p-section-car__recommend-list-item {
  margin-top: 8px;
}
@media screen and (max-width: 992px) {
  .p-section-car__recommend-list-item + .p-section-car__recommend-list-item {
    margin-top: 8px;
  }
}
.p-section-car__recommend-list-item-image {
  width: 30px;
}
@media screen and (max-width: 992px) {
  .p-section-car__recommend-list-item-image {
    width: 15px;
    padding-top: 8px;
  }
}
.p-section-car__recommend-list-item-text {
  margin-left: 16px;
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  .p-section-car__recommend-list-item-text {
    margin-left: 8px;
    font-size: 1.6rem;
  }
}
.p-section-car__recommend-list-item-text-underline {
  text-underline-offset: 2px;
  text-decoration: underline;
  text-decoration-color: #fa8818;
  text-decoration-thickness: 5px;
}
@media screen and (max-width: 992px) {
  .p-section-car__recommend-list-item-text-underline {
    text-decoration-thickness: 3px;
  }
}
.p-section-car__flow {
  margin-top: 64px;
}
@media screen and (max-width: 992px) {
  .p-section-car__flow {
    margin-top: 40px;
  }
}
.p-section-car__flow-list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .p-section-car__flow-list {
    gap: 32px 16px;
  }
}
.p-section-car__flow-list-item {
  position: relative;
  width: calc(25% - 24px);
  padding: 40px 24px 24px;
  border: 5px solid #3a3a3a;
  border-radius: 16px;
  box-shadow: 3px 3px 3px 1px rgba(58, 58, 58, 0.2);
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-section-car__flow-list-item {
    width: calc(50% - 16px);
    padding: 32px 16px 16px;
  }
}
.p-section-car__flow-list-item-index {
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  padding: 8px;
  border-radius: 50%;
  background-color: #30b1d1;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-section-car__flow-list-item-index {
    top: -20px;
    width: 45px;
    height: 45px;
    font-size: 1.8rem;
  }
}
.p-section-car__flow-list-item-title {
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  .p-section-car__flow-list-item-title {
    font-size: 1.8rem;
  }
}
.p-section-car__flow-list-item-image {
  width: auto;
  height: 80px;
  margin-top: 24px;
}
@media screen and (max-width: 992px) {
  .p-section-car__flow-list-item-image {
    height: 40px;
    margin-top: 16px;
  }
}
.p-section-car__flow-list-item-text {
  margin-top: 24px;
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .p-section-car__flow-list-item-text {
    margin-top: 16px;
    font-size: 1.2rem;
  }
}
.p-section-car__faq {
  max-width: 900px;
  margin: 64px auto 0;
}
@media screen and (max-width: 992px) {
  .p-section-car__faq {
    margin-top: 32px;
  }
}
.p-section-car__faq-q {
  display: flex;
  align-items: flex-end;
  padding: 16px 24px;
  background-color: #ffa752;
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .p-section-car__faq-q {
    padding: 16px;
    font-size: 1.4rem;
  }
}
.p-section-car__faq-q-icon {
  display: block;
  color: #30b1d1;
  font-weight: bold;
  font-size: 3.6rem;
}
@media screen and (max-width: 992px) {
  .p-section-car__faq-q-icon {
    padding-bottom: 4px;
    font-size: 2.4rem;
  }
}
.p-section-car__faq-q-text {
  margin-left: 12px;
}
@media screen and (max-width: 992px) {
  .p-section-car__faq-q-text {
    margin-left: 8px;
  }
}
.p-section-car__faq-a {
  display: flex;
  align-items: flex-end;
  padding: 24px;
  background-color: rgba(238, 238, 238, 0.6);
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .p-section-car__faq-a {
    padding: 16px;
    font-size: 1.4rem;
  }
}
.p-section-car__comparison {
  margin: 64px auto 0;
}
@media screen and (max-width: 992px) {
  .p-section-car__comparison {
    margin-top: 32px;
  }
}
.p-section-car__comparison-guide {
  display: none;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-section-car__comparison-guide {
    display: block;
  }
}
.p-section-car__comparison-guide-image {
  width: 50px;
  margin-top: 8px;
}
.p-section-car__comparison-guide-text {
  font-size: 1.2rem;
}
@media screen and (max-width: 992px) {
  .p-section-car__comparison-content {
    overflow: scroll;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.p-section-car__comparison-table {
  margin: 0 auto;
  border: 2px solid #3a3a3a;
  font-size: 1.6rem;
  white-space: nowrap;
  border-collapse: collapse;
}
@media screen and (max-width: 992px) {
  .p-section-car__comparison-table {
    margin-top: 24px;
    font-size: 1.4rem;
  }
}
.p-section-car__comparison-table-tr {
  border: 2px solid #3a3a3a;
}
.p-section-car__comparison-table-tr:first-child .p-section-car__comparison-table-th:nth-child(2) {
  position: relative;
}
.p-section-car__comparison-table-tr:first-child .p-section-car__comparison-table-th:nth-child(2):before {
  position: absolute;
  top: -6px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 8px);
  border: 7px solid #30b1d1;
  background: none;
  content: "";
}
.p-section-car__comparison-table-tr:last-child .p-section-car__comparison-table-td:nth-child(2) {
  position: relative;
}
.p-section-car__comparison-table-tr:last-child .p-section-car__comparison-table-td:nth-child(2):before {
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 8px);
  border-bottom: 7px solid #30b1d1;
  background: none;
  content: "";
}
.p-section-car__comparison-table-th {
  width: 240px;
  height: 80px;
  background-color: #656565;
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 992px) {
  .p-section-car__comparison-table-th {
    height: 64px;
  }
}
.p-section-car__comparison-table-th + .p-section-car__comparison-table-th {
  border-left: 2px solid #3a3a3a;
}
.p-section-car__comparison-table-th:first-child {
  background-color: #fff;
}
.p-section-car__comparison-table-th:nth-child(2) {
  position: relative;
  background-color: #30b1d1;
  color: #fff;
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  .p-section-car__comparison-table-th:nth-child(2) {
    font-size: 1.8rem;
  }
}
.p-section-car__comparison-table-td {
  padding: 16px 0;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-section-car__comparison-table-td {
    padding: 8px 16px;
    font-size: 1.2rem;
  }
}
.p-section-car__comparison-table-td + .p-section-car__comparison-table-td {
  border-left: 2px solid #3a3a3a;
}
.p-section-car__comparison-table-td:first-child {
  background-color: #656565;
  color: #fff;
}
.p-section-car__comparison-table-td:nth-child(2) {
  position: relative;
}
.p-section-car__comparison-table-td:nth-child(2):before {
  position: absolute;
  top: -6px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 8px);
  border-left: 7px solid #30b1d1;
  border-right: 7px solid #30b1d1;
  background: none;
  content: "";
}
.p-section-car__comparison-table-td:nth-child(2):after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 116, 116, 0.1);
  content: "";
}
.p-section-car__comparison-table-td-text {
  margin-top: 8px;
  line-height: 1.4;
}
.p-section-car__comparison-table-image {
  width: 30px;
}
@media screen and (max-width: 992px) {
  .p-section-car__comparison-table-image {
    width: 20px;
  }
}
.p-section-car__area {
  margin: 64px auto 0;
  padding: 40px;
  overflow: hidden;
  border: 5px solid #3a3a3a;
  border-radius: 16px;
  box-shadow: 3px 3px 3px 1px rgba(58, 58, 58, 0.2);
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .p-section-car__area {
    margin-top: 32px;
    padding: 16px;
  }
}
.p-section-car__area-image {
  max-width: 640px;
  margin: 56px auto;
}
.p-section-car__area-text-explain {
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .p-section-car__area-text-explain {
    font-size: 1.4rem;
  }
}
.p-section-car__area-text-area {
  margin-top: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .p-section-car__area-text-area {
    font-size: 1.4rem;
  }
}
.p-section-car__area-text-note {
  margin-top: 32px;
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .p-section-car__area-text-note {
    font-size: 1.4rem;
  }
}

/* sub page */
/* component */
/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.c-button--accent, .c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 32px;
  border-radius: 30px;
  box-shadow: 3px 3px 3px 1px rgba(58, 58, 58, 0.2);
  background-color: #30b1d1;
  color: #f5f5f5;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .c-button--accent, .c-button {
    padding: 12px 24px;
    font-size: 1.4rem;
  }
}

.c-button--accent {
  background-color: #fa8818;
}
.c-button__icon-mail {
  width: 20px;
  height: 16px;
  margin-right: 8px;
  padding-top: 1px;
}
@media screen and (max-width: 992px) {
  .c-button__icon-mail {
    width: 16px;
  }
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.c-floating-buttons {
  position: fixed;
  right: 0;
  bottom: 50%;
  z-index: 10;
  transform: translateY(50%);
  font-size: 1.4rem;
  text-align: center;
  border-top: 3px solid #3a3a3a;
  border-left: 3px solid #3a3a3a;
  border-right: 3px solid #3a3a3a;
  border-bottom: 3px solid #3a3a3a;
}
@media screen and (max-width: 992px) {
  .c-floating-buttons {
    display: flex;
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    font-size: 1.3rem;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}
.c-floating-buttons__item {
  display: block;
  padding: 24px 16px;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .c-floating-buttons__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.3333333333%;
    height: 56px;
    padding: 16px 0 24px;
  }
}
.c-floating-buttons__item + .c-floating-buttons__item {
  border-top: 3px solid #3a3a3a;
}
@media screen and (max-width: 992px) {
  .c-floating-buttons__item + .c-floating-buttons__item {
    border-top: none;
    border-left: 3px solid #3a3a3a;
  }
}
.c-floating-buttons__item:first-child {
  background-color: #fa8818;
  color: #fff;
}
.c-floating-buttons__item:nth-child(2) {
  background-color: #08c755;
  color: #fff;
}
.c-floating-buttons__item:nth-child(3) {
  background-color: #30b1d1;
  color: #fff;
}
.c-floating-buttons__item-image {
  width: auto;
  height: 25px;
}
@media screen and (max-width: 992px) {
  .c-floating-buttons__item-image {
    height: 16px;
  }
}
.c-floating-buttons__item-image.-line {
  height: 32px;
}
@media screen and (max-width: 992px) {
  .c-floating-buttons__item-image.-line {
    height: 24px;
  }
}
.c-floating-buttons__item-text {
  display: block;
  margin-top: 8px;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .c-floating-buttons__item-text {
    margin-top: 0;
    margin-left: 4px;
    line-height: 0.8;
  }
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.c-form p {
  color: #fff;
}
.c-form p input {
  margin-top: 4px;
}
.c-form p + p {
  margin-top: 12px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=submit],
textarea {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #bababa;
  border-radius: 6px;
  background-color: #fff;
  color: #3a3a3a !important;
  font-size: 1.4rem;
  outline: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 992px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=submit],
  textarea {
    padding: 8px;
  }
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=submit]::placeholder,
textarea::placeholder {
  color: #d4d4d4;
  font-size: 1.4rem;
}

input[type=submit] {
  width: 250px;
  padding: 12px 10px 10px;
  border: none;
  border: 1px solid #3a3a3a;
  border-radius: 0;
  color: #3a3a3a;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  -webkit-appearance: none;
}
input[type=submit]:hover {
  background-color: #3a3a3a;
}

input[type=submit]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type=text]::-webkit-search-cancel-button,
input[type=email]::-webkit-search-cancel-button,
input[type=password]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-cancel-button,
textarea::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  margin-top: 4px;
  background-color: #fff !important;
  color: #3a3a3a !important;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: "Arial", "Montserrat", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0.01em;
  resize: none;
}

select {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 54px;
  padding: 0 15px;
  padding-right: 40px;
  border: none;
  background: transparent;
  color: rgba(105, 105, 105, 0.2509803922);
  font-size: 1.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.selectFontColor {
  color: rgba(105, 105, 105, 0.2509803922);
}

.selectWrap {
  position: relative;
  margin-right: 5px;
}
.selectWrap:after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border: 0px;
  content: "";
  border-right: solid 2px #3a3a3a;
  border-bottom: solid 2px #3a3a3a;
}

input[type=checkbox] {
  display: none; /* checkboxを非表示にする */
}
input[type=checkbox] + .wpcf7-list-item-label {
  position: relative; /* ボックスの位置を指定する */
  padding-right: 26px; /* ボックス内側の余白を指定する */
}
input[type=checkbox] + .wpcf7-list-item-label:hover::after {
  background-color: #fff;
}
input[type=checkbox] + .wpcf7-list-item-label::after, input[type=checkbox] + .wpcf7-list-item-label::before {
  display: block; /* ブロックレベル要素化する */
  position: absolute; /* ボックスの位置を指定する */
  top: 50%; /* 上部から配置の基準位置を決める */
  content: ""; /* ボックスのコンテンツ */
}
input[type=checkbox] + .wpcf7-list-item-label::after {
  left: 0;
  width: 22px;
  height: 22px;
  margin-top: -12px;
  border: none;
  border-radius: 2px; /* ボックスの角丸を指定する */
  box-sizing: border-box;
  background-color: #fff;
}
input[type=checkbox] + .wpcf7-list-item-label::before {
  opacity: 0; /* 要素を透過指定する */
  left: 7px; /* 左から配置の基準位置を決める */
  transform: rotate(45deg); /* 要素を回転させる */
  width: 8px; /* ボックスの横幅を指定する */
  height: 11px; /* ボックスの高さを指定する */
  margin-top: -8px; /* チェックマークの位置 */
  border-right: 3px solid #3a3a3a;
  border-bottom: 3px solid #3a3a3a;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  opacity: 1; /* 要素を表示する */
  z-index: 1000;
}

input[type=radio] {
  display: none; /* checkboxを非表示にする */
}
input[type=radio] + label {
  position: relative; /* ボックスの位置を指定する */
  padding: 0 0 0 28px; /* ボックス内側の余白を指定する */
}
input[type=radio] + label:hover::after {
  background-color: #fff;
}
input[type=radio] + label::after, input[type=radio] + label::before {
  display: block; /* ブロックレベル要素化する */
  position: absolute; /* ボックスの位置を指定する */
  top: 50%; /* 上部から配置の基準位置を決める */
  content: ""; /* ボックスのコンテンツ */
}
input[type=radio] + label::after {
  left: 4px;
  z-index: 0;
  width: 17px;
  height: 17px;
  margin-top: -9px;
  border: 1px solid #3a3a3a;
  border-radius: 50%; /* ボックスの角丸を指定する*/
  background-color: #fff;
}
input[type=radio] + label::before {
  opacity: 0; /* 要素を透過指定する */
  left: 8px;
  z-index: 1;
  width: 9px;
  height: 9px; /* ボックスの高さを指定する */
  margin-top: -5px;
  border-radius: 50%; /* 要素を回転させる */
}

.agree_wrap {
  margin-top: 16px;
  text-align: center;
}
.agree_wrap .agree_text {
  font-weight: bold;
  font-size: 1.2rem;
}
.agree_wrap .agree_text a {
  color: #fff !important;
  text-decoration: underline;
}

.button_wrap {
  text-align: center;
}
.button_wrap input[type=submit] {
  width: 100%;
  max-width: 272px;
  margin: 24px auto 0;
  padding: 12px;
  border: none;
  border-radius: 8px;
  color: #fff !important;
  font-size: 1.4rem;
  text-align: center;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-response-output {
  margin-top: 16px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .wpcf7-response-output {
    margin-top: 12px;
  }
}

.c-external-icon {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
}
.c-external-icon__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.c-definition-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .c-definition-list {
    font-size: 1.4rem;
  }
}
.c-definition-list__dt--sm, .c-definition-list__dt {
  width: 40%;
  padding: 32px 24px 24px 56px;
  border-bottom: 2px solid #30b1d1;
}
@media screen and (max-width: 992px) {
  .c-definition-list__dt--sm, .c-definition-list__dt {
    width: 150px;
    padding: 16px 8px;
  }
}

@media screen and (max-width: 992px) {
  .c-definition-list__dt--sm {
    width: 80px;
  }
}
.c-definition-list__dd--sm, .c-definition-list__dd {
  width: 60%;
  padding: 32px 24px 24px 56px;
  border-bottom: 1px solid #bababa;
}
@media screen and (max-width: 992px) {
  .c-definition-list__dd--sm, .c-definition-list__dd {
    width: calc(100% - 150px);
    padding: 16px 8px;
  }
}

@media screen and (max-width: 992px) {
  .c-definition-list__dd--sm {
    width: calc(100% - 80px);
  }
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.c-breadcrumb {
  max-width: 1312px;
  margin: 0 auto;
}
.c-breadcrumb__list {
  display: flex;
  gap: 32px;
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb__list {
    gap: 24px;
    font-size: 1.2rem;
  }
}
.c-breadcrumb__list-item {
  position: relative;
}
.c-breadcrumb__list-item + .c-breadcrumb__list-item:before {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: rotate(45deg) translateX(-50%);
  width: 10px;
  height: 10px;
  border-top: 1px solid #3a3a3a;
  border-right: 1px solid #3a3a3a;
  content: "";
}
@media screen and (max-width: 992px) {
  .c-breadcrumb__list-item + .c-breadcrumb__list-item:before {
    top: 7px;
    left: -17px;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
  }
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.c-hamburger {
  display: none;
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid #3a3a3a;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}
@media screen and (max-width: 992px) {
  .c-hamburger {
    display: block;
  }
}
.c-hamburger__item {
  display: block;
  position: absolute;
  border-bottom: solid 2px #3a3a3a;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  margin: auto;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.c-hamburger__item:nth-child(1) {
  top: 10px;
}
.c-hamburger__item:nth-child(2) {
  top: 16px;
}
.c-hamburger__item:nth-child(3) {
  top: 22px;
}
.c-hamburger.-active {
  background-color: #3a3a3a;
}
.c-hamburger.-active .c-hamburger__item {
  border-bottom: solid 2px #fff;
}
.c-hamburger.-active .c-hamburger__item:nth-child(1) {
  top: 16px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.c-hamburger.-active .c-hamburger__item:nth-child(2), .c-hamburger.-active .c-hamburger__item:nth-child(3) {
  top: 16px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

/* base */
/* text */
/* breakpoints */
/* font-size */
/* font-family */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/* page setting */
/* object height */
/* z-index */
/* box-shadow */
.c-headline__h2--sm, .c-headline__h2--white, .c-headline__h2 {
  display: inline-block;
  position: relative;
  z-index: 10;
  color: #3a3a3a;
  font-weight: normal;
  font-size: 4.8rem;
}
.c-headline__h2--sm::after, .c-headline__h2--white::after, .c-headline__h2::after {
  position: absolute;
  bottom: 10px;
  left: -5px;
  z-index: -1;
  width: calc(100% + 10px);
  height: 5px;
  background-color: #fa8818;
  content: "";
}
@media screen and (max-width: 992px) {
  .c-headline__h2--sm, .c-headline__h2--white, .c-headline__h2 {
    font-size: 3.6rem;
  }
  .c-headline__h2--sm::after, .c-headline__h2--white::after, .c-headline__h2::after {
    bottom: 6px;
    left: -3px;
    width: calc(100% + 6px);
    height: 3px;
  }
}

.c-headline__h2--white {
  color: #fff;
}
@media screen and (max-width: 992px) {
  .c-headline__h2--sm {
    font-size: 2.8rem;
  }
}
.c-headline__h3 {
  display: inline-block;
  position: relative;
  z-index: 10;
  color: #3a3a3a;
  font-weight: normal;
  font-size: 3.6rem;
}
.c-headline__h3::after {
  position: absolute;
  bottom: 8px;
  left: -3px;
  z-index: -1;
  width: calc(100% + 6px);
  height: 3px;
  background-color: #30b1d1;
  content: "";
}
@media screen and (max-width: 992px) {
  .c-headline__h3 {
    font-size: 2.4rem;
  }
  .c-headline__h3::after {
    position: absolute;
    bottom: 5px;
    left: -2px;
    width: calc(100% + 4px);
    height: 2px;
  }
}
