@charset "utf-8";
/* CSS Document */

/* ------- ローディング ------- */
#loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 3000;
  }
      
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #397ee5;
    z-index: 1;
    z-index: 3000;
 }
 
/* ------- title-key ------- */
#title-key {
	width: 100%;
	xxheight: 0%;
	xheight: 740px; /* special設置 */
	height: 850px; /* special無設置 */
	xpadding-bottom: 38%;
	margin: 0px auto 0px auto;
	position: relative;
	xoverflow: hidden;
}
#title-key .pattern {
    width: 100%;
    xheight: 0px;
	height: 900px;
	background: url(../images/key_bg.png) right top no-repeat;
	xpadding-bottom: 48%;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 300;
}

#title-key .cover_01 {
    width: 34%;
    xheight: 0px;
	height: 650px;
	background: url(../images/bg_03.png) left bottom no-repeat;
	xpadding-bottom: 48%;
    position: absolute;
    top: 0;
    right: 0;
	padding-left: 80px;
	padding-bottom: 4px;
    z-index: 300;
}
#title-key .cover_02 {
    width: 34%;
    xheight: 0px;
	height: 650px;
	background: url(../images/bg_06.png) left bottom no-repeat;
	xpadding-bottom: 48%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 300;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#title-key .key_logo {
    position: absolute;
    top: 35%;
    left: 3%;
	width: 300px;
	height: 0px;
	background: url("../images/key_logo.png") no-repeat top left;
	background-size: 100%;
	padding-bottom: 30%;
	z-index: 300;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
#title-key .slogan {
    position: absolute;
    top: 50%;
    left: 3%;
	width: 630px;
	height: 0px;
	background: url("../images/slogan.png") no-repeat top left;
	background-size: 100%;
	padding-bottom: 30%;
	z-index: 300;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#title-key .key_hr {
    position: absolute;
    top: 62%;
    left: 3%;
	width: 640px;
	height: 1px;
	background: #0086ff;
	background-size: 100%;
	z-index: 300;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#title-key .slogan_en {
    position: absolute;
    top: 65%;
    left: 3%;
	width: 580px;
	height: 0px;
	background: url("../images/slogan_en.png") no-repeat top left;
	background-size: 100%;
	padding-bottom: 5%;
	z-index: 300;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#title-key .sega-60th {
    position: absolute;
	top: 120px;
	right: 50px;
	width: 150px;
	z-index: 300;
}
#title-key .sega-60th img {
	width: 100%;
	height: auto;
		transition: .3s;
}
#title-key .sega-60th:hover img {
	transform: scale(1.1, 1.1);
}

#youtube-movie {
  margin: -4% auto 0%;
  xwidth: 85%;
  width: 1480px;
    position: absolute;
    top: 0px;
	right: 0px;
    xmin-width: 100%;
    height: auto;
    z-index: -1;
    padding-top: 80px;
}

#youtube-movie-content {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
#youtube-movie-content iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
#player {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

#title-key #slideshow {
	display: none;
}


@media screen and (max-width:1400px) {
#title-key .pattern {
    width: 100%;
    xheight: 0px;
	height: 900px;
	background: url(../images/key_bg_nt.png) center top no-repeat;
	xpadding-bottom: 48%;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 300;
}
#youtube-movie {
  margin: -4% auto 0%;
  xwidth: 85%;
  width: 1300px;
    position: absolute;
    top: 0px;
	right: 0px;
    xmin-width: 100%;
    height: auto;
    z-index: -1;
    padding-top: 80px;
}
}

/* main content */
#main_content {
	width: 100%;
    xbackground: #FFF url("../images/main_content_bg.jpg") center top no-repeat;
	z-index: 2000;
	margin-top: -80px;
}

/* link_top */
.link_top {
	position: relative;
	width: 100%;
	text-align: right;
	z-index: 2000;
	margin-bottom: 20px;
	overflow: hidden;
}
.link_top a img {
  transition: 0.3s;
  transform: translate(5px,0px);
}
.link_top a:hover img {
  transform: translate(0px,0px);
}
.link_top p {
	margin-top: -5px;
	margin-right: 10px;
	font-size: 12px;
}

/* sp content */
#sp_content {
	position: relative;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2000;
	box-sizing: border-box;
	margin-bottom: 30px;
}
#sp_content li {
	width: 100%;
	padding: 20px 40px;
    background: #FFF;
	box-sizing: border-box;
	margin-bottom: 5px;
}
#sp_content li a {
  color: #397ee5;
  text-decoration: none;
	text-indent: -1em;
	margin-left: 1em;
  position: relative;
  display: inline-block;
  transition: .3s;
}
#sp_content li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #548ab6;
  transition: 0.3s;
}
#sp_content li a:hover::after {
  width: 100%;
}

