@charset "UTF-8";

/*===================================
　PCここから
===================================*/
@media (min-width: 799px){

/*  movieBlock
===================================*/
.movieBlock .coverbgColor{
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10;
}
.movieBlock .catchBlock{
	z-index: 20;
}
.movieBlock>.txtLinkArrow{
	z-index: 20;
}
/*  articleList
===================================*/
.articleList>.oneArticle>.articleDisc {
	max-height: 38px;
}
.articleList>.oneArticle>.articleDisc>p {
	line-height: 1.6;
}
/*  member
===================================*/
.ceo>a{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
}
.ceo{
	background: url(../img/member/top_ceo.png) no-repeat;
	background-size: cover;
}
.memberList>li:nth-child(1){
	background: url(../img/member/01_kaicho.jpg) no-repeat;
	background-size: cover;
}
.memberList>li:nth-child(2){
	background: url(../img/member/15_tanaka.jpg) no-repeat;
	background-size: cover;
}
.memberList>li:nth-child(3){
	background: url(../img/member/04_kajiwara.jpg) no-repeat;
	background-size: cover;
}
.memberList>li:nth-child(4){
	background: url(../img/member/07_okada.jpg) no-repeat;
	background-size: cover;
}
.memberList>li:nth-child(5){
	background: url(../img/member/07_okada.jpg) no-repeat;
	background-size: cover;
}
.memberList>li>a{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

/* conversionBlock
-------------------------------*/
.conversionBlock{
	background: rgba(0,0,10,0.2);
	position: relative;
	color: #1b1b1b;
	overflow: hidden;
	margin-bottom: 100px;
}
.conversionBlockInner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 45px 0;
	text-align: center;
}
.conversionBlockInner .conversionCopy {
    text-align: center;
    margin: 0px auto;
    font-size: 19px;
	line-height: 1.8;
    letter-spacing: 0.2px;
}
.conversionBlockInner .conversionBtn {
    text-align: center;
	color: #fff !important;
    margin: 30px auto 10px;
}
.conversionBlockInner .conversionBtn a{
	color: #e9e9e9 !important;
	font-size: 19px;
	letter-spacing: 2px;
	padding:10px 105px 5px 15px;
	background:#000 url(../img/okawa_arrow_wh.png) right 10px top 11px no-repeat;
	background-size: 75px auto;
}
.conversionBlockInner .conversionBtn a:hover{
	padding:10px 105px 5px 15px;
	background:#000 url(../img/okawa_arrow_wh.png) right 10px top 11px no-repeat;
	background-size: 75px auto;
	text-decoration: none;
  	opacity: 0.5;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
	
.movieBlock>.movieCaption{
	display: inline-block;
	position: absolute;
	bottom: 50px;
	right: 78px;
	font-size: 13px;
	letter-spacing: 0px;
	color: #fff;
}

}