/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
body {
  font-feature-settings: "palt";
  color: #323232;
}
body .caption {
  color: #323232;
}
body .sup {
  font-size: 0.7em;
}

.fv-content {
  width: 100%;
  height: 60vh;
  position: relative;
}
@media (min-width: 768px) {
  .fv-content {
    height: 70vh;
  }
}
.fv-content-img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/special/fv.jpg");
}
.fv-content-img .caption {
  position: absolute;
  right: 25px;
  bottom: 70px;
  font-size: 10px;
  z-index: 3;
  color: #fff;
}
.fv-content-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .fv-content-img {
    background-image: url("../img/special/fv.jpg");
  }
}
.fv-content-img:after {
  background: rgba(0, 0, 0, 0.5);
}
.fv-content .bottomline {
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.fv-content-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .fv-content-title {
    font-size: 48px;
    line-height: 1.2;
  }
}
.fv-content-title-img {
  max-width: 60%;
}
@media (min-width: 768px) {
  .fv-content-title-img {
    max-width: 100%;
  }
}
.fv-content-text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 15px;
  pointer-events: none;
  justify-content: center;
  height: 100%;
}
@media (min-width: 768px) {
  .fv-content-text {
    padding: 100px 50px;
    /*max-width: 1200px;*/
    margin: 0 auto;
    justify-content: flex-end;
  }
}
.fv-content .scroll {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  height: 60px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .fv-content .scroll {
    bottom: 0;
  }
}
.fv-content .scroll:after {
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 90px;
  position: absolute;
  background: #fff;
  animation: scrollanimation 1.3s infinite;
}

.sec-header {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 15px;
  margin: 0 auto;
  max-width: 1200px;
  gap: 15px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .sec-header {
    flex-direction: row;
  }
}
.sec-header .text {
  font-size: 12px;
}
@media (min-width: 768px) {
  .sec-header .text {
    font-size: 14px;
  }
}

.sec-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.sec01 {
  background: url("../img/special/carshare/sec01-bg.jpg");
  background-position: bottom center;
  background-size: 100% 80%;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .sec01 {
    background-size: 100% 70%;
    padding-bottom: 70px;
  }
}
.sec01-visual {
  position: relative;
  clip-path: ellipse(87% 64% at 38% 35%);
}
@media (min-width: 768px) {
  .sec01-visual {
    clip-path: ellipse(87% 64% at 38% 35%);
  }
}
.sec01-visual-title {
  position: absolute;
  top: 20%;
  left: 35%;
  z-index: 2;
  width: 60%;
}
@media (min-width: 768px) {
  .sec01-visual-title {
    top: 30%;
    left: 50%;
    width: 40%;
  }
}
.sec01-visual .caption {
  font-size: 10px;
  position: absolute;
  color: #fff;
  top: 5px;
  right: 5px;
  z-index: 2;
  text-shadow: 0 0 3px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0);
}
@media (min-width: 768px) {
  .sec01-visual .caption {
    top: 10px;
    right: 10px;
  }
}
.sec01-content {
  color: #fff;
}
.sec01-content-title {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  padding: 15px;
}
@media (min-width: 768px) {
  .sec01-content-title {
    font-size: 26px;
  }
}
.sec01-content-text {
  font-size: 14px;
  text-align: center;
  line-height: 2;
  padding: 15px;
}
@media (min-width: 768px) {
  .sec01-content-text {
    font-size: 16px;
  }
}
.sec01-content-caption {
  text-align: center;
  font-size: 10px;
  color: #fff;
}

