@charset "utf-8";
/* CSS Document */

/*
mainVisual
------------------------------------*/
#mainVisual {
	position: relative;
	background: #b13cd5;
}

#mainVisual img {
	width: 100%;	
}

#mainVisual p img {
	display: none;
}

#mainVisual .icon {
	position: absolute;
	bottom:0;
	left: 52%;
	animation: translate 3s; 
	animation-iteration-count: 1; 
	-webkit-animation: translate 3s; /* Safari & Chrome */
	-webkit-animation-iteration-count: 1; 
}

@keyframes translate { 
	0%   { transform:  translate(-500px, 0px);    } 
	100%  { transform:  translate(0px, 0px);   } 
} 
@-webkit-keyframes translate { 
	0%   { -webkit-transform:  translate(-500px, 0px) ;   } 
	100%  { transform:  translate(0px, 0px);   } 
}

/*
buisiness
------------------------------------*/
#buisiness {
	width: 1020px;
	margin: 50px auto 0;
	letter-spacing: -.40em;
}

#buisiness li {
	display: inline-block;
	width: 235px;
	letter-spacing: normal;
	margin: 0 10px;
}

#buisiness li a {
	display: block;
	color: #fff;
}

#buisiness li a:hover {
}

#buisiness li dl {
	margin-top: -1px;
}

#buisiness li dl dt {
	padding: 0 0 12px;
	text-align: center;
	border-radius: 7px 0 7px 0;
	-webkit-border-radius: 0 0 7px 0;
	-moz-border-radius: 7px 0 7px 0;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

#buisiness li dl dt.on strong {
	color: #f0ff00;
}

#buisiness li:first-child dl dt {
	background: #442a9d;
}

#buisiness li:nth-child(2) dl dt {
	background: #b13cd5;
}

#buisiness li:nth-child(3) dl dt {
	background: #f14e95;
}

#buisiness li:last-child dl dt {
	background: #f28626;
}

#buisiness li dl dt strong {
	display: block;
	padding: 12px 0 2px;
	font-family: 'Bookman Old Style', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
	border-bottom: 1px solid #fff;
	margin: 0 10px 10px;
	font-size: 23px;
	font-weight: bold;
}

#buisiness li dl dt::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#buisiness li dl dt:hover::after {
	-webkit-transform: scale(1.5) rotate(180deg);
	transform: scale(1.5) rotate(180deg);
	background: rgba(0,0,0,1.0);
}

#buisiness li dl dt::before,
#buisiness li dl dt::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

#buisiness li dl dt,
#buisiness li dl dt::before,
#buisiness li dl dt::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .7s;
	transition: all .7s;
}

#buisiness li a img {
	display: block;
	width: 100%;
}

#buisiness li:last-child dl dt strong {
	letter-spacing: -1px;
}

#buisiness li dl dt span {
	background: url(/common/images/arrow02.png) no-repeat 0 50%;
	background-size: 16px 13px;
	padding-left: 18px;
	font-size: 15px;
}

/*IE*/
@media all and (-ms-high-contrast:none) {
	#buisiness li dl dt span {
		background: url(/common/images/arrow02.png) no-repeat 0 50%;
		background-size: 16px 13px;
		padding: 4px 0 0 18px;
	}
}

#buisiness li dl dd {
	color: #666666;
	line-height: 140%;
	margin-top: 10px;
	font-size: 14px;
}

/*
contents
------------------------------------*/
#contents {
	width: 1040px;
	margin: 35px auto 0;
	display: table;
    border-collapse: separate;
    border-spacing: 20px 0;
}

#contents .title {
	background: #fff;
}

#contents .title h2 {
	border: 2px solid #000;
	border-radius: 5px 0 5px 0;
	-webkit-border-radius: 5px 0 5px 0;
	-moz-border-radius: 5px 0 5px 0;
	background: url(/top/images/titleBg01.gif) no-repeat 0 0;
	background-size: 24px 24px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding: 8px 15px 5px;
}

/*IE*/
@media all and (-ms-high-contrast:none) {
	#contents .title h2 {
		background: url(/top/images/titleBg01.gif) no-repeat 0 0;
		background-size: 24px 24px;
		padding: 10px 15px 3px;
	}
}

#release {
	width: 490px;
	display: table-cell;
	position: relative;
}

#release h2:first-letter{
    font-size: 24px;
	color: #442a9d;
}

#release .list {
	position: absolute;
	top: 6.5%;
	right: 15px;
}

#release .list a {
	background: url(/common/images/arrow03.png) no-repeat 0 35%;
	background-size: 10px 8px;
	display: block;
	padding-left: 16px;
	color: #442a9d;
	font-size: 14px;
}

#release .list a:hover {
	color: #b13cd5;
}

#release ul {
	margin-top: 25px;
	overflow: hidden;
	font-size: 14px;
}

#release ul li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 13px;
	margin-bottom: 13px;
}

#release ul li:last-child {
	margin-bottom: 0;
}

#release ul li dl {
	overflow: hidden;
}

#release ul li dl dt {
	width: 118px;
	float: left;
}

#release ul li dl dd {
	width: 372px;
	float: left;
}

/*IE*/
@media all and (-ms-high-contrast:none) {
	#release .list {
		top: 12%;
	}
	#release .list a {
		padding-top: 4px;
	}
}

#recruit {
	width: 235px;
	display: table-cell;
	background: #f8f8f8;
}

#recruit h2:first-letter{
    font-size: 24px;
	color: #b13cd5;
}

#recruit ul {
	padding: 10px 15px 0;
	font-size: 14px;
}

#recruit ul li {
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px 1em;
	text-indent: -1em;
	margin-top: 15px;
	line-height: 140%;
	word-break: break-all;
}

#recruit ul li::before { 
  content: "・";
  color: #000;
}

#information {
	width: 235px;
	display: table-cell;
	background: #f8f8f8;
}

#information h2:first-letter{
    font-size: 24px;
	color: #f14e95;
}

#information dl {
	padding: 25px 15px 15px;
}

#information dl dt {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

#information dl dd p {
	font-size: 14px;
	line-height: 140%;
	margin-top: 15px;
}



