@charset "utf-8";
@import url("font.css");
@import url("reset.css");
@import url("base.css");

/* ==============================================

    * login

============================================== */
*{
    font-family: 'S-CoreDream', sans-serif !important;
}
html:has(.wrap.login),
body:has(.wrap.login){
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    min-width: 1400px;
}
.wrap.login{
    overflow-x: auto;
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    background-color: #d4e7fa;
}
#container{
    position: relative;
    width: 100%;
    height: 100dvh;
}
#container:after{
    display: block;
    content: '';
    clear: both;
}
.banner-wrap{
    float: left;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 7vw;
    padding-bottom: 70px;
    width: 29%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center 0;
    background-image: url('../image/login/bg_banner_wrap.png');
    background-size: cover;
}
.banner-wrap:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url('../image/login/img_banner_wrap.png');
    background-size: 100%;
}
.header-logo{
    text-align: center;
}
.header-logo h1 > img{
    height: 180px;
    max-height: 20vh;
}
.header-logo .tit{
    margin-top: 30px;
    font-size: 3.7rem;
    font-weight: 500;
    letter-spacing: -0.07em;
}
.header-logo .tit strong{
    font-size: 4.2rem;
    font-weight: 700;
    color: #00409f;
}
.header-logo .tit span{
    display: block;
    margin-top: 10px;
    font-size: 1.7rem;
    font-weight: 600;
    color: #999999;
    letter-spacing: -0.045em;
}
.btn.btn-link{
    display: inline-block;
    position: relative;
    min-width: 365px;
    padding: 20px;
    padding-right: 50px;
    background: linear-gradient(to right, #1d8bb4, #1d68b4);
    font-size: 1.7rem;
    font-weight: 500;
    color: #fff;
    text-align: left;
}
.btn.btn-link .icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.login-wrap{
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: -29%;
    z-index: 10;
    width: 29%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-image: url('../image/login/bg_banner_wrap.png');
    background-size: cover;
}
.login-tit{
    position: relative;
    margin-bottom: 25px;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    color: #1d8bb4;
    letter-spacing: -0.05em;
}
.login-tit:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 2px;
    background-color: #1d8bb4;
}
.login-tit > span{
    display: inline-block;
    padding-right: 20px;
    background-color: #d5e6fa;
    vertical-align: middle;
}
.login-tit strong{
    font-weight: 600;
    color: #304356;
}
.login-conbox{
    max-width: 365px;
    margin: 2.5vw auto 0;
}
.login-conbox .form-group{
    display: flex;
    align-items: center;
    gap: 10px;
    height: 60px;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 20px;
}
.login-conbox .form-group + .form-group{
    margin-top: 15px;
}
.login-conbox .form-item{
    height: 100%;
    border: 0;
    border-radius: 0;
    font-size: 14px;
}
.login-conbox .form-item::placeholder{
    color: #a0aec6;
    font-weight: 500;
}
.login-conbox .btn-wrap{
    margin-top: 15px;
}
.btn.btn-login{
    width: 100%;
    height: 70px;
    border-radius: 5px;
    background-color: #1d3963;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    text-indent: -5px;
}
.btn.btn-login .icon{
    display: inline-block;
    margin-top: -6px;
    margin-right: 5px;
    vertical-align: middle;
}
.btn.btn-login .icon img{
    vertical-align: middle;
}
.login-conbox .btn-wrap ul{
    margin-top: 20px;
}
.login-conbox .btn-wrap ul > li{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
    word-break: keep-all;
    letter-spacing: -0.05em;
}
.login-conbox .btn-wrap ul > li + li{
    margin-top: 10px;
}

.menu-wrap{
    display: flex;
    flex-direction: column;
    float: right;
    width: 71%;
    height: 100%;
    background-color: #fff;
}
.menu-con{
    display: block;
    flex: 1;
    position: relative;
    width: 100%;
    max-height: 25%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    letter-spacing: -0.06em;
}
.menu-con:not(:first-child){
    border-top: 1px solid #cdd3e1;
}
.menu-con:nth-child(1){
    background-image: url('../image/login/bg_menu01.png');
}
.menu-con:nth-child(2){
    border-top: 0;
    background-image: url('../image/login/bg_menu02.png');
}
.menu-con:nth-child(3){
    background-image: url('../image/login/bg_menu03.png');
}
.menu-con:nth-child(4){
    background-image: url('../image/login/bg_menu04.png');
}
.menu-con > a{
    display: block;
    width: 100%;
    height: 100%;
}
.menu-con:nth-child(1){
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 70px;
    color: #fff;
}
.menu-con:nth-child(1) .tit{
    display: block;
    margin-bottom: 20px;
    font-size: 4.5rem;
    font-weight: 600;
    color: #fff;
}
.menu-con .info-list > li{
    display: flex;
    gap: 15px;
    font-size: 1.8rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.075em;
    line-height: 1.7;
}
.menu-con .info-list > li strong{
    flex: 0 0 auto;
    min-width: 135px;
    font-weight: 600;
}
.menu-con .info-list > li strong{
    display: flex;
    align-items: center;
    gap: 12px;
}
.menu-con:has(.no-data){
    align-items: center;
    font-size: 4.5rem;
}
.menu-con > a{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 4% 60px;
    text-align: right;
    transition: 0.3s ease;
}
.menu-con .tit{
    font-size: 3rem;
    font-weight: 500;
    transition: 0.3s ease;
}
.menu-con:not(:first-child):before{
    opacity: 0;
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
}
.menu-con:nth-child(2){
    color: #1d3963;
}
.menu-con:nth-child(2):before{
    background-image: url('../image/login/bg_menu02_on.png');
}
.menu-con:nth-child(3){
    color: #1c70b5;
}
.menu-con:nth-child(3):before{
    background-image: url('../image/login/bg_menu03_on.png');
}
.menu-con:nth-child(4){
    color: #11a9c9;
}
.menu-con:nth-child(4):before{
    background-image: url('../image/login/bg_menu04_on.png');
}
.menu-con:not(:first-child):hover:before{
    opacity: 1;
}
.menu-con a > p{
    opacity: 0;
    margin-bottom: 20px;
    font-size: 1.7rem;
    line-height: 1.6;
}
.menu-con > a:hover{
    color: #fff;
}
.menu-con > a:hover .tit{
    font-size: 5rem;
}
.menu-con > a:hover > p{
    opacity: 1;
}