/**
 * #.# franchise
 *
 * 
*/

/*基本カラー #17C1B0
*/

/*----基本スタイル---*/
:root{
    --main-color: #17C1B0;
}
body {
    padding: 0;
    margin: 0;
}
/*スクロール時*/
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px !important;
}
.sp-br {
	display: none;
}

/*------------- SP版 -------------*/
@media screen and (max-width:960px){
    html {
        scroll-behavior: smooth;
        scroll-padding-top: 70px;
    }
}

@media screen and (max-width:768px){
    .sp-br {
        display: block;
    }
}


/*-------------- ヘッダー --------------*/
/*最初*/
li.fc-header-nav__item a {
    color: #fff;
}
span.fc-head-title {
    color: #fff;
    font-size: 14px;
}
/*スクロール後*/
.js-header-color li.fc-header-nav__item a {
    color: #222;
}
.js-header-color span.fc-head-title {
    color: #222;
}
/*共通設定*/
.header-wrapper {
    max-width: 100%;
    padding: 0px 30px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.header-logo a {
    display: flex !important;
    align-items: center;
    gap: 20px;
}
.header-logo img {
    width: 100px;
}
ul.fc-header-nav__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
.fc-header-nav__link--cta img {
    width: 25px;
}
li.fc-header-nav__item.fc-header-nav__item--cta {
    display: flex;
    gap: 10px;
    flex-direction: row;
}
.fc-header-nav__link--cta {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: row;
    align-items: center;
    border-radius: 30px;
    padding: 7px 30px;
    font-weight: 600;
}
.fc-header-nav__link--cta.download{
    background: #fff;
    border: 2px solid #17C1B0;
    color: #17C1B0 !important;
}
.fc-header-nav__link--cta.contact {
    background: #17C1B0;
    color: #fff !important;
}
a.fc-header-nav__link:hover {
    border-bottom: 2px solid var(--main-color);
    padding-bottom: 5px;
}

/*-------------- トップ画像 --------------*/
#f-pagetop {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    padding-top: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#f-pagetop::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.franchise-top__inner {
    position: absolute;
    top: 24%;
    color: #fff;
    left: 7%;
    z-index: 2;
}
h1.franchise-top__title {
    font-size: 62px;
    font-weight: 600;
    line-height: 1.3;
}
p.franchise-top__text {
    font-size: 24px;
    padding: 20px 10px;
    line-height: 1.6;
}
.franchise-top__title span {
    position: relative;
}
.franchise-top__title span::after {
    position: absolute;
    width: 100%;
    content: "";
    height: 12px;
    background: var(--main-color);
    opacity: 0.5;
    bottom: 8px;
    left: 0;
    z-index: -10;
}
#f-pagetop h2 {
    width: 90%;
    max-width: 1150px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
