
@media (min-width: 768px) {


    .gradient_ruby_outer {
        margin-bottom: .5555rem;
    }
    .gradient_ruby {
        font-size: 1.33333rem;
    }
    .gradient_button {
        position:relative;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        color: #FFF;
        height: 3.3333rem;
        max-width: 14.074rem;
        border-radius: 1.851rem;
        font-weight: 700;
        transition: all 0.3s ease-in-out;
        margin: auto;
        z-index:0;
        overflow: hidden;
    }
    /* .gradient_button:hover {
        background: linear-gradient(to right, #FC6767, #EC008C);
    } */
    .gradient_button:before{
        content:"";
        width:100%;
        height:100%;
        position:absolute;
        z-index:-1;
        left:0;
        transition:0.5s;
        background:linear-gradient(to right, #FC6767, #EC008C);
    }
    
    .gradient_button:after{
        content:"";
        width:100%;
        height:100%;
        position:absolute;
        z-index:-2;
        left:0;
        background: linear-gradient(to right , #EC008C , #FC6767);
    }
    .gradient_button:hover::before {
        opacity: 0;
    }
    .gradient_button2 {
        height: 3.3333rem;
        max-width: 14.074rem;
        border-radius: 1.851rem;
    }
    .gradient_button2 .gradient_button2_font {
        border-radius: 1.851rem;
    }
    
    /* 
    *
    *
    *
    *
    *
    * 
    */


    .entrance_container {
        min-height: 48.3333rem;
        /* height: 47.037rem; */
        padding-top: 3.888rem;
        padding-left: 5.555rem;
        padding-right: 0;
        padding-bottom: 0;
        background-image: url("../img/top/PC-TOP.jpg");
    }
    .entrance_body {
        width: 50%;
        margin-top: 11.8888rem;
    }
    .entrance_tf {
        font-size: 1.52777rem;
        line-height: 1em;
        margin-bottom: 1.666rem;
    }
    .entrance_mf {
        font-size: 4rem;
        line-height: 5.2777rem;
        margin-top: -.63444rem;
        margin-bottom: 1.666rem;
    }
    .entrance_tags {
        justify-content: start;
    }
    .entrance_tags_item {
        width: 8.333rem;
        height: 2.222rem;
        margin-right: 1.111rem;
    }
    .entrance_tags_item p {
        line-height: 2.222rem;
        font-size: 1.111rem;
    }
    .entrance_policy_links {
        display: flex;
        padding-top: 1.111rem;
    }
    .entrance_policy_link_item {
        margin-right: 1.111rem;
        transition: all .3s linear;
        cursor: pointer;
    }
    .entrance_policy_link_item:hover {
        opacity: .8;
    }
    .entrance_policy_link_item a {
        font-family: "lineseedJP",sans-serif;
        position: relative;
        font-size: .6666rem;
        color: #000;
        padding-left: 1.111rem;
    }
    .entrance_policy_link_item a::before {
        position: absolute;
        left: 0;
        top: 50%;
        content: "";
        display: inline-block;
        width: .6rem;
        height: .6rem;
        background: url("../img/common/gray_bottom_arrow.svg");
        background-size: contain;
        background-repeat: no-repeat;
        transform: rotate(30deg) translateY(-50%);
        filter: brightness(0);
    }
    .entrance_entry_button_wrapper {
        position: fixed;
        width: auto;
        margin-top: 0;
        top: 33.8888rem;
        right: 3.888rem;
        bottom: unset;
        left: unset;
        z-index: 3;
    }
    .entrance_entry_button {
        width: 11.1111rem;
        height: 11.1111rem;
        flex-direction: column;
        align-items: center;
        justify-content: unset;
        text-align: center;
        padding-top: 1.666rem;
        border-radius: 50%;
        margin-left: 0;
        box-sizing: border-box;
    }
    .entrance_entry_button a {
        border-radius: 50%;
    }
    .entrance_entry_button_img {
        display: block;
        width: 6.3888rem;
        margin-bottom: 1.2222rem;
    }
    .entrance_entry_button p {
        font-size: 1.111rem;
        padding-bottom: .4444rem;
        border-bottom: 2px solid #FFF;
    }
    .entrance_entry_button_icon_wrap {
        position: relative;
        right: unset;
        width: 3.333rem;
        height: 3.333rem;
        border: 3px solid #FFF;
        background-color: #FFF;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: .5555rem;
        margin-right: 0;

        background-image: url(../img/common/smartphone_pink.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1.1289rem auto;
    }
    
    .top_about_container , .top_plan_container{
        padding-top: 3.888rem;
        padding-left: 3.888rem;
        padding-right: 3.888rem;
    }
    .top_about_body {
        padding-top: 3.888rem;
        padding-left: 0;
        padding-right: 0;
        border-radius: 2.222rem;
    }
    .top_about_title_wrap {
        margin-bottom: 2.777rem;
    }
    .top_about_title_logo {
        height: 3.888rem;
    }
    .top_about_large_text_box {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    .top_about_large_text {
        font-size: 2rem;
        line-height: 2.777rem;
        padding-left: .5555rem;
        padding-right: .5555rem;
        width: fit-content;
    }
    .top_about_desc {
        max-width: 50rem;
        font-size: 1.111rem;
        line-height: 2.777rem;
        margin: auto;
        margin-top: -.8333rem;
        margin-bottom: 5.555rem;
    }
    .top_about_minititle {
        height: 2.5rem;
    }
    .top_about_feature {
        padding-bottom: 3.8888rem;
    }
    .top_about_feature_inner {
        display: flex;
        justify-content: center;
        padding-top: 3.888rem;
        margin-bottom: 3.888rem;
    }
    .top_about_feature_body1 , .top_about_feature_body2 {
        width: 50%;
        margin-bottom: 0;
    }
    .top_about_feature ol {	
        padding-left: 2.407rem;
        margin-right: 3.0555rem;
        margin-bottom: 0;
    }
    .top_about_feature li {
        max-width: 24.7222rem;
        min-height: 7.2222rem;
        border-radius: .5555rem;
        margin-left: auto;
    }
    .top_about_feature li::before {
        width: 2.777rem;
        height: 2.777rem;
        font-size: 1.2222rem;
        transform: translate(-1.3888rem , -50%);
    }
    .top_about_feature li:last-child {margin-bottom: 0;}
    .top_about_feature_list_inner {
        padding-top: 1.3888rem;
        padding-left: 2.5rem;
    }
    .top_about_feature_list_inner_title {
        font-size: 1.2222rem;
        margin-bottom: 0.8333rem;
    }
    .top_about_feature_list_inner_desc {
        max-width: 19.6111rem;
        font-size: .8888rem;
        line-height: 1.333rem;
        margin-top: -.2222rem;
    }
    .top_about_feature_body2 img {
        width: 35.5555rem;
    }

    /* プラン */
    .top_plan_title , .top_option_title , .top_faq_title , .footer_contact_title {
        font-size: 2.777rem;
    }
    .top_faq_title {
        color: #000;
    }
    .top_plan_table_container {
        display: flex;
        justify-content: center;
        padding-top: 2.777rem;
        margin-bottom: 2.777rem;
    }
    .top_plan_table_item {
        max-width: 550px;
        border-radius: 1.111rem;
        padding-top: 1.666rem;
        padding-left: 2.777rem;
        padding-right: 2.777rem;
        padding-bottom: 1.666rem;
        margin-bottom: 0;
        margin-right: 1.38888rem;

    }
    .plan_table_head {
        line-height: .75em;
    }
    .plan_table_title1 {
        font-size: 3.0555rem;
        line-height: 1em;
        padding-top: .41666rem;
        margin-bottom: 1.111rem;
    }
    .plan_table_title1 span {
        font-size: 1.02666rem;
    }
    .plan_table_desc_divider::before  {
        top: .4629rem;
    }
    .plan_table_desc {
        padding-left: .55555rem;
        padding-right: .55555rem;
        margin-bottom: 1.666rem;
    }
    .plan_table_ruby {
        line-height: 1.666rem;
        border-radius: .8333rem;
    }
    .plan_table_price_box {
        margin-bottom: .8333rem;
        margin-bottom: 0;
    }
    .plan_table_price {
        font-size: 6.6666rem;
        line-height: 1em;
    }
    .plan_table_tax {
        font-size: 1.03333rem;
    }
    .plan_table_yen {
        font-size: 3.0666rem;
        margin-bottom: 1.5rem;
    }
    .plan_table_desc_add {
        font-size: 1.111rem;
        font-weight: 700;
        text-align: center;
    }
    .top_plan_table_item.top_plan_table_item2 {
        margin-left: 1.38888rem;
        margin-left: 1.38888rem;
        margin-bottom: 0;
    }
    


    .top_option_list {
        width: 66.6666rem;
        /* max-width: 1200px; */
        /* padding-left: 8.61111rem; */
        justify-content: unset;
        margin: auto
    }
    .top_option_list::after {
        width: 13.8888rem;;
    }
    .top_option_list_box {
        padding-left: 3.888rem;
        padding-right: 3.888rem;
        margin-bottom: 3.888rem;
    }
    .top_option_list_item {
        border-radius: 0.5555rem;
        height: 8.3333rem;
        width: 13.8888rem;
        margin-right: 2.777rem;
        margin-bottom: 2.777rem;
    }
    .top_option_caution {
        width: 66.6666rem;
        max-width: 1200px;
        padding-left: 0;
        padding-right: 0;
        margin: auto
    }
    .top_option_caution_title {
        font-size: 1.4444rem;
        margin-bottom: 1.666rem;
    }
    .top_option_caution_desc {
        font-size: .6666rem;
        line-height: 1.3333rem;
        margin-top: -.3333rem;
        margin-bottom: 2.4444rem;
    }
    .top_option_caution_list_container {
        flex-direction: row;
    }
    .top_option_caution_list {
        padding-left: 1rem;
        box-sizing: border-box;
    }
    .top_option_caution_list:nth-child(1) {
        width: 14.4444rem;
        order: 1;
    }
    .top_option_caution_list:nth-child(2) {
        order: 3;
    }
    .top_option_caution_list:nth-child(3) {
        width: 20.5555rem;
        order: 2;
    }
    .top_option_caution_list li {
        font-size: .6666rem;
        margin-bottom: .8888rem
    }
    .top_option_caution_list li:last-child {margin-bottom: 0;}
    

    .top_faq_container {
        padding-top: 3.888rem;
        padding-left: 3.888rem;
        padding-right: 3.888rem;
    }
    .top_faq_body {
        padding-top: 3.888rem;
        padding-left: 11.3888rem;
        padding-right: 11.3888rem;
        padding-bottom: 3.888rem;
        border-radius: 2.222rem;
    }
    .top_faq_list {
        margin-bottom: 3.888rem;
    }
    .top_faq_list_item {
        padding-bottom: 1.6666rem;
        padding-left: 1.6666rem;
        padding-right: 1.6666rem;
        border-radius: 0.5555rem;
        border: 1px solid;
    }
    .top_faq_list_item_head a {
        line-height: 2.222rem;
        padding-left: 3.05555rem;
        padding-right: 2.222rem;
    }
    .faq_accordion_icon span {
        width: .8802rem;
        height: .1666rem;
        top: 0.75rem;
    }
    .top_faq_list_item_body_desc {
        padding-left: 3.05555rem;
        padding-right: 5.3555rem;
        margin-top: 1.666rem;
    }
    .top_faq_list_item_body_desc::before {
        line-height: 1.6666rem;
    }
    .top_faq_list_item_head a::before {
        line-height: 1.6666rem;
    }
    

    /* 汎用 */
    .subpage_top {
        background-size: cover;
        min-height: 33.3333rem;
        padding-top: 3.888rem;
    }
    .subpage_top_title_wrap {
        justify-content: start;
        height: 29.4444rem;
        padding-left: 3.888rem;
    }
    .subpage_top_title {
        font-size: 2.777rem;
    }
    .bread {
        padding-left: 3.888rem;
    }
    .breadCrumb {
        height: 2.777rem;
    }
    .common_bk_title p {
        font-size: 2rem;
        line-height: 1em;
        margin-top: 0;
    }
    .fluid_gradient_border {
        height: .2222rem;
    }

    /* ABOUT */
    .subpage_top.subpage_top__about {
        background-image: url("../img/pc-about-top.jpg");
    }
    .main.main2 .top_about_container {
        padding-top: 0;
    }
    .main.main2 .top_about_body {
        padding-left: 8.6111rem;
        padding-right: 8.6111rem;
    }
    .about_problem_container {
        max-width: 1150px;
        margin:auto;
    }
    .about_problem_title p {
        width: fit-content;
        padding-left: .83333rem;
        padding-right: .83333rem;
        margin: auto;
        margin-bottom: 2.777rem;
    }
    .about_problem_list_box {
        padding-left: 4.1666rem;
        padding-right: 4.1666rem;
        margin-bottom: 2.222rem;
    }
    .about_problem_list {
        flex-wrap: nowrap;
    }
    .about_problem_list li {
        width: 12.2222rem;
        max-width: 220px;
        border-radius: .5211rem;
        margin-bottom: 0;
    }
    .about_problem_list_over {
        inset: .1111rem;
        border-radius: .4077rem;
    }
    .about_problem_list_title {
        padding-top: 1.5555rem;
        padding-bottom: 1.0555rem;
    }
    .about_problem_list_title::after {
        height: .1666rem;
    }
    .about_problem_list_desc {
        padding-top: 1rem;
        padding-bottom: 1.2777rem;
    }
    .about_problem_desc {
        padding-bottom: 3.888rem;
    }
    .about_problem_desc p {
        line-height: 2.777rem;
        margin-top: -.8333rem;
        margin-bottom: -.8333rem;
    }

    .about_feature_container {
        padding-top: 3.888rem;
    }
    .about_feature_container .top_about_feature_inner {
        padding-top: 3.888rem;
        padding-bottom: 1.666rem;
    }
    .about_role_container {}
    .about_role_title {
        width: fit-content;
        margin: auto;
    }
    .about_role_title p {
        font-size: 1.6666rem;
        line-height: 1em;
        font-weight: 700;
        margin-bottom: 0.74rem;
    }
    .about_role_desc p {
        font-size: 1.3333rem;
        padding-top: 2.777rem;
        margin-top: -.3333rem;
        margin-bottom: 2.4444rem;
    }
    .about_role_image img {
        height: 13.888rem;
    }
    .about_point_container {
        padding-top: 3.888rem;
        padding-left: 3.888rem;
        padding-right: 3.888rem;
    }
    .about_point_body {
        max-width: 1150px;
        padding-left: 8.6111rem;
        padding-right: 8.6111rem;
        margin: auto;
    }
    .about_point_list_box {
        max-width: 1000px;
        width: 55.5555rem;
        margin: auto;
    }
    .about_point_list_box ol {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .about_point_list_box li {
        max-height: 300px;
        max-width: 300px;
        margin-bottom: 2.777rem;
    }
    .about_point_list_item {
        border-radius: .5555rem;
        min-height: 16.6666rem;
        min-width: 16.6666rem;
        max-height: 300px;
        max-width: 300px;
        padding-top: 1.9444rem;
        margin-bottom: 0;
    }
    .about_point_list_box li:last-child .about_point_list_item {
        margin-bottom: unset;
    }
    .about_point_list_item::before {
        top: .5555rem;
        left: .5555rem;
        width: 1.111rem;
        height: 1.111rem;
    }
    .about_point_list_item_image img {
        width: 7.2222rem;
        margin-bottom: 1.111rem;
    }
    .about_point_list_box li:nth-child(5) .about_point_list_item_image img {
        width: 5.83611rem;
    }
    .about_point_list_item_title {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 2.5rem;
        margin-bottom: .6999rem;
    }
    .about_point_list_item_title p {
        font-size: 1.1111rem;
        line-height: 1.3888rem;
        margin-top: 0;
        margin-bottom: 0;
    }
    .about_point_list_item_desc {
        max-width: unset;
    }
    .about_point_list_box li:nth-child(4) .about_point_list_item_desc {
        max-width: unset;
    }
    .about_point_list_box li:nth-child(3) .about_point_list_item_desc ,
    .about_point_list_box li:nth-child(6) .about_point_list_item_desc {
        max-width: unset;
    }
    .about_point_list_item_desc p {
        max-width: 14.7rem;
        margin: auto;
    }
    .about_point_list_box li:nth-child(4) .about_point_list_item_desc p {
        max-width: 14.73rem;
    }
    .about_point_list_box li:nth-child(3) .about_point_list_item_desc p ,
    .about_point_list_box li:nth-child(6) .about_point_list_item_desc p {
        max-width: 14.7rem;
    }
    .about_point_list_box li:nth-child(4) > div , .about_point_list_box li:nth-child(5) > div , .about_point_list_box li:nth-child(6) > div {
        margin-bottom: 0;
    }
    .about_point_list_item_desc p {
        max-width: 14.7rem;
        font-size: .7777rem;
        line-height: 1.3333rem;
        padding-bottom: 1.851rem;
    }

    .about_compare_container {
        padding-top: 3.888rem;
        padding-left: 3.888rem;
        padding-right: 3.888rem;
    }
    .about_compare_body {
        border-radius: 2.222rem;
        padding-top: 3.888rem;
        padding-left: 8.6111rem;
        padding-right: 8.6111rem;
    }
    .about_compare_body_inner {
        max-width: 670px;
        padding-left: 13.25rem;
        padding-right: 13.25rem;
        margin: auto;
    }
    .about_compare_title {
        font-size: 2.2222rem;
        line-height: 2.5rem;
        margin-bottom: 2.777rem;
    }
    .about_compare_table {
        text-align: center;
        margin-bottom: 1.111rem;
    }
    .about_compare_desc {
        font-size: 2rem;
        line-height: 3rem;
        padding-top: 2.222rem;
        padding-bottom: 1.111rem;
        margin-top: -.25em;
        margin-bottom: -.25em;
    }

    /* SUPPORT */
    .subpage_top.subpage_top__support {
        background-image: url("../img/pc-support-top.jpg");
    }
    .support_faq_container {
        padding-left: 3.888rem;
        padding-right: 3.888rem;
    }
    .support_faq_body {
        border-radius: 2.222rem;
        margin-bottom: 3.703rem;
    }
    .support_faq_body_inner_01 {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 1.666rem;
    }
    .support_faq_body_inner_02 {}
    .support_inner_links ol {
        display: flex;
        justify-content: center;
        padding: 0;
        margin: 0;
    }
    .support_inner_links li {
        border-radius: .5555rem;
        width: 16.6666rem;
        height: 7.7777rem;
        margin-right: 2.777rem;
        margin-bottom: 0;
    }
    .support_inner_links li:last-child {
        margin-right: 0;
    }
    .support_inner_links li a {
        position: absolute;
        inset: 0;
    }
    .support_inner_links_box {
        inset: .1111rem;
        padding-top: 1.5555rem;
        padding-bottom: 1.5555rem;
        border-radius: .4266rem;
    }
.support_inner_links_title p {
    color: #000;
    font-size: 1.3333rem;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: .6666rem;
}
.support_inner_links_bottom_arrow img {
    height: .6666rem;
}
    .support_common_title_md {
        font-size: 1.9444rem;
        line-height: 1em;
        margin-bottom: 1.666rem;
    }
    .support_common_title_lg {
        font-size: 2.777rem;
    }
    .support_common_container {
        padding-top: 3.888rem;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 3.888rem;
    }
    .support_faq_mini_container {
        padding-top: 3.888rem;
    }
    .support_faq_mini_container .top_faq_list {
        max-width: 58.3333rem;
        padding-top: 0;
        margin: auto;
    }

    .support_flow_container {
        border-radius: 1.4814rem;
        margin-bottom: 3.703rem;
    }
    .support_flow_body_outer {
        padding-top: 3.888rem;
        padding-left: 0;
        max-width: 1460px;
        margin: auto;
    }
    .flow_item:nth-child(3) > div {
        padding-bottom: 2.777rem;
    }
    .support_flow_body {
        padding-left: 8.333rem;
    }
    .flow_item_inner_01::before {
        left: 5.555rem;
        border-left: 2px dotted #D1D2D2;
    }
    .flow_item:nth-child(2) .flow_item_inner_02 {
        padding-bottom: 0;
    }
    .flow_item:nth-child(3) .flow_item_inner_02 , .flow_item:nth-child(4) .flow_item_inner_02 {
        padding-top: 2.222rem;
        padding-bottom: 0;
    }
    .flow_icon {
        width: 11.1111rem;
        height: 11.1111rem;
    }
    .flow_icon_circle {
        inset: .16666rem;
    }
    .flow_icon_circle img {
        max-width: 100%;
        width: 8.3333rem;
    }
    .flow_item:last-child .flow_icon_circle img {
        width: 7.969rem;
    }
    .flow_item_inner_02 {
        padding-left: 4.444rem;
        padding-bottom: 3.6111rem;
    }
    .flow_item_title p {
        font-size: 1.666rem;
        line-height: 1em;
        margin-top: 0;
        margin-bottom: 1.666rem;
    }
    .flow_item_desc {}
    .flow_item_text_01 {
        line-height: 1em;
        margin-top: 0;
        margin-bottom: .8333rem;
    }
    .flow_item_text_02 {
        line-height: 1em;
        margin-bottom: 0.7777rem;
    }
    .flow_item_text_03 {
        line-height: 1em;
        margin-top: 0;
        margin-bottom: 1.666rem;
    }
    .flow_item_text_04 {
        font-size: .7777rem;
        line-height: 1em;
        letter-spacing: -.05em;
        margin-top: 0;
        margin-bottom: 1.6666rem;
    }
    .flow_item_text_04.flow_item_text_04_2 {
        margin-bottom: 1.111rem;
    }
    .flow_item_text_04.flow_item_text_04_3 {
        font-size: .8888em;
        line-height: 1em;
        letter-spacing: 0;
        margin-bottom: 0;
    }
    .flow_item_text_02_wrap {
        display: flex;
    }
    .flow_item_text_02_wrap > p:first-child {
        margin-right: .6666rem;
    }
    .flow_item_certificate {
        margin-bottom: 1.3888rem;
    }
    .flow_item_certificate li {
        font-size: .7777rem;
        padding-left: 0.8333rem;
        margin-bottom: 0;
    }
    .flow_item_certificate li:nth-child(odd) {
        margin-right: 0;
    }
    .flow_item_certificate li::before {
        display: none;
    }
    .flow_item .gradient_button {
        max-width: 10rem;
        margin-bottom: .8333rem;
    }

    .support_company_table_body {
        padding-top: 3.888rem;
    }
    .support_company_table {
        max-width: 52.2222rem;
        margin: auto;
        margin-bottom: 3.888rem;
    }
    .support_company_table th , .support_company_table td {
        font-size: 0.8888rem;
        padding-top: 1.5555rem;
        padding-bottom: 1.4444rem;
    }
    .support_company_table th {
        min-width: 12.2222rem;
        color: #000;
    }
    .support_company_table td {
        line-height: 1rem;
    }
    .support_company_table td span {
        margin-right: .83333rem;
    }
    .support_company_table a {
        display: inline-block;
        padding-right: 1.3888rem;
        margin-right: 1.8888rem;
    }
    .gmap_wrap {
        text-align: center;
    }
    .gmap_wrap iframe {
        min-height: 33.3333rem;
        max-width: 52.2222rem;
        margin: auto;
    }



/* プライバシーポリシー */
.subpage_top.subpage_top__policy {
    background-image: url("../img/pc-privacypolicy-top.jpg");
}
.policy_container {
    padding-left: 3.888rem;
    padding-right: 3.888rem;
}
.policy_body {
    max-width: 81.1111rem;
    max-width: unset;
    border-radius: 2.222rem;
    padding-top: 5.555rem;
    padding-bottom: 3.888rem;
    padding-left: 2.777rem;
    padding-right: 2.777rem;
    margin: auto;
}
.policy_item {
    display: flex;
    margin-bottom: 3.888rem;
}
.policy_item_title {
    width: 30.5555rem;
    margin-bottom: 0;
}

.policy_item_title p {
    font-size: 1.3333rem;
    line-height: 2.1666rem;
    margin-top: -.4166rem;
    margin-bottom: -.4166rem;
}
.policy_item_title p span {
    font-size: 1.111rem;
    line-height: 1.3333rem;
}
.policy_item_desc {
    flex:1;
    margin-bottom: 0;
}
.policy_item_desc p {
    font-size: 0.8888rem;
    line-height: 1.7777rem;
    margin-top: -.4444rem;
    margin-bottom: -.4444rem;
    letter-spacing: -.029em;
}
.policy_date p {
    padding-left: 30.5555rem;
    font-size: 0.8888rem;
}


.subpage_top.subpage_top__term {
    background-image: url("../img/pc-term-top.jpg");
}
.term_container {
    padding-left: 3.888rem;
    padding-right: 3.888rem;
}
.term_body {
    max-width: 81.1111rem;
    max-width: unset;
    border-radius: 2.222rem;
    padding-top: 5.555rem;
    padding-bottom: 3.888rem;
    padding-left: 11.1111rem;
    padding-right: 11.1111rem;
    margin: auto;
}
.franchise_body > div {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.term_item {
    display: flex;
    margin-bottom: 3.888rem;
}
.term_item:last-child {margin-bottom: 0;}
.term_item_title {
    width: 19.4444rem;
    margin-bottom: 0;
}

.term_item_title p {
    font-size: 1.3333rem;
    line-height: 2.1666rem;
    margin-top: -.4166rem;
    margin-bottom: -.4166rem;
}
.term_item_title p span {
    font-size: 1.111rem;
    line-height: 1.3333rem;
}
.term_item_desc {
    flex:1;
    margin-bottom: 0;
}
.term_item_desc p {
    font-size: 0.8888rem;
    line-height: 1.7777rem;
    margin-top: -.4444rem;
    margin-bottom: -.4444rem;
    letter-spacing: -.029em;
}
.term_date p {
    padding-left: 30.5555rem;
    font-size: 0.8888rem;
}



/* お問い合わせ */
.subpage_top.subpage_top__contact {
    background-image: url("../img/pc-contact-top.jpg");
}
.contact_container {
    padding-left: 2.592rem;
    padding-right: 2.592rem;
}
.contact_body {
    max-width: 81.1111rem;
    max-width: unset;
    border-radius: 2.222rem;
    padding-top: 5.555rem;
    padding-bottom: 3.888rem;
    padding-left: 8.333rem;
    padding-right: 8.333rem;
    margin: auto;
}
.contact_body > div {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}
.contact_desc p {
    max-width: 100%;
    letter-spacing: -.02em;
}
.contact_row {
    display: flex;
    margin-bottom: 1.666rem;
}
.contact_label {
    width: 18.3333rem;
    margin-bottom: unset;
}
.contact_label p {
    font-size: 0.8888rem;
    line-height: 1.3333;
    padding-top: 1.24722rem;
    margin-top: -.4444rem;
    margin-bottom: -.4444rem;
}
.contact_row:first-child .contact_label p {
    padding-top: .4444rem;
}
.contact_label p span.asterisk {
    font-size: .6666rem;
}
.contact_form_control {
    flex:1;
}
.input_radio label {
    cursor: pointer;

}
.input_radio span {
}

.input_radio input[type="radio"]:checked:before {
    width: .6666rem;
    height: .6666rem;
}
.contact_form_control input[type="text"] {
    height: 3.333rem;
    border-radius: .27777rem;
    font-size: .8888rem;
    padding-top: 1.2666rem;
    padding-bottom: 1.2666rem;
    padding-left: 1.666rem;
}
.contact_form_control input.half , .contact_form_control input.pc_half {
    max-width: 22.2222rem;
}
.contact_form_control textarea {
    min-height: 11.1111rem;
    height: 3.333rem;
    border-radius: .27777rem;
    font-size: .8888rem;
    padding-top: 1.2666rem;
    padding-bottom: 1.2666rem;
    padding-left: 1.666rem;
    margin-bottom: 1.851rem;
}
.contact_term {
    border-radius: .27777rem;
    padding-top: 1.2666rem;
    padding-bottom: 1.2666rem;
    padding-left: 1.666rem;
    font-size: 0.7777rem;
    line-height: 1.1666rem;
    max-height: 13.8888rem;
    margin-bottom: 1.851rem;
}
.contact_confirm_check_wrap {
    width: 100%;
    margin-bottom: 0;
}
.contact_submit {}
.contact_submit a {}
.contact_confirm_box {
    max-width: 22.2222rem;
    height: 3.333rem;
    border-radius: .1055rem;
    cursor: pointer;
    font-size: 0.8888rem;
    margin-left: 18.3333rem;
    margin-bottom: 0;
}
.contact_confirm_box input {
    height: .8888rem;
    width: .8888rem;
    max-width: 1.185rem;
    /* margin-right: 1.111rem; */
}
.contact_submit_wrap {
    width: 100%;
}
.contact_submit {
    max-width: 22.2222rem;
    height: 3.333rem;
    font-size: .8888rem;
    border-radius: .10555rem;
    margin: auto;
    margin-left: 18.3333rem;
}

.contact_confirm__modal .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 2.777rem;
    width: 60%;
}
.contact_confirm__modal p {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 500;
    margin-bottom:  1.851rem;
    white-space: pre-wrap;
}

.contact_confirm__modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.contact_confirm__modal .close:hover,
.contact_confirm__modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/* 加盟店募集 */
.subpage_top.subpage_top__franchise {
    background-image: url("../img/pc-franchise-top.jpg");
}
.franchise_container {
    padding-left: 3.888rem;
    padding-right: 3.888rem;
}
.franchise_body {
    max-width: 81.1111rem;
    max-width: unset;
    border-radius: 2.222rem;
    padding-top: 5.555rem;
    padding-bottom: 3.888rem;
    padding-left: 12.7777rem;
    padding-right: 12.7777rem;
}
.franchise_title {
    margin-bottom: 2.777rem;
}
.franchise_title p {
    font-size: 2.3333rem;
    line-height: 3.5rem;
    margin-top: -.5833rem;
    margin-bottom: -.5833rem;
}
.franchise_desc p {
    font-size: 1.111rem;
    line-height: 2.777rem;
    letter-spacing: -.02em;
    padding-left: 0;
    padding-right: 0;
    margin-top: -.8333rem;
    margin-bottom: -.8333rem;
}
.franchise_body_inner2 {
    padding-bottom: 3.888rem;
}
.franchise_body_inner3 {
    padding-top: 3.888rem;
    padding-left: 0;
    padding-right: 0;
}
.franchise_body_inner3::before {
    left: 0;
    width: 100%;
    height: .16666rem;
}
.franchise_subtitle {
    margin-bottom: 1.111rem;
}
.franchise_body_inner3 .franchise_subtitle {
    margin-bottom: 2.777rem;
}
.franchise_subtitle p {
    font-size: 2.333rem;
}
.franchise_subtitle_mini {
    margin-bottom: 2.777rem;
}
.franchise_subtitle_mini p {
    font-size: 1.3888rem;
    padding-top: 1.111rem;
}
.franchise_circle1_list {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.666rem;
}
.franchise_circle1_item {
    flex-direction: row;
    max-width: calc(100% / 5 * 2);
}
.franchise_circle1_item:last-child {
    max-width: calc(100% / 5 * 1);
}
.franchise_circle1 {}
.franchise_circle1 img {
    width: 11.1111rem;
    max-width: 100%;
}
.franchise_circle1_right {
    flex-direction: column;
    height: 4.8148rem;
    align-items: center;
}
.franchise_circle1_right_arrow {
    padding-top: 4.4444rem;
}
.franchise_circle1_right_arrow img {
    height: 2.1111rem;
    transform: rotate(-90deg);
}
.franchise_circle1_right_desc p {
    max-width: 7.2222rem;
    font-size: .7777rem;
    line-height: 1rem;
    height: 2.222rem;
    padding-left: .4277rem;
    padding-right: .4277rem;
    margin-top: 1.5555rem;
}
.franchise_circle1_right_desc.mini p {
    position: relative;
    font-size: .61111rem;
    line-height: .8333rem;
    margin-top: -1.5555rem;
}
.franchise_circle1_right_desc.mini p::after {
    position: absolute;
    top: 100%;
    content: "※郵送の場合は別途送料がかかります。";
    font-family: 'Noto Sans JP', sans-serif;
    font-size: .5555rem;
    line-height: .7777rem;
    color: #727171;
    padding-top: .5555rem;
}

.franchise_circle1_right_desc.franchise_circle1_right_desc_img {
}
.franchise_circle1_right_desc.franchise_circle1_right_desc_img p {
    line-height: .75em;
    padding-top: 0.5444rem;
    padding-left: .3555rem;
    padding-right: .2333rem;
    margin-top: 1rem;
}
.franchise_circle1_right_desc p img {
    width: 4.077rem;
}
.franchise_circle1_desc {
    padding-left: 0;
    padding-right: 0;
}
.franchise_circle1_desc p {
    width: fit-content;
    font-size: .9444rem;
    line-height: 1.3888rem;
    padding-left: 0;
    margin-left: auto;
    margin-top: -.2222rem;
    margin-bottom: -.2222rem;
}
.franchise_circle2_right {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
}
.franchise_circle1_right_arrow.franchise_circle2_arrow {
    padding-top: 1.3888rem;
    padding-top: 1.9444rem;
}
.franchise_circle1_right_arrow.franchise_circle2_arrow img {
    height: 7.2222rem;
    transform: rotate(-90deg);
}
.franchise_circle3_right {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
}
.franchise_circle1_right_arrow.franchise_circle3_arrow img {
    height: auto;
    width: 3.888rem;
    transform: rotate(0);
    margin: auto;
}
.franchise_bg_bk_title {}
.franchise_bg_bk_title p {
    padding-left: .77777rem;
    padding-right: .7777rem;
    margin-bottom: 1.666rem;
}
.franchise_flow_list1 {
    max-width: 100%;
}
.franchise_flow_list1.franchise_flow_list2 {
    margin-bottom: 3.888rem;
}
.franchise_flow_list1 li {
    font-size: 0.95rem;
    padding-left: .458rem;
    padding-right: 0.8888rem;
    margin-bottom: 0;
}
.franchise_flow_list1 li::before {
    width: .2222rem;
    height: .2222rem;
    left: .1222rem;
}
.franchise_flow_titlebox {
    display: flex;
    align-items: center;
    margin-bottom: 1.666rem;
}
.franchise_flow_titlebox p {
    margin-bottom: 0;
}
.franchise_flow_desc {
    font-size: .7916rem;
    line-height: 1em;
    padding-left: 1.111rem;
    margin-bottom: unset;
}
.franchise_flow1 {
    display: flex;
    margin-bottom: 2.777rem;
}
.franchise_flow_item {
    display: flex;
    flex-direction: row;
}
.franchise_flow_item_body1 , .franchise_flow_item_body2 {
    display: flex;

    justify-content: space-between;
}
.franchise_flow_item_body1 > div , .franchise_flow_item_body2 > div {
    max-width: 100%;
    width: 100%;
}
.franchise_flow_item_body1 {
    width: 12.2222rem;
    flex-direction: column;
}
.franchise_flow_item:last-child .franchise_flow_item_body1 {
    width: 15.5555rem;
}
.franchise_flow_item_body2 {
    width: 7.777rem;
}
.franchise_flow_item_title  {
    height: 4.444rem;
    border: 2px solid #000;
}
.franchise_flow_item_title p {
    font-size: 1.108rem;
    line-height: 1.5833rem;
}
.franchise_flow_item_desc {
    font-size: 0.7122rem;
    line-height: 1.266rem;
    padding-top: 1.111rem;
    margin-top: -.2777rem;
    margin-bottom: -.2777rem;
}
.franchise_flow_item_arrow {
    max-height: 4.444rem;
    padding-top: 0;
    padding-bottom: 0;
}
.franchise_flow_item_arrow img {
    transform: rotate(-90deg);
    height: 1.7222rem;
}
.franchise_flow_last_desc {}
.franchise_flow_last_desc p {
    font-size: 1.2666rem;
    line-height: 1.38888rem;
}
.franchise_flow_last_desc p span {
    font-size: 1.1083rem;
}






























    .pc-none {
        display:none;
    }
    .sp-none {display: block;}

    .viewmore_btn {
        width: 10rem;
        height: 3.333rem;
        border-radius: 1.66666rem;
        font-size: .7777rem;
    }
    .viewmore_btn i {
        left: 1.36444rem;
    }

    .c-btn {
        border-radius: 1.66667rem;
        font-weight:600;
        font-size: .7777rem;
        width: 10rem;
        height: 3.333rem;
    }
    
    .c-btn__inner {
        border-radius: 2rem;
    }
    
    
    .c-btn__circle {
        left:1.36444rem;
    }
    
    .c-btn__circle,.c-btn__circle>span {
        height: 5px;
        width: 5px
    }
    
    .c-btn__circle>span {
        transform: translate3d(-50%,-50%,0);
        transition: width .35s cubic-bezier(.87,.24,.36,1),height .35s cubic-bezier(.87,.24,.36,1);
    }
    

    /* ページの先頭のタイトル */

    .c-sectMaskTitle__text {
        font-size: 4.333rem;
        margin-bottom: 1.102rem;
    }
    .c-sectMaskTitle__desc {
        line-height: 1.666rem;
        margin-top: .8vw;
        font-size: 1.111rem;
        font-weight: 600;
    }

    .c-sectMaskTitle__textLayerA .middle , .c-sectMaskTitle__textLayerB .middle {
        font-size: 3.703rem;
        font-weight: 700;
    }
    .c-sectMaskTitle__textLayerA .mini , .c-sectMaskTitle__textLayerB .mini {
        font-size: 2rem;
        font-weight: 700;
        line-height: 1em;
    }
    .top_container_title_double .c-sectMaskTitle__textLayerA , .top_container_title_double .c-sectMaskTitle__textLayerB {
        flex-direction: row;
    }

    /* ページの先頭のタイトル   END */





    .toppage_subtitle {
        margin-bottom: 1.1111rem;
        text-align: left;
    }
    .recruit_container .toppage_subtitle , .news_container .toppage_subtitle {
        margin-bottom: 2.777rem;
    }
    
    .c2-sectMaskTitle__text {
        font-size: 4.3333rem;
    }
    .top_container__policy .c2-sectMaskTitle__text {
        font-size: 4.3333rem;
    }
    
    
    .c2-sectMaskTitle__desc {
        margin-top: .8vw;
    }
    
















}
@media (min-width: 1900px) {
    html {
        font-size: 18px;
    }
}