body, button, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, input, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-weight: 400;
}

body {
    line-height: 1.8;
    font-size: 1rem;
    color: #212121;
    background: #ffffff;
}

@media screen and (min-width:992px) {
    body {
        font-size: 1.125rem;
    }
}

ul {
    padding-inline-start: 0;
}

li {
    list-style: none;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

.content-fluid {
    /* container-fluid */
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.contentbox {
    /* container */
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 576px) {
    .contentbox {
        max-width: 540px;
    }
}

@media screen and (min-width: 768px) {
    .contentbox {
        max-width: 720px;
    }
}

@media screen and (min-width: 992px) {
    .contentbox {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    .contentbox {
        max-width: 1140px;
    }
}

.rowline {
    /* row */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*-------------------- 共用樣式 --------------------*/

:root {
    --com-color: #212121;
    --txt-color: #0C9251;
    /* --main-color1: #55d040;
    --btn-color: linear-gradient( #55d040, #55d040 30%, #1bbc00 84%, #55d040); */
    --main-color1: #11d073;
    --btn-color: linear-gradient( #11d073, #11d073 30%, #00a364 84%, #11d073);
    --btn-shadow: 0 0 0 6px #a4ffc0;
    --sale-color: #ff4400;
    --transition-com: all 0.2s ease;
}

.line-h14 {
    line-height: 1.4;
}

.line-h16 {
    line-height: 1.6;
}

.line-h18 {
    line-height: 1.8;
}

.border_com {
    border: 3px solid #000000;
}

.box-shadow-com {
    box-shadow: 3px 4px 0 #000000;
}

.dbl-shadow::before {
    content: "";
    position: absolute;
    display: block;
    top: 15px;
    left: 12px;
    width: 100%;
    height: 100%;
    background: var(--main-color1);
    z-index: -1;
}

/*-------------------- 主視覺 --------------------*/

#main_top>h1 {
    display: block;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 1px;
    padding: 0;
    margin: 0;
}

#main_top {
    width: 100%;
    height: 0;
    padding-bottom: 27.083%;
    position: relative;
    background: url(../images/top_1920x520.jpg) no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    #main_top {
        width: 100%;
        height: 0;
        padding-bottom: 71.11%;
        background: url(../images/top_900x640.jpg) no-repeat center;
        background-size: cover;
    }
}

/*-------------------- Nav --------------------*/

.nav_bar {
    position: relative;
    z-index: 999;
    background: var(--main-color1);
    color: #ffffff;
}

@media screen and (max-width: 991px) {
    .nav_bar .h4 {
        font-size: 1.25rem;
    }
}

.nav_bar .rowline>div {
    padding: 1.8% 0;
    transition: var(--transition-com);
    text-align: center;
}

.nav_bar .rowline>div>a::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f255';
    font-weight: 400;
    font-size: 1.5rem;
    margin-right: 15px;
}

.nav_bar .rowline>div:hover {
    background: var(--txt-color);
    color: #ffffff;
}

.nav_bar .rowline>div>a:hover {
    color: #ffffff;
}

.nav_bar .rowline>div:hover>a::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f256';
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .nav_bar .rowline>div>a::before {
        font-size: 1.25rem;
        margin-right: 10px;
    }
}

/* Safari 6.1+ */

/* @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio:0){
    .nav_bar>ul li:nth-of-type(1), .nav_bar>ul li:last-of-type {
        height: 3.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

} */

/*-------------------- 大背景 --------------------*/

.background_items {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    /* z-index:1; */
}

.sec_z-index {
    position: relative;
    z-index: 1;
}

.background_items>.bg-item {
    background: url(../images/bg_mid.png) no-repeat top center/cover;
    width: 100%;
    min-height: 900px;
}

.item-wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    height: 48.5vw;
    display: block;
}

.item-wrapper>.bg-item {
    position: absolute;
}

.item-wrapper>.bg-item:nth-child(1) {
    left: 0;
    bottom: 0;
    width: 12.71vw;
    height: 0;
    padding-bottom: 266.8%;
    background: url(../images/bg_left.png) no-repeat left bottom/contain;
}

.item-wrapper>.bg-item:nth-child(2) {
    right: 0;
    top: 0;
    width: 13.75vw;
    height: 0;
    padding-bottom: 282.58%;
    background: url(../images/bg_right.png) no-repeat right top/contain;
}