#f-pagetop h2 > img {
    width: auto;
    height: 100%;
    max-height: 180px;
    object-fit: contain;
}
img.grades-image{
    margin: 10px 0;
    max-width: 800px;
}
.franchise-cta__inner {
    display: flex;
    align-items: center;
    gap: 15px;
}
/*資料請求ボタン*/
.franchise-download__cta-button {
    background: #fff;
    color: var(--main-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 50px;
    padding:10px 65px;
    border: 2px solid var(--main-color);
}
p.franchise-cta__text {
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
p.franchise-cta__text::before {
    content: "";
    width: 2px;
    height: 16px;
    background: var(--main-color);
    position: absolute;
    transform: rotate(-35deg);
    top: 25%;
    left: -15px;
}
p.franchise-cta__text::after {
    content: "";
    width: 2px;
    height: 16px;
    background: var(--main-color);
    position: absolute;
    transform: rotate(35deg);
    top: 25%;
    right: -15px;
}
.franchise-download-cta__button {
    display: flex;
    gap: 15px;
    align-items: center;
    font-weight: 600;
    padding-top:5px;
}
p.franchise-download__cta-main {
    font-size: 24px;
}
p.franchise-download__cta-label {
    background: var(--main-color);
    color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
}

/*お問い合わせボタン*/
.franchise-contact__cta-button {
    background: var(--main-color);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 50px;
    padding: 10px 65px;
}
.franchise-contact-cta__button {
    display: flex;
    gap: 15px;
    align-items: center;
    font-weight: 600;
    padding-top:5px;
}
p.franchise-contact__cta-main {
    font-size: 24px;
}
p.franchise-contact-cta__text {
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
p.franchise-contact-cta__text::before {
    content: "";
    width: 2px;
    height: 16px;
    background: #fff;
    position: absolute;
    transform: rotate(-35deg);
    top: 25%;
    left: -15px;
}
p.franchise-contact-cta__text::after {
    content: "";
    width: 2px;
    height: 16px;
    background: #fff;
    position: absolute;
    transform: rotate(35deg);
    top: 25%;
    right: -15px;
}
/* ボタン hover時 */
.fc-header-nav__link--cta,
.franchise-download__cta-button,
.franchise-contact__cta-button,
.loyalty__cta-button,
.contact__cta-button {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.fc-header-nav__link--cta::before,
.franchise-download__cta-button::before,
.franchise-contact__cta-button::before,
.loyalty__cta-button::before,
.contact__cta-button::before {
    content: "";
    position: absolute;
    inset: 0px; 
    background: rgba(255, 255, 255, 0); /* 通常は透明 */
    transition: background 0.3s ease;
    z-index: 1;
}
.fc-header-nav__link--cta:hover::before,
.franchise-download__cta-button:hover::before,
.franchise-contact__cta-button:hover::before,
.loyalty__cta-button:hover::before,
.contact__cta-button:hover::before {
    background: rgba(255, 255, 255, 0.4); /* hover時に白を重ねる */
    border-radius: 50px;
}
.fc-header-nav__link--cta.download:hover,
.franchise-download__cta-button:hover,
.loyalty__cta-button:hover{
    border-color: rgba(23, 193, 176, 0.6);
}

@media screen and (max-width:1365px){
    #f-pagetop {
        height: 95vh;
    }
    .header-logo {
        justify-content: flex-start;
        padding-left: 15px;
    }
    .header-wrapper:has(.header-hamburger-open) {
        height: 100%;
    }
    span.fc-head-title {
        color: #000;
    }
    nav.fc-header-nav {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
        visibility: hidden;
        transition: all 0.3s;
        opacity: 0;
    }
    .header-hamburger-open + nav.fc-header-nav {
        visibility: visible;
        opacity: 1;
    }
    ul.fc-header-nav__list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }
    li.fc-header-nav__item.fc-header-nav__item--cta {
        width: 100%;
        gap: 0;
        margin-top: 30px;
        height: 75px;
    }
    a.fc-header-nav__link--cta {
        border-radius: 0;
        padding: 20px;
        flex: 1;
        display: flex;
        justify-content: center;
        font-size: 16px;
    }
    li.fc-header-nav__item {
        width: 100%;
    }
    a.fc-header-nav__link {
        color: #000 !important;
        display: block;
        width: 100%;
        border-bottom: 1px solid #E2E2E2;
        padding: 20px 20px 20px 25px;
        position: relative;
        font-size: 16px;
    }
    .fc-header-nav__link::before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        top: 42%;
        left: 0;
        border: 0;
        border-top: 2px solid #17C1B0;
        border-right: 2px solid #17C1B0;
        transform: rotate(45deg);
    }
    a.fc-header-nav__link:hover {
        border-bottom: 1px solid #E2E2E2;
            padding: 20px;
    }
    h1.franchise-top__title {
        font-size: 42px;
        font-weight: 600;
        line-height: 1.3;
    }
    p.franchise-top__text {
    font-size: 18px;
    padding: 15px 10px;
    }
    .franchise-top__inner {
        top: 30%;
        left: 5%;
    }
    .franchise-cta__inner {
        gap: 10px;
    }
    img.grades-image {
        max-width: 625px;
    }
    .franchise-download__cta-button,
    .franchise-contact__cta-button {
        padding: 12px 30px;
    }
    p.franchise-cta__text,
    p.franchise-contact-cta__text {
        font-size: 13px;
    }
    p.franchise-cta__text::before,
    p.franchise-cta__text::after,
    p.franchise-contact-cta__text::before,
    p.franchise-contact-cta__text::after {
        height: 12px;
    }
    p.franchise-download__cta-label {
        font-size: 14px;
    }
    p.franchise-download__cta-main,
    p.franchise-contact__cta-main {
        font-size: 18px;
    }
    img.loyalty__cta-icon,
    img.contact__cta-icon {
        width: 16px;
        height: 16px;
    }
}
@media screen and (max-width:768px){
    #f-pagetop {
        background-size: auto 100%;
        background-position: left 25% center;
        height: 80vh;
    }
    .franchise-top__inner {
        top: auto;
        left: 0;
        width: 100%;
        padding: 0 15px;
        bottom: 5%;
    }
    h1.franchise-top__title {
        font-size: 30px;
    }
    .franchise-top__title span::after {
        height: 8px;
        bottom: 0px;
    }
    img.grades-image {
        margin: 0 0 5px;
        max-width: 425px;
        width: 90%;
    }
    .franchise-cta__inner {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 1%;
    }
    p.franchise-top__text {
        font-size: 15px;
        padding: 15px 5px;
        width: 100%;
    }
    .franchise-download-cta__button {
        display: flex;
        gap: 10px;
    }
    p.franchise-download__cta-label {
        font-size: 12px;
    }
    p.franchise-download__cta-main, p.franchise-contact__cta-main {
        font-size: 16px;
    }
    .franchise-download__cta-button, .franchise-contact__cta-button {
        padding: 8px 30px;
        width: 300px;
    }
    .franchise-download-cta__button,
    .franchise-contact-cta__button {
        padding-top: 2px;
    }
    a.fc-header-nav__link--cta {
        padding: 0;
    }
}

