@charset "UTF-8";
html{
    scroll-behavior: smooth;
}

body {
    width: 720px;
    margin: 0 auto;
    text-align: center;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

img {
    width: 100%;
}

.fv_area,.form_area{
    position: relative;
}

.fv_arrow,.form01_area{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;    
}

.fv_area{
    z-index: 1;
}
.fv_arrow{
    width: 55px;
    bottom: 35px;
    padding-left: 10px;
}

.form_area{
    bottom: 140px;
}
.form01_area{
    top: 180px;
    width: 90%;
}
.form_ttl{
    background: #000;
    color: #fff;
    padding: 35px 0;
    border-radius: 25px 25px 0 0;
    font-size: 38px;
    font-weight: 600;
}
.form01{
    background: #fff;
    border-radius: 0 0 25px 25px;
    padding: 50px;
}
.form01 label{
    display: block;
    width: 550px;
    background: #fff;
    border: solid;
    border-color: #000;
    border-radius: 53px;
    color: #000;
    padding: 20px;
    margin: 20px auto;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    font-size: 40px;
    font-weight: 700;
}
.form01 input:checked+label{
    background: #049ea0;
    color: #FFF;
}
.form01 input{
    display: none;
}
.step{
    width: 80%;
    text-align: center;
    margin: 0 auto 35px;
}
.next_btn{
    margin-top: 50px;
    width: 100%;
}

footer a{
    text-decoration: none;
    color: #989898;
    margin: 0 30px;
    font-size: 22px;
}   
footer{
    margin-top: -240px;
    position: relative;
}