@charset "UTF-8";
/* 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;
  -o-tab-size: 4;
     tab-size: 4;
}

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

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

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

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  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;
  -webkit-text-decoration: underline dotted;
          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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  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 {
  border-style: none;
  padding: 0;
}

/* 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 {
  background-color: transparent;
  border-style: none;
}

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

:root {
  --white: #fff;
  --black: #444444;
  --blue: #013384;
  --light-blue: #4AB2E6;
  --pale-blue: #B3DEF4;
  --orange: #EE6C4D;
  --gray: #B3B3B3;
  --light-gray: #DDD8D2;
  --pale-gray: #F4F2F0;
}

html {
  overflow-y: scroll;
  font-size: 0.625em;
  box-sizing: border-box;
}

body {
  color: var(--black);
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "游ゴシック Medium", meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: 0.04em;
}

sup {
  font-size: 0.6em;
}

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

input {
  all: unset;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  box-sizing: border-box;
  color: inherit;
  font: inherit;
  line-height: normal;
}

em {
  font-style: normal;
}

* {
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: none;
}

a {
  color: inherit;
}
a:link, a:visited {
  color: var(--black);
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  opacity: 1;
}
a:active {
  opacity: 1;
}
a:focus {
  outline: 0;
}

a,
button {
  outline: none;
}

fieldset {
  border: none;
}

ol,
ul {
  list-style: none;
}

.grecaptcha-badge {
  visibility: hidden !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  pointer-events: none !important;
}

@keyframes slideIn {
  from {
    clip-path: polygon(0 0, 0 0, -30% 100%, -20% 100%);
  }
  to {
    clip-path: polygon(0 0, 130% 0, 120% 100%, 0 100%);
  }
}
@keyframes scrollCategory {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-general__title {
  max-width: 144rem;
  margin: 0 auto;
  padding: 10rem 8rem 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:767px) {
  .p-general__title {
    padding-top: 4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.p-general__title--pt-s {
  padding-top: 6rem;
}
@media screen and (max-width:767px) {
  .p-general__title--pt-s {
    padding-top: 2.8rem;
  }
}
.p-general__titleHeadline {
  margin-bottom: 2.4rem;
  color: var(--white);
  font-family: "Genos", sans-serif;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  order: 1;
}
@media screen and (max-width:767px) {
  .p-general__titleHeadline {
    margin-bottom: 1.2rem;
    font-size: 3.2rem;
  }
}
.p-general__titleMain {
  color: var(--white);
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  order: 2;
}
@media screen and (max-width:767px) {
  .p-general__titleMain {
    font-size: 3.6rem;
  }
}
.p-general__head {
  height: 45rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .p-general__head {
    aspect-ratio: 1/1;
    height: auto;
    padding-bottom: 4rem;
  }
}
.p-general__headBg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-general__headBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-general__headNote {
  max-width: 144rem;
  margin: 4rem auto 0;
  padding: 0 8rem;
  color: var(--white);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width:767px) {
  .p-general__headNote {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.p-general__featureList {
  max-width: 144rem;
  margin: 4rem auto 0;
  padding: 0 8rem;
}
@media screen and (max-width:767px) {
  .p-general__featureList {
    margin-top: 2.4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media screen and (max-width:767px) {
  .p-general__featureList--insurance {
    margin-top: 8rem;
  }
  .p-general__featureList--insurance + .p-general__headNote {
    margin-top: 2.4rem;
  }
}
.p-general-intro {
  background: var(--pale-gray);
}
.p-general-intro__title {
  margin-bottom: 2.4rem;
  color: var(--black);
  text-align: center;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width:767px) {
  .p-general-intro__title {
    font-size: 2.6rem;
    text-align: left;
  }
}
.p-general-intro__text {
  color: var(--black);
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}
@media screen and (max-width:767px) {
  .p-general-intro__text {
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-general-intro__wrap {
  max-width: 144rem;
  margin: 0 auto;
  padding: 4rem 8rem;
}
@media screen and (max-width:767px) {
  .p-general-intro__wrap {
    padding-top: 2.4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 2.4rem;
  }
}
.p-general-vehicle {
  padding-bottom: 3.6rem;
}
.p-general-feature {
  padding-bottom: 12rem;
}
@media screen and (max-width:767px) {
  .p-general-feature {
    padding-bottom: 6.4rem;
  }
}
.p-general-feature .c-title {
  margin-bottom: 3.2rem;
}
@media screen and (max-width:767px) {
  .p-general-feature .c-title {
    margin-bottom: 1.6rem;
  }
}
.p-general-feature .c-title-head {
  margin-bottom: 3.2rem;
}
@media screen and (max-width:767px) {
  .p-general-feature .c-title-head {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
  }
}
.p-general-feature__list {
  margin-top: 3.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2.1875%;
}
@media screen and (max-width:767px) {
  .p-general-feature__list {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.p-general-feature__list--flow {
  gap: 3.8rem 0.9375%;
  flex-wrap: wrap;
}
@media screen and (max-width:1024px) {
  .p-general-feature__list--flow {
    gap: 3.8rem 3.4rem;
  }
}
.p-general-feature__item {
  flex: 0 0 31.875%;
  padding: 2rem;
  border: 0.1rem solid var(--blue);
  border-radius: 0.8rem;
}
.p-general-feature__item--flow {
  flex: 0 0 30.9375%;
  margin-right: 2.65625%;
  position: relative;
}
.p-general-feature__item--flow::after {
  width: 2.4rem;
  height: 3.2rem;
  margin: auto;
  display: block;
  border-top: 1.6rem solid transparent;
  border-left: 2.4rem solid var(--blue);
  border-bottom: 1.6rem solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 103.2558139535%;
  bottom: 0;
}
.p-general-feature__item--flow:nth-of-type(3) {
  margin-right: 0;
}
.p-general-feature__item--flow:nth-of-type(3)::after {
  transform: rotate(90deg);
  top: calc(100% + 0.8rem);
  left: 0;
  right: 0;
  bottom: auto;
}
.p-general-feature__item--flow:nth-of-type(4) {
  margin-right: 0;
  order: 6;
}
.p-general-feature__item--flow:nth-of-type(4)::after {
  transform: rotate(180deg);
  left: auto;
  right: 103.2558139535%;
}
.p-general-feature__item--flow:nth-of-type(5) {
  order: 5;
}
.p-general-feature__item--flow:nth-of-type(5)::after {
  transform: rotate(180deg);
  left: auto;
  right: 103.2558139535%;
}
.p-general-feature__item--flow:nth-of-type(6) {
  order: 4;
}
.p-general-feature__item--flow:nth-of-type(6)::after {
  content: none;
}
@media screen and (max-width:1024px) {
  .p-general-feature__item--flow {
    flex: 0 0 calc(50% - 1.7rem);
    margin-right: 3.9351851852%;
  }
  .p-general-feature__item--flow::after {
    width: 1.6rem;
    height: 2.4rem;
    margin: auto;
    display: block;
    border-top: 1.2rem solid transparent;
    border-left: 1.6rem solid var(--blue);
    border-bottom: 1.2rem solid transparent;
    content: "";
    position: absolute;
    top: 0;
    left: 102.7906976744%;
    bottom: 0;
  }
  .p-general-feature__item--flow:nth-of-type(odd) {
    margin-right: 0;
  }
  .p-general-feature__item--flow:nth-of-type(even) {
    margin-right: 0;
  }
  .p-general-feature__item--flow:nth-of-type(2) {
    margin-right: 0;
  }
  .p-general-feature__item--flow:nth-of-type(2)::after {
    transform: rotate(90deg);
    top: calc(100% + 0.8rem);
    left: 0;
    right: 0;
    bottom: auto;
  }
  .p-general-feature__item--flow:nth-of-type(3) {
    margin-right: 0;
    order: 4;
  }
  .p-general-feature__item--flow:nth-of-type(3)::after {
    transform: rotate(180deg);
    top: 0;
    left: auto;
    right: 103.2558139535%;
    bottom: 0;
  }
  .p-general-feature__item--flow:nth-of-type(4) {
    margin-right: 0;
    order: 3;
  }
  .p-general-feature__item--flow:nth-of-type(4)::after {
    transform: rotate(90deg);
    top: calc(100% + 0.8rem);
    left: 0;
    right: 0;
    bottom: auto;
  }
  .p-general-feature__item--flow:nth-of-type(5) {
    order: 5;
  }
  .p-general-feature__item--flow:nth-of-type(5)::after {
    transform: rotate(0deg);
    left: 103.2558139535%;
    right: auto;
  }
  .p-general-feature__item--flow:nth-of-type(6) {
    order: 6;
  }
}
@media screen and (max-width:767px) {
  .p-general-feature__item--flow:nth-of-type(1)::after, .p-general-feature__item--flow:nth-of-type(2)::after, .p-general-feature__item--flow:nth-of-type(3)::after, .p-general-feature__item--flow:nth-of-type(4)::after, .p-general-feature__item--flow:nth-of-type(5)::after, .p-general-feature__item--flow:nth-of-type(6)::after {
    width: 1.6rem;
    height: 2.4rem;
    display: block;
    border-top: 1.6rem solid var(--blue);
    border-left: 1.2rem solid transparent;
    border-right: 1.2rem solid transparent;
    border-bottom: none;
    transform: rotate(0deg);
    top: calc(100% + 1.2rem);
    left: 0;
    right: 0;
    bottom: auto;
  }
}
.p-general-feature__label {
  margin-bottom: 1rem;
  display: inline-flex;
  height: 3rem;
  padding: 0 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  background: var(--blue);
  border-radius: 2rem;
  color: var(--white);
  text-align: center;
  font-family: "Genos", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.p-general-feature__title, .p-general-insurance-supportList__title {
  margin-bottom: 1.2rem;
  color: var(--blue);
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width:767px) {
  .p-general-feature__title, .p-general-insurance-supportList__title {
    font-size: 2rem;
  }
}
.p-general-feature__text, .p-general-insurance-supportList__text {
  margin-bottom: 1.2rem;
  color: var(--blue);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: -0.01rem;
}
@media screen and (max-width:767px) {
  .p-general-feature__text, .p-general-insurance-supportList__text {
    font-size: 1.4rem;
  }
}
.p-general-feature__note, .p-general-flow__note {
  padding: 0.8rem 2rem;
  border-radius: 4px;
  background: var(--orange);
  color: var(--white);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 175%;
}
@media screen and (max-width:767px) {
  .p-general-feature__note, .p-general-flow__note {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.p-general-feature__linkWrap {
  margin-top: 1.2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.8rem;
}
.p-general-feature__link {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.6rem;
  color: var(--blue);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  transition: 0.35s ease;
}
.p-general-feature__link:link, .p-general-feature__link:visited {
  color: var(--blue);
}
.p-general-feature__link:hover {
  opacity: 0.75s;
}
.p-general-feature__attention {
  color: var(--blue);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.p-general-strength {
  margin-top: 6.4rem;
}
@media screen and (max-width:767px) {
  .p-general-strength {
    margin-top: 3.2rem;
  }
}
.p-general-strength__item {
  margin-bottom: 6.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width:767px) {
  .p-general-strength__item {
    padding-bottom: 3.2rem;
    margin-bottom: 3.2rem;
    border-bottom: 0.1rem solid var(--gray);
    flex-direction: column;
    gap: 1.6rem;
  }
}
.p-general-strength__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .p-general-strength__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.p-general-strength__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width:767px) {
  .p-general-strength__item:nth-of-type(even) {
    flex-direction: column;
  }
}
.p-general-strength__content {
  flex: 0 0 37.5%;
}
@media screen and (max-width:767px) {
  .p-general-strength__content {
    order: 2;
  }
}
.p-general-strength__img {
  flex: 1 1 100%;
}
@media screen and (max-width:767px) {
  .p-general-strength__img {
    order: 1;
  }
}
.p-general-strength__img img {
  border-radius: 2rem;
}
.p-general-strength__copy {
  margin-top: 4rem;
}
@media screen and (max-width:767px) {
  .p-general-strength__copy {
    margin-top: 1.6rem;
  }
}
.p-general-strength__text {
  margin-top: 4rem;
  color: var(--black);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
@media screen and (max-width:767px) {
  .p-general-strength__text {
    margin-top: 1.6rem;
  }
}
.p-general-flow {
  background: var(--light-gray);
}
.p-general-flow__list {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.p-general-flow__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  background: var(--white);
  border-radius: 2rem;
}
@media screen and (max-width:767px) {
  .p-general-flow__item {
    flex-direction: column;
  }
}
.p-general-flow__img {
  flex: 0 0 33.28125%;
}
.p-general-flow__img img {
  vertical-align: bottom;
}
.p-general-flow__content {
  flex: 1 1 100%;
  padding: 3.2rem;
}
@media screen and (max-width:767px) {
  .p-general-flow__content {
    padding: 0 1.6rem 3.2rem;
  }
}
.p-general-flow__text {
  margin-top: 1.6rem;
  color: var(--black);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.p-general-flow__links {
  margin-top: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width:767px) {
  .p-general-flow__links {
    justify-content: center;
  }
}
.p-general-flow__links .c-button-main,
.p-general-flow__links .c-button-sub {
  flex: 0 0 24rem;
}
@media screen and (max-width:767px) {
  .p-general-flow__links .c-button-main,
  .p-general-flow__links .c-button-sub {
    flex: 1 1 24rem;
  }
}
.p-general-flow__note {
  margin-top: 1.6rem;
}
.p-general-insurance__text {
  margin-top: 3.2rem;
  color: var(--black);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
@media screen and (max-width:767px) {
  .p-general-insurance__text {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}
.p-general-insurance__text--mt-l {
  margin-top: 4rem;
}
@media screen and (max-width:767px) {
  .p-general-insurance__text--mt-l {
    margin-top: 2.4rem;
  }
}
.p-general-insurance__text--mb {
  margin-top: 0;
  margin-bottom: 3.2rem;
}
.p-general-insurance__headCol {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width:767px) {
  .p-general-insurance__headCol {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.p-general-insurance__headColWrap {
  flex: 0 0 calc(50% - 2rem);
}
.p-general-insurance__headColList {
  margin-top: 2rem;
  display: flex;
  gap: 0;
}
.p-general-insurance__headColList:first-child {
  margin-top: 0;
}
.p-general-insurance__headColList dt {
  flex: 0 0 12rem;
  min-height: 9rem;
  padding: 0.8rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.8rem 0 0 0.8rem;
  background: var(--blue);
  color: var(--white);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.024rem;
}
@media screen and (max-width:767px) {
  .p-general-insurance__headColList dt {
    font-size: 1.6rem;
  }
}
.p-general-insurance__headColList dd {
  flex: 1 1 100%;
  padding: 0.8rem 2.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0rem 2.4rem;
  border-radius: 0 0.8rem 0.8rem 0;
  border: 1px solid var(--blue);
  color: var(--blue);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: -0.024rem;
}
@media screen and (max-width:767px) {
  .p-general-insurance__headColList dd {
    font-size: 1.8rem;
  }
}
.p-general-insurance__headColList dd span {
  display: inline-block;
}
@media screen and (max-width:767px) {
  .p-general-insurance__headColList dd span {
    flex: 1 1 100%;
  }
}
.p-general-insurance__note {
  margin-top: 3.2rem;
  padding: 0.8rem 2rem;
  border-radius: 4px;
  background: var(--orange);
  color: var(--white);
  font-style: normal;
  font-weight: 600;
  line-height: 175%;
}
@media screen and (max-width:767px) {
  .p-general-insurance__note {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.p-general-insurance__note dt {
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .p-general-insurance__note dt {
    font-size: 1.5rem;
  }
}
.p-general-insurance__note dd {
  margin-top: 0.4rem;
  font-size: 1.4rem;
}
@media screen and (max-width:767px) {
  .p-general-insurance__note dd {
    font-size: 1.3rem;
    line-height: 175%;
  }
}
.p-general-insurance-contractList {
  margin-top: 4rem;
}
@media screen and (max-width:767px) {
  .p-general-insurance-contractList {
    margin-top: 2.4rem;
  }
}
.p-general-insurance-contractList__item {
  margin-bottom: 3.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width:767px) {
  .p-general-insurance-contractList__item {
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
    flex-direction: column;
    gap: 2.4rem;
    border-bottom: 0.1rem solid var(--gray);
  }
}
.p-general-insurance-contractList__item:last-child {
  margin-bottom: 0;
}
.p-general-insurance-contractList__img {
  flex: 0 0 32rem;
}
@media screen and (max-width:767px) {
  .p-general-insurance-contractList__img {
    flex: 1 1 100%;
  }
}
.p-general-insurance-contractList__img img {
  border-radius: 2rem;
}
@media screen and (max-width:767px) {
  .p-general-insurance-contractList__img img {
    width: 100%;
  }
}
.p-general-insurance-contractList__content {
  flex: 1 1 100%;
}
.p-general-insurance-supportList {
  margin-top: 3.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.3rem;
}
@media screen and (max-width:767px) {
  .p-general-insurance-supportList {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.p-general-insurance-supportList::before, .p-general-insurance-supportList::after {
  flex: 0 0 0.2rem;
  width: 0.2rem;
  height: 24rem;
  display: block;
  background: var(--gray);
  content: "";
}
@media screen and (max-width:767px) {
  .p-general-insurance-supportList::before, .p-general-insurance-supportList::after {
    width: 24rem;
    flex: 0 0 0.1rem;
  }
}
.p-general-insurance-supportList::before {
  order: 2;
}
.p-general-insurance-supportList::after {
  order: 4;
}
.p-general-insurance-supportList--consulting {
  gap: 4rem;
}
.p-general-insurance-supportList--consulting::before {
  height: 16rem;
}
.p-general-insurance-supportList--consulting::after {
  content: none;
}
.p-general-insurance-supportList__item {
  flex: 0 0 calc((100% - 5.2rem - 0.4rem) / 3);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media screen and (max-width:767px) {
  .p-general-insurance-supportList__item {
    padding: 0;
  }
}
.p-general-insurance-supportList__item:nth-child(1) {
  order: 1;
}
.p-general-insurance-supportList__item:nth-child(2) {
  order: 3;
}
.p-general-insurance-supportList__item:nth-child(3) {
  order: 5;
}
@media screen and (max-width:767px) {
  .p-general-insurance-supportList__item:has(.p-general-insurance-supportList__img) {
    position: relative;
  }
  .p-general-insurance-supportList__item:has(.p-general-insurance-supportList__img) .p-general-insurance-supportList__title {
    min-height: 8rem;
    padding-left: 8.4rem;
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 2rem;
  }
  .p-general-insurance-supportList__item:has(.p-general-insurance-supportList__img) .p-general-insurance-supportList__img {
    position: absolute;
    top: 0.4rem;
    left: 0;
    max-width: 7.2rem;
  }
}
.p-general-insurance-supportList__item--wide {
  flex: 0 0 calc((100% - 8rem - 0.2rem) / 2);
  padding: 0;
}
.p-general-insurance-supportList__img {
  max-width: 12rem;
  margin: auto;
  order: 1;
}
.p-general-insurance-supportList__title {
  margin-bottom: 0;
  order: 2;
}
.p-general-insurance-supportList__text {
  order: 3;
}

.p-vehicle {
  padding-top: 8rem;
}
@media screen and (max-width:767px) {
  .p-vehicle {
    padding-top: 3.2rem;
  }
}
.p-vehicle--rental {
  padding-top: 0;
  padding-bottom: 12rem;
}
@media screen and (max-width:767px) {
  .p-vehicle--rental {
    padding-bottom: 6.4rem;
  }
}
.p-vehicle__listWrap {
  margin-top: 3.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.6rem;
  overflow: auto;
}
.p-vehicle__list {
  width: 128rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.6rem;
}
.p-vehicle__list--archive {
  width: 100%;
  flex-direction: column;
}
.p-vehicle__more {
  width: 100%;
  margin-top: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:767px) {
  .p-vehicle__more {
    margin-top: 2.4rem;
  }
}
.p-vehicle__filters {
  margin-top: 6.4rem;
  padding-top: 6rem;
  display: flex;
  justify-content: flex-start;
  gap: 2.4rem;
  border-top: 0.1rem solid var(--gray);
}
@media screen and (max-width:767px) {
  .p-vehicle__filters {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    flex-wrap: wrap;
  }
}
.p-vehicle__filter {
  max-width: calc(33.333% - 1.6rem);
  flex: 0 0 calc(33.333% - 1.6rem);
}
@media screen and (max-width:767px) {
  .p-vehicle__filter {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.p-vehicleCard {
  flex: 0 0 41.6rem;
  padding: 1.2rem;
  border: 0.1rem solid #D7E2ED;
  border-radius: 0.4rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .p-vehicleCard {
    flex: 0 0 83.0769230769vw;
  }
}
.p-vehicleCard--archive {
  flex: 0 0 auto;
}
.p-vehicleCard__link {
  display: block;
}
.p-vehicleCard__link--archive {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2.1074815595%;
}
@media screen and (max-width:767px) {
  .p-vehicleCard__link--archive {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.p-vehicleCard__info {
  width: 100%;
  margin: auto;
  padding-top: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.6rem;
}
.p-vehicleCard__info:has(.p-vehicleCard__priceGuarantee) {
  gap: 0.8rem;
}
.p-vehicleCard__info:has(.p-vehicleCard__priceGuarantee) .p-vehicleCard__price {
  flex: 0 0 auto;
}
.p-vehicleCard__info--archive {
  flex: 1 1 auto;
  padding-top: 0;
  display: block;
}
.p-vehicleCard__wrap {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.p-vehicleCard__title {
  order: 2;
  color: var(--blue);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width:767px) {
  .p-vehicleCard__title {
    font-size: 1.3rem;
  }
}
.p-vehicleCard__title--archive {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.p-vehicleCard__maker {
  order: 1;
  color: var(--black);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.p-vehicleCard__price {
  flex: 0 0 12.5rem;
  color: var(--orange);
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-vehicleCard__price {
    flex: 0 0 auto;
    padding-right: 1.2rem;
    border-right: 0.1rem solid var(--gray);
  }
}
.p-vehicleCard__price:has(.p-vehicleCard__priceGuarantee) {
  flex: 0 0 auto;
}
.p-vehicleCard__priceBlock {
  display: flex;
  align-items: flex-end;
}
.p-vehicleCard__priceLabel {
  display: block;
  font-size: 1.2rem;
  line-height: 150%;
}
.p-vehicleCard__priceValue {
  flex: 0 0 auto;
  font-size: 3.6rem;
  line-height: 100%;
}
@media screen and (max-width:767px) {
  .p-vehicleCard__priceValue {
    flex: 0 0 auto;
    font-size: 2.8rem;
  }
}
.p-vehicleCard__priceValue--fallback {
  letter-spacing: 0.24rem;
  font-family: "Genos", sans-serif;
  line-height: 80%;
  font-size: 5rem;
}
@media screen and (max-width:767px) {
  .p-vehicleCard__priceValue--fallback {
    font-size: 4rem;
  }
}
.p-vehicleCard__priceUnit {
  display: block;
  flex: 0 0 auto;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.p-vehicleCard__priceBox {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 2.4rem;
}
@media screen and (max-width:767px) {
  .p-vehicleCard__priceBox {
    gap: 0.8rem;
  }
}
.p-vehicleCard__priceGuarantee {
  flex: 0 0 auto;
}
.p-vehicleCard__priceGuaranteeLabel {
  display: block;
  color: var(--black);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 150%;
}
.p-vehicleCard__priceGuaranteeValue {
  flex: 0 0 auto;
  display: block;
  color: var(--black);
  font-size: 2rem;
  font-weight: 700;
  line-height: 115%;
}
.p-vehicleCard__priceGuaranteeUnit {
  flex: 0 0 auto;
  display: block;
  color: var(--black);
  font-size: 1rem;
  line-height: 150%;
}
.p-vehicleCard__priceGuaranteeBlock {
  display: flex;
  align-items: flex-end;
}
.p-vehicleCard__priceGuaranteePlus {
  width: 1.6rem;
  flex: 0 0 1.6rem;
  padding-bottom: 1.2rem;
}
.p-vehicleCard__priceGuaranteePlus svg {
  width: 100%;
  height: auto;
}
.p-vehicleCard__price--single {
  margin-right: auto;
  flex: 0 0 auto;
}
@media screen and (max-width:767px) {
  .p-vehicleCard__price--single {
    margin-right: 0;
  }
}
.p-vehicleCard__price--single .p-vehicleCard__priceLabel {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
@media screen and (max-width:767px) {
  .p-vehicleCard__price--single .p-vehicleCard__priceLabel {
    margin-bottom: 0.4rem;
    font-size: 1.2rem;
  }
}
.p-vehicleCard__price--single .p-vehicleCard__priceValue {
  font-size: 4rem;
}
@media screen and (max-width:767px) {
  .p-vehicleCard__price--single .p-vehicleCard__priceValue {
    font-size: 2.8rem;
  }
}
.p-vehicleCard__price--single .p-vehicleCard__priceUnit {
  font-size: 1.4rem;
}
@media screen and (max-width:767px) {
  .p-vehicleCard__price--single .p-vehicleCard__priceUnit {
    font-size: 1.2rem;
  }
}
.p-vehicleCard__price--rental {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.p-vehicleCard__image img {
  width: 100%;
  height: auto;
  border-radius: 0.4rem;
  vertical-align: bottom;
}
.p-vehicleCard__image--archive {
  flex: 0 0 42.1496311907%;
}
.p-vehicleCard__priceContainer {
  padding-right: 2.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 1rem;
  border-right: 0.1rem solid var(--gray);
}
@media screen and (max-width:767px) {
  .p-vehicleCard__priceContainer {
    flex: 1 1 100%;
    padding-right: 0;
    padding-bottom: 1.2rem;
    border-right: none;
    border-bottom: 0.1rem solid var(--gray);
  }
}
.p-vehicleCard__priceContainer:has(.p-vehicleCard__priceGuaranteePlus) .p-vehicleCard__price {
  padding-right: 0;
  border-right: none;
}
.p-vehicleCard__priceWrap {
  margin-top: 1.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1.2rem 2.4rem;
}
@media screen and (max-width:767px) {
  .p-vehicleCard__priceWrap {
    gap: 1.2rem;
  }
}
.p-vehicleCard__priceWrap--single {
  margin-top: 0;
  flex-wrap: wrap;
}
.p-vehicleCard__priceWrap--rental {
  justify-content: flex-start;
}
.p-vehicleCard__unit {
  color: var(--black);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.p-vehicleCard__unitPrice {
  flex: 0 0 auto;
}
.p-vehicleCard__unitPrice dt {
  color: var(--black);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.p-vehicleCard__unitPrice dd {
  color: var(--black);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width:767px) {
  .p-vehicleCard__unitPrice dd {
    font-size: 2rem;
  }
}
.p-vehicleCard__unitPriceEn {
  font-family: "Genos", sans-serif;
  font-size: 3rem;
}
.p-vehicleCard__unitPriceWrap {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 2.4rem;
}
@media screen and (max-width:767px) {
  .p-vehicleCard__unitPriceWrap {
    gap: 1.2rem;
  }
}
.p-vehicleCard__unitPriceWrap--rental {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 0.1rem solid var(--gray);
}
.p-vehicleCard__specWrap {
  margin-top: 1.8rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.p-vehicleCard__specWrap--single {
  margin-top: 1.8rem;
}
.p-vehicleCard__spec {
  flex: 0 0 10.26rem;
}
@media screen and (max-width:767px) {
  .p-vehicleCard__spec {
    flex: 0 0 calc((100% - 0.8rem) / 3);
  }
}
.p-vehicleCard__spec dt {
  padding: 0.4rem 1.2rem;
  background: var(--blue);
  border-radius: 0.2rem 0.2rem 0 0;
  color: var(--white);
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.p-vehicleCard__spec dd {
  padding: 0.4rem 0.6rem;
  border-radius: 0 0 0.2rem 0.2rem;
  border: 0.1rem solid var(--blue);
  color: var(--black);
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.p-vehicleCard__spec--single {
  flex: 0 0 100%;
  display: flex;
  gap: 0;
}
.p-vehicleCard__spec--single dt,
.p-vehicleCard__spec--single dd {
  text-align: left;
  font-size: 1.4rem;
}
.p-vehicleCard__spec--single dt {
  flex: 0 0 9.8rem;
  border-radius: 0.2rem 0 0 0.2rem;
}
.p-vehicleCard__spec--single dd {
  flex: 1 1 auto;
  border-radius: 0 0.2rem 0.2rem 0;
}
.p-vehicleCard__tagWrap {
  margin-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.p-vehicleCard__tagWrap--single {
  margin-top: 2.4rem;
}
.p-vehicleCard__tag {
  display: inline-flex;
}
.p-vehicleCard__tag dt {
  margin-right: 0.8rem;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
  color: var(--black);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.p-vehicleCard__tag dt::after {
  width: 0.1rem;
  height: 1.8rem;
  margin-left: 0.4rem;
  content: "";
  display: block;
  background: var(--gray);
}
.p-vehicleCard__tag dd {
  color: var(--black);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.p-vehicleCard__buttonWrap {
  margin-top: 2.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
@media screen and (max-width:767px) {
  .p-vehicleCard__buttonWrap {
    gap: 0.8rem;
  }
}
.p-vehicleCard__buttonWrap .c-button-main-s,
.p-vehicleCard__buttonWrap .c-button-sub-s,
.p-vehicleCard__buttonWrap .c-button-line-s {
  flex: 0 0 17.4rem;
}
@media screen and (max-width:767px) {
  .p-vehicleCard__buttonWrap .c-button-sub-s,
  .p-vehicleCard__buttonWrap .c-button-line-s {
    flex: calc(50% - 0.4rem);
  }
}
@media screen and (max-width:767px) {
  .p-vehicleCard__buttonWrap .c-button-main-s {
    flex: 1 1 100%;
    justify-content: center;
  }
}
.p-vehicleCard__buttonWrap--single {
  margin-top: 2.4rem;
  gap: 0.4rem;
}
@media screen and (max-width:767px) {
  .p-vehicleCard__buttonWrap--single {
    gap: 0.8rem;
  }
}
.p-vehicleCard__buttonWrap--single .c-button-main-s,
.p-vehicleCard__buttonWrap--single .c-button-sub-s,
.p-vehicleCard__buttonWrap--single .c-button-line-s {
  min-width: 17rem;
  flex: 0 0 calc(50% - 0.2rem);
}
@media screen and (max-width:767px) {
  .p-vehicleCard__buttonWrap--single .c-button-sub-s,
  .p-vehicleCard__buttonWrap--single .c-button-line-s {
    min-width: auto;
    max-width: calc(50% - 0.4rem);
    flex: calc(50% - 0.4rem);
  }
  .p-vehicleCard__buttonWrap--single .c-button-main-s {
    flex: 1 1 100%;
    justify-content: center;
  }
  .p-vehicleCard__buttonWrap--single:not(:has(.c-button-line-s)) .c-button-main-s {
    max-width: calc(50% - 0.4rem);
    flex: calc(50% - 0.4rem);
  }
}
.p-vehicle-archive__head {
  margin-bottom: 3.2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width:767px) {
  .p-vehicle-archive__head {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.p-vehicle-archive__head .c-title {
  flex: 0 0 auto;
}
.p-vehicle-archive__headNum {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex: 0 0 auto;
  color: var(--black);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width:767px) {
  .p-vehicle-archive__headNum {
    font-size: 1.4rem;
  }
}
.p-vehicle-archive__headCount {
  font-size: 3.2rem;
  line-height: 82%;
}
@media screen and (max-width:767px) {
  .p-vehicle-archive__headCount {
    font-size: 2.4rem;
  }
}

.c-category__title {
  margin-bottom: 3.6rem;
}
@media screen and (max-width:767px) {
  .c-category__title {
    margin-bottom: 1.2rem;
  }
}
.c-category__title--row {
  margin-bottom: 1.2rem;
}
.c-category__titleEn {
  margin-bottom: 0.4rem;
  display: block;
  color: var(--blue);
  font-family: "Genos", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.c-category__titleEn:first-letter {
  color: var(--light-blue);
}
.c-category__titleJa {
  display: block;
  color: var(--black);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.c-category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 2.4rem;
}
.c-category__item {
  min-width: 16rem;
  width: 100%;
  flex: 1 1 100%;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem dashed var(--blue);
}
.c-category__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  color: var(--blue);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  transition: opacity 0.35s ease;
}
.c-category__link:link, .c-category__link:visited {
  color: var(--blue);
}
.c-category__link:hover {
  opacity: 0.75;
}
.c-category__linkIcon {
  flex: 0 0 1.2rem;
  width: 1.2rem;
}
.c-category__linkText {
  flex: 1 1 auto;
}/*# sourceMappingURL=map/car-sales.css.map */