/*--------------  各タイトル --------------*/
h2.about__title {
    position: relative;
    font-family: "DIN Condensed", "DIN-Condensed";
    color: var(--main-color);
    margin-bottom: 40px;
    text-align: center;
    font-size: 82px;
    line-height: 1.1;
    
}
h2.about__title span {
    margin-left: 14px;
    display: inline-block;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    display: block;
    font-size: 16px;
    font-family: "Noto Sans JP";
    color: #222;
}
h2.about__title::after {
    content: "";
    width: 60px;
    background: var(--main-color);
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}

#franchise .wrapper {
    max-width: 1200px !important;
    display: flex;
    margin-top: 100px;
    flex-direction: column;
    gap: 100px;
}

@media screen and (max-width:1365px){
    h2.about__title {
        font-size: 68px;
    }
    .h2.about__title span {
        font-size: 15px;
    }
}
@media screen and (max-width:768px){
    h2.about__title {
        font-size: 54px;
    }
    h2.about__title span {
    font-size: 14px;
    }
    .about__lead {
        text-align: left;
    }
}

/*-------------- RHINO GYM とは --------------*/
.about__lead {
    text-align: center;
    margin-bottom: 30px;
}
p.about__catch {
    font-size: 36px;
    font-weight: 600;
}
p.about__text {
    margin: 20px auto;
    line-height: 1.7;
}
.marker-yellow {
    font-weight: 600;
}
ul.about__features-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    margin: 75px auto 40px;
}
li.about__feature {
    border: 3px solid var(--main-color);
    border-radius: 50%;
    width: 350px;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
}
p.about__feature-number {
    font-family: "DIN Condensed", "DIN-Condensed";
    font-size: 70px;
    color: var(--main-color);
    background: #fff;
    display: inline-flex;
    width: 95px;
    height: 95px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: -45px;
}
.about__feature-content {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: column;
    text-align: center;
}
p.about__feature-title {
    font-size: 24px;
    color: var(--main-color);
    font-weight: 600;
}
p.about__summary-text {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

@media screen and (max-width:1200px){
    p.about__feature-number {
        position: relative;
        font-size: 58px;
        top: 0;
        background:none;
    }
    ul.about__features-list {
        gap: 10px;
        padding: 0 20px;
    }
    li.about__feature {
        flex-direction: row;
        border: 2px solid var(--main-color);
        border-radius: 10px;
        width: 100%;
        height: 100%;
        padding: 15px;
        justify-content: flex-start;
    }
    p.about__feature-title {
        font-size: 22px;
    }
    .about__feature-content {
        align-items: flex-start;
        text-align: left;
    }
    p.about__summary-text {
        font-size: 16px;
        line-height: 1.8;
    }
    ul.about__features-list {
        flex-direction: column;
    }
    p.about__catch {
        font-size: 28px;
    }
    p.about__text {
        text-align: left;
    }
}
@media screen and (max-width:768px){
    ul.about__features-list {
        padding: 0;
        margin: 0 0 30px;
    }
    li.about__feature {
        padding: 10px 15px;
        gap: 20px;
    }
    p.about__feature-number {
        width: auto;
        font-size: 48px;
    }
    p.about__feature-title {
        font-size: 20px;
    }
    p.about__summary-text {
        font-size: 15px;
    }
    p.about__catch {
        font-size: 19px;
    }
}
/*強み*/
ul.strength__list {
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
li.strength__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.strength__item img {
    border-radius: 25px;
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}
p.strength__point {
    font-family: "DIN Condensed", "DIN-Condensed";
    font-size: 60px;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 60px;
    color: var(--main-color);
    line-height: 1;
}
.strength__point span {
    font-size: 13px;
    font-weight: 600;
}
.strength__head {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 2px dotted var(--main-color);
    padding-bottom: 6px;
    margin-bottom: 10px;
}
p.strength__title {
    font-size: 20px;
    font-weight: 600;
}
.strength__title .titile-color {
    color: var(--main-color);
}
span.c-note-mark {
    position: relative;
    padding-right: 12px;
}
span.c-note-mark::after {
    content: "※";
    font-size: 12px;
    position: absolute;
    top: 0;
}
span.c-note {
    position: relative;
    padding-left: 12px;
    top: 10px;
    font-size: 14px;
}
span.c-note::after {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
}
p.strength__text {
    padding: 10px;
    line-height: 1.6;
}

@media screen and (max-width:1365px){
    ul.strength__list {
        margin: 50px 20px;
    }
    li.strength__item {
        gap: 25px;
    }
    p.strength__point {
        font-size: 46px;
        width: 54px;
    }
    .strength__point span {
        font-size: 10px;
    }
    p.strength__title {
        font-size: 18px;
        line-height: 1.4;
    }
    p.strength__text {
        font-size: 15px;
    }
}
@media screen and (max-width:768px){
    ul.strength__list {
        margin: 30px 0 50px;
        gap: 30px;
    }
    li.strength__item {
        display: flex;
        flex-direction: column-reverse;
    }
    li.strength__item:nth-child(2),
    li.strength__item:nth-child(4),
    li.strength__item:nth-child(6) {
        display: flex;
        flex-direction: column;
    }
    .strength__head {
        gap: 10px;
        margin: 0;
    }
    p.strength__title {
        font-size: 17px;
        line-height: 1.5;
    }
    p.strength__text {
        font-size: 14px;
    }
    li.strength__item {
        gap: 5px;
    }
    .strength__item img {
        border-radius: 5px;
    }
}
    
/*お客様の声*/
h3.voice-section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}
.voice-section__title span {
    color: var(--main-color);
    font-size: 16px;
    position: relative;
}
.voice-section__title span::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: var(--main-color);
    top: 50%;
    left: -40px;
}
.voice-section__title span::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: var(--main-color);
    top: 50%;
    right: -40px;
}
p.voice-section__lead {
    text-align: center;
    padding: 15px 0px;
}
.voice-list {
    position: relative;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5% 7%;
}
ul.voice-list__items {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.voice-card__header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}
img.voice-card__image {
    background: var(--main-color);
    border-radius: 50%;
    padding: 3px;
    width: 65px;
    height: 65px;
}
.stars {
    display: inline-flex;
    gap: 3px;
}
.stars span {
    width: 20px;
    height: 20px;
    background: gold;
    clip-path: polygon(
        50% 0%,
        61% 35%,
        98% 35%,
        68% 57%,
        79% 91%,
        50% 70%,
        21% 91%,
        32% 57%,
        2% 35%,
        39% 35%
    );
}
.voice-note {
    text-align: right;
    font-size: 14px;
    padding-top: 10px;
}