.sp_content2 {
	position: relative;
	border-top: 1px solid #0086ff;
	border-bottom: 1px solid #0086ff;
	background: rgba(255,255,255,0.9);
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 40px;
	z-index: 2000;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.sp_content2 h5 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #397ee5;
	text-align: center;
}
.sp_content2 .txt_right {
	text-align: right;
}
.sp_content2 a {
    color: #397ee5;
	text-decoration: none;
}
.sp_content2 a:hover {
	text-decoration: underline;
}

.sp_content3 {
	position: relative;
	z-index: 2000;
	padding: 20px 30px;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	margin-bottom: 50px;
	background: rgba(255,255,255,0.9);
	border: 1px solid #0086ff;
	border-radius: 10px;
}
.sp_content3 dl dt {
	float: left;
	width: 10em;
    color: #adadad;
}
.sp_content3 dl dd {
	margin-left: 10em;
	margin-bottom: 5px;
}
.sp_content3 dl dd a {
    color: #397ee5;
	text-decoration: none;
}
.sp_content3 dl dd a:hover {
	text-decoration: underline;
}

.wrap_bg1 {
	background: url("../images/top_content_bg1.jpg") top center no-repeat;
}
.wrap_bg2 {
	background: url("../images/top_content_bg2.jpg") top center no-repeat;
}

/* お知らせ */
.newsArea {
	position: relative;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,0.9);
	z-index: 2000;
	padding: 20px 40px 20px;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #0086ff;
}

.newsArea .newsList {
	line-height: 1.43;
	display: block;
	color: #252525;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.newsArea li {
	clear: both;
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px dotted #0086ff;
}
.newsArea li:after {
    content: "";
    clear: both;
    display: block;
}
.newsArea li:nth-child(2n) {
	background-color: #f9f8f4;
}
.newsArea li a {
	display: block;
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
}
.newsArea .newsUpper {
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
	width: 25%;
}

.newsArea .newsUpper .category {
	display: inline-block;
	min-width: 60px;
	padding: 3.5px 5px 3px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: center;
	float: left;
}
/* 重要なお知らせ */
.newsArea .newsUpper .date {
	color: #adadad;
	font-size: 13px;
	text-align: right;
	float: left;
	margin-left: 20px;
}
.newsArea .category.cate01 {
	background-color: #4a68de;
}

/* 企業 */
.newsArea .category.cate02 {
	background-color: #49acde;
}

/* サービス */
.newsArea .category.cate03 {
	background-color: transparent;
	color: #252525;
}

.newsArea li a p.text {
  color: #397ee5;
    text-decoration: none;
  position: relative;
  display: inline-block;
  transition: .3s;
	float: right;
	width: 65%;
}
.newsArea li a:hover p.text {
  text-decoration: underline;
}
.newsArea li a p.text img {
	vertical-align: text-bottom;
}


/* 事業内容 */
#main_content_nav {
	z-index: 2000;
}
#main_content_nav ul {
    display: -webkit-flex;
    display: flex;
	box-sizing: border-box;
	z-index: 2000;
}
#main_content_nav,
#main_content_nav ul,
#main_content_nav li  {
	xheight: auto;
}
#main_content_nav li {
    width: 100%;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
  /* center */
  display: flex;
  xalign-items: center;
  justify-content: center;
  z-index: 2000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#main_content_nav li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 20px 0px;
	text-align: center;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}
#main_content_nav li p {
	display: inline-block;
	z-index: 2000;
	font-size: 18px;
}

#main_content_nav li.top_service_cs {
  xbackground: rgba(57,126,229,.7);
  background: #3d62c7;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#main_content_nav li.top_service_cs .service_bg {
  position: absolute;
	top: 0;
	width: 100%;
	xheight: 100%;
	padding-bottom: 60%;
	background-image: url(../images/top/bg_service_a.png), url(../images/top/bg_service_b.png);
	background-position: top left, top right;
	background-size: 47% auto, 47% auto;
	background-repeat: no-repeat, no-repeat;
}
#main_content_nav li.top_service_ac {
  background: #d43c6e;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#main_content_nav li.top_service_ac .service_bg {
  position: absolute;
	top: 0;
	width: 100%;
	xheight: 100%;
	padding-bottom: 60%;
	background-image: url(../images/top/bg_service_c.png), url(../images/top/bg_service_d.png);
	background-position: top left, top right;
	background-size: 47% auto, 47% auto;
	background-repeat: no-repeat, no-repeat;
}

