@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #141414;
}

img {
  max-width: 100%;
}

dt {
  font-weight: normal;
}

.l-main {
  min-height: calc(100vh - 581px);
  padding-top: 139px;
}
@media screen and (max-width: 1100px) {
  .l-main {
    padding-top: 59px;
  }
}

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

.l-header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  background: #FFFFFF;
  padding: 7px 50px 10px;
}
@media screen and (max-width: 768px) {
  .l-header__top {
    padding: 10px 15px 15px;
  }
}
.l-header__top-logo {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  width: 323px;
}
@media screen and (max-width: 768px) {
  .l-header__top-logo {
    width: 217px;
  }
}
.l-header__top-logo:hover {
  opacity: 0.8;
}
.l-header__top-logo img {
  width: 100%;
}
.l-header__top-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  .l-header__top-right {
    display: none;
  }
}
.l-header__top-text {
  font-size: 1.2rem;
  font-weight: 500;
}
.l-header__top-phone {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 500;
}
.l-header__top-phone a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/common/phone_icon_white.svg) no-repeat center center/contain;
}
.l-header__top-contact {
  font-size: 1.5rem;
  font-weight: 500;
}
.l-header__top-contact a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/common/letter_icon_black.svg) no-repeat center center/contain;
}

.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 1100px) {
  .l-header__hamburger {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: no-wrap;
    flex-direction: column;
    gap: 5px;
    width: 46px;
    height: 46px;
    background: #019FE6;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10;
  }
}

.l-header__hamburger-line {
  display: block;
  width: 20px;
  height: 1px;
  background: #FFFFFF;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.l-header__hamburger.open .l-header__hamburger-line:nth-of-type(1) {
  transform: translateY(6px) rotate(45deg);
}
.l-header__hamburger.open .l-header__hamburger-line:nth-of-type(2) {
  opacity: 0;
}
.l-header__hamburger.open .l-header__hamburger-line:nth-of-type(3) {
  transform: translateY(-6px) rotate(-225deg);
}

.l-header__nav {
  background: linear-gradient(to right, #019FE6 0%, #01D7E6 100%);
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .l-header__nav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(20, 20, 20, 0.5);
    padding-top: 0;
    padding-bottom: 0;
    transform: translateX(-100%);
    transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
}
.l-header__nav.open {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.l-header__nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  max-width: 754px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .l-header__nav-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    width: 70%;
    height: 100vh;
    background: linear-gradient(to right, #019FE6 0%, #01D7E6 100%);
    padding-top: 40px;
    padding-left: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
.l-header__nav-item > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: no-wrap;
  gap: 3px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.l-header__nav-item > a:hover {
  opacity: 0.8;
}
.l-header__nav-item > a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
}
.l-header__nav-item:nth-of-type(1) a::before {
  background: url(../images/common/home_icon.svg) no-repeat center center/contain;
}
.l-header__nav-item:nth-of-type(2) a::before {
  background: url(../images/common/tools_icon.svg) no-repeat center center/contain;
}
.l-header__nav-item:nth-of-type(3) a::before {
  background: url(../images/common/light_icon.svg) no-repeat center center/contain;
}
.l-header__nav-item:nth-of-type(4) a::before {
  background: url(../images/common/building_icon.svg) no-repeat center center/contain;
}
.l-header__nav-item:nth-of-type(5) a::before {
  background: url(../images/common/calculator_icon.svg) no-repeat center center/contain;
}
.l-header__nav-item:nth-of-type(6) a::before {
  background: url(../images/common/bag_icon.svg) no-repeat center center/contain;
}
.l-header__nav-item-text {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
}
.l-header__nav-item-dropdown {
  position: relative;
}
.l-header__nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  width: 200px;
  height: 0;
  max-height: 0;
  background: #FFFFFF;
  padding: 10px;
  z-index: 3;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media screen and (max-width: 1100px) {
  .l-header__nav-dropdown {
    position: relative;
    top: 0;
    opacity: 1;
    overflow: visible;
    max-height: none;
    height: auto;
    background: transparent;
    padding: 0 0 0 20px;
  }
}
.l-header__nav-item-dropdown:hover .l-header__nav-dropdown {
  height: auto;
  max-height: 1000px;
  opacity: 1;
}
.l-header__nav-dropdown-text {
  color: #019FE6;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .l-header__nav-dropdown-text {
    color: #FFFFFF;
    font-size: 1.4rem;
  }
}

.l-footer {
  color: #FFFFFF;
  background: #00608B;
  padding: 60px 50px 20px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 15px 15px;
  }
}

