<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.c-button-section {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 70px;
	display: flex;
}

.c-button-section &gt; .back_btn, .c-button-section &gt; .entry_btn {
	width: 100%;
}

.c-button-section &gt; .back_btn {
	margin-right: 50px;
}
@media (max-width:767px) { 
	.c-button-section &gt; .back_btn {
		margin-right: 0;
	}
}

.c-button-section &gt; .back_btn &gt; .button {
	background: #ddd;
}
.c-button-section &gt; .back_btn &gt; .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 &gt;div &gt; 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 &gt; .form_btn01 &gt; a {
	background: #ddd;
}

.seminar_form_btn &gt; .form_btn01 &gt; a::after{
	font-family: FontAwesome;
	content: "\f104";
	position: absolute;
	left: 0.8rem;
}

.seminar_form_btn &gt; .entry_btn01 &gt; 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 #006CB7;
	color: #006CB7
}
.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: #006CB7;
}
footer.l-footer .l-footerTop .l-footerTop-inner nav ul.l-footerNavi li.l-footerNavi-item span {
	color: #006CB7;
	cursor: default;
}
footer.l-footer .l-footerTop .l-footerTop-inner nav ul.l-footerNavi li.l-footerNavi-item a {
	color: #006CB7;
}

.l-footer .l-footerNavi-item::before {
	color: #006CB7;
}
.l-footer .l-footerNavi .l-subNavi-item::before {
	color: #006CB7;
}

/*----------------------------
	募集要項の画像表示サイズ
-----------------------------*/

@media (max-width:767px) {
.c-pageHeader-slider .swiper-slide {
    background-size: contain;
 }
}

/*----------------------------
	キャッチコピー 文字サイズ変更
-----------------------------*/
/* 
.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;
	}
}
*/</pre></body></html>