@charset "utf-8";

body{
    background-color: #c4e5f6;
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-family:
    "游ゴシック", YuGothic,
    "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo,
    Arial, "Helvetica Neue", Helvetica,
    "Malgun Gothic", 맑은고딕,
    "Apple SD Gothic Neo",
    sans-serif;
}
body.subpage{
    background-color: #fff;
}

#ja{
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#ko{
    font-family: "Malgun Gothic", 맑은고딕, "Apple SD Gothic Neo", sans-serif;
}
#en{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.wrap{
    width: 92%;
    max-width: 1366px;
    margin: 0 auto;
}
.section{
    padding-bottom: 3rem;
}
.bg_white{
    background-color: #fff;
}
.bg_gray{
    background-color: #dedede;
}
.bg_blue{
    background-color: #c4e5f6;
}
.imgmargin{
    margin: 2rem auto;
}
.ttl_h2{
    font-weight: 700;
    font-size: 1.5rem;
}
h2.pagettl{
    padding: 5rem 0 1rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #000;
    font-size: 2rem;
    font-weight: 700;
}
img{
    width: 100%;
}
a:hover{
    opacity: .8;
}

#header{
    position: relative;
}
.headerbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    top:20px;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
}
.subpage #header{
    position:static;
    height: 80px;
}
.subpage .headerbox{
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transform: translateX(0%);
    width: 92%;
    margin:0 auto;
    padding: 10px 0;
}