#main_content_nav li.top_service_cs:hover,
#main_content_nav li.top_service_ac:hover {
    width: 120%;
}
p {
	position:relative;
	z-index: 2000;
}
#main_content_nav li .service_icon,
#main_content_nav li .service_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main_content_nav li .service_icon li {
	width: 100px;
	margin-right: 10px;
}
#main_content_nav li .service_img li {
	width: 40%;
	margin-right: 2%;
}
.service_icon li:last-child,
.service_img li:last-child {
	margin-right: 0px;
}
.service_icon li img,
.service_img li img {
	width: 100%;
	height: auto;
}

/* ------- group ------- */
.group_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.group_box .group_img {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.group_box .group_img2 li {
	width: 50%;
}
.group_box .group_img3 li {
	width: 33.33%;
}
.group_box .group_img li {
	overflow:		hidden;
	position:		relative;
}
.group_box .group_img li img {
	width: 100%;
	height: auto;
	margin-bottom: -10px;
}

.group_box .group_img li .caption {
	xtext-align: 	center;
	color:			#FFF;
	box-sizing: border-box;
	padding: 5% 20px 0px 20px;
}
.group_box .group_img li .caption .caption_img {
	text-align: center;
	margin-bottom: 30px;
}
.group_box .group_img2 li .caption .caption_img img {
	height: auto;
	width: 35%;
}
.group_box .group_img3 li .caption .caption_img img {
	height: auto;
	width: 50%;
}
.group_box .txt_s {
	line-height: 1.8;
}

.group_box .group_img li::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.group_box .group_img li:hover::before {
  animation: hikari 0.5s linear 1;
}
 
@keyframes hikari {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* ------- recruit ------- */
.recruit_img {
	width: 100%;
	height: 0;
	padding-bottom: 25%;
	overflow: hidden;
	position: relative;
}
.services_img {
	width: 100%;
	height: 0;
	padding-bottom: 28%;
	overflow: hidden;
	position: relative;
}
.recruit_img a img,
.services_img a img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
    top: 0px;
	transition: .3s;
}
.recruit_img a:hover img,
.services_img a:hover img {
	transform: scale(1.1, 1.1);
}

/* ------- special ------- */
#special {
	width: 100%;
	height: auto;
	xposition: relative;
	background: url("../images/top/special_box_bg.png") center top no-repeat;
	background-size: cover;
	overflow: hidden;
}
#special_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	xpadding-top: 40px;
	xpadding-bottom: 40px;
	min-height: 350px;
	position: relative;
}
#special_box a li {
	height: 95px;
	width: 450px;
	xmargin-bottom: 20px;
	transition: .3s;
	overflow: hidden;
}
#special_box a li.sp_li_a {
	position: absolute;
	top: 100px;
	right: 40px;
}
#special_box a li.sp_li_b {
	position: absolute;
	top: 215px;
	right: 0px;
}
#special_box a:hover li.sp_li_a {
	right: 60px;
}
#special_box a:hover li.sp_li_b {
	right: 20px;
}

#special_box a:hover li {
	right: 20px;
}

#special_box li img {
	position: absolute;
	top: 0px;
	right: 0px;
}
#special_box li .sp_bg {
	background: #1627cc;
	width: 50%;
	height: 280px;
	position: absolute;
	top: -80px;
	left: -20px;
	transform: rotate(30deg);
}
#special_box li .sp_txt {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #FFF;
	z-index: 400;
	line-height: 1.2;
}
#special_box li .sp_txt span {
	font-size: 30px;
	font-weight: 700;
}
#sns_box {
	width: 100%;
	height: 77px;
	background: url("../images/sns_box_bg.png") bottom left no-repeat;
}
.sns_li {
	width: 800px;
	margin-left: 50px;
    display: flex;
    justify-content: left;
}
.sns_li li {
	width: 40px;
	margin-right: 25px;
	padding-top: 20px;
}
.sns_li li:last-child {
	margin-right: 0px;
}
.sns_li li img {
	width: 100%;
	height: auto;
	transition: .3s;
}
.sns_li li:hover img {
	transform: scale(1.1, 1.1);
}

/*-----------------------------------------------------	*/
/*	for - 1100px以下の記述　*/
/*-----------------------------------------------------	*/

@media screen and (max-width:1100px) {
/* ------- title-key ------- */
#title-key {
	height: 0%;
	padding-bottom: 65%;
}
#youtube-movie {
  width: 100%;
    top: 0px;
  padding-top: 50px;
  margin: 0 auto 0%;
}

#title-key .pattern {
	height: 0;
	padding-bottom: 65%;
	background: url(../images/key_bg_tb.png) center top no-repeat;
	background-size: 100%;
}

#title-key .cover_01 {
	height: 0;
	padding-bottom: 50.5%;
}
#title-key .cover_02 {
	height: 0;
	padding-bottom: 50%;
}

