/*
* top.css
*
*/
/* --------------------------------
	 main
-------------------------------- */
.main {
	background: #fff;
}

.mainarea_lines {
	width: 100%;
}

/* --------------------------------
	 cover
-------------------------------- */
.cover {
	overflow: hidden; 
	position: relative;
	height: 390px;
}
@media screen and (min-width: 751px) {
	.cover {
		height: 672px;
	}
}
.cover .inner {
	position: relative;
	z-index: 1;
	margin: auto; 
	width: 88%;
	height: 100%;
}
@media screen and (min-width: 751px) {
	.cover .inner {
		width: 73%;
		max-width: 1024px;
	}
}

.cover_h {
	margin: auto;
	padding-top: 130px;
	max-width: 318px;
	text-align: center;
}
@media screen and (min-width: 751px) {
	.cover_h {
		padding-top: 236px; 
		max-width: 986px;
	}
}
.en .cover_h {
	padding-top: 142px;
}
@media screen and (min-width: 751px) {
	.en .cover_h {
		padding-top: 270px;
	}
}

.cover_news {
	position: absolute;
	bottom: 52px;
	width: 100%;
}
@media screen and (min-width: 751px) {
	.cover_news {
		bottom: 92px;
	}
}
.cover_news dl {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: center;

	    justify-content: center;
}
.cover_news dt,
.cover_news dd {
	padding: 10px 14px;
	font-size: 11px;
	line-height: 1.54545;
}
@media screen and (min-width: 751px) {
	.cover_news dt,
	.cover_news dd {
		padding: 15px 20px;
		font-size: 14px;
		line-height: 1.5;
	}
}
.cover_news dt {
	min-width: 85px;
	background: #000;
	color: #fff;
	font-weight: bold;
}
@media screen and (min-width: 751px) {
	.cover_news dt {
		width: 148px;
	}
}
.cover_news dd {
	width: calc(100% - 85px);
	background: #fff;
	color: #000;
}
@media screen and (min-width: 751px) {
	.cover_news dd {
		width: calc(100% - 148px);
	}
}

.cover_movarea {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/assets/img/index/cover_video_sp.jpg) no-repeat center 0;
	background-size: cover;
}
@media screen and (min-width: 751px) {
	.cover_movarea {
		background: url(/assets/img/index/cover_video.jpg) no-repeat center 0;
		background-size: cover;
	}
}

.cover_mov {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 50%;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 390px;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);

	object-fit: contain;
}
@media screen and (min-width: 751px) {
	.cover_mov {
		min-height: 672px;
	}
}

.cover_video_dot {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/assets/img/index/cover_video_dot.png) repeat;
	background-size: 8px 8px;
}
@media screen and (min-width: 751px) {
	.cover_video_dot {
		background: url(/assets/img/index/cover_video_dot.png) repeat;
		background-size: 16px 16px;
	}
}

/* --------------------------------
	 news seminar
-------------------------------- */
.news,
.seminar {
	position: relative;
	margin: 0 auto; 
	width: 100%;
	width: calc(100% - 2px);
}
@media screen and (min-width: 751px) {
	.news,
	.seminar {
		width: 100%;
		max-width: 1200px;
	}
}
@media screen and (min-width: 751px) {
	.news .inner,
	.seminar .inner {
		display: -ms-flexbox;
		display: flex;
		margin: auto; 
		width: 85%;
		max-width: 1024px;

		-ms-flex-wrap: wrap;

		    flex-wrap: wrap;
	}
}
@media screen and (min-width: 751px) {
	.news .subheaders,
	.seminar .subheaders {
		width: 0;
		text-align: left;
	}
}
@media screen and (min-width: 751px) {
	.news .subheaders .subheaders_contents:after,
	.seminar .subheaders .subheaders_contents:after {
		right: auto; 
		left: 0;
	}
}
@media screen and (min-width: 751px) {
	.news .subheaders .subh,
	.seminar .subheaders .subh {
		font-size: 26px;
	}
}
@media screen and (min-width: 751px) {
	.news .subheaders .subtxt,
	.seminar .subheaders .subtxt {
		margin-top: 10px;
		font-size: 14px;
	}
}

