html{
    font-family: 'Noto Sans JP', sans-serif;
}

header{
    position: fixed;
    top:40px;
    width: 100%;
    z-index: 2;
}

main{
    width:100%;
    overflow:hidden ;
}

li{
    list-style: none;
}

header .img_wrapper{
    position: absolute;
    left:6.28%;
    width:11%;
}

header img{
    width:100%;
}

.pc_header ul{
    margin-left:60%;
    width:40%;
    padding-left:8% ;
}

.pc_header li{
    float: left;
    margin-right:30px;
    height:35px;
    transform: translateY(-50%);
    border-radius: 17.5px;
}

.pc_header a{
    text-decoration: none;
    color:white;
    font-family: Futura,Trebuchet MS,Arial,sans-serif; 
    font-weight: bold;
    line-height:0;
    padding:17.5px 0;
    line-height: 35px;
}

.background {
    background: linear-gradient(to left, #2E008F, #8E3C9D );
}

.background a{
    padding:35px 37px;
}

.top_view *{
    display: inline-block;
    vertical-align: top;
}

.top_text{
    width:34.61%;
    margin-left: 6.39%;
    margin-top:18vw;
}

.top_text *{
    width:100%;
}

.top_text h1{
    font-family: Futura,Trebuchet MS,Arial,sans-serif; 
    font-weight: bold;
    margin-bottom:3.68vw;
    font-size: 3.25vw;
    line-height: 5.6vw;
    letter-spacing: .75vw;
    position: relative;
    z-index: 0;
}

.top_text h2{
    margin-bottom:40px;
    font-size: 2.5vw;
    letter-spacing: .28vw;
}

.top_text h3{
    line-height: 2.2vw;
    font-size: 1.3vw;
}

.smp_text{
    width:87.22%;
    margin:0 6.39%;
    line-height: 32px;
}

.top_text h2, .top_text h3{
    font-weight: lighter;
}

.top_img{
    width:58%;
    position: relative;
    left:11px;
}

.top_img img{
    width:100%;
}

.title{
    height: 80px;
    width:32%;
    position: relative;
}

.title h1{
    line-height: 80px;
    text-align: center;
    font-family: Futura,Trebuchet MS,Arial,sans-serif; 
    font-weight: lighter;
    letter-spacing: 4px;
    font-style: italic; 
}

.title img{
    position: absolute;
    top:-20px;
    left:-14px;
    width:60%;
}

#elite_course .text{
    text-align: left;
    padding:106px 0;
    position: relative;
    z-index: -1;
}

#elite_course .text h1{
    background: linear-gradient(to left, #2E008F, #8E3C9D );
    color: white;
    letter-spacing: 4px;
    line-height: 57px;
    font-size: 2.5vw;
    padding:0 15px;
}

#elite_course .text p:first-of-type{
    margin-top:80px;
}

#elite_course .text p{
    
    font-weight: lighter;
    line-height:40px;
    word-break : break-all;
    background-color:rgba(255,255,255,0.6);
}

.text_wrapper{
    width:50%;
}

#elite_course{
    width:87.22%;
    margin:0 6.39%;
    position: relative;
}

#elite_course div{
    display: inline-block;
    vertical-align: top;
}

#elite_course .img_wrapper{
    width:49%;
    position: absolute;
    right: 0;
}

#elite_course .img_wrapper img{
    width:100%;
}

.triangle{
    position: absolute;
    right:0;
    bottom:-30px;
    width:7%;
    transform: scale(-1, -1);
}

#entry{
    background-color: #F2F2F2;
    margin-top:124px;
    padding-bottom:76px;
    width:100%;
    padding-left:6.39%;
    padding-right:6.39%;
    position: relative;
    z-index: 0;
}

#entry .title_wrapper{
    padding-top:128px;
    height:236px;
    width:50%;
}

#entry .title{
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#entry .title h1{
    text-align: left;
}

.entry_form{
    width:100%;
    background-color: white;
}

form{
    padding-top:70px;
    width:73%;
    margin-left:13.5%;
}

form *{
    display: inline-block;
}

.item{
    margin-right:16px;
}

.must{
    background: linear-gradient(to left, #2E008F, #8E3C9D );
    padding:0 15px;
    color: white;
    line-height: 24px;
}

.contents{
    width:29%;
    margin-bottom:25px;
}

input{
    width:70%;
    height:4.24vw;
    min-height: 40px;
    background-color:#F2F2F2;
    margin-bottom:25px;
    padding-left:1em;
}

textarea{
    width:70%;
    background-color:#F2F2F2;
    margin-bottom:93.5px;
    padding-left:1em;
}

#submit{
    background: linear-gradient(to left, #2E008F, #8E3C9D );
    width:30%;
    margin-left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    color:white;
    margin-bottom:81px;
}

.smp_header{
    position: absolute;
    top:-60px;
    right:-5%;
    width:100%;
}

img{
    position: relative;
    z-index: -2;
}

.check{
    width:70%;
}

.complete{
    text-align: center;
    width:100%;
    margin: 150px 0;
}

#to_top{
    margin-top:150px;
    text-decoration: none;
    display: inline-block;
    background: linear-gradient(to left, #2E008F, #8E3C9D );
    width:30%;
    color:white;
    margin-bottom:81px;
    height:4.24vw;
    min-height: 40px;
    line-height: 4.24vw;
    background-color:#F2F2F2;
    margin-bottom:25px;
}

.smp img{
    width:100%;
}

.text p{
    width:80%;
}

