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

#container.home{
	margin-top:-20px!important;
}

ul.bnr_area {
    display: flex;
    justify-content: center;
}
ul.bnr_area li p{
margin: 0 10px;
}

/*背景共通設定*/
.set {
	position: relative;
	overflow: hidden;
	text-align: center;
	background:#000;
}

.set:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-position:center top;
	-webkit-transition: all .7s ease-out;
	-moz-transition: all .7s ease-out;
	-ms-transition: all .7s ease-out;
	transition: all .7s ease-out;
}

.set:hover:after {
	opacity: .8;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


/*#Box01*/
#Box01 .set:after {
	background-image:url(/img/home_bg_0001.png);
}

#Box01 .set_inner {
	text-align: left;
	z-index: 1;
	position: relative;
	top: 27%;
	left: 10%;
}

#Box01 .set_inner h2{
	margin:0 0 50px 0;
}

#Box02 .set:after {
	background-image:url(/img/home_bg_0002.png);
}

#Box02 .set_inner {
	text-align: right;
	z-index: 1;
	position: relative;
	top: 27%;
	right: 10%;
}

#Box02 .set_inner h2{
	margin:0 0 95px 0;
}

#Box03 .set:after {
	background-image:url(/img/home_bg_0003.png);
}

#Box03 .set_inner {
	text-align: left;
	z-index: 1;
	position: relative;
	top: 27%;
	left: 10%;
}

#Box03 .set_inner h2{
	margin:0 0 95px 0;
}

#Box04 .set:after {
	background-image:url(/img/home_bg_0004.png);
}

#Box04 .set_inner {
	text-align: left;
	z-index: 1;
	position: relative;
	top: 27%;
	left: 10%;
}

#Box04 .set_inner h2{
	margin:0 0 95px 0;
}

#topics{
	margin:0 0 120px 0;
}

#topics h2{
	font-family: 'gotham_boldregular';
	font-size:3.6rem;
	line-height:1;
	font-weight:bold;
	letter-spacing:6px;
	margin:80px auto 100px;
}

#topics .topics_list li{
	position:relative;
	display:inline-block;
	margin:0 50px 0 0;
}

#topics .topics_list li:last-child{
	margin:0;
}

.topics_list .img_cover .event_ttl span{
	font-size: 0.8rem;
}

#topics .topics_list .event{
	font-family: 'gotham_boldregular';
	font-size:1.6rem;
	line-height:1.2;
	letter-spacing:2px;
	margin:0 0 20px 0;
}

#topics .topics_list .event span{
	font-family: 'gotham_boldregular';
	font-size:3.6rem;
	line-height:1.3;
}

#topics .topics_list .img_cover{
	position:relative;
}

#topics .topics_list .img_cover .event_ttl{
	position:absolute;
	top:40%;
	left:0;
	right:0;
	margin:auto;
	color:#fff;
}

#company{
	color:#fff;
	background:#103173;
	padding:80px 0 120px 0;
	margin:0 0 50px 0;
}

#company h2{
	font-family: 'gotham_boldregular';
	font-size:3.6rem;
	line-height:1;
	font-weight:bold;
	letter-spacing:6px;
	padding:0 0 30px 0;
}

#company .comp_block th{
	text-align:right;
	font-size:1.4rem;
	padding:0 50px 0 0;
}

#company .comp_block td{
	text-align:left;
	font-size:1.4rem;
}

#company .comp_block.japanese{
	margin:0 45px 0 0;
}

#company .text_cover table{
	display:inline-block;
}

@media screen and (max-width:640px){
.set:after {
	opacity: .8;
}

.set:hover:after {
	-moz-transform: none;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none;
}


h2 {
    font-size: 5rem !important;
}
	
#topics .topics_list li{
	margin:0 auto 50px;
	padding: 0 10px;
    width: 100%;
	display: block;
}
	
	#topics .topics_list li img{
		width: 75%;
		height: auto;
	}

#topics .topics_list .img_cover .event_ttl {
	font-size: 2rem;
}
	
#topics .topics_list .img_cover .event_ttl span {
	font-size: 1.8rem;
}

#company .comp_block.japanese {
	margin: 0 0 50px 0;
}



#company .comp_block th{
	font-size:2rem;
	vertical-align: top;
	padding:0 50px 30px 0;
}

#company .comp_block td{
	width:54%;
	font-size:2rem;
	vertical-align: top;
	padding:0 50px 30px 0;
}
}
