@charset "UTF-8";

#contents {
	padding: 0;
	line-height: 1.7;
	font-size: 14px;
	color: #333;
	-webkit-font-smoothing: antialiased;
}

figure {
	margin: 0;
}

a {
	color: inherit;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a:hover {
	text-decoration: none;
}

a:hover img {
	opacity: 1;
}

.intro {
	position: relative;
	overflow: hidden;
}

.intro:before {
	content: "";
	display: block;
	padding-top: 700px;
}

.intro:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #94a9c6;
	opacity: 0.25;
	z-index: 5;
}

.intro_catch {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	z-index: 10;
}

.intro_video {
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.info {
	padding: 50px 0;
}

.info_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.info_col {
}

.info_col.-ttl {
	text-align: center;
	width: 22.5%;
}

.info_col.-list {
	width: 74.5%;
}

.info_ttl {
}

.info_ttl em {
	font-size: 28px;
	color: #1797e1;
	font-weight: bold;
	line-height: 1;
}

.info_ttl small {
	font-weight: bold;
	font-size: 16px;
}

.info_btn {
	margin-top: 15px;
}

.info_btn.-sp {
	display: none;
	text-align: center;
	margin-top: 25px;
}

.info_btn a {
	display: inline-block;
	width: 150px;
	line-height: 37px;
	height: 40px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border: 2px solid #1797E1;
}

.info_btn a:hover {
	background: #1797E1;
	color: #fff;
}

.info_btn a:after {
	font-family: icomoon;
	content: "\e900";
	font-size: 10px;
	font-weight: normal;
	color: #1797E1;
	position: absolute;
	top: 50%;
	right: 10px;
	line-height: 1;
	margin-top: -0.5em;
}

.info_list {
}

.info_list > li {
	border-bottom: 1px solid #DDD;
}

.info_list > li:first-child {
	border-top: 1px solid #DDD;
}

.info_list > li a {
	position: relative;
	display: block;
	padding: 10px 25px 10px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.info_list > li a:hover {
	background: #d8f0ff;
}

.info_list > li a:after {
	font-family: icomoon;
	content: "\e900";
	font-size: 10px;
	font-weight: normal;
	color: #1797E1;
	position: absolute;
	top: 50%;
	right: 10px;
	line-height: 1;
	margin-top: -0.5em;
}

.info_list > li a time {
	color: #1797E1;
	margin-right: 1em;
	font-size: 13px;
	vertical-align: baseline;
}

.info_list > li a em {
	vertical-align: baseline;
}

.menu {
	padding: 40px 0;
	background-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 147, 227)), color-stop(50%, rgb(0, 172, 216)), color-stop(90%, rgb(138, 208, 3)));
	background-image: linear-gradient(to right, rgb(0, 147, 227) 0%, rgb(0, 172, 216) 50%, rgb(138, 208, 3) 90%);
}

