.w1360 {
  width: 1360px !important;
  max-width: 100%;
}

.unit-title-02 .blue {
  color: #009ee8;
}
.unit-title-02 .dot-blue,
.unit-title-02 .dot-green {
  display: inline-block;
  position: relative;
  padding-top: 5px;
}
@media screen and (min-width: 769px) {
  .unit-title-02 .dot-blue,
  .unit-title-02 .dot-green {
    padding-top: 0;
  }
}
.unit-title-02 .dot-blue::before,
.unit-title-02 .dot-green::before {
  content: "";
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 3px;
  left: calc(50% - 3px);
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .unit-title-02 .dot-blue::before,
  .unit-title-02 .dot-green::before {
    width: 10px;
    height: 10px;
    top: 0;
    left: calc(50% - 5px);
  }
}
.unit-title-02 .dot-blue::before {
  background: #009ee8;
}
.unit-title-02 .dot-green::before {
  background: #8ece00;
}

.unit-title-06 {
  background: #8fc31f;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.37;
  position: relative;
  padding: 10px 10px 10px 45px;
}
@media screen and (min-width: 769px) {
  .unit-title-06 {
    font-size: 3.5rem;
    padding: 10px 10px 10px 70px;
  }
}
.unit-title-06::before {
  content: "";
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 12px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  left: 12px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .unit-title-06::before {
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    width: 24px;
    height: 12px;
    left: 25px;
  }
}

.unit-text-02 {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .unit-text-02 {
    font-size: 2rem;
  }
}
.unit-text-02.pc-center {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .unit-text-02.pc-center {
    text-align: center;
  }
}

.unit-list-02 {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 769px) {
  .unit-list-02 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
  }
}
.unit-list-02 .list {
  display: flex;
}
@media screen and (min-width: 769px) {
  .unit-list-02 .list {
    display: block;
  }
}
.unit-list-02 .list .img-wrap {
  width: 100px;
}
@media screen and (min-width: 415px) {
  .unit-list-02 .list .img-wrap {
    width: 150px;
  }
}
@media screen and (min-width: 769px) {
  .unit-list-02 .list .img-wrap {
    width: 100%;
  }
}
.unit-list-02 .list .text-wrap {
  padding-left: 20px;
  position: relative;
  width: calc(100% - 100px);
}
@media screen and (min-width: 415px) {
  .unit-list-02 .list .text-wrap {
    width: calc(100% - 150px);
  }
}
@media screen and (min-width: 769px) {
  .unit-list-02 .list .text-wrap {
    border-left: 3px solid #8fc31f;
    padding-left: 25px;
    margin-top: 20px;
    width: 100%;
    min-height: 145px;
  }
}
.unit-list-02 .list .text-wrap .title {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .unit-list-02 .list .text-wrap .title {
    font-size: 2.5rem;
  }
}
.unit-list-02 .list .text-wrap .text {
  color: #1b1c1d;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.66;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .unit-list-02 .list .text-wrap .text {
    font-size: 1.6rem;
  }
}

