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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
  border-color: inherit; /* Correct border color in all 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] {
  appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

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

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

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

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

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

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

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

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

button,
html [type=button],
[type=reset],
[type=submit] {
  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 {
  appearance: none; /* Firefox 36+ */
  appearance: none; /* Chrome 41+ */
}

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

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

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

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

/* 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;
}

* {
  box-sizing: border-box;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

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

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

:root {
  --header-bottom: 0px;
  --local-nav-height: 0px;
  --anchor-offset: calc(var(--header-bottom) + var(--local-nav-height));
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: var(--anchor-offset);
}

.localNav {
  position: sticky;
  top: var(--header-bottom);
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #A0A0A0;
  display: block;
}
.localNav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.7320644217vw 0;
}
@media screen and (max-width: 768px) {
  .localNav ul {
    padding: 1.6vw 0;
  }
}
.localNav li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.localNav li + li {
  border-left: 1px solid #A0A0A0;
}
.localNav li:nth-child(1) {
  width: 7.8330893119vw;
}
@media screen and (max-width: 768px) {
  .localNav li:nth-child(1) {
    width: 15.4666666667vw;
  }
}
.localNav li:nth-child(2) {
  width: 12.3718887262vw;
}
@media screen and (max-width: 768px) {
  .localNav li:nth-child(2) {
    width: 40vw;
  }
}
.localNav li:nth-child(3) {
  width: 7.9795021962vw;
}
@media screen and (max-width: 768px) {
  .localNav li:nth-child(3) {
    width: 24vw;
  }
}
.localNav li a {
  color: #785A46;
  font-size: 1.0248901903vw;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .localNav li a {
    font-size: 3.2vw;
  }
}
.localNav li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.05em;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .localNav li a:hover::after, .localNav li a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}

.infiniteScroll {
  position: relative;
}
.infiniteScroll__wrap {
  overflow: hidden;
}
.infiniteScroll__track {
  display: flex;
  width: max-content;
  padding: 0;
  margin: 0;
  list-style: none;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.infiniteScroll--vertical .infiniteScroll__track {
  flex-direction: column;
  width: auto;
  height: max-content;
}
@media screen and (max-width: 768px) {
  .infiniteScroll--vertical .infiniteScroll__track {
    flex-direction: row;
    width: max-content;
    height: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .infiniteScroll.is-ready .infiniteScroll__track {
    transform: none;
  }
}
.infiniteScroll__controls {
  display: flex;
  justify-content: flex-end;
  margin: 0.9516837482vw auto 0;
  width: 73.2064421669vw;
}
@media screen and (max-width: 768px) {
  .infiniteScroll__controls {
    margin-top: 2.6666666667vw;
    width: 92vw;
  }
}
.infiniteScroll__button {
  position: relative;
  display: grid;
  place-items: center;
  width: 2.3426061493vw;
  height: 2.3426061493vw;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #000;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .infiniteScroll__button {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.infiniteScroll__button img {
  position: relative;
  z-index: 1;
}
.infiniteScroll__button:hover .infiniteScroll__buttonBorderLine, .infiniteScroll__button:focus-visible .infiniteScroll__buttonBorderLine {
  stroke-dashoffset: 0;
}
.infiniteScroll__buttonBorder {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}
.infiniteScroll__buttonBorderBase, .infiniteScroll__buttonBorderLine {
  transform: rotate(-90deg);
  transform-origin: center;
  transform-box: fill-box;
}
.infiniteScroll__buttonBorderBase {
  opacity: 0.3;
}
.infiniteScroll__buttonBorderLine {
  stroke-dasharray: 1.01;
  stroke-dashoffset: 1.01;
  transition: stroke-dashoffset 0.45s ease;
}

.story {
  background-image: url("/car/business-partners/assets/images/common/back_deco_pc.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .story {
    background-image: url("/car/business-partners/assets/images/common/back_deco_sp.png");
  }
}
.story-01 {
  --story-accent-color: #C11321;
}
.story-02 {
  --story-accent-color: #007832;
}
.story-03 {
  --story-accent-color: #370F05;
}
.story * {
  color: #000;
  padding: 0;
  margin: 0;
}
.story p {
  text-align: left;
}
.story img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.story__bg {
  background-color: #fff;
  border-radius: 0.7320644217vw;
  padding: 4.6852122987vw 0 5.4904831625vw 0;
  margin-top: 4.0995607613vw;
}
@media screen and (max-width: 768px) {
  .story__bg {
    margin-top: 10.6666666667vw;
    padding: 17.0666666667vw 0 6.9333333333vw 0;
    border-radius: 0;
  }
}
.story__wrap {
  margin: 0 auto;
  padding: 0 1.4641288433vw;
  width: 73.2064421669vw;
}
@media screen and (max-width: 768px) {
  .story__wrap {
    margin: 0 auto;
    padding: 0;
    width: 92vw;
  }
}
.story .kv {
  width: 100%;
}
.story .intro {
  margin-top: -9.8828696925vw;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .story .intro {
    margin-top: -11.7333333333vw;
  }
}
.story .intro__slide {
  gap: 0 1.0980966325vw;
  margin-top: 3.6603221083vw;
}
@media screen and (max-width: 768px) {
  .story .intro__slide {
    gap: 0 2.6666666667vw;
    margin-top: 0;
  }
}
.story .intro__slide li {
  width: 16.6910688141vw;
}
@media screen and (max-width: 768px) {
  .story .intro__slide li {
    width: 60.8vw;
  }
}
.story .intro__text {
  font-size: 1.6105417277vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .story .intro__text {
    font-size: 4.8vw;
    line-height: 1.667;
    letter-spacing: 0;
  }
}
.story__contents {
  margin-top: 5.1244509517vw;
}
@media screen and (max-width: 768px) {
  .story__contents {
    margin-top: 13.3333333333vw;
  }
}
.story__title {
  border-left: 0.9516837482vw solid var(--story-accent-color);
  font-family: "Noto Serif JP", serif;
  font-size: 2.3426061493vw;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.438;
  margin-bottom: 1.4641288433vw;
  padding: 0.1464128843vw 0 0.1464128843vw 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .story__title {
    border-width: 3.4666666667vw;
    font-size: 5.8666666667vw;
    line-height: 1.364;
    margin-bottom: 4vw;
    padding: 0.5333333333vw 0 0.5333333333vw 3.2vw;
  }
}
.story__text {
  font-size: 1.1713030747vw;
  line-height: 2.063;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .story__text {
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}
.story__picture {
  display: flex;
  justify-content: space-between;
  margin-top: 2.196193265vw;
}
@media screen and (max-width: 768px) {
  .story__picture {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .story__picture.column-2 {
    flex-direction: column;
  }
}
.story__picture.column-2 li {
  width: 33.8213762811vw;
}
@media screen and (max-width: 768px) {
  .story__picture.column-2 li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .story__picture.column-2 li + li {
    margin-top: 8vw;
  }
}
.story__picture figcaption {
  font-size: 1.0248901903vw;
  letter-spacing: 0.03em;
  margin-top: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .story__picture figcaption {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.story .library {
  padding: 3.6603221083vw 0;
}
@media screen and (max-width: 768px) {
  .story .library {
    padding: 13.3333333333vw 0;
  }
}
.story .library__slide {
  gap: 0 2.0497803807vw;
}
@media screen and (max-width: 768px) {
  .story .library__slide {
    gap: 0 3.2vw;
  }
}
.story .library li {
  width: 27.0863836018vw;
}
@media screen and (max-width: 768px) {
  .story .library li {
    width: 66.9333333333vw;
  }
}
.story .other {
  background-color: #F0F0F0;
  padding: 5.8565153734vw 0 7.3206442167vw;
}
@media screen and (max-width: 768px) {
  .story .other {
    padding: 13.3333333333vw 0 16vw;
  }
}
.story .other__title {
  font-weight: bold;
  font-size: 2.0497803807vw;
  letter-spacing: 0.03em;
  margin-bottom: 1.8301610542vw;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .story .other__title {
    font-size: 5.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.story .other__titleBg {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 4.39238653vw;
  font-weight: bold;
  line-height: 1;
  color: #e1e1e1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  white-space: nowrap;
  pointer-events: none;
  bottom: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  .story .other__titleBg {
    font-size: 11.2vw;
    bottom: 1.0666666667vw;
  }
}
.story .other__articles {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.1713030747vw;
  margin-bottom: 4.39238653vw;
}
@media screen and (max-width: 768px) {
  .story .other__articles {
    flex-direction: column;
    gap: 5.3333333333vw 0;
    margin-bottom: 14.9333333333vw;
  }
}
.story .other__item a {
  display: block;
  width: 25.7686676428vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .story .other__item a {
    width: 84vw;
  }
}
.story .other__item a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 4.7584187408vw;
  height: 4.7584187408vw;
}
@media screen and (max-width: 768px) {
  .story .other__item a::before {
    width: 15.4666666667vw;
    height: 15.4666666667vw;
  }
}
@media (hover: hover) {
  .story .other__item a:hover .other__photo {
    opacity: 0.3;
  }
}
.story .other__photo {
  transition: opacity 0.3s ease;
}
.story .other__btn {
  background-color: #fff;
  background-image: url("/car/business-partners/assets/images/common/icon_arrow_bk.svg");
  background-repeat: no-repeat;
  background-position: left 2.0497803807vw center;
  background-size: 0.7320644217vw auto;
  border-radius: 3.6603221083vw;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.317715959vw;
  font-weight: 500;
  text-decoration: none;
  margin: 5.1244509517vw auto 0;
  padding: 1.3909224012vw 0;
  width: 23.0600292826vw;
}
@media screen and (max-width: 768px) {
  .story .other__btn {
    background-position: left 7.4666666667vw center;
    background-size: 2.6666666667vw auto;
    border-radius: 13.3333333333vw;
    font-size: 4.8vw;
    padding: 4.5333333333vw 0;
    margin-top: 13.3333333333vw;
    width: 84vw;
  }
}
.story .about {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.0980966325vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .story .about {
    flex-direction: column;
    gap: 4vw 0;
    width: 84vw;
  }
}
.story .about__item {
  width: 25.8418740849vw;
}
@media screen and (max-width: 768px) {
  .story .about__item {
    width: 100%;
  }
}