@charset "utf-8";

body {
	background-color : #fff;
	color : #000;
	box-sizing : border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
	min-height : 100%;
}
img {
	vertical-align : top;
}
a {
	text-decoration : none;
}
a:hover:not('.notrans') img {
	transition-duration : .3s;
	opacity : 0.7;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
.header_navi li.recruit_btn.here a {
	color: #fcff00;
}
.header_navi li.inquiry_btn.here a {
	color: #fcff00;
}

@media screen and (max-width: 480px) {
}
@media screen and (max-width: 768px) {
	.pc-content {
		display: none!important;
	}
	html {
		font-size: 10px;
	}
	header {
		z-index: 10000000;
	}
	.wrapper {
		width: calc(100% - 32px);
		margin: 0 auto;
		overflow: hidden;
	}
	#header {
		width: 100%;
		height: 9.6vw;
		background-color: #00002e;
		position: relative;
		z-index: 10000;
	}
	.header_logo {
		position: absolute;
		top: 0;
		left: 16px;
		width: 32vw;
	}
	.header_logo img {
		width: 100%;
	}
	#hero_area {
		width: 100%;
		height: 37.5vw;
		position: relative;
		z-index: 0;
		margin-bottom: 4vw;
	}
	#hero_area .content {
		width: calc(100% - 32px);
		height: 37.5vw;
		position: absolute;
		top: 0;
		left: 16px;
		z-index: 100;
		color: #fff;
	}
	.hero_bg {
		width: 100%;
		position: absolute;
		top: 0;
		z-index: 0;
	}
	.hero_bg video {
		width: 100%;
	}
	.header_navi {
		display: none;
	}
	#hero_area .content .text {
		margin-top: 8vw;
	}
	#hero_area .content .text h1 {
		font-weight: 900;
		letter-spacing: .12vw;
		font-size: 4.8vw;
		margin-bottom: 5.6vw;
	}
	#hero_area .content .description {
		font-weight: 500;
		font-size: 2.6vw;
		line-height: 3.2vw;
	}
	#top_news, #top_business {
		clear: both;
		width: calc(100% - 32px);
		margin: 0 auto 6.4vw auto;
	}
	#top_news .title, #top_business .title {
		border-bottom: 2px solid #1886d1;
		margin-bottom: 16px;
	}
	#top_news .title h2, #top_business .title h2 {
		display: inline-block;
		font-weight: 700;
		font-size: 4vw;
		padding-bottom: 6px;
		border-bottom: 3px solid #1886d1;
	}
	#top_news .content {
		background-color: #f8f8f0;
		padding: 0 16px;
		font-size: 2.8vw;
	}
	#top_news .content li {
		padding: 16px 0;
		border-bottom: 1px dotted #aaa;
	}
	#top_news .content li:last-child {
		border-bottom: 0;
		padding-bottom: 16px;
	}
	#top_news .content li .date {
		display: block;
		font-weight: 700;
		color: #c00000;
		margin-bottom: 1.6vw;
	}
	#top_news .content li .lead {
		font-size: 3.2vw;
		line-height: 4.0vw;
	}
	#top_business .content {
		font-size: 3.2vw;
	}
	#top_business .content li {
		width: 100%;
		margin-bottom: 4vw;
	}
	#top_business .content li .image {
		position: relative;
		width: 100%;
		height: calc(46vw + 32px);
		margin-bottom: 2.8vw;
	}
	#top_business .content li .image .bg {
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 0;
	}
	#top_business .content li .image a {
		position: absolute;
		display: block;
		width: calc(100% - 26px);
		padding: 20px 13px;
		z-index: 10;
	}
	#top_business .content li .text {
		border-left: 1px solid #c00000;
		border-right: 1px solid #c00000;
		padding: 0 12px;
	}
	#top_business .content li .text h3 {
		color: #0f4293;
		margin-bottom: 2.8vw;
		font-size: 4vw;
	}
	#top_business .content li .text .lead {
		font-size: 3.2vw;
		line-height: 4vw;
		text-align: justify;
		text-justify: inter-character;
	}
	.footer-text {
		background-color: #333333;
		width: 100%;
		text-align: center;
		padding: 8px 0;
		color: #fff;
		font-weight: 700px;
		font-size: 2.4vw;
	}
}
@media screen and (min-width: 769px) {
	.sp-content {
		display: none!important;
	}
	.header_logo img {
		height: 100%;
	}
	.header_navi {
		position: absolute;
		top: 0;
		right: 0;
	}
	.header_navi li {
		float: left;
		position: relative;
	}
	.header_navi li.recruit_btn a {
		background-color: #333;
		display: block;
		text-align: center;
		vertical-align : middle;
		color: #fff;
		font-weight: bold;
	}
	.header_navi li.inquiry_btn a {
		background-color: #c00000;
		display: block;
		text-align: center;
		vertical-align : middle;
		color: #fff;
		font-weight: bold;
	}
	.hero_bg {
		width: 100%;
		position: absolute;
		top: 0;
		z-index: 0;
	}
	#hero_area .content {
		width: 100%;
		height: 37.5vw;
		position: absolute;
		top: 0;
		z-index: 100;
		color: #fff;
	}
	.hero_bg video {
		width: 100%;
	}
	#hero_area .content .text h1 {
		font-weight: 900;
		letter-spacing: .12vw;
		font-size: 2.6vw;
		margin-bottom: 2vw;
	}
	#hero_area .content .description {
		font-weight: 500;
		font-size: 1.2vw;
		line-height: 1.8vw;
	}
	#top_business .content li:last-child {
		margin-right: 0;
	}
	#top_business .content li .image .bg {
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 0;
	}
	#top_business .content li .image a img {
		width: 100%;
		transition-duration: .2s;
	}
	#top_business .content li .image a:hover img {
		transform: scale(1.06);
		transition-duration: .2s;
	}
	#top_news .content li:last-child {
		margin-right: 0;
	}
	.header_navi li.page_btn.here {
		border-left: 1px solid #fcff00;
	}
	.header_navi li.page_btn.here a {
		border-left: 4px solid #fcff00;
	}
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
	html {
		font-size: 9px;
	}
	.wrapper {
		width: calc(100% - 32px);
		margin: 0 auto;
		overflow: hidden;
	}
	#header {
		width: 100%;
		height: 4.8vw;
		background-color: #00002e;
		position: fixed;
		z-index: 10000;
	}
	.header_logo {
		position: absolute;
		top: 0;
		left: 2.4vw;
		height: 5.6vw;
	}
	.header_navi li.page_btn {
		margin: 1.8vw 3.2vw 0 0;
		height: 3.0vw;
		border-left: 1px solid #fff;
	}
	.header_navi li.page_btn a {
		display: block;
		color: #fff;
		font-weight: bold;
		font-size: 1.2vw;
		border-left: 4px solid #fff;
		padding-left: 8px;
	}
	.header_navi li.recruit_btn, .header_navi li.inquiry_btn {
		overflow: hidden;
		width: 8vw;
	}
	.header_navi li.recruit_btn a, .header_navi li.inquiry_btn a {
		padding-top: 1.8vw;
		height: 3.0vw;
		font-size: 1.1vw;
	}
	#hero_area {
		width: 100%;
		height: calc(37.5vw + 4.8vw);
		position: relative;
		z-index: 0;
		margin-bottom: 64px;
	}
	#hero_area .content {
		margin-top: 4.8vw;
	}
	#hero_area .hero_bg {
		top: 4.8vw;
	}
	#hero_area .content .text {
		margin: 4vw 0 0 4vw;
	}
	#hero_area .content .carousel {
		width: 66vw;
	}
	#hero_area .content .carousel img {
		width: 100%;
	}
	#top_news .title, #top_business .title {
		border-bottom: 2px solid #1886d1;
		margin-bottom: 1.0vw;
	}
	#top_news .title h2, #top_business .title h2 {
		display: inline-block;
		font-weight: 700;
		font-size: 1.8vw;
		padding-bottom: 5px;
		border-bottom: 3px solid #1886d1;
	}
	#top_news .content {
		background-color: #f8f8f0;
		padding: 0 1.0vw;
		font-size: 1.2vw;
	}
	#top_news .content li {
		padding: 1.0vw;
		border-bottom: 1px dotted #aaa;
	}
	#top_news .content li:last-child {
		border-bottom: 0;
		padding-bottom: 1.0vw;
	}
	#top_news .content li .date {
		display: inline-block;
		width : 8vw;
		font-weight: 700;
		color: #c00000;
	}
	#top_business .content {
		font-size: 1.2vw;
	}
	#top_business .content li {
		width: 31%;
		margin-right: 3.5%;
		float: left;
	}
	#top_business .content li .image a {
		position: absolute;
		display: block;
		width: calc(100% - 1.6vw);
		padding: 1vw 0.8vw;
		z-index: 10;
	}
	#top_business .content li .text {
		border-left: 1px solid #c00000;
		border-right: 1px solid #c00000;
		padding: 0 1.2vw;
	}
	.footer-text {
		background-color: #333333;
		width: 100%;
		text-align: center;
		padding: 8px 0;
		color: #fff;
		font-weight: 700px;
		font-size: 1.2vw;
	}
}
@media screen and (min-width: 769px) and (max-width: 980px) {
	#top_news, #top_business {
		clear: both;
		width: calc(100% - 4.8vw);
		margin: 0 auto 8vw auto;
	}
	#top_business .content li .image {
		position: relative;
		height: 16.8vw;
		margin-bottom: 1.6vw;
	}
	#top_business .content li .text h3 {
		color: #0f4293;
		margin-bottom: 1.0vw;
		font-size: 1.5vw;
	}
	#top_business .content li .text .lead {
		font-size: 1.3vw;
		line-height: 1.6vw;
		text-align: justify;
		text-justify: inter-character;
	}
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
	#top_news, #top_business {
		clear: both;
		width: 960px;
		margin: 0 auto 8vw auto;
	}
	#top_business .content li .image {
		position: relative;
		height: 168px;
		margin-bottom: 20px;
	}
	#top_business .content li .text h3 {
		color: #0f4293;
		margin-bottom: 16px;
		font-size: 1.8rem;
	}
	#top_business .content li .text .lead {
		font-size: 1.4rem;
		line-height: 1.8rem;
		text-align: justify;
		text-justify: inter-character;
	}
}
@media screen and (min-width: 1281px) {
	html {
		font-size: 10px;
	}
	.wrapper {
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}
	#header {
		width: 100%;
		height: 64px;
		background-color: #00002e;
		position: fixed;
		z-index: 10000;
	}
	.header_logo {
		position: absolute;
		top: 0;
		left: 32px;
		height: 72px;
	}
	.header_navi li.page_btn {
		margin: 22px 40px 0 0;
		height: 42px;
		border-left: 1px solid #fff;
	}
	.header_navi li.page_btn a {
		display: block;
		color: #fff;
		font-weight: bold;
		font-size: 1.6rem;
		border-left: 4px solid #fff;
		padding-left: 8px;
	}
	.header_navi li.recruit_btn, .header_navi li.inquiry_btn {
		overflow: hidden;
		width: 108px;
	}
	.header_navi li.recruit_btn a, .header_navi li.inquiry_btn a {
		padding-top: 24px;
		height: 40px;
		font-size: 1.4rem;
	}
	#hero_area {
		width: 100%;
		height: calc(37.5vw + 64px);
		position: relative;
		z-index: 0;
		margin-bottom: 64px;
	}
	#hero_area .content {
		margin-top: 64px;
	}
	#hero_area .hero_bg {
		top: 64px;
	}
	#hero_area .content .text {
		margin: 4vw 0 0 64px;
	}
	#top_news, #top_business {
		clear: both;
		width: 960px;
		margin: 0 auto 96px auto;
	}
	#top_news .title, #top_business .title {
		border-bottom: 2px solid #1886d1;
		margin-bottom: 16px;
	}
	#top_news .title h2, #top_business .title h2 {
		display: inline-block;
		font-weight: 700;
		font-size: 2.2rem;
		padding-bottom: 6px;
		border-bottom: 3px solid #1886d1;
	}
	#top_news .content {
		background-color: #f8f8f0;
		padding: 0 16px;
		font-size: 1.4rem;
	}
	#top_news .content li {
		padding: 16px;
		border-bottom: 1px dotted #aaa;
	}
	#top_news .content li:last-child {
		border-bottom: 0;
		padding-bottom: 16px;
	}
	#top_news .content li .date {
		display: inline-block;
		width : 120px;
		font-weight: 700;
		color: #c00000;
	}
	#top_news .content li .lead {
	}
	#top_business .content {
		font-size: 1.4rem;
	}
	#top_business .content li {
		width: 296px;
		margin-right: 36px;
		float: left;
	}
	#top_business .content li .image {
		position: relative;
		height: 168px;
		margin-bottom: 20px;
	}
	#top_business .content li .image a {
		position: absolute;
		display: block;
		width: calc(100% - 26px);
		padding: 14px 13px;
		z-index: 10;
	}
	#top_business .content li .text {
		border-left: 1px solid #c00000;
		border-right: 1px solid #c00000;
		padding: 0 12px;
	}
	#top_business .content li .text h3 {
		color: #0f4293;
		margin-bottom: 16px;
		font-size: 1.8rem;
	}
	#top_business .content li .text .lead {
		font-size: 1.4rem;
		line-height: 1.8rem;
		text-align: justify;
		text-justify: inter-character;
	}
	.footer-text {
		background-color: #333333;
		width: 100%;
		text-align: center;
		padding: 8px 0;
		color: #fff;
		font-weight: 700px;
		font-size: 1.0rem;
	}
}