.unit-numlist-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (min-width: 769px) {
  .unit-numlist-02 {
    gap: 20px;
  }
}
@media screen and (min-width: 1360px) {
  .unit-numlist-02 {
    gap: 75px;
  }
}
.unit-numlist-02 .list {
  background: #fff;
  border: 4px solid #009ee8;
  border-radius: 10px;
  padding: 25px 25px 25px 100px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 415px) {
  .unit-numlist-02 .list {
    padding: 25px 25px 25px 150px;
  }
}
@media screen and (min-width: 769px) {
  .unit-numlist-02 .list {
    border: 8px solid #009ee8;
    border-radius: 50%;
    padding: 230px 25px 25px;
    width: 400px;
    height: 400px;
  }
}
.unit-numlist-02 .list .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .unit-numlist-02 .list .img-wrap {
    align-items: flex-end;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 200px;
  }
}
@media screen and (min-width: 415px) {
  .unit-numlist-02 .list .img-wrap {
    width: 150px;
  }
}
.unit-numlist-02 .list .img-wrap .img-01 {
  width: 49.6666666667px;
}
@media screen and (min-width: 415px) {
  .unit-numlist-02 .list .img-wrap .img-01 {
    width: 74.5px;
  }
}
@media screen and (min-width: 769px) {
  .unit-numlist-02 .list .img-wrap .img-01 {
    width: 149px;
  }
}
.unit-numlist-02 .list .img-wrap .img-02 {
  width: 40.3333333333px;
}
@media screen and (min-width: 415px) {
  .unit-numlist-02 .list .img-wrap .img-02 {
    width: 60.5px;
  }
}
@media screen and (min-width: 769px) {
  .unit-numlist-02 .list .img-wrap .img-02 {
    width: 121px;
  }
}
.unit-numlist-02 .list .img-wrap .img-03 {
  width: 56.6666666667px;
}
@media screen and (min-width: 415px) {
  .unit-numlist-02 .list .img-wrap .img-03 {
    width: 85px;
  }
}
@media screen and (min-width: 769px) {
  .unit-numlist-02 .list .img-wrap .img-03 {
    width: 170px;
  }
}
.unit-numlist-02 .list .text-wrap .num {
  color: #0770b8;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .unit-numlist-02 .list .text-wrap .num {
    font-size: 2rem;
    text-align: center;
  }
}
.unit-numlist-02 .list .text-wrap .text {
  color: #0770b8;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .unit-numlist-02 .list .text-wrap .text {
    font-size: 2.8rem;
    text-align: center;
  }
}
.unit-numlist-02 .list .arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 1px dashed #009ee8;
  width: 1px;
  height: 32px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .unit-numlist-02 .list .arrow {
    top: 50%;
    left: calc(100% + 2.5px);
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
  }
}
@media screen and (min-width: 1360px) {
  .unit-numlist-02 .list .arrow {
    width: 85px;
  }
}
.unit-numlist-02 .list .arrow::before, .unit-numlist-02 .list .arrow::after {
  content: "";
  background: #009ee8;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .unit-numlist-02 .list .arrow::before, .unit-numlist-02 .list .arrow::after {
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
  }
}
.unit-numlist-02 .list .arrow::before {
  top: -5.5px;
}
@media screen and (min-width: 769px) {
  .unit-numlist-02 .list .arrow::before {
    top: 50%;
    left: -11px;
  }
}
.unit-numlist-02 .list .arrow::after {
  top: auto;
  bottom: -5.5px;
}
@media screen and (min-width: 769px) {
  .unit-numlist-02 .list .arrow::after {
    top: 50%;
    right: -11px;
  }
}

.box-undertitle-01 .title-wrap.franchise {
  background: url(../../img/title/title_franchise.jpg) no-repeat center center transparent;
  background-size: cover;
  height: 120px;
}
@media screen and (min-width: 769px) {
  .box-undertitle-01 .title-wrap.franchise {
    height: 190px;
  }
}