.l-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: no-wrap;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    flex-direction: column-reverse;
    gap: 60px;
    width: 306px;
    margin: 0 auto 40px;
  }
}

.l-footer__company-logo {
  width: 306px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__company-logo {
    width: 100%;
    margin-bottom: 25px;
  }
}

.l-footer__menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: no-wrap;
  width: 660px;
}
@media screen and (max-width: 1100px) {
  .l-footer__menu {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__menu {
    width: 100%;
  }
}
.l-footer__menu-wrapper {
  width: 262px;
}
@media screen and (max-width: 1100px) {
  .l-footer__menu-wrapper:last-child {
    display: none;
  }
}
.l-footer__menu-title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 6px;
  margin-bottom: 20px;
}
.l-footer__menu-item {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.l-footer__menu-item:hover {
  opacity: 0.8;
}
.l-footer__menu-item:not(:last-child) {
  margin-bottom: 10px;
}

.l-footer__bottom {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom {
    width: 306px;
    font-size: 1rem;
    margin: 0 auto;
  }
}

.l-footer__privacy {
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .l-footer__privacy {
    margin-bottom: 0;
  }
}

.l-wrapper {
  padding-top: 50px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.page-template-accident .l-wrapper,
.page-template-towing .l-wrapper,
.page-template-contact .l-wrapper {
  padding-bottom: 0;
}

.p-container {
  box-sizing: content-box;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 1100px) {
  .p-container {
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 15px;
  }
}

.p-checkpoint-section {
  color: #FFFFFF;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-checkpoint-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-checkpoint-section__text {
  max-width: 635px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-checkpoint-section__text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-checkpoint-section__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: no-wrap;
  flex-direction: column;
}
.p-checkpoint-section__item {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-checkpoint-section__item {
    font-size: 1.6rem;
  }
}
.p-checkpoint-section__item::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/common/check_icon.svg) no-repeat center center/contain;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-checkpoint-section__item::before {
    width: 17px;
    height: 17px;
  }
}

.p-news-list {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-news-list {
    margin-bottom: 20px;
  }
}
.p-news-list__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: no-wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #B2B2B2;
}
@media screen and (max-width: 768px) {
  .p-news-list__item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.p-news-list__item:first-child {
  border-top: 1px solid #B2B2B2;
}
.p-news-list__item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: no-wrap;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-news-list__item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-news-list__item a:hover {
  opacity: 0.8;
}
.p-news-list__date {
  width: 110px;
  color: #B2B2B2;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-news-list__date {
    width: 100%;
    font-size: 1.2rem;
  }
}

.p-contact-link {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(to right, #019FE6 0%, #01D7E6 100%);
}
@media screen and (max-width: 768px) {
  .p-contact-link {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-contact-link__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  gap: 20px;
  max-width: 914px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-contact-link__inner {
    width: 100%;
    flex-direction: column;
  }
}
.p-contact-link__item {
  width: 449px;
  height: 167px;
  padding-top: 45px;
  border-radius: 5px;
  background: #FFFFFF;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-contact-link__item {
    width: 100%;
    height: 128px;
    padding-top: 25px;
  }
}
.p-contact-link__item:hover {
  opacity: 0.8;
}
.p-contact-link__link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.p-contact-link__link p {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.p-contact-link__link[data-type=form] span {
  font-size: 2rem;
  font-weight: 500;
}
.p-contact-link__link[data-type=phone] span {
  font-size: 2.4rem;
  font-weight: 500;
}
.p-contact-link__link[data-type=form] span::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../images/common/letter_icon_blue.svg) no-repeat center center/contain;
  margin-right: 15px;
  vertical-align: middle;
  transform: translateY(-2px);
}
.p-contact-link__link[data-type=phone] span::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../images/common/phone_icon_blue.svg) no-repeat center center/contain;
  margin-right: 15px;
  vertical-align: middle;
}

