@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main .mainVisual {
	position: relative;
	overflow: hidden;
}

#main .mainVisual .photo img {
	width: 100%;
}

#main .mainVisual video {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
}

#main .mainVisual video.h {
	width: auto;
	height: 100%;
}

#main .mainVisual .textBox {
	width: 31%;
	position: absolute;
	left: 68px;
	top: 115px;
}

#main .mainVisual .textBox img{
	width: 100%;
}

#main .topBox {
	padding: 212px 0 219px;
	background: url(../img/index/bg02.jpg) no-repeat center bottom;
	background-size: cover;
}

#main .topBox p {
	margin-bottom: 44px;
	font-size: 16px;
	line-height: 2.5;
	text-align: center;
}

#main .worksBox h2 {
	min-height: 340px;
	padding-top: 161px;
	background: url(../img/index/bg03.jpg) no-repeat center bottom;
	background-size: cover;
	box-sizing: border-box;
}

#main .worksBox .topText {
	margin-bottom: 85px;
	text-align: center;
	line-height: 2.86;
}

#main .worksBox .handUl {
	width: 920px;
	margin: 0 auto;
}

#main .worksBox .handUl > li {
	margin-bottom: 40px;
	border: 1px solid #CBCBD5;
}

#main .worksBox .handUl > li:last-child {
	margin-bottom: 0;
}

#main .worksBox .handUl .infoBox:hover {
	cursor: pointer;
	opacity: 0.7;
}

#main .worksBox .handUl .infoBox {
	width: 100%;
	display: table;
	position: relative;
}

#main .worksBox .handUl .infoBox:before {
	width: 50px;
	height: 50px;
	background: url(../img/index/icon01.gif) no-repeat right bottom;
	background-size: 50px 50px;
	position: absolute;
	bottom: -1px;
	right: -1px;
	  
	content: ""; 
}

#main .worksBox .handUl .infoBox.on:before {
	width: 50px;
	height: 50px;
	background: url(../img/index/icon02.gif) no-repeat right bottom;
	background-size: 50px 50px;
	position: absolute;
	bottom: -1px;
	right: -1px;
	  
	content: ""; 
}

#main .worksBox .handUl .infoBox .photoBox {
	width: 52%;
	display: table-cell;
	vertical-align: middle;
}

#main .worksBox .handUl .infoBox .photoBox img {
	margin: -1px 0 -1px -1px;
	width: 440px;
	height: auto;
}

#main .worksBox .handUl .infoBox .textBox {
	display: table-cell;
	vertical-align: middle;
}

#main .worksBox .handUl .infoBox .textBox p {
	font-size: 10px;
	color: #212126;
	line-height: 1.35;
}

#main .worksBox .handUl .infoBox .textBox p span {
	display: block;
	font-size: 26px;
	letter-spacing: 1px;
}

#main .worksBox .handUl .infoBox .textBox .title {
	margin-bottom: 8px;
	padding: 3px 5px 2px;
	display: inline-block;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFF;
	border: 1px solid #212026;
	background-color: #212026;
}

#main .worksBox .handUl .innerBox {
	padding: 84px 78px 55px;
	display: none;
}

#main .worksBox .handUl .innerBox .topTxt {
	margin-bottom: 40px;
	color: #212126;
	font-weight: bold;
}

#main .worksBox .handUl .innerBox .topPhoto {
	text-align: center;
}

#main .worksBox .handUl .innerBox .topPhoto img {
	width: 760px;
	height: auto;
}

#main .worksBox .handUl .innerBox .imgBox {
	margin: 32px 51px 0 2px;
}

#main .worksBox .handUl .innerBox .imgBox .photo {
	float: left;
}

#main .worksBox .handUl .innerBox .imgBox .photo img {
	width: 340px;
	height: auto;
}

#main .worksBox .handUl .innerBox .imgBox .txtBox {
	margin-top: 29px;
	width: 320px;
	float: right;
}

#main .worksBox .handUl .innerBox01 .imgBox .txtBox {
	margin-top: 79px;
}

#main .worksBox .handUl .innerBox .imgBox .txtBox p {
	line-height: 2.57;
}

#main .worksBox .handUl .innerBox .newBox {
	width: 660px;
	margin: 32px auto 0;
	padding: 25px 29px 22px;
	border: 1.5px solid #DFDFEB;
	box-sizing: border-box;
}

#main .worksBox .handUl .innerBox02 .newBox {
	margin-top: -50px;
	margin: -50px auto 82px;
}

#main .worksBox .handUl .innerBox .newBox p {
	line-height: 1.857;
}

#main .worksBox .handUl .innerBox .newBox .title {
	margin-bottom: 3px;
	color: #212126;
	font-weight: 500;
}

#main .worksBox .handUl .innerBox ul {
	margin-top: 33px;
}

#main .worksBox .handUl .innerBox ul li {
	margin-right: 22px;
	float: left;
}

#main .worksBox .handUl .innerBox ul li:last-child {
	margin-right: 0;
}

#main .worksBox .handUl .innerBox ul li img {
	width: 174px;
	height: auto;
}