.sec02 {
  background-image: url("../img/special/carshare/sec02-bg.png");
  background-color: #f5f5f5;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding: 1px 15px 50px;
}
@media (min-width: 768px) {
  .sec02 {
    padding: 1px 15px 70px;
  }
}
.sec02-hr {
  width: 100%;
  height: 1px;
  background: #302828;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .sec02-hr {
    margin: 50px auto;
  }
}
.sec02-wrap {
  background: #fff;
  padding: 30px 15px;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 70px;
}
@media (min-width: 768px) {
  .sec02-wrap {
    margin-top: 100px;
    padding: 50px 50px;
  }
}
.sec02-wrap .icon {
  max-width: 35%;
  transform: translateY(-25%);
  margin: 0 auto;
  margin-top: -50px;
}
@media (min-width: 768px) {
  .sec02-wrap .icon {
    margin-top: -75px;
    max-width: 25%;
  }
}
.sec02-wrap .logo {
  margin: 15px auto;
  width: 80%;
  max-width: 300px;
  text-align: center;
}
@media (min-width: 768px) {
  .sec02-wrap .logo {
    max-width: none;
    width: 50%;
  }
}
.sec02-wrap-title {
  color: #fff;
  background: linear-gradient(90deg, rgb(134, 209, 168) 0%, rgb(65, 163, 210) 44.82%, rgb(0, 117, 193) 100%);
  margin-top: 30px;
  text-align: center;
  padding: 5px 15px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .sec02-wrap-title {
    margin-top: 30px;
    font-size: 28px;
  }
}
.sec02-wrap-text {
  padding: 15px 0;
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .sec02-wrap-text {
    padding: 30px 0 15px;
    font-size: 16px;
  }
}
.sec02-wrap-subtitle {
  font-size: 14px;
  text-align: left;
  margin-top: 30px;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .sec02-wrap-subtitle {
    font-size: 16px;
    margin-top: 50px;
  }
}
.sec02-wrap-poptitle {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .sec02-wrap-poptitle {
    gap: 15px;
    font-size: 24px;
    margin-top: 50px;
  }
}
.sec02-wrap-poptitle:before, .sec02-wrap-poptitle:after {
  content: "";
  width: 1px;
  height: 30px;
  background: #323232;
}
@media (min-width: 768px) {
  .sec02-wrap-poptitle:before, .sec02-wrap-poptitle:after {
    width: 2px;
    height: 40px;
  }
}
.sec02-wrap-poptitle:before {
  transform: rotate(-15deg);
}
.sec02-wrap-poptitle:after {
  transform: rotate(15deg);
}
.sec02-wrap-concept {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .sec02-wrap-concept {
    gap: 30px;
    margin: 50px auto 0;
  }
}
.sec02-wrap-concept-text {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 800px;
}
@media (min-width: 768px) {
  .sec02-wrap-concept-text {
    padding: 0 15px;
    font-size: 16px;
  }
}
.sec02-wrap-concept-text .caption {
  margin-top: 15px;
  text-align: left;
  color: #323232;
}
@media (min-width: 768px) {
  .sec02-wrap-concept-text .caption {
    margin-top: 30px;
  }
}
.sec02-wrap-toyotashare {
  display: flex;
  gap: 15px;
  flex-direction: column;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .sec02-wrap-toyotashare {
    margin-top: 30px;
  }
}
.sec02-wrap-toyotashare .col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .sec02-wrap-toyotashare .col {
    flex-direction: row;
  }
}
.sec02-wrap-toyotashare .col .text {
  width: 100%;
  line-height: 1.8;
  font-size: 14px;
}
@media (min-width: 768px) {
  .sec02-wrap-toyotashare .col .text {
    width: 52%;
    font-size: 16px;
  }
}
.sec02-wrap-toyotashare .col .image {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .sec02-wrap-toyotashare .col .image {
    width: calc(48% - 30px);
  }
}
.sec02-wrap-toyotashare .col .image img {
  border-radius: 10px;
}
.sec02-wrap-toyotashare .col .image-caption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  font-size: 10px;
}
.sec02-wrap-toyotashare .caption {
  color: #323232;
}
.sec02-swiper {
  padding: 0 15px 20px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .sec02-swiper {
    padding: 0 40px 20px;
  }
}
.sec02-swiper-caption {
  font-size: 10px;
  text-align: right;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .sec02-swiper-caption {
    padding: 0 40px;
  }
}