.p-page-head__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  height: 303px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .p-page-head__inner {
    height: 216px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-page-head__title {
  color: #FFFFFF;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 13px 40px;
  background: #141414;
}
@media screen and (max-width: 768px) {
  .p-page-head__title {
    font-size: 1.6rem;
    padding: 5px 15px;
  }
}

.p-description-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: no-wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-description-wrapper {
    flex-direction: column;
    margin-bottom: 40px;
    gap: 40px;
  }
}
.p-description-wrapper__text {
  width: 50%;
  padding-right: 85px;
}
@media screen and (max-width: 768px) {
  .p-description-wrapper__text {
    width: 100%;
    padding-right: 0;
  }
}
.p-description-wrapper__image {
  width: 50%;
  aspect-ratio: 550/367;
}
@media screen and (max-width: 768px) {
  .p-description-wrapper__image {
    width: 100%;
  }
}
.p-description-wrapper__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-point-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: no-wrap;
  border-radius: 5px;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .p-point-block {
    flex-direction: column;
  }
}
.p-point-block::before {
  position: absolute;
  top: -61px;
  left: 16px;
  display: block;
  width: 125px;
  height: 122px;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  line-height: 122px;
  background: url(../images/common/bubble_icon.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .p-point-block::before {
    top: -44.5px;
    left: 10px;
    width: 90px;
    height: 89px;
    font-size: 1.6rem;
    line-height: 89px;
  }
}
.p-point-block[data-point="1"]::before {
  content: "Point 1";
}
.p-point-block[data-point="2"]::before {
  content: "Point 2";
}
.p-point-block[data-point="3"]::before {
  content: "Point 3";
}
.p-point-block[data-point="4"]::before {
  content: "Point 4";
}
.p-point-block[data-point=none]::before {
  content: "Point";
}
.p-point-block:not(:last-child) {
  margin-bottom: 111px;
}
@media screen and (max-width: 768px) {
  .p-point-block:not(:last-child) {
    margin-bottom: 80px;
  }
}
.p-point-block__text {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-point-block__text {
    width: 100%;
    padding: 45px 15px 20px;
  }
}
.p-point-block__title {
  color: #019FE6;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-point-block__title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.p-point-block__image {
  width: 41.9%;
  padding: 2px 2px 2px 0;
}
@media screen and (max-width: 768px) {
  .p-point-block__image {
    width: 100%;
    height: 220px;
    padding: 0 2px 2px 2px;
  }
}
.p-point-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-point-block__button {
  margin-top: 20px;
}

.p-pagination__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  justify-content: flex-start;
  gap: 15px;
}
.p-pagination__current {
  color: #019FE6;
  font-weight: bold;
}

.p-description-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: no-wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #B2B2B2;
}
@media screen and (max-width: 768px) {
  .p-description-list__item {
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.p-description-list__item:first-child {
  border-top: 1px solid #B2B2B2;
}
.p-description-list__term {
  width: 186px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-description-list__term {
    width: 100%;
  }
}
.p-description-list__desc {
  width: calc(100% - 186px);
}
@media screen and (max-width: 768px) {
  .p-description-list__desc {
    width: 100%;
  }
}

.p-form {
  background: #FFFFFF;
  padding: 40px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-form {
    padding: 15px;
  }
}

.p-form__item {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-form__item {
    margin-bottom: 20px;
  }
}

.p-form__item .p-form__select {
  width: 279px;
  height: 50px;
  border: 2px solid #019FE6;
}
@media screen and (max-width: 768px) {
  .p-form__item .p-form__select {
    width: 100%;
  }
}

.p-form__item .p-form__text {
  width: 100%;
  border: 2px solid #019FE6;
  height: 40px;
}

.p-form__item .smf-file-control__label {
  border: 2px solid #019FE6;
  background: rgba(1, 159, 230, 0.2);
}

.p-form__item .p-form__content {
  width: 100%;
  height: 268px;
  border: 2px solid #019FE6;
}

.p-form__privacy {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-form__privacy {
    margin-bottom: 20px;
  }
}
.p-form__privacy a {
  border-bottom: 1px solid #141414;
}

.p-form .smf-button-control__control {
  display: inline-block;
  opacity: 1;
  font-weight: 500;
  background: #F6D70D;
  border-radius: 5px;
  padding: 8px 20px;
  transition: opacity 0.3s ease-in-out;
}
.p-form .smf-button-control__control:hover {
  opacity: 0.8;
}

.p-form .smf-button-control__control::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  transform: translateY(-2px);
  background: url(../images/common/arrow_right_icon.svg) no-repeat center center/contain;
  margin-left: 15px;
}

.p-form .snow-monkey-form[data-screen=confirm] .p-form__item .smf-item__label {
  font-weight: bold;
}

.p-calc {
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(to right, #019FE6 0%, #01D7E6 100%);
}
@media screen and (max-width: 768px) {
  .p-calc {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-calc__step {
  padding: 20px 30px 30px;
  background: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-calc__step {
    padding: 15px;
    margin-bottom: 20px;
  }
}

.p-calc__step-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-calc__step-title {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.p-calc__step-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 20px;
}

.p-calc__step-item {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 5px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: no-wrap;
  flex-direction: column;
  gap: 15px;
  cursor: pointer;
  border: 3px solid #B2B2B2;
}
.p-calc__step-item.active {
  background: rgba(1, 159, 230, 0.2);
  border: 4px solid #019FE6;
}

.p-calc__step-item-image {
  object-fit: contain;
}

.p-calc__step-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.p-calc__step-item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-calc__step-item.active .p-calc__step-item-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 159, 230, 0.2);
}

.p-calc__step-item-title {
  position: relative;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  background: #141414;
  padding: 6px 9px;
  margin-bottom: 20px;
}

.p-calc__output {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: no-wrap;
  gap: 20px;
  height: 81px;
}
@media screen and (max-width: 768px) {
  .p-calc__output {
    flex-direction: column;
    gap: 15px;
    height: auto;
  }
}

.p-calc__output-button {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-calc__output-button {
    width: 100%;
    height: auto;
  }
}
.p-calc__output-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: no-wrap;
  gap: 15px;
  width: 181px;
  padding: 8px 20px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-calc__output-button button {
    align-items: center;
    width: 100%;
    height: auto;
  }
}
.p-calc__output-button button::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/estimate/reset_icon.svg) no-repeat center center/contain;
}
.p-calc__output-button-text {
  font-size: 1.8rem;
}