#main .worksBox .handUl .innerBox .text {
	margin-top: 12px;
	font-size: 11px;
}

#main .worksBox .handUl .innerBox01 .text {
	margin-top: 29px;
}

#main .worksBox .handUl .innerBox .tBox {
	width: 496px;
	margin: 57px auto 65px;
}

#main .worksBox .handUl .innerBox .tBox p {
	line-height: 2.57;	
}

#main .worksBox .handUl .innerBox .tBox .title {
	margin-bottom: 4px;
	font-size: 16px;
	color: #212126;
	text-align: center;
}

#main .companyBox {
	padding: 144px 0 119px;
}

#main .companyBox h2 {
	margin-bottom: 53px;
}

#main .companyBox .tableBox {
	width: 920px;
	margin: 0 auto;
	border-top: 1px solid #C5C5CF;
	border-bottom: 1px solid #C5C5CF;
}

#main .companyBox .tableBox table {
    width: 100%;
    border-collapse: collapse;
}

#main .companyBox .tableBox th,
#main .companyBox .tableBox td {
    padding: 20px 6px 19px 0;
    text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #C5C5CF;
}

#main .companyBox .tableBox th {
	width: 14.6%;
	color: #212126;
}

#main .companyBox .tableBox .tdStyle {
	width: 4.9%;
	border-bottom: none;
}

#main .companyBox .tableBox td .mapBox .map {
	margin-top: 4px;
	width: 420px;
	height: 168px;
	float: right;
}

#main .companyBox .tableBox td .mapBox .map iframe {
	width: 100%;
	height: 168px;
}

#main .companyBox .tableBox td .mapBox .textBox {
	width: 300px;
	float: left;
}

#main .companyBox .tableBox td .mapBox .textBox p {
	margin-bottom: 7px;
}

#main .companyBox .tableBox td .mapBox .textBox .link a {
	font-size: 11px;
}

#main .companyBox .tableBox td .mapBox .textBox .tel {
	margin-bottom: 15px;
}

#main .companyBox .tableBox td .mapBox .textBox .link a:hover {
	color: #26262A;
}

#main .companyBox .tableBox td .mapBox .textBox .link img {
	margin-left: 3px;
	width: 10px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

#main .companyBox .tableBox td .mapBox .textBox .link .over {
	display: none;
}

#main .companyBox .tableBox td .mapBox .textBox .link a:hover .over {
	display: inline-block;
}

#main .companyBox .tableBox td .mapBox .textBox .link a:hover .out {
	display: none;
}

#main .companyBox .tableBox .tStyle01 {
    padding: 26px 7px 25px 0;
}

#main .companyBox .tableBox .tStyle02 {
	border-bottom: none;
}

#main .companyBox .tableBox dl dt {
	padding-top: 23px;
	float: left;
	color: #212126;
	font-weight: bold;
}

#main .companyBox .tableBox dl dd {
	padding: 23px 15px 13px 12.8em;
}


#main .companyBox .tableBox dl dd span {
	position: absolute;
	left: 0;
}

#main .companyBox .tableBox dl dd .icon {
	margin-top: 5px;
	float: right;
	position: relative;
	z-index: 10;
}

#main .companyBox .tableBox dl dd .icon .over {
	display: none;
}

#main .companyBox .tableBox dl dd .icon a:hover .over {
	display: inline-block;
}

#main .companyBox .tableBox dl dd .icon a:hover .out {
	display: none;
}

#main .companyBox .tableBox dl dd .icon .close {
	display: none;
}

#main .companyBox .tableBox dl dd .icon.on .close {
	display: inline-block;
}

#main .companyBox .tableBox dl dd .icon.on .more {
	display: none;
}

#main .companyBox .tableBox dl dd p {
	margin-bottom: 13px;
	padding-left: 10em;
	position: relative;
}

#main .companyBox .tableBox dl dd .icon img {
	width: 49px;
	height: auto;
}

#main .companyBox .tableBox dl dd .jsBox {
	display: none;
}

#main .contactBox {
	padding-top: 113px;
	background-color: #F6F6F8;
}

#main .contactBox h2 {
	margin-bottom: 46px;
}

#main .contactBox .topText {
	margin-bottom: 37px;
	text-align: center;
}

#main .contactBox ul li {
	width: 50%;
	float: left;
}

#main .contactBox ul li a {
	display: block;
	position: relative;
}

/*#main .contactBox ul li a .photo .over {
	display: none;
}

#main .contactBox ul li a:hover .photo .over {
	display: block;
}

#main .contactBox ul li a:hover .photo .out {
	display: none;
}
*/

#main .contactBox ul li a .photo {
	position: relative;
}

#main .contactBox ul li a .photo .out {
	position: relative;
	z-index: 10;
}

#main .contactBox ul li a .photo .over {
	position: absolute;
	left: 0;
	top: 0;
}

#main .contactBox ul li a:hover .photo .over {
	z-index: 20;
}

#main .contactBox ul li a .photo img {
	width: 100%;
	height: auto;
	display: block;
}

#main .contactBox ul li .inBox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

#main .contactBox ul li .innerBox {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}

#main .contactBox ul li .innerBox .infoBox {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}