.swiper-button-prev {
  color: #323232;
  left: -10px;
}
@media (min-width: 768px) {
  .swiper-button-prev {
    left: 0;
  }
}
.swiper-button-prev:after {
  font-size: 15px;
}
@media (min-width: 768px) {
  .swiper-button-prev:after {
    font-size: 30px;
  }
}
.swiper-button-next {
  color: #323232;
  right: -10px;
}
@media (min-width: 768px) {
  .swiper-button-next {
    right: 0;
  }
}
.swiper-button-next:after {
  font-size: 15px;
}
@media (min-width: 768px) {
  .swiper-button-next:after {
    font-size: 30px;
  }
}
.swiper-pagination-bullet-active {
  background: #323232;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.sec03 {
  background: #eff9fb;
}
.sec03 .sec-wrap {
  padding: 0 15px;
}
.sec03-header {
  background: url("../img/special/carshare/sec03-bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 40px 15px;
  position: relative;
}
@media (min-width: 768px) {
  .sec03-header {
    padding: 75px 15px;
  }
}
.sec03-header-text {
  color: #fff;
}
.sec03-header .caption {
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
}
.sec03-title {
  margin-top: 30px;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, rgb(56, 208, 224) 0%, rgb(0, 60, 126) 100%);
  padding: 5px 15px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .sec03-title {
    margin-top: 70px;
    font-size: 28px;
  }
}
.sec03-text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .sec03-text {
    margin-top: 30px;
    font-size: 16px;
  }
}
.sec03-caption {
  font-size: 10px;
  margin-top: 10px;
}
.sec03-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  row-gap: 50px;
  padding: 70px 0 5px;
}
@media (min-width: 768px) {
  .sec03-flex {
    padding: 90px 0 5px;
    gap: 30px;
    row-gap: 50px;
  }
}
.sec03-flex .col {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  position: relative;
  padding: 50px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .sec03-flex .col {
    width: calc((100% - 30px) / 2);
    padding: 50px 30px;
  }
}
.sec03-flex .col .icon {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec03-flex .col .cont {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .sec03-flex .col .cont {
    gap: 15px;
  }
}
.sec03-flex .col .cont .subtitle {
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 768px) {
  .sec03-flex .col .cont .subtitle {
    font-size: 22px;
  }
}
.sec03-flex .col .cont .text {
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .sec03-flex .col .cont .text {
    font-size: 16px;
  }
}
.sec03 .allimage {
  font-size: 10px;
  text-align: right;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .sec03 .allimage {
    padding-bottom: 90px;
  }
}

.sec04 {
  background: #f6f4f0;
}
.sec04 .sec-wrap {
  padding: 0 15px;
}
.sec04-caption {
  text-align: center;
  font-size: 10px;
  padding-bottom: 50px;
}
.sec04-header {
  background: url("../img/special/carshare/sec04-bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 40px 15px;
  position: relative;
}
@media (min-width: 768px) {
  .sec04-header {
    padding: 75px 15px;
  }
}
.sec04-header-text {
  color: #fff;
  font-size: 14px;
}
@media (min-width: 768px) {
  .sec04-header-text {
    font-size: 18px;
  }
}
.sec04-header .caption {
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
}
.sec04-title {
  margin-top: 30px;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, rgb(179, 163, 132) 0%, rgb(115, 102, 71) 100%);
  padding: 5px 15px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .sec04-title {
    margin-top: 70px;
    font-size: 28px;
  }
}
.sec04-text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .sec04-text {
    margin-top: 30px;
    font-size: 16px;
  }
}
.sec04-frame {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 0 50px;
  position: relative;
}
@media (min-width: 768px) {
  .sec04-frame {
    gap: 50px;
    padding: 50px 0 70px;
  }
}
.sec04-frame-col {
  background: #fff;
  padding: 30px 15px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .sec04-frame-col {
    padding: 50px 30px;
  }
}
.sec04-frame-col .flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .sec04-frame-col .flex {
    flex-direction: row;
  }
}
.sec04-frame-col .flex-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 768px) {
  .sec04-frame-col .flex-col {
    width: calc((100% - 10px) / 2);
  }
}
.sec04-frame-col .flex .img {
  width: calc((100% - 10px) / 2);
}
.sec04-frame-col .flex .img-full {
  width: 100%;
}
.sec04-frame-row {
  background: #fff;
  padding: 30px 15px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .sec04-frame-row {
    padding: 50px 30px;
  }
}
.sec04-frame-row .flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .sec04-frame-row .flex {
    flex-direction: row;
    gap: 30px;
  }
}
.sec04-frame-row .flex-col {
  width: 100%;
}
@media (min-width: 768px) {
  .sec04-frame-row .flex-col {
    width: calc((100% - 30px) / 2);
  }
}
.sec04-frame-row .caption {
  padding-top: 5px;
}
.sec04-frame .subtitle {
  font-size: 16px;
  color: #91825a;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .sec04-frame .subtitle {
    font-size: 22px;
  }
}
.sec04-frame .text {
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .sec04-frame .text {
    font-size: 16px;
  }
}
.sec04-bottomcaption {
  font-size: 10px;
  text-align: right;
  position: absolute;
  bottom: 30px;
  right: 5px;
}
@media (min-width: 768px) {
  .sec04-bottomcaption {
    bottom: 50px;
  }
}

@keyframes scrollanimation {
  0% {
    top: 15px;
    height: 1px;
  }
  50% {
    top: 15px;
    height: 70px;
  }
  100% {
    top: 80px;
  }
}/*# sourceMappingURL=carshare.css.map */