.news_lists,
.seminar_lists {
	position: relative;
	z-index: 1;
	margin-top: 35px;
}
@media screen and (min-width: 751px) {
	.news_lists,
	.seminar_lists {
		margin-top: 0;
		margin-left: 20%; 
		width: 80%;
	}
}
.news_lists li a,
.seminar_lists li a {
	display: block;
	position: relative;
	padding: 15px 20px 18px;
	text-decoration: none;
}
@media screen and (min-width: 751px) {
	.news_lists li a,
	.seminar_lists li a {
		display: -ms-flexbox;
		display: flex;
		padding: 18px 35px;
		transition: 0.3s box-shadow cubic-bezier(0.23, 1, 0.32, 1);
	}
}
.news_lists li a .date,
.seminar_lists li a .date {
	color: #7d7d7d;
	font-size: 12px;
	font-weight: bold;
}
@media screen and (min-width: 751px) {
	.news_lists li a .date,
	.seminar_lists li a .date {
		box-sizing: content-box;
		padding-right: 25px;
		transition: 0.3s color cubic-bezier(0.23, 1, 0.32, 1); 
		font-size: 13px;
	}
}
.news_lists li a .txt,
.seminar_lists li a .txt {
	margin-top: 2px;
	color: #000;
	font-size: 13px;
	line-height: 1.53846;
}
@media screen and (min-width: 751px) {
	.news_lists li a .txt,
	.seminar_lists li a .txt {
		margin-top: 0;
		transition: 0.3s color cubic-bezier(0.23, 1, 0.32, 1); 
		font-size: 14px;
	}
}
.news_lists li a .tag,
.seminar_lists li a .tag {
	display: inline-block;
	margin-left: 10px;
	padding: 0 5px;
	background: #000; 
	color: #fff;
	font-size: 11px;
}
@media screen and (min-width: 751px) {
	.news_lists li a .tag,
	.seminar_lists li a .tag {
		margin-left: 20px;
		padding: 0 4px;
		font-size: 12px;
	}
}
@media screen and (min-width: 751px) {
	.news_lists li a:hover,
	.seminar_lists li a:hover {
		z-index: 1; 
		box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
	}
}
@media screen and (min-width: 751px) {
	.news_lists li a:hover .date,
	.seminar_lists li a:hover .date {
		color: #cb0400;
	}
}
@media screen and (min-width: 751px) {
	.news_lists li a:hover .txt,
	.seminar_lists li a:hover .txt {
		color: #cb0400;
	}
}
@media screen and (min-width: 751px) {
	.news_lists li a:hover .tag,
	.seminar_lists li a:hover .tag {
		background: #cb0400;
	}
}
.news_lists li:nth-child(odd) a,
.seminar_lists li:nth-child(odd) a {
	background: #fafafa;
}
.news_lists li:nth-child(even) a,
.seminar_lists li:nth-child(even) a {
	background: #fff;
}

.news {
	padding-top: 68px;
}
@media screen and (min-width: 751px) {
	.news {
		padding-bottom: 80px;
	}
}
@media screen and (min-width: 751px) {
	.news li a .date {
		min-width: 160px;

		-ms-flex: 1;

		    flex: 1;
	}
}
.news li a .txt {
	margin-top: 3px;
}
@media screen and (min-width: 751px) {
	.news li a .txt {
		margin-top: 0;
		width: calc(100% - 185px);
	}
}

.seminar {
	padding-top: 55px;
	padding-bottom: 83px;
}
@media screen and (min-width: 751px) {
	.seminar {
		padding-top: 0;
		padding-bottom: 132px;
	}
}

.link_btn {
	margin: auto; 
	width: 220px;
}
@media screen and (min-width: 751px) {
	.link_btn {
		width: 260px;
	}
}
.link_btn a,
.link_btn .no_link {
	display: block;
	position: relative;
	padding: 17px 0;
	width: 220px;
	background: #fff;
	text-align: center;
	text-decoration: none; 
	color: #cb0400;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
	font-size: 13px;
	font-weight: bold;
}
@media screen and (min-width: 751px) {
	.link_btn a,
	.link_btn .no_link {
		padding: 19px 0;
		width: 260px;
		box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
		font-size: 16px;
	}
}
.link_btn a > span,
.link_btn .no_link > span {
	position: relative;
	padding-right: 13px;
}
.link_btn a > span:after,
.link_btn .no_link > span:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	border-width: 3px 0 3px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #cb0400;
	width: 0;
	height: 0;
	transition: 0.3s border-color cubic-bezier(0.23, 1, 0.32, 1); 
	-webkit-transform: translate(0, -50%); 
	    -ms-transform: translate(0, -50%); 
	        transform: translate(0, -50%);
}
@media screen and (min-width: 751px) {
	.link_btn a:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 0%;
		height: 100%;
		transition: 0.3s width cubic-bezier(0.23, 1, 0.32, 1); 
		background: #cb0400;
	}
}
@media screen and (min-width: 751px) {
	.link_btn a:hover {
		color: #fff;
	}
}
@media screen and (min-width: 751px) and (min-width: 751px) {
	.link_btn a:hover:before {
		width: 100%;
	}
}
@media screen and (min-width: 751px) and (min-width: 751px) {
	.link_btn a:hover span:after {
		border-color: transparent transparent transparent #fff;
	}
}

.news_btn,
.seminar_btn {
	position: relative;
	z-index: 1;
	margin-top: 32px;
}
@media screen and (min-width: 751px) {
	.news_btn,
	.seminar_btn {
		margin-top: 50px;
	}
}

/* --------------------------------
	 service
-------------------------------- */
.service {
	position: relative;
	margin: 0 -7%;
	padding: 65px 7%; 
	background: #ececec;
}
@media screen and (min-width: 751px) {
	.service {
		margin: auto;
		padding: 70px 218px; 
		width: 100%;
		max-width: 1200px;
	}
}
.service .section_header {
	letter-spacing: -3px; 
	color: rgba(255, 255, 255, 0.95);
}
.service .section_header span {
	z-index: 2; 
	top: -20px;
}
@media screen and (min-width: 751px) {
	.service .section_header span {
		top: -50px;
	}
}
.service .inner {
	position: relative;
}

