main html,
main body,
main div,
main span,
main object,
main iframe,
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main blockquote,
main pre,
main abbr,
main address,
main cite,
main code,
main del,
main dfn,
main em,
main img,
main ins,
main kbd,
main q,
main samp,
main small,
main strong,
main sub,
main sup,
main var,
main b,
main i,
main dl,
main dt,
main dd,
main ol,
main ul,
main li,
main fieldset,
main form,
main label,
main legend,
main table,
main caption,
main tbody,
main tfoot,
main thead,
main tr,
main th,
main td,
main article,
main aside,
main canvas,
main details,
main figcaption,
main figure,
main footer,
main header,
main hgroup,
main menu,
main nav,
main section,
main summary,
main time,
main mark,
main audio,
main video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
main body {
  line-height: 1;
}
main article,
main aside,
main details,
main figcaption,
main figure,
main footer,
main header,
main hgroup,
main menu,
main nav,
main section {
  display: block;
}
main nav ul {
  list-style: none;
}
main blockquote,
main q {
  quotes: none;
}
main blockquote:before,
main blockquote:after,
main q:before,
main q:after {
  content: '';
  content: none;
}
main a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
main ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
main mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
main del {
  text-decoration: line-through;
}
main abbr[title],
main dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
main table {
  border-collapse: collapse;
  border-spacing: 0;
}
main hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
main input,
main select {
  vertical-align: middle;
}
main img,
main video {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}
@font-face {
  font-family: "MMC";
  font-style: normal;
  font-weight: medium;
  src: url("fonts/MMC-Medium.woff2") format('woff2');
}
@font-face {
  font-family: "MMC";
  font-style: normal;
  font-weight: bold;
  src: url("fonts/MMC-Bold.woff2") format('woff2');
}
body main {
  font-family: "MMC", "Noto Sans Japanese", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body main img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  main .u-is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  main .u-is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 1295px) {
  main .u-is-menu-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1296px) {
  main .u-is-menu-sp {
    display: none !important;
  }
}
main .u-img-wrap {
  font-size: 0;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .bg-pattern {
    background: url("/carlife/ev_business/assets/images/common/bg_pattern01.png") repeat top center/300px 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .bg-pattern {
    background-size: 23.166023166023166vw 23.166023166023166vw;
  }
}
.bg-pattern-gray {
  background-color: #efefef;
}
.bg-pattern-green {
  background-color: #e4f7f7;
}
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 8;
}
@media screen and (min-width: 768px) {
  .c-modal {
    padding-left: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .c-modal {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-modal {
    z-index: 15;
  }
}
.c-modal-bg {
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.c-modal-close {
  display: inline-block;
  width: 29px;
  height: 29px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .c-modal-close {
    width: 2.239382239382239vw;
    height: 2.239382239382239vw;
    right: 1.544401544401544vw;
    top: 1.544401544401544vw;
  }
}
@media screen and (max-width: 767px) {
  .c-modal-close {
    width: 7.199999999999999vw;
    height: 7.199999999999999vw;
    right: auto;
    left: calc(100% - 7.199999999999999vw);
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    margin-top: -2.666666666666667vw;
  }
}
.c-modal-inner {
  background: #fff;
  width: 100%;
  max-width: 920px;
  border-radius: 15px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-height: 96%;
  overflow-y: auto;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .c-modal-inner {
    max-width: 71.04247104247105vw;
    padding: 3.088803088803089vw;
    border-radius: 1.158301158301158vw;
  }
}
@media screen and (max-width: 767px) {
  .c-modal-inner {
    padding: 5.333333333333334vw 5.333333333333334vw;
    max-width: 89.33333333333333vw;
    border-radius: 2.666666666666667vw;
    max-height: 86vh;
  }
}
@media screen and (min-width: 768px) {
  .c-modal-h2 {
    font-size: 24px;
    line-height: 1.625;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .c-modal-h2 {
    font-size: 1.853281853281853vw;
  }
}
@media screen and (max-width: 767px) {
  .c-modal-h2 {
    font-size: 6.4vw;
    line-height: 1.625;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
.c-modal-content__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-modal-content__row {
    display: inline-block;
  }
}
.c-modal-content__row--ctn {
  width: 278px;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .c-modal-content__row--ctn {
    width: 21.46718146718147vw;
  }
}
@media screen and (max-width: 767px) {
  .c-modal-content__row--ctn {
    width: 100%;
    margin-bottom: 10.666666666666668vw;
  }
}
.c-modal-content__row--ctn .c-modal-h2 {
  margin-bottom: 14px;
}
.c-modal-content__row--ctn .c-modal-h2 sub {
  font-size: 16px;
  vertical-align: text-bottom;
}
.c-modal-content__row--ctn sub {
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 11px;
  vertical-align: text-bottom;
}
.c-modal-content__row--ctn sup {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .c-modal-content__row--ctn sup {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .c-modal-content__row--ctn sup {
    font-size: 0.926640926640927vw;
  }
}
@media screen and (max-width: 767px) {
  .c-modal-content__row--ctn sup {
    font-size: 10px;
    line-height: 3;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
.c-modal-content__row--ctn .note {
  margin-top: 10px;
}
.c-modal-content__row--ctn .note li {
  padding-left: 12px;
  text-indent: -12px;
}
@media screen and (min-width: 768px) {
  .c-modal-content__row--ctn .note {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .c-modal-content__row--ctn .note {
    font-size: 0.772200772200772vw;
  }
}
@media screen and (max-width: 767px) {
  .c-modal-content__row--ctn .note {
    font-size: 2.666666666666667vw;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
.c-modal-content__row--img {
  width: 528px;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .c-modal-content__row--img {
    width: 40.772200772200776vw;
  }
}
@media screen and (max-width: 767px) {
  .c-modal-content__row--img {
    width: 100%;
  }
}
.c-modal-content__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.c-modal-content__list--child {
  width: 25%;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-modal-content__list--child {
    width: 50%;
    margin-top: 4vw;
  }
}
.c-modal-content__list--child .cap_txt +pc {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .c-modal-content__list--child .cap_txt {
    font-size: 1.081081081081081vw;
  }
}
@media screen and (max-width: 767px) {
  .c-modal-content__list--child .cap_txt {
    font-size: 3.466666666666666vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media screen and (max-width: 767px) {
  .scrollbar {
    margin-right: -5.333333333333334vw;
    overflow-x: auto;
    padding-bottom: 6.933333333333333vw;
  }
  .scrollbar .simplebar-track.simplebar-horizontal {
    margin-right: 5.333333333333334vw;
    height: 1.6vw;
    background: #e3e5e6;
    border-radius: 1.6vw;
  }
  .scrollbar .simplebar-track .simplebar-scrollbar {
    background: #11b0bc;
    margin: 0 auto;
    height: 1.6vw;
    border-radius: 1.6vw;
    top: 0 !important;
  }
  .scrollbar .simplebar-track .simplebar-scrollbar::before {
    content: none;
  }
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 97px;
  height: 97px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .slick-prev,
  .slick-next {
    width: 7.49034749034749vw;
    height: 7.49034749034749vw;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 13.333333333333334vw;
    height: 13.333333333333334vw;
  }
}
.slick-prev:before,
.slick-next:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 26px;
  height: 30px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .slick-prev:before,
  .slick-next:before {
    width: 2.007722007722008vw;
    height: 2.316602316602316vw;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev:before,
  .slick-next:before {
    width: 4.266666666666667vw;
    height: 4.8vw;
  }
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  color: transparent;
  outline: none;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}
.slick-prev {
  left: -48px;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .slick-prev {
    left: -3.706563706563706vw;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: -9.333333333333334vw;
  }
}
.slick-prev:before {
  background-image: url("/carlife/ev_business/assets/images/common/icon_prev.svg");
  background-size: cover;
}
.slick-next {
  right: -48px;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .slick-next {
    right: -3.706563706563706vw;
  }
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: -9.333333333333334vw;
  }
}
.slick-next:before {
  background-image: url("/carlife/ev_business/assets/images/common/icon_next.svg");
  background-size: cover;
}
.slick-dots {
  position: absolute;
  bottom: -42px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: '';
  text-align: center;
  opacity: 1;
  color: #000;
  background: #757575;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #000;
  background: #ed0000;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
[dir='rtl'] .slick-prev:before {
  content: '<';
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
[dir='rtl'] .slick-next:before {
  content: '>';
}
.case-wpr +.case-wpr {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .case-wpr +.case-wpr {
    margin-top: 10.666666666666668vw;
  }
}
.case-wpr .case-slider {
  width: 1016px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .case-wpr .case-slider.is--active {
    display: block;
  }
}
.case-wpr .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.case-head {
  margin-bottom: 24px;
}
.case-head .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.case-head .case-title {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .case-head .case-title {
    font-size: 5.333333333333334vw;
    line-height: 1.35;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
.case-head .case-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
@media screen and (max-width: 767px) {
  .case-head .case-pagination {
    -webkit-column-gap: 3.2vw;
    -moz-column-gap: 3.2vw;
    column-gap: 3.2vw;
  }
}
.case-head .slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.case-head .slider-nav .button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.case-head .slider-nav .button:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .case-head .slider-nav .button {
    width: 3.706563706563706vw;
    height: 3.706563706563706vw;
  }
}
@media screen and (max-width: 767px) {
  .case-head .slider-nav {
    -webkit-column-gap: 2.133333333333333vw;
    -moz-column-gap: 2.133333333333333vw;
    column-gap: 2.133333333333333vw;
  }
  .case-head .slider-nav .button {
    width: 10.666666666666668vw;
    height: 10.666666666666668vw;
  }
}
.case-head .progress {
  display: block;
  width: 180px;
  height: 3px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #e3e5e6;
  background-image: -webkit-gradient(linear, left top, right top, from(#11b0bc), to(#11b0bc));
  background-image: -webkit-linear-gradient(left, #11b0bc, #11b0bc);
  background-image: linear-gradient(to right, #11b0bc, #11b0bc);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size 0.4s ease-in-out;
  transition: background-size 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .case-head .progress {
    width: 33.86666666666667vw;
    height: 0.8vw;
  }
}
.evb-sub-kv {
  position: relative;
  height: 362px;
}
.evb-sub-kv__bg {
  height: 100%;
}
.evb-sub-kv__bg img {
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.evb-sub-kv__ttl {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .evb-sub-kv__ttl {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .evb-sub-kv {
    height: 27.953667953667953vw;
  }
}
@media screen and (max-width: 767px) {
  .evb-sub-kv {
    height: 114.66666666666667vw;
  }
  .evb-sub-kv__ttl {
    top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .c-heading-lv1 {
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .c-heading-lv1 {
    font-size: 3.088803088803089vw;
  }
}
@media screen and (max-width: 767px) {
  .c-heading-lv1 {
    font-size: 8.533333333333333vw;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: 900;
  }
}
.c-heading-lv2.c-white {
  color: #fff;
}
.c-heading-lv2.c-green {
  color: #11b0bc;
}
@media screen and (min-width: 768px) {
  .c-heading-lv2 {
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .c-heading-lv2 {
    font-size: 2.625482625482626vw;
  }
}
@media screen and (max-width: 767px) {
  .c-heading-lv2 {
    font-size: 6.933333333333333vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .c-heading-lv3 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .c-heading-lv3 {
    font-size: 1.853281853281853vw;
  }
}
@media screen and (max-width: 767px) {
  .c-heading-lv3 {
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .c-copy {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .c-copy {
    font-size: 1.081081081081081vw;
  }
}
@media screen and (max-width: 767px) {
  .c-copy {
    font-size: 3.466666666666666vw;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .c-copy-note {
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .c-copy-note {
    font-size: 0.772200772200772vw;
  }
}
@media screen and (max-width: 767px) {
  .c-copy-note {
    font-size: 2.666666666666667vw;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
a[href^="tel:"] {
  color: inherit !important;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    text-decoration: none !important;
    pointer-events: none !important;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    text-decoration: underline !important;
  }
}
.c-text-indent {
  padding-left: 1rem;
  text-indent: -1rem;
}
@media screen and (max-width: 767px) {
  .u-is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .u-is-tab {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 1295px) {
  .u-is-menu-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1296px) {
  .u-is-menu-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  a:hover {
    text-decoration: none;
  }
}
.is__Anim,
.is__Load {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.is__Anim.is--active,
.is__Load.is--active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.nav-icon {
  width: 13.333333333333334vw;
  height: 13.333333333333334vw;
  background: #11b0bc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
  position: absolute;
  top: 68px;
  right: 2.666666666666667vw;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
@media screen and (min-width: 1296px) {
  .nav-icon {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .nav-icon {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .nav-icon:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .nav-icon {
    width: 3.861003861003861vw;
    height: 3.861003861003861vw;
    top: 7.722007722007722vw;
    right: 0.772200772200772vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nav-icon {
    top: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .nav-icon.sticky {
    position: fixed;
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .nav-icon {
    top: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .nav-icon.sticky {
    position: fixed;
    top: 10px;
  }
}
.nav-icon ul {
  position: relative;
  width: 8vw;
  height: 3.2vw;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .nav-icon ul {
    width: 2.316602316602316vw;
    height: 0.926640926640927vw;
  }
}
.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 0.8vw;
  left: 50%;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .nav-icon ul li {
    height: 0.231660231660232vw;
  }
}
.nav-icon ul li:nth-of-type(1) {
  top: 10%;
}
.nav-icon ul li:nth-of-type(2) {
  top: 50%;
  display: none;
}
.nav-icon ul li:nth-of-type(3) {
  top: 90%;
}
.nav-icon.open ul li:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
  transform: translate(-50%, -50%) rotate(30deg);
}
.nav-icon.open ul li:nth-of-type(2) {
  opacity: 0;
}
.nav-icon.open ul li:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
}
@media screen and (min-width: 768px) and (max-width: 1295px) and (min-width: 1024px) and (max-width: 1295px) {
  .nav-icon {
    top: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .nav-icon.sticky {
    position: fixed;
    top: 10px;
  }
}
.ev-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #fff;
  background: #000;
  border-radius: 8px;
  padding: 16px 15px 16px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .ev-btn {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.15em;
    font-weight: 900;
    max-width: 304px;
    height: 54px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .ev-btn {
    font-size: 1.158301158301158vw;
    max-width: 23.474903474903474vw;
    height: 4.16988416988417vw;
  }
}
@media screen and (max-width: 767px) {
  .ev-btn {
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
    height: 13.333333333333334vw;
  }
}
.ev-btn:after {
  position: absolute;
  content: '';
  right: 15px;
  top: 50%;
  width: 29px;
  height: 29px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .ev-btn:after {
    width: 2.239382239382239vw;
    height: 2.239382239382239vw;
    right: 1.158301158301158vw;
  }
}
@media screen and (max-width: 767px) {
  .ev-btn:after {
    width: 7.199999999999999vw;
    height: 7.199999999999999vw;
    right: 5.333333333333334vw;
  }
}
.ev-btn__link:after {
  background-image: url("/carlife/ev_business/assets/images/common/icon_link.svg");
  background-size: cover;
}
.ev-btn__plus:after {
  background-image: url("/carlife/ev_business/assets/images/common/icon_plus.svg");
  background-size: cover;
}
.ev-btn__blank:after {
  background-image: url("/carlife/ev_business/assets/images/common/icon_blank.svg");
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .ev-btn:hover,
  a:hover .ev-btn {
    opacity: 1 !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    text-decoration: none;
  }
}
@media screen and (min-width: 1296px) {
  .p-ev_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-ev_main.sticky .global-navi {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
  }
  .p-ev_main.sticky .p-ev_contents {
    margin-left: 200px;
  }
}
@media screen and (min-width: 1296px) {
  .p-ev_main .global-navi {
    width: 200px;
  }
}
@media screen and (min-width: 1296px) {
  .p-ev_main .p-ev_contents {
    width: calc(100% - 200px);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.container {
  max-width: 1016px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .container {
    padding: 0 10.81081081081081vw;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 5.333333333333334vw;
  }
}
.case-slider_item {
  height: 100%;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  position: relative;
}
.case-slider_item .lbl-new {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  background: #ffe869;
  color: #000;
  font-size: 18px;
  line-height: 1.611111111111111;
  letter-spacing: 0.03em;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .case-slider_item .lbl-new {
    width: 14.399999999999999vw;
    height: 14.399999999999999vw;
    right: -3.2vw;
    top: -3.2vw;
    font-size: 4.266666666666667vw;
    line-height: 1.625;
    letter-spacing: 0.03em;
    font-weight: 600;
  }
}
.case-slider_item__link {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .case-slider_item__link:hover {
    text-decoration: none;
  }
  .case-slider_item__link:hover .case-slider_item__thumb img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.case-slider_item__ttl {
  background-color: #11b0bc;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .case-slider_item__ttl {
    min-width: 232px;
    padding: 9px 12px;
    border-radius: 10px 0 10px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .case-slider_item__ttl {
    min-width: 17.915057915057915vw;
    padding: 0.617760617760618vw 1.544401544401544vw;
    border-radius: 1.158301158301158vw 0 1.158301158301158vw 0;
  }
}
@media screen and (max-width: 767px) {
  .case-slider_item__ttl {
    min-width: 61.86666666666667vw;
    border-radius: 2.666666666666667vw 0 2.666666666666667vw 0;
    padding: 2.4vw 3.2vw;
  }
}
.case-slider_item__ttl--vol {
  display: none;
}
@media screen and (min-width: 768px) {
  .case-slider_item__ttl--vol {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 600;
    padding: 3px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .case-slider_item__ttl--vol {
    font-size: 1.853281853281853vw;
    padding: 0.231660231660232vw 0;
  }
}
@media screen and (max-width: 767px) {
  .case-slider_item__ttl--vol {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.case-slider_item__ttl--vol span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .case-slider_item__ttl--vol span {
    font-size: 34px;
    line-height: 1.147058823529412;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .case-slider_item__ttl--vol span {
    font-size: 2.625482625482626vw;
  }
}
@media screen and (max-width: 767px) {
  .case-slider_item__ttl--vol span {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.case-slider_item__ttl h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .case-slider_item__ttl h3 {
    font-size: 11px;
    line-height: 1.636363636363636;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .case-slider_item__ttl h3 {
    font-size: 1.235521235521235vw;
  }
}
@media screen and (max-width: 767px) {
  .case-slider_item__ttl h3 {
    font-size: 3.733333333333334vw;
    line-height: 1.35;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin-left: 0;
  }
}
.case-slider_item__ctn {
  padding: 12px 20px 20px;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .case-slider_item__ctn {
    padding: 0.926640926640927vw 1.544401544401544vw 1.544401544401544vw;
  }
}
@media screen and (max-width: 767px) {
  .case-slider_item__ctn {
    padding: 4.266666666666667vw 4.266666666666667vw 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .case-slider_item__txt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .case-slider_item__txt {
    font-size: 1.235521235521235vw;
  }
}
@media screen and (max-width: 767px) {
  .case-slider_item__txt {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.case-slider_item__thumb {
  overflow: hidden;
  height: 175px;
  border-radius: 10px 10px 0 0;
}
.case-slider_item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .case-slider_item__thumb {
    height: 13.513513513513514vw;
  }
}
@media screen and (max-width: 767px) {
  .case-slider_item__thumb {
    height: 44.266666666666666vw;
    border-radius: 2.666666666666667vw 2.666666666666667vw 0 0;
  }
}
.case-slider_item__tags {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .case-slider_item__tags {
    margin-top: 3.2vw;
  }
}
.case-slider_item__tags--list {
  display: inline-block;
  margin: 0 0 0 -5px;
}
.case-slider_item__tags--list li {
  display: inline-block;
  font-weight: bold;
  background-color: #ffe869;
  border-radius: 5px;
  padding: 5px 10px;
  letter-spacing: 0;
  margin: 0 0 5px 5px;
  font-size: 11px;
  line-height: 1.454545454545455;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .case-slider_item__tags--list li {
    font-size: 0.849420849420849vw;
  }
}
@media screen and (max-width: 767px) {
  .case-slider_item__tags--list li {
    font-size: 2.933333333333333vw;
    line-height: 1.454545454545455;
    letter-spacing: 0em;
    font-weight: 700;
    padding: 1.333333333333333vw 2.666666666666667vw;
    border-radius: 1.333333333333333vw;
    margin: 0 0 1.333333333333333vw 0.8vw;
  }
}
.case-slider .slick-list {
  overflow: visible;
}
.case-slider .slick-slide {
  width: 312px !important;
  margin: 0 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.case-slider .slick-slide >div {
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .case-slider .slick-slide {
    width: 24.092664092664094vw !important;
    margin: 0 1.158301158301158vw;
  }
}
@media screen and (max-width: 767px) {
  .case-slider .slick-slide {
    width: 78.66666666666666vw !important;
    margin: 0 2.666666666666667vw;
  }
}
.b-bottom {
  padding: 60px 0 100px;
}
@media screen and (max-width: 767px) {
  .b-bottom {
    padding: 13.333333333333334vw 0;
  }
}
.b-bottom .c-heading-lv2 {
  text-align: center;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .b-bottom .c-heading-lv2 {
    margin-bottom: 8vw !important;
  }
}
.b-bottom_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 0 20px -20px;
}
@media screen and (max-width: 767px) {
  .b-bottom_list {
    margin: 0 0 8vw 0;
    display: block;
  }
}
.b-bottom_item {
  text-align: center;
  width: calc(100% / 5 - 20px);
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .b-bottom_item {
    width: 100%;
    margin: 0;
  }
  .b-bottom_item +.b-bottom_item {
    margin-top: 2.666666666666667vw;
  }
}
.b-bottom_item__ttl {
  color: #000;
  font-weight: bold;
  margin-bottom: 9px;
}
@media screen and (min-width: 768px) {
  .b-bottom_item__ttl {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .b-bottom_item__ttl {
    font-size: 1.081081081081081vw;
  }
}
@media screen and (max-width: 767px) {
  .b-bottom_item__ttl {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
    width: 51.46666666666667vw;
    text-align: left;
    margin: 0;
  }
}
.b-bottom_item img {
  width: 128px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .b-bottom_item img {
    width: 9.884169884169884vw;
  }
}
@media screen and (max-width: 767px) {
  .b-bottom_item img {
    width: 28.26666666666667vw;
  }
}
.b-bottom_item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 146px;
  border-radius: 10px;
  border: 3px solid #fff;
  background: #e3e5e6;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 15px;
}
@media screen and (min-width: 768px) {
  .b-bottom_item a:hover {
    opacity: 1 !important;
    border-color: #11b0bc;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .b-bottom_item a {
    height: 11.274131274131275vw;
  }
}
@media screen and (max-width: 767px) {
  .b-bottom_item a {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 2.666666666666667vw 3.2vw 2.666666666666667vw 5.333333333333334vw;
    -webkit-column-gap: 1.066666666666667vw;
    -moz-column-gap: 1.066666666666667vw;
    column-gap: 1.066666666666667vw;
  }
}
.b-bottom_item sup {
  line-height: 1;
  vertical-align: text-top;
  font-size: 10px;
}
.b-bottom_item:last-child .b-bottom_item__ttl {
  margin-bottom: 0;
}
.b-bottom_btn li +li {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .b-bottom_btn li +li {
    margin-top: 15px;
  }
}
.b-bottom_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 120px;
  background: #000;
  border-radius: 10px;
  color: #fff;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-bottom_btn a:after {
  position: absolute;
  content: '';
  width: 29px;
  height: 29px;
  right: 136px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("/carlife/ev_business/assets/images/common/icon_blank.svg");
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .b-bottom_btn a {
    font-size: 24px;
    line-height: 1.416666666666667;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .b-bottom_btn a {
    font-size: 1.853281853281853vw;
    height: 9.266409266409266vw;
    padding: 1.544401544401544vw 3.088803088803089vw;
  }
  .b-bottom_btn a:after {
    width: 2.239382239382239vw;
    height: 2.239382239382239vw;
    right: 10.501930501930502vw;
  }
}
@media screen and (max-width: 767px) {
  .b-bottom_btn a {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
    height: 26.666666666666668vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 5.333333333333334vw 6.4vw;
  }
  .b-bottom_btn a:after {
    right: 6.4vw;
    width: 7.199999999999999vw;
    height: 7.199999999999999vw;
  }
}
.b-bottom_btn a span {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .b-bottom_btn a:hover {
    opacity: 1 !important;
    color: #fff !important;
    background: #11b0bc;
  }
  .b-bottom_btn a:hover:after {
    background-image: url("/carlife/ev_business/assets/images/common/icon_blank_blue.svg");
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .b-bottom_note {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .b-bottom_note {
    font-size: 0.772200772200772vw;
    margin-top: 0.772200772200772vw;
  }
}
@media screen and (max-width: 767px) {
  .b-bottom_note {
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-weight: 400;
    margin-top: 2.666666666666667vw;
  }
}
.bg_gray {
  background: url("/carlife/ev_business/assets/images/common/texture_grey.jpg") repeat;
}
.bg_blue {
  background: url("/carlife/ev_business/assets/images/common/texture_blue.jpg") repeat;
}
.bg_green {
  background: url("/carlife/ev_business/assets/images/common/texture_green.jpg") repeat;
}
@-webkit-keyframes scroll-anim {
  100% {
    background-position: -100% 0;
  }
}
@keyframes scroll-anim {
  100% {
    background-position: -100% 0;
  }
}
.mod-ev_business_footer {
  background: #cac9ca;
  border-top: 1px solid #cb0111;
  padding: 10px 10px 10px;
  text-align: right;
  font-size: 11px;
  color: #333538;
  position: relative;
  z-index: 2;
}
.mod-ev_business_header {
  border-bottom: 1px solid #e60012;
}
@media screen and (max-width: 767px) {
  .mod-ev_business_header {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 13;
  }
}
.mod-ev_business_header__logo {
  border-bottom: 2px solid #cac9ca;
  padding: 10px 10px 10px 10px;
}
.mod-ev_business_header__logo img {
  width: 54px;
  height: auto;
}
html.open {
  overflow: hidden;
  height: 100vh;
}
.global-navi {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  background: #fff;
  z-index: 9;
}
@media screen and (max-width: 1295px) {
  .global-navi {
    padding: 26.666666666666668vw 5.333333333333334vw 12.8vw 5.333333333333334vw;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .global-navi {
    padding: 12.355212355212355vw 10.81081081081081vw 7.722007722007722vw 10.81081081081081vw;
  }
}
.global-navi.open {
  opacity: 1;
  visibility: visible;
  padding: 90px 20px;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .global-navi.open {
    padding: 200px 10.81081081081081vw 7.722007722007722vw 10.81081081081081vw;
  }
}
@media screen and (max-width: 767px) {
  .global-navi.open {
    padding: 24vw 5.333333333333334vw 10.666666666666668vw;
  }
}
@media screen and (min-width: 1296px) {
  .global-navi_inner {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 46px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .global-navi_inner {
    position: static;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: row;
    -webkit-flex: row wrap;
    -ms-flex: row wrap;
    flex: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .global-navi_inner .menu-col {
    width: 37.683397683397686vw;
  }
}
.global-navi_logo {
  border-bottom: 1px solid #e3e5e6;
  padding-bottom: 15px;
  margin-bottom: 17px;
}
.global-navi_logo a {
  display: block;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .global-navi_logo a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .global-navi_logo {
    padding-bottom: 2.316602316602316vw;
    margin-bottom: 1.544401544401544vw;
  }
  .global-navi_logo a img {
    max-width: 26.640926640926644vw;
  }
}
@media screen and (max-width: 767px) {
  .global-navi_logo {
    padding-bottom: 8vw;
    margin-bottom: 8vw;
  }
  .global-navi_logo a img {
    max-width: 62.133333333333326vw;
  }
}
.global-navi .menu a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .global-navi .menu a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .global-navi .menu-col +.menu-col {
    margin-top: 4.8vw;
  }
}
.global-navi .menu-item +.menu-item {
  margin-top: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .global-navi .menu-item +.menu-item {
    margin-top: 3.088803088803089vw;
  }
}
@media screen and (max-width: 767px) {
  .global-navi .menu-item +.menu-item {
    margin-top: 4.8vw;
  }
}
.global-navi .menu-item_cat {
  display: inline-block;
  color: #11b0bc;
}
@media screen and (max-width: 1295px) {
  .global-navi .menu-item_cat:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .global-navi .menu-item_cat {
    font-size: 14px;
    line-height: 1.285714285714286;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .global-navi .menu-item_cat {
    font-size: 1.853281853281853vw;
    padding-bottom: 0.386100386100386vw;
    display: block;
    border-bottom: 0.154440154440154vw solid #11b0bc;
  }
}
@media screen and (max-width: 767px) {
  .global-navi .menu-item_cat {
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .global-navi .menu-sub {
    padding-left: 1.544401544401544vw;
  }
}
@media screen and (max-width: 767px) {
  .global-navi .menu-sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -5%;
  }
}
@media screen and (min-width: 768px) {
  .global-navi .menu-sub-case li a {
    text-indent: -3.5em;
    padding-left: 3.5em;
  }
  .global-navi .menu-sub-case li a.medium {
    text-indent: -4em;
    padding-left: 4em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .global-navi .menu-sub-case {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .global-navi .menu-sub-case li {
    width: calc(50% - 1.544401544401544vw);
    padding-right: 1.544401544401544vw;
  }
  .global-navi .menu-sub-case li a {
    text-indent: -3.5em;
    padding-left: 3.5em;
  }
}
.global-navi .menu-sub_item {
  margin-top: 5px;
}
.global-navi .menu-sub_item > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #757575;
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .global-navi .menu-sub_item > span:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .global-navi .menu-sub_item {
    margin-top: 0.772200772200772vw;
  }
}
@media screen and (max-width: 767px) {
  .global-navi .menu-sub_item {
    width: 45%;
    margin-left: 5%;
  }
  .global-navi .menu-sub_item.wsp {
    width: 50%;
  }
}
.global-navi .menu-sub_item a {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  color: #757575;
}
@media screen and (min-width: 768px) {
  .global-navi .menu-sub_item a {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .global-navi .menu-sub_item a {
    font-size: 1.081081081081081vw;
  }
}
@media screen and (max-width: 767px) {
  .global-navi .menu-sub_item a {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
    padding-left: 2.133333333333333vw;
    text-indent: -2.133333333333333vw;
  }
  .global-navi .menu-sub_item a:hover {
    text-decoration: none;
  }
}
.global-navi .menu-sub_item a.ico_nw {
  position: relative;
  padding-right: 15px;
}
.global-navi .menu-sub_item a.ico_nw:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 8px;
  right: 0;
  top: 50%;
  margin-top: -4px;
  background-image: url("/carlife/ev_business/assets/images/common/icon_blank_gray.svg");
  background-size: cover;
}
.global-navi .navi-btn {
  margin-top: 30px;
  text-align: center;
}
.global-navi .navi-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  color: #fff;
  background: #000;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .global-navi .navi-btn a {
    font-size: 14px;
    line-height: 1.285714285714286;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
  .global-navi .navi-btn a:hover {
    opacity: 1 !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .global-navi .navi-btn a {
    font-size: 1.158301158301158vw;
    height: 4.16988416988417vw;
  }
  .global-navi .navi-btn a br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .global-navi .navi-btn a {
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
    height: 23.466666666666665vw;
    border-radius: 2.666666666666667vw;
  }
}
.global-navi .navi-btn a:hover {
  color: #fff !important;
}
.bg_yellow {
  background-color: #ffe869;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-case-study .p-case-study-kv {
    margin: 30px 0 0;
    height: 423px;
    position: relative;
  }
  .p-case-study .p-case-study-kv__text {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    border-radius: 15px;
    max-width: 444px;
    padding: 37px 45px 35px 95px;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  .p-case-study .p-case-study-kv__text.is--active {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-case-study .p-case-study-kv__vol {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 600;
    color: #11b0bc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-case-study .p-case-study-kv__vol span {
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #fff;
    background: #11b0bc;
    border-radius: 5px;
    padding: 3px 10px;
    margin-right: 20px;
  }
  .p-case-study .p-case-study-kv__ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin: 20px 0;
  }
  .p-case-study .p-case-study-kv__copy {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
  .p-case-study .p-case-study-kv__img {
    overflow: hidden;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-left: 180px;
    height: 100%;
  }
  .p-case-study .p-case-study-kv__img img {
    font-family: "object-fit: cover;";
    width: 100%;
  }
  .p-case-study .p-case-study-kv__tags {
    margin: 30px 0 0 180px;
  }
  .p-case-study .p-case-study-kv__tags--list {
    display: inline-block;
    margin: 5px 0 0 5px;
  }
  .p-case-study .p-case-study-kv__tags--list li {
    display: inline-block;
    font-size: 14px;
    line-height: 1.357142857142857;
    letter-spacing: 0em;
    font-weight: 500;
    border-radius: 5px;
    background-color: #ffe869;
    padding: 5px 10px;
    margin: 5px 0 0 5px;
  }
  .p-case-study .p-case-study-content {
    padding: 60px 0 27px;
  }
  .p-case-study .p-case-study-content__inner {
    max-width: 664px;
    margin: 0 auto;
  }
  .p-case-study .p-case-study-content__head {
    margin-bottom: 60px;
  }
  .p-case-study .p-case-study-content__head sup {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    vertical-align: text-top;
  }
  .p-case-study .p-case-study-content__head .box-note {
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #757575;
    margin-top: 10px;
  }
  .p-case-study .p-case-study-content__box {
    margin-bottom: 60px;
  }
  .p-case-study .p-case-study-content__box.last {
    margin-bottom: 0;
  }
  .p-case-study .p-case-study-content__box .box-ttl {
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .p-case-study .p-case-study-content__box .box-img {
    overflow: hidden;
    border-radius: 15px;
    margin-top: 20px;
  }
  .p-case-study .p-case-study-content__box .box-note {
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #757575;
    margin-top: 10px;
  }
  .p-case-study .p-case-study-content__box .box-copy {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .p-case-study .p-case-study-content__box .c-copy {
    margin-top: 22px;
  }
  .p-case-study .p-case-study-content__box .st-q {
    color: #11b0bc;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: -8px;
  }
  .p-case-study .p-case-study-content__box .st-q span {
    display: inline-block;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
    margin-right: 10px;
  }
  .p-case-study .p-case-study-content__box .box-img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: 10px;
  }
  .p-case-study .p-case-study-content__box .box-img-wrap .box-img {
    width: 322px;
    margin-left: 20px;
  }
  .p-case-study .p-case-study-content__point {
    padding: 30px 48px;
    border: 2px solid #11b0bc;
    border-radius: 15px;
    margin: 0 0 60px 0;
  }
  .p-case-study .p-case-study-content__point--ttl {
    margin-bottom: 25px;
    position: relative;
  }
  .p-case-study .p-case-study-content__point--ttl:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #11b0bc;
  }
  .p-case-study .p-case-study-content__point--ttl span {
    display: inline-block;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
    background-color: #fff;
    color: #11b0bc;
    padding-right: 60px;
    position: relative;
    z-index: 2;
  }
  .p-case-study .p-case-study-content__point--list {
    counter-reset: ol-counter;
  }
  .p-case-study .p-case-study-content__point--list li {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 600;
    counter-increment: ol-counter;
    position: relative;
    padding-left: 40px;
  }
  .p-case-study .p-case-study-content__point--list li:before {
    position: absolute;
    content: counter(ol-counter) ".";
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #11b0bc;
    left: 0;
    top: -10px;
  }
  .p-case-study .p-case-study-content__point--list li +li {
    margin-top: 25px;
  }
  .p-case-study .p-case-study-content__btn {
    display: block;
    background-color: #000;
    padding: 14px 60px;
    border-radius: 10px;
    margin: 30px 0 0;
  }
  .p-case-study .p-case-study-content__btn--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-case-study .p-case-study-content__btn--left {
    width: 290px;
  }
  .p-case-study .p-case-study-content__btn--right {
    width: 196px;
  }
  .p-case-study .p-case-study-content__btn--lg {
    width: 150px;
    margin: 0 auto 20px;
  }
  .p-case-study .p-case-study-content__btn--lg.logo-ek {
    width: 238px;
    margin-bottom: 15px;
  }
  .p-case-study .p-case-study-content__btn--lg.logo-outlander {
    width: 173px;
    margin-bottom: 15px;
  }
  .p-case-study .p-case-study-content__btn--lg.medium {
    width: 149px;
  }
  .p-case-study .p-case-study-content__btn--lg.medium-no-res {
    width: 149px !important;
  }
  .p-case-study .p-case-study-content__btn--button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -20px;
  }
  .p-case-study .p-case-study-content__btn .ev-btn {
    font-size: 14px;
    line-height: 1.428571428571429;
    letter-spacing: 0.1em;
    font-weight: 600;
    max-width: inherit;
    height: auto;
    width: auto;
    padding: 0 42px 0 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-case-study .p-case-study-content__btn .ev-btn:after {
    right: 0;
  }
  .p-case-study .p-case-study-content__btn--img {
    border-radius: 15px;
    overflow: hidden;
  }
  .p-case-study .p-case-study-content .box-button {
    margin: 30px 0 0;
  }
  .p-case-study .p-case-study-content .box-button .ev-btn {
    max-width: 352px;
    margin-left: auto;
  }
  .p-case-study .p-case-study-content__other {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 17px 0 0;
  }
  .p-case-study .p-case-study-content__other__inner {
    width: 1050px;
    margin: 0 auto;
  }
  .p-case-study .p-case-study-content__other__inner .box-ttl {
    text-align: center;
  }
  .p-case-study .p-case-study-content__other .other-item {
    width: 322px !important;
    margin-left: 12.5px;
    margin-right: 12.5px;
    height: 100%;
  }
  .p-case-study .p-case-study-content__other .other-item a {
    display: block;
    text-decoration: none;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
  }
  .p-case-study .p-case-study-content__other .other-item a:hover .other-item__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .p-case-study .p-case-study-content__other .other-item__img {
    overflow: hidden;
  }
  .p-case-study .p-case-study-content__other .other-item__img img {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .p-case-study .p-case-study-content__other .other-item__ctn {
    padding: 14px 20px 20px;
  }
  .p-case-study .p-case-study-content__other .other-item__vol {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #11b0bc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px;
  }
  .p-case-study .p-case-study-content__other .other-item__vol span {
    display: inline-block;
    font-size: 12px;
    line-height: 1.833333333333333;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #fff;
    background: #11b0bc;
    border-radius: 3px;
    padding: 0 8px;
    margin-right: 8px;
  }
  .p-case-study .p-case-study-content__other .other-item__ttl {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .p-case-study .p-case-study-content__other .other-item_tags__list {
    display: inline-block;
    margin: 10px 0 0 -10px;
  }
  .p-case-study .p-case-study-content__other .other-item_tags__list li {
    display: inline-block;
    margin: 5px 0 0 10px;
    font-size: 14px;
    line-height: 1.357142857142857;
    letter-spacing: 0em;
    font-weight: 400;
    color: #11b0bc;
  }
  .p-case-study .p-case-study-content__other .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-case-study .p-case-study-content__other .slick-slide > div {
    height: 100%;
  }
  .p-case-study .p-case-study-content .others {
    padding: 60px 0 80px;
    margin-top: 80px;
    margin-bottom: 0;
    overflow: hidden;
    background: #e3e5e6;
  }
  .p-case-study .p-case-study-content .others .case-head .progress {
    border: 1px solid #fff;
  }
  .p-case-study .p-case-study-content .others .c-copy {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-case-study .p-case-study-kv {
    height: 32.664092664092664vw;
  }
  .p-case-study .p-case-study-kv__text {
    border-radius: 1.158301158301158vw;
    max-width: 34.285714285714285vw;
    padding: 2.857142857142857vw 3.474903474903475vw 2.702702702702703vw 7.335907335907336vw;
    -webkit-transform: translateY(-7.722007722007722vw);
    transform: translateY(-7.722007722007722vw);
  }
  .p-case-study .p-case-study-kv__text.is--active {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-case-study .p-case-study-kv__vol {
    font-size: 2.316602316602316vw;
  }
  .p-case-study .p-case-study-kv__vol span {
    font-size: 1.38996138996139vw;
    border-radius: 0.386100386100386vw;
    padding: 0.231660231660232vw 0.772200772200772vw;
    margin-right: 1.544401544401544vw;
  }
  .p-case-study .p-case-study-kv__ttl {
    font-size: 1.853281853281853vw;
    margin: 1.544401544401544vw 0;
  }
  .p-case-study .p-case-study-kv__copy {
    font-size: 1.38996138996139vw;
  }
  .p-case-study .p-case-study-kv__img {
    border-top-left-radius: 1.158301158301158vw;
    border-bottom-left-radius: 1.158301158301158vw;
    margin-left: 13.8996138996139vw;
  }
  .p-case-study .p-case-study-kv__tags {
    margin: 2.316602316602316vw 0 0 13.8996138996139vw;
  }
  .p-case-study .p-case-study-kv__tags--list {
    display: inline-block;
    margin: 0.386100386100386vw 0 0 0.386100386100386vw;
  }
  .p-case-study .p-case-study-kv__tags--list li {
    display: inline-block;
    font-size: 1.081081081081081vw;
    border-radius: 0.386100386100386vw;
    background-color: #ffe869;
    padding: 0.386100386100386vw 0.772200772200772vw;
    margin: 0.386100386100386vw 0 0 0.386100386100386vw;
  }
  .p-case-study .p-case-study-content {
    padding: 4.633204633204633vw 0 2.084942084942085vw;
  }
  .p-case-study .p-case-study-content__inner {
    max-width: 51.27413127413127vw;
  }
  .p-case-study .p-case-study-content__head {
    margin-bottom: 4.633204633204633vw;
  }
  .p-case-study .p-case-study-content__head sup {
    font-size: 1.081081081081081vw;
  }
  .p-case-study .p-case-study-content__head .box-note {
    font-size: 0.772200772200772vw;
    margin-top: 0.772200772200772vw;
  }
  .p-case-study .p-case-study-content__box {
    margin-bottom: 4.633204633204633vw;
  }
  .p-case-study .p-case-study-content__box .box-ttl {
    font-size: 2.625482625482626vw;
  }
  .p-case-study .p-case-study-content__box .box-img {
    border-radius: 1.158301158301158vw;
    margin-top: 2.316602316602316vw;
  }
  .p-case-study .p-case-study-content__box .box-note {
    font-size: 0.772200772200772vw;
    margin-top: 0.772200772200772vw;
  }
  .p-case-study .p-case-study-content__box .box-copy {
    font-size: 1.081081081081081vw;
  }
  .p-case-study .p-case-study-content__box .c-copy {
    margin-top: 2.316602316602316vw;
  }
  .p-case-study .p-case-study-content__box .st-q {
    color: #11b0bc;
    font-size: 1.081081081081081vw;
    margin-bottom: -0.617760617760618vw;
  }
  .p-case-study .p-case-study-content__box .st-q span {
    display: inline-block;
    font-size: 2.316602316602316vw;
    margin-right: 0.772200772200772vw;
  }
  .p-case-study .p-case-study-content__box .box-img-wrap {
    margin-left: -2.162162162162162vw;
  }
  .p-case-study .p-case-study-content__box .box-img-wrap .box-img {
    width: 24.555984555984555vw;
    margin-left: 2.162162162162162vw;
  }
  .p-case-study .p-case-study-content__point {
    padding: 2.316602316602316vw 3.706563706563706vw;
    border: 0.154440154440154vw solid #11b0bc;
    border-radius: 1.158301158301158vw;
    margin: 0 0 4.633204633204633vw 0;
  }
  .p-case-study .p-case-study-content__point--ttl {
    margin-bottom: 1.93050193050193vw;
    position: relative;
  }
  .p-case-study .p-case-study-content__point--ttl:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.154440154440154vw;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #11b0bc;
  }
  .p-case-study .p-case-study-content__point--ttl span {
    display: inline-block;
    font-size: 1.853281853281853vw;
    background-color: #fff;
    color: #11b0bc;
    padding-right: 4.633204633204633vw;
    position: relative;
    z-index: 2;
  }
  .p-case-study .p-case-study-content__point--list {
    counter-reset: ol-counter;
  }
  .p-case-study .p-case-study-content__point--list li {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 600;
    counter-increment: ol-counter;
    position: relative;
    padding-left: 3.088803088803089vw;
  }
  .p-case-study .p-case-study-content__point--list li:before {
    position: absolute;
    content: counter(ol-counter) ".";
    font-size: 2.316602316602316vw;
    color: #11b0bc;
    left: 0;
    top: 0;
  }
  .p-case-study .p-case-study-content__point--list li +li {
    margin-top: 1.544401544401544vw;
  }
  .p-case-study .p-case-study-content__btn {
    display: block;
    background-color: #000;
    padding: 1.081081081081081vw 4.633204633204633vw;
    border-radius: 0.772200772200772vw;
    margin: 2.316602316602316vw 0 0;
  }
  .p-case-study .p-case-study-content__btn--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-case-study .p-case-study-content__btn--left {
    width: 22.393822393822393vw;
  }
  .p-case-study .p-case-study-content__btn--right {
    width: 15.135135135135137vw;
  }
  .p-case-study .p-case-study-content__btn--lg {
    width: 11.583011583011583vw;
    margin: 0 auto 1.544401544401544vw;
  }
  .p-case-study .p-case-study-content__btn--lg.logo-ek {
    width: 18.37837837837838vw;
    margin-bottom: 1.158301158301158vw;
  }
  .p-case-study .p-case-study-content__btn--lg.logo-outlander {
    width: 13.35907335907336vw;
    margin-bottom: 1.158301158301158vw;
  }
  .p-case-study .p-case-study-content__btn--button {
    margin: 0 -1.544401544401544vw;
  }
  .p-case-study .p-case-study-content__btn .ev-btn {
    font-size: 1.081081081081081vw;
    padding: 0 3.243243243243243vw 0 0;
  }
  .p-case-study .p-case-study-content__btn--img {
    border-radius: 1.158301158301158vw;
    overflow: hidden;
  }
  .p-case-study .p-case-study-content .box-button {
    margin: 2.316602316602316vw 0 0;
  }
  .p-case-study .p-case-study-content .box-button .ev-btn {
    max-width: 27.7992277992278vw;
    margin-left: auto;
  }
  .p-case-study .p-case-study-content__other {
    margin: 1.312741312741313vw 0 0;
  }
  .p-case-study .p-case-study-content__other__inner {
    width: 100%;
  }
  .p-case-study .p-case-study-content__other__inner .box-ttl {
    margin-bottom: 3.088803088803089vw;
    text-align: center;
  }
  .p-case-study .p-case-study-content__other .other-item {
    width: 24.555984555984555vw;
    margin-left: 0.965250965250965vw;
    margin-left: 0.965250965250965vw;
    overflow: hidden;
    border-radius: 1.158301158301158vw;
  }
  .p-case-study .p-case-study-content__other .other-item__ctn {
    padding: 1.081081081081081vw 1.544401544401544vw 1.544401544401544vw;
  }
  .p-case-study .p-case-study-content__other .other-item__vol {
    font-size: 1.621621621621622vw;
    margin: 0.617760617760618vw 0 0.077220077220077vw;
  }
  .p-case-study .p-case-study-content__other .other-item__vol span {
    font-size: 0.926640926640927vw;
    border-radius: 0.231660231660232vw;
    padding: 0 0.617760617760618vw;
    margin-right: 0.617760617760618vw;
  }
  .p-case-study .p-case-study-content__other .other-item__ttl {
    font-size: 1.235521235521235vw;
  }
  .p-case-study .p-case-study-content__other .other-item_tags__list {
    display: inline-block;
    margin: 0.772200772200772vw 0 0 -0.386100386100386vw;
  }
  .p-case-study .p-case-study-content__other .other-item_tags__list li {
    display: inline-block;
    margin: 0.386100386100386vw 0 0 0.386100386100386vw;
    font-size: 13px;
    line-height: 1.307692307692308;
    letter-spacing: 0em;
    font-weight: 400;
    color: #11b0bc;
  }
  .p-case-study .p-case-study-content .others {
    padding: 4.633204633204633vw 0 7.722007722007722vw;
    margin-top: 6.177606177606178vw;
    margin-bottom: 0;
    background: #e3e5e6;
  }
  .p-case-study .p-case-study-content .others .case-head .progress {
    border: 1px solid #fff;
  }
  .p-case-study .p-case-study-content .others .c-copy {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-case-study .p-case-study-kv {
    position: relative;
    margin: 4.533333333333333vw 0 0;
  }
  .p-case-study .p-case-study-kv__text {
    border-radius: 0;
    padding: 0 18.666666666666668vw 0 5.333333333333334vw;
    -webkit-transform: unset !important;
    transform: unset !important;
    opacity: 1 !important;
  }
  .p-case-study .p-case-study-kv__text.is--active .p-case-study-kv__vol,
  .p-case-study .p-case-study-kv__text.is--active .p-case-study-kv__ttl,
  .p-case-study .p-case-study-kv__text.is--active .p-case-study-kv__copy {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .p-case-study .p-case-study-kv__vol {
    font-size: 5.600000000000001vw;
    line-height: 1.047619047619048;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #11b0bc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .p-case-study .p-case-study-kv__vol span {
    display: inline-block;
    font-size: 3.2vw;
    line-height: 1.833333333333333;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #fff;
    background: #11b0bc;
    padding: 0 2.933333333333333vw;
    margin-right: 2.133333333333333vw;
    border-radius: 1.333333333333333vw;
  }
  .p-case-study .p-case-study-kv__ttl {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin: 2.666666666666667vw 0 5.333333333333334vw;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .p-case-study .p-case-study-kv__copy {
    width: 65.86666666666666vw;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    border-top-left-radius: 4vw;
    font-size: 4.266666666666667vw;
    line-height: 1.625;
    letter-spacing: 0.05em;
    font-weight: 600;
    padding: 3.733333333333334vw 5.333333333333334vw 0;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    z-index: 2;
  }
  .p-case-study .p-case-study-kv__img {
    overflow: hidden;
    border-top-left-radius: 4vw;
    border-bottom-left-radius: 4vw;
    margin-left: 5.333333333333334vw;
    height: 80vw;
    position: relative;
  }
  .p-case-study .p-case-study-kv__img img {
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-case-study .p-case-study-kv__tags {
    margin: 8vw 0 0 5.333333333333334vw;
  }
  .p-case-study .p-case-study-kv__tags--list {
    display: inline-block;
    margin: 1.333333333333333vw 0 0 -1.333333333333333vw;
  }
  .p-case-study .p-case-study-kv__tags--list li {
    display: inline-block;
    font-size: 3.466666666666666vw;
    line-height: 1.307692307692308;
    letter-spacing: 0em;
    font-weight: 500;
    border-radius: 1.333333333333333vw;
    background-color: #ffe869;
    padding: 1.333333333333333vw 2.666666666666667vw;
    margin: 1.333333333333333vw 0 0 1.333333333333333vw;
  }
  .p-case-study .p-case-study-content {
    padding: 10.666666666666668vw 0 0;
  }
  .p-case-study .p-case-study-content__inner {
    padding: 0 5.333333333333334vw;
  }
  .p-case-study .p-case-study-content__head {
    margin-bottom: 16vw;
  }
  .p-case-study .p-case-study-content__head sup {
    display: inline-block;
    font-size: 3.466666666666666vw;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    vertical-align: text-top;
  }
  .p-case-study .p-case-study-content__head .box-note {
    font-size: 2.666666666666667vw;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #757575;
    margin-top: 2.666666666666667vw;
  }
  .p-case-study .p-case-study-content__box {
    margin-bottom: 16vw;
  }
  .p-case-study .p-case-study-content__box.last {
    margin-bottom: 0;
  }
  .p-case-study .p-case-study-content__box .box-ttl {
    font-size: 6.933333333333333vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 8vw;
  }
  .p-case-study .p-case-study-content__box .box-img {
    overflow: hidden;
    border-radius: 2.666666666666667vw;
    margin-top: 5.333333333333334vw;
  }
  .p-case-study .p-case-study-content__box .box-note {
    font-size: 2.666666666666667vw;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #757575;
    margin-top: 2.666666666666667vw;
  }
  .p-case-study .p-case-study-content__box .box-copy {
    font-size: 3.466666666666666vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .p-case-study .p-case-study-content__box .c-copy {
    margin-top: 8vw;
  }
  .p-case-study .p-case-study-content__box .st-q {
    color: #11b0bc;
    font-size: 3.466666666666666vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding-left: 8vw;
    margin-bottom: -5.333333333333334vw;
  }
  .p-case-study .p-case-study-content__box .st-q.mbsp0 {
    margin-bottom: 0;
  }
  .p-case-study .p-case-study-content__box .st-q span {
    display: inline-block;
    font-size: 6.4vw;
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
    margin-right: 1.866666666666667vw;
    margin-left: -8vw;
  }
  .p-case-study .p-case-study-content__box .box-img-wrap .box-img + .box-img {
    margin-top: 20px;
  }
  .p-case-study .p-case-study-content__point {
    padding: 8vw;
    border: 1px solid #11b0bc;
    border-radius: 4vw;
    margin: 0 0 21.333333333333336vw 0;
  }
  .p-case-study .p-case-study-content__point--ttl {
    margin-bottom: 5.333333333333334vw;
    position: relative;
  }
  .p-case-study .p-case-study-content__point--ttl:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #11b0bc;
  }
  .p-case-study .p-case-study-content__point--ttl span {
    display: inline-block;
    font-size: 5.333333333333334vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 600;
    background-color: #fff;
    color: #11b0bc;
    padding-right: 8vw;
    position: relative;
    z-index: 2;
  }
  .p-case-study .p-case-study-content__point--list {
    counter-reset: ol-counter;
  }
  .p-case-study .p-case-study-content__point--list li {
    font-size: 3.466666666666666vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 600;
    counter-increment: ol-counter;
    position: relative;
    padding-left: 8vw;
  }
  .p-case-study .p-case-study-content__point--list li:before {
    position: absolute;
    content: counter(ol-counter) ".";
    font-size: 6.4vw;
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 500;
    color: #11b0bc;
    left: 0;
    top: -2.133333333333333vw;
  }
  .p-case-study .p-case-study-content__point--list li +li {
    margin-top: 5.333333333333334vw;
  }
  .p-case-study .p-case-study-content__btn {
    display: block;
    background-color: #000;
    padding: 10.666666666666668vw 8vw;
    border-radius: 2.666666666666667vw;
    margin: 13.333333333333334vw 0 0;
  }
  .p-case-study .p-case-study-content__btn--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 0 5.866666666666666vw;
  }
  .p-case-study .p-case-study-content__btn--left {
    width: 34.66666666666667vw;
  }
  .p-case-study .p-case-study-content__btn--right {
    width: 35.733333333333334vw;
  }
  .p-case-study .p-case-study-content__btn--lg {
    width: 100%;
  }
  .p-case-study .p-case-study-content__btn .ev-btn {
    width: 100%;
    font-size: 5.333333333333334vw;
    line-height: 1.35;
    letter-spacing: 0.05em;
    font-weight: 600;
    max-width: inherit;
    height: auto;
    padding: 0;
  }
  .p-case-study .p-case-study-content__btn .ev-btn:after {
    right: 0;
  }
  .p-case-study .p-case-study-content__btn--img {
    border-radius: 4vw;
    overflow: hidden;
  }
  .p-case-study .p-case-study-content .box-button {
    margin: 8vw 0 0;
  }
  .p-case-study .p-case-study-content__other {
    margin: 8vw 0 0 0;
  }
  .p-case-study .p-case-study-content__other__inner {
    padding: 0;
  }
  .p-case-study .p-case-study-content__other__inner .box-ttl {
    padding: 0 5.333333333333334vw;
    text-align: center;
  }
  .p-case-study .p-case-study-content__other .other-item {
    width: 69.86666666666666vw !important;
    margin-left: 3.333333333333333vw;
    margin-right: 3.333333333333333vw;
    height: 100% !important;
  }
  .p-case-study .p-case-study-content__other .other-item a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border-radius: 2.666666666666667vw;
    background: #fff;
    height: 100%;
  }
  .p-case-study .p-case-study-content__other .other-item__ctn {
    padding: 5.333333333333334vw;
  }
  .p-case-study .p-case-study-content__other .other-item__vol {
    font-size: 5.600000000000001vw;
    line-height: 1.095238095238095;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #11b0bc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1.333333333333333vw;
  }
  .p-case-study .p-case-study-content__other .other-item__vol span {
    display: inline-block;
    font-size: 3.2vw;
    line-height: 1.916666666666667;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #fff;
    background: #11b0bc;
    border-radius: 0.8vw;
    padding: 0 2.133333333333333vw;
    margin-right: 2.133333333333333vw;
  }
  .p-case-study .p-case-study-content__other .other-item__ttl {
    font-size: 4.266666666666667vw;
    line-height: 1.6875;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .p-case-study .p-case-study-content__other .other-item_tags__list {
    display: inline-block;
    margin: 10px 0 0 -5px;
  }
  .p-case-study .p-case-study-content__other .other-item_tags__list li {
    display: inline-block;
    margin: 5px 0 0 5px;
    font-size: 13px;
    line-height: 1.307692307692308;
    letter-spacing: 0em;
    font-weight: 400;
    color: #11b0bc;
  }
  .p-case-study .p-case-study-content__other .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-case-study .p-case-study-content__other .slick-slide > div {
    height: 100%;
  }
  .p-case-study .p-case-study-content .others {
    padding: 16vw 0 21.333333333333336vw;
    margin-top: 16vw;
    margin-bottom: 0;
    background: #e3e5e6;
  }
  .p-case-study .p-case-study-content .others .case-head .progress {
    border: 1px solid #fff;
  }
  .p-case-study .p-case-study-content .others .c-copy {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1295px) {
  .p-case-study .p-case-study-content__other__inner {
    width: 1050px;
  }
}
@media screen and (min-width: 768px) {
  .p-eco-driving-body {
    padding: 80px 0;
  }
  .p-eco-driving-full {
    position: relative;
  }
  .p-eco-driving-full__head {
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .p-eco-driving-full__head__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 14px;
  }
  .p-eco-driving-full__head__num {
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #11b0bc;
  }
  .p-eco-driving-full__head__ttl {
    padding-left: 10px;
  }
  .p-eco-driving-full__img__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-eco-driving-full__img__content dl {
    position: relative;
    margin-left: 26px;
    padding-left: 15px;
    padding-top: 5px;
  }
  .p-eco-driving-full__img__content dl::before,
  .p-eco-driving-full__img__content dl::after {
    position: absolute;
    content: "";
    left: 0;
    width: 3px;
    z-index: 1;
  }
  .p-eco-driving-full__img__content dl::before {
    bottom: 3px;
    height: 100%;
    background: url("/carlife/ev_business/assets/images/eco_driving/bg_dot.png") no-repeat bottom center/3px 150px;
    z-index: 1;
  }
  .p-eco-driving-full__img__content dl::after {
    bottom: 1px;
    height: 102px;
    background: url("/carlife/ev_business/assets/images/eco_driving/bg_dot_white.png") no-repeat bottom center/3px 102px;
    -webkit-transform: translateY(-155px);
    transform: translateY(-155px);
  }
  .p-eco-driving-full__img__content dl:nth-child(1) {
    width: 270px;
  }
  .p-eco-driving-full__img__content dl:nth-child(1)::after {
    height: 17px;
  }
  .p-eco-driving-full__img__content dl:nth-child(2) {
    width: 290px;
  }
  .p-eco-driving-full__img__content dl:nth-child(2)::after {
    height: 30px;
  }
  .p-eco-driving-full__img__content dl:nth-child(3) {
    width: 336px;
  }
  .p-eco-driving-full__img__content dl dt {
    color: #11b0bc;
  }
  .p-eco-driving-full__img__content dl dt .lg {
    display: block;
    margin-bottom: 4px;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .p-eco-driving-full__img__content dl dt .sm {
    display: block;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .p-eco-driving-full__img__content dl dd {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.714285714285714;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .p-eco-driving-full__about {
    margin: 20px 0 10px;
  }
  .p-eco-driving-full__about dl {
    border: 2px solid #11b0bc;
    border-radius: 10px;
    padding: 12px 30px 12px 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #11b0bc;
  }
  .p-eco-driving-full__about dl dt {
    font-size: 18px;
    line-height: 1.444444444444444;
    letter-spacing: 0.1em;
    font-weight: 700;
    width: 235px;
    text-align: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p-eco-driving-full__about dl dd {
    border-left: 2px solid #11b0bc;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 12px;
    line-height: 1.666666666666667;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 12.5px 25px;
  }
  .p-eco-driving-item {
    margin-top: 40px;
  }
  .p-eco-driving-item__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -20px;
  }
  .p-eco-driving-item__img {
    width: 488px;
    padding: 0 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p-eco-driving-item__img img {
    display: block;
  }
  .image-left .p-eco-driving-item__img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .p-eco-driving-item__desc {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 20px;
  }
  .p-eco-driving-item__head {
    margin-bottom: 14px;
  }
  .p-eco-driving-item__head__num {
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #11b0bc;
  }
  .p-eco-driving-item__copy.u-ls-fix {
    letter-spacing: 0.09em;
  }
  .p-eco-driving-item__note {
    margin-top: 10px;
  }
  .p-eco-driving-item__note li+li {
    margin-top: 3px;
  }
  .p-eco-driving-item__note .c-copy-note {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-eco-driving-body {
    padding: 6.177606177606178vw 0;
  }
  .p-eco-driving-full__head {
    top: -2.702702702702703vw;
  }
  .p-eco-driving-full__head__inner {
    margin-bottom: 1.081081081081081vw;
  }
  .p-eco-driving-full__head__num {
    font-size: 6.177606177606178vw;
  }
  .p-eco-driving-full__head__ttl {
    padding-left: 0.772200772200772vw;
  }
  .p-eco-driving-full__img__content dl {
    margin-left: 2.007722007722008vw;
    padding-left: 1.158301158301158vw;
    padding-top: 0.386100386100386vw;
  }
  .p-eco-driving-full__img__content dl::before,
  .p-eco-driving-full__img__content dl::after {
    width: 0.231660231660232vw;
  }
  .p-eco-driving-full__img__content dl::before {
    bottom: 0.231660231660232vw;
    background-size: 0.231660231660232vw 11.583011583011583vw;
  }
  .p-eco-driving-full__img__content dl::after {
    bottom: 0.077220077220077vw;
    height: 7.876447876447877vw;
    background-size: 0.231660231660232vw 7.876447876447877vw;
    -webkit-transform: translateY(-11.969112vw);
    transform: translateY(-11.969112vw);
  }
  .p-eco-driving-full__img__content dl:nth-child(1) {
    width: 20.84942084942085vw;
  }
  .p-eco-driving-full__img__content dl:nth-child(1)::after {
    height: 1.312741312741313vw;
  }
  .p-eco-driving-full__img__content dl:nth-child(2) {
    width: 22.393822393822393vw;
  }
  .p-eco-driving-full__img__content dl:nth-child(2)::after {
    height: 2.316602316602316vw;
  }
  .p-eco-driving-full__img__content dl:nth-child(3) {
    width: 25.945945945945947vw;
  }
  .p-eco-driving-full__img__content dl dt .lg {
    margin-bottom: 0.308880308880309vw;
    font-size: 2.702702702702703vw;
  }
  .p-eco-driving-full__img__content dl dt .sm {
    font-size: 1.544401544401544vw;
  }
  .p-eco-driving-full__img__content dl dd {
    margin-top: 0.540540540540541vw;
    font-size: 1.081081081081081vw;
  }
  .p-eco-driving-full__about {
    margin: 1.544401544401544vw 0 0.772200772200772vw;
  }
  .p-eco-driving-full__about dl {
    border-width: 0.154440154440154vw;
    border-radius: 0.772200772200772vw;
    padding: 0.926640926640927vw 2.316602316602316vw 0.926640926640927vw 1.003861003861004vw;
  }
  .p-eco-driving-full__about dl dt {
    font-size: 1.38996138996139vw;
    width: 18.146718146718147vw;
  }
  .p-eco-driving-full__about dl dd {
    border-left-width: 0.154440154440154vw;
    font-size: 0.926640926640927vw;
    padding: 0.965250965250965vw 1.93050193050193vw;
  }
  .p-eco-driving-item {
    margin-top: 3.088803088803089vw;
  }
  .p-eco-driving-item__row {
    margin: 0 -1.544401544401544vw;
  }
  .p-eco-driving-item__img {
    width: 37.683397683397686vw;
    padding: 0 1.544401544401544vw;
  }
  .p-eco-driving-item__desc {
    padding: 0 1.544401544401544vw;
  }
  .p-eco-driving-item__head {
    margin-bottom: 1.081081081081081vw;
  }
  .p-eco-driving-item__head__num {
    font-size: 6.177606177606178vw;
  }
  .p-eco-driving-item__note {
    margin-top: 0.772200772200772vw;
  }
  .p-eco-driving-item__note li+li {
    margin-top: 0.231660231660232vw;
  }
  .p-eco-driving-item.item01 .p-eco-driving-item__desc {
    margin-top: -1.158301158301158vw;
  }
}
@media screen and (max-width: 767px) {
  .p-eco-driving-body {
    padding: 16vw 0 13.333333333333334vw;
  }
  .p-eco-driving-full__head {
    position: relative;
    z-index: 1;
  }
  .p-eco-driving-full__head__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 8vw;
  }
  .p-eco-driving-full__head__num {
    padding-top: 1.333333333333333vw;
    font-size: 60px;
    line-height: 0.666666666666667;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #11b0bc;
  }
  .p-eco-driving-full__head__ttl {
    padding-left: 2.666666666666667vw;
  }
  .p-eco-driving-full__img-wrap {
    margin-top: 5.333333333333334vw;
  }
  .p-eco-driving-full__img {
    width: 177.33333333333334vw;
  }
  .p-eco-driving-full__about {
    margin: 10.666666666666668vw 0 5.333333333333334vw;
  }
  .p-eco-driving-full__about dl {
    border: 0.533333333333333vw solid #11b0bc;
    border-radius: 2.666666666666667vw;
    padding: 5.333333333333334vw;
    color: #11b0bc;
  }
  .p-eco-driving-full__about dl dt {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 3.733333333333334vw;
  }
  .p-eco-driving-full__about dl dd {
    border-top: 0.533333333333333vw solid #11b0bc;
    padding-top: 5.333333333333334vw;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .p-eco-driving-item {
    margin-top: 13.333333333333334vw;
  }
  .p-eco-driving-item__img {
    margin-top: 8vw;
  }
  .p-eco-driving-item__img img {
    display: block;
  }
  .p-eco-driving-item__head {
    margin-bottom: 5.066666666666666vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-eco-driving-item__head__num {
    font-size: 60px;
    line-height: 0.833333333333333;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #11b0bc;
    padding-right: 2.666666666666667vw;
  }
  .p-eco-driving-item__note {
    margin-top: 5.333333333333334vw;
  }
  .p-eco-driving-item__note li+li {
    margin-top: 0.8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-emergency {
    margin-bottom: 70px;
  }
  .p-emergency-block01 {
    padding: 60px 0;
  }
  .p-emergency-block01__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-emergency-block01__img {
    width: 576px;
    max-width: 58%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p-emergency-block01__desc {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 40px;
  }
  .p-emergency-block01__ttl {
    margin-bottom: 14px;
  }
  .p-emergency-block02 {
    padding: 60px 0;
  }
  .p-emergency-block02__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-emergency-block02__img {
    width: 576px;
    max-width: 58%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p-emergency-block02__desc {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 40px;
  }
  .p-emergency-block02__ttl {
    margin-bottom: 14px;
  }
  .p-emergency-block02__btn {
    margin-top: 20px;
  }
  .p-emergency-block02__btn .ev-btn {
    max-width: 100%;
  }
  .p-emergency-block03 {
    padding: 60px 0;
  }
  .p-emergency-block03__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-emergency-block03__img {
    width: 576px;
    max-width: 58%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p-emergency-block03__desc {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 40px;
  }
  .p-emergency-block03__ttl {
    margin-bottom: 14px;
  }
  .p-emergency-block03__btn {
    margin-top: 20px;
  }
  .p-emergency-block03__btn .ev-btn {
    max-width: 100%;
  }
  .p-emergency-block04 {
    padding: 60px 0;
  }
  .p-emergency-block04__ttl {
    margin-bottom: 14px;
  }
  .p-emergency-block04__box {
    margin-top: 40px;
  }
  .p-emergency-block04__box__ttl {
    background: #11b0bc;
    color: #fff;
    border-radius: 6px 6px 0 0;
    font-size: 24px;
    line-height: 1.416666666666667;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 10px;
    text-align: center;
  }
  .p-emergency-block04__box__row {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-emergency-block04__box__col {
    text-align: center;
    width: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p-emergency-block04__box__col__inner {
    padding: 10px 40px 10px 40px;
  }
  .p-emergency-block04__box__col__ttl {
    font-size: 18px;
    line-height: 1.333333333333333;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin: 0 -10px 30px;
  }
  .p-emergency-block04__box__col__copy {
    font-size: 17px;
    line-height: 1.470588235294118;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin: 20px -10px;
  }
  .p-emergency-block04__box__col__copy .sm {
    margin-left: 5px;
    font-size: 14px;
  }
  .p-emergency-block04__box__col__btn {
    background: #efefef;
    color: #757575;
    font-size: 28px;
    line-height: 1.285714285714286;
    letter-spacing: 0.05em;
    font-weight: 700;
    border-radius: 10px;
    padding: 12px 0;
    max-width: 392px;
    margin: 0 auto;
  }
  .p-emergency-block04__box__col__btn .sm {
    font-size: 17px;
    line-height: 2.117647058823529;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .p-emergency-block04__box__col__btn.is-active {
    background: #11b0bc;
    color: #fff;
  }
  .p-emergency-block04__box__col:nth-child(2n) {
    border-left: 2px solid #11b0bc;
  }
  .p-emergency-block04__box__col:nth-child(2n) .p-emergency-block04__box__col__inner {
    padding: 10px 40px 10px 40px;
  }
  .p-emergency-block04__note {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-emergency {
    margin-bottom: 5.405405405405405vw;
  }
  .p-emergency-block01 {
    padding: 4.633204633204633vw 0;
  }
  .p-emergency-block01__img {
    width: 44.478764478764475vw;
  }
  .p-emergency-block01__desc {
    padding-right: 3.088803088803089vw;
  }
  .p-emergency-block01__ttl {
    margin-bottom: 1.081081081081081vw;
  }
  .p-emergency-block02 {
    padding: 4.633204633204633vw 0;
  }
  .p-emergency-block02__img {
    width: 44.478764478764475vw;
  }
  .p-emergency-block02__desc {
    padding-right: 3.088803088803089vw;
  }
  .p-emergency-block02__ttl {
    margin-bottom: 1.081081081081081vw;
  }
  .p-emergency-block02__btn {
    margin-top: 1.544401544401544vw;
  }
  .p-emergency-block03 {
    padding: 4.633204633204633vw 0;
  }
  .p-emergency-block03__img {
    width: 44.478764478764475vw;
  }
  .p-emergency-block03__desc {
    padding-right: 3.088803088803089vw;
  }
  .p-emergency-block03__ttl {
    margin-bottom: 1.081081081081081vw;
  }
  .p-emergency-block03__btn {
    margin-top: 1.544401544401544vw;
  }
  .p-emergency-block04 {
    padding: 4.633204633204633vw 0;
  }
  .p-emergency-block04__ttl {
    margin-bottom: 1.081081081081081vw;
  }
  .p-emergency-block04__box {
    margin-top: 3.088803088803089vw;
  }
  .p-emergency-block04__box__ttl {
    border-radius: 0.463320463320463vw 0.463320463320463vw 0 0;
    font-size: 1.853281853281853vw;
    padding: 0.772200772200772vw;
  }
  .p-emergency-block04__box__row {
    border-radius: 0 0 0.772200772200772vw 0.772200772200772vw;
    padding: 1.544401544401544vw 0;
  }
  .p-emergency-block04__box__col__inner {
    padding: 0.772200772200772vw 3.088803088803089vw 0.772200772200772vw 3.088803088803089vw;
  }
  .p-emergency-block04__box__col__ttl {
    font-size: 1.38996138996139vw;
    margin: 0 -0.772200772200772vw 2.316602316602316vw;
  }
  .p-emergency-block04__box__col__copy {
    font-size: 1.312741312741313vw;
    margin: 1.544401544401544vw -0.772200772200772vw;
  }
  .p-emergency-block04__box__col__copy .sm {
    margin-left: 0.386100386100386vw;
    font-size: 1.081081081081081vw;
  }
  .p-emergency-block04__box__col__btn {
    font-size: 2.162162162162162vw;
    border-radius: 0.772200772200772vw;
    padding: 0.926640926640927vw 0;
    max-width: 30.270270270270274vw;
  }
  .p-emergency-block04__box__col__btn .sm {
    font-size: 1.312741312741313vw;
  }
  .p-emergency-block04__box__col:nth-child(2n) {
    border-left-width: 0.154440154440154vw;
  }
  .p-emergency-block04__box__col:nth-child(2n) .p-emergency-block04__box__col__inner {
    padding: 0.772200772200772vw 3.088803088803089vw 0.772200772200772vw 3.088803088803089vw;
  }
  .p-emergency-block04__note {
    font-size: 0.772200772200772vw;
    margin-top: 0.772200772200772vw;
  }
}
@media screen and (max-width: 767px) {
  .p-emergency {
    margin-bottom: 13.333333333333334vw;
  }
  .p-emergency-block01 {
    padding: 16vw 0;
  }
  .p-emergency-block01__img {
    margin-top: 10.666666666666668vw;
  }
  .p-emergency-block01__ttl {
    margin-bottom: 8vw;
  }
  .p-emergency-block02 {
    padding: 16vw 0;
  }
  .p-emergency-block02__img {
    margin-top: 10.666666666666668vw;
  }
  .p-emergency-block02__ttl {
    margin-bottom: 8vw;
  }
  .p-emergency-block02__btn {
    margin-top: 8vw;
  }
  .p-emergency-block02__btn .ev-btn {
    max-width: 100%;
  }
  .p-emergency-block03 {
    padding: 16vw 0;
  }
  .p-emergency-block03__img {
    margin-top: 10.666666666666668vw;
  }
  .p-emergency-block03__ttl {
    margin-bottom: 8vw;
  }
  .p-emergency-block03__btn {
    margin-top: 8vw;
  }
  .p-emergency-block03__btn .ev-btn {
    max-width: 100%;
  }
  .p-emergency-block04 {
    padding: 16vw 0;
  }
  .p-emergency-block04__ttl {
    margin-bottom: 8vw;
  }
  .p-emergency-block04__box {
    margin-top: 10.666666666666668vw;
  }
  .p-emergency-block04__box__ttl {
    background: #11b0bc;
    color: #fff;
    border-radius: 2.666666666666667vw 2.666666666666667vw 0 0;
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 4vw 0;
    text-align: center;
  }
  .p-emergency-block04__box__row {
    background: #fff;
    border-radius: 0 0 2.666666666666667vw 2.666666666666667vw;
    padding: 3.733333333333334vw 5.333333333333334vw 10.666666666666668vw;
  }
  .p-emergency-block04__box__col {
    text-align: center;
  }
  .p-emergency-block04__box__col__ttl {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 5.333333333333334vw;
  }
  .p-emergency-block04__box__col__copy {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin: 5.333333333333334vw 0 8vw;
  }
  .p-emergency-block04__box__col__copy .sm {
    display: block;
    margin-top: 1.333333333333333vw;
    font-size: 3.466666666666666vw;
  }
  .p-emergency-block04__box__col__btn {
    background: #efefef;
    color: #757575;
    font-size: 4.8vw;
    line-height: 1.444444444444444;
    letter-spacing: 0.05em;
    font-weight: 700;
    border-radius: 2.666666666666667vw;
    padding: 1.6vw 0;
  }
  .p-emergency-block04__box__col__btn .sm {
    font-size: 3.466666666666666vw;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .p-emergency-block04__box__col__btn.is-active {
    background: #11b0bc;
    color: #fff;
  }
  .p-emergency-block04__box__col:nth-child(n+2) {
    margin-top: 8vw;
    border-top: 0.533333333333333vw solid #11b0bc;
    padding-top: 8vw;
  }
  .p-emergency-block04__note {
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-leasing {
    margin-bottom: 26px;
  }
  .p-leasing-block01 {
    padding: 60px 0;
  }
  .p-leasing-block01__list {
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .p-leasing-block01__item {
    margin-top: 20px;
    width: 50%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-leasing-block01__item__inner {
    border: 2px solid #11b0bc;
    border-radius: 11px;
    height: 100%;
    padding: 25px 30px 30px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-leasing-block01__item__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    color: #11b0bc;
  }
  .p-leasing-block01__item__head .num {
    padding-right: 8px;
    padding-bottom: 10px;
    margin-right: 20px;
    font-size: 80px;
    line-height: 0.775;
    letter-spacing: 0.1em;
    font-weight: 700;
    position: relative;
  }
  .p-leasing-block01__item__head .num::after {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 2px;
    height: 53px;
    background: #11b0bc;
    content: "";
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-leasing-block01__item__head .txt {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .p-leasing-block02 {
    padding: 0 0 75px;
  }
  .p-leasing-block02__list {
    margin: 40px 0;
  }
  .p-leasing-block02__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-leasing-block02__item__inner {
    display: block;
    background: #e4f7f7;
    padding: 47px 29px 47px 51px;
    border-radius: 10px;
    text-align: center;
  }
  .p-leasing-block02__item__btn {
    max-width: 392px;
    margin: 0 auto;
  }
  .p-leasing-block02__inquiry {
    border: 2px solid #11b0bc;
    border-radius: 10px;
    padding: 20px 7px;
    background: #fff;
    color: #11b0bc;
    margin: 60px 0 0;
  }
  .p-leasing-block02__inquiry dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-leasing-block02__inquiry dl dt {
    width: 257px;
    text-align: center;
    font-size: 24px;
    line-height: 1.416666666666667;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .p-leasing-block02__inquiry dl dd {
    border-left: 2px solid #11b0bc;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 5px 40px;
  }
  .p-leasing-block02__inquiry dl dd .c-copy {
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-leasing {
    margin-bottom: 2.007722007722008vw;
  }
  .p-leasing-block01 {
    padding: 4.633204633204633vw 0;
  }
  .p-leasing-block01__list {
    padding-top: 1.544401544401544vw;
    margin: 0 -1.544401544401544vw;
  }
  .p-leasing-block01__item {
    margin-top: 1.544401544401544vw;
    padding: 0 1.544401544401544vw;
  }
  .p-leasing-block01__item__inner {
    border-width: 0.154440154440154vw;
    border-radius: 0.849420849420849vw;
    padding: 1.93050193050193vw 2.316602316602316vw 2.316602316602316vw;
  }
  .p-leasing-block01__item__head {
    margin-bottom: 1.544401544401544vw;
  }
  .p-leasing-block01__item__head .num {
    padding-right: 0.617760617760618vw;
    padding-bottom: 0.772200772200772vw;
    margin-right: 1.544401544401544vw;
    font-size: 6.177606177606178vw;
  }
  .p-leasing-block01__item__head .num::after {
    width: 0.154440154440154vw;
    height: 4.092664092664092vw;
  }
  .p-leasing-block01__item__head .txt {
    font-size: 1.853281853281853vw;
  }
  .p-leasing-block02 {
    padding: 0 0 5.791505791505791vw;
  }
  .p-leasing-block02__list {
    margin: 1.544401544401544vw -1.544401544401544vw;
  }
  .p-leasing-block02__item {
    padding: 1.544401544401544vw;
  }
  .p-leasing-block02__item__inner {
    padding: 3.088803088803089vw 3.706563706563706vw;
    border-radius: 0.772200772200772vw;
  }
  .p-leasing-block02__item__btn {
    margin-top: 0.772200772200772vw;
  }
  .p-leasing-block02__inquiry {
    border-width: 0.154440154440154vw;
    border-radius: 0.772200772200772vw;
    padding: 1.544401544401544vw 0.540540540540541vw;
  }
  .p-leasing-block02__inquiry dl dt {
    width: 19.845559845559848vw;
    font-size: 1.853281853281853vw;
  }
  .p-leasing-block02__inquiry dl dd {
    border-left-width: 0.154440154440154vw;
    padding: 0.386100386100386vw 3.088803088803089vw;
  }
}
@media screen and (max-width: 767px) {
  .p-leasing-block01 {
    padding: 16vw 0;
  }
  .p-leasing-block01__list {
    padding-top: 6.666666666666667vw;
  }
  .p-leasing-block01__item {
    margin-top: 4vw;
  }
  .p-leasing-block01__item__inner {
    border: 0.533333333333333vw solid #11b0bc;
    border-radius: 2.666666666666667vw;
    padding: 11.733333333333333vw 11.200000000000001vw 6.133333333333333vw;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-leasing-block01__item__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5.333333333333334vw;
    color: #11b0bc;
  }
  .p-leasing-block01__item__head .num {
    padding-right: 4vw;
    padding-bottom: 1.333333333333333vw;
    margin-right: 5.333333333333334vw;
    font-size: 16vw;
    line-height: 0.8;
    letter-spacing: 0.1em;
    font-weight: 700;
    position: relative;
  }
  .p-leasing-block01__item__head .num::after {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0.533333333333333vw;
    height: 11.466666666666667vw;
    background: #11b0bc;
    content: "";
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-leasing-block01__item__head .txt {
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .p-leasing-block02 {
    padding: 0 0 13.333333333333334vw;
  }
  .p-leasing-block02__list {
    padding: 6.666666666666667vw 0 8vw;
  }
  .p-leasing-block02__item {
    margin-top: 4vw;
  }
  .p-leasing-block02__item__inner {
    display: block;
    background: #e4f7f7;
    padding: 8vw 5.333333333333334vw;
    border-radius: 2.666666666666667vw;
    text-align: center;
  }
  .p-leasing-block02__item__btn {
    max-width: 78.66666666666666vw;
    margin: 0 auto;
  }
  .p-leasing-block02__inquiry {
    border: 0.533333333333333vw solid #11b0bc;
    border-radius: 2.666666666666667vw;
    padding: 4.8vw;
    background: #fff;
    color: #11b0bc;
    margin: 16vw 0 0;
  }
  .p-leasing-block02__inquiry dl dt {
    text-align: center;
    font-size: 18px;
    line-height: 1.444444444444444;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .p-leasing-block02__inquiry dl dd {
    margin-top: 5.333333333333334vw;
    border-top: 0.533333333333333vw solid #11b0bc;
    padding-top: 5.333333333333334vw;
  }
  .p-leasing-block02__inquiry dl dd .c-copy {
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-running-cost {
    margin-bottom: 70px;
  }
  .p-running-cost-block01 {
    padding: 70px 0 50px;
  }
  .p-running-cost-block01__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-running-cost-block01__img {
    width: 488px;
    max-width: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p-running-cost-block01__desc {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .p-running-cost-block01__ttl {
    margin-bottom: 14px;
  }
  .p-running-cost-block01__ttl sup {
    display: inline-block;
    vertical-align: super;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
  }
  .p-running-cost-block01__btn {
    margin-top: -54px;
  }
  .p-running-cost-block01 .c-copy-note {
    margin-bottom: 10px;
  }
  .p-running-cost-block02 {
    padding: 60px 0;
  }
  .p-running-cost-block02__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-running-cost-block02__img {
    width: 576px;
    max-width: 58%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p-running-cost-block02__desc {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 40px;
  }
  .p-running-cost-block02__copy {
    margin: 14px 0 10px;
  }
  .p-running-cost-compare {
    padding-top: 60px;
  }
  .p-running-cost-compare__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-running-cost-compare__item {
    margin-top: 40px;
    width: calc(50% - 20px);
  }
  .p-running-cost-compare__item__ttl {
    color: #fff;
    font-size: 21px;
    line-height: 1.428571428571429;
    letter-spacing: 0.1em;
    font-weight: 700;
    background: #000;
    border-radius: 4px;
    padding: 12px 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .p-running-cost-compare__item__img {
    min-height: 208px;
  }
  .p-running-cost-compare__item__img img {
    display: block;
    width: 100%;
  }
  .p-running-cost-compare__item__plus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 5px 0;
  }
  .p-running-cost-compare__item__plus li {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-running-cost-compare__item__plus li img {
    width: 25px;
  }
  .p-running-cost-compare__item__sttl {
    position: relative;
    margin-top: 6px;
    margin-bottom: 3px;
  }
  .p-running-cost-compare__item__sttl::before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #11b0bc;
    margin-top: -1px;
    border-radius: 2px;
  }
  .p-running-cost-compare__item__sttl span {
    position: relative;
    z-index: 2;
    color: #11b0bc;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding-right: 10px;
  }
  .p-running-cost-compare__item__hdl {
    margin: 18px -10px 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-running-cost-compare__item__hdl li {
    border: 2px solid #11b0bc;
    border-radius: 4px;
    padding: 4px;
    color: #11b0bc;
    font-size: 18px;
    line-height: 1.444444444444444;
    letter-spacing: 0.1em;
    font-weight: 900;
    width: 100%;
    margin: 0 10px;
    text-align: center;
  }
  .p-running-cost-compare__item__ctn01 {
    margin-top: 2px;
  }
  .p-running-cost-compare__item__ctn01__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-running-cost-compare__item__ctn01 .txt {
    color: #11b0bc;
    font-size: 14px;
    line-height: 1.285714285714286;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-right: 6px;
  }
  .p-running-cost-compare__item__ctn01 .txt .sm {
    font-size: 10px;
    line-height: 1.5;
    margin-left: 5px;
  }
  .p-running-cost-compare__item__ctn01 .price {
    font-size: 31px;
    line-height: 1.193548387096774;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
  .p-running-cost-compare__item__ctn01 .price .sm {
    margin-left: 4px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 900;
  }
  .p-running-cost-compare__item__ctn02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    border-bottom: 2px solid #11b0bc;
    margin-bottom: 10px;
  }
  .p-running-cost-compare__item__ctn02 li {
    width: 100%;
    text-align: center;
    font-size: 25px;
    line-height: 1.24;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
  .p-running-cost-compare__item__ctn02 li .sm {
    font-size: 14px;
    line-height: 1.785714285714286;
    letter-spacing: 0.1em;
    font-weight: 900;
    margin-left: 3px;
  }
  .p-running-cost-compare__item__ctn02 li .sm1 {
    font-size: 17px;
    line-height: 1.470588235294118;
    letter-spacing: 0.1em;
    font-weight: 900;
  }
  .p-running-cost-compare__item__ctn02 li+li {
    border-left: 2px solid #11b0bc;
  }
  .p-running-cost-compare__item__ctn03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    border-bottom: 2px solid #11b0bc;
    margin-bottom: 10px;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item {
    width: 100%;
    text-align: center;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item__inner {
    padding: 0;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item__list .li-ctn {
    padding: 0 5px;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item__list--02 {
    padding: 25px 0 0;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item__list--02 .li-ctn {
    padding: 0 15px;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item__top {
    margin-bottom: 10px;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item .txt {
    font-size: 12px;
    line-height: 1.416666666666667;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #11b0bc;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item .price {
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item .price .sm {
    font-size: 14px;
    line-height: 1.428571428571429;
    letter-spacing: 0.08em;
    font-weight: 700;
    margin-left: 3px;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item .price .sm-sup {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-left: 5px;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item .price .sm1 {
    font-size: 18px;
    line-height: 1.444444444444444;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item+.ctn03-item {
    border-left: 2px solid #11b0bc;
  }
  .p-running-cost-compare__item__ctn04 {
    text-align: center;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #11b0bc;
  }
  .p-running-cost-compare__item__ctn04 .sm {
    font-size: 14px;
    line-height: 1.785714285714286;
    letter-spacing: 0.1em;
    font-weight: 900;
    margin-left: 3px;
  }
  .p-running-cost-compare__item__note ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-running-cost-compare__item__note ul li+li {
    margin-left: 1em;
  }
  .p-running-cost-compare__item__price {
    margin: 26px -10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-running-cost-compare__item__price li {
    border-radius: 5px;
    padding: 15px 0;
    color: #fff;
    width: 100%;
    margin: 0 10px;
    text-align: center;
    background: #11b0bc;
    position: relative;
  }
  .p-running-cost-compare__item__price li::before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 12px 7px;
    border-color: transparent transparent #11b0bc transparent;
  }
  .p-running-cost-compare__item__price li p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-running-cost-compare__item__price li .txt01 {
    font-size: 12px;
    line-height: 1.166666666666667;
    letter-spacing: 0.1em;
    font-weight: 700;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    margin-right: 3px;
  }
  .p-running-cost-compare__item__price li .txt02 {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
  .p-running-cost-compare__item__price li .txt03 {
    padding-top: 5px;
    margin-left: 2px;
    font-size: 14px;
    line-height: 1.428571428571429;
    letter-spacing: 0.1em;
    font-weight: 900;
  }
  .p-running-cost-compare__item__price li .txt04 {
    padding-top: 5px;
    margin-left: 3px;
    font-size: 14px;
    line-height: 1.428571428571429;
    letter-spacing: 0.1em;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-running-cost {
    margin-bottom: 5.405405405405405vw;
  }
  .p-running-cost-block01 {
    padding: 5.405405405405405vw 0 3.861003861003861vw;
  }
  .p-running-cost-block01__img {
    width: 37.683397683397686vw;
  }
  .p-running-cost-block01__ttl {
    margin-bottom: 1.081081081081081vw;
  }
  .p-running-cost-block01__ttl sup {
    display: inline-block;
    vertical-align: super;
    font-size: 1.081081081081081vw;
  }
  .p-running-cost-block01__btn {
    margin-top: -4.16988416988417vw;
  }
  .p-running-cost-block01 .c-copy-note {
    margin-bottom: 0.772200772200772vw;
  }
  .p-running-cost-block02 {
    padding: 4.633204633204633vw 0;
  }
  .p-running-cost-block02__img {
    width: 44.478764478764475vw;
  }
  .p-running-cost-block02__desc {
    padding-right: 3.088803088803089vw;
  }
  .p-running-cost-block02__copy {
    margin: 1.081081081081081vw 0 0.772200772200772vw;
  }
  .p-running-cost-compare {
    padding-top: 4.633204633204633vw;
  }
  .p-running-cost-compare__item {
    margin-top: 3.088803088803089vw;
    width: calc(50% - 1.54440154vw);
  }
  .p-running-cost-compare__item__ttl {
    font-size: 1.621621621621622vw;
    border-radius: 0.617760617760618vw;
    padding: 0.926640926640927vw 0;
    margin-bottom: 1.544401544401544vw;
  }
  .p-running-cost-compare__item__plus {
    margin: 0.386100386100386vw 0;
  }
  .p-running-cost-compare__item__plus li img {
    width: 1.93050193050193vw;
  }
  .p-running-cost-compare__item__sttl {
    margin-top: 0.463320463320463vw;
    margin-bottom: 0.231660231660232vw;
  }
  .p-running-cost-compare__item__sttl::before {
    height: 0.154440154440154vw;
    margin-top: -0.077220077220077vw;
    border-radius: 0.154440154440154vw;
  }
  .p-running-cost-compare__item__sttl span {
    font-size: 1.235521235521235vw;
    padding-right: 0.772200772200772vw;
  }
  .p-running-cost-compare__item__hdl {
    margin: 1.38996138996139vw -0.772200772200772vw 0.926640926640927vw;
  }
  .p-running-cost-compare__item__hdl li {
    border-width: 0.154440154440154vw;
    border-radius: 0.308880308880309vw;
    padding: 0.308880308880309vw;
    font-size: 1.38996138996139vw;
    margin: 0 0.772200772200772vw;
  }
  .p-running-cost-compare__item__ctn01 {
    margin-top: 0.154440154440154vw;
  }
  .p-running-cost-compare__item__ctn01 .txt {
    font-size: 1.081081081081081vw;
    margin-right: 0.463320463320463vw;
  }
  .p-running-cost-compare__item__ctn01 .txt .sm {
    font-size: 0.772200772200772vw;
    margin-left: 0.386100386100386vw;
  }
  .p-running-cost-compare__item__ctn01 .price {
    font-size: 2.393822393822394vw;
  }
  .p-running-cost-compare__item__ctn01 .price .sm {
    margin-left: 0.308880308880309vw;
    font-size: 1.081081081081081vw;
  }
  .p-running-cost-compare__item__ctn02 {
    padding-bottom: 0.772200772200772vw;
    border-bottom-width: 0.154440154440154vw;
    margin-bottom: 0.772200772200772vw;
  }
  .p-running-cost-compare__item__ctn02 li {
    font-size: 1.93050193050193vw;
  }
  .p-running-cost-compare__item__ctn02 li .sm {
    font-size: 1.081081081081081vw;
    margin-left: 0.231660231660232vw;
  }
  .p-running-cost-compare__item__ctn02 li .sm1 {
    font-size: 1.312741312741313vw;
  }
  .p-running-cost-compare__item__ctn02 li+li {
    border-left-width: 0.154440154440154vw;
  }
  .p-running-cost-compare__item__ctn03 {
    padding-bottom: 0.772200772200772vw;
    border-bottom-width: 0.154440154440154vw;
    margin-bottom: 0.772200772200772vw;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item__list .li-ctn {
    padding: 0 0.386100386100386vw;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item__list--02 {
    padding: 1.93050193050193vw 0 2.393822393822394vw;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item__list--02 .li-ctn {
    padding: 0 1.158301158301158vw;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item__top {
    margin-bottom: 0.772200772200772vw;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item .txt {
    font-size: 0.926640926640927vw;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item .price {
    font-size: 1.93050193050193vw;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item .price .sm {
    font-size: 1.081081081081081vw;
    margin-left: 0.231660231660232vw;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item .price .sm-sup {
    font-size: 0.772200772200772vw;
    margin-left: 0.386100386100386vw;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item .price .sm1 {
    font-size: 1.38996138996139vw;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item+.ctn03-item {
    border-left-width: 0.154440154440154vw;
  }
  .p-running-cost-compare__item__ctn04 {
    font-size: 1.93050193050193vw;
    padding-bottom: 0.772200772200772vw;
    border-bottom-width: 0.154440154440154vw;
  }
  .p-running-cost-compare__item__ctn04 .sm {
    font-size: 1.081081081081081vw;
    margin-left: 0.231660231660232vw;
  }
  .p-running-cost-compare__item__price {
    margin: 2.007722007722008vw -0.772200772200772vw 1.544401544401544vw;
  }
  .p-running-cost-compare__item__price li {
    border-radius: 0.386100386100386vw;
    padding: 1.158301158301158vw 0;
    margin: 0 0.772200772200772vw;
  }
  .p-running-cost-compare__item__price li::before {
    border-width: 0 0.540540540540541vw 0.926640926640927vw 0.540540540540541vw;
  }
  .p-running-cost-compare__item__price li .txt01 {
    font-size: 0.926640926640927vw;
    margin-right: 0.231660231660232vw;
  }
  .p-running-cost-compare__item__price li .txt02 {
    font-size: 1.853281853281853vw;
  }
  .p-running-cost-compare__item__price li .txt03 {
    padding-top: 0.386100386100386vw;
    margin-left: 0.154440154440154vw;
    font-size: 1.081081081081081vw;
  }
  .p-running-cost-compare__item__price li .txt04 {
    padding-top: 0.386100386100386vw;
    margin-left: 0.231660231660232vw;
    font-size: 1.081081081081081vw;
  }
}
@media screen and (max-width: 767px) {
  .p-running-cost {
    margin-bottom: 13.333333333333334vw;
  }
  .p-running-cost-block01 {
    padding: 16vw 0;
  }
  .p-running-cost-block01__img {
    margin-top: 8vw;
  }
  .p-running-cost-block01__ttl {
    margin-bottom: 8vw;
  }
  .p-running-cost-block01__ttl sup {
    display: inline-block;
    vertical-align: super;
    font-size: 13px;
    line-height: 1.076923076923077;
    letter-spacing: 0em;
    font-weight: 600;
  }
  .p-running-cost-block01__btn {
    margin-top: 8vw;
  }
  .p-running-cost-block01 .c-copy-note {
    margin-bottom: 4vw;
  }
  .p-running-cost-block02 {
    padding: 16vw 0;
  }
  .p-running-cost-block02__img {
    margin-top: 10.666666666666668vw;
  }
  .p-running-cost-block02__copy {
    margin: 5.600000000000001vw 0 4vw;
  }
  .p-running-cost-compare {
    padding-top: 16vw;
  }
  .p-running-cost-compare__item {
    margin-top: 6.4vw;
  }
  .p-running-cost-compare__item:nth-child(n+2) {
    padding-top: 2.666666666666667vw;
  }
  .p-running-cost-compare__item__ttl {
    color: #fff;
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    background: #000;
    border-radius: 2.666666666666667vw;
    padding: 2.666666666666667vw 0;
    text-align: center;
    margin-bottom: 2.666666666666667vw;
  }
  .p-running-cost-compare__item__img img {
    display: block;
    width: 100%;
  }
  .p-running-cost-compare__item__plus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 2.666666666666667vw 0;
  }
  .p-running-cost-compare__item__plus li {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-running-cost-compare__item__plus li img {
    width: 7.199999999999999vw;
  }
  .p-running-cost-compare__item__sttl {
    position: relative;
    margin-top: 2.666666666666667vw;
    margin-bottom: 0.8vw;
  }
  .p-running-cost-compare__item__sttl::before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.533333333333333vw;
    content: "";
    background: #11b0bc;
    margin-top: -0.266666666666667vw;
    border-radius: 0.533333333333333vw;
  }
  .p-running-cost-compare__item__sttl span {
    position: relative;
    z-index: 2;
    color: #11b0bc;
    background: #fff;
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding-right: 2.666666666666667vw;
  }
  .p-running-cost-compare__item__hdl {
    margin: 4.8vw -2.933333333333333vw 3.2vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-running-cost-compare__item__hdl li {
    border: 0.533333333333333vw solid #11b0bc;
    border-radius: 2.666666666666667vw;
    padding: 0.8vw;
    color: #11b0bc;
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 900;
    width: 100%;
    margin: 0 2.933333333333333vw;
    text-align: center;
  }
  .p-running-cost-compare__item__ctn01 {
    margin-top: 3.466666666666666vw;
  }
  .p-running-cost-compare__item__ctn01__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-running-cost-compare__item__ctn01 .txt {
    color: #11b0bc;
    font-size: 3.466666666666666vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-right: 2.666666666666667vw;
  }
  .p-running-cost-compare__item__ctn01 .txt .sm {
    font-size: 2.666666666666667vw;
    line-height: 1.95;
    margin-left: 0.8vw;
  }
  .p-running-cost-compare__item__ctn01 .price {
    font-size: 8vw;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .p-running-cost-compare__item__ctn01 .price .sm {
    margin-left: 1.066666666666667vw;
    font-size: 3.466666666666666vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 900;
  }
  .p-running-cost-compare__item__ctn02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2.666666666666667vw;
    border-bottom: 0.533333333333333vw solid #11b0bc;
    margin-bottom: 2.666666666666667vw;
  }
  .p-running-cost-compare__item__ctn02 li {
    width: 100%;
    text-align: center;
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .p-running-cost-compare__item__ctn02 li .sm {
    font-size: 3.466666666666666vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 900;
    margin-left: 1.066666666666667vw;
  }
  .p-running-cost-compare__item__ctn02 li .sm1 {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 900;
  }
  .p-running-cost-compare__item__ctn02 li+li {
    border-left: 0.533333333333333vw solid #11b0bc;
  }
  .p-running-cost-compare__item__ctn03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2.666666666666667vw;
    border-bottom: 0.533333333333333vw solid #11b0bc;
    margin-bottom: 2.666666666666667vw;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item {
    width: 100%;
    text-align: center;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item__inner {
    padding: 0;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item .txt {
    font-size: 2.666666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #11b0bc;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item .price {
    font-size: 5.333333333333334vw;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item .price .sm {
    font-size: 2.666666666666667vw;
    line-height: 1.9;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-left: 0.533333333333333vw;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item .price .sm-sup {
    font-size: 2.666666666666667vw;
    line-height: 1.9;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-left: 0.533333333333333vw;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item .price .sm1 {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item__top {
    margin-bottom: 2.666666666666667vw;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item__top .txt {
    font-size: 3.466666666666666vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item__top .price {
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item__top .price .sm {
    font-size: 3.466666666666666vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item__list .li-ctn {
    padding: 0 1.333333333333333vw;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item__list--02 {
    padding: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item__list--02 .li-ctn {
    padding: 0 0.8vw;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item__list--02 .txt {
    font-size: 3.2vw;
    line-height: 1.625;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item__list--02 .price {
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item__list--02 .price .sm {
    font-size: 3.466666666666666vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .p-running-cost-compare__item__ctn03 .ctn03-item+.ctn03-item {
    border-left: 0.533333333333333vw solid #11b0bc;
  }
  .p-running-cost-compare__item__ctn04 {
    margin-top: 2.666666666666667vw;
    text-align: center;
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding-bottom: 2.666666666666667vw;
    border-bottom: 0.533333333333333vw solid #11b0bc;
  }
  .p-running-cost-compare__item__ctn04 .sm {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 900;
    margin-left: 1.066666666666667vw;
  }
  .p-running-cost-compare__item__price {
    margin: 7.199999999999999vw -2.666666666666667vw 8vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-running-cost-compare__item__price li {
    border-radius: 2.666666666666667vw;
    padding: 2.666666666666667vw 0;
    color: #fff;
    width: 100%;
    margin: 0 2.666666666666667vw;
    text-align: center;
    background: #11b0bc;
    position: relative;
  }
  .p-running-cost-compare__item__price li::before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1.866666666666667vw 3.2vw 1.866666666666667vw;
    border-color: transparent transparent #11b0bc transparent;
  }
  .p-running-cost-compare__item__price li p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-running-cost-compare__item__price li .txt01 {
    font-size: 3.466666666666666vw;
    line-height: 1.192307692307692;
    letter-spacing: 0.05em;
    font-weight: 700;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    margin-right: 2.666666666666667vw;
  }
  .p-running-cost-compare__item__price li .txt02 {
    font-size: 6.4vw;
    line-height: 1.25;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .p-running-cost-compare__item__price li .txt03 {
    padding-top: 0.533333333333333vw;
    margin-left: 0.533333333333333vw;
    font-size: 2.666666666666667vw;
    line-height: 1.93;
    letter-spacing: 0.1em;
    font-weight: 900;
  }
  .p-running-cost-compare__item__price li .txt04 {
    padding-top: 1.6vw;
    margin-left: 1.066666666666667vw;
    font-size: 3.466666666666666vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 900;
  }
  .p-running-cost-compare__item__price--02 li p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-running-cost-compare__item__price--02 li .txt01 {
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    white-space: nowrap;
    margin-right: 0;
  }
  .p-running-cost-compare__item__price--02 li .txt04 {
    padding-top: 1.333333333333333vw;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-support .c-heading-lv2 {
    margin-bottom: 12px;
  }
  .p-support-evnion {
    padding: 62px 0 0;
  }
  .p-support-evnion .evnion-box {
    background: #007481;
    border-radius: 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .p-support-evnion .evnion-box_img {
    display: block;
    width: calc(568 / 1016 * 100%);
  }
  .p-support-evnion .evnion-box_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-support-evnion .evnion-box_ctn {
    display: block;
    width: calc(480 / 1016 * 100%);
    margin-top: 30px;
    margin-left: calc(48 / 1016 * 100%);
    margin-right: calc(-80 / 1016 * 100%);
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
  }
  .p-support-evnion .evnion-box_ctn__text {
    display: block;
    background: #fff;
    border-radius: 15px;
    padding: 28px 30px 11px;
    margin-bottom: 20px;
  }
  .p-support-evnion .evnion-box_ctn__text .log {
    display: block;
    line-height: 0;
    width: 305px;
    margin-bottom: 12px;
  }
  .p-support-evnion .evnion-box:hover {
    text-decoration: none;
  }
  .p-support-anchor {
    padding-top: 60px;
  }
  .p-support-anchor__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -40px;
  }
  .p-support-anchor__list li {
    width: calc(50% - 40px);
    margin-left: 40px;
  }
  .p-support-anchor__list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #11b0bc;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    letter-spacing: 0.05em;
    min-height: 121px;
    padding: 0 30px;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .p-support-anchor__list li a:after {
    content: '';
    width: 29px;
    height: 29px;
    background: url("/carlife/ev_business/assets/images/support/icon_arrow_01.svg") no-repeat center/contain;
    display: inline-block;
  }
  .p-support-anchor__list li a:hover {
    text-decoration: none;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  .p-support-block01 {
    padding: 60px 0;
  }
  .p-support-block01 .p-support-installation__img {
    margin-top: 40px;
  }
  .p-support-block01 .p-support-point {
    margin-top: 60px;
  }
  .p-support-block01 .p-support-point__item {
    margin-bottom: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
  }
  .p-support-block01 .p-support-point__ttl {
    background: #11b0bc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 12px 30px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-support-block01 .p-support-point__ttl:after {
    content: '';
    width: 29px;
    height: 29px;
    background: url("/carlife/ev_business/assets/images/support/icon_plus_01.svg") no-repeat center/contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
  }
  .p-support-block01 .p-support-point__ttl:hover {
    opacity: 0.8;
  }
  .p-support-block01 .p-support-point__ttl.is-active:after {
    background: url("/carlife/ev_business/assets/images/support/icon_minus_01.svg") no-repeat center/contain;
  }
  .p-support-block01 .p-support-point__ttl .ttl-num {
    font-size: 30px;
    letter-spacing: 0.1em;
    min-height: 67px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 2px solid #fff;
    padding-right: 18px;
    margin-right: 30px;
  }
  .p-support-block01 .p-support-point__content {
    background: #fff;
    border: 2px solid #11b0bc;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
  }
  .p-support-block01 .p-support-point__content .content-inner {
    padding: 20px 45px;
    font-size: 14px;
    line-height: 1.78571429;
  }
  .p-support-block01 .p-support-point__content .content-inner h4 {
    font-size: 18px;
    color: #11b0bc;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .p-support-block01 .p-support-point__content .content-inner ul li {
    position: relative;
    padding-left: 12px;
  }
  .p-support-block01 .p-support-point__content .content-inner ul li:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #000;
  }
  .p-support-block01 .p-support-point__content .content-inner .txt-note {
    font-size: 10px;
  }
  .p-support-block01 .p-support-point__content .content-inner .txt-small {
    font-size: 11px;
  }
  .p-support-block01 .p-support-point__content .content-inner sup {
    font-size: 10px;
    vertical-align: top;
  }
  .p-support-block01__btn {
    margin-top: 40px;
  }
  .p-support-block01__btn .ev-btn {
    height: 77px;
    margin: 0 auto;
    max-width: 400px;
  }
  .p-support-block02 {
    padding: 60px 0;
  }
  .p-support-block02__box {
    margin-top: 40px;
    background: #fff;
    border-radius: 20px;
    padding: 40px 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-support-block02__box .box-left {
    width: 264px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 264px;
    -ms-flex: 0 0 264px;
    flex: 0 0 264px;
    margin-right: 40px;
  }
  .p-support-block02__box .box-left__copy {
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: 0.1em;
    margin-top: 16px;
  }
  .p-support-block02__box .box-right {
    width: calc(100% - 304px);
  }
  .p-support-block02__box .box-right__item {
    background: #e4f7f7;
    border-radius: 20px;
    margin-bottom: 17px;
    min-height: 135px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-weight: bold;
    padding: 0 48px;
  }
  .p-support-block02__box .box-right__item .item-left {
    width: 282px;
    position: relative;
  }
  .p-support-block02__box .box-right__item .item-left:after {
    content: '';
    width: 32px;
    height: 13px;
    background: url("/carlife/ev_business/assets/images/support/icon_arrow_02.svg") no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-support-block02__box .box-right__item ul li {
    line-height: 1.78571429;
  }
  .p-support-block02__box .box-right__item ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #11b0bc;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
  }
  .p-support-block02__box .box-right__item .txt-blue {
    color: #11b0bc;
  }
  .p-support-block02__box .box-right__item .txt-monthly {
    display: inline-block;
    background: #000;
    border-radius: 2px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    color: #fff;
    font-size: 12px;
    padding: 7px 3px;
    vertical-align: text-bottom;
    margin-right: 8px;
  }
  .p-support-block02__box .box-right__item .txt-01 .txt-num {
    font-size: 50px;
  }
  .p-support-block02__box .box-right__item .txt-02 {
    width: 187px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 10px;
  }
  .p-support-block02__box .box-right__item .txt-02 span:nth-child(3) {
    width: 100px;
    text-align: center;
  }
  .p-support-block02__box .box-right__item .txt-02 .txt-num {
    font-size: 30px;
  }
  .p-support-block02__box .box-right__item .txt-03 {
    font-size: 18px;
    margin: 7px 0;
  }
  .p-support-block02__box .box-right__item .txt-03 .txt-blue {
    font-weight: 900;
  }
  .p-support-block02__box .box-right__item .txt-04 {
    font-size: 32px;
    font-weight: 900;
    margin-top: 7px;
  }
  .p-support-block02__box .box-right__item .txt-center {
    text-align: center;
  }
  .p-support-block02__box .box-right__note {
    font-size: 10px;
  }
  .p-support-block02__btn {
    margin-top: 45px;
  }
  .p-support-block02__btn .ev-btn {
    margin: 0 auto;
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-support .c-heading-lv2 {
    margin-bottom: 0.926640926640927vw;
  }
  .p-support-evnion {
    padding: 4.787644787644788vw 0 0;
  }
  .p-support-evnion .evnion-box {
    border-radius: 1.158301158301158vw;
  }
  .p-support-evnion .evnion-box_img {
    width: 43.86100386100386vw;
  }
  .p-support-evnion .evnion-box_ctn {
    width: 37.06563706563706vw;
    margin-top: 2.316602316602316vw;
    margin-left: 3.706563706563706vw;
    margin-right: -6.177606177606178vw;
    margin-bottom: 2.316602316602316vw;
  }
  .p-support-evnion .evnion-box_ctn__text {
    border-radius: 1.158301158301158vw;
    padding: 2.162162162162162vw 2.316602316602316vw 1.235521235521235vw;
    margin-bottom: 1.544401544401544vw;
  }
  .p-support-evnion .evnion-box_ctn__text .log {
    width: 23.552123552123554vw;
    margin-bottom: 0.772200772200772vw;
  }
  .p-support-evnion .evnion-box:hover {
    text-decoration: none;
  }
  .p-support-anchor {
    padding-top: 4.633204633204633vw;
  }
  .p-support-anchor__list {
    margin-left: -3.088803088803089vw;
  }
  .p-support-anchor__list li {
    width: calc(50% - 3.088803088803089vw);
    margin-left: 3.088803088803089vw;
  }
  .p-support-anchor__list li a {
    font-size: 1.853281853281853vw;
    min-height: 9.343629343629344vw;
    padding: 0 2.316602316602316vw;
  }
  .p-support-anchor__list li a:after {
    width: 2.239382239382239vw;
    height: 2.239382239382239vw;
  }
  .p-support-block01 {
    padding: 4.633204633204633vw 0;
  }
  .p-support-block01 .p-support-installation__img {
    margin-top: 3.088803088803089vw;
  }
  .p-support-block01 .p-support-point {
    margin-top: 4.633204633204633vw;
  }
  .p-support-block01 .p-support-point__item {
    margin-bottom: 1.93050193050193vw;
    border-bottom-left-radius: 0.772200772200772vw;
    border-bottom-right-radius: 0.772200772200772vw;
  }
  .p-support-block01 .p-support-point__ttl {
    border-top-left-radius: 0.772200772200772vw;
    border-top-right-radius: 0.772200772200772vw;
    font-size: 1.544401544401544vw;
    padding: 0.926640926640927vw 2.316602316602316vw;
  }
  .p-support-block01 .p-support-point__ttl:after {
    width: 2.239382239382239vw;
    height: 2.239382239382239vw;
    right: 2.316602316602316vw;
  }
  .p-support-block01 .p-support-point__ttl .ttl-num {
    font-size: 2.316602316602316vw;
    min-height: 5.173745173745173vw;
    padding-right: 1.38996138996139vw;
    margin-right: 2.316602316602316vw;
  }
  .p-support-block01 .p-support-point__content {
    border-bottom-left-radius: 0.772200772200772vw;
    border-bottom-right-radius: 0.772200772200772vw;
  }
  .p-support-block01 .p-support-point__content .content-inner {
    padding: 1.544401544401544vw 3.474903474903475vw;
    font-size: 1.081081081081081vw;
  }
  .p-support-block01 .p-support-point__content .content-inner h4 {
    font-size: 1.38996138996139vw;
  }
  .p-support-block01 .p-support-point__content .content-inner .txt-note {
    font-size: 0.772200772200772vw;
  }
  .p-support-block01 .p-support-point__content .content-inner .txt-small {
    font-size: 0.849420849420849vw;
  }
  .p-support-block01__btn {
    margin-top: 3.088803088803089vw;
  }
  .p-support-block01__btn .ev-btn {
    max-width: 30.888030888030887vw;
    height: 5.945945945945946vw;
  }
  .p-support-block02 {
    padding: 4.633204633204633vw 0;
  }
  .p-support-block02__box {
    margin-top: 3.088803088803089vw;
    border-radius: 1.544401544401544vw;
    padding: 3.088803088803089vw 3.706563706563706vw;
  }
  .p-support-block02__box .box-left {
    width: 20.386100386100388vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.386100386100388vw;
    -ms-flex: 0 0 20.386100386100388vw;
    flex: 0 0 20.386100386100388vw;
    margin-right: 3.088803088803089vw;
  }
  .p-support-block02__box .box-left__copy {
    font-size: 0.926640926640927vw;
    margin-top: 1.544401544401544vw;
  }
  .p-support-block02__box .box-right {
    width: calc(100% - 23.474903474903474vw);
  }
  .p-support-block02__box .box-right__item {
    border-radius: 1.544401544401544vw;
    margin-bottom: 1.312741312741313vw;
    min-height: 10.424710424710424vw;
    font-size: 1.003861003861004vw;
    padding: 0 3.706563706563706vw;
  }
  .p-support-block02__box .box-right__item .item-left {
    width: 21.776061776061777vw;
  }
  .p-support-block02__box .box-right__item .item-left:after {
    width: 2.471042471042471vw;
    height: 1.003861003861004vw;
  }
  .p-support-block02__box .box-right__item ul li:before {
    width: 0.617760617760618vw;
    height: 0.617760617760618vw;
    margin-right: 0.772200772200772vw;
  }
  .p-support-block02__box .box-right__item .txt-monthly {
    font-size: 0.926640926640927vw;
    padding: 0.540540540540541vw 0.231660231660232vw;
    vertical-align: text-bottom;
    margin-right: 0.617760617760618vw;
  }
  .p-support-block02__box .box-right__item .txt-01 .txt-num {
    font-size: 3.861003861003861vw;
  }
  .p-support-block02__box .box-right__item .txt-02 {
    width: 14.44015444015444vw;
    margin-top: 0.772200772200772vw;
  }
  .p-support-block02__box .box-right__item .txt-02 span:nth-child(3) {
    width: 7.722007722007722vw;
  }
  .p-support-block02__box .box-right__item .txt-02 .txt-num {
    font-size: 2.316602316602316vw;
  }
  .p-support-block02__box .box-right__item .txt-03 {
    font-size: 1.38996138996139vw;
    margin: 0.540540540540541vw 0;
  }
  .p-support-block02__box .box-right__item .txt-04 {
    font-size: 2.471042471042471vw;
    margin-top: 0.540540540540541vw;
  }
  .p-support-block02__box .box-right__note {
    font-size: 0.772200772200772vw;
  }
  .p-support-block02__btn {
    margin-top: 3.474903474903475vw;
  }
  .p-support-block02__btn .ev-btn {
    max-width: 30.888030888030887vw;
  }
}
@media screen and (max-width: 767px) {
  .p-support .c-heading-lv2 {
    margin-bottom: 6.933333333333333vw;
  }
  .p-support-evnion {
    padding: 10.666666666666668vw 0 0;
  }
  .p-support-evnion .evnion-box {
    display: block;
    border-radius: 2.666666666666667vw;
    background: #007481;
    overflow: hidden;
    padding-bottom: 6.4vw;
  }
  .p-support-evnion .evnion-box_img {
    width: 43.86100386100386vw;
  }
  .p-support-evnion .evnion-box_ctn {
    display: block;
    width: 78.66666666666666vw;
    margin-top: -5.333333333333334vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }
  .p-support-evnion .evnion-box_ctn__text {
    display: block;
    background: #fff;
    border-radius: 2.666666666666667vw;
    padding: 5.333333333333334vw;
    margin-bottom: 3.733333333333334vw;
  }
  .p-support-evnion .evnion-box_ctn__text .log {
    display: block;
    width: 66.66666666666666vw;
    max-width: 250px;
    margin: 0 0 5.866666666666666vw;
  }
  .p-support-evnion .evnion-box_ctn__text .c-copy {
    font-size: 3.466666666666666vw;
    line-height: 1.5;
  }
  .p-support-evnion .evnion-box:hover {
    text-decoration: none;
  }
  .p-support-anchor {
    padding-top: 16vw;
  }
  .p-support-anchor__list li + li {
    margin-top: 5.333333333333334vw;
  }
  .p-support-anchor__list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #11b0bc;
    font-size: 4vw;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    letter-spacing: 0.05em;
    min-height: 18.666666666666668vw;
    padding: 0 5.333333333333334vw;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    text-decoration: none;
  }
  .p-support-anchor__list li a:after {
    content: '';
    width: 7.199999999999999vw;
    height: 7.199999999999999vw;
    background: url("/carlife/ev_business/assets/images/support/icon_arrow_01.svg") no-repeat center/contain;
    display: inline-block;
  }
  .p-support-block01 {
    padding: 16vw 0;
  }
  .p-support-block01 .p-support-installation__img {
    margin-top: 10.666666666666668vw;
  }
  .p-support-block01 .p-support-installation__img .scrollbar {
    margin-right: 0;
    padding: 0;
  }
  .p-support-block01 .p-support-point {
    margin-top: 16vw;
  }
  .p-support-block01 .p-support-point__item {
    margin-bottom: 4vw;
    border-bottom-left-radius: 2.666666666666667vw;
    border-bottom-right-radius: 2.666666666666667vw;
    overflow: hidden;
  }
  .p-support-block01 .p-support-point__ttl {
    background: #11b0bc;
    border-top-left-radius: 2.666666666666667vw;
    border-top-right-radius: 2.666666666666667vw;
    font-size: 4vw;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 3.733333333333334vw 16vw 3.733333333333334vw 5.333333333333334vw;
    cursor: pointer;
    line-height: 1.46666667;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-support-block01 .p-support-point__ttl:after {
    content: '';
    width: 7.733333333333333vw;
    height: 7.733333333333333vw;
    background: url("/carlife/ev_business/assets/images/support/icon_plus_01.svg") no-repeat center/contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5.333333333333334vw;
  }
  .p-support-block01 .p-support-point__ttl.is-active:after {
    background: url("/carlife/ev_business/assets/images/support/icon_minus_01.svg") no-repeat center/contain;
  }
  .p-support-block01 .p-support-point__ttl .ttl-num {
    display: inline-block;
    font-size: 5.333333333333334vw;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #fff;
    margin-bottom: 4vw;
  }
  .p-support-block01 .p-support-point__content {
    background: #fff;
    border: 2px solid #11b0bc;
    border-top: none;
    border-bottom-left-radius: 2.666666666666667vw;
    border-bottom-right-radius: 2.666666666666667vw;
    display: none;
  }
  .p-support-block01 .p-support-point__content .content-inner {
    padding: 5.333333333333334vw 5.333333333333334vw 8vw;
    font-size: 3.466666666666666vw;
    line-height: 1.53846154;
  }
  .p-support-block01 .p-support-point__content .content-inner h4 {
    font-size: 4.266666666666667vw;
    color: #11b0bc;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
  .p-support-block01 .p-support-point__content .content-inner ul {
    margin-left: 6px;
    margin-bottom: 4vw;
  }
  .p-support-block01 .p-support-point__content .content-inner ul li {
    text-indent: -0.5em;
    padding-left: 0.5em;
  }
  .p-support-block01 .p-support-point__content .content-inner ul li:before {
    content: '⚫︎';
    display: inline-block;
  }
  .p-support-block01 .p-support-point__content .content-inner .txt-note {
    font-size: 2.666666666666667vw;
  }
  .p-support-block01 .p-support-point__content .content-inner .txt-small {
    font-size: 2.933333333333333vw;
  }
  .p-support-block01__btn {
    margin-top: 10.666666666666668vw;
  }
  .p-support-block01__btn .ev-btn {
    height: 19.466666666666665vw;
  }
  .p-support-block02 {
    padding: 16vw 0;
  }
  .p-support-block02__box {
    margin-top: 10.666666666666668vw;
    background: #fff;
    border-radius: 2.666666666666667vw;
    padding: 8vw 5.333333333333334vw;
  }
  .p-support-block02__box .box-left {
    margin-bottom: 8vw;
  }
  .p-support-block02__box .box-left__img {
    width: 65.60000000000001vw;
    margin: 0 auto;
  }
  .p-support-block02__box .box-left__copy {
    font-size: 3.466666666666666vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 5.333333333333334vw;
  }
  .p-support-block02__box .box-right__item {
    background: #e4f7f7;
    border-radius: 2.666666666666667vw;
    margin-bottom: 4vw;
    font-size: 3.466666666666666vw;
    font-weight: bold;
    padding: 5.333333333333334vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-support-block02__box .box-right__item .item-left {
    position: relative;
    padding-bottom: 8.533333333333333vw;
    margin-bottom: 7.199999999999999vw;
  }
  .p-support-block02__box .box-right__item .item-left:after {
    content: '';
    width: 8.533333333333333vw;
    height: 3.466666666666666vw;
    background: url("/carlife/ev_business/assets/images/support/icon_arrow_02.svg") no-repeat center/contain;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
  .p-support-block02__box .box-right__item ul li {
    line-height: 1.78571429;
  }
  .p-support-block02__box .box-right__item ul li:before {
    content: '';
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
    background: #11b0bc;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2.133333333333333vw;
  }
  .p-support-block02__box .box-right__item .txt-blue {
    color: #11b0bc;
  }
  .p-support-block02__box .box-right__item .txt-monthly {
    display: inline-block;
    background: #000;
    border-radius: 2px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    color: #fff;
    font-size: 3.2vw;
    padding: 1.333333333333333vw;
    vertical-align: text-bottom;
    margin-right: 2.133333333333333vw;
  }
  .p-support-block02__box .box-right__item .txt-01 .txt-num {
    font-size: 10.666666666666668vw;
  }
  .p-support-block02__box .box-right__item .txt-02 {
    width: 45.33333333333333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 2.666666666666667vw;
  }
  .p-support-block02__box .box-right__item .txt-02 span:nth-child(3) {
    width: 24vw;
    text-align: center;
  }
  .p-support-block02__box .box-right__item .txt-02 .txt-num {
    font-size: 6.933333333333333vw;
  }
  .p-support-block02__box .box-right__item .txt-03 {
    font-size: 4.8vw;
    margin: 2.133333333333333vw 0;
  }
  .p-support-block02__box .box-right__item .txt-03 .txt-blue {
    font-weight: 900;
  }
  .p-support-block02__box .box-right__item .txt-04 {
    font-size: 8.533333333333333vw;
    font-weight: 900;
    margin-top: 4.266666666666667vw;
  }
  .p-support-block02__box .box-right__item .txt-center {
    text-align: center;
  }
  .p-support-block02__box .box-right__note {
    font-size: 2.666666666666667vw;
  }
  .p-support-block02__btn {
    margin-top: 10.666666666666668vw;
  }
}
.p-ev-business_mv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-ev-business_mv {
    background: #fef1cd;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-ev-business_mv__ctn {
    position: absolute;
    left: 32px;
    top: 35px;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_mv__ctn {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 8vw 5.333333333333334vw 4vw;
  }
}
.p-ev-business_mv__ctn .c-heading-lv1 {
  margin-bottom: 10px;
}
.p-ev-business_mv__ctn .c-heading-lv1 span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-ev-business_mv__ctn .c-heading-lv1 span {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_mv__ctn .c-heading-lv1 span {
    font-size: 1.544401544401544vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_mv__ctn .c-heading-lv1 span {
    font-size: 4.266666666666667vw;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 900;
  }
}
.p-ev-business_mv__ctn .c-copy {
  font-weight: bold;
}
.p-ev-business_mv .p-ev-business_mv__banner {
  background-color: #fff;
  background-repeat: no-repeat;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 14px;
}
@media screen and (min-width: 768px) {
  .p-ev-business_mv .p-ev-business_mv__banner {
    background-image: url("/carlife/ev_business/assets/images/top/banner/banner_evnion_background_pc.png");
    background-size: 100% 58.62px;
    background-position: 0 101%;
    margin-top: 16px;
    width: 212.57px;
    height: 122.95px;
    padding: 9px;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_mv .p-ev-business_mv__banner {
    background-image: url("/carlife/ev_business/assets/images/top/banner/banner_evnion_background_sp.png");
    background-size: 100% 70.33px;
    background-position: 0 100%;
    width: 89.33333333333333vw;
    height: 114.65px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -105px;
    margin: 0 auto;
    padding: 10px 11.8px;
  }
}
.p-ev-business_mv .p-ev-business_mv__banner:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.p-ev-business_mv .p-ev-business_mv__banner .banner-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-ev-business_mv .p-ev-business_mv__banner .banner-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_mv .p-ev-business_mv__banner .banner-contents {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 11px;
    -moz-column-gap: 11px;
    column-gap: 11px;
  }
}
@media screen and (min-width: 768px) {
  .p-ev-business_mv .p-ev-business_mv__banner .banner-logo {
    margin-bottom: 5px;
    margin-left: 2px;
  }
}
.p-ev-business_mv .p-ev-business_mv__banner .banner-logo img {
  width: 80.59px;
}
.p-ev-business_mv .p-ev-business_mv__banner .text {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 10px;
  line-height: 1.42;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #000;
}
.p-ev-business_mv .p-ev-business_mv__banner .text .mmc {
  font-family: "MMC", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-ev-business_mv .p-ev-business_mv__banner .text {
    white-space: nowrap;
  }
}
.p-ev-business_mv__img {
  position: relative;
  line-height: 0;
  height: 0;
  padding-bottom: 52.25%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-ev-business_mv__img {
    padding-bottom: 117%;
  }
}
.p-ev-business_mv__img video {
  width: 100%;
  height: 120%;
  position: absolute;
  left: 0;
  top: -10%;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_news {
    padding: 0 10.81081081081081vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_news {
    padding: 32.800000000000004vw 5.333333333333334vw 0;
    background-color: #e3e5e6;
  }
}
.p-ev-business_news .news-box {
  max-width: 920px;
  padding: 25px 35px;
  background-color: #fff;
  border-radius: 9px;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-ev-business_news .news-box {
    margin: -40px auto -110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_news .news-box {
    margin: -3.861003861003861vw auto -8.494208494208493vw;
    padding: 1.93050193050193vw 2.702702702702703vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_news .news-box {
    padding: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .p-ev-business_news .news-box_ttl {
    font-size: 23px;
    line-height: 1.217391304347826;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_news .news-box_ttl {
    font-size: 1.776061776061776vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_news .news-box_ttl {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-ev-business_news .news-box_list {
    margin-left: 30px;
  }
}
.p-ev-business_news .news-box_list li +li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-ev-business_news .news-box_list li +li {
    margin-top: 4vw;
  }
}
.p-ev-business_news .news-box_list li a:hover {
  opacity: 0.5;
}
.p-ev-business_news .news-box_link {
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .p-ev-business_news .news-box_link {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .p-ev-business_news .news-box_link time {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_news .news-box_link {
    font-size: 1.081081081081081vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_news .news-box_link {
    font-size: 3.466666666666666vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .p-ev-business_news .news-box_link time {
    display: block;
    margin-bottom: 1.333333333333333vw;
  }
}
.p-ev-business_anchor {
  padding: 134px 0 60px;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_anchor {
    padding: 10.347490347490346vw 0 4.633204633204633vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_anchor {
    padding: 10.666666666666668vw 0 16vw;
  }
}
.p-ev-business_anchor .top-anchor_list {
  max-width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}
@media screen and (max-width: 767px) {
  .p-ev-business_anchor .top-anchor_list {
    display: block;
  }
}
.p-ev-business_anchor .top-anchor_item {
  width: calc(100% / 4 - 14px);
}
@media screen and (max-width: 767px) {
  .p-ev-business_anchor .top-anchor_item {
    width: 100%;
  }
  .p-ev-business_anchor .top-anchor_item +.top-anchor_item {
    margin-top: 2.666666666666667vw;
  }
}
.p-ev-business_anchor .top-anchor_item__link {
  width: 100%;
  min-height: 82px;
  background: #11b0bc;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .p-ev-business_anchor .top-anchor_item__link:hover {
    text-decoration: none;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_anchor .top-anchor_item__link {
    height: 18.666666666666668vw;
    min-height: unset;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 3.2vw 5.333333333333334vw;
    border-radius: 2.666666666666667vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .p-ev-business_anchor .top-anchor_item__link:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 5.333333333333334vw;
    width: 7.199999999999999vw;
    height: 7.199999999999999vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/carlife/ev_business/assets/images/support/icon_arrow_01.svg") no-repeat center/contain;
  }
}
@media screen and (min-width: 768px) {
  .p-ev-business_anchor .top-anchor_item__link .txt-sm {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
    position: relative;
    padding: 0 0 6px 0;
    margin: 0 0 8px 0;
  }
  .p-ev-business_anchor .top-anchor_item__link .txt-sm:after {
    position: absolute;
    content: '';
    width: 176px;
    height: 1px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(255,255,255,0.6);
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_anchor .top-anchor_item__link .txt-sm {
    font-size: 0.926640926640927vw;
  }
  .p-ev-business_anchor .top-anchor_item__link .txt-sm:after {
    width: 13.590733590733592vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_anchor .top-anchor_item__link .txt-sm {
    font-size: 3.2vw;
    line-height: 1.875;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-ev-business_anchor .top-anchor_item__link .txt-lg {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 900;
    position: relative;
    padding-right: 32px;
  }
  .p-ev-business_anchor .top-anchor_item__link .txt-lg:after {
    position: absolute;
    content: '';
    right: 0;
    width: 24px;
    height: 24px;
    background: url("/carlife/ev_business/assets/images/support/icon_arrow_01.svg") no-repeat center/contain;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_anchor .top-anchor_item__link .txt-lg {
    font-size: 1.235521235521235vw;
    padding-right: 2.471042471042471vw;
  }
  .p-ev-business_anchor .top-anchor_item__link .txt-lg:after {
    width: 1.853281853281853vw;
    height: 1.853281853281853vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_anchor .top-anchor_item__link .txt-lg {
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 900;
    margin-top: 1.6vw;
  }
}
.p-ev-business_intro {
  padding: 60px 0;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_intro {
    padding: 4.633204633204633vw 0 4.633204633204633vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_intro {
    padding: 16vw 0;
  }
}
.p-ev-business_intro .c-heading-lv2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-ev-business_intro .c-heading-lv2 {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-ev-business_intro .intro-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 0 0 -40px;
  }
}
.p-ev-business_intro .intro-item {
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-ev-business_intro .intro-item {
    width: calc(100% / 2 - 40px);
    margin: 0 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_intro .intro-item +.intro-item {
    margin-top: 8vw;
  }
}
.p-ev-business_intro .intro-item_img {
  overflow: hidden;
  border-radius: 0 0 15px 15px;
}
.p-ev-business_intro .intro-item_img img {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .p-ev-business_intro .intro-item:hover .intro-item_img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.p-ev-business_intro .intro-item_ttl {
  background-color: #000;
  color: #fff;
  padding: 11px 20px;
  border-radius: 15px 15px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-ev-business_intro .intro-item_ttl {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_intro .intro-item_ttl {
    font-size: 1.38996138996139vw;
    padding: 0.849420849420849vw 1.544401544401544vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_intro .intro-item_ttl {
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
.p-ev-business_intro .intro-item_ttl:after {
  position: absolute;
  content: '';
  right: 20px;
  top: 50%;
  width: 29px;
  height: 29px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("/carlife/ev_business/assets/images/common/icon_plus.svg");
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_intro .intro-item_ttl:after {
    right: 1.544401544401544vw;
    width: 2.239382239382239vw;
    height: 2.239382239382239vw;
  }
}
@media screen and (min-width: 768px) {
  .p-ev-business_intro .intro-item_ttl span {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_intro .intro-item_ttl span {
    font-size: 1.544401544401544vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_intro .intro-item_ttl span {
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
.p-ev-business_intro .intro-item_ttl sub {
  display: inline-block;
  vertical-align: text-bottom;
}
@media screen and (min-width: 768px) {
  .p-ev-business_intro .intro-item_ttl sub {
    font-size: 12px;
    line-height: 1.166666666666667;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_intro .intro-item_ttl sub {
    font-size: 0.926640926640927vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_intro .intro-item_ttl sub {
    font-size: 2.666666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
.p-ev-business_intro .intro-item_ttl sup {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .p-ev-business_intro .intro-item_ttl sup {
    font-size: 12px;
    line-height: 3;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_intro .intro-item_ttl sup {
    font-size: 0.926640926640927vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_intro .intro-item_ttl sup {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .p-ev-business_intro .intro-item .note {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_intro .intro-item .note {
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-top: 2.666666666666667vw;
  }
}
.p-ev-business_feature {
  padding: 60px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-ev-business_feature {
    padding: 16vw 0;
  }
}
.p-ev-business_feature .c-heading-lv2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-ev-business_feature .c-heading-lv2 {
    margin-bottom: 8vw;
  }
}
.p-ev-business_feature_article {
  width: 100%;
  height: 306px;
  padding: 30px 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
}
.p-ev-business_feature_article a {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-ev-business_feature_article {
    height: auto;
    padding: 5.333333333333334vw 5.333333333333334vw 59.46666666666667vw;
  }
}
.p-ev-business_feature_article .feature-box {
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .p-ev-business_feature_article .feature-box {
    max-width: 100%;
  }
}
.p-ev-business_feature_article .feature-box_content {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-ev-business_feature_article .feature-box_content {
    padding: 5.333333333333334vw;
  }
}
.p-ev-business_feature_article .feature-box_content .c-heading-lv3 {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-ev-business_feature_article .feature-box_content .c-heading-lv3 {
    margin-bottom: 2.666666666666667vw;
  }
}
.p-ev-business_feature_article .feature-box_btn {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-ev-business_feature_article .feature-box_btn {
    margin-top: 3.733333333333334vw;
  }
}
.p-ev-business_feature_article.article-1 {
  background-image: url("/carlife/ev_business/assets/images/top/feature_img01.png");
  background-size: cover;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-ev-business_feature_article.article-1 {
    background-image: url("/carlife/ev_business/assets/images/top/feature_img01_sp.png");
    background-size: cover;
    margin-bottom: 8vw;
  }
}
.p-ev-business_feature_article.article-2 {
  background-image: url("/carlife/ev_business/assets/images/top/feature_img02.png");
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-ev-business_feature_article.article-2 {
    background-image: url("/carlife/ev_business/assets/images/top/feature_img02_sp.png");
    background-size: cover;
  }
}
.p-ev-business_case {
  padding: 60px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-ev-business_case {
    padding: 16vw 0;
  }
}
.p-ev-business_case .c-heading-lv2 {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-ev-business_case .c-heading-lv2 {
    margin-bottom: 8vw;
  }
}
.p-ev-business_flow {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-ev-business_flow {
    padding: 16vw 0;
  }
}
.p-ev-business_flow .c-heading-lv2 {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-ev-business_flow .c-heading-lv2 {
    margin-bottom: 10.666666666666668vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_flow .flow-article_wpr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.p-ev-business_flow .flow-article_title {
  margin-bottom: 8px;
}
.p-ev-business_flow .flow-article_title img {
  width: 55px;
  height: 40px;
  vertical-align: top;
}
.p-ev-business_flow .flow-article_title span {
  display: inline-block;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-left: 8px;
}
.p-ev-business_flow .flow-article .c-copy {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-ev-business_flow .flow-article .c-copy {
    margin-bottom: 8vw;
  }
}
.p-ev-business_flow .flow-article_steps {
  padding: 0 48px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.p-ev-business_flow .flow-article_steps:before {
  position: absolute;
  content: '';
  width: calc(100% - 30px);
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#11b0bc), color-stop(10%, #11b0bc), color-stop(35%, #b6d568), color-stop(54%, #d8e480), color-stop(70%, #ffe869), color-stop(90%, #f7d327), to(#f7d327));
  background: -webkit-linear-gradient(left, #11b0bc 0%, #11b0bc 10%, #b6d568 35%, #d8e480 54%, #ffe869 70%, #f7d327 90%, #f7d327 100%);
  background: linear-gradient(to right, #11b0bc 0%, #11b0bc 10%, #b6d568 35%, #d8e480 54%, #ffe869 70%, #f7d327 90%, #f7d327 100%);
}
.p-ev-business_flow .flow-article_steps:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 30px solid #f7d327;
}
@media screen and (min-width: 768px) {
  .p-ev-business_flow .flow-article_steps {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_flow .flow-article_steps {
    width: 18.666666666666668vw;
    padding: 0;
  }
  .p-ev-business_flow .flow-article_steps:before {
    width: 100%;
    height: calc(100% - 8vw);
    background: -webkit-gradient(linear, left top, left bottom, from(#11b0bc), color-stop(10%, #11b0bc), color-stop(35%, #b6d568), color-stop(54%, #d8e480), color-stop(70%, #ffe869), color-stop(90%, #f7d327), to(#f7d327));
    background: -webkit-linear-gradient(top, #11b0bc 0%, #11b0bc 10%, #b6d568 35%, #d8e480 54%, #ffe869 70%, #f7d327 90%, #f7d327 100%);
    background: linear-gradient(to bottom, #11b0bc 0%, #11b0bc 10%, #b6d568 35%, #d8e480 54%, #ffe869 70%, #f7d327 90%, #f7d327 100%);
  }
  .p-ev-business_flow .flow-article_steps:after {
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    border-top: 8vw solid #f7d327;
    border-bottom: none;
    border-left: 9.333333333333334vw solid transparent;
    border-right: 9.333333333333334vw solid transparent;
  }
}
.p-ev-business_flow .flow-article_steps .steps-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ev-business_flow .flow-article_steps .steps-list {
    display: none;
  }
}
.p-ev-business_flow .flow-article_steps .steps-list li {
  width: calc(100% / 5);
  height: 70px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.p-ev-business_flow .flow-article_steps .steps-list li span {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-left: 6px;
  margin-bottom: 12px;
}
.p-ev-business_flow .flow-article_steps .steps-list li +li:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  left: -50px;
  top: 50%;
  border-top: 3px solid #e3e5e6;
  border-right: 3px solid #e3e5e6;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-ev-business_flow .flow-article_steps .steps-list li {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    font-size: 4vw;
    line-height: 1.533333333333333;
    letter-spacing: 0.03em;
    font-weight: 600;
  }
  .p-ev-business_flow .flow-article_steps .steps-list li span {
    display: block;
    font-size: 9.066666666666666vw;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin: -1.333333333333333vw 0 0 0;
  }
  .p-ev-business_flow .flow-article_steps .steps-list li +li:after {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(135deg);
    transform: translate(-50%, 0) rotate(135deg);
  }
}
.p-ev-business_flow .flow-article_contents {
  padding: 0 48px;
  margin-top: -14px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ev-business_flow .flow-article_contents {
    width: 73.33333333333333vw;
    padding: 5.333333333333334vw 0;
    margin: 0 0 0 -2.666666666666667vw;
  }
}
.p-ev-business_flow .flow-article_contents .contents-list {
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-ev-business_flow .flow-article_contents .contents-list {
    border-radius: 2.666666666666667vw;
    padding: 5.333333333333334vw 4.266666666666667vw 6.4vw;
  }
}
.p-ev-business_flow .flow-article_contents .contents-item {
  width: calc(100% / 5);
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-ev-business_flow .flow-article_contents .contents-item_ico {
  margin-bottom: 10px;
  text-align: center;
}
.p-ev-business_flow .flow-article_contents .contents-item_ico img {
  width: 74px;
  height: auto;
}
.p-ev-business_flow .flow-article_contents .contents-item_ttl {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}
.p-ev-business_flow .flow-article_contents .contents-item_txt {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-ev-business_flow .flow-article_contents .contents-item +.contents-item {
    border-left: 1px solid #e3e5e6;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_flow .flow-article_contents .contents-item {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .p-ev-business_flow .flow-article_contents .contents-item +.contents-item {
    border-top: 1px solid #e3e5e6;
    padding-top: 4.266666666666667vw;
    margin-top: 4.266666666666667vw;
  }
  .p-ev-business_flow .flow-article_contents .contents-item_ico {
    width: 19.733333333333334vw;
    margin: 0;
  }
  .p-ev-business_flow .flow-article_contents .contents-item_ico img {
    width: 100%;
    height: auto;
  }
  .p-ev-business_flow .flow-article_contents .contents-item_ttl {
    width: 43.46666666666666vw;
    font-size: 4.266666666666667vw;
    line-height: 1.3125;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin: 0 0 0 1.6vw;
    text-align: left;
  }
  .p-ev-business_flow .flow-article_contents .contents-item_txt {
    width: 100%;
    font-size: 3.466666666666666vw;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-top: 2.133333333333333vw;
  }
  .p-ev-business_flow .flow-article_contents .contents-item .cts-sp {
    position: absolute;
    left: -20.266666666666666vw;
    top: 0;
    width: 16vw;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-ev-business_flow .flow-article_contents .contents-item .cts-sp:after {
    position: absolute;
    content: '';
    width: 13.333333333333334vw;
    height: 13.333333333333334vw;
    left: 50%;
    bottom: -2.666666666666667vw;
    border-bottom: 1.066666666666667vw solid #e3e5e6;
    border-right: 1.066666666666667vw solid #e3e5e6;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
  }
  .p-ev-business_flow .flow-article_contents .contents-item .cts-sp .tx {
    display: inline-block;
    font-size: 4vw;
    line-height: 1.533333333333333;
    letter-spacing: 0.03em;
    font-weight: 600;
  }
  .p-ev-business_flow .flow-article_contents .contents-item .cts-sp .num {
    display: inline-block;
    font-size: 9.066666666666666vw;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
  .p-ev-business_flow .flow-article_contents .contents-item:last-child .cts-sp:after {
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .p-ev-business_flow .flow-article.col4 {
    margin-top: 40px;
  }
  .p-ev-business_flow .flow-article.col4 .flow-article_steps li {
    width: calc(100% / 4);
  }
  .p-ev-business_flow .flow-article.col4 .flow-article_contents .contents-item {
    width: calc(100% / 4);
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_flow .flow-article.col4 {
    margin-top: 13.333333333333334vw;
  }
}
.p-ev-business_cta {
  background: #e7f7da;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-ev-business_cta {
    padding: 16vw 0;
  }
}
.p-ev-business_cta .c-heading-lv2 {
  display: none;
}
.p-ev-business_cta .b-bottom {
  padding: 0;
}
.p-ev-business_cta .b-bottom_item a {
  background: #fff;
}
.p-ev-business_support {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-ev-business_support {
    padding: 16vw 0;
  }
  .p-ev-business_support .p-ev-business_btn {
    margin-top: 13.333333333333334vw;
  }
}
.p-ev-business_support .c-heading-lv2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-ev-business_support .c-heading-lv2 {
    margin-bottom: 8vw;
  }
}
.p-ev-business_support .c-copy {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-ev-business_support .c-copy {
    margin-bottom: 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .p-ev-business_support .support-article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-ev-business_support .support-article +.support-article {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-ev-business_support .support-article +.support-article {
    margin-top: 13.333333333333334vw;
  }
}
.p-ev-business_support .support-article.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
@media screen and (min-width: 768px) {
  .p-ev-business_support .support-article_img {
    width: 664px;
    padding: 0 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  .p-ev-business_support .support-article_ctn {
    width: 352px;
  }
}
@media screen and (min-width: 768px) {
  .p-ev-business_support .support-article_ctn .c-heading-lv3 {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_support .support-article_ctn .c-heading-lv3 {
    margin: 5.333333333333334vw 0 4vw;
  }
}
.p-ev-business_support .support-article_btn {
  margin-top: 20px;
}
.p-ev-business_support .support-article_btn .ev-btn {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-ev-business_support .support-article_note {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_support .support-article_note {
    font-size: 0.772200772200772vw;
    margin-top: 0.772200772200772vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_support .support-article_note {
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-top: 2.666666666666667vw;
  }
}
.p-ev-business_about {
  padding: 60px 0 0;
}
.p-ev-business_about .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ev-business_about {
    padding: 16vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-ev-business_about figure {
    margin-top: -90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_about figure {
    margin-top: -6.94980694980695vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_about figure {
    margin-top: 7.199999999999999vw;
  }
}
.p-ev-business_about .c-heading-lv2 {
  margin-bottom: 15px;
}
.p-ev-business_about_btn {
  margin-top: 20px;
}
.p-ev-business_about__bottom {
  padding: 150px 0 20px;
  background: url("/carlife/ev_business/assets/images/top/about_bg_pc.png") bottom left repeat-x;
  background-size: contain;
  margin-top: -110px;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_about__bottom {
    padding: 11.583011583011583vw 0 1.544401544401544vw;
    margin-top: -8.494208494208493vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_about__bottom {
    padding: 8vw 0 10.666666666666668vw;
    background: url("/carlife/ev_business/assets/images/top/about_bg_sp.png") bottom left no-repeat;
    background-size: 100% auto;
    margin-top: -16vw;
  }
}
.p-ev-business_about__bottom .about-slider {
  margin-top: 150px;
  height: 225px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_about__bottom .about-slider {
    margin-top: 11.583011583011583vw;
    height: 17.374517374517374vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_about__bottom .about-slider {
    height: 38.13333333333333vw;
  }
}
.p-ev-business_about__bottom .about-slider_item {
  width: 4560px;
  height: 100%;
  background: url("/carlife/ev_business/assets/images/top/about_car_pc.png") repeat-x;
  background-size: auto 100%;
  -webkit-animation: scroll-anim 15s linear infinite;
  animation: scroll-anim 15s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-ev-business_about__bottom .about-slider_item {
    width: 764.8vw;
    height: 38.13333333333333vw;
    background: url("/carlife/ev_business/assets/images/top/about_car_sp.png") repeat-x;
    background-size: auto 100%;
  }
}
.p-ev-business_about__bottom .about-slider_item img {
  width: auto;
  height: 225px;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_about__bottom .about-slider_item img {
    height: 17.374517374517374vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_about__bottom .about-slider_item img {
    height: 38.13333333333333vw;
  }
}
.p-ev-business_about__bottom .about-slider .slick-slide {
  width: auto !important;
}
.p-ev-business_guide {
  padding: 60px 0 0;
  overflow: hidden;
/*&:before
      position absolute
      content ''
      width 140%
      height 100%
      left 0
      right 0
      bottom 0
      background-image url($imgPath + "/top/guide_bg.png")
      background-position left bottom
      background-repeat no-repeat
      background-size 100% auto
      margin 0 -20%

    &:after
      position absolute
      content ''
      width 100%
      height 100%
      left 0
      right 0
      bottom 0
      background-image url($imgPath + "/top/guide_img.png")
      background-position left bottom
      background-repeat no-repeat
      background-size 100% auto*/
}
@media screen and (max-width: 767px) {
  .p-ev-business_guide {
    padding: 16vw 0 0;
  }
}
.p-ev-business_guide .container {
  position: relative;
  z-index: 1;
}
.p-ev-business_guide .c-heading-lv2 {
  margin-bottom: 15px;
}
.p-ev-business_guide_btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-ev-business_guide figure {
    margin-top: -30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_guide figure {
    margin-top: -2.316602316602316vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_guide figure {
    margin-top: 5.333333333333334vw;
  }
}
.p-ev-business_model {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-ev-business_model {
    padding: 16vw 0 0;
  }
}
.p-ev-business_model .c-heading-lv2 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-ev-business_model .c-heading-lv2 {
    text-align: left;
    margin-bottom: 8vw;
  }
}
.p-ev-business_model .model-article:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-ev-business_model .model-article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 4px solid #11b0bc;
    border-radius: 15px;
    padding: 40px 88px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_model .model-article {
    padding: 3.088803088803089vw 6.795366795366796vw;
    border: 0.308880308880309vw solid #11b0bc;
    border-radius: 1.158301158301158vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_model .model-article {
    display: block;
    border: 0.8vw solid #11b0bc;
    border-radius: 2.666666666666667vw;
    padding: 8vw 5.333333333333334vw;
  }
}
@media screen and (min-width: 768px) {
  .p-ev-business_model .model-article_ctn {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_model .model-article_ctn {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-ev-business_model .model-article_ctn__inner {
    padding: 0 20px 0 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_model .model-article_ctn__inner {
    padding: 0 0 0 1.544401544401544vw;
  }
}
.p-ev-business_model .model-article_img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-ev-business_model .model-article_img {
    width: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_model .model-article_img {
    width: 30.888030888030887vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_model .model-article_img {
    margin-bottom: 5.600000000000001vw;
  }
}
.p-ev-business_model .model-article_img img {
  width: 400px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_model .model-article_img img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_model .model-article_img img {
    width: 68vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_model .model-article_logo {
    text-align: center;
    margin: 0 0 4vw;
  }
}
.p-ev-business_model .model-article_logo img {
  width: 285px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_model .model-article_logo img {
    width: 22.00772200772201vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_model .model-article_logo img {
    width: 46.93333333333333vw;
  }
}
.p-ev-business_model .model-article_price {
  margin: 16px 0 0;
}
.p-ev-business_model .model-article_price__line {
  color: #11b0bc;
}
@media screen and (max-width: 767px) {
  .p-ev-business_model .model-article_price__line + .model-article_price__line {
    margin-top: 2.666666666666667vw;
  }
}
.p-ev-business_model .model-article_price__line span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-ev-business_model .model-article_price__line .num {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_model .model-article_price__line .num {
    font-size: 4.266666666666667vw;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .p-ev-business_model .model-article_price__line .txt {
    font-size: 14px;
    line-height: 1.428571428571429;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_model .model-article_price__line .txt {
    font-size: 3.733333333333334vw;
    line-height: 1.428571428571429;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
.p-ev-business_model .model-article_price__line .price {
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-ev-business_model .model-article_price__line .price {
    font-size: 25px;
    line-height: 1.24;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin-left: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_model .model-article_price__line .price {
    font-size: 7.199999999999999vw;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin-left: 0;
  }
}
.p-ev-business_model .model-article_price__line .rate {
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-ev-business_model .model-article_price__line .rate {
    font-size: 14px;
    line-height: 1.928571428571429;
    letter-spacing: 0.1em;
    font-weight: 900;
    margin-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_model .model-article_price__line .rate {
    font-size: 4vw;
    line-height: 1.933333333333333;
    letter-spacing: 0.1em;
    font-weight: 900;
    margin-left: 0.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_model .model-article_price {
    margin: 1.235521235521235vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_model .model-article_price {
    margin: 4.266666666666667vw auto 0;
    text-align: left;
    max-width: 48vw;
  }
}
.p-ev-business_model .model-article_note sup {
  display: inline-block;
  vertical-align: text-top;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-ev-business_model .model-article_note {
    font-size: 14px;
    line-height: 1.714285714285714;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_model .model-article_note {
    font-size: 1.081081081081081vw;
    margin-bottom: 1.544401544401544vw;
    margin-top: 0.772200772200772vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_model .model-article_note {
    font-size: 3.733333333333334vw;
    line-height: 1.714285714285714;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin-bottom: 5.333333333333334vw;
    margin-top: 2.666666666666667vw;
  }
}
.p-ev-business_model .model-article.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-ev-business_model .model-article.reverse {
    margin-bottom: 8vw;
  }
}
.p-ev-business_model .model-article.reverse .model-article_logo img {
  width: 221px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_model .model-article.reverse .model-article_logo img {
    width: 17.065637065637066vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_model .model-article.reverse .model-article_logo img {
    width: 25.6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-ev-business_model .mod_note {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_model .mod_note {
    font-size: 0.772200772200772vw;
    margin-top: 2.316602316602316vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_model .mod_note {
    font-size: 2.666666666666667vw;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-top: 8vw;
  }
}
.p-ev-business_lead {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-ev-business_lead {
    font-size: 3.466666666666666vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-bottom: 10.666666666666668vw;
  }
}
.p-ev-business_btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-ev-business_btn {
    margin-top: 10.666666666666668vw;
  }
}
.p-ev-business_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 120px;
  background: #000;
  border-radius: 10px;
  color: #fff;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-ev-business_btn a:after {
  position: absolute;
  content: '';
  width: 29px;
  height: 29px;
  right: 136px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("/carlife/ev_business/assets/images/common/icon_blank.svg");
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .p-ev-business_btn a {
    font-size: 24px;
    line-height: 1.416666666666667;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .p-ev-business_btn a:hover {
    opacity: 1 !important;
    color: #fff !important;
    background: #11b0bc;
  }
  .p-ev-business_btn a:hover:after {
    background-image: url("/carlife/ev_business/assets/images/common/icon_blank_blue.svg");
    background-size: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1295px) {
  .p-ev-business_btn a {
    font-size: 1.853281853281853vw;
    height: 9.266409266409266vw;
    padding: 1.544401544401544vw 3.088803088803089vw;
  }
  .p-ev-business_btn a:after {
    width: 2.239382239382239vw;
    height: 2.239382239382239vw;
    right: 10.501930501930502vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ev-business_btn a {
    font-size: 5.333333333333334vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
    height: 26.666666666666668vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 5.333333333333334vw 6.4vw;
  }
  .p-ev-business_btn a:after {
    right: 6.4vw;
    width: 7.199999999999999vw;
    height: 7.199999999999999vw;
  }
}
@media screen and (min-width: 1296px) {
  .l_pageArea {
    overflow: visible;
  }
  .l_pageArea .l_header__wrap {
    overflow: hidden;
  }
  html.s_menuOpen .l_pageArea {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .w_fix_pc {
    max-width: 440px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .mgb_fix {
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  li {
    padding-left: 3.2vw;
  }
  :before {
    width: 1.866666666666667vw;
    height: 1.866666666666667vw;
    top: 2.666666666666667vw;
  }
}