@media screen and (max-width:1365px){
    img.voice-card__image {
        background: var(--main-color);
        border-radius: 50%;
        padding: 3px;
        width: 60px;
        height: 60px;
    }
    .stars {
        gap: 2px;
    }
    .stars span {
        width: 17px;
        height: 17px;
    }
}
@media screen and (max-width:768px){
    h3.voice-section__title {
        font-size: 18px;
    }
    .voice-section__title span {
        font-size: 14px;
    }
    .voice-section__title span::before {
        width: 15px;
        left: -25px;
    }
    .voice-section__title span::after {
        width: 15px;
        right: -25px;
    }
    p.voice-section__lead {
        text-align: left;
    }
    .voice-note {
        font-size: 12px;
        padding-top: 5px;
    }
}

/*もっと見る*/
.voice-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 230px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 80%);
    border-radius: 0 0 10px 10px;
    opacity: 1;
    transition: opacity 0.4s ease;
}
.voice-list.is-expanded::after {
    opacity: 0;
}
.button-blue.cover-btn {
    z-index: 2;
    position: absolute;
    bottom: 75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}
.button-blue.js-btn-close {
    margin: 30px auto 0;
    cursor: pointer;
}

/*-------------- 収益モデル --------------*/
.simulation__blocks {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
p.simulation__caption {
    text-align: center;
    padding-bottom: 20px;
}
.simulation__block {
    border: 2px solid var(--main-color);
    border-radius: 20px;
    padding: 4%;
}
p.simulation__title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}
.simulation__data-group {
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.simulation__data {
    gap: 10px;
    display: flex;
    justify-content: center;
    font-size: 24px;
    align-items: baseline;
}
.simulation__value span {
    padding: 0px 3px;
    color: var(--main-color);
    font-weight: 600;
    font-size: 32px;
}
.simulation__data-group {
    height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 3px dotted var(--main-color);
}
p.simulation__description {
    padding: 20px 10px;
    line-height: 1.6;
    font-size: 18px;
}
p.loyalty__cta-text {
    text-align: center;
}
/*ロイヤリティ*/
.loyalty__content {
    background: #F3FEFD;
    border: 2px solid var(--main-color);
    border-radius: 20px;
    margin-top: 30px;
    padding: 4%;
    display: flex;
    gap: 20px;
    flex-direction: column;
}
p.loyalty__text {
    text-align: center;
    line-height: 1.7;
}
/*資料請求*/
.loyalty__cta {
    display: flex;
    flex-direction: column;
    margin: 30px auto;
    align-items: center;
    gap: 15px;
}
.loyalty__cta-button {
    gap: 15px;
    display: flex;
    flex-direction: row;
    background: #fff;
    border: 2px solid var(--main-color);
    border-radius: 50px;
    padding: 20px 50px;
    align-items: center;
    box-shadow: 3px 4px 5px rgba(23, 193, 176, .15);
}
img.loyalty__cta-icon {
    width: 20px;
    height: 20px;
}
p.loyalty__cta-label {
    background: var(--main-color);
    color: #fff;
    padding: 2px 6px;
    border-radius: 5px;
}
p.loyalty__cta-main {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width:1365px){
    .simulation__blocks {
        gap: 15px;
    }
    .simulation__block {
        padding: 2%;
    }
    p.simulation__title {
        font-size: 24px;
    }
    .simulation__data-group {
        height: 90px;
        border-bottom: 2px dotted var(--main-color);
    }
    .simulation__data {
        font-size: 16px;
    }
    .simulation__value span {
        font-size: 28px;
    }
    p.simulation__description {
        padding: 15px 10px;
        font-size: 16px;
    }
    .loyalty__cta-button {
        gap: 10px;
        padding: 15px 30px;
        box-shadow: 2px 2px 5px rgba(23, 193, 176, .15);
    }
    p.loyalty__cta-label {
        font-size: 15px;
    }
    p.loyalty__cta-main {
        font-size: 18px;
    }
    img.loyalty__cta-icon {
        width: 17px;
        height: 17px;
    }
}
@media screen and (max-width:768px){
    p.simulation__caption {
        text-align: left;
    }
    .simulation__blocks {
        display: flex;
        flex-direction: column;
    }
    .simulation__block {
        padding: 20px;
    }
    p.simulation__title {
        font-size: 20px;
    }
    .simulation__value span {
        font-size: 24px;
        line-height: 1.2;
    }
    .simulation__data {
        font-size: 14px;
    }
    .simulation__data-group {
        height: 75px;
    }
    p.simulation__description {
        padding: 10px 5px 0;
        font-size: 14px;
    }
    .simulation__blocks {
        gap: 10px;
    }
    .loyalty__cta {
        margin: 15px auto;
    }
}

/*-------------- 運営サポート --------------*/
#franchise-support {
    margin-top: 100px;
}
.support-section {
  overflow: hidden;
}
.support-card img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 50%;
}
.support-card {
    width: 320px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    padding: 30px 20px;
    margin: 15px 10px;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, .1);
}
.support-card__label {
    background: var(--main-color);
    color: #fff;
    border-radius: 20px;
    padding: 2px 30px;
    font-weight: 500;
    margin: 10px auto;
}
.after-support-card__label {
    background: #FFCE2D;
    border-radius: 20px;
    padding: 2px 30px;
    font-weight: 500;
    margin: 10px auto;
}
.support-card__title {
    font-size: 18px;
    font-weight: 500;
    margin: 4px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 3em;
}
span.c-note2 {
    position: relative;
    font-size: 14px;
}
span.c-note2::after {
    content: "※";
    position: absolute;
    top: 1px;
    left: -12px;
    font-size: 12px;
}
@media screen and (max-width:768px){
    .slide-dots-blue {
        gap: 10px;
    }
    .slide-dots-blue li {
        width: 10px;
        height: 10px;
    }
    .support-card {
        width: 310px;
        padding: 40px 10px 25px;
    }
}

