@media screen and (max-width: 1000px) {
    .main-wrapper{
        margin:0;
        width:100%;
    }.main-wrapper h2{
        display:block;
        margin-top: 10vw;
        margin-bottom: 8.205vw;        font-size: 5.128vw;
    }.guide{
        margin-bottom:10vw;
        font-size: 3.352vw;
    }.select-purpose{
        position:relative;
        margin:auto;
        width: 82.564vw;
    }.back-button{
        position:absolute;
        left:0px;
    }.position-box{
        float:left;
        position: relative;
        display: inline-block;
        text-align: center;
        width: 7.692vw;
        height: 32.051vw;  
        background: #A4B8A0;
        text-decoration: none;
    }.back-button img{
        position:absolute;
        top: 2.564vw;
        left:2.564vw;
        display: inline-block;
        width: 3.061vw;
        height: 2.987vw;
    }.back-button .text-box{
        display: inline-block;
        height:23.077vw;
        width: 3.59vw;
    }.back-button p{
        height:23.077vw;
        margin:auto;
    
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: upright;
    
        color: #FFF;
        text-align: center;
        font-family: "Noto Serif JP";
        font-size: 2.881vw;
        font-style: normal;
        font-weight: 400;
        line-height: 129.2%; /* 22.612px */
    }
    .back-button.inactive{
        display:none;
    }
    .buttons{
        display: inline-block;
        text-align: center;
        overflow: auto;
        margin-bottom: 1vw;
    }.select-button{
        display: inline-block;
        text-align: center;
        padding-top: 4.359vw;
        margin-bottom: 3.846vw;
        width: 52.051vw;
        height: 13.077vw;
    
        border-radius: 1.109vw;        background: #D9D9D9;
        box-shadow: 0px 6.231px 6.231px 0px rgba(0, 0, 0, 0.25);
    
        font-size: 3.427vw;
    
    }.buttons .active{
        color: #FFF;
        background: #A4B8A0;
    }
    
    
    form{
        width: 71.283vw;
        margin:auto;
        text-align: center;
    }.form-box{
        text-align: left;
        margin-top: 6.015vw;
    }.form-box p{
        font-size: 3.846vw;
    }.form-box span{
        font-size: 2.564vw;
    }.form-box input{
        padding:1.538vw 3.077vw;
        width:100%;
        border:none;
        border-bottom: 0.036vw solid #6E6E6E;
        font-size: 2.821vw;
    }.form-box textarea{
        padding:1.538vw 3.077vw;
        form-sizing: content;
        margin-top: 1.026vw;
        width:100%;
        height: 17.949vw;
        border-radius: 0.181vw;
        border: 0.036vw solid #6E6E6E;
        color: #4D4D4D;
        font-family: "Noto Serif JP";
        font-size: 2.821vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }.form-box textarea:focus{
        outline: none;
    }.note{
        color: #686868;
        font-family: "Noto Serif JP";
        font-size: 2.564vw;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }button{
        width: 28.462vw;
        height: 8.462vw;
        flex-shrink: 0;
        border-radius: 0.513vw;
        background: #A4B8A0;
        border: none;
        margin: 4.615vw 0 25.641vw 0;
        font-size: 3.59vw;
    }
    
    .bonoChanIcon{
        position:fixed;
        left:0;
        bottom:0;
        width: 18vw; 
        height: 15.21vw;
    }
}