#title-key .key_logo {
	top: 50%;
	width: 28%;
}
#title-key .slogan {
	top: 68%;
	width: 60%;
}
#title-key .key_hr {
    top: 81%;
 	width: 62%;
}
#title-key .slogan_en {
    top: 85%;
 	width: 55%;
}
#title-key .sega-60th {
	top: 100px;
	right: 5%;
	width: 12%;
}	
/* main content */
#main_content {
	padding: 0% 0px 0px;
	margin-top: 0px;
}
/* sp content */
#sp_content {
	width: 96%;
}
#sp_content li {
    padding: 20px 3%;
}
.sp_content2 {
	width: 70%;
	padding: 20px 5%;
}
.sp_content3 {
	width: 90%;
	margin-bottom: 30px;
}
/* content */
.content_left .content_box,
.content_right .content_box,
.content_base .content_box {
	width: 96%;
}

/* お知らせ */
.newsArea {
	width: 100%;
}
.newsArea .newsUpper {
	width: 100%;
}
.newsArea li a p.text {
 	float: none;
	width: 100%;
}
	
	
/* ------- group ------- */
.group_box {
	width: 100%;
}
.group_box .group_img3 li {
	width: 50%;
}
.group_box .group_img2 li .caption .caption_img img,
.group_box .group_img3 li .caption .caption_img img {
	height: auto;
	width: 40%;
}

/* ------- special ------- */
#special_box {
	width: 96%;
	min-height: none;
}
}

/*-----------------------------------------------------	*/
/*	for - 700px以下の記述　*/
/*-----------------------------------------------------	*/

@media screen and (max-width:700px) {
/* ------- title-key ------- */
#title-key {
	padding-bottom: 68%;
	background: #397ee5;
}
#title-key .cover_01 {
	width: 25%;
	height: 0;
	padding-bottom: 90.5%;
}
#title-key .cover_02 {
    width: 25%;
	height: 0;
	padding-bottom: 90%;
	padding-left: 30px;
}
#title-key .pattern {
    display: none;
}
#title-key .key_logo {
	top: 60%;
	width: 28%;
}
#title-key .slogan {
	top: 78%;
	width: 76%;
}
#title-key .key_hr {
    top: 93%;
 	width: 77%;
}
#title-key .slogan_en {
    top: 96%;
 	width: 75%;
}
#title-key .sega-60th {
	width: 18%;
}	
#title-key #slideshow {
	display: block;
	position: absolute;
	overflow: hidden;
    height: 0;
	width: 100%;
	padding-bottom: 67%;
	top: 50px;
	left: 0;
}	

#title-key #slideshow p {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    animation-duration: 5s;
    animation-name: scale;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
	width: 100%;
}

#title-key #slideshow p.active {
    z-index:10;
    opacity:1.0;
}

#title-key #slideshow p.last-active {
    z-index:9;
}

#title-key #slideshow p img {
	width: 100%;
	height: 67%;
}
/* @keyframes scale {
    from { transform: scale(1.0, 1.0); }
    to   { transform: scale(1.1, 1.1); }
} */

/* main content */
#main_content {
	padding: 0% 0px 0px;
	margin-top: 60px;
}

/* sp_content */
.sp_content2 h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #397ee5;
	text-align: center;
}
.sp_content3 dl dt {
	float: none;
}
.sp_content3 dl dd {
	margin-left: 0px;
}

/* link_top */
.link_top {
	overflow: hidden;
}
.link_top a {
	width: 45%;
	float: right;
}
.link_top a img {
	width: 100%;
	height: auto;
}

.newsArea {
	padding: 20px 2% 20px;
}

/* 事業内容 */
#main_content_nav ul {
    display: -webkit-flex;
    display: flex;
	flex-wrap:wrap;
}
#main_content_nav, #main_content_nav ul, #main_content_nav li  {
	height: auto;
}
#main_content_nav li {
    width: 100%;
  /* center */
  display: block;
}
#main_content_nav li.top_service_cs:hover,
#main_content_nav li.top_service_ac:hover {
    width: 100%;
}

/* ------- group ------- */
.group_box .group_img li .caption {
	padding: 4% 2% 0px 2%;
}

.group_box .group_img li .caption .caption_img {
	margin-bottom: 5px;
}

.group_box .txt_s {
	line-height: 1.4;
}
/* ------- recruit ------- */
.recruit_img {
	padding-bottom: 35%;
}	
.services_img {
	padding-bottom: 48%;
}	
/* ------- special ------- */
#special_box a li {
	width: 350px;
}

/* ------- sns_li ------- */
#sns_box {
	background: #fff;
	border-top: 3px #1627cc solid;
}
.sns_li {
	width: 100%;
	margin-left: 0px;
    display: flex;
    justify-content: center;
}
	
}