@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------------

	main

------------------------------------------------------------------------*/
#main .mvbox {
	position: relative;
	height: auto;
	margin: 11rem 0 5rem;
	background-color: #243F7E;
}
#main .mvbox video {height: 660px;}
#main .mv {width: 117.3rem;height: 660px;margin: 0 auto;}
#main .mvbox figure {
	position: absolute;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%,50%);
}
#main .box1 {
	max-width: 70rem;
	width: 100%;
	margin: 0 auto 5rem;
	padding: 3rem 6rem;
	background: #243F7E;
	color: #fff;
}
#main h1 {
	border-bottom: .1rem solid #fff;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	font-family: '游明朝';
	font-size: 2.2rem;
	text-align: center;
	letter-spacing: .5em;
}
#main h1 span {
	display: block;
	margin-bottom: 1rem;
	font-family: 'Century Gothic';
	font-size: 2.4em;
	text-align: center;
	letter-spacing: .1em;
}
#main .box1 p {text-align: center;}
#main .box2 {background: url("../img/ms_bg.png") no-repeat center / contain;}
#main .box2 div {border-bottom: .2rem solid #243F7E;max-width: 80rem;margin: 0 auto;}
#main .box2 h3 {
	margin-bottom: 3rem;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
#main .box2 p {margin-bottom: 2rem;text-align: center;letter-spacing: .1em;}
/*---------*/
#main ul {
	height: 80rem;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: -1;
}
#main li {
	width: 100%;
	height: 80rem;
	position: absolute;
	top: 0;
	left: 0;
	animation-iteration-count: infinite;
	animation-duration: 25s;
}
#main li:nth-child(1) {
	background: url("../img/slide/slide1.jpg") no-repeat center / cover;
	animation-name: slider-zoomin;
	animation-delay: -3s;
}
#main li:nth-child(2) {
	background: url("../img/slide/slide2.jpg") no-repeat center / cover;
	animation-name: slider-zoomin;
	opacity: 0;
	animation-delay: 5s;
}
#main li:nth-child(3) {
	background: url("../img/slide/slide3.jpg") no-repeat center / cover;
	animation-name: slider-zoomin;
	opacity: 0;
	animation-delay: 13s;
}
#main li img {width: 130%;}
@keyframes slider-zoomin {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	12.5% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	45.5% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		transform: scale(1.3);
	}
}
@media only screen and ( max-width : 1200px ) {
	#main .mvbox {margin: 11rem 0 5rem;background-color: inherit;}
    #main .mv {width: 100%;height: auto;}
    #main .mvbox video {width: 100%;height: auto;}
}
@media only screen and ( max-width : 896px ) {
	#main .mvbox {margin: 6.5rem 0 5rem;}
	#main .box1 {padding: 2rem;}
	#main h1 {font-size: 1.8rem;}
	#main .box2 h3 {font-size: 1.6rem;}
	#main .box2 p {text-align: left;}
	#main ul {height: 50rem;}
}
@media only screen and ( max-width : 500px ) {
	#main .mvbox {margin-bottom: 2rem;}
	#main h1 {font-size: 1.2rem;}
	#main ul {height: 24rem;}
}
/*--------------------------------------------------------------------------

	services

----------------------------------------------------------------------------*/
#svc h2 {
	border-left: 5px solid #243F7E;
	padding-left: 15px;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 22px;
}
#svc .flexbox {margin-bottom: 2rem;box-shadow: 0 0 .5rem rgba(0,0,0,.3);}
#svc .flexbox figure {width: 50%;}
#svc .flexbox div {width: 50%;padding: 3.5rem;background: #fff;}
#svc .flexbox p {margin-bottom: 2rem;}
#svc h3 {
	display: inline-block;
	margin-bottom: 1rem;
	padding: 5px 25px;
	border-radius: 0 20px 20px 0;
	background: #243F7E;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: 5px;
}
#svc h4 {margin: 4rem 0 2rem; text-align: center;}
.youtube {
	position:relative;
	width:50%;
	margin: 0 auto;
	padding-top:36.25%;
	margin-bottom: 40px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
@media only screen and ( max-width : 896px ) {
	#svc .flexbox figure {width: 100%;}
	#svc .flexbox div {width: 100%;}
	#svc .flexbox figure {
	  -webkit-box-ordinal-group:1;
	  -ms-flex-order:1;
	  -webkit-order:1;
	  order:1;
	}
	#svc .flexbox div{
	  -webkit-box-ordinal-group:2;
	  -ms-flex-order:2;
	  -webkit-order:2;
	  order:2;
	}
	.youtube {width: 100%;padding-top:56.25%;}
}
@media only screen and ( max-width : 500px ) {
	#svc .flexbox div {padding: 1.5rem;}
	#svc h2 {font-size: 1.6rem;}
}
/*--------------------------------------------------------------------------

　   interview

----------------------------------------------------------------------------*/
#itv .modal_box {max-width: 32rem;width: 100%;}
#itv h2 {
	margin-bottom: 2.5rem;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: .1em;
}
#itv h2 span {display: block;text-align: right;}
#itv p {text-align: right;}
#itv .arrow {
	position: absolute;
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #fff;
	width: 100%;
	padding-right: 30px;
	font-weight: bold;
}
#itv figure {overflow: hidden;}
#itv figure img {transition: 3s;}
#itv .modal_box:hover figure img {
	-webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
