/* ---------------------------------------------------------------------- */
/* mv
/* ---------------------------------------------------------------------- */
#mv {
  background: url(../images/franchise/mv.jpg) center center no-repeat;
  background-size: cover;
  min-height: 700px;
}

#mv .mv__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  #mv .mv__body {
    padding-bottom: 90px;
  }
}

#mv .mv__box {
  font-size: min(4vw, 2.4rem);
}

.mv__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 80px;
}

.mv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  max-width: 90vw;
  margin: 0 auto;
}
.mv__btn li {
  max-width: 100%;
}

/* ---------------------------------------------------------------------- */
/* about
/* ---------------------------------------------------------------------- */
.about {
  padding: 100px 0 0;
}
.about__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 1001px) {
  .about__txt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .about__txt li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 600px;
  }
}
@media screen and (max-width: 1000px) {
  .about .card__wrap {
    display: block;
  }
  .about .card__img,
  .about .card__content {
    width: 100%;
  }
}

.about .dot-separator {
  padding-bottom: 100px;
}

.about-item {
  padding-bottom: 55px;
  margin-bottom: 55px;
  border-bottom: 1px solid var(--primary-color);
}

/* ---------------------------------------------------------------------- */
/* work-model
/* ---------------------------------------------------------------------- */
.work-model {
  padding-bottom: 55px;
  border-bottom: 1px solid var(--primary-color);
}
@media screen and (min-width: 1001px) {
  .work-model__table .ctable th {
    width: 29%;
  }
}
.work-model__table .ctable td {
  line-height: 1.5;
}
.work-model__table .strong {
  color: #FF0000;
  font-weight: bold;
}
.work-model__note {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

/* ---------------------------------------------------------------------- */
/* franchise-form 
/* ---------------------------------------------------------------------- */
.franchise-form {
  padding: 130px 0 55px;
}
.franchise-form .birthday-label span {
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}/*# sourceMappingURL=franchise.css.map */