@charset "utf-8";

.c-button-section {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 70px;
	display: flex;
}

.c-button-section > .back_btn, .c-button-section > .entry_btn {
	width: 100%;
}

.c-button-section > .back_btn {
	margin-right: 50px;
}
@media (max-width:767px) { 
	.c-button-section > .back_btn {
		margin-right: 0;
	}
}

.c-button-section > .back_btn > .button {
	background: #ddd;
}
.c-button-section > .back_btn > .button:hover {
	background: #ddd;
	filter: brightness(0.9);
}

@media (min-width:768px) {
	.c-button-section {
		margin-bottom: 100px;
		justify-content: center;
	}
}

@media (max-width:767px) {
	.c-button-section {
		flex-direction: column;
	}
	.c-button-section .entry_btn {
		margin-top: 20px;
	} 
}

.entryComplete_item {
	position: relative;
}

.entryComplete_item::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 50px);
	left: 0;
	z-index: 1;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 10px solid #f7f7f7;
}

.seminar_form_btn {
	display: flex;
	justify-content: center;
}
@media (max-width:767px) {
	.seminar_form_btn {
		flex-direction: column;
	}
	.seminar_form_btn .form_btn01 {
		margin-right: 0;
	}
	.seminar_form_btn .entry_btn01 {
		margin-top: 20px;
	}
}
.seminar_form_btn .form_btn01 {
	margin-right: 50px;
	color: #ddd;
}

.seminar_form_btn .form_btn01, .seminar_form_btn .entry_btn01 {
	width: 100%;
}

.seminar_form_btn >div > a {
	display: block;
	position: relative;
	background: #03A9F4;
	color: #fff;
	border: 0;
	cursor: pointer;
	padding: 24px 30px;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	letter-spacing: 1px;
	line-height: 1;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	text-decoration: none;
	width: 100%;
	max-width: 300px;
	border-radius: 50px;
}

.seminar_form_btn > .form_btn01 > a {
	background: #ddd;
}

.seminar_form_btn > .form_btn01 > a::after{
	font-family: FontAwesome;
	content: "\f104";
	position: absolute;
	left: 0.8rem;
}

.seminar_form_btn > .entry_btn01 > a::after{
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	right: 0.8rem;
}

.seminar_form_btn .form_btn01 a:hover {
	filter: brightness(0.9);
}
.seminar_form_btn .entry_btn01 a:hover {
	filter: brightness(0.9);
}

.entry_table01 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
	background: #fff;
}

.entry_table01 tr.tr_border_bottom{
	border-bottom: 1px solid #ddd;
}
.entry_table01 tr.tr_border_top{
	border-top: 1px solid #ddd;
}


.entry_table01 tr th, .entry_table01 tr td {
	padding: 44px 30px;
	text-align: left;
}

.s-applicationTable {
	width: 100%;
}

.s-applicationTable tbody tr.tr_border_bottom {
	border-bottom: 1px solid #ddd;
}

@media (max-width:767px) {
	.entry_table01 tr {
		display: flex;
		flex-wrap: wrap;
	}
	.entry_table01 tr th, .entry_table01 tr td {
		width: 100%;
		text-align: left;
		padding: 0 15px;
		font-size: 14px;
	}
	.entry_table01 tr th {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.entry_table01 tr.tr_border_top, .entry_table01 tr.tr_border_bottom {
		border: none;
	}
}

/*----------------------------
	diverta add 
-----------------------------*/
.t-archive .s-articleTaglist li a.is-active,
.t-archive_single .s-articleTaglist li a.is-active {
	border: 1px solid #00bfd0;
	color: #00bfd0
}
.errors {
	color: #ff0000;
	border: 1px solid #ff0000;
	padding: 10px;
	margin: 15px 0 0 0;
}
.c-table {
	width: 100%;
}
.s-jobList-inner#results {
	margin-top: -100px;
	padding-top: 100px;
}

/*----------------------------
	フッターナビ文字色 
-----------------------------*/
footer.l-footer .l-footerTop .l-footerTop-inner nav ul.l-footerNavi li.l-subNavi-item a {
	color: #fff;
}
footer.l-footer .l-footerTop .l-footerTop-inner nav ul.l-footerNavi li.l-footerNavi-item span {
	color: #fff;
	cursor: default;
}
footer.l-footer .l-footerTop .l-footerTop-inner nav ul.l-footerNavi li.l-footerNavi-item a {
	color: #fff;
}

.l-footer .l-footerNavi-item::before {
	color: #fff;
}
.l-footer .l-footerNavi .l-subNavi-item::before {
	color: #fff;
}
/*----------------------------
	キャッチコピー 文字サイズ変更
-----------------------------*/
/* 
.s-hero h2 { 
	line-height: 1.3;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 52px;
}
.s-hero h2 span{
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	font-size: 79px;
}

.s-hero h2 font {
	width: 580px;
    background: #fff;
	color: #000;
    display: inline-block;
	font-size: 24px;
	letter-spacing: 0.2em;
	padding: 5px 0;
}

@media screen and (max-width: 767px) {
	.s-hero h2 {
		line-height: 1.2;
		font-size: 24px;		
	}
	.s-hero h2 font {
		width: 260px;
		font-size: 16px;
		margin-top: 20px;
	}
}
*/

/*----------------------------
　　求人情報のボタン
-----------------------------*/

.job-button {
	display: block;
	background: #00bfd0;
	color: #fff;
	border: 0;
	cursor: pointer;
	padding: 16px 30px;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	letter-spacing: 1px;
	line-height: 1;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	text-decoration: none;
	width: 100%;
	max-width: 300px
}
@media (min-width:768px) {
	.job-button {
		max-width: 330px
	}
}
@media (hover:hover) {
	.job-button:hover {
		color: #fff;
		filter: brightness(0.9);
		text-decoration: none
	}
}

.job-button.empty {
	background: 0 0;
	color: #fff
}
.job-button.empty:hover {
	background: #e05a12;
	color: #e6e6e6
}
.job-button.border {
	background: #fff;
	color: #00bfd0;
	border: 1px solid #00bfd0
}
@media (hover:hover) {
	.job-button.border:hover {
		background: #00bfd0;
		color: #fff
	}
}
.job-button.border.gray {
	background: #fff;
	border: 1px solid #ddd
}
@media (hover:hover) {
	.job-button.border.gray:hover {
		background: #f7f7f7;
		color: #333
	}
}
.job-button.gray {
	background: #ddd;
	color: #333
}
@media (hover:hover) {
	.job-button.gray:hover {
		background: #d0d0d0
	}
}
.job-button.radius {
	border-radius: 3px
}
.job-button.round {
	border-radius: 50px
}
.job-button.small {
	padding: 10px 20px;
	font-size: 13px
}
.job-button.wide {
	display: block;
	width: 100%
}
.job-button.icon {
	position: relative
}
.job-button.icon:after {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	right: .8rem
}
.job-button.icon .fa {
	color: #ccc
}
.job-button.icon.la:after {
	font-family: 'Line Awesome Free';
	font-weight: 900
}
.job-button.icon .fa:first-child {
	margin-left: 0
}
.job-button.icon .fa:last-child {
	margin-right: 0
}
@media (max-width:519px) {
	.job-button {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media screen and (min-width:769px) {
	b,em,strong {
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	}
}