.p-calc__output-result {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: no-wrap;
  gap: 30px;
  width: 500px;
  height: 100%;
  background: #FFFFFF;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .p-calc__output-result {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    height: 150px;
    padding: 15px;
  }
}

.p-calc__output-result-text {
  font-size: 1.8rem;
  font-weight: 500;
}

.p-calc__output-result-range {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: no-wrap;
  gap: 10px;
}

.p-calc__output-result-price {
  color: #E60101;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0;
}

.p-calc__output-result-yen {
  font-size: 1.4rem;
  vertical-align: middle;
}

.p-calc__output-result-error {
  color: #E60101;
  font-weight: 500;
}

.mv-swiper {
  position: relative;
  max-width: 728px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .mv-swiper {
    max-width: 100%;
  }
}
.mv-swiper .swiper-wrapper {
  width: 100%;
}
.mv-swiper .swiper-slide {
  width: 100%;
}
.mv-swiper .swiper-slide a {
  width: 100%;
  height: 100%;
}
.mv-swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv-swiper .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
.mv-swiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
.mv-swiper .swiper-pagination-bullet-active {
  background: #F6D70D;
}

.p-fixed-button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 100;
}
@media screen and (max-width: 1100px) {
  .p-fixed-button {
    display: block;
  }
}
.p-fixed-button__item {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #F6D70D;
  transition: opacity 0.3s ease-in-out;
  filter: drop-shadow(5px 5px 10px rgba(20, 20, 20, 0.2));
}
.p-fixed-button__item:hover {
  opacity: 0.8;
}
.p-fixed-button__item:first-child {
  margin-bottom: 10px;
}
.p-fixed-button__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: no-wrap;
  width: 100%;
  height: 100%;
}
.p-fixed-button__item a img {
  width: 28px;
  height: 28px;
}

.c-button {
  display: inline-block;
  opacity: 1;
  font-weight: 500;
  background: #F6D70D;
  border-radius: 5px;
  transition: opacity 0.3s ease-in-out;
}
.c-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: no-wrap;
  gap: 15px;
  padding: 8px 20px;
}
.c-button:hover {
  opacity: 0.8;
}

.c-button__arrow-right a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/common/arrow_right_icon.svg) no-repeat center center/contain;
}

.c-button__blue {
  background: #019FE6;
}

.c-button__white {
  background: #FFFFFF;
}

.c-section-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: no-wrap;
  gap: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .c-section-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.c-section-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #019FE6;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}