@media screen and (max-width: 575px) {
    .item-wrapper {
        height: 200vw;
    }
    .item-wrapper>.bg-item:nth-child(1) {
        width: 25vw;
    }
    .item-wrapper>.bg-item:nth-child(2) {
        width: 25vw;
    }
}

/*-------------------- 前言 #foreword_area --------------------*/

.contentbox_main {
    padding: 60px 0;
}

.contentbox_main>h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.contentbox_main>h5 {
    text-align: center;
    color: #ffffff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.contentbox_main>h5.note {
    text-align: left;
}

#foreword_area .rowline {
    position: relative;
}

#foreword_area .rowline>div:nth-of-type(2) {
    position: absolute;
    left: 52.5%;
    top: 60px;
    padding-left: 0;
    padding-right: 0;
    
}

#foreword_area .rowline>div:nth-of-type(2)>P{
    background: rgba(255, 255, 255, 0.8);
    padding: 1rem 0 1rem 1rem;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

@media screen and (max-width: 1199px) {
    #foreword_area .rowline>div:nth-of-type(2) {
        left: 50%;
        flex: 0 0 53%;
        max-width: 53%;
    }
}

@media screen and (max-width: 991px) {
    #foreword_area .rowline>div:nth-of-type(2) {
        left: 48%;
        flex: 0 0 55%;
        max-width: 55%;
    }
}

@media screen and (max-width: 767px) {
    #foreword_area .rowline>div:nth-of-type(2) {
        position: relative;
        left: 0;
        top: 0;
        padding: 1.5rem;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #foreword_area .rowline>div:nth-of-type(2)>P{
        padding: 0;
    }
}



/*-------------------- 加盟優勢 #overriding_area --------------------*/

#main_sec {
    position: relative;
}

#overriding_area {
    position: relative;
}

@media screen and (max-width: 767px) {
    #overriding_area .rowline>.col-md-4 {
        padding-right: 2rem;
        padding-left: 2rem;
        margin-bottom: 1.5rem;
    }
}

.overriding_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.icon_box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: 10px solid #55a4f2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.icon_box>img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: auto;
}

.icon_box>img[src*="top_icon01"] {
    width: 80.58%;
}

.icon_box>img[src*="top_icon02"] {
    width: 64%;
}

.icon_box>img[src*="top_icon03"] {
    width: 72.86%;
}

.hover_box {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    transform: translateX(100%);
    transition: var(--transition-com);
}

.overriding_box:hover .hover_box {
    transform: translateX(0);
}

