<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

@font-face {
    font-family: 'MidashiGoPro-MB31';
    font-style: normal;
    font-weight: 100;
    src: url('../../font/A-OTF-MidashiGoPro-MB31.eot'); /* IE9 Compat Modes */
    src: url('../../font/A-OTF-MidashiGoPro-MB31.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../font/A-OTF-MidashiGoPro-MB31.woff') format('woff'), /* Modern Browsers */
    url('../../font/A-OTF-MidashiGoPro-MB31.ttf')  format('truetype'); /* Safari, Android, iOS */
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #262626;
	font-size: 14px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {

}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding-top: 5px;
}

#gHeader .h1Box {
	padding-bottom: 4px;
	border-bottom: 1px solid #d4d4d4;
}

#gHeader .hContent {
	margin: 0 auto;
	width: 1080px;
}

#gHeader .h1Box h1 {
	padding-top: 3px;
	width: 550px;
	float: left;
	font-size: 12px;
	font-weight: normal;
}

#gHeader .h1Box .linkList {
	text-align: right;
}

#gHeader .h1Box .linkList li {
	margin-left: 14px;
	display: inline-block;
}

#gHeader .h1Box .linkList li:last-child {
	margin-right: 0;
}

#gHeader .h1Box .linkList li a {
	padding-left: 26px;
	display: inline-block;
	font-size: 12px;
	background: url(../../img/common/icon01.png) no-repeat left center;
}

#gHeader .h1Box .linkList li a:hover {
	opacity: 0.7;
}

#gHeader .hBox {
	padding: 5px 0 5px;
	border-bottom: 1px solid #d4d4d4;
}

#gHeader .hBox .logoBox {
	width: 408px;
	padding-top: 1px;
	float: left;
}

#gHeader .hBox .logoBox .logo {
	margin-bottom: 9px;
}

#gHeader .hBox .logoBox .address {
	font-size: 14px;
}

#gHeader .hBox .hInner {
	width: 650px;
	float: right;
}

#gHeader .hBox .hInner .textList {
	float: left;
}

#gHeader .hBox .hInner .hArea {
	padding-top: 12px;
	width: 384px;
	float: right;
}

#gHeader .hBox .hInner .hArea .hText {
	margin-bottom: 7px;
	font-size: 12px;
}

#gHeader .hBox .hInner .hArea .contactBox {
	margin-top: -1px;
}

#gHeader .hBox .hInner .hArea .contactBox .tel {
	float: left;
}

#gHeader .hBox .hInner .hArea .contactBox .link a:hover {
	opacity: 0.7;
}

#gHeader .hBox .hInner .hArea .contactBox .link {
	width: 156px;
	float: right;
	box-sizing: border-box;
}

#gHeader .hBox .hInner .hArea .contactBox .link a {
	padding: 6px 5px 10px;
	display: block;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	background-color: #06ba85;
}

#gHeader .hBox .hInner .textList li {
	margin-right: 0;
	display: inline-block;
}

@media all and (-ms-high-contrast:none){
	#gHeader .hBox {
		padding-bottom: 17px;
	}
	
	#gHeader .hBox .logoBox .logo {
		margin-bottom: 14px;
	}
	
	#gHeader .hBox .hInner .hArea {
		padding-top: 16px;
	}
	
	#gHeader .hBox .hInner .hArea .hText {
		margin-bottom: 3px;
	}
	
	#gHeader .hBox .hInner .hArea .contactBox .link a {
		padding: 10px 5px 6px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		position: relative;
		padding: 10px;
	}

	#gHeader .h1Box {
		display: none;
	}

	#gHeader .hContent {
		width: auto;
	}

	#gHeader .hBox {
		padding: 0;
		border-width: 0;
	}
	
	#gHeader .hBox .logoBox {
		padding-top: 0;
		width: auto;
	}
	
	#gHeader .hBox .logoBox .logo {
		margin-bottom: 0;
	}
	
	#gHeader .hBox .logoBox .logo img {
		width: 200px;
	}

	#gHeader .hBox .logoBox .address {
		display: none;
	}

	#gHeader .hBox .hInner {
		display: none;
	}
	
	#gHeader .menu {
		margin-top: 5px;
		display: block;
		position: relative;
		float: right;
		height: 20px;
		width: 20px;
		cursor: pointer;
		z-index: 100;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	
	#gHeader .active .top {
		-webkit-transform: translateY(7px) translateX(0) rotate(45deg);
		-ms-transform: translateY(7px) translateX(0) rotate(45deg);
		transform: translateY(7px) translateX(0) rotate(45deg);
		background: #231f20;
	}
	
	#gHeader .active .middle {
		opacity: 0;
		background: #231f20;
	}
	
	#gHeader .active .bottom {
		-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
		transform: translateY(-7px) translateX(0) rotate(-45deg);
		background: #231f20;
	}
		
	#gHeader .menu span {
		background: #231f20;
		border: none;
		height: 2px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	
	#gHeader .menu span:nth-of-type(2) {
		top: 7px;
	}
		
	#gHeader .menu span:nth-of-type(3) {
		top: 14px;
	}

}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi ul {
	margin: 0 auto;
	/*width: 1075px;*/
	width: 1000px;
	border-right: 1px solid #d4d4d4;
	box-sizing: border-box;
}

