*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

.wrap {
    overflow: hidden;
    position: relative;
}

/*---br管理--*/
/*---スマホ時改行--*/
@media screen and (max-width: 480px) {
    .pc-br {
        display: none;
    }

    .tb-br {
        display: none;
    }

    .sp-br {
        display: block;
    }
}

/*---タブレット時改行--*/
@media screen and (min-width:481px) and (max-width: 1020px) {
    .pc-br {
        display: none;
    }

    .tb-br {
        display: block;
    }

    .sp-br {
        display: none;
    }
}

/*---PC時改行--*/
@media screen and (min-width:1021px) {
    .pc-br {
        display: block;
    }

    .tb-br {
        display: none;
    }

    .sp-br {
        display: none;
    }
}

.pc_item{display: block;}
.sp_item{display: none;}

html {
    font-size: 62.5%;
    font-family: 'Noto Sans JP', sans-serif;
}

body {
    background: #fff;
    background-repeat: no-repeat;
    color: #333;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 2.4rem;
    /* 24px*/
    line-height: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
}

.no_thx_ver {
    height: 99vh;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

header {
    background: url(../img/login_back_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 16.14583333333333vw;
    /*310px*/
    margin-bottom: 2.864583333333333vw;
    /*55px*/
}

h1 {
    position: absolute;
    top: 1.5625vw;/*30px*/
    left: 50%;
    transform: translateX(-50%);
    width: 60.3125vw;
    /*1158px*/
    height: 12.03125vw;
    /*231px*/
}

.orange_box {
    background: #FFB300;
    width: 8.229166666666667vw;
    /*158px*/
    height: 16.14583333333333vw;
    /*310px*/
}

.logo_pc {
    display: block;
}

.logo_sp {
    display: none;
}

.main_container {
    width: 1420px;
    margin: 80px auto 0;
    text-align: center;
}

h2 {
    font-size: 2.239583333333333vw;
    /*43px*/
    line-height: 3.28125vw;
    /*63px*/
    font-weight: bold;
}

.link_btn_box {
    margin: 4.791666666666667vw auto;
    /*92px*/
}

.link_btn {
    display: inline-block;
    background: #fbaa00;
    color: #fff;
    position: relative;
    padding: 0.78125vw 5.520833333333333vw 0.78125vw 5.46875vw;
    /*15px 106px 15px 105px*/
    border-radius: 2.604166666666665vw;
    /*50px*/
    font-size: 26px;
    /*26px*/
    font-weight: bold;
    margin: 0 auto;
    transition: all 0.3s;
}

.login_link_btn_box .link_btn {
    display: inline-block;
    background: #fbaa00;
    color: #fff;
    position: relative;
    padding: 1.197916666666667vw 12.08333333333333vw;
    /*23px 232px*/
    border-radius: 0;
    font-size: 26px;
    /*26px*/
    font-weight: bold;
    margin: 0 auto 5.989583333333333vw;
    /*115px*/
    transition: all 0.3s;
}

.link_btn:hover {
    background: #707070;
}

.arrow {
    width: 0.7291666666666667vw;
    /*14px*/
    height: 1.09375vw;
    /*21px*/
    background: url(../img/arrow_img.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 21px;
    /*21px*/
    right: 3.385416666666667vw;
    /*65px*/
    margin-left: -0.6249999999999996vw;
    transition: all 0.3s;
}

.login_link_btn_box .arrow {
    top: 29px;
    /*29px*/
}

.link_btn:hover .arrow {
    right: 2.864583333333333vw;
    /*55px*/
}

.txt_orange {
    color: #FBAA00;
    font-weight: bold;
    margin-top: 3.90625vw;
    /*75px*/
}

.txt_login_error{
    color: red;
    margin: -10px auto 50px;
}

/* form関係 */

.form_box {
    width: 1110px;
    margin: 1.041666666666667vw auto 3.90625vw;/*20px auto 75px*/
    text-align: left;
}

form {
    font-weight: bold;
}

label {
    background: #FBAA00;
    padding: 0 18px;
    margin-bottom: 10px;
}

input {
    display: block;
}

input[type="text"],
input[type="password"] {
    background-color: #EEEEEE;
    border-radius: 10px;
    width: 100%;
    height: 84px;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 50px;
    padding: 0 20px;
    font-family: 'Noto Sans JP', sans-serif;
}

input[type="text"]:-webkit-autofill::first-line,
input[type="password"]:-webkit-autofill::first-line{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #EEEEEE inset;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
    font-weight: bold;
}

.topbtn {
    position: fixed;
    bottom: 20px;
    right: 80px;
    display: none;
    width: 90px;
    height: 90px;
}

.footer {
    border-top: 1px solid #000;
    text-align: center;
    font-size: 12px;
    padding: 70px 0 75px;
}

@media screen and (max-width: 1420px) {

    .main_container {
        width: 100%;
        padding: 0 20px;
    }
    
    .arrow {
        width: 0.9859154929577465vw;
        /*14px*/
        height: 1.47887323943662vw;
        /*21px*/
        top: 18px;
    }
    
    .login_link_btn_box .arrow {
        top: 23px;
    }

}

@media screen and (max-width: 1150px) {

    body {
        font-size: 2.1rem;
        /*21px*/
    }
    
    /* form関係 */

    .form_box {
        width: 100%;
        padding: 0 20px;
    }

}

@media screen and (max-width: 834px) {

    header {
        background: url(../img/login_back_sp_img.jpg);
        height: 20.38369304556355vw;
        /*170px*/
        background-position: center;
    }

    h1 {
        width: 100%;
        height: 100%;
        position: static;
        text-align: center;
        transform: none;
        padding: 0 9.59232613908873vw;
        /*0 80px*/
        padding-top: 2.158273381294964vw;/*18px*/
    }

    .orange_box {
        position: absolute;
        top: 0;
        left: 0;
        height: 20.38369304556355vw;
        /*170px*/
    }
    
    h2 {
        font-size: 2.997601918465228vw;
        /*25px*/
        line-height: 4.796163069544365vw;
        /*40px*/
    }
    
    .form_box{
        margin-bottom: 0;
    }
    
    input[type="text"],
    input[type="password"]{
        border-radius: 1.199040767386091vw;
        height: 10.07194244604317vw;
        font-size: 3.597122302158273vw;
        padding: 0 2.398081534772182vw;
    }
    
    .txt_login_error {
        margin: 0px auto 50px;
    }
    
    .topbtn {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: block;
        width: 40px;
        height: 40px;
    }
    
    .footer{
        padding: 40px 0;
    }

}

@media screen and (max-width: 425px) {

    .pc_item {
        display: none;
    }

    .sp_item {
        display: block;
    }
    
    body {
        font-size: 1.6rem;
        line-height: 26px;
    }

    header {
        height: 100vw;
        /*425px*/
    }

    h1 {
        position: absolute;
        top: 68%;
        left: 52%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        padding: 0 10.58823529411765vw;/*45px*/
        z-index: 20;
    }

    .orange_box {
        height: 100vw;
        /*425px*/
        width: 25px;
    }

    .logo_pc {
        display: none;
    }

    .logo_sp {
        display: block;
    }
    
    h2 {
        font-size: 25px;
        line-height: 40px;
    }

    .main_container {
        padding: 0 10.58823529411765vw;/*45px*/
        margin: 80px auto 0;
    }
    
    .link_btn_box,
    .txt_orange{
        margin: 45px auto;
    }
    
    .link_btn {
        font-size: 15px;
        line-height: 20px;
        padding: 9px 70px 9px 40px;
        border-radius: 40px;
    }
    
    .login_link_btn_box .link_btn {
        font-size: 15px;
        line-height: 20px;
        padding: 9px 105px 9px 105px;
        margin-bottom: 100px;

    }
    
    .arrow {
        width: 14px;
        height: 21px;
        right: 28px;
    }
    
    .login_link_btn_box .arrow{
        top: 9px;
    }
    
    .txt_orange {
        font-size: 12px;
        line-height: 23px;
    }
    
    .form_box{
        padding: 0;
    }
    
    input[type="text"],
    input[type="password"]{
        width: 100%;
        height: 61px;
    }
    
    .footer{
        padding: 20px 0;
    }
    
}