/*出店スケジュール*/
p.franchise-schedule__intro {
    text-align: center;
}
ul.franchise-schedule__list {
    display: flex;
    flex-direction: column;
    margin: 50px;
    gap: 20px;
}
li.franchise-schedule__item {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 30px;
}
.schedule__phase-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
p.franchise-schedule__phase {
    width: 90px;
    height: 90px;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 15px;
}
.franchise-schedule__period {
    width: 100%;
}
p.franchise-schedule__period-text {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}
.franchise-schedule__tasks ul {
    background: #fff;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, .1);
    padding: 18px 40px;
    line-height: 1.7;
    border-radius: 15px;
}
p.franchise-schedule__note {
    text-align: center;
    font-size: 14px;
}
li.franchise-schedule__task {
    text-indent: -1em;
    padding-left: 1em;
}
@media screen and (max-width:768px){
    p.franchise-schedule__intro {
        text-align: left;
    }
    ul.franchise-schedule__list {
        margin: 30px 5px;
    }
    p.franchise-schedule__phase {
        width: 65px;
        height: 65px;
        font-size: 12px;
    }
    li.franchise-schedule__item {
        grid-template-columns: 65px 1fr;
        gap: 10px;
    }
    p.franchise-schedule__period-text {
        font-size: 16px;
    }
    .franchise-schedule__tasks ul {
        padding: 15px;
    }
    p.franchise-schedule__note {
        text-align: left;
        font-size: 12px;
    }
}

