@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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;
}

/* =========================================
break point
========================================= */
/* =========================================
mixin
========================================= */
/* =========================================
font-family
========================================= */
/* =========================================
color
========================================= */
:root {
  --header-height: 100px;
}
@media screen and (max-width: 600px) {
  :root {
    --header-height: 70px;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
html.is-fixed {
  scroll-behavior: auto !important;
}

body {
  color: #1C1C1C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-fixed {
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

main {
  overflow: hidden;
  background-color: #d4eef5;
}

h1, h2, h3, h4, h5 {
  line-height: 1.5;
}

p {
  line-height: 1.8;
}

a {
  display: block;
  text-decoration: none;
  color: #1C1C1C;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, a:active, a:focus {
  opacity: 0.6;
}

button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
button:hover {
  opacity: 0.6;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

nav {
  white-space: nowrap;
}

/* ==========================================================
// ヘッダー
========================================================== */
.l-header {
  width: 100%;
}

.l-header__top {
  width: 100%;
  max-width: 1280px;
  height: 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__logo {
  display: inline-block;
  width: 110px;
  height: auto;
}

.l-header__logo > h1 > img,
.l-header__logo > img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-header-shop {
  margin-right: 10px;
  margin-left: auto;
}

.l-header-shop > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 48px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #c4002f;
}

.l-header-shop__icon {
  width: 14px;
  height: 14px;
  margin-right: 0.5em;
  fill: white;
}

.l-header-shop.-large > a {
  width: 200px;
  font-size: 1.5rem;
}

.l-header-shop.-large > a > .l-header-shop__icon {
  width: 18px;
  height: 18px;
}

.l-header-sp-button {
  display: none;
}

.l-header-sp-button__shop > a {
  display: block;
  width: 50px;
  height: 48px;
  padding-top: 8px;
  letter-spacing: 0;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
}

.l-header-sp-button__shop > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #c4002f;
}

.l-header-sp-button__icon-shop {
  width: 18px;
  height: 18px;
  fill: white;
}

.l-header-sp-button__shop > a > span {
  display: block;
}

@media screen and (max-width: 1280px) {
  .l-header__top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    /* position: fixed;
    left: 0;
    top: 0;
    z-index: 1000; */
    background-color: #fff;
    /* box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); */
  }
  .l-header__top {
    height: 60px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .l-header__logo {
    width: 80px;
  }
  .l-header-shop {
    display: none;
  }
  .l-header-sp-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
}
/* ==========================================================
// フッター
========================================================== */
.l-footer {
  position: relative;
  background-color: #222;
  color: #fff;
  padding-inline: 20px;
}
.l-footer a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-footer__container {
  padding-top: 64px;
  padding-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .l-footer__container {
    padding-top: 32px;
    padding-bottom: 16px;
  }
}
.l-footer__company-info img {
  max-width: 200px;
  height: auto;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .l-footer__company-info img {
    max-width: 100px;
    height: auto;
    margin-bottom: 0;
  }
}
.l-footer__company-info p {
  font-size: 1.5rem;
  letter-spacing: 0.04rem;
  line-height: 1.92;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .l-footer__company-info p {
    font-size: 1.2rem;
    line-height: 1.5;
    padding-bottom: 5px;
  }
}
.l-footer__company-info p:first-of-type {
  padding-top: 10px;
}

.l-footer__company-info a {
  font-size: 1.5rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .l-footer__company-info a {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.l-footer__copy-right {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.42;
}

@media screen and (max-width: 768px) {
  .l-footer__copy-right {
    font-size: 1.2rem;
  }
}
.l-footer__copy-right .reproduction-prohibit {
  padding-top: 25px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .l-footer__copy-right .reproduction-prohibit {
    padding-top: 40px;
  }
}
/* ==========================================================
// 汎用コンテナ
========================================================== */
.l-container {
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 1130px;
}
.l-container.--narrow {
  max-width: 898px;
}
.l-container.--ex-narrow {
  max-width: 668px;
}

/* ==========================================================
// FV
========================================================== */
.p-mv {
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/800;
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-mv {
    aspect-ratio: 375/520;
  }
}

/* ==========================================================
// リーフは補助金の対象車です
========================================================== */
.p-subsidy {
  background: linear-gradient(135deg, #00A7CE 0%, #0C7087 100%);
  padding-block: 80px;
  padding-inline: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-subsidy {
    padding-block: 40px;
  }
}
.p-subsidy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/bg_texture.webp") repeat;
  opacity: 1;
  pointer-events: none;
}

.p-subsidy__title {
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}

.p-subsidy__box {
  background-color: #fff;
  padding: 48px 97px;
}
@media screen and (max-width: 768px) {
  .p-subsidy__box {
    padding: 20px;
  }
}

.p-subsidy__note {
  -webkit-margin-before: 9px;
          margin-block-start: 9px;
}
.p-subsidy__note p {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #5A5A5A;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-subsidy__note p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-subsidy__img {
    max-width: 400px;
    margin-inline: auto;
  }
}

/* ==========================================================
// EV(P.O.P)なら賢く選べる！2つのプラン
========================================================== */
.p-about {
  background-color: #fff;
  padding-block: 100px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-about {
    padding-block: 56px;
  }
}

.p-about__title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-about__title-area {
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
}

.p-about__badge {
  background-color: #0884A2;
  color: #fff;
  padding: 4px 16px;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-margin-after: 14px;
          margin-block-end: 14px;
}
@media screen and (max-width: 768px) {
  .p-about__badge {
    font-size: 1.6rem;
    -webkit-margin-after: 8px;
            margin-block-end: 8px;
  }
}

.p-about__title {
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #0884A2;
  text-align: center;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
@media screen and (max-width: 768px) {
  .p-about__title {
    font-size: 3.2rem;
  }
}
.p-about__title span {
  display: block;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .p-about__title span {
    font-size: 2.4rem;
  }
}

.p-about__lead {
  line-height: 2;
  text-align: center;
}

.p-about__img {
  background-color: #EBEBEB;
  padding: 40px 80px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-about__img {
    background-color: unset;
    padding: 0px;
  }
}

.p-about__button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-about__button-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
  }
}

.p-about__button {
  width: calc((100% - 24px) / 2);
  height: 80px;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-about__button {
    width: 100%;
    height: 64px;
    font-size: 1.6rem;
  }
}
.p-about__button.--subsidy {
  background-color: #0884A2;
}
.p-about__button.--normal {
  background-color: #0DA177;
}
.p-about__button span {
  position: relative;
  display: inline-block;
  -webkit-padding-end: 34.5px;
          padding-inline-end: 34.5px;
}
.p-about__button span::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 29px;
  content: "";
  background-image: url(../img/icon_chevron-circle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ==========================================================
// 補助金後払いプラン
========================================================== */
.p-plan {
  padding-block: 100px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-plan {
    padding-block: 56px;
  }
}
.p-plan.--subsidy {
  background-color: #DCF3F9;
}
.p-plan.--normal {
  background-color: #E4FFF7;
}

.p-plan__title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-plan__title-area {
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
}

.p-plan__title {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-plan__title {
    font-size: 2.8rem;
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}
.p-plan.--subsidy .p-plan__title {
  color: #0884A2;
}
.p-plan.--subsidy .p-plan__title::before, .p-plan.--subsidy .p-plan__title::after {
  background-color: #0884A2;
}
.p-plan.--normal .p-plan__title {
  color: #0DA177;
}
.p-plan.--normal .p-plan__title::before, .p-plan.--normal .p-plan__title::after {
  background-color: #0DA177;
}
.p-plan__title::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -208px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 176px;
  height: 1px;
  content: "";
}
.p-plan__title::after {
  display: block;
  position: absolute;
  top: 50%;
  right: -208px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 176px;
  height: 1px;
  content: "";
}

.p-plan__lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-plan__lead {
    font-size: 1.4rem;
  }
}

.p-plan__discount {
  -webkit-margin-after: 100px;
          margin-block-end: 100px;
}
@media screen and (max-width: 768px) {
  .p-plan__discount {
    -webkit-margin-after: 56px;
            margin-block-end: 56px;
    max-width: 480px;
    margin-inline: auto;
  }
}

.p-plan__flow {
  -webkit-margin-after: 100px;
          margin-block-end: 100px;
}
@media screen and (max-width: 768px) {
  .p-plan__flow {
    -webkit-margin-after: 56px;
            margin-block-end: 56px;
  }
}

.p-plan__flow-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
}
@media screen and (max-width: 768px) {
  .p-plan__flow-title {
    font-size: 2rem;
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
}

.p-plan__flow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 16px;
  counter-reset: item;
}
@media screen and (max-width: 768px) {
  .p-plan__flow-container {
    row-gap: 8px;
  }
}

.p-plan__flow-item {
  background-color: #fff;
  padding: 35px 64px 24px 48px;
  border-radius: 10px;
  width: 100%;
  counter-increment: item;
}
@media screen and (max-width: 768px) {
  .p-plan__flow-item {
    padding: 24px 20px;
  }
}
.p-plan__flow-item h5 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1;
  -webkit-padding-start: 57px;
          padding-inline-start: 57px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-plan__flow-item h5 {
    font-size: 1.6rem;
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
}
.p-plan__flow-item h5::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 46px;
  height: 46px;
  content: counter(item);
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  background-color: #0884A2;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .p-plan__flow-item h5::before {
    width: 32px;
    height: 32px;
    font-size: 1.4rem;
  }
}
.p-plan__flow-item p {
  -webkit-margin-before: 27px;
          margin-block-start: 27px;
}
@media screen and (max-width: 768px) {
  .p-plan__flow-item p {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}
.p-plan__flow-item img {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

.p-grade {
  -webkit-margin-after: 100px;
          margin-block-end: 100px;
}
@media screen and (max-width: 768px) {
  .p-grade {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}

.p-grade__upper {
  border-radius: 20px 20px 0 0;
  padding: 40px 40px 20px 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-grade__upper {
    padding: 20px;
  }
}
.--subsidy .p-grade__upper {
  background-color: #0884A2;
}
.--normal .p-grade__upper {
  background-color: #0DA177;
}

.p-grade__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
@media screen and (max-width: 768px) {
  .p-grade__title {
    font-size: 2.2rem;
  }
}

.p-grade__tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .p-grade__tab-area {
    padding-bottom: 0px;
  }
}

.p-grade__tab {
  width: calc((100% - 24px) / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #0884A2;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-grade__tab {
    width: calc((100% - 8px) / 2);
    height: 48px;
    padding: 10px;
    font-size: 1.5rem;
  }
}
.p-grade__tab.--active {
  color: #fff;
  background-color: #F0AB0A;
  font-weight: 700;
  position: relative;
}
.p-grade__tab.--active::before {
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 45px;
  height: 17px;
  content: "";
  background-image: url(../img/icon_triangle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-grade__tab.--active::before {
    display: none;
  }
}

.p-grade__lower {
  padding: 40px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .p-grade__lower {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-grade__lower img {
    max-width: 400px;
  }
}

/* ==========================================================
// CTA
========================================================== */
.p-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14px;
}
.p-cta > span {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  padding-inline: 42px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-cta > span {
    font-size: 1.6rem;
  }
}
.p-cta > span::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 29px;
  height: 23px;
  content: "";
  background-image: url(../img/icon_cta-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-cta > span::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 29px;
  height: 23px;
  content: "";
  background-image: url(../img/icon_cta-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-cta a {
  position: relative;
  width: 100%;
  height: 88px;
  max-width: 472px;
  border: solid 4px #F8B776;
  background-color: #F4881B;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-cta a {
    height: 64px;
  }
}
.p-cta a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-cta a span {
    font-size: 1.8rem;
    height: 64px;
  }
}

/* ==========================================================
// 電気自動車のリース契約における補助金の注意点
========================================================== */
.p-term {
  background-color: #fff;
  padding-block: 100px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-term {
    padding-block: 56px;
  }
}

.p-term__title {
  font-size: 2rem;
  font-weight: 500;
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
}
@media screen and (max-width: 768px) {
  .p-term__title {
    font-size: 1.6rem;
  }
}

.p-term__text {
  font-size: 1.3rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-term__text {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

/* ==========================================================
// キャッシュバック増額キャンペーン実施中！！
========================================================== */
.p-cashback {
  background-color: #FFEDDC;
  padding-block: 100px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-cashback {
    padding-block: 56px;
  }
}

.p-cashback__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  -webkit-margin-after: 64px;
          margin-block-end: 64px;
}
@media screen and (max-width: 768px) {
  .p-cashback__title {
    font-size: 2.4rem;
    -webkit-margin-after: 32px;
            margin-block-end: 32px;
  }
}

.p-cashback__item + .p-cashback__item {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .p-cashback__item + .p-cashback__item {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.p-cashback__item-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  -webkit-margin-after: 4px;
          margin-block-end: 4px;
}
@media screen and (max-width: 768px) {
  .p-cashback__item-title {
    font-size: 1.8rem;
  }
}

.p-cashback__schedule {
  font-weight: 500;
  line-height: 1.5;
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-cashback__schedule {
    font-size: 1.2rem;
  }
}

.p-cashback__item.--purchase a {
  max-width: 438px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-cashback__item.--purchase a {
    max-width: 400px;
  }
}

/*
 * _utility.css
 */
/* ==========================================================
!Base Fonts
========================================================== */
.u-ff-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.u-ff-sans-en {
  font-family: "Open Sans", sans-serif;
}

.u-ls-minus4 {
  letter-spacing: -0.04em;
}

/* ==========================================================
!Display
========================================================== */
.u-display-ib {
  display: inline-block;
}

/* ==========================================================
!親を超える子
========================================================== */
.u-exceed-parent {
  margin-inline: calc(50% - 50vw);
}

/* ==========================================================
!デバイスごとの表示・非表示
========================================================== */
@media only screen and (max-width: 767px) {
  .u-sp-none {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-pc-none {
    display: none !important;
  }
}