#gNavi ul li {
	/*width: 179px;*/
	width: 166px;
	height: 60px;
	float: left;
	display: table;
	border-left: 1px solid #d4d4d4;
	box-sizing: border-box;
	position: relative;
}

#gNavi ul li a {
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#gNavi ul li a:hover:before {
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 3px;
	background: url(../../img/common/g_navi_bg.png) repeat-x;
	background-size: 100% 3px;
	content: "";
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
		background-color: rgba(255,255,255,0.9);
		z-index: 100;
	}

	#gNavi ul {
		width: auto;
		border-right-width: 0;
	}

	#gNavi ul li {
		width: 100%;
		height: auto;
		float: none;
		border-left-width: 0;
		border-top: 1px solid #d4d4d4;
	}

	#gNavi ul li a {
		display: block;
		text-align: left;
	}
	
	#gNavi ul li a span {
		padding: 8px 10px;
		display: block;
		background: url(../../img/common/sp_icon01.png) no-repeat right 10px center;
		background-size: 7px 10px;
	}

	#gNavi ul li a:hover:before {
		background-image: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 77px 0 24px;
	background-color: #262626;
}

#gFooter .fContent {
	margin: 0 auto 53px;
	width: 1080px;
}

#gFooter .fArea {
	width: 590px;
	float: left;
}

#gFooter .fArea .fLogoBox .fLogo {
	float: left;
}

#gFooter .fArea .fLogoBox .fTextList {
	float: right;
}

#gFooter .fArea .fLogoBox .fTextList li {
	margin-right: 10px;
	float: left;
}

#gFooter .fArea .fLogoBox .fTextList li:last-child {
	margin-right: 0;
}

#gFooter .fArea p {
	margin: -4px 0 14px;
	font-size: 12px;
	color: #FFF;
	line-height: 2.0;
}

#gFooter .fArea .fNavi {
	margin-top: -9px;
	width: 190px;
	float: left;
}

#gFooter .fArea .fNavi li {
	margin-top: 9px;
}

#gFooter .fArea .fNavi li a {
	font-size: 12px;
	color: #FFF;
}

#gFooter .fArea .fNavi li a:hover {
	text-decoration: underline;
}

#gFooter .mapBox {
	width: 360px;
	float: right;
}

#gFooter .mapBox .map {
	margin-bottom: 19px;
}

#gFooter .mapBox .link {
	text-align: right;
}

#gFooter .mapBox .link a {
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}

#gFooter .mapBox .link a:hover {
	text-decoration: none;
}

