@charset "UTF-8";
/*　css初期化　*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*　クラスBOX　*/
.box1 {
    height: 100vh;
    width: 100%;
    background-image: url(../../cmn/drone_img/d01.jpg);
    background-size: cover;
    background-position: center top:180px ;
    display:table ;
    background-attachment: fixed;
    position : relative;
    top:180px ;
    }
.box2 {
    height: 100vh;
    width: 100%;
    background-image: url(../../cmn/drone_img/d02.jpg);
    background-size: cover;
    background-position: center;
    display: table;
    background-attachment: fixed;
    position : absolute;
    }
.box3 {
    height: 100vh;
    width: 100%;
    background-image: url(../../cmn/drone_img/d03.jpg);
    background-size: cover;
    background-position: center;
    display: table;
    background-attachment: fixed;
   }
.box4 {
    height: 100vh;
    width: 100%;
    background-image: url(../../cmn/drone_img/d04.jpg);
    background-size: cover;
    background-position: center;
    display: table;
    background-attachment: fixed;
    }
.box5 {
    height: 100vh;
    width: 100%;
    background-image: url(../../cmn/drone_img/d05.jpg);
    background-size: cover;
    background-position: center;
    display: table;
    background-attachment: fixed;
    }
    /*　文字　*/
.boxTr {
    display: table-row;
    margin: 0px;
    padding: 0px;
}
.drMidashi {
    font-size: 250%;
    line-height: 125%;
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-family: 'BIZ UDGothic', sans-serif;
    background-color: transparent;
    text-shadow: 2px 2px 3px #000;
    background-color:rgba(255,255,255,0.5);
    }
.capBox01 {
    width: 75%;
    margin: auto;
    font-size: 250%;
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-family: 'BIZ UDGothic', sans-serif;
    text-shadow: 2px 2px 3px #000;
    } 
.capBox02 {
    background-color:rgba(255,255,255,0.5);
    width: 75%;
    margin: auto;
    padding: 0 30px;
    font-size: 150%;
    line-height: 170%;
   color: #fff;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    font-family: 'BIZ UDGothic', sans-serif;
    text-shadow: 2px 2px 3px #000;
    }  


    /*------------------------------------------------*/
section #Content {
	position: relative;
	top:180px;
}
.ProfileBox {
	width:90%;
	margin: 10px auto;
	border: #f00;
}
dt{
	float: left;
  }
  dd{
	margin-left: 150px;
  }