.c-section-title__before-yellow::before {
  background: #F6D70D;
}
.c-section-title__checkpoint {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-section-title__checkpoint {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.c-section-title__checkpoint::before {
  display: none;
}
.c-section-title__white {
  color: #FFFFFF;
}

.c-sub-section-title {
  display: inline-block;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 500;
  background: #019FE6;
  padding: 5px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-sub-section-title {
    font-size: 1.6rem;
    padding: 3px 15px;
    margin-bottom: 20px;
  }
}

.c-phone-button__number {
  position: relative;
  padding-left: 1.5em;
}
.c-phone-button__number::before {
  content: "📞";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  line-height: 1;
}

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

.u-color__white {
  color: #FFFFFF;
}
.u-color__blue {
  color: #019FE6;
}

.u-font-weight_mid {
  font-weight: 500;
}

.pg-top__head {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pg-top__head {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.pg-top__head-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: no-wrap;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .pg-top__head-inner {
    flex-direction: column;
  }
}

.pg-top__head-link {
  flex-direction: column;
  width: 356px;
}
@media screen and (max-width: 1100px) {
  .pg-top__head-link {
    flex-wrap: wrap;
    width: 100%;
  }
}
.pg-top__head-link-button {
  width: 100%;
  height: 124px;
}
@media screen and (max-width: 1100px) {
  .pg-top__head-link-button {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .pg-top__head-link-button {
    width: 100%;
    height: 78px;
  }
}
.pg-top__head-link-button:nth-child(1), .pg-top__head-link-button:nth-child(2) {
  margin-bottom: 15px;
}
.pg-top__head-link-button a {
  gap: 25px;
  width: 100%;
  height: 100%;
}
.pg-top__head-link-button:nth-child(1) a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/common/calculator_icon.svg) no-repeat center center/contain;
}
.pg-top__head-link-button:nth-child(2) a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/common/search_icon.svg) no-repeat center center/contain;
}
.pg-top__head-link-button:nth-child(3) a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/common/gear_icon.svg) no-repeat center center/contain;
}
.pg-top__head-link-button a span {
  font-weight: bold;
  line-height: 1.5;
}

.pg-top__service {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .pg-top__service {
    padding-bottom: 40px;
  }
}
.pg-top__service-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px 25px;
}
@media screen and (max-width: 768px) {
  .pg-top__service-list {
    flex-direction: column;
    gap: 15px 15px;
  }
}
.pg-top__service-item {
  width: calc((100% - 50px) / 3);
  height: 156px;
  border-radius: 5px;
  padding: 20px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .pg-top__service-item {
    width: 100%;
    height: 128px;
  }
}
.pg-top__service-item:hover {
  opacity: 0.8;
}
.pg-top__service-item:nth-child(1) {
  background: url(../images/top/service_repair.jpg) no-repeat center center/cover;
}
.pg-top__service-item:nth-child(2) {
  background: url(../images/top/service_maintenance.jpg) no-repeat center center/cover;
}
.pg-top__service-item:nth-child(3) {
  background: url(../images/top/service_accident.jpg) no-repeat center center/cover;
}
.pg-top__service-item:nth-child(4) {
  background: url(../images/top/service_towing.jpg) no-repeat center center/cover;
}
.pg-top__service-item:nth-child(5) {
  background: url(../images/top/service_sales.jpg) no-repeat center center/cover;
}
.pg-top__service-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  width: 100%;
  height: 100%;
}
.pg-top__service-item-title {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
  background: #141414;
  padding: 4px 20px;
}