.logo{
    width: 30%;
}
.menu_language{
    display: flex;
    flex-direction: column;
    gap:5px;
}
.menu_language a{
    display: block;
    padding: 2px 2rem;
    background-color: #fff;
    border-radius: 3px;
    /*border: 1px solid #ccc;*/
    text-align: center;
    font-size: .8rem;;
}
.header_copy {
    position: absolute;
    top:180px;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 700;
}
.header_copy span{
    display: block;
    padding: 5px 10px;
    width: fit-content;
    background: #fff;
}
/*JAKOの強み*/
.ttlArea{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3rem 2%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;

}
.ttl_merit{
    background-image: url(../img/bg_ttl.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/*サービス*/
.bg_service{
    background-image: url(../img/bg_service.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 2%;
    color: #fff;
}
.bg_service .ttl_h2{
    text-align: center;
}
.service_list{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 3rem;
}
.service_list li{
    background-color: rgba(255, 255, 255, .2);
    border-radius: 5px;
    color: #fff;
    padding: 1rem;
    width: 100%;
    font-size: .9rem;
    line-height: 1.4;
}
.service_list h3{
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: .5rem;
    /*padding-left: 50px;*/
}
.service_list h3::before{
    content: "";
    display: inline-block;
    background-image: url(../img/arrow_check.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

/*成功実績*/
.bg_result{
    background-image: url(../img/bg_result.jpg);
    background-color: #060c2c;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 3rem 2%;
    color: #fff;
}
.bg_result .ttl_h2{
    text-align: center;
}
.bg_result ul.result_list{
    width: fit-content;
    margin: 3rem auto 0;
    line-height: 2;
    font-size: 1.2rem;
}
.bg_result ul.result_list li{
    border-bottom: 1px dotted #466b9b;
    padding: .5rem 1rem;
    text-align: left;
    line-height: 1.5;
}
.bg_result ul.result_list li::before{
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1rem;
    background-image: url(../img/arrow_check_green.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/*費用*/
.ttl_cost{
    text-align: center;
    color: #000;
    padding: 3rem 0;
}
.btnarea_contact{
    width: 100%;
    /*background-color: #c4e5f6;*/
    border-radius: 5px;
    padding: 3rem;
    margin-top: 5rem;
    color:#466b9b;
    text-align: center;
}
.btnarea_contact p{
    font-size: 1.2rem;
    font-weight: 700;
}

/*会社情報*/
.ttl_company{
    text-align: center;
    color: #000;
    padding: 3rem 0;
}
.company_list{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.company_list dt{
    width: 100%;
    padding: 1rem;
    border-bottom: none;
    background-color: #616161;
    color:#fff;
}
.company_list dd{
    width: 100%;
    padding: 1rem;
    border-bottom: none;
}
/*QRコード*/
.qrArea{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 6rem 0;
}
.qrArea li{
    width: calc((100% - 4rem) / 3);
}
.qrArea li p{
    font-size: .8rem;
    text-align: center;
    padding: .5rem;
    line-height: 1;
}

/*お問い合わせ*/
.bg_contact{
    background-image: url(../img/bg_contact.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 2%;
}
.ttl_contact{
    text-align: left;
    color: #fff;
}
.ttl_contact h2{
    text-align: center;
}
.btn_contact{
    display: block;
    border-radius: 5px;
    background-color: #000;
    padding: 2rem ;
    text-align: center;
    margin: 2rem auto 0;
    width: 100%;
    color: #fff;
}
.btn_contact::before{
    content: "";
    display: inline-block;
    background-image: url(../img/icon_mail.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    width: 2.5rem;
    height: 1.2rem;
    margin-right: .5rem;
}

/*フッター*/
#footer{
    background-color: #060c2c;
    color: #466b9b;
    font-size: .8rem;
    padding: 2rem 0;
}
.footerwrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:5px;
    width: 92%;
    max-width: 1366px;
    margin: 0 auto;
}
.btn_top{
    text-align: center;
    color: #c4e5f6;
    padding-bottom: 2rem;
}

/*プライバシーポリシー*/
h3.ttl_h3_privacypage{
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 1rem;
}
.privacy_list{
    list-style:disc;
    padding-left: 2rem;
    margin: 1rem 0;
}
.privacyContact{
    margin-top: 1rem;
}


@media (min-width:768px) {/*pC*/
    .section{
        padding-bottom: 5rem;
    }
    #header{
        width: 100%;
        position: relative;
    }
    .headerbox{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: absolute;
        top:20px;
        left: 50%;
        transform: translateX(-50%);
        width: 92%;
    }
    .subpage #header{
        position:static;
        height: 120px;
    }
    .subpage .headerbox{
        position:static;
    }
    .logo img{
        width: auto;
    }
    .menu_language{
        display: flex;
        flex-direction: row;
        gap:5px;
    }
    .header_copy {
        position: absolute;
        top:150px;
        font-size: 3rem;
        line-height: 1.5;
        font-weight: 700;
    }
    .header_copy span{
        display: block;
        padding: 5px 10px;
        width: fit-content;
        background: #fff;
    }

    .ttl_h2{
        font-weight: 700;
        font-size: 2rem;
    }
    /*JAKOの強み*/
    .ttlArea{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 8rem 2%;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        color: #fff;
    }
    /*サービス*/
    .bg_service{
        background-image: url(../img/bg_service.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        padding: 5rem 2%;
        color: #fff;
    }
    .service_list{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem;
        margin-top: 5rem;
    }
    .service_list li{
        background-color: rgba(255, 255, 255, .2);
        border-radius: 5px;
        color: #fff;
        padding: 1rem;
        width: calc((100% - 3rem) / 4);
    }
    /*成功実績*/
    .bg_result{
        background-image: url(../img/bg_result.jpg);
        background-color: #060c2c;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 3rem 2%;
        color: #fff;
    }
    .bg_result ul.result_list li{
        border-bottom: 1px dotted #466b9b;
        padding: .5rem 1rem .5rem 25px;
        text-align: left;
    }

    /*会社情報*/
    .ttl_company{
        text-align: center;
        color: #000;
        padding: 5rem 0;
    }
    .company_list{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .company_list dt{
        width: 20%;
        padding: 1rem;
        border-bottom: 1px solid #466b9b;
        background-color: #dedede;
        color: #000;
    }
    .company_list dd{
        width: 80%;
        padding: 1rem;
        border-bottom: 1px solid #466b9b;
    }

    /*QRコード*/
    .qrArea{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 3rem;
        margin-top: 3rem;
    }
    .qrArea li{
        width: calc((100% - 15rem) / 6);
        font-size: .8rem;
    }

    /*お問い合わせ*/
    .bg_contact{
        background-image: url(../img/bg_contact.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        padding: 5rem 2%;
    }
    .contactBox{
        display: flex;
        justify-content: space-around;
    }
    .contactBox > div{
        flex: 1;
    }
    .ttl_contact{
        text-align: center;
        color: #fff;
        padding-bottom: 5rem;
        text-align: left;
    }
    .ttl_contact h2{
        margin-bottom: 1rem;
        text-align: left;
    }
    .btn_contact{
        display: block;
        border-radius: 5px;
        background-color: #000;
        padding: 3rem 5rem;
        text-align: center;
        margin: 2rem auto 0;
        width: 80%;
        font-size: 1.2rem;
        color: #fff;
    }

    /*フッター*/
    .footerwrap{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
}
