
@charset "utf-8";
h1{
background:rgba(242,239,227,0.6);
text-align:center;
width:100%;
height:110px;
position:relative;
z-index:10;
}

h2{
font-size:33px;
width:330px;
max-width:90%;
margin:-110px auto 0;
text-align:center;
background:url(../../common/img/h2_bg.png) no-repeat center center;
background-size:cover;
color:#fff;
padding:180px 0 60px;
letter-spacing: 0.1em;
}
h2 span{
font-size:15px;
display: block;
}
h2 span:before{
content:"";
display: block;
background:#fff;
height:2px;
width:40px;
margin:10px auto 20px;
}

.login_area{
background:url(../img/login_bg_pc.png) no-repeat center center;
background-size:cover;
padding:90px 0 80px;
margin-bottom:80px;
color:#fff;
}
.login_txt{
font-size:23px;
text-align:center;
margin-bottom:40px;
line-height:1.5em;
}
.login_form{
max-width:770px;
margin:0 auto;
}
.login_box{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:10px;
}
.login_input{
width:70%;
background:#fff;
font-size:25px;
padding:0.5em;
border:1px solid #b3896d;
box-sizing:border-box;
color:#333;
}
.login_input input{
width:100%;
}
.login_box .hidden{
display:none;
}

.login_btn{
width:30%;
background:#b3896d;
font-size:25px;
padding:calc(0.5em + 2px);
text-align:center;
border:1px solid #b3896d;
box-sizing:border-box;
}
.login_btn button{
width:100%;
}

.login_area .note{
font-size:13px;
text-align:left;
}

.request_box{
display:flex;
justify-content:space-between;
align-items:center;
max-width:1140px;
margin:0 auto 60px;
}
.request_txt{
width:67%;
font-size:20px;
line-height:1.5em;
}
.request_btn{
width:30%;
}

.line_aera{
text-align:center;
}

@media screen and (max-width: 950px) {
h1{
text-align: center;
position:static;
transform: translateX(0);
z-index:10;
width:auto;
background:transparent;
}

h2{
font-size:10vw;
width:100%;
max-width:100%;
margin:0 auto;
padding:10% 0;
}
h2 span{
font-size:4vw;
}
h2 span:before{
margin:3% auto;
}

.login_area{
background:url(../img/login_bg_sp.png) no-repeat center center;
background-size:cover;
padding:10% 0 10%;
margin-bottom:10%;
color:#fff;
}
.login_txt{
font-size:4vw;
text-align:center;
margin-bottom:40px;
line-height:1.5em;
}
.login_form{
max-width:90%;
margin:0 auto;
}
.login_box{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:10px;
}
.login_input{
width:70%;
background:#fff;
font-size:18px;
padding:0.5em;
border:1px solid #b3896d;
box-sizing:border-box;
}
.login_input input{
width:100%;
}
.login_btn{
width:30%;
background:#b3896d;
font-size:18px;
padding:calc(0.5em + 2px);
text-align:center;
border:1px solid #b3896d;
box-sizing:border-box;
}
.login_btn button{
width:100%;
}

.login_area .note{
font-size:12px;
text-align:left;
}

.request_box{
display:block;
max-width:85%;
margin:0 auto 10%;
text-align:center;
}
.request_txt{
width:100%;
font-size:18px;
line-height:1.5em;
margin:0 auto 5%;
}
.request_btn{
width:100%;
}

.line_aera{

}
.line_box{
color:#fff;
font-size:18px;
line-height:1.5em;
background:url(../img/line_bg.png) no-repeat center center;
background-size:cover;
padding:5%;
}
.line_box p{
margin-bottom:5%;
}
}