@media screen and (max-width: 991px) {
    .overriding_box {
        overflow: visible;
        width: 100%;
        height: auto;
        padding-bottom: 0;
    }
    .icon_box {
        position: relative;
        width: 100%;
        height: 0;
        border-width: 6px;
        padding-bottom: 100%;
        border-bottom: none;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-bottom-right-radius: 0;
        -moz-border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .hover_box {
        position: relative;
        display: flex;
        width: 100%;
        height: auto;
        margin-top: -1rem;
        padding: 1rem 0;
        color: #ffffff;
        background: #55a4f2;
        z-index: 0;
        transform: translateX(0);
        transition: none;
        -webkit-border-bottom-right-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-bottom-right-radius: 20px;
        -moz-border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}

.hover_box>ul {
    max-width: 80%;
    margin: auto;
}

.hover_box>ul>li {
    --li-space: 1.22rem;
    text-indent: calc(var(--li-space) * -1);
    padding-left: var(--li-space);
}

@media screen and (max-width: 1199px) {
    .hover_box>ul {
        max-width: 85%;
    } 
    .hover_box>ul>li {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 991px) {
    .hover_box>ul>li {
        font-size: 1rem;
    }
}

/*-------------------- 加盟流程 #process_area --------------------*/

.step_item {
    text-align: center;
    position: relative;
    margin-bottom: 2rem;
}

.step_item::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    position: absolute;
    font-weight: 900;
    font-size: 30px;
    display: inline-block;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--main-color1);
}

.step_item:nth-child(4)::after, .step_item:last-child::after {
    display: none;
}

@media screen and (max-width: 575px) {
    .step_item::after {
        display: none;
    }
}

.step_item>.step_icon {
    width: 125px;
    height: 125px;
    margin: 0 auto;
    margin-bottom: 1rem;
    background: var(--main-color1);
    display: flex;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media screen and (max-width: 991px) {
    .step_item>.step_icon {
        width: 100px;
        height: 100px;
        margin-bottom: 0;
    }
}

.step_item>.step_icon>img {
    margin: auto;
    height: auto;
}

.step_item:nth-of-type(1)>.step_icon>img {
    width: 62.4%;
}

.step_item:nth-of-type(2)>.step_icon>img {
    width: 56%;
}

.step_item:nth-of-type(3)>.step_icon>img {
    width: 38.4%;
}

.step_item:nth-of-type(4)>.step_icon>img {
    width: 57.6%;
}

.step_item:nth-of-type(5)>.step_icon>img {
    width: 60.8%;
}

.step_item:nth-of-type(6)>.step_icon>img {
    width: 64%;
}

.step_item:nth-of-type(7)>.step_icon>img {
    width: 61.6%;
}

.step_item>.step_title {
    color: var(--txt-color);
}

.more_btn {
    text-align: center;
}

.con_btn {
    display: inline-block;
    padding: 8px 24px;
    background: var(--btn-color);
    color: #ffffff;
    font-size: 24px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 6px var(--txt-color);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: var(--transition-com);
}

.con_btn:hover {
    color: #ffffff;
    box-shadow: var(--btn-shadow);
}

.con_btn::before {
    content: '';
    display: inline-block;
    width: 55px;
    height: 35px;
    background: url(../images/btn_icon.png) no-repeat center/contain;
    margin-right: 10px;
    margin-bottom: -5px;
    filter: drop-shadow(0 2px 2px var(--txt-color)) drop-shadow(0 2px 2px var(--txt-color));
}

@media screen and (max-width: 767px) {
    .con_btn {
        display: inline-block;
        padding: 8px 24px;
        background: var(--btn-color);
        color: #ffffff;
        font-size: 22px;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 6px var(--txt-color);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: var(--transition-com);
    }
    .con_btn:hover {
        color: #ffffff;
        box-shadow: var(--btn-shadow);
    }
    .con_btn::before {
        content: '';
        display: inline-block;
        width: 44px;
        height: 28px;
        background: url(../images/btn_icon.png) no-repeat center/contain;
        margin-right: 10px;
        margin-bottom: -5px;
        filter: drop-shadow(0 2px 2px var(--txt-color)) drop-shadow(0 2px 2px var(--txt-color));
    }
}

/*-------------------- 照片輪播 #carousel_area --------------------*/

#carousel_area {}

.open-carousel img {
    width: 99%;
    height: auto;
}

@media screen and (max-width: 575px) {
    .open-carousel img {
        width: 100%;
        height: auto;
    }
}

/*-------------------- 加盟Q&A #note_area --------------------*/

.note_qa {
    padding-right: 1rem;
    padding-left: 1rem;
}

.note_qa>ul {
    max-width: 1000px;
    margin: 0 auto;
}

.note_qa>ul>li:nth-child(even) {
    color: var(--txt-color);
    margin-bottom: 1rem;
}

:root {
    --fix-btn: 96px;
}

#btn_top {
    position: fixed;
    right: 0;
    z-index: 999;
}

#btn_con {
    position: fixed;
    right: 0;
    bottom: calc(160px - var(--fix-btn) - 3px);
    z-index: 999;
}

#btn_top>a, #btn_con>a {
    display: flex;
    width: var(--fix-btn);
    height: var(--fix-btn);
}

@media screen and (max-width: 991px) {
    :root {
        --fix-btn: 80px;
    }
}

@media screen and (max-width: 767px) {
    :root {
        --fix-btn: 70px;
    }
}

#btn_top>a {
    background: #9ddbff;
}

#btn_con>a {
    background: var(--main-color1);
    transition: var(--transition-com);
}

#btn_con>a:hover {
    background: #30be11;
}

#btn_top>a>img, #btn_con>a>img {
    margin: auto;
    height: auto;
}

#btn_top>a>img {
    width: 43.75%;
}

#btn_con>a>img {
    width: 78.125%;
    filter: drop-shadow(0 1px 1px var(--txt-color)) drop-shadow(0 1px 1px var(--txt-color)) drop-shadow(0 3px 2px var(--txt-color));
}

@media screen and (max-width: 767px) {
    iframe {
        height: 2600px;
    }
}

@media screen and (max-width: 575px) {
    iframe {
        height: 2750px;
    }
}