@charset "utf-8";
body {
	background: url(../img/bg-worldmap.png) no-repeat center center fixed;
	background-size: cover;
}
#main-footer, #breadcrumbs{
	display: none;
}
#main-visual {
	min-height: 70vmin;
	transform: translate3d(0, 0, 0);
	overflow: hidden;
	background: url(../img/top/img-kid.jpg) no-repeat center center;
	background-size:  cover;
}
#main-visual:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/dot.png) rgba(0, 0, 0, 0.49) repeat left top;
	background-size: 2px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#main-visual>div {
	color: #FFF;
	z-index: 2;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#main-visual>div h1 {
	font-size: 30px;
	font-weight: normal;
}
#main-visual>div h2 {
	font-size: 54px;
	font-weight: bold;
	line-height: 1;
	margin: 8px 0 16px;
}
#main-visual>div p {
	color: #FFF;
}
#main-visual .standard-btn-white {
	margin: 16px auto 0;
}
#main-visual video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0;
}
.page-wrapper {
	max-width: 1600px;
	width: 100%;
	display: table;
	min-height: 70vmin;
	margin: 15vmin auto;
	padding: 0 40px 0 2%;
	box-sizing: border-box;
}
#concept .page-wrapper .inner {
	background: url(../img/top/img-concept.png) no-repeat 30% center;
	display: table-cell;
	padding: 0 5%;
	vertical-align: middle;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}
#concept h2 {
	color: #1B9AAA;
	text-align: left;
}
#concept p {
	margin-bottom: 32px;
	font-size: 16px;
	line-height: 2em;
	letter-spacing: 1px;
}
#about .page-wrapper {
	max-width: 1366px;
	border-collapse: separate;
	border-spacing: 16px;
}
#about .block {
	width: 33.3%;
	margin: 0 2%;
	padding: 0 16px;
	box-sizing: border-box;
	background-size: contain !important;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
	overflow: hidden;
	display: table-cell;
	position: relative;
}
#about .block h2 {
	margin-top: 30vmin;
	font-size: 2vw;
	font-weight: normal;
	line-height: 1;
	color: #EF476F;
}
#about .block h2 span {
	font-size: 5vw;
}
#about .block h2+p {
	font-weight: bold;
	color: #000;
	margin: 4px 0 8px;
	text-transform: uppercase;
	line-height: 1;
}
#about .block p+p {
	overflow: hidden;
	height: 4em;
}
#about .block [class*="standard-btn"] {
	margin: 0 auto;
	position: absolute;
	left: 50%;
	bottom: 32px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#about .block:first-child {
	background: url(../img/top/img-company.png) #FFF no-repeat left top;
}
#about .block:nth-child(2) {
	background: url(../img/top/img-job.png) #FFF no-repeat left top;
}
#about .block:last-child {
	background: url(../img/top/img-people.png) #FFF no-repeat left top;
}
#about .block:nth-child(2) h2 {
	color: #FFC43D;
}
#about .block:last-child h2 {
	color: #4ECDC4;
}
#recruitment .inner {
	width: 100%;
	display: table;
}
#recruitment figure {
	display: table-cell;
	width: 40%;
	padding-right: 50px;
	height: inherit;
}
#recruitment figure+div {
	width: 500px;
	display: table-cell;
	vertical-align: middle;
	height: inherit;
}
#recruitment h2 {
	color: #1B9AAA;
	text-align: left;
}
#recruitment p {
	margin-bottom: 16px;
}
#company .page-wrapper {
	max-width: 768px;
	text-align: center;
	padding: 100px 0;
	box-sizing: border-box;
}
#company .inner {
	display: table-cell;
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.85);
	box-sizing: border-box;
	padding: 0 5%;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}
#company h2 {
	color: #FF6B6B;
	margin-bottom: 8px;
}
#company h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 16px;
}
#company [class*="standard-btn"] {
	margin: 0 auto;
}
#company .inner {
}

@media only screen and (max-width: 1024px) {
.page-wrapper {
	height: calc(100% - 140px);
	display: flex;
	min-height: auto;
	margin: 70px 40px 70px 2%;
	padding: 0;
	width: auto;
	position: relative;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	align-content: center;
}
	#main-visual video{
		display: none;
	}
#main-visual>div h1 {
	font-size: 3vw;
}
#main-visual>div h2 {
	font-size: 7vw;
}
#concept .page-wrapper .inner {
	background: url(../img/top/img-concept.png) no-repeat right bottom;
	background-size: cover;
	text-align: center;
	padding: 20% 2%;
	border: 8px solid #FFF;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
	#concept h2{
		text-align: center;
	}

	#concept [class*="standard-btn"] {
	margin: 0 auto;
	box-shadow: 0 5px 10px rgba(0,0,0,.16);
	background-color: #FFF;
	border: 2px solid transparent !important;
}
#about .page-wrapper {
	border-spacing: unset;
	flex-direction: column;
}
#about .block {
	width: 100%;
	height: 33%;
	margin: 2% 0;
	padding: 16px;
	background: #FFF !important;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	display: inline-flex;
}
#about .block h2 {
	margin: 0;
	font-size: 16px;
}
#about .block h2 span {
	font-size: 32px;
}
#about .block h2+p {
	display: none;
}
#about .block p+p {
	height: auto;
	margin: 0 0 8px;
	overflow: auto;
}
#about .block [class*="standard-btn"] {
	position: relative;
	left: initial;
	bottom: initial;
	-webkit-transform: none;
	transform: none;
}
#recruitment .inner {
	text-align: center;
}
#recruitment figure {
	display: block;
	width: 100%;
	padding: 0;
	height: auto;
	max-width: 400px;
	margin: 0 auto;
}
#recruitment figure+div {
	width: auto;
	display: block;
}
#recruitment h2 {
	text-align: center;
	margin: 16px 0 8px;
}
#recruitment [class*="standard-btn"] {
	margin: 0 auto;
}
#company .inner {
	padding: 32px 16px;
	width: 100%;
}
#company h3 {
	font-size: 14px;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.54);
}
#company h3 br {
	display: none;
}
}

@media screen and (max-width: 560px) {
#main-visual>div h1 {
	font-size: 18px;
}
#main-visual>div h2 {
	font-size: 7vw;
}
}

@media screen and (max-width: 768px) and (orientation: landscape) {
#about .page-wrapper {
	flex-direction: row
}
#about .block {
	display: block;
	height: 100%;
	margin: 0 1%;
}
}
