@charset "UTF-8";
.page:not(.page-franchise-partners) .sub_header .page_title {
  text-align: center;
}
.page.page-franchise-partners .sub_header {
  padding-block: 0;
}
.page.page-franchise-partners .sub_header .page_title {
  min-width: 100%;
  left: calc(4% + 1em);
  transform: translate(0%, 30px) !important;
}
.page.page-franchise-partners .sub_header .page_title.is_show {
  opacity: 1;
  transform: translate(0%, calc(-50% + 2em)) !important;
}
.page.page-franchise-partners .sub_header .page_title span {
  color: #fff;
  background: linear-gradient(90deg, #ff71ae 0%, #ff9468 100%);
  padding: 0.2em 0.5em 0.3em;
  margin-block-end: 0.25em;
}
.page.page-franchise-partners .sub_header .page_title span.jpn {
  font-size: 8svw;
}
@media (min-width: 768px) {
  .page.page-franchise-partners .sub_header .page_title span.jpn {
    font-size: 5rem;
  }
}
.page #main .article h2,
.page #main .article h3,
.page #main .article h4,
.page #main .article h5,
.page #main .article h6 {
  line-height: 1.2;
}
.page #main .article h2:not(.none),
.page #main .article h3:not(.none),
.page #main .article h4:not(.none),
.page #main .article h5:not(.none),
.page #main .article h6:not(.none) {
  margin-block-end: 0.5em;
}
.page #main .article h2:not(:first-child),
.page #main .article h3:not(:first-child),
.page #main .article h4:not(:first-child),
.page #main .article h5:not(:first-child),
.page #main .article h6:not(:first-child) {
  margin-block-start: 1em;
}
.page #main .article p:not(:last-of-type) {
  margin-block-end: 0.5em;
}
.page #main .article p:not(:first-child) {
  margin-block-start: 1em;
}
.page #main .article ol:not(.none) {
  padding-left: 3rem;
  margin-block-end: 1em;
}
.page #main .article ul:not(.none) {
  list-style: inherit;
  padding-left: 1.5em;
  margin-block-end: 1em;
}
.page #main .article ul:not(.none).is-style-custom_list02 {
  list-style: none;
  padding-left: 1em;
}
.page #main .article ul:not(.none).is-style-custom_list02 li {
  text-indent: -1em;
  position: relative;
}
.page #main .article ul:not(.none).is-style-custom_list02 li::before {
  content: "※";
}
.page #main .article .entry_content > .wp-block-buttons.is-style-custom_buttons01 a,
.page #main .article .entry_content > .wp-block-buttons .is-style-custom_button01 a {
  min-width: 12em;
}
.page #main .article .entry_content .wp-block-group.is-layout-flex:has(.photo) {
  flex-wrap: wrap;
  gap: 3em 0;
}
@media (min-width: 1200px) {
  .page #main .article .entry_content .wp-block-group.is-layout-flex:has(.photo) {
    flex-wrap: nowrap;
  }
}
.page #main .article .entry_content .wp-block-group.is-layout-flex:has(.photo).reverse {
  flex-direction: row-reverse;
}
@media (min-width: 1200px) {
  .page #main .article .entry_content .wp-block-group.is-layout-flex:has(.photo).reverse .wp-block-group:not(.photo) {
    padding-right: 5%;
    margin-inline: 5% 0;
  }
}
@media (min-width: 1200px) {
  .page #main .article .entry_content .wp-block-group.is-layout-flex:has(.photo):not(.reverse) .wp-block-group:not(.photo) {
    padding-left: 5%;
    margin-inline: 0 5%;
  }
}
.page #main .article .entry_content .wp-block-group.is-layout-flex:has(.photo) .wp-block-group.photo {
  width: 100%;
}
@media (min-width: 1200px) {
  .page #main .article .entry_content .wp-block-group.is-layout-flex:has(.photo) .wp-block-group.photo {
    width: 50svw;
  }
}
.page #main .article .entry_content .wp-block-group.is-layout-flex:has(.photo) .wp-block-group:not(.photo) {
  width: 85%;
  margin-inline: auto;
}
@media (min-width: 1200px) {
  .page #main .article .entry_content .wp-block-group.is-layout-flex:has(.photo) .wp-block-group:not(.photo) {
    width: calc(100% - 50svw);
    max-width: calc(50% - (100% - 1400px) / 2);
  }
}
.page #main .article .entry_content .wp-block-columns.reverse {
  flex-direction: row-reverse;
}
.page #main.franchise-partners p:not(.h2) {
  line-height: 2;
}
.page #main.franchise-partners #about {
  background-color: #fff;
  border-radius: 1.5em;
  margin-block-start: -5em;
  position: relative;
}
.page #main.franchise-partners #features {
  width: 95%;
  background: linear-gradient(90deg, rgba(255, 113, 174, 0.1) 0%, rgba(255, 148, 104, 0.1) 100%);
  border-radius: 1.5em;
}
.page #main.franchise-partners #features .features_inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3em;
}
.page #main.franchise-partners #features .features_inner .feature {
  background-color: #fff;
  border-radius: 1em;
  padding: 4.5em 2em 2em;
  display: grid;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .page #main.franchise-partners #features .features_inner .feature {
    width: calc(50% - 1.5em);
  }
}
@media (min-width: 1200px) {
  .page #main.franchise-partners #features .features_inner .feature {
    width: calc(33.3333333333% - 2em);
  }
}
.page #main.franchise-partners #features .features_inner .feature:nth-of-type(1) .no {
  -webkit-text-stroke-color: #ff9468;
}
.page #main.franchise-partners #features .features_inner .feature:nth-of-type(2) .no {
  -webkit-text-stroke-color: #fe756c;
}
.page #main.franchise-partners #features .features_inner .feature:nth-of-type(3) .no {
  -webkit-text-stroke-color: #ff71ae;
}
.page #main.franchise-partners #features .features_inner .feature .no {
  color: #fff;
  font-size: 5em;
  -webkit-text-stroke-width: 2px;
  line-height: 0.65;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.page #main.franchise-partners #features .features_inner .feature .h3 {
  margin-block: 0 1em;
  align-self: center;
}
.page #main.franchise-partners #features .features_inner .feature .h3 small {
  letter-spacing: 0;
  display: block;
}
.page #main.franchise-partners #features .features_inner .feature .h3 br {
  display: none;
}
@media (min-width: 1350px) {
  .page #main.franchise-partners #features .features_inner .feature .h3 br {
    display: inherit;
  }
}
.page #main.franchise-partners #features .features_inner .feature p {
  margin-block-start: auto;
}
.page #main.franchise-partners #features .features_inner .feature .icon {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 3em;
  left: 0;
  z-index: -1;
}
.page #main.franchise-partners #features .features_inner .feature .icon img {
  height: 9em;
}
.page #main.franchise-partners #what {
  padding-block: 10em;
  background-image: url(../../images/franchise/bg_what.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: contain;
}
.page #main.franchise-partners #what .h2 > span {
  display: block;
}
.page #main.franchise-partners #flow .flow_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: bold;
  line-height: 1;
  list-style: none;
  gap: 1em 5svw;
}
@media (min-width: 768px) {
  .page #main.franchise-partners #flow .flow_list {
    -moz-column-gap: 3.5svw;
         column-gap: 3.5svw;
  }
}
@media (min-width: 1350px) {
  .page #main.franchise-partners #flow .flow_list {
    -moz-column-gap: 3em;
         column-gap: 3em;
  }
}
.page #main.franchise-partners #flow .flow_list li {
  width: 18.25svw;
  height: 18.25svw;
  border-style: solid;
  border-width: 3px;
  border-radius: 100%;
  box-shadow: 0 0 1em rgba(255, 113, 174, 0.2);
  display: grid;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .page #main.franchise-partners #flow .flow_list li {
    width: 11.5svw;
    height: 11.5svw;
    border-width: 4px;
  }
}
@media (min-width: 1350px) {
  .page #main.franchise-partners #flow .flow_list li {
    width: 10em;
    height: 10em;
  }
}
.page #main.franchise-partners #flow .flow_list li:not(:first-child)::before {
  content: "";
  width: 10%;
  height: 20%;
  background-image: url(../../images/common/icon_arrow_right_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 40%;
  left: -22.5%;
}
@media (min-width: 1350px) {
  .page #main.franchise-partners #flow .flow_list li:not(:first-child)::before {
    left: -22.5%;
  }
}
.page #main.franchise-partners #flow .flow_list li span {
  font-size: 4.5svw;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .page #main.franchise-partners #flow .flow_list li span {
    font-size: 3rem;
  }
}
.page #main.franchise-partners #flow .flow_list li span.small {
  font-size: 3.6svw;
  letter-spacing: -0.1em;
}
@media (min-width: 768px) {
  .page #main.franchise-partners #flow .flow_list li span.small {
    font-size: 2.6rem;
  }
}
.page #main.franchise-partners #voice .title {
  background: linear-gradient(90deg, rgba(255, 113, 174, 0.15) 0%, rgba(255, 148, 104, 0.15) 100%);
  padding-block: 2.5em;
  display: flex;
  justify-content: center;
}
.page #main.franchise-partners #voice .voice_inner {
  background-image: url(../../images/franchise/bg_voice.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3em 5% 5em;
}
.page #main.franchise-partners #voice .voice_inner .container {
  background-color: #fff;
  border-radius: 1.5em;
  padding: 2em;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1em 3em;
}
@media (min-width: 768px) {
  .page #main.franchise-partners #voice .voice_inner .container {
    padding: 4%;
    grid-template-columns: 35% calc(65% - 3em);
  }
}
.page #main.franchise-partners #support .support_inner {
  width: 95%;
  max-width: calc(100svw - (100svw - 1400px) / 2);
  margin-inline-start: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4em;
}
@media (min-width: 980px) {
  .page #main.franchise-partners #support .support_inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page #main.franchise-partners #support .support_inner .photo img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 3em;
  border-bottom-left-radius: 3em;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 980px) {
  .page #main.franchise-partners #support .support_inner .photo img {
    aspect-ratio: 1/1;
  }
}
.page #main.franchise-partners #support .support_inner .text {
  width: 80%;
  margin-inline-start: 10%;
}
@media (min-width: 980px) {
  .page #main.franchise-partners #support .support_inner .text {
    width: auto;
    margin-inline: inherit;
  }
}
.page #main.franchise-partners #support .support_inner .text .text_inner {
  border-bottom: #f4f4f4 solid 1px;
  padding-block: 1.5em 1em;
}
.page #main.franchise-partners #support .support_inner .text .text_inner .h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  -moz-column-gap: 0.4em;
       column-gap: 0.4em;
}
.page #main.franchise-partners #support .support_inner .text .text_inner .h3 img {
  width: 1.75em;
  height: 1.75em;
}
.page #main.contact .article .container h2, .page #main.confirm .article .container h2, .page #main.completed .article .container h2, .page #main.solicitation .article .container h2, .page #main.operation .article .container h2, .page #main.privacy-policy .article .container h2 {
  color: #222;
  font-size: 3.2rem;
  margin-block-end: 1em;
}
.page #main.contact .article .container h2:not(:first-child), .page #main.confirm .article .container h2:not(:first-child), .page #main.completed .article .container h2:not(:first-child), .page #main.solicitation .article .container h2:not(:first-child), .page #main.operation .article .container h2:not(:first-child), .page #main.privacy-policy .article .container h2:not(:first-child) {
  margin-block-start: 2em;
}
.page #main.contact .article .container h3:not(.h3), .page #main.confirm .article .container h3:not(.h3), .page #main.completed .article .container h3:not(.h3), .page #main.solicitation .article .container h3:not(.h3), .page #main.operation .article .container h3:not(.h3), .page #main.privacy-policy .article .container h3:not(.h3) {
  color: #222;
  font-size: 2.8rem;
  border-bottom: #ff71ae solid 1px;
  padding-block-end: 0.3em;
}
.page #main.contact .article .container h3:not(.h3):not(:first-child), .page #main.confirm .article .container h3:not(.h3):not(:first-child), .page #main.completed .article .container h3:not(.h3):not(:first-child), .page #main.solicitation .article .container h3:not(.h3):not(:first-child), .page #main.operation .article .container h3:not(.h3):not(:first-child), .page #main.privacy-policy .article .container h3:not(.h3):not(:first-child) {
  margin-block-start: 1.5em;
}
.page #main.contact .article .container h4, .page #main.confirm .article .container h4, .page #main.completed .article .container h4, .page #main.solicitation .article .container h4, .page #main.operation .article .container h4, .page #main.privacy-policy .article .container h4 {
  color: #222;
  font-size: 2.4rem;
  border-left: #ff71ae solid 4px;
  padding-inline-start: 0.3em;
}
.page #main.contact .article .container h4:not(:first-child), .page #main.confirm .article .container h4:not(:first-child), .page #main.completed .article .container h4:not(:first-child), .page #main.solicitation .article .container h4:not(:first-child), .page #main.operation .article .container h4:not(:first-child), .page #main.privacy-policy .article .container h4:not(:first-child) {
  margin-block-start: 1.5em;
}
.page #main.contact .article .container h5, .page #main.confirm .article .container h5, .page #main.completed .article .container h5, .page #main.solicitation .article .container h5, .page #main.operation .article .container h5, .page #main.privacy-policy .article .container h5 {
  font-size: 2.2rem;
}
.page #main.contact .article .container h5:not(:first-child), .page #main.confirm .article .container h5:not(:first-child), .page #main.completed .article .container h5:not(:first-child), .page #main.solicitation .article .container h5:not(:first-child), .page #main.operation .article .container h5:not(:first-child), .page #main.privacy-policy .article .container h5:not(:first-child) {
  margin-block-start: 1.5em;
}
.page #main.contact .article .container h6, .page #main.confirm .article .container h6, .page #main.completed .article .container h6, .page #main.solicitation .article .container h6, .page #main.operation .article .container h6, .page #main.privacy-policy .article .container h6 {
  font-size: 2rem;
}
.page #main.contact .article .container h6:not(:first-child), .page #main.confirm .article .container h6:not(:first-child), .page #main.completed .article .container h6:not(:first-child), .page #main.solicitation .article .container h6:not(:first-child), .page #main.operation .article .container h6:not(:first-child), .page #main.privacy-policy .article .container h6:not(:first-child) {
  margin-block-start: 1.5em;
}
.page #main.contact .article .container:not(#banners), .page #main.confirm .article .container:not(#banners) {
  max-width: 900px;
}
.page #main.contact .article .container:not(#banners) .input_box, .page #main.confirm .article .container:not(#banners) .input_box {
  display: flex;
  flex-wrap: wrap;
}
.page #main.contact .article .container:not(#banners) .input_box label, .page #main.confirm .article .container:not(#banners) .input_box label {
  min-width: 25rem;
}
.page #main.contact .article .container:not(#banners) .input_box label + span, .page #main.confirm .article .container:not(#banners) .input_box label + span {
  width: 100%;
}
@media (min-width: 768px) {
  .page #main.contact .article .container:not(#banners) .input_box label + span, .page #main.confirm .article .container:not(#banners) .input_box label + span {
    width: calc(100% - 25rem);
  }
}
.page #main.contact .article .container:not(#banners) .acceptance .wpcf7-list-item-label,
.page #main.contact .article .container:not(#banners) .acceptance .mwform-checkbox-field-text, .page #main.confirm .article .container:not(#banners) .acceptance .wpcf7-list-item-label,
.page #main.confirm .article .container:not(#banners) .acceptance .mwform-checkbox-field-text {
  display: none;
}
.page #main.contact .article .container:not(#banners) .acceptance .error, .page #main.confirm .article .container:not(#banners) .acceptance .error {
  display: inline;
}
.page #main.contact input[name=zip], .page #main.confirm input[name=zip] {
  width: 10em;
}
.page #main.contact textarea,
.page #main.contact input[name=address], .page #main.confirm textarea,
.page #main.confirm input[name=address] {
  width: 100%;
}
.page #main.contact button,
.page #main.contact input[type=button],
.page #main.contact input[type=reset],
.page #main.contact input[type=submit], .page #main.confirm button,
.page #main.confirm input[type=button],
.page #main.confirm input[type=reset],
.page #main.confirm input[type=submit] {
  font-size: 125%;
}
.page #main.contact input[type=checkbox],
.page #main.contact input[type=radio], .page #main.confirm input[type=checkbox],
.page #main.confirm input[type=radio] {
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
  bottom: -0.15em;
}
.page #main.contact .wpcf7-radio, .page #main.confirm .wpcf7-radio {
  letter-spacing: 0.1em;
  margin-inline-start: -1em;
  display: inline-block;
}
.page #main.contact label, .page #main.confirm label {
  line-height: 1.8;
}
.page #main.contact .wpcf7-not-valid-tip, .page #main.confirm .wpcf7-not-valid-tip {
  letter-spacing: 0.05em;
}
.page #main.error_404 .container .page_content {
  text-align: center;
}
.page .effect.fade_up {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 500ms;
}
.page .effect:not(.opening).fade_down {
  opacity: 0;
  transform: translate(0, -30px);
  transition: all 500ms;
}
.page .effect.slide_left {
  opacity: 0;
  transform: translate(30px, 0);
  transition: all 500ms;
}
.page .effect.slide_right {
  opacity: 0;
  transform: translate(-30px, 0);
  transition: all 500ms;
}
.page .effect.is_show {
  opacity: 1;
  transform: translate(0, 0);
}
.page .page_title.effect.fade_up {
  transform: translate(-50%, 30px);
}
.page .page_title.effect.is_show {
  opacity: 1;
  transform: translate(-50%, 0);
}/*# sourceMappingURL=page.css.map */