@charset "UTF-8";
body {
  text-align: left;
}

p,
span {
  font-weight: inherit;
}

figure {
  margin: 0;
}

main {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansJP-Regular"), local("NotoSansJP-Regular"), url("/font/NotoSansJP-Regular.woff2") format("woff2"), url("/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold"), local("NotoSansJP-Bold"), url("/font/NotoSansJP-Bold.woff2") format("woff2"), url("/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: local("NotoSansJP-Black"), local("NotoSansJP-Black"), url("/font/NotoSansJP-Black.woff2") format("woff2"), url("/font/NotoSansJP-Black.woff") format("woff");
}
html .all-wrapper {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

body .all-wrapper {
  font-family: "NotoSansJP", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  overflow: hidden;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-align: left;
  color: #000;
}
@media screen and (min-width: 767px) {
  body .all-wrapper {
    font-size: 16px;
    min-width: 1100px;
    width: 100%;
  }
}

.all-wrapper {
  position: relative;
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input {
  line-height: 1;
}

@media screen and (min-width: 321px) {
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .br-pc {
    display: block;
  }
}

.disp-sp {
  display: block;
}
@media screen and (min-width: 767px) {
  .disp-sp {
    display: none;
  }
}

.disp-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .disp-pc {
    display: block;
  }
}

.hidden {
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}

.l-contents {
  padding: 60px 0;
}
@media screen and (min-width: 767px) {
  .l-contents {
    max-width: 1108px;
    margin-left: auto;
    margin-right: auto;
    padding: 120px 0;
  }
}

.u-bold {
  font-weight: bold;
}

.u-block {
  display: block;
}

.u-w100 {
  width: 100%;
}

.u-center {
  text-align: center;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-break-word {
  word-break: break-word;
}

.u-caution {
  color: #e50020;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.5s ease-in-out;
}

a > span {
  transition: opacity 0.5s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:hover > span {
  opacity: 0.7;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v141/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.disp-pc {
  display: block;
}

.disp-sp {
  display: none;
}

#cars-header.cars-header {
  padding: 26px 0;
  width: 100%;
  background: #fff;
}

#cars-header.cars-header.-fixed {
  position: fixed;
  top: 0;
  z-index: 100000;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}

#cars-header .cars-header__inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

#cars-header .cars-nav__list {
  display: flex;
  align-items: center;
}

#cars-header .cars-nav__item:not(:first-child) {
  margin-left: 24px;
}

#cars-header .cars-nav__link > span {
  font-weight: bold;
}

#cars-header .cars-nav__link.-is-active {
  color: #e50020;
}

@media screen and (max-width: 767px) {
  .disp-pc {
    display: none;
  }
  .disp-sp {
    display: block;
  }
  .material-icons.-naviicon {
    font-size: 32px;
  }
  #cars-header .cars-nav__link > span {
    text-align: center;
  }
  #cars-header.cars-header {
    padding: 8px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #cars-header.cars-header.-fixed {
    top: 90px;
  }
  #cars-header .cars-header__inner {
    width: 100%;
    display: block;
  }
  #cars-header .cars-header__logo {
    margin: 0 auto 16px;
    text-align: center;
    width: 240px;
  }
  #cars-header .cars-nav__list {
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  #cars-header .cars-nav__item {
    width: 25%;
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  #cars-header .cars-nav__item-text {
    display: block;
    margin-top: 5px;
  }
  #cars-header .cars-nav__link {
    padding: 8px 0;
    font-size: 9px;
  }
  #cars-header .cars-nav__link.-is-active {
    border-bottom: 2px solid #e50020;
  }
  #cars-header .cars-nav__item:not(:first-child) {
    margin-left: 0;
    border-left: 1px solid #eee;
  }
}
.u-check {
  display: flex;
  font-size: 20px;
}
@media screen and (min-width: 767px) {
  .u-check {
    font-size: 32px;
  }
  .u-check:not(:first-of-type) {
    margin-top: 16px;
  }
}
.u-check::before {
  margin-right: 16px;
  flex-basis: 24px;
  flex-shrink: 0;
  margin: 3px 4px 0 0;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../_images/check_circle.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 767px) {
  .u-check::before {
    margin-top: 5px;
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }
}