.pg-top__about {
  background: url(../images/top/about_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .pg-top__about {
    background-image: url(../images/top/about_bg_sp.jpg);
  }
}

.pg-top__news {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .pg-top__news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pg-top__review {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../images/top/review_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .pg-top__review {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pg-top__review-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .pg-top__review-list {
    flex-direction: column;
    gap: 15px 15px;
  }
}
.pg-top__review-item {
  width: calc((100% - 48px) / 3);
  height: 360px;
  padding: 60px 20px 0;
  border-radius: 5px;
  background: #FFFFFF;
}
@media screen and (max-width: 1100px) {
  .pg-top__review-item {
    max-width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .pg-top__review-item {
    width: 100%;
    height: 270px;
  }
}
.pg-top__review-stars {
  width: 177px;
  height: 30px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .pg-top__review-stars {
    width: 137px;
    height: 23px;
  }
}
.pg-top__review-stars img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg-top__review-text {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .pg-top__review-text {
    font-size: 1.2rem;
  }
}

.pg-top__faq {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .pg-top__faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pg-top__faq-item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #B2B2B2;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pg-top__faq-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.pg-top__faq-item:first-child {
  border-top: 1px solid #B2B2B2;
}
.pg-top__faq-item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #019FE6;
}
.pg-top__faq-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #019FE6;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}
.pg-top__faq-item.active::after {
  transform: rotate(0deg);
}
.pg-top__faq-item-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: no-wrap;
  gap: 15px;
  color: #019FE6;
  font-size: 1.4rem;
  font-weight: 500;
  padding-right: 20px;
}
.pg-top__faq-item-title::before {
  content: "Q";
  display: inline-block;
}
.pg-top__faq-item-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.pg-top__faq-item-answer.active {
  max-height: 200px;
}
.pg-top__faq-item-answer p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: no-wrap;
  gap: 15px;
  font-size: 1.4rem;
  padding-right: 20px;
}
.pg-top__faq-item-answer p::before {
  content: "A";
  display: inline-block;
}

.pg-repair__head {
  background: url(../images/repair/repair_head_image.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .pg-repair__head {
    background-image: url(../images/repair/repair_head_image_sp.jpg);
  }
}

.pg-repair__example {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .pg-repair__example {
    padding-bottom: 40px;
  }
}
.pg-repair__example-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 30px;
}
@media screen and (max-width: 768px) {
  .pg-repair__example-list {
    flex-direction: column;
    gap: 15px 15px;
  }
}
.pg-repair__example-item {
  position: relative;
  width: calc((100% - 30px) / 2);
  aspect-ratio: 536/229;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .pg-repair__example-item {
    max-width: 536px;
    width: 100%;
  }
}
.pg-repair__example-image {
  width: 100%;
  height: 100%;
}
.pg-repair__example-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pg-repair__example-text {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  background: #141414;
  padding: 4px 10px;
}

.pg-repair__feature {
  background: url(../images/repair/repair_feature_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .pg-repair__feature {
    background-image: url(../images/repair/repair_feature_bg_sp.jpg);
  }
}

.pg-repair__simulation {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .pg-repair__simulation {
    padding-top: 40px;
  }
}
.pg-repair__simulation-text {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pg-repair__simulation-text {
    margin-bottom: 20px;
  }
}
.pg-repair__simulation-button {
  width: 100%;
  height: 124px;
}
@media screen and (max-width: 768px) {
  .pg-repair__simulation-button {
    height: 100px;
  }
}
.pg-repair__simulation-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: no-wrap;
  gap: 15px;
  width: 100%;
  height: 100%;
}
.pg-repair__simulation-button a::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: url(../images/common/calculator_icon.svg) no-repeat center center/contain;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .pg-repair__simulation-button a::before {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
}
.pg-repair__simulation-button a::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/common/arrow_right_icon.svg) no-repeat center center/contain;
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .pg-repair__simulation-button a::after {
    width: 18px;
    height: 18px;
    margin-left: 30px;
  }
}
.pg-repair__simulation-button a span {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pg-repair__simulation-button a span {
    font-size: 1.6rem;
  }
}

.pg-maintenance__head {
  background: url(../images/maintenance/maintenance_head_image.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .pg-maintenance__head {
    background-image: url(../images/maintenance/maintenance_head_image_sp.jpg);
  }
}

.pg-maintenance__inspection {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .pg-maintenance__inspection {
    padding-bottom: 40px;
  }
}
.pg-maintenance__inspection-price-table {
  max-width: 926px;
}
@media screen and (max-width: 768px) {
  .pg-maintenance__inspection-price-table {
    width: 100%;
  }
}
.pg-maintenance__inspection-price-table img {
  width: 100%;
  object-fit: contain;
}

.pg-maintenance__separate {
  width: 100%;
  height: 374px;
}
@media screen and (max-width: 768px) {
  .pg-maintenance__separate {
    height: 200px;
  }
}
.pg-maintenance__separate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pg-maintenance__maintenance {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .pg-maintenance__maintenance {
    padding-top: 40px;
  }
}
.pg-maintenance__maintenance-text {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .pg-maintenance__maintenance-text {
    margin-bottom: 20px;
  }
}
.pg-maintenance__maintenance-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px 25px;
}
@media screen and (max-width: 768px) {
  .pg-maintenance__maintenance-list {
    flex-direction: column;
    gap: 15px 15px;
  }
}
.pg-maintenance__maintenance-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  width: calc((100% - 50px) / 3);
  height: 156px;
  border-radius: 5px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .pg-maintenance__maintenance-item {
    width: 100%;
    height: 128px;
  }
}
.pg-maintenance__maintenance-item:nth-child(1) {
  background: url(../images/maintenance/oil_change.jpg) no-repeat center center/cover;
}
.pg-maintenance__maintenance-item:nth-child(2) {
  background: url(../images/maintenance/tire_replace.jpg) no-repeat center center/cover;
}
.pg-maintenance__maintenance-item:nth-child(3) {
  background: url(../images/maintenance/wiper_replace.jpg) no-repeat center center/cover;
}
.pg-maintenance__maintenance-item:nth-child(4) {
  background: url(../images/maintenance/battery_replace.jpg) no-repeat center center/cover;
}
.pg-maintenance__maintenance-item:nth-child(5) {
  background: url(../images/maintenance/maintenance_others.jpg) no-repeat center center/cover;
}
.pg-maintenance__maintenance-item-title {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
  background: #141414;
  padding: 4px 20px;
}