#itv .modal_box a div {
	position: relative;
	overflow: hidden;
	border: 10px solid #243F7E;
	padding: 2rem 1rem 5rem;
	background: #243F7E;
	color: #fff;
	font-family: 'Noto Sans Japanese';
}
#itv .modal_box a div:before {
	content: "";
	position: absolute;
	height: 400px;
	width: 36px;
	right: -102px;
	bottom: -125px;
	transform: rotate(45deg);
	transition: all .3s;
	background : #fff;
}
#itv .modal_box:hover a div {color: #243F7E;background: #fff;}
#itv .modal_box:hover a div:before {right: 160%;}
@media only screen and ( max-width : 896px ) {
	#itv .flexbox {justify-content: space-around;}
	#itv .modal_box {margin-bottom: 3rem;}
}
/*--------------------------------------------------------------------------

	company

----------------------------------------------------------------------------*/
#comp .box {box-shadow: 0 0 20px rgba(0,0,0,0.3);background: #fff;}
#comp #para1 {background: url("../img/comp_frame.jpg") top center/ contain fixed;}
#comp #para1 p {
	padding: 4rem 0;
	font-size: 36px;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
}
#comp .ttl h2 {
	position: relative;
    overflow: hidden;
	color: #243F7E;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: .1em;
	text-align: center;
}
#comp .ttl h2::before {
	content: "";
	width: 100%;
	height: .2rem;
	background: #243F7E;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}
