@charset "UTF-8";
/* ===========================
login.css
============================== */

/* login_screen */
.login_screen {
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: url(../../img/login/login_back.jpg) center center no-repeat;
    background-size: cover;
}

.login_screen_inner {
    max-width: 1080px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.login-ttl {
    width: 100%;
    margin-bottom: 40px;
}

.login-ttl .mv_img {
    width: 70%;
    margin: 40px auto 0;
    position: relative;
}

.login-ttl .mv_img .laptop_screen {
    width: 74.3%;
    height: 80%;
    position: absolute;
    top: 8%;
    left: 13%;
    overflow: hidden;
}

.login-ttl .mv_img .laptop_screen img,
.login-ttl .mv_img .laptop_screen video {
    vertical-align: top;
    width: 100%;
    filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
    border: none;
    outline: none;
    z-index: 1;
    position: relative;
    top: 0;
    left: 0;
    /* 以下だみー */
    animation: dummy-screen 10s ease infinite;
}

@keyframes dummy-screen {
    0% {
        top: 0;
    }
    15% {
        top: 0;
    }
    25% {
        top: -30%;
    }
    35% {
        top: -30%;
    }
    50% {
        top: -150%;
    }
    60% {
        top: -150%;
    }
    70% {
        top: -180%;
    }
    80% {
        top: -180%;
        transform: scale(1, 1);
    }
    81% {
        top: -190%;
        transform: scale(1.1, 1.1);
    }
    82% {
        top: -180%;
        transform: scale(1, 1);
    }
    90% {
        top: -180%;
    }
    100% {
        top: 0;
    }
}

/* だみーここまで */
.login-ttl .mv_img .speech {
    width: 113px;
    position: absolute;
    top: -20%;
    left: -20%;
    z-index: 2;
}

.resize_area {
    margin-top: 30px;
    position: relative;
}

.resize-txt {
    margin: 0;
    font-size: 0.9375rem;
    transform: skewX(0.03deg);
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
}

.resize-txt span {
    font-weight: 800;
}

.resize-txt a {
    color: #fff;
}

.resize-txt a:hover {
    text-decoration: none;
    color: #F29400;
}

.resize-btn {
    margin: 15px 0 0;
}

.resize-btn a {
    padding: 0.3em 4em;
    font-size: 0.875rem;
    transform: skewX(0.03deg);
    font-weight: 800;
    text-decoration: none;
    line-height: 1;
    color: #0398C2;
    background-color: #fff;
    border: #0398C2 2px solid;
    border-radius: 1em;
    transition: all 0.2s;
}

.resize-btn a:hover {
    color: #fff;
    background-color: #0398C2;
    border: #fff 2px solid;
}

.login-panel {
    width: 100%;
    padding: 50px 40px 50px 50px;
    background-color: #fff;
    border-radius: 15px;
}

.ps-panel_ttl {
    margin: 0 0 30px;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.ps-panel_txt {
    margin: 0;
    font-size: 0.9375rem;
    transform: skewX(0.03deg);
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.08em;
}

.ps-panel_txt.red {
    color: red;
}

.ps-panel_txt a {
    font-weight: 800;
    color: #054793;
}

.ps-panel_txt a:hover {
    text-decoration: none;
    color: #027AE4;
}

.ps-login-form {
    margin: 25px 0 0;
}

.ps-login-form > div {
    margin-bottom: 20px;
}

.ps-login-form input.ps-login-input {
    width: 100%;
    padding: 0.7em 1em;
    font-size: 1.0625rem;
    transform: skewX(0.03deg);
    border-color: #cecece;
    border-radius: 0;
}

.ps-login-form button.ps-login-btn {
    margin-right: 0.5em;
    border-radius: 5px;
}

.ps-panel_news {
    margin-top: 30px;
}

.news_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news_list li {
    margin: 10px 0 0;
    padding: 10px 0 0;
    font-size: 0.9375rem;
    transform: skewX(0.03deg);
    line-height: 1.45;
    border-top: #000 1px solid;
}

.news_list li:first-child {
    border-top: none;
}

.news_list li a {
    color: #027AE4;
    transition: all 0.2s;
}

.news_list li a:hover {
    text-decoration: none;
    color: #80BCF1;
}

.more_news {
    margin: 5px;
    font-size: 0.75rem;
    transform: skewX(0.03deg);
    text-align: right;
}

.more_news a {
    color: #027AE4;
}

.more_news a:hover {
    text-decoration: none;
    color: #80BCF1;
}

@media screen and (min-width: 48em) {
    /* 768px md */
    .login-ttl {
        width: 53%;
        padding-right: 20px;
    }

    .login-ttl .mv_img .speech {
        top: 15%;
        left: -11%;
    }

    .resize_area {
        width: 50%;
        margin-top: 30px;
        position: absolute;
        bottom: 10px;
        z-index: 99;
    }

    .login-panel {
        width: 47%;
        min-height: 600px;
    }
}


@media screen and (min-width: 35.5em) {
    /* 568px sm */
}

@media screen and (min-width: 48em) {
    /* 768px md */
}

@media screen and (min-width: 64em) {
    /* 1024px lg */
}

@media screen and (min-width: 80em) {
    /* 1280px xl */
}
