@charset "UTF-8";

.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;
	color: #FFF;
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	z-index: 10;
}

.intro_catch_ttl {
	font-size: 80px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.intro_catch_lead {
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.intro_catch_btn {
	margin-top: 30px;
}

.intro_catch_btn > a {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	width: 250px;
	line-height: 40px;
	height: 50px;
	border-radius: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid #fff;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3), 0px 0px 15px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3), 0px 0px 15px rgba(0, 0, 0, 0.3) inset;
}

.intro_catch_btn > a:hover {
	background: #FFF;
	color: #333;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3), 0px 0px 0px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3), 0px 0px 0px rgba(0, 0, 0, 0.3) inset;
}

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

.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%);
}

.index {
	padding: 70px 0;
	overflow: hidden;
}

.index_ttl {
	font-size: 32px;
	color: #391B9A;
	font-weight: bold;
	text-align: center;
}


.index_lead {
	margin-top: 10px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.index_lead.-large {
	font-size: 28px;
}

.index_menu {
	margin-top: 90px;
}

.index_voice {
	margin-top: 90px;
}

.index_voice > a {
	display: table;
	margin: 0 auto;
	width: 100%;
	max-width: 830px;
	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);
}

.index_voice > 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);
}

.index_voice_col {
	display: table-cell;
	vertical-align: middle;
}

.index_voice_col.-cnt {
	text-align: center;
}

.index_voice_col.-fig {
	width: 500px;
}

.index_voice_text {
	display: inline-block;
	text-align: left;
	line-height: 2.5;
}

.index_voice_text em {
	font-size: 32px;
	line-height: 1;
	font-weight: bold;
	color: #1797E1;
}

.index_voice_text small {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #333;
}

.blog {
	padding: 60px 0 80px;
}

.blog_wrap {
	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;
}

.blog_sec {
	margin-left: 2%;
	width: 49%;
}

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

.blog_head {
	text-align: center;
	line-height: 2;
}

.blog_head_ttl {
}

.blog_head_ttl em {
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
}

.blog_sec.-new .blog_head_ttl em,
.blog_sec.-new .blog_list > li a time,
.blog_sec.-new .blog_list > li a:after,
.blog_sec.-new .blog_btn a:after {
	color: #4DC523;
}

.blog_sec.-new .blog_list > li a:hover {
	background: #e6ffdd;
}

.blog_sec.-new .blog_btn a {
	border-color: #4DC523;
}

.blog_sec.-new .blog_btn a:hover {
	background: #4DC523;
	color: #FFF;
}

.blog_sec.-mid .blog_head_ttl em,
.blog_sec.-mid .blog_list > li a time,
.blog_sec.-mid .blog_list > li a:after,
.blog_sec.-mid .blog_btn a:after {
	color: #5E5ED8;
}

.blog_sec.-mid .blog_list > li a:hover {
	background: #e4e4ff;
}

.blog_sec.-mid .blog_btn a {
	border-color: #5E5ED8;
}

.blog_sec.-mid .blog_btn a:hover {
	background: #5E5ED8;
	color: #FFF;
}

.blog_head_ttl span {
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}

.blog_list {
	margin-top: 20px;
}

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

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

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

.blog_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;
}

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

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

.blog_btn {
	margin-top: 30px;
	text-align: center;
}

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

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

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

	.index_menu {
		margin-top: 70px;
	}

	.index_voice {
		margin-top: 70px;
	}

}

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

	.intro:before {
	}

	.intro:after {
	}

	.intro_catch {
	}

	.intro_catch_ttl {
		font-size: 48px;
	}

	.intro_catch_lead {
		font-size: 18px;
		margin-top: 10px;
		line-height: 1.5;
	}

	.intro_catch_btn {
		margin-top: 20px;
	}

	.intro_catch_btn > a {
		font-size: 18px;
	}

	.intro_catch_btn > a:after {
	}

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

	.index {
		padding: 30px 15px;
	}

	.index_ttl {
		font-size: 24px;
	}

	.index_lead {
		text-align: left;
		font-size: 14px;
	}

	.index_lead.-large {
		text-align: center;
		font-size: 24px;
	}

	.index_menu {
		margin-top: 0;
	}

	.index_voice {
		margin-top: 30px;
		text-align: center;
	}

	.index_voice > a {
		display: inline-block;
		max-width: 500px;
	}

	.index_voice_col {
		display: block;
	}

	.index_voice_col.-cnt {
		padding: 15px;
	}

	.index_voice_col.-fig {
		width: 100%;
	}

	.index_voice_text {
		white-space: nowrap;
		text-align: center;
		padding: 0 20px;
		padding-top: 0.6em;
		line-height: 1.6;
	}

	.index_voice_text em {
		font-size: 20px;
	}

	.index_voice_text small {
		font-size: 14px;
	}

	.blog {
		padding: 0;
	}

	.blog .g-inner {
		padding: 0;
	}

	.blog_wrap {
		display: block;
	}

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

	.blog_sec:first-child {
		border-top: none;
	}

	.blog_head {
	}

	.blog_head_ttl {
	}

	.blog_head_ttl em {
	}

	.blog_sec.-new .blog_head_ttl em,
	.blog_sec.-new .blog_list > li a time,
	.blog_sec.-new .blog_list > li a:after,
	.blog_sec.-new .blog_btn a:after {
	}

	.blog_sec.-new .blog_btn a {
	}

	.blog_sec.-mid .blog_head_ttl em,
	.blog_sec.-mid .blog_list > li a time,
	.blog_sec.-mid .blog_list > li a:after,
	.blog_sec.-mid .blog_btn a:after {
	}

	.blog_sec.-mid .blog_btn a {
	}

	.blog_head_ttl span {
	}

	.blog_list {
	}

	.blog_list > li {
	}

	.blog_list > li:first-child {
	}

	.blog_list > li a {
	}

	.blog_list > li a:after {
	}

	.blog_list > li a time {
	}

	.blog_list > li a em {
	}

	.blog_btn {
		margin-top: 25px;
	}

	.blog_btn > a {
	}

	.blog_btn a:after {
	}

}
