html {
	min-width: 960px;
	height: 100%;
}
body {height: 100%;}
.wrapper{
    min-height: 100vh;
    position: relative;
	padding-bottom: 200px;
	box-sizing: border-box;
}
header {
	background: #000;
}
header h1{
	text-align: center;
	padding: 30px 0 28px;
}
nav ul {
	display: flex;
	text-align: center;
	justify-content: center;
	background: rgba(51, 51, 51, 0.8);
	padding: 17px 0 14px;
	border-top: 2px solid #e2e8ec;
}
nav ul li {
	border-left: 1px solid #fff;
	padding: 0 10px;
}
nav ul li:last-child {
	border-right: 1px solid #fff;
}
nav ul li a {
	color: #ffffff;
	letter-spacing: 4px;
}
nav ul li a:hover {
	opacity: 0.8
}

/*******visualBox*******/
#visualBox {
	background: url("../images/bg_visual.jpg") center center;
	background-size: cover;
	height: 420px;
	width: 100%;
	border-top: 2px solid #666666;
}
#visualBox p{
	text-align: center;
}
#visualBox p img {
	margin-top: 37px;
}

/******* worksBox *******/
#worksBox {
	margin-top: 60px;
	position: relative;
}
#worksBox h2 {
	text-align: center;
}
.movie {
	margin-top: 35px;
	text-align: center;
}
.worksArea {
	background: url("../images/bg_works.png") center center;
	width: 534px;
	height: 500px;
	margin: -65px auto 0;
	text-align: center;
}
.worksArea .textBox {
	padding-top: 95px;
	line-height: 2;
	font-size: 15px;
	color: #fff;
}
.worksArea h3{
	color: #fff;
	font-size: 26px;
	letter-spacing: 7px;
	margin-top: 50px;
	font-weight: normal;
}
.worksArea .imgBox {
	margin-top: 73px;
}
#worksBox .background {
	position: absolute;
	width: 100%;
	height: 79%;
	background: #f1f1f1;
	top: 130px;
	z-index: -1;
}

/******* memberBox *******/
#memberBox {
	margin-top: 60px;
}
#memberBox h2 {
	text-align: center;
}
#memberBox .bg_member {
	background: url("../images/bg_member.png") repeat-x center center ;
	height: 470px;
	margin-top: -18px;
}
#memberBox ul {
	display: flex;
	text-align: center;
	justify-content: center;
	padding-top: 102px;
}
#memberBox ul li:last-child {
	margin-left: 120px;
}
#memberBox ul li img{
	border-bottom: 3px solid #ff0;
}
#memberBox ul li .post {
	font-size: 17px;
	color: #333333;
	margin-top: 31px;
}
#memberBox ul li .name { 
	margin-top: 17px;
	font-size: 21px;
	color: #333333;
}
#memberBox ul li .en {
	margin-top: 10px;
	font-size: 12px;
	color: #333333;
}

/******* businessBox *******/
#businessBox {
	margin-top: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
	background: #f1f1f1;
}
#businessBox h2 {
	text-align: center;
}
#businessBox .Text {
	text-align: center;
	line-height: 34px;
	font-size: 19px;
	margin-top: 50px;
}
#businessBox ul{
	margin: 50px auto 0;
	/*display: flex;
	text-align: center;
	justify-content: center;*/
	width: 553px;
	height: 498px;
	background: url("../images/bg_content.png") no-repeat center center;
	position: relative;
}
/*#businessBox ul li {
	margin-right: 65px;
}
#businessBox ul li:last-child {
	margin-right: 0px;
}
#businessBox ul li p{
	margin-top: 10px;
}*/
#businessBox ul li#icon1 {
    position: absolute;
    top: 0px;
    left: 35%;
    cursor: pointer;
    z-index: 10;
}
#businessBox ul li#icon2{
	position: absolute;
	top: 36.5%;
	left: 72.8%;
	cursor: pointer;
    z-index: 10;
}
#businessBox ul li#icon3 {
	position: absolute;
	top: 77.2%;
	left: 67.4%;
	cursor: pointer;
    z-index: 10;
}
#businessBox ul li#icon4 {
	position: absolute;
	top: 77.2%;
	left: 5%;
	cursor: pointer;
    z-index: 10;
}
#businessBox ul li#icon5 {
	position: absolute;
	top: 36.5%;
	left: 0%;
	cursor: pointer;
    z-index: 10;
}
#businessBox ul #focusContent{
	position: absolute;
    top: 53%;
    left: 49%;
    transform: translate(-50%,-50%);
}


