/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p-franchise__box__ttl {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-franchise__box__ttl {
    font-size: clamp(1rem, 0.5952380952vw + 0.7142857143rem, 1.25rem);
  }
}

.p-franchise__list .item-desc {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-franchise__list .item-desc {
    font-size: clamp(1.25rem, 0.5952380952vw + 0.9642857143rem, 1.5rem);
  }
}

@media screen and (min-width: 768px) {
  .c-footer-sec01 {
    padding-top: 130px;
  }
}

.p-franchise .c-mv {
  min-height: 280px;
}
@media screen and (min-width: 768px) {
  .p-franchise .c-mv {
    min-height: 350px;
  }
}
.p-franchise__main {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-franchise__main {
    padding-bottom: 80px;
  }
}
.p-franchise__main::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  background: url(../../assets/images/main_mv_bg_bottom01.webp) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .p-franchise__main::after {
    height: 50px;
  }
}
.p-franchise__list {
  display: -ms-grid;
  display: grid;
  gap: 20px 8px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media screen and (min-width: 768px) {
  .p-franchise__list {
    gap: 24px 8px;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-franchise__list .item-link {
  border-radius: 10px;
  border: 1px solid #d6d3d0;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 15px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-franchise__list .item-link {
    border-radius: 16px;
    padding: 19px 20px;
  }
}
.p-franchise__list .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-franchise__list .item-content {
    gap: 18px;
  }
}
.p-franchise__list .item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .p-franchise__list .item-img {
    width: clamp(6.875rem, 19.53125vw + -2.5rem, 10rem);
  }
}
.p-franchise__list .item-desc {
  font-weight: 700;
  line-height: 1.44;
}
.p-franchise__other {
  display: -ms-grid;
  display: grid;
  margin-inline: auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-franchise__other {
    max-width: 976px;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 80px;
  }
}
.p-franchise__box {
  border: 1px solid var(--box-color);
  border-radius: 8px;
  background-color: #fff;
  padding-block: 10px 15px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .p-franchise__box {
    padding-block: 10px 16px;
  }
}
.p-franchise__box.box-ograne {
  --box-color: #f76700;
}
.p-franchise__box.box-green {
  --box-color: #60ac00;
}
.p-franchise__box.box-green .c-btncontact01__link::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a4d600), to(var(--box-color)));
  background-image: linear-gradient(to bottom, #a4d600, var(--box-color));
}
.p-franchise__box__ttl {
  text-align: center;
  color: var(--box-color);
  font-weight: 700;
}
.p-franchise__box__desc {
  display: table;
  margin-inline: auto;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-franchise__box__desc {
    margin-top: 14px;
  }
}
.p-franchise__box__lead {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-franchise__box__lead {
    margin-top: 21px;
  }
}
.p-franchise__box__lead span {
  background-image: linear-gradient(to top, #ffff99 0% 4px, transparent 4px 100%);
}
.p-franchise__box__more {
  margin-inline: auto;
  max-width: 272px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-franchise__box__more {
    margin-top: 22px;
  }
}
@media screen and (min-width: 768px) {
  .p-franchise__box__more .c-btncontact01__link {
    padding-inline: 10px;
    min-height: 50px;
  }
}
.p-franchise__box__more .c-btncontact01__link:hover {
  border-color: var(--box-color);
  color: var(--box-color);
}
.p-franchise__box__more .c-btncontact01__link:hover .icon {
  background-color: var(--box-color);
}
.p-franchise__box__more .c-btncontact01__link .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-franchise__box__more .c-btncontact01__link .icon.icon_pdf {
  aspect-ratio: 19/24;
  -webkit-mask: url(../images/common_icon_pdf02.svg) center/contain no-repeat;
          mask: url(../images/common_icon_pdf02.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-franchise__box__more .c-btncontact01__link .icon.icon_pdf {
    width: 19px;
  }
}
.p-franchise__banner {
  margin-inline: auto;
  display: block;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-franchise__banner {
    margin-top: 40px;
    max-width: 976px;
  }
}