@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;
}

.business {
  background-image: url(/car/business-partners/assets/images/top/bg_pc.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .business {
    background-image: url(/car/business-partners/assets/images/top/bg_sp.png);
    background-size: cover;
  }
}
.business * {
  box-sizing: border-box;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.business p {
  text-align: left;
}
.business a {
  text-decoration: none;
}
.business img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.business__wrap {
  margin: 0 auto;
  width: 83.4553440703vw;
}
@media screen and (max-width: 768px) {
  .business__wrap {
    padding: 10.6666666667vw 0 9.3333333333vw;
    width: 92vw;
  }
}
.business .kv {
  width: 100%;
}
.business .intro {
  background-color: #fff;
  border-radius: 1.0980966325vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4.9780380673vw;
  margin: -1.8301610542vw auto 0;
  padding: 3.513909224vw 0 4.831625183vw;
  width: 69.5461200586vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .business .intro {
    border-radius: 4vw;
    flex-direction: column;
    gap: 2.6666666667vw 0;
    margin-top: -6.6666666667vw;
    padding: 8vw 0;
    width: 92vw;
  }
}
.business .intro__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4641288433vw 0;
  width: 47.4377745242vw;
}
@media screen and (max-width: 768px) {
  .business .intro__contents {
    align-items: center;
    gap: 0;
    width: 100%;
  }
}
.business .intro__title {
  background-image: url(/car/business-partners/assets/images/top/intro_title_deco_pc.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.2459736457vw;
  font-weight: 900;
  line-height: 1.483;
  text-align: center;
  padding: 0 0.3660322108vw;
}
@media screen and (max-width: 768px) {
  .business .intro__title {
    background-image: url(/car/business-partners/assets/images/top/intro_title_deco_sp.png);
    font-size: 7.4666666667vw;
    padding-left: 3.2vw;
    padding-right: 3.7333333333vw;
  }
}
.business .intro__text {
  font-size: 1.317715959vw;
  font-weight: 600;
  line-height: 2;
  margin-top: 1.317715959vw;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .business .intro__text {
    font-size: 4.8vw;
    margin-top: 6.6666666667vw;
  }
}
.business .intro__photo {
  width: 17.9355783309vw;
}
@media screen and (max-width: 768px) {
  .business .intro__photo {
    margin: 0 auto;
    width: 84vw;
  }
}
.business .story {
  width: 90.6295754026vw;
  margin: 0 auto;
  margin-top: 4.831625183vw;
  margin-bottom: 5.1976573939vw;
  border-radius: 1.0980966325vw;
  padding: 3.6603221083vw 3.5871156662vw 2.8550512445vw;
  box-shadow: 0.7320644217vw 0.7320644217vw 0.7320644217vw rgba(180, 155, 60, 0.5);
  background-color: rgba(245, 200, 100, 0.5);
}
@media screen and (max-width: 768px) {
  .business .story {
    padding-top: 8.2666666667vw;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 9.6vw;
    border-radius: 4vw;
    margin-top: 6.4vw;
    margin-bottom: 8.8vw;
    box-shadow: 2.6666666667vw 2.6666666667vw 2.6666666667vw rgba(180, 155, 60, 0.5);
  }
}
.business .story__title {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .business .story__title {
    width: 78.4vw;
    margin: 0 auto;
  }
}
.business .story__list {
  display: flex;
  justify-content: center;
  margin: 2.7818448023vw 0 4.0263543192vw;
  gap: 2.3426061493vw;
}
@media screen and (max-width: 768px) {
  .business .story__list {
    flex-direction: column;
    gap: 8vw 0;
    margin: 4vw 0 0;
  }
}
.business .story__item {
  filter: drop-shadow(0.3660322108vw 0.3660322108vw 0.7320644217vw rgba(0, 0, 0, 0.16));
  width: 26.2811127379vw;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .business .story__item {
    width: 84vw;
    margin: 0 auto;
  }
}
@media (hover: hover) {
  .business .story__item:hover {
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.16));
    transform: translate(0.3660322108vw, 0.3660322108vw);
  }
  .business .story__item:hover .story__photo {
    opacity: 0.3;
  }
}
.business .story__item a {
  display: block;
  width: 26.2811127379vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .business .story__item a {
    width: 100%;
  }
}
.business .story__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) {
  .business .story__item a::before {
    width: 17.3333333333vw;
    height: 17.3333333333vw;
  }
}
.business .story__item figure {
  background-color: #fff;
  border-radius: 1.4641288433vw;
}
@media screen and (max-width: 768px) {
  .business .story__item figure {
    border-radius: 5.3333333333vw;
  }
}
.business .story__photo {
  object-fit: contain;
  transition: opacity 0.3s ease-in-out;
}
.business .story__photo img {
  object-fit: contain;
  transition: trasnform 0.3s ease-in-out;
}
.business .story__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4158125915vw;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .business .story__text {
    font-size: 6.9333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.business .sns {
  background-color: #FFF;
  border-top: 0.7320644217vw solid #FADC96;
  border-bottom: 0.7320644217vw solid #FADC96;
}
@media screen and (max-width: 768px) {
  .business .sns {
    border-top: 1.3333333333vw solid #FADC96;
    border-bottom: 1.3333333333vw solid #FADC96;
  }
}
.business .sns .business__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8.6383601757vw;
  height: 33.0161054173vw;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  .business .sns .business__wrap {
    flex-direction: column;
    height: auto;
    width: 100%;
  }
}
.business .sns__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4158125915vw;
  font-weight: 900;
  line-height: 1.273;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .business .sns__title {
    font-size: 6.9333333333vw;
    text-align: center;
  }
}
.business .sns__lead {
  font-size: 2.0497803807vw;
  font-weight: 900;
  margin-top: 1.6105417277vw;
}
@media screen and (max-width: 768px) {
  .business .sns__lead {
    font-size: 5.8666666667vw;
    text-align: center;
    margin-top: 5.6vw;
  }
}
.business .sns__lead span {
  background-color: #00368F;
  border-radius: 3.6603221083vw;
  color: #fff;
  font-size: 2.196193265vw;
  font-weight: 900;
  line-height: 1;
  padding: 0 1.0980966325vw;
  margin-right: 0.439238653vw;
}
@media screen and (max-width: 768px) {
  .business .sns__lead span {
    border-radius: 13.3333333333vw;
    font-size: 5.8666666667vw;
    padding: 0 4vw;
    margin-right: 1.0666666667vw;
  }
}
.business .sns__list {
  display: flex;
  align-items: center;
  gap: 0 2.196193265vw;
  margin: 1.8301610542vw 0;
}
@media screen and (max-width: 768px) {
  .business .sns__list {
    justify-content: center;
    gap: 0 5.8666666667vw;
    margin: 8vw 0 6.9333333333vw;
  }
}
.business .sns__list li {
  width: 5.3440702782vw;
}
@media screen and (max-width: 768px) {
  .business .sns__list li {
    width: 14.6666666667vw;
  }
}
.business .sns__text {
  font-size: 1.317715959vw;
  font-weight: bold;
  line-height: 1.556;
}
@media screen and (max-width: 768px) {
  .business .sns__text {
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
.business .sns__photo {
  display: flex;
  justify-content: space-between;
  width: 34.3338213763vw;
}
@media screen and (max-width: 768px) {
  .business .sns__photo {
    flex-direction: column;
    gap: 5.3333333333vw 0;
    margin-top: 10.6666666667vw;
    width: 100%;
  }
}
.business .sns__photo ul {
  display: flex;
  flex-direction: column;
  gap: 1.0980966325vw 0;
}
@media screen and (max-width: 768px) {
  .business .sns__photo ul {
    flex-direction: row;
    gap: 0 4vw;
  }
}
.business .sns__photo li {
  width: 16.6178623719vw;
}
@media screen and (max-width: 768px) {
  .business .sns__photo li {
    width: 60.5333333333vw;
  }
}
.business .lineup {
  background-color: #FFFFF5;
  padding: 4.5387994143vw 0;
}
@media screen and (max-width: 768px) {
  .business .lineup {
    padding: 1.0666666667vw 0 16vw;
  }
}
.business .lineup__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.8067349927vw;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .business .lineup__title {
    font-size: 8.5333333333vw;
  }
}
.business .lineup__title span {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4890190337vw;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .business .lineup__title span {
    font-size: 5.8666666667vw;
  }
}
.business .lineup__list {
  display: flex;
  justify-content: center;
  gap: 0 5.270863836vw;
  margin-top: 1.9033674963vw;
}
@media screen and (max-width: 768px) {
  .business .lineup__list {
    flex-direction: column;
    gap: 12vw 0;
    margin-top: 6.4vw;
  }
}
.business .lineup__item {
  width: 21.8155197657vw;
}
@media screen and (max-width: 768px) {
  .business .lineup__item {
    margin: 0 auto;
    width: 58.6666666667vw;
  }
}
.business .lineup__button {
  background-color: #fff;
  background-image: url(/car/business-partners/assets/images/top/icon_arrow_thin_bk.svg);
  background-repeat: no-repeat;
  background-position: right 0.9516837482vw center;
  background-size: 0.6588579795vw auto;
  border: 1px solid #000;
  border-radius: 3.6603221083vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.1713030747vw;
  font-weight: 600;
  text-align: center;
  margin: 2.5622254758vw auto 0;
  padding: 0.7320644217vw 0;
  width: 19.7657393851vw;
}
@media screen and (max-width: 768px) {
  .business .lineup__button {
    background-position: right 2.6666666667vw center;
    background-size: 1.8666666667vw auto;
    border-radius: 13.3333333333vw;
    font-size: 4.2666666667vw;
    margin: 6.9333333333vw auto 0;
    padding: 1.6vw 0;
    width: 53.3333333333vw;
  }
  .business .lineup__button.toLineup {
    width: 68vw;
  }
}
.business .connect {
  background-color: #002D7A;
  padding: 4.0995607613vw 0;
}
@media screen and (max-width: 768px) {
  .business .connect {
    padding: 11.2vw 0 13.3333333333vw;
  }
}
.business .connect__title {
  margin: 0 auto;
  width: 22.1083455344vw;
}
@media screen and (max-width: 768px) {
  .business .connect__title {
    width: 61.8666666667vw;
  }
}
.business .connect__intro {
  color: #fff;
  font-size: 1.5373352855vw;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 1.0248901903vw auto 1.6105417277vw;
}
@media screen and (max-width: 768px) {
  .business .connect__intro {
    font-size: 4.2666666667vw;
    margin: 4.8vw auto 5.3333333333vw;
  }
}
.business .connect__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .business .connect__list {
    flex-direction: column;
    gap: 5.3333333333vw 0;
  }
}
.business .connect__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.756954612vw;
  padding: 1.1713030747vw 0;
  width: 34.5534407028vw;
}
@media screen and (max-width: 768px) {
  .business .connect__item {
    padding: 1.0666666667vw 0;
    gap: 0 3.2vw;
    width: 84vw;
    height: 24vw;
  }
}
.business .connect__item dt {
  color: #fff;
  font-size: 1.756954612vw;
  font-weight: bold;
  margin-bottom: 0.439238653vw;
}
@media screen and (max-width: 768px) {
  .business .connect__item dt {
    font-size: 4.2666666667vw;
    margin-bottom: 0.5333333333vw;
  }
}
.business .connect__item dd {
  color: #fff;
  font-size: 0.878477306vw;
  font-weight: 500;
  line-height: 1.417;
}
@media screen and (max-width: 768px) {
  .business .connect__item dd {
    font-size: 3.2vw;
  }
}
.business .connect__item.report {
  background-color: #00B4E6;
}
.business .connect__item.report figure {
  width: 8.6383601757vw;
}
@media screen and (max-width: 768px) {
  .business .connect__item.report figure {
    width: 20.8vw;
  }
}
.business .connect__item.support {
  background-color: #00C8B4;
}
@media screen and (max-width: 768px) {
  .business .connect__item.support {
    gap: 0 4.2666666667vw;
  }
}
.business .connect__item.support figure {
  width: 4.7584187408vw;
}
@media screen and (max-width: 768px) {
  .business .connect__item.support figure {
    width: 13.3333333333vw;
  }
}
.business .connect__lead {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.0497803807vw;
}
@media screen and (max-width: 768px) {
  .business .connect__lead {
    flex-direction: column;
    margin-top: 8vw;
  }
}
.business .connect__lead p {
  color: #fff;
  font-weight: bold;
}
.business .connect__lead p:nth-child(1) {
  font-size: 1.0248901903vw;
  line-height: 1.429;
}
@media screen and (max-width: 768px) {
  .business .connect__lead p:nth-child(1) {
    font-size: 4.2666666667vw;
  }
}
.business .connect__lead p:nth-child(2) {
  font-size: 2.7818448023vw;
  margin-left: 1.0248901903vw;
  margin-right: 1.9765739385vw;
}
@media screen and (max-width: 768px) {
  .business .connect__lead p:nth-child(2) {
    font-size: 6.4vw;
    margin: 1.6vw 0 4.8vw;
  }
}
.business .connect__lead a {
  background-color: #fff;
  background-image: url(/car/business-partners/assets/images/top/icon_arrow_bk.svg);
  background-repeat: no-repeat;
  background-size: 0.439238653vw auto;
  background-position: right 1.9033674963vw center;
  border-radius: 3.6603221083vw;
  font-size: 1.1713030747vw;
  font-weight: bold;
  text-align: center;
  padding: 0.9516837482vw 0;
  width: 20.2049780381vw;
}
@media screen and (max-width: 768px) {
  .business .connect__lead a {
    background-size: 1.6vw auto;
    background-position: right 4.5333333333vw center;
    border-radius: 13.3333333333vw;
    font-size: 3.4666666667vw;
    padding: 1.8666666667vw 0;
    width: 50.6666666667vw;
  }
}
.business .contact {
  background-color: #fff;
  padding: 4.39238653vw 0 0;
}
@media screen and (max-width: 768px) {
  .business .contact {
    padding-top: 8vw;
  }
}
.business .contact__support {
  background-color: #D8EFFD;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4.9780380673vw;
  padding: 2.5622254758vw 0;
  margin: 0 auto;
  width: 66.1786237189vw;
}
@media screen and (max-width: 768px) {
  .business .contact__support {
    flex-direction: column;
    gap: 4.8vw 0;
    padding: 6.9333333333vw 0;
    width: 84vw;
  }
}
.business .contact__support p {
  font-size: 1.4641288433vw;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .business .contact__support p {
    font-size: 3.7333333333vw;
    text-align: center;
  }
}
.business .contact__support a {
  background-color: #00368F;
  background-image: url(/car/business-partners/assets/images/top/icon_arrow_wh.svg);
  background-repeat: no-repeat;
  background-size: 0.439238653vw auto;
  background-position: right 1.4641288433vw center;
  border-radius: 3.6603221083vw;
  color: #fff;
  font-size: 1.1713030747vw;
  font-weight: bold;
  text-align: center;
  padding: 1.317715959vw 0;
  width: 25.8418740849vw;
}
@media screen and (max-width: 768px) {
  .business .contact__support a {
    background-size: 1.6vw auto;
    background-position: right 3.2vw center;
    border-radius: 0;
    font-size: 4.2666666667vw;
    padding: 3.7333333333vw 0;
    width: 64.5333333333vw;
  }
}
.business .contact__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.878477306vw auto 0;
  width: 66.1786237189vw;
}
@media screen and (max-width: 768px) {
  .business .contact__buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 2.6666666667vw 0;
    margin-top: 5.3333333333vw;
    width: 84vw;
  }
}
.business .contact__buttons li + li {
  margin-top: 0.5856515373vw;
}
@media screen and (max-width: 768px) {
  .business .contact__buttons li + li {
    margin-top: 2.6666666667vw;
  }
}
.business .contact__consultation {
  background-color: #00368F;
  padding: 1.9765739385vw 0;
  width: 32.7232796486vw;
}
@media screen and (max-width: 768px) {
  .business .contact__consultation {
    padding: 5.8666666667vw 0;
    width: 100%;
  }
}
.business .contact__consultation dt {
  color: #fff;
  font-size: 1.1713030747vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .business .contact__consultation dt {
    font-size: 5.0666666667vw;
  }
}
.business .contact__consultation a {
  background-color: #fff;
  background-image: url(/car/business-partners/assets/images/top/icon_arrow_key.svg);
  background-repeat: no-repeat;
  background-size: 0.439238653vw auto;
  background-position: right 1.1713030747vw center;
  border-radius: 3.6603221083vw;
  color: #00368F;
  font-size: 1.0248901903vw;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8052708638vw 0;
  margin: 0.7320644217vw auto 0;
  width: 19.6193265007vw;
}
@media screen and (max-width: 768px) {
  .business .contact__consultation a {
    background-size: 1.6vw auto;
    background-position: right 3.2vw center;
    border-radius: 13.3333333333vw;
    font-size: 3.4666666667vw;
    padding: 2.6666666667vw 0;
    margin: 3.7333333333vw auto 0;
    width: 49.0666666667vw;
  }
}
.business .contact__button {
  background-color: #00368F;
  background-image: url(/car/business-partners/assets/images/top/icon_arrow_wh.svg);
  background-repeat: no-repeat;
  background-size: 0.439238653vw auto;
  background-position: right 1.6837481698vw center;
  color: #fff;
  font-size: 1.1713030747vw;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.317715959vw 0;
  width: 32.5036603221vw;
}
@media screen and (max-width: 768px) {
  .business .contact__button {
    background-size: 1.6vw auto;
    background-position: right 3.4666666667vw center;
    font-size: 4.2666666667vw;
    padding: 5.0666666667vw 0;
    width: 100%;
  }
}