#businessBox .contact {
	margin-top: 105px;
	text-align: center;
}
#businessBox .contact a:hover{
	opacity: 0.8;
}

.messageBox {text-align: center;}
.contact {
	text-align: center;
	margin-top: 60px;
}
.contact a:hover{
	opacity: 0.8;
}


/******* footer *******/
footer {
	margin-top: 77px;
	height: 95px;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	/*align-items: center;*/
    padding: 30px 30px 17px;
    
    width: 94%;
    position: absolute;
    bottom: 0;
    padding: 30px 3% 17px;
}
footer div {
	text-align: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
}
footer div p{
	color: #fff;
	font-size: 10px;
	margin-top: 40px;
}
.powerted {
	margin-top: 44px;
}
small {
	color: #fff;
	font-size: 10px;
	margin-top: 79px;
}


.ytp-large-play-button-bg {
	fill: rgba(255, 255, 0, 0.5) !important;
}

/******* 問い合わせ *******/
.pankuzu .inner {
    max-width: 880px;
    margin: 50px auto 30px;
}
.pankuzu li {
	padding-left: 20px;
	background: url("../images/icon_contact_arrow.png") no-repeat left center;
}
.mod_form_blk {
    max-width: 800px;
    margin: 0px auto 60px auto;
    padding: 40px;
	background-color: #f1f1f1;
}
.mod_form_blk .row dl {
    width: 100%;
    overflow: hidden;
    display: table;
}
.mod_form_blk .row dl dd, .mod_form_blk .row dl dt {
    display: table-cell;
    padding: 0;
}
.mod_form_blk .notice {
    font-size: 11px;
    margin: 5px 0 5px 0;
    color: #3fa8f4;
    display: block;
}

.mod_form_blk dl dt .text {
    font-size: 16px;
    margin-bottom: 3px;
    background: url("../images/icon_contact.png") no-repeat left center;
    padding-left: 25px;
}
.mod_form_blk .row dl dt {
    width: 240px;
    color: #3e3a39;
    padding-top: 8px;
    background-color: transparent;
    vertical-align: top;
    
}
.mod_form_blk .row dl dd {
    width: auto;
    padding: 0;
    vertical-align: middle;
}
input[type=text] {
    width: 100%;
    background-color: #FFF;
    border: 1px solid #DDD;
    font-size: 14px;
    padding: 10px 10px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mod_form_blk dl {
    margin-top: 20px;
}
textarea {
    width: 100%;
    background-color: #FFF;
    border: 1px solid #DDD;
    font-size: 14px;
    padding: 7px 10px;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mod_form_blk .require {
    color: #3fa8f4;
}


.btn_area {
	text-align: center;
}
.btn_area .btn_confirm,
.btn_area .btn_back,
.btn_area .btn_submit {
	border: none;
	background: none;
	margin-top: 45px;
	cursor: pointer;
	padding: 0;
}
.btn_area .btn_back {
	margin-right: 40px;
}
.btn_area .btn_confirm:hover,
.btn_area .btn_back:hover,
.btn_area .btn_submit:hover {
	opacity: 0.8;
}


.error_message {
    font-size: 13px;
    margin-top: 4px;
}
.error_message span {
    color: #FFF;
    display: inline-block;
    background-color: #de007f;
    position: relative;
    padding: 3px 10px 5px 10px;
    line-height: 1em;
}
.error_message span:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #de007f transparent;
    position: absolute;
    top: -5px;
    left: 5px;
}
.del {
    display: block;
    background-color: #fafafa;
    border: 1px solid #fafafa;
    font-size: 16px;
    padding: 12px 10px 10px 10px;
    min-height: 20px;
}

.mod_form_blk h2{
	font-size: 18px;
    text-align: center;
    line-height: 2;
}
.mod_form_blk .messes{
	    text-align: center;
    line-height: 2;
    font-size: 14px;
}
.mod_form_blk .topBtn{
	text-align: center;
    margin-top: 40px;
}


@media only screen and (max-width:768px) {
}