.menu_wrap {
	max-width: 1370px;
	margin: 0 auto;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.menu_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.menu_item {
	display: inline-block;
	background: #FFF;
	margin-left: 10px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.menu_item:hover {
	-webkit-box-shadow: 0px 25px 50px -10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 25px 50px -10px rgba(0, 0, 0, 0.3);
}

.menu_item:first-child {
	margin-left: 0;
}

.menu_item_fig {
	margin: 0;
}

.menu_item_fig figcaption {
	text-align: center;
	line-height: 1.8;
	padding: 20px 0;
}

.menu_item_fig small {
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}

.menu_item.-item01 .menu_item_fig small {
	color: #1797E1;
}

.menu_item.-item02 .menu_item_fig small {
	color: #01acd6;
}

.menu_item.-item03 .menu_item_fig small {
	color: #86cf09;
}

.menu_item_fig em {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

.menu_item_bnr img {
	height: auto;
	margin-top: 20px;
}

.search {
	background: url('../img2018/img-search-back_1910.jpg') no-repeat;
	background-size: cover;
	padding: 80px 15px;
}

.search_ttl {
	text-align: center;
	line-height: 2.3;
}

.search_ttl em {
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	color: #008AD9;
}

.search_ttl small {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

.search_bnr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
}

.search_bnr > a {
	display: inline-block;
	margin-left: 20px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.search_bnr > a:hover {
	-webkit-box-shadow: 0px 25px 50px -10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 25px 50px -10px rgba(0, 0, 0, 0.3);
}

.search_bnr > a:first-child {
	margin-left: 0;
}

.soft {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.soft_col {
	width: 50%;
	padding: 60px 5%;
	text-align: center;
	border-left: 1px solid #ddd;
}

.soft_col:first-child {
	border-left: none;
}

.soft_sec {
	display: block;
	position: relative;
}

.soft_sec.-app {
	padding-left: 170px;
}

.soft_sec.-line {
	padding-right: 190px;
}

.soft_head {
}

.soft_lead {
}

.soft_ttl {
	margin-top: 15px;
	line-height: 2.4;
	white-space: nowrap;
}

.soft_sec.-app .soft_ttl {
	color: #33a6e9;
}

.soft_sec.-line .soft_ttl {
	color: #2cbf13;
}

.soft_ttl em {
	font-size: 36px;
	font-weight: bold;
	line-height: 38px;
}

.soft_ttl small {
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}

.soft_fig {
	position: absolute;
	top: 50%;
	margin-top: -105px;
}

.soft_sec.-app .soft_fig {
	left: 20px;
}

.soft_sec.-line .soft_fig {
	right: 60px;
}

.soft_fig img.-sp {
}

.soft_fig img.-proko {
	position: absolute;
	right: -50px;
	bottom: -30px;
}

.soft_app {
	margin-top: 25px;
}

.soft_app_item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
}

.soft_app_item:first-child {
	margin-top: 0;
}

.soft_app_item > a {
	display: inline-block;
}

.soft_app_item > a:hover {
	opacity: 0.7;
}

.soft_line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 25px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.soft_line_col {
	font-size: 13px;
	vertical-align: top;
}

.soft_line_col.-qr {
}

.soft_line_col.-id {
	margin-left: 10px;
}

.soft_line_img {
}

.soft_line_img img {
	max-width: none;
}

.soft_line_cap {
	margin-top: 8px;
	line-height: 1.5;
	white-space: nowrap;
}

.link {
	background: #1797e1;
	padding: 50px 0;
}

.link_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.link_list > a {
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
	margin-left: 20px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.link_list > a:hover {
	-webkit-box-shadow: 0px 25px 50px -10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 25px 50px -10px rgba(0, 0, 0, 0.3);
}

.link_list > a:first-child {
	margin-left: 0;
}

.recruit {
	padding: 110px 0;
	text-align: center;
	color: #fff;
	background: url('../img2018/img-recruit-back_1910.jpg') no-repeat;
	background-size: cover;
}

.recruit_ttl {
	font-weight: bold;
	line-height: 1;
	font-size: 48px;
}

.recruit_lead {
	margin-top: 10px;
	font-weight: bold;
	font-size: 24px;
}

.recruit_btm {
	margin-top: 30px;
}

.recruit_btm a {
	display: inline-block;
	font-weight: bold;
	width: 200px;
	font-size: 18px;
	line-height: 47px;
	height: 50px;
	border-radius: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border: 2px solid #fff;
}

.recruit_btm a:hover {
	background: #FFF;
	color: #333;
}

.recruit_btm a:after {
	font-family: icomoon;
	content: "\e900";
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	position: absolute;
	top: 50%;
	right: 10px;
	line-height: 1;
	margin-top: -0.5em;
}

.sns {
	padding: 50px 0;
}

.sns_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
}

.sns_col {
	width: 100%;
	margin-left: 20px;
}

.sns_col iframe {
	vertical-align: middle;
}

.sns_col.-tw iframe {
	box-sizing: border-box;
	border: 1px solid #ccc !important;
}

.sns_col.-insta {
	border: 1px solid #ccc;
}

.sns_col.-insta p {
	padding: 10px;
	text-align: left;
	font-size: 13px;
	line-height: 1.4;
}

.sns_col:first-child {
	margin-left: 0;
}

@media screen and (max-width:1200px) {
	.soft_col {
		padding: 60px 4%;
	}

	.soft_sec.-app {
		padding-left: 140px;
	}

	.soft_sec.-line {
		padding-right: 140px;
	}

	.soft_sec.-app .soft_fig {
		left: 15px;
	}

	.soft_sec.-line .soft_fig {
		right: 14px;
	}

	.soft_ttl em {
		font-size: 32px;
	}

	.soft_fig img.-proko {
		right: -20px;
	}

}

@media screen and (max-width:1080px) {
	.intro:before {
		padding-top: 65%;
	}

}

@media screen and (max-width:640px) {
	.intro {
	}

	.intro_catch {
		padding: 0 5%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.intro_video {
		width: 150%;
		height: 150%;
	}

	.info {
		padding: 30px 0;
	}

	.info_row {
		display: block;
	}

	.info_col {
	}

	.info_col.-ttl {
		width: 100%;
	}

	.info_col.-list {
		width: 100%;
		margin-top: 20px;
	}

	.info_ttl {
	}

	.info_btn {
		display: none;
	}

	.info_btn.-sp {
		display: block;
	}

	.info_list {
	}

	.menu {
		padding: 30px 0;
	}

	.menu_list {
		display: block;
		text-align: center;
	}

	.menu_item {
		margin-left: 0;
		margin-top: 20px;
	}

	.menu_item:first-child {
		margin-top: 0;
	}

	.menu_item_fig {
	}

	.search {
		padding: 40px 15px;
	}

	.search_ttl {
	}

	.search_bnr {
		display: block;
		max-width: 405px;
		margin: 20px auto 0;
	}

	.search_bnr > a {
		margin-left: 0;
		margin-top: 20px;
	}

	.search_bnr > a:first-child {
		margin-top: 0;
	}

	.soft {
		display: block;
	}

	.soft_col {
		width: 100%;
		padding: 30px 15px;
		border-top: 1px solid #ddd;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.soft_col:first-child {
		border-top: 0;
	}

	.soft_sec {
	}

	.soft_sec.-app {
		padding-left: 0;
	}

	.soft_sec.-line {
		padding-right: 0;
	}

	.soft_head {
	}

	.soft_lead {
	}

	.soft_ttl {
	}

	.soft_fig {
		display: none;
	}

	.soft_app {
		margin-top: 15px;
	}

	.soft_line {
		margin-top: 15px;
	}

	.soft_line_qr {
	}

	.soft_line_id {
	}

	.link {
		padding: 30px 0;
	}

	.link_list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.link_list > a {
		margin-left: 4%;
		margin-top: 4%;
		width: 48%;
	}

	.link_list > a:nth-child(-n+2) {
		margin-top: 0;
	}

	.link_list > a:nth-child(2n+1) {
		margin-left: 0;
	}

	.link_list > a img {
		width: 100%;
		height: auto;
	}

	.recruit {
		padding: 40px 15px;
	}

	.recruit_ttl {
	}

	.recruit_lead {
	}

	.recruit_btm {
	}

	.sns {
		padding: 30px 0;
	}

	.sns_row {
		display: block;
		text-align: center;
	}

	.sns_col {
		margin-left: 0;
		margin-top: 30px;
	}

	.sns_col:first-child {
		margin-top: 0;
	}

	.sns_col.-insta {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}

}