#main .contactBox ul li .innerBox .textImg {
	position: relative;
}

#main .contactBox ul li .innerBox .textImg .img {
	width: 322px;
	height: auto;
}


#main .contactBox ul li .innerBox .textImg .img_cen_en {
  width: 50%;
 height: auto;
 position: fixed;
	
 top: 80%;
 bottom: 20%;
 left: 10.7%;
 right: 89.3%;

 margin: auto;
}

#main .contactBox ul li .innerBox .textImg .img_cen {
 width: 50%;
 height: auto;
 position: fixed;
	
 top: 80%;
 bottom: 20%;
 left: 10.7%;
 right: 89.3%;

 margin: auto;
}
 
	
/*  top: 80%;
  bottom: 20%;
  left: 13.4%;
  right: 86.6%;
	
	#main .contactBox ul li .innerBox .textImg .img_cen_en {
  width: 450px;
  height: 30px;
  position: fixed;
	
  top: 80%;
  bottom: 20%;
  left: 10.7%;
  right: 89.3%;

  margin: auto;
}

*/
}

#main .contactBox ul li .innerBox .textImg .img_cen_en {
  width: 450px;
  height: 30px;
  position: fixed;
	
  top: 80%;
  bottom: 20%;
  left: 10.7%;
  right: 89.3%;

  margin: auto;
}

#main .contactBox ul li .innerBox p {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 75px;
	color: #FFF;
	text-align: center;
}

#main .contactBox ul li .innerBox p img {
	margin: -3px 8px 0 0;
	width: 15px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

#gFooter .fBox {
    color: #D0D0D0;
}
#main .contactBox ul li .innerBox p img {
	margin: -3px 8px 0 0;
	width: 15px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

.pop {
	display: none;
	width: 920px;
	margin: 0 auto;
	padding: 124px 118px 91px;
	border: 1px solid #C3C3C5;
	box-sizing: border-box;
	position: relative;
	box-shadow: 0 3px 3px #E9E9EA;
}

.pop .icon {
	position: absolute;
	right: 50px;
	top: 50px;
}

.pop .icon img {
	width: 27px;
	height: auto;
}

.pop h2 {
	margin-bottom: 33px;
}

.pop .topText {
	margin-bottom: 33px;
	line-height: 2.29;
}

.pop .photo {
	margin-bottom: 52px;
}

.pop .photo img {
	width: 680px;
	height: auto;
}

.pop .tableBox {
	border-top: 1px solid #C5C5CF;
}

.pop .tableBox table {
    width: 100%;
    border-collapse: collapse;
}

.pop .tableBox th,
.pop .tableBox td {
    padding: 20px 6px 19px 0;
    text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #C5C5CF;
}

.pop .tableBox th {
	width: 19.8%;
}

.pop .tableBox th p {
	margin: 19px 0 22px;
	line-height: 2.29;
	font-weight: normal;
}

.pop .tableBox th p span {
	margin-bottom: 3px;
	display: block;
	font-size: 16px;
}

.pop .tableBox .tdStyle {
	width: 6.5%;
	border-bottom: none;
}

.pop .tableBox .text {
	margin: 52px 0 26px;
	text-align: center;
	line-height: 2;
}

.pop .tableBox .link {
	width: 300px;
	margin: 0 auto;
	padding: 19px 0 17px 10px;
	display: block;
	text-align: center;
	font-size: 17px;
	border: 1px solid #C5C5CF;
	box-sizing: border-box;
	background: url(../img/index/icon06.png) no-repeat left 93px center;
	background-size: 15px auto;
}


/*アイコンなし*/

#main .worksBox .handUl .infoBox_n:hover {
	cursor: pointer;
	opacity: 0.7;
}

#main .worksBox .handUl .infoBox_n {
	width: 100%;
	display: table;
	position: relative;
}


#main .worksBox .handUl .infoBox_n .photoBox_n {
	width: 52%;
	display: table-cell;
	vertical-align: middle;
}

#main .worksBox .handUl .infoBox_n .photoBox_n img {
	margin: -1px 0 -1px -1px;
	width: 440px;
	height: auto;
}

#main .worksBox .handUl .infoBox_n .textBox_n {
	display: table-cell;
	vertical-align: middle;
}

#main .worksBox .handUl .infoBox_n .textBox_n p {
	font-size: 10px;
	color: #212126;
	line-height: 1.35;
}

#main .worksBox .handUl .infoBox_n .textBox_n p span {
	display: block;
	font-size: 26px;
	letter-spacing: 1px;
}

@media all and (-ms-high-contrast:none){
	#main .mainVisual .textBox .title span {
		padding-top: 10px;
		line-height: 1.9;
	}
	
	#main .mainVisual .textBox .text {
		padding: 9px 13px 6px;
	}
	
	#main .companyBox .tableBox th, 
	#main .companyBox .tableBox td {
		padding: 21px 6px 18px 0;
	}
	
	.pop .tableBox th, 
	.pop .tableBox td {
		padding: 21px 6px 18px 0;
	}
	
	.pop .tableBox .link {
		padding: 21px 0 15px 10px;
	}
}  