@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Oswald');

.section#sec1{
width: 100%;
background-image: url(../images/visual.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: relative;
}
.section#sec1 .visual{
width: 1000px;
height: 200px;
margin: 0 auto;
position: relative;
}
.section#sec1 .visual h3{
width: 154px;
margin: -30px 0 0 0;
position: absolute;
left: 0px;
top: 50%;
}
.section#sec1 .visual h3 span{
background-image: url(../images/title.png);
height: 60px;
}


/* //#sec1 */

.section#sec2{
width: 100%;
padding: 40px 0;
margin: 0;
background-image: url(../../common/images/bg_stripe.png);
}
.section#sec2 .inner{
text-align: left;
width: 1000px;
margin: 0 auto;
position: relative;
}
.section#sec2 .inner .box-content{
width: 830px;
float: right;
}
.section#sec2 .inner .box-content h4{
text-indent: 100%;
white-space: nowrap;
background-repeat: no-repeat;
background-position: left top;
display: block;
overflow: hidden;
}
dl.name{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 40px;
}
dl.name dt{
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.1em;
}
dl.name dd{
	color: #999;
	font-family: 'Oswald', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	border-left: solid 1px #999;
	display: inline-block;
}


/* production index */

.box-content.index p.lead{ margin-bottom: 40px; }
.box-content.index .staffs{	
}
.staffs .line{
margin-bottom: 20px;
}
.staffs .line .staff{
width: 200px;
margin: 0 0 0 10px;
float: left;	
}
.staffs .line .staff:first-child{ margin: 0px; }
.staffs .line .staff a{
	background-color: #000;
	display: block;
	transition: all 0.2s ease-out;
}
.staffs .line .staff a dl{
	width: 100%;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.staffs .line .staff a dl dt{
color: #FFF;
font-size: 1.6em;
font-weight: 600;
margin-bottom: 10px;
}
.staffs .line .staff a:hover{
background-color: #009d96;
}
.staffs .line .staff a dl dt img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.staffs .line .staff a dl dd{
	color: #FFF;
	font-size: 0.9em;
	text-align: center;
}

/* each staff --------------------------------------------------------------*/
.box-content h4{
	height: 24px;
	margin-bottom: 40px;
}
.box-content h4.name-isomi{
	background-image: url(../staff/images/name_isomi.png);
	width: 244px;
}
.box-content h4.name-nakamae{
	background-image: url(../staff/images/name_nakamae.png);
	width: 280px;
}
.box-content h4.name-matsuo{
	background-image: url(../staff/images/name_matsuo.png);
	width: 234px;
}
.box-content h4.name-mitsumatsu{
	background-image: url(../staff/images/name_mitsumatsu.png);
	width: 306px;
}
.box-content h4.name-tsuyuki{
	background-image: url(../staff/images/name_tsuyuki.png);
	width: 255px;
}
.box-content h4.name-kurokawa{
	background-image: url(../staff/images/name_kurokawa.png);
	width: 294px;
}
.box-content h4.name-hayashi{
	background-image: url(../staff/images/name_hayashi.png);
	width: 208px;
}
.box-content h4.name-kitaoka{
	background-image: url(../staff/images/name_kitaoka.png);
	width: 261px;
}
.box-content h4.name-nunobe{
	background-image: url(../staff/images/name_nunobe.png);
	width: 244px;
}
.box-content h4.name-matsuba{
	background-image: url(../staff/images/name_matsuba.png);
	width: 239px;
}
.box-content h4.name-tsukamoto{
	background-image: url(../staff/images/name_tsukamoto.png);
	width: 280px;
}

.box-content h5{
font-size: 1.4em;
text-indent: 20px;
padding: 10px 0;
margin: 0px;
border-top: solid 1px #999;
border-bottom: solid 1px #999;
}
.box-content .profile{
margin-bottom: 40px;
}

.box-content table{
width: 100%;
margin: 0 0 40px 0;
border-collapse: collapse;
}
.box-content table:lasr-child{ margin-bottom: 0px; }

.box-content table tr{
}
.box-content table tr th{
color: #999;
font-family: 'Oswald', sans-serif;
font-size: 1.8em;
line-height: 1em;
width: 150px;
background-color: #FFF;
padding: 15px 0 15px 20px;
box-sizing: border-box;
}
.box-content table tr th span{
font-size: 0.6em;
}

.box-content table tr td{
background-color: #FFF;
padding: 15px;
box-sizing: border-box;
}
.box-content table tr td ul li:not(:last-child){ margin-bottom: 10px; }

.box-content table tr:nth-child(even) th,.box-content table tr:nth-child(even) td{
background-color: #F0F0F0;
background-color: rgba(245,245,245,0.5);
}
.box-content table tr td dl{ margin-bottom: 10px; }
.box-content table tr td dl:last-child{ margin-bottom: 0px; }
.box-content table tr td dl dt{
font-weight: bold;
width: 20%;
float: left;
display: block;
}
.box-content table tr td dl dd{
width: 80%;
float: left;
display: block;
}

.box-content .special{
color: #FFF;
background-color: #30404d;
padding: 30px;
margin: 0 0 40px 0;
border-radius: 5px;
}
.box-content .special h5{
text-align: center;
padding: 10px 0;
margin: 0 0 20px 0;
}
.box-content .special .photo{
	text-align: center;
	margin: 0 0 20px 0;
}
.box-content .special p{ margin-bottom: 10px; }
.box-content .special p:last-child{ margin-bottom: 0px; }

.box-content .photoset{
margin: 0 auto 40px auto;
position: relative;
}
.box-content .photoset ul.slides{}
.box-content .photoset ul.slides li{ width: 930px; }
.box-content .photoset ul.slides li img{
width: 415px;
float: left;
}


/* submenu -------------------------------------------------------------------
----------------------------------------------------------------------------*/

.section#sec2 .inner .box-menu{
width: 150px;
position: relative;
float: left;
}
.section#sec2.fix .inner .box-menu{
margin: 0 0 0 -500px;
position: fixed;
top:130px;
left: 50%;
}
.section#sec2.bottom .inner .box-menu{
margin: 0 0 0 -500px;
position: absolute;
top:auto;
left: 50%;
bottom:0px;
}
.box-menu h3{
width: 42px;
margin-bottom: 20px;	
}
.box-menu h3 span{
background-image: url(../images/title_cmenu.png);
height: 20px;
}

