<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* --------------------------------------------
   フランチャイズ事業
-------------------------------------------- */

.service_fc-area_main {
  padding: 5em 0 5em;
  background: #fff url(../../images/img-fc-map.jpg) no-repeat center top/contain;
  font-size: 1.1em;
  letter-spacing: 1px;
  text-align: center;
}

.service_fc-area_copy {
  display: block;
  font-size: 1.3em;
}

.section h4.service_fc-area__ttl {
  margin-bottom: 1.2em;
  padding: .6em .2em;
  border-bottom: none;
  border-radius: 5px;
  background-color: #fae5ee;
  font-size: 1.2em;
}

.service_fc-area__cnt {
  padding-top: 1em;
}

.section ul.service_fc-area__list li {
  margin-left: 0;
  list-style: none;
}

.service_fc-area__list-item {
  position: relative;
  padding-left: 1.2em;
}

.service_fc-area__list-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}

.service_fc-area__voice {
  padding: 1.5em 1.5em;
  border-radius: 1em;
  background-color: #fffbed;
}

.soon_area {
  padding: 3em 1em;
  background-color: #fdfafa;
}

.fc-Link-wrap {
  margin-top: 6em;
}

a.fc-Link {
  display: block;
  width: 37.5em;
  max-width: 100%;
  height: 9.375em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3.3em;
  border: 3px solid #F9D3E0;
  background: url(../../images/bg-fc-bnr.jpg) center center/cover no-repeat;
  color: inherit;
}

.fc-Link__inner {
  display: block;
  width: 18em;
  margin-right: auto;
  margin-left: auto;
  padding: .5em .5em;
  background-color: #F9D3E0;
  color: inherit;
  font-weight: 500;
  text-align: center;
}

/* --------------------------------------------
アンカーリンク
-------------------------------------------- */
.anchor-area {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 2em;
}

.anchor-area__item + .anchor-area__item {
  margin-left: 3em;
}

.anchor-area__item-link {
  display: inline-block;
  width: 15.1875em;
  padding: .8em;
  border: 1px solid currentColor;
  line-height: 1;
  text-align: center;
}

a.anchor-area__item-link {
  color: #e96d80;
  text-decoration: none;
}

.anchor-area__item-link:hover {
  background-color: #fff8f8;
}

/* --------------------------------------------
  テキストライティング
-------------------------------------------- */
/* h３見出し */
.heading-primary {
  position: relative;
  margin-bottom: 2.5em;
  font-size: 1.625em;
  text-align: center;
}

.heading-primary::after {
  -webkit-transform: translateX(-50%);
  display: inline-block;
  position: absolute;
  bottom: -.8em;
  left: 50%;
  width: 1.61538em;
  height: 0.15385em;
  transform: translateX(-50%);
  background-color: #f893a9;
  content: "";
  opacity: 0.3;
}

.sec-primary {
  margin-top: 7em;
}

.sec-secondary {
  margin-top: 5em;
}

.txt-primary {
  line-height: 2;
}

.web-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.web-lead-img {
  width: 27.4375em;
  margin-left: 1.5em;
}

.web-lead__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 2;
}

/* ふきだし */
.fukidashi-area {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4em;
}

.fukidashi-area__part {
  position: relative;
  width: 32.4375em;
  max-width: 48%;
  margin-bottom: 4em !important;
  padding-left: 5em;
  color: #d40050;
}

.fukidashi-area__part::after {
  -webkit-transform: translateY(-40%);
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: -1em;
  width: 32.4375em;
  height: 4.5625em;
  transform: translateY(-40%);
  background: url(../../images/img_fukidashi.png) center/100% auto no-repeat;
  content: "";
}

.fukidashi-area__part:nth-child(even) {
  margin-left: 1em;
}

.fukidashi-area__part:nth-child(even)::after {
  -webkit-transform: scaleX(-1) translateY(-40%);
  transform: scaleX(-1) translateY(-40%);
}

.web-answer {
  position: relative;
  margin-top: 5em;
  padding: 3em 1.5em;
  border: 1px solid #d40050;
  border-radius: 6px;
}

.web-answer.-triangle {
  position: relative;
}

.web-answer.-triangle::before {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: -5em;
  left: 50%;
  width: 6.25em;
  height: 2em;
  transform: translateX(-50%);
  background: url(../../images/img_triungle_pink.png) center/contain no-repeat;
  content: "";
}

.web-answer__title {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -1em;
  left: 50%;
  padding: 0 1em;
  transform: translateX(-50%);
  background-color: #fff;
  color: #595757;
}