/*よくある質問*/
.faq-list {
    margin-bottom: 60px !important;
}
.faq-list-question {
    background: #F5F5F5;
}
.faq-list-answer {
    border-right: 3px solid #F5F5F5;
    border-left: 3px solid #F5F5F5;
    border-bottom: 3px solid #F5F5F5;
    background: none !important;
}
@media screen and (max-width:768px){
    .faq-list {
        margin-bottom: 40px !important;
    }
    p.franchise-schedule__note {
        font-size: 12px;
    }
}

/*お問い合わせ*/
section#franchise-contact {
    background: #B5E3DE;
    margin-top: 40px;
    padding: 140px 0 50px;
}
.franchise-contact__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 50px;
}
.franchise-contact__item {
    background: #fff;
    padding: 0 20px 45px;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 320px;
    justify-content: flex-end;
}
img.franchise-contact__image {
    position: absolute;
    top: -30%;
    width: 260px;
    height: 215px;
    object-fit: contain;
}
.contact__cta-button {
    gap: 15px;
    display: flex;
    flex-direction: row;
    background: var(--main-color);
    border-radius: 50px;
    padding: 20px 50px;
    align-items: center;
    box-shadow: 3px 4px 5px rgba(23, 193, 176, .15);
}
p.contact__cta-main {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
img.contact__cta-icon {
    width: 25px;
    height: 25px;
}
p.franchise-contact__text {
    position: relative;
    font-weight: 500;
}
p.franchise-contact__text::before {
    content: "";
    width: 2px;
    height: 16px;
    background: #222;
    position: absolute;
    transform: rotate(-35deg);
    top: 35%;
    left: -15px;
}
p.franchise-contact__text::after {
    content: "";
    width: 2px;
    height: 16px;
    background: #222;
    position: absolute;
    transform: rotate(35deg);
    top: 35%;
    right: -15px;
}

@media screen and (max-width:1365px){
    .franchise-contact__inner {
        gap: 15px;
        padding: 0 25px;
    }
    img.franchise-contact__image {
        top: -35%;
        width: 185px;
        height: 185px;
    }
    .franchise-contact__item {
        padding: 0 20px 25px;
        border-radius: 10px;
        gap: 5px;
        width: 100%;
        height: 235px;
    }
    p.franchise-contact__text {
        font-size: 14px;
    }
    p.franchise-contact__text::before,
    p.franchise-contact__text::after {
        height: 16px;
        width: 1px;
    }
    p.contact__cta-main {
        font-size: 18px;
    }
    img.contact__cta-icon {
        width: 22px;
        height: 22px;
    }
    .contact__cta-button {
        padding: 15px 30px;
    }
}
@media screen and (max-width:768px){
    .franchise-contact__inner {
        display: flex;
        flex-direction: column;
        gap: 85px;
    }
    .franchise-contact__item {
        height: 225px;
        gap: 10px;
    }
    section#franchise-contact {
        background: #B5E3DE;
        margin-top: 40px;
        padding: 120px 0 50px;
    }
}

/*フッター*/
footer.franchise-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    gap: 20px;
}
.franchise-footer__logo a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
p.franchise-footer__copy {
    font-size: 14px;
    color: #777;
}