.box-menu ul{ margin-bottom: 40px; }
.box-menu ul li{ margin-bottom: 5px; }
.box-menu ul li:last-child{ margin-bottom: 0px; }
.box-menu ul li.active a{
	color: #009d95;
	font-weight: bold;
	text-decoration: underline;
}
.box-menu select{
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #F0F0F0;
	background: url(../../common/images/arrow_down.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#F0F0F0 100%);
	background: url(../../common/images/arrow_down.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#F0F0F0 100%);
	background-size: 20px, 100%;
}
.box-menu ul.banner{ margin: 0px; }
.box-menu ul.banner li{ margin-bottom: 10px; }
.box-menu ul.banner li:last-child{ margin-bottom: 0px; }



/* flexslider */
.flex-viewport{ margin: 0px; }
ol.flex-control-nav{
text-align: center;
width: 100%;
position: absolute;
left: 0px;
bottom: 10px;
z-index: 5;
}
ol.flex-control-nav li{
	width: 10px;
	margin: 0 5px;
	display: inline-block;
	overflow: hidden;
}
ol.flex-control-nav li a{
text-indent: 100%;
white-space: nowrap;
height: 10px;
background-color: #FFF;
border-radius: 5px;
display: block;
}
ol.flex-control-nav li a:hover{ background-color: #666; }
ol.flex-control-nav li a.flex-active{ background-color: #009d95; }

ul.flex-direction-nav{
text-align: center;
width: 100%;
padding: 0 10px;
margin: -20px 0 0 0;
position: absolute;
left: 0px;
top: 50%;
z-index: 10;
box-sizing: border-box;
}
ul.flex-direction-nav li{ width: 40px; }
ul.flex-direction-nav li.flex-nav-prev{ float: left; }
ul.flex-direction-nav li.flex-nav-next{ float: right; }
ul.flex-direction-nav li a{
text-indent: 100%;
white-space: nowrap;
background-repeat: no-repeat;
background-position: left top;
height: 40px;
display: block;
overflow: hidden;
}
ul.flex-direction-nav li a:hover{ background-position: left bottom; }
ul.flex-direction-nav li.flex-nav-prev a{
background-image: url(../staff/images/arrow_left.png);
}
ul.flex-direction-nav li.flex-nav-next a{
background-image: url(../staff/images/arrow_right.png);
}


/* for SP-----------------------------------------------------
------------------------------------------------------------ */
@media only screen and (max-width: 736px) {
}

@media all and (orientation: landscape) {
}