.service_figures {
	overflow: hidden; 
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.service_contents {
	padding: 55px 5% 65px;
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 751px) {
	.service_contents {
		padding: 86px 16.5%;
	}
}

.service_contents_inner {
	position: relative;
	z-index: 2;
}

.service_figure_01,
.service_figure_02 {
	position: absolute;
	left: 50%;
	margin-left: -272px;
	width: 544px;
}

.service_figure_01 {
	top: -20px;
	height: 281px;
	background: url(/assets/img/index/service_figure_01_sp.png) no-repeat center 0;
	background-size: 534px 281px;
}
@media screen and (min-width: 751px) {
	.service_figure_01 {
		top: -64px;
		margin-left: -50%;
		padding-top: 94%;
		width: 100%;
		height: 0;
		background: url(/assets/img/index/service_figure.png) no-repeat center 0;
	}
}

.service_figure_02 {
	bottom: -160px;
	height: 297px;
	background: url(/assets/img/index/service_figure_02_sp.png) no-repeat center 0;
	background-size: 455px 297px;
}

.service_lead {
	margin: 30px 0 0;
	font-size: 13px;
	line-height: 1.69231;
}
@media screen and (min-width: 751px) {
	.service_lead {
		margin: 38px 0 0;
		text-align: center; 
		font-size: 14px;
		line-height: 2;
	}
}

.service_btn {
	margin-top: 22px;
}
@media screen and (min-width: 751px) {
	.service_btn {
		margin-top: 24px;
	}
}

.service_bnr {
	margin-top: 38px;
}
@media screen and (min-width: 751px) {
	.service_bnr {
		margin-top: 58px;
	}
}

.service_policy {
	margin: 10px auto 0;
	text-align: center;
}
@media screen and (min-width: 751px) {
	.service_policy {
		margin-top: 15px;
	}
}
.service_policy a {
	display: inline-block;
	text-decoration: none; 
	color: #cb0400;
	font-size: 11px;
	font-weight: bold;
}
@media screen and (min-width: 751px) {
	.service_policy a {
		font-size: 13px;
	}
}
.service_policy a span {
	position: relative;
	padding-left: 13px;
}
.service_policy a span:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	border-width: 3px 0 3px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #cb0400;
	width: 0;
	height: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
@media screen and (min-width: 751px) {
	.service_policy a:hover {
		text-decoration: underline;
	}
}

@media screen and (min-width: 751px) {
	.service_lines .vertical_line_01 {
		display: none;
	}
}

@media screen and (min-width: 751px) {
	.service_lines .vertical_line_02 {
		left: 16.5%;
	}
}

@media screen and (min-width: 751px) {
	.service_lines .vertical_line_04 {
		right: 16.5%;
	}
}

@media screen and (min-width: 751px) {
	.service_lines .vertical_line_05 {
		display: none;
	}
}

/* --------------------------------
	 recruit
-------------------------------- */
.recruit {
	position: relative;
	margin: 0 -7%;
	padding: 90px 0 93px;
}
@media screen and (min-width: 751px) {
	.recruit {
		margin: 0;
		padding: 185px 0 130px;
	}
}
.recruit .section_header span {
	top: 70px;
}
@media screen and (min-width: 751px) {
	.recruit .section_header span {
		top: 110px;
	}
}

.recruit_contents {
	margin-top: 35px;
	padding: 79px 0;
	height: 320px;
	background: url(/assets/img/index/recruit_bg_sp.jpg) no-repeat center 0;
	background-size: cover;
}
@media screen and (min-width: 751px) {
	.recruit_contents {
		margin: 50px auto 0;
		padding: 145px 0 0;
		width: 100%;
		max-width: 1200px;
		height: 540px;
		background: url(/assets/img/index/recruit_bg.jpg) no-repeat center 0;
	}
}
@media screen and (max-width: 750px) {
	.en .recruit_contents {
		padding: 60px 0;
	}
}

.recruit_contents_inner {
	margin: auto;
	padding: 20px 0 30px;
	width: 275px;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
}
@media screen and (min-width: 751px) {
	.recruit_contents_inner {
		padding: 50px 0 60px; 
		width: 510px;
	}
}
@media screen and (max-width: 750px) {
	.en .recruit_contents_inner {
		width: 320px;
	}
}

.recruit_content_lead {
	padding: 0 19px;
	font-size: 13px;
	line-height: 1.69231;
}
@media screen and (min-width: 751px) {
	.recruit_content_lead {
		padding: 0;
		font-size: 16px;
		line-height: 1.875;
	}
}

.recruit_btn {
	margin-top: 13px;
}
@media screen and (min-width: 751px) {
	.recruit_btn {
		margin-top: 26px;
	}
}