.c-link {
  color: #304ffe;
  text-decoration: underline !important;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .c-link {
    font-size: 20px;
  }
}
.c-link .material-icons {
  margin-bottom: 3px;
  font-size: 16px;
  vertical-align: middle;
}
@media screen and (min-width: 767px) {
  .c-link .material-icons {
    font-size: 20px;
  }
}
.c-link:visited {
  color: #304ffe;
}
.c-link:hover {
  text-decoration: none !important;
}

@media screen and (min-width: 767px) {
  .mv {
    display: flex;
    flex-direction: row-reverse;
    max-height: 600px;
    overflow: hidden;
  }
}
@media screen and (min-width: 767px) {
  .mv__picture {
    flex: 1;
  }
}
.mv__img {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .mv__img {
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mv__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (min-width: 767px) {
  .mv__title {
    font-size: 44px;
  }
}
.mv__tag {
  margin-bottom: 4px;
  display: inline-block;
  padding: 7px 24px;
  border: 1px solid #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.mv__block {
  padding: 24px;
  background: #30454a;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .mv__block {
    padding: 45px;
    width: 50%;
    flex: 1;
  }
}
@media screen and (min-width: 767px) {
  .mv__blockInner {
    width: 488px;
    margin: auto;
  }
}
.mv__fukidashi {
  margin-top: 24px;
  margin-bottom: 20px;
  position: relative;
  padding: 19px;
  background: #fff;
  color: #000;
  font-size: 20px;
}
.mv__fukidashi::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  border-width: 20px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  bottom: -18px;
}
@media screen and (min-width: 767px) {
  .mv__fukidashi {
    padding: 16px;
  }
}
.mv__check {
  display: flex;
}
@media screen and (min-width: 767px) {
  .mv__check {
    line-height: 1.75;
    font-size: 24px;
  }
}
.mv__check::before {
  flex-basis: 24px;
  flex-shrink: 0;
  margin: 3px 4px 0 0;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../_images/check_circle.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 767px) {
  .mv__check::before {
    margin: 10px 4px 0 0;
  }
}
.mv__bold {
  font-weight: bold;
  color: #e50020;
  line-height: 1.35;
}
.mv__text {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
@media screen and (min-width: 767px) {
  .mv__text {
    font-size: 40px;
  }
}
.mv__em {
  display: block;
  font-size: 40px;
}
@media screen and (min-width: 767px) {
  .mv__em {
    font-size: 60px;
  }
}

@media screen and (min-width: 767px) {
  .description__textWrap {
    padding-top: 40px;
    background: #f7f7f7;
  }
}
.description__text {
  padding: 16px 24px;
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.75;
}
@media screen and (min-width: 767px) {
  .description__text {
    margin: auto;
    width: 1107px;
    font-size: 32px;
  }
}
.description__box {
  background: #f7f7f7;
  padding: 24px;
}
@media screen and (min-width: 767px) {
  .description__box {
    padding-bottom: 40px;
  }
}
.description__img {
  display: block;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .description__img {
    margin: auto;
    display: block;
    width: 512px;
    height: 480;
  }
}

.cta {
  padding: 60px 24px;
  background: url("../_images/cta_bg_sp.png") no-repeat;
  background-size: cover;
  width: 100%;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .cta {
    background: url("../_images/cta_bg.png") no-repeat;
    background-size: cover;
  }
}
.cta__title {
  font-weight: bold;
  font-size: 28px;
}
@media screen and (min-width: 767px) {
  .cta__title {
    font-size: 32px;
  }
}
.cta__text {
  margin-top: 16px;
  font-size: 20px;
}
@media screen and (min-width: 767px) {
  .cta__text {
    margin-top: 24px;
  }
}
.cta__btn {
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  .cta__btn {
    margin-top: 24px;
  }
}

.ctaBtn {
  padding: 12px;
  max-width: 300px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  color: #fff !important;
  border-radius: 8px;
  border: 1px solid #fff;
  font-weight: bold;
  background: #e50020;
  font-size: 20px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
.ctaBtn .material-icons {
  color: #fff;
}
.ctaBtn:visited {
  color: #fff !important;
}
.ctaBtn:hover {
  opacity: 0.8;
}

.c-title {
  font-size: 32px;
  line-height: 1.35;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .c-title {
    font-size: 56px;
    line-height: 1;
  }
}
.c-title::after {
  display: block;
  content: "";
  margin: 12px auto 0;
  width: 160px;
  height: 4px;
  background: #e50020;
}
@media screen and (min-width: 767px) {
  .c-title::after {
    margin-top: 32px;
  }
}

.section {
  padding: 0 24px;
  font-size: 16px;
  background: #fff;
}
.section:nth-child(odd) {
  background: #f7f7f7;
}
.section.-reverse {
  background: #f7f7f7;
}
.section.-reverse:nth-child(odd) {
  background: #fff;
}
.section__inner:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .section__inner {
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .section__inner:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.section__title {
  margin-top: 40px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.75;
}
.section__title.-center {
  text-align: center;
}
.section__title.-lgText {
  font-size: 32px;
}
@media screen and (min-width: 767px) {
  .section__title.-lgText {
    font-size: 56px;
  }
}
@media screen and (min-width: 767px) {
  .section__title {
    font-size: 32px;
    margin-top: 0;
  }
}
.section__text {
  margin-top: 16px;
  line-height: 1.75;
}
.section__text.-center {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .section__text {
    font-size: 20px;
  }
}
.section__img {
  display: block;
  margin: 16px auto 0;
}
@media screen and (min-width: 767px) {
  .section__img {
    margin: auto;
    width: 633px;
    width: min(52vw, 622px);
  }
}
@media screen and (min-width: 767px) {
  .section__img.-oricon {
    width: 400px;
  }
}
.section__link {
  margin-top: 40px;
  text-align: center;
}
.section__box {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .section__box {
    width: 633px;
    margin: 40px auto 0;
  }
}

.listBox {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .listBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
  }
}
.listBox__item {
  counter-increment: number;
}
@media screen and (min-width: 767px) {
  .listBox__item {
    width: 48%;
  }
}
.listBox__item:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 767px) {
  .listBox__item:not(:first-child) {
    margin-top: 0;
  }
}
.listBox__title {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (min-width: 767px) {
  .listBox__title {
    font-size: 24px;
    padding: 12px 20px;
  }
}
.listBox__title::before {
  margin-right: 16px;
  color: #e50020;
  content: counter(number, decimal-leading-zero);
  display: inline-block;
  font-size: 24px;
}
@media screen and (min-width: 767px) {
  .listBox__title::before {
    font-size: 32px;
  }
}
.listBox__text {
  padding: 16px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
}
@media screen and (min-width: 767px) {
  .listBox__text {
    padding: 20px;
    font-size: 20px;
    min-height: 110px;
  }
}

.listBox2 {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .listBox2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}
.listBox2__headinglv2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .listBox2__headinglv2 {
    font-size: 32px;
  }
}
.listBox2__headinglv3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .listBox2__headinglv3 {
    font-size: 28px;
  }
}
.listBox2__item {
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 20px;
}
@media screen and (min-width: 767px) {
  .listBox2__item {
    width: 100%;
    font-size: 24px;
  }
}
.listBox2__item:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 767px) {
  .listBox2__item:not(:first-child) {
    margin-top: 0;
  }
}
.listBox2__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .listBox2__title {
    font-size: 20px;
  }
}
.listBox2__bullet {
  display: flex;
  line-height: 1.75;
  font-size: 14px;
}
.listBox2__bullet::before {
  content: "・";
  display: block;
}
@media screen and (min-width: 767px) {
  .listBox2__bullet {
    font-size: 16px;
  }
}
.listBox2__note {
  display: flex;
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (min-width: 767px) {
  .listBox2__note {
    font-size: 14px;
  }
}
.listBox2__note.-big {
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .listBox2__note.-big {
    font-size: 24px;
  }
}
.listBox2__text {
  padding: 16px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
}
@media screen and (min-width: 767px) {
  .listBox2__text {
    padding: 20px;
    font-size: 20px;
    min-height: 110px;
  }
}

.noteBox {
  margin-top: 40px;
  text-align: center;
}
.noteBox__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (min-width: 767px) {
  .noteBox__title {
    font-size: 56px;
  }
}
.noteBox__text {
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .noteBox__text {
    font-size: 20px;
  }
}

.inquiryBtn {
  margin: 8px 24px;
}

.linkBox {
  padding: 16px;
  display: block;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.2s;
}
.linkBox:hover {
  opacity: 0.8;
}
.linkBox .material-icons {
  font-size: 16px;
  color: #304ffe;
}
.linkBox__text {
  display: flex;
  align-items: center;
}
.linkBox__linkText {
  margin-left: 16px;
  color: #304ffe;
}

.floating {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 8 24px;
  background: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 767px) {
  .floating {
    padding: 0;
    background: transparent;
    right: 0;
    left: auto;
  }
}

.inquiryBtn {
  text-align: center;
  display: block;
  padding: 7px 24px;
  border-radius: 4px;
  background: #e50020;
  color: #fff !important;
  font-weight: bold;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  font-size: 18px;
}
@media screen and (min-width: 767px) {
  .inquiryBtn {
    padding: 7px 0;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-size: 20px;
  }
}
.inquiryBtn .material-icons {
  color: #fff;
  vertical-align: middle;
}
@media screen and (min-width: 767px) {
  .inquiryBtn .material-icons {
    font-size: 40px;
  }
}

.js-details .icon {
  transform: rotate(180deg);
}

.js-details.is-opened .icon {
  transform: rotate(0);
}

.p-faq-list {
  padding-top: 40px;
}
.p-faq-list__item:not(:first-of-type) {
  margin-top: 16px;
}

.p-faq {
  border-radius: 6px;
  border: 1px solid var(--System-Colors-Border, #ccc);
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 767px) {
  .p-faq {
    width: 758px;
    margin: auto;
  }
}
.p-faq__title {
  padding: 9px 24px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .p-faq__title {
    padding: 10px 24px;
    font-size: 22px;
  }
}
.p-faq__question {
  position: relative;
  padding: 12px;
  font-weight: 400;
  text-align: left;
  color: #000;
  display: flex;
  align-items: center;
  list-style: none;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .p-faq__question {
    padding: 16px;
    align-items: flex-start;
  }
}
.p-faq__questionInner {
  flex-shrink: 0;
  flex-basis: 100%;
  display: flex;
  align-items: flex-start;
}
.p-faq__questionText {
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .p-faq__questionText {
    letter-spacing: 1.2px;
  }
}
.p-faq__questionWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
.p-faq__answer {
  padding-top: 12px;
  border-top: 1px solid #ccc;
  margin: 0 12px 12px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #000;
  display: flex;
  align-items: flex-start;
  line-height: 1.75;
}
@media screen and (min-width: 767px) {
  .p-faq__answer {
    margin: 0 16px 16px;
    letter-spacing: 1.2px;
  }
}
.p-faq .faq-icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 767px) {
  .p-faq .faq-icon {
    width: 32px;
    height: 32px;
  }
}
.p-faq__para:not(:first-child) {
  margin-top: 16px;
}
.p-faq__note {
  margin-top: 16px;
  font-size: 12px;
}
.p-faq__button {
  background: none;
  border: none;
  text-decoration: underline;
  padding: 0;
  font-size: 16px;
  transition: all 0.3s;
}
@media screen and (min-width: 767px) {
  .p-faq__button:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.js-details.is-opened .js-arrow .arrow {
  display: block;
  width: 24px;
  height: 24px;
  transform: rotate(-180deg);
}
/*# sourceMappingURL=franchise.css.map */