@charset "utf-8";


/*---------------------------------------------------------
header
---------------------------------------------------------*/
/*header{
	background-image: url("../img/bg_topmain_sp.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}*/

/*---------------------------------------------------------
メイン
---------------------------------------------------------*/
/* detailArea */
#detailArea{
    background-color: #dcdce7;
	padding-top: 25px;
    padding-bottom: 25px;
}


#privacyArea{
	color: #FFF;
	font-size: 1.2rem;
	background-color: #15136c;
	padding-bottom: 15px;
}

#privacyArea a{
	color: #FFF;
    text-decoration: underline;
}

/* cvList */
.cvList li {
	width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*.item01{
    margin-top: -20px;
    text-align: center;
    background-color: #E94709;
    padding-bottom: 10px;
}
    .item01 img{
        width: 96%;
    }*/

/*.item02{
    width: 96%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/


/*---------------------------------------------------------
	end
---------------------------------------------------------*/
#top.top-end{
    position: relative;
}

#top.top-end::before{
    content: '';
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;/*表示領域外にもグレー背景が敷かれるように*/
    background-image: url(../img/end_bg_dot.png);
    background-repeat: repeat;
    background-size: 2px auto;
    background-position: left top;
}

/*画像の表示領域の範囲を作る*/
#top.top-end .end-text-wrapper{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

#top.top-end .end-text-wrapper .end-text{
    max-width: 640px;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    margin: auto;
}