#comp .ttl h2 span {position: relative;padding: 0 1rem;background: #fff;}
#comp .ttl h3 {margin-bottom: 3.5rem;text-align: center;}
#comp .box_in {padding: 45px 40px;text-align: center;}
#comp .flexbox {margin-bottom: 6rem;}
#comp .txtbox {width: 32%;border: 2px solid #243F7E;}
#comp .txtbox h3 {
	display: grid;
	align-items: center;
	height: 95px;
	background: #243F7E;
	color: #fff;
	font-size: 18px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.3;
}
#comp .txtbox div {height: 200px;}
#comp .txtbox h4 {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 60px;
	font-weight: bold;
}
#comp .txtbox h4 span {font-size: 2.5em;}
#comp .txtbox p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}
#comp .txtbox:nth-of-type(1) div {background: url("../img/comp_icon1.svg") no-repeat center / 15rem;}
#comp .txtbox:nth-of-type(2) div {background: url("../img/comp_icon2.svg") no-repeat center / 15rem;}
#comp .txtbox:nth-of-type(3) div {background: url("../img/comp_icon3.svg") no-repeat center / 15rem;}
#comp .chartbox {display: flex;flex-wrap: wrap;justify-content: space-around;margin-bottom: 15rem;}
#comp .chartbox:last-child {margin-bottom: 0;}
#comp .chart_price1,
#comp .chart_price2,
#comp .chart_price3,
#comp .chart_price4,
#comp .chart_price5,
#comp .chart_price6 {
	position: relative;
	max-width: 31rem;
    width: 100%;
	margin-bottom: 7rem;
}
#comp .chart p {
	position: absolute;
	transform: translate(-50%,50%);
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}
/*-------------------開発環境-----------------------------*/
#comp .chart_price1 p:nth-of-type(1) {right: -1%;bottom: 50%;color: #fff;}
#comp .chart_price1 p:nth-of-type(2) {left: 33%;bottom: 27%;color: #243F7E;}
#comp .chart_price1 p:nth-of-type(3) {left: 17%;bottom: 50%;color: #243F7E;}
#comp .chart_price1 p:nth-of-type(4) {left: 20%;bottom: 69%;color: #243F7E;}
#comp .chart_price1 p:nth-of-type(5) {left: 31%;bottom: 83%;color: #243F7E;text-align: right;}
#comp .chart_price1 p:nth-of-type(6) {left: 42%;bottom: 87%;color: #243F7E;text-align: right;}
/*--------------------開発言語-----------------------------*/
#comp .chart_price2 p:nth-of-type(1) {right: 2%;bottom: 64%;color: #fff;}
#comp .chart_price2 p:nth-of-type(2) {right: 9%;bottom: 27%;color: #243F7E;}
#comp .chart_price2 p:nth-of-type(3) {left: 25%;bottom: 35%;color: #243F7E;}
#comp .chart_price2 p:nth-of-type(4) {left: 34%;bottom: 75%;color: #243F7E;}
/*-------------インフラ構築実績----------------------------*/
#comp .chart_price3 p:nth-of-type(1) {right: -5%;bottom: 50%;color: #fff;text-align: left;}
#comp .chart_price3 p:nth-of-type(2) {right: 38%;bottom: 25%;color: #243F7E;}
#comp .chart_price3 p:nth-of-type(3) {left: 17%;bottom: 48%;color: #243F7E;}
#comp .chart_price3 p:nth-of-type(4) {left: 23%;bottom: 69%;color: #243F7E;}
#comp .chart_price3 p:nth-of-type(5) {left: 41%;bottom: 83%;color: #243F7E;}
/*----------------------中途・新卒--------------------------*/
#comp .chart_price4 p:nth-of-type(1) {right: -3%;bottom: 47%;color: #fff;}
#comp .chart_price4 p:nth-of-type(2) {left: 30%;top: 4%;color: #243F7E;}
/*----------------------年齢比------------------------------*/
#comp .chart_price5 p:nth-of-type(1) {top: 27%;right: 1%;color: #fff;}
#comp .chart_price5 p:nth-of-type(2) {right: 50%;bottom: 39%;color: #fff;}
#comp .chart_price5 p:nth-of-type(3) {right: 50%;bottom: 78%;color: #243F7E;}
/*----------------------UNREAL ENGINE経験-------------------*/
#comp .chart_price6 p:nth-of-type(1) {right: -5%;bottom: 60%;color: #243F7E;}
#comp .chart_price6 p:nth-of-type(2) {top: 28%;left: 31%;color: #fff;}
/*----------------------------------------------------------*/
#comp .large1 {font-size: 4.8rem;font-weight: bold;}
#comp .large2 {font-size: 3.8rem;font-weight: bold;}
#comp .large3 {font-size: 2.2rem;font-weight: bold;}
#comp .large4 {font-size: 1.6rem;font-weight: bold;}
#comp .p_1 {font-size: 30px;}
#comp .p_2 {font-size: 24px;}
#comp .p_3 {font-size: 16px;}
#comp .chart h3 {
	position: absolute;
	left: 50%;
	bottom: -10%;;
	transform: translate(-50%,50%);
	border: 2px solid #000;
	max-width: 25rem;
	width: 100%;
	margin-top: 4rem;
	background: #fff;
	font-size: 2.2rem;
	text-align: center;
}
@media only screen and ( max-width : 1100px ) {
	#comp .txtbox h4 span {font-size: 1.8em;}
}
@media only screen and ( max-width : 896px ) {
	#para1 p {padding: 3rem 0;font-size: 2.8rem;}
	#comp .ttl h2 {font-size: 1.8rem;}
	#comp .txtbox {width: 100%;margin-bottom: 2rem;}
	#comp .txtbox h3 {height: 65px;}
	#comp .txtbox div {height: auto;padding: 6rem 0;}
	#comp .txtbox h4 {padding: 0;}
	#comp .chartbox {margin-bottom: 5rem;}
	#comp .chart h3 {font-size: 1.7rem;}
}
@media only screen and ( max-width : 500px ) {
	#comp .box_in {padding: 4rem 2rem;}
	#comp .large1 {font-size: 3.8rem;}
	#comp .large2 {font-size: 3rem;}
}
/*--------------------------------------------------------------------------

	work style

----------------------------------------------------------------------------*/
#work .box {
	position: relative;
	width: 32%;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	background: #fff;
}
#work .triangle {
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 100px solid #243F7E;
	margin: 0 auto 10px auto;
	color: #fff;
}
#work .triangle p {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,25%);
	color: #fff;
	text-align: center;
	font-size: 24px;
	letter-spacing: .2em;
	line-height: 1.2;
}
#work .box figure {width: 10rem;margin: 0 auto 2rem;}
#work h3 {height: 8rem;font-size: 18px;text-align: center;}
#work .txt_box {padding: 0 3rem 2.5rem;}
@media only screen and ( max-width : 896px ) {
	#work .box {width: 100%;margin-bottom: 4rem;}
}
@media only screen and ( max-width : 500px ) {
}
/*-------------------------------------------------------------------------------------

	reqruitment

---------------------------------------------------------------------------------------*/
#req .inner {width: 90%;}
#req table {
	width: 100%;
	margin: 0 auto;
	border-collapse: inherit;
	background: #fff;
}
#req th {
	width: 300px;
	letter-spacing: 3px;
	vertical-align: top;
	padding: 30px;
	border-bottom: 2px solid #000;
}
#req td {
	padding: 30px 0;
	border-bottom: 2px solid #000;
}
.tabs {background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.2);padding: 30px;}
.tab_item {
	width: calc(100%/2);
	height: 100px;
	border-bottom: 3px solid #243F7E;
	background-color: #fff;
	line-height: 100px;
	font-size: 24px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
}
.tab_item:hover {opacity: 0.75;}
input[name="tab_item"] {display: none;}
/*タブ切り替えの中身のスタイル*/
.tab_content {display: none;clear: both;overflow: hidden;}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {display: block;}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	background-color: #fff;
	color: #243F7E;
	border: 3px solid #243F7E;
	border-bottom: none;
}
@media only screen and ( max-width : 896px ) {
	#req .inner {width: 100%;}
	#req th {
		display: block;
		width: 100%;
		text-align: center;
		padding: 20px 0;
		color: #fff;
		background: #243F7E;
		margin-top: 20px;
	}
	#req td {display: block;padding: 20px 10px;border-top: none;}
	.tab_item {width: calc(100%/2);font-size: 16px;}
}
@media only screen and ( max-width : 500px ) {
	.tabs {padding: 10px;}
}
/*---------------------------------------------------------------------------------------

	entry

-----------------------------------------------------------------------------------------*/
#entry {margin-bottom: 10rem;}
#entry .inner {max-width: 80rem;}
#entry .flexbox {padding: 4rem;box-shadow: 0 0 10px rgba(0,0,0,0.2);background: #fff;}
#entry a {
	border: 2px solid #243F7E;
	width: 48%;
	padding: 3rem 0;
	color: #565656;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.8;
	letter-spacing: .05em;
}
#entry a:hover {background: #243F7E;color: #fff;}
@media only screen and ( max-width : 896px ) {
	#entry .flexbox {padding: 2rem;}
	#entry a {width: 100%;margin-bottom: 2rem;}
	#entry a:last-child {margin-bottom: 0;}
}
