/* CSS Document */

#wrap{
	width:100%;
	padding-bottom:50px;
	position:relative;
}

#container{
	margin-bottom:50px;
}

#wrap div{
	min-height:500px;
	position:relative;
}

#header_content{
	width:100%;
	height:auto;
}

#header_content h1{
	background:url(../img/title_1.png) no-repeat;
	width:300px;
	height:0;
	padding-top:50px;
	overflow:hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#down_icon{
	width:110px;
	height:0;
	padding-top:110px;
	overflow:hidden;
	background:url(../img/btn.png) no-repeat;
	position:absolute;
	bottom:20px;
	right:0;
	left:0;
	margin:0 auto;
}

#work_content{
	width:100%;
    height: 1000px;
    background:url(../img/content_bg.jpg) no-repeat;
    background-size: cover;
	padding-top:50px;
}

#work_content #miscellany{
	width:980px;
	margin:0 auto;
}

#work_content #miscellany h3{
    color: #fff;
    font-size: 18px;
    margin-top: 50px;
}

#work_content #miscellany ul{
	margin:20px auto 0;
	width: 760px;
}

#work_content #miscellany li{
	position:relative;
	overflow:hidden;
	width:200px;
	height:200px;
	text-align:center;
	line-height:200px;
	margin-left:50px;
	margin-bottom:50px;
	border:1px solid #FFF;
	background:#FFFFFF;
	border-radius:50%;
	float:left;
	list-style:none;
	cursor: pointer;
}

#work_content #miscellany li a{
	display:block;
	width:148px;
	height:148px;
	border-radius:50%;
	color:#FFFFFF;
	text-decoration:none;
}

#work_content #miscellany li a p{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	line-height:1.5;
	border-radius:50%;
	padding:20px;
	width:108px;
	height:108px;
	background:rgba(60,140,154,0.9);
	-webkit-transition: .3s;
	transition: .3s;
	opacity:0;
}

#work_content #miscellany li a p:hover{
	opacity:1;
}

#work_content h2{
	width:300px;
	height:0;
	margin:0 auto;
	padding-top:50px;
	overflow:hidden;
	background:url(../img/title_2.png) no-repeat;
}

#profile_content{
	width:100%;
	padding-top:50px;
	background-color:#418c9a;
}

#profile_content h2{
	width:300px;
	height:0;
	padding-top:50px;
	overflow:hidden;
	margin:0 auto 50px;
	background:url(../img/title_3.png) no-repeat;
}

#profile_content #text_box .name_box{
	font-size: 18px;
	margin-bottom: 20px;
}

#profile_content #text_box{
	width:600px;
	margin:0 auto;
	color:#FFF;
	line-height: 1.5;;
}

#profile_content #text_box p{
	margin-bottom: 10px;
}

#footer_content{
	width:100%;
	height:50px;
}

#footer_content p{
	padding:10px;
	text-align:right;
	color:#FFFFFF;
}

#wrap #modal_area{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

#modal_area .modal_bg{
	width: 100vw;
	height: 100vh;
	background-color: rgba(30, 30, 30, 0.7);
}

#modal_area .modal_box,
#modal_area .modal_box_1{
	height: 100%;
	width: 100%;
	display: none;
}

#modal_area .modal_inner{
	width: 940px;
	background: #fff;
	padding: 10px;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -20%);
}

#modal_area .modal_inner .modal_img{
	float: left;
	width: 480px;
	max-height: 800px;
	overflow: hidden;
}

#modal_area .modal_inner .modal_img img{
	width: 100%;
}

#modal_area .modal_inner .modal_text{
	margin-left: 10px;
	width: 450px;
	float: left;
}

#modal_area .modal_inner .modal_text .sitetitle{
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}

#modal_area .modal_inner .modal_text p{
	margin-bottom: 10px;
	line-height: 1.5;
}

#modal_area .modal_close{
	display: block;
	width: 30px;
	height: 30px;
	font-family: “じゅん 501″,”Jun 501”;
	cursor: pointer;
	position: absolute;
	right: 0;
	top:0;
	left: auto;
}

#modal_area .modal_close:after{
	content: '×';
	font-size: 30px;
	color: #000;
}

#work_content #miscellany ul:before,
#work_content #miscellany ul:after,
#modal_area .modal_inner:before,
#modal_area .modal_inner:after {
    content: " ";
    display: table;
}

#work_content #miscellany ul:after,
#modal_area .modal_inner:after {
    clear: both;
}

#work_content #miscellany ul,
#modal_area .modal_inner {
    *zoom: 1;
}