#gFooter .copyright {
	margin: 0 auto;
	max-width: 1080px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		padding: 20px 10px;
	}
	
	#gFooter .fContent {
		margin-bottom: 15px;
		width: auto;
	}

	#gFooter .fArea {
		margin-bottom: 10px;
		width: auto;
		float: none;
	}
	
	#gFooter .fArea .fLogoBox {
		margin-bottom: 10px;
	}

	#gFooter .fArea .fLogoBox .fLogo {
		float: none;
	}
	
	#gFooter .fArea .fLogoBox .fLogo img {
		width: 260px;
	}

	#gFooter .fArea .fLogoBox .fTextList {
		display: none;
	}

	#gFooter .fArea p {
		margin: 0px 0 8px;
		font-size: 11px;
		line-height: 1.5;
	}
	
	#gFooter .fArea .fNaviBox {
		margin: 0 -10px;
	}
	
	#gFooter .fArea .fNavi {
		margin-top: 0;
		width: 50%;
		box-sizing: border-box;
		border-bottom: 1px solid #FFF;
	}
	
	#gFooter .fArea .fNavi:first-child {
		border-right: 1px solid #FFF;
	}

	#gFooter .fArea .fNavi li {
		margin-top: 0;
		width: 100%;
		border-top: 1px solid #FFF;
	}

	#gFooter .fArea .fNavi li a {
		padding: 10px 0;
		display: block;
		font-size: 12px;
		text-align: center;
	}
	
	#gFooter .fArea .fNavi li a:hover {
		text-decoration: none;
	}

	#gFooter .mapBox {
		width: auto;
		float: none;
	}
	
	#gFooter .mapBox .map {
		margin-bottom: 10px;
	}
	
	#gFooter .mapBox .map iframe {
		width: 100%;
	}

	#gFooter .mapBox .link a {
		font-size: 11px;
	}
	
	#gFooter .mapBox .link a:hover {
		text-decoration: underline;
	}
	
	#gFooter .copyright {
		max-width: inherit;
		font-size: 10px;
	}
}


.pc{
	display:block;
    text-align: center;
	margin-bottom: 33px;
	margin: auto;
}
.sp{
	display: none;
}
@media all and (min-width: 0) and (max-width: 767px) {
	.pc{
		display: none;
	}
	.sp{
		display:block;
    	text-align: center;
    	margin: 0 auto 20px;
	}
	.sp img{
    	width: 64%;
	}
}
/* add 200617 */
#gHeader {
	position: sticky;
    z-index: 1000;
    top: 0;
    background-color: #fff;
}

/* add 200722 */
#gNavi .DropDownList {
	display: none;
	position: absolute;	
	flex-direction: column;
	top: 60px;
	left: 0;
	border: none;
}
#gNavi .DropDownList li {
	background-color: #ffe;
	border-left: none;
}
#gNavi li:hover ul {
	display: flex;
}

/* add 200901 */

@media (max-width:767px) {
    #gNavi .DropDownList {
        display: flex;
        position: initial;

    }
    #gNavi .DropDownList li {
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #gNavi .DropDownList li br {
        display: none;
    }
    #gNavi .DropDownList a {
        display: block;
        text-align: center;
    }
    #gNavi ul span.sp {
        margin-bottom: 0;
        padding: 5px 10px;
    }
}

/* add 201006 */
#gHeader .hBox .contact a {
	padding: 5px;
}
#gHeader .hBox .contact svg {
	width: 17px;
	height: 17px;
	color: #fff;
	vertical-align: text-top;
}
#gHeader .hBox .contact {
	float: left;
	margin: 10px;
}

.saiyou {
    display: block;
    text-align: center;
    margin-top: 50px;
}

/* 240708add */
table.tbl_recruit {
    margin-bottom: 10px;
    border-collapse: collapse;
    margin-top: 30px;
    width: 100%;
    border: 1px solid #ffefcd;
}

table.tbl_recruit th {
    padding: 20px 20px 20px 25px;
    border: 1px solid #fce5b4;
    width: 200px;
    background: #fffbf3;
    font-size: 15px;
}

table.tbl_recruit td {
    padding: 20px 10px 20px 25px;
    border: 1px solid #fce5b4;
}

table.tbl_recruit caption {
    font-size: 18px;
    text-align: left;
    border-left: 5px solid #ff9000;
    padding: 8px 6px 8px 15px;
    margin-bottom: 10px;
    font-family: "Rounded Mplus 1c";
    font-weight: bold;
}

@media (min-width: 0) and (max-width: 767px) {
    #main .sec08 {
        padding: 20px 10px;
    }
	table.tbl_recruit th {
		padding: 10px 10px 10px 10px;
		width: 30%;
		font-size: 13px;
	}

}</pre></body></html>