.web-answer__title-txt {
  padding: 0 .5em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(65%, #ffd1f8));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 60%, #ffd1f8 65%);
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, #ffd1f8 65%);
  font-size: 1.375em;
  font-weight: 700;
}

.web-answer__txt {
  line-height: 2.5;
}

.web-answer__txt .bigger {
  font-size: 1.25em;
  font-weight: 700;
}

.web-answer-img {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}

.web-answer-img__part {
  width: 31%;
}

/* 資格者一覧 */
.wrap-primary {
  width: 98%;
  margin: 0 auto;
}

.list-primary {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 3em;
}

.list-primary.-pink {
  background: url(../../images/bg_pink_grade.png) center/cover no-repeat;
}

.list-primary.-pink .list-primary__part {
  width: 14.66667em;
  height: 4.66667em;
  font-size: 0.9375em;
}

.list-primary.-green {
  background: url(../../images/bg_green_grade.png) center/cover no-repeat;
}

.list-primary.-green .list-primary__part {
  width: 20em;
  height: 4.66667em;
  font-size: 0.9375em;
}

.list-primary__part {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: .5em;
  padding: .3em;
  border: 3px solid #fff;
  background-color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  text-align: center;
}

/* --------------------------------------------
SNS運用
-------------------------------------------- */
.sec-web-sns .list-primary {
  background: url(../../images/bg_green_grade_02.png) center/100% 100% no-repeat;
}

.sec-web-sns .list-primary .list-primary__part {
  width: 14.66667em;
  height: 4.66667em;
  font-size: 0.9375em;
}

.work-wrap {
  width: 98%;
  margin: 2em auto 0;
  padding: 1.5em 1em 2em;
  background-color: #f5f5f5;
}

.work-wrap__title {
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
}

.work-wrap-img {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 1em;
}

.work-wrap-img__part {
  width: 23%;
}

.work-wrap-img__part + .work-wrap-img__part {
  margin-left: 1em;
}

.w-primary {
  width: 90%;
  margin: 0 auto;
}

.img-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5em;
}

.img-wrap__part + .img-wrap__part {
  margin-left: 1.5em;
}

@media screen and (max-width: 1024px) {
  /* フランチャイズ事業 */
  .section {
    font-size: 1.4vw;
  }
  .web-lead-area {
    font-size: 1.5vw;
  }
  .fukidashi-area {
    font-size: 1.4vw;
  }
  .web-answer {
    font-size: 1.4vw;
  }
  .wrap-primary {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 768px) {
  /* フランチャイズ事業 */
  .section {
    font-size: 1.8vw;
  }
  .service_fc-area__voice {
    margin-top: 1.5em;
  }
  .anchor-area__item + .anchor-area__item {
    margin-left: 2em;
  }
  .fukidashi-area__part {
    padding-left: 3em;
  }
  .fukidashi-area__part:nth-child(even) {
    margin-left: 2em;
  }
  .list-primary {
    padding: 3em 1em;
    font-size: 1.3vw;
  }
  .list-primary.-pink .list-primary__part {
    width: 23.5%;
  }
  .w-primary {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  /* フランチャイズ事業 */
  .section {
    font-size: 3.3vw;
  }
  .service_fc-area_main {
    padding: 2em 0 2em;
  }
  .service_fc-area_copy {
    font-size: 1.1em;
  }
  .anchor-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .anchor-area__item + .anchor-area__item {
    margin-top: 1em;
    margin-left: 0;
  }
  .anchor-area__item-link {
    width: 100%;
  }
  .web-lead-area {
    font-size: 3.4vw;
  }
  .web-lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .web-lead-img {
    width: 100%;
    margin-top: 1em;
    margin-left: 0;
  }
  .fukidashi-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 3.2vw;
  }
  .fukidashi-area__part {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .fukidashi-area__part::after {
    right: 0;
    width: 100%;
  }
  .fukidashi-area__part:nth-child(even) {
    padding-left: 1em;
    text-align: left;
  }
  .fukidashi-area__part:nth-child(even)::after {
    background-position: left 0 center;
  }
  .web-answer {
    padding: 2em 1em 1em;
    font-size: 3.2vw;
  }
  .web-answer__title {
    -webkit-transform: translateX(0);
    position: static;
    width: 100%;
    margin-bottom: 2em !important;
    padding: 0;
    transform: translateX(0);
  }
  .web-answer__title-txt {
    font-size: 1.18em;
  }
  .web-answer-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1em;
  }
  .web-answer-img__part {
    width: 100%;
    margin-top: 1em;
  }
  .wrap-primary {
    width: 100%;
    font-size: 3.2vw;
  }
  .list-primary {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5em 1em;
    font-size: initial;
  }
  .list-primary.-pink .list-primary__part {
    width: 48.5%;
    font-size: 0.75em;
  }
  .list-primary.-green .list-primary__part {
    width: 48.5%;
    font-size: 0.75em;
  }
  .list-primary__part {
    margin: 0 0 1em;
  }
  .sec-web-sns .list-primary .list-primary__part {
    width: 48.5%;
    font-size: 0.75em;
  }
  .work-wrap {
    width: 100%;
    padding: 1.5em 1em 1em;
  }
  .work-wrap-img {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1.5em;
  }
  .work-wrap-img__part {
    width: 48%;
    margin-bottom: 1em;
  }
  .work-wrap-img__part + .work-wrap-img__part {
    margin-left: 0;
  }
  .img-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .img-wrap__part + .img-wrap__part {
    margin-top: 1em;
    margin-left: 0;
  }
}
</pre></body></html>