.sec-franchise-01 {
  background: #f2f7fa;
  padding: 30px 0 85px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .sec-franchise-01::before {
    content: "";
    background: #fff;
    width: 100%;
    height: 360px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 769px) {
  .sec-franchise-01 {
    padding: 60px 0 170px;
  }
}
.sec-franchise-01 .unit-title-02 {
  margin-top: 75px;
}
@media screen and (min-width: 769px) {
  .sec-franchise-01 .unit-title-02 {
    margin-top: 150px;
  }
}

.sec-franchise-02 {
  background: url(../../img/page/franchise/bg01.jpg) repeat center center;
  padding: 60px 0 85px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .sec-franchise-02 {
    padding: 120px 0 170px;
  }
}
.sec-franchise-02 .box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
}
@media screen and (min-width: 769px) {
  .sec-franchise-02 .box-wrap {
    margin-top: 90px;
  }
}
.sec-franchise-02 .box-wrap .img-wrap {
  padding: 20px;
  position: relative;
  width: calc(100% - 7.5px);
}
@media screen and (min-width: 769px) {
  .sec-franchise-02 .box-wrap .img-wrap {
    padding: 35px;
    width: 740px;
    height: 450px;
  }
}
.sec-franchise-02 .box-wrap .img-wrap::before {
  content: "";
  background: #f2f7fa;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec-franchise-02 .box-wrap .img-wrap::after {
  content: "";
  background: #009ee8;
  box-shadow: 0 14px 25px rgba(54, 45, 45, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  right: -7.5px;
  bottom: -7.5px;
  z-index: -2;
}
@media screen and (min-width: 769px) {
  .sec-franchise-02 .box-wrap .img-wrap::after {
    right: -15px;
    bottom: -15px;
  }
}
.sec-franchise-02 .box-wrap .img-wrap img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 360px;
}
@media screen and (min-width: 769px) {
  .sec-franchise-02 .box-wrap .img-wrap img {
    max-height: 100%;
  }
}
.sec-franchise-02 .box-wrap .text-wrap {
  margin-top: 45px;
}
@media screen and (min-width: 769px) {
  .sec-franchise-02 .box-wrap .text-wrap {
    width: calc(100% - 810px);
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .sec-franchise-02 .box-wrap-01 {
    flex-direction: row-reverse;
    padding-right: 50px;
  }
}
@media screen and (min-width: 769px) {
  .sec-franchise-02 .box-wrap-02 {
    padding-left: 50px;
  }
}

.sec-franchise-03 {
  background: #f2f7fa;
  padding: 60px 0 85px;
}
@media screen and (min-width: 769px) {
  .sec-franchise-03 {
    padding: 120px 0 170px;
  }
}
@media screen and (max-width: 414px) {
  .sec-franchise-03 .unit-title-02 {
    letter-spacing: 0;
  }
}
.sec-franchise-03 .note-wrap {
  color: #1b1c1d;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.84;
}
@media screen and (min-width: 769px) {
  .sec-franchise-03 .note-wrap {
    font-size: 1.3rem;
    width: calc(33.3333333333% - 55px);
    margin-left: auto;
  }
}

.sec-franchise-04 {
  background: url(../../img/page/franchise/bg01.jpg) repeat center center;
  padding: 50px 0 70px;
}
@media screen and (min-width: 769px) {
  .sec-franchise-04 {
    padding: 100px 0 140px;
  }
}
@media screen and (max-width: 768px) {
  .sec-franchise-04 .unit-flow-01 .inner-img img {
    max-width: 200px;
  }
}

.sec-franchise-05 {
  background: url(../../img/page/franchise/cta01.jpg) no-repeat center center/cover;
  padding: 80px 0;
}
.sec-franchise-05 .cta-title {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sec-franchise-05 .cta-title {
    font-size: 3rem;
  }
}
.sec-franchise-05 .cta-text {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .sec-franchise-05 .cta-text {
    font-size: 1.7rem;
    text-align: center;
    margin-top: 20px;
  }
}
.sec-franchise-05 .cta-btn {
  display: grid;
  gap: 15px;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .sec-franchise-05 .cta-btn {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 30px;
  }
}
.sec-franchise-05 .cta-btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fd63aa;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  min-height: 63px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec-franchise-05 .cta-btn .btn {
    border: 3px solid #fff;
    font-size: 2.6rem;
    min-height: 126px;
  }
}
.sec-franchise-05 .cta-btn .btn .mail {
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 769px) {
  .sec-franchise-05 .cta-btn .btn .mail {
    padding-left: 40px;
  }
}
.sec-franchise-05 .cta-btn .btn .mail::before {
  content: "\f0e0";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .sec-franchise-05 .cta-btn .btn .mail::before {
    font-size: 2.3rem;
  }
}
.sec-franchise-05 .cta-btn .btn .tel {
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 769px) {
  .sec-franchise-05 .cta-btn .btn .tel {
    padding-left: 40px;
  }
}
.sec-franchise-05 .cta-btn .btn .tel::before {
  content: "\f879";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .sec-franchise-05 .cta-btn .btn .tel::before {
    font-size: 2.3rem;
  }
}
.sec-franchise-05 .cta-btn .btn .small {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .sec-franchise-05 .cta-btn .btn .small {
    font-size: 1.4rem;
  }
}
.sec-franchise-05 .cta-btn .btn:hover {
  background: #d63680;
  opacity: 1;
  transition: 0.5s;
}
.sec-franchise-05 .cta-btn .btn:hover::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .sec-franchise-05 .cta-btn .btn:hover::after {
    right: 30px;
  }
}/*# sourceMappingURL=add_an.css.map */