.pg-accident__head {
  background: url(../images/accident/accident_head_image.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .pg-accident__head {
    background-image: url(../images/accident/accident_head_image_sp.jpg);
  }
}

.pg-accident__outline {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .pg-accident__outline {
    padding-bottom: 40px;
  }
}

.pg-accident__points {
  padding-top: 80px;
  padding-bottom: 40px;
  background: linear-gradient(to right, #019FE6 0%, #01D7E6 100%);
}

.pg-towing__head {
  background: url(../images/towing/towing_head_image.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .pg-towing__head {
    background-image: url(../images/towing/towing_head_image_sp.jpg);
  }
}

.pg-towing__area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: no-wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pg-towing__area {
    flex-direction: column;
    gap: 20px;
  }
}
.pg-towing__area-text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .pg-towing__area-text {
    width: 100%;
  }
}
.pg-towing__area-image {
  width: 40.818%;
  aspect-ratio: 449/337;
}
@media screen and (max-width: 768px) {
  .pg-towing__area-image {
    width: 250px;
    margin: 0 auto;
  }
}
.pg-towing__area-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pg-towing__price {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pg-towing__price {
    margin-bottom: 40px;
  }
}
.pg-towing__price-table {
  max-width: 648px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .pg-towing__price-table {
    width: 100%;
  }
}
.pg-towing__price-table img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg-towing__price-caution {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .pg-towing__price-caution {
    font-size: 1.2rem;
  }
}

.pg-towing__rental {
  padding-top: 40px;
  padding-bottom: 60px;
  background: linear-gradient(to right, #019FE6 0%, #01D7E6 100%);
}
@media screen and (max-width: 768px) {
  .pg-towing__rental {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pg-towing__rental-title {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pg-towing__rental-title {
    margin-bottom: 60px;
  }
}

.pg-sales__head {
  background: url(../images/sales/sales_head_image.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .pg-sales__head {
    background-image: url(../images/sales/sales_head_image_sp.jpg);
  }
}

.pg-sales__outline .p-description-wrapper {
  margin-bottom: 0;
}

.pg-news__head {
  background: url(../images/news/news_head_image.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .pg-news__head {
    background-image: url(../images/news/news_head_image_sp.jpg);
  }
}

.pg-news-single__head {
  background: url(../images/news/news_head_image.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .pg-news-single__head {
    background-image: url(../images/news/news_head_image_sp.jpg);
  }
}

.pg-news-single__date {
  font-size: 1.4rem;
  color: #B2B2B2;
  margin-bottom: 10px;
}

.pg-news-single__content {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pg-news-single__content {
    margin-bottom: 40px;
  }
}

.pg-company__head {
  background: url(../images/company/company_head_image.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .pg-company__head {
    background-image: url(../images/company/company_head_image_sp.jpg);
  }
}

.pg-company__info-list {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pg-company__info-list {
    margin-bottom: 40px;
  }
}

.pg-company__map {
  width: 100%;
  height: 556px;
}
@media screen and (max-width: 768px) {
  .pg-company__map {
    height: 200px;
  }
}
.pg-company__map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pg-recruit__head {
  background: url(../images/recruit/recruit_head_image.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .pg-recruit__head {
    background-image: url(../images/recruit/recruit_head_image_sp.jpg);
  }
}

.pg-recruit__job-list {
  width: 635px;
}
@media screen and (max-width: 768px) {
  .pg-recruit__job-list {
    width: 100%;
  }
}
.pg-recruit__job-item {
  color: #019FE6;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #B2B2B2;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .pg-recruit__job-item {
    font-size: 1.6rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.pg-recruit__job-item:hover {
  opacity: 0.8;
}
.pg-recruit__job-item:first-child {
  border-top: 1px solid #B2B2B2;
}
.pg-recruit__job-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
}
.pg-recruit__job-item a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/common/arrow_right_icon_blue.svg) no-repeat center center/contain;
}

.pg-recruit-single__head {
  background: url(../images/recruit/recruit_head_image.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .pg-recruit-single__head {
    background-image: url(../images/recruit/recruit_head_image_sp.jpg);
  }
}

.pg-recruit-single__list {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pg-recruit-single__list {
    margin-bottom: 40px;
  }
}

.pg-contact__head {
  background: url(../images/contact/contact_head_image.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .pg-contact__head {
    background-image: url(../images/contact/contact_head_image_sp.jpg);
  }
}

.pg-contact__phone {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .pg-contact__phone {
    padding-bottom: 40px;
  }
}
.pg-contact__phone-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: no-wrap;
}
@media screen and (max-width: 768px) {
  .pg-contact__phone-container {
    flex-direction: column;
  }
}
.pg-contact__phone-inner {
  width: 50%;
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  .pg-contact__phone-inner {
    width: 100%;
    padding-right: 0;
  }
}
.pg-contact__phone-image {
  width: 50%;
  aspect-ratio: 550/367;
}
.pg-contact__phone-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .pg-contact__phone-image {
    width: 100%;
  }
}
.pg-contact__phone-list {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pg-contact__phone-list {
    margin-bottom: 20px;
  }
}
.pg-contact__phone-item {
  color: #019FE6;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pg-contact__phone-item {
    font-size: 1.6rem;
  }
}
.pg-contact__phone-item::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/common/check_icon.svg) no-repeat center center/contain;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .pg-contact__phone-item::before {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
}
.pg-contact__phone-button {
  width: 449px;
  height: 136px;
}
@media screen and (max-width: 768px) {
  .pg-contact__phone-button {
    width: 100%;
    margin-bottom: 40px;
  }
}
.pg-contact__phone-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: no-wrap;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.pg-contact__phone-button-info {
  font-size: 1.4rem;
}
.pg-contact__phone-button-number {
  font-size: 2.4rem;
  font-weight: 500;
}
.pg-contact__phone-button-number::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../images/common/phone_icon_blue.svg) no-repeat center center/contain;
  margin-right: 15px;
  vertical-align: middle;
}

.pg-contact__form {
  padding-top: 70px;
  padding-bottom: 70px;
  background: linear-gradient(to right, #019FE6 0%, #01D7E6 100%);
}
@media screen and (max-width: 768px) {
  .pg-contact__form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pg-contact__form-description {
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pg-contact__form-description {
    margin-bottom: 20px;
  }
}

.pg-privacy__head {
  background: url(../images/common/sky_head_image.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .pg-privacy__head {
    background-image: url(../images/common/sky_head_image_sp.jpg);
  }
}

.pg-privacy__content {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .pg-privacy__content {
    font-size: 1.4rem;
    padding-top: 40px;
  }
}

.pg-404__head {
  background: url(../images/common/sky_head_image.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .pg-404__head {
    background-image: url(../images/common/sky_head_image_sp.jpg);
  }
}

.pg-404__text {
  padding-top: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .pg-404__text {
    padding-top: 40px;
    margin-bottom: 20px;
  }
}

.pg-estimate__head {
  background: url(../images/estimate/estimate_head_image.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .pg-estimate__head {
    background-image: url(../images/estimate/estimate_head_image_sp.jpg);
  }
}

.pg-estimate__description {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pg-estimate__description {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pg-estimate__description-text {
  max-width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .pg-estimate__description-text {
    max-width: 100%;
  }
}
.pg-estimate__description-caution {
  max-width: 50%;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .pg-estimate__description-caution {
    max-width: 100%;
  }
}

.pg-estimate__detail {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .pg-estimate__detail {
    padding-top: 40px;
  }
}

.pg-estimate__detail-comment {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pg-estimate__detail-comment {
    margin-bottom: 20px;
  }
}

.pg-estimate__detail-button {
  width: 100%;
  height: 100px;
}
.pg-estimate__detail-button a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: no-wrap;
  gap: 30px;
}
.pg-estimate__detail-button a::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: url(../images/common/calculator_icon.svg) no-repeat center center/contain;
  margin-right: -20px;
}
@media screen and (max-width: 768px) {
  .pg-estimate__detail-button a::before {
    width: 30px;
    height: 30px;
    margin-right: -10px;
  }
}
.pg-estimate__detail-button a::after {
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 768px) {
  .pg-estimate__detail-button a::after {
    width: 18px;
    height: 18px;
  }
}
.pg-estimate__detail-button-text {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pg-estimate__detail-button-text {
    font-size: 1.6rem;
  }
}