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

/* ----------------------------------------------------
    common
---------------------------------------------------- */
main { color: #333; font-size: 1.6rem; }
.container.w910 { max-width: 910px; }
.breadcrumb { margin-bottom: 20px; }

/* ----------------------------------------------------
    visual
---------------------------------------------------- */
#headVisual::after { background: url(images/img_headvisual.jpg) no-repeat center center; background-size: cover; }

@media (min-width: 768px) {
}

@media (max-width: 767px) {
	#headVisual { margin-bottom: 40px; }
}

/* -------------------------------------------------

	tel-field

------------------------------------------------- */
.tel-field {}
.tel-field .tel-wrap { background: #f9f9f9; }
.tel-field .tel-wrap p { text-align: center; font-size: 1.6rem; font-weight: bold; }
.tel-field .tel-wrap .tel-number {}
.tel-field .tel-wrap .tel-number a { font-size: 5.5rem; letter-spacing: 0.05em; font-family: 'Roboto', sans-serif; font-weight: 500; text-decoration: none; color: #1062AD; position: relative; display: inline-block; margin-bottom: 5px; }
.tel-field .tel-wrap .tel-number a::before { content: ''; position: absolute; background: url(images/phone-intercom.svg) no-repeat; background-size: 100%; }

@media (min-width: 768px) {
	.tel-field { margin-bottom: 120px; }
	.tel-field .tel-wrap { padding: 47px 0; }
	.tel-field .tel-wrap .tel-number a { font-size: 5.5rem; padding-left: 70px; }
	.tel-field .tel-wrap .tel-number a::before { width: 50px; height: 50px; top: 7px; left: 0; }
}

@media (max-width: 767px) {
	.tel-field {}
	.tel-field .tel-wrap { padding: 37px 0; }
	.tel-field .tel-wrap .tel-number a { font-size: 4rem; padding-left: 50px; }
	.tel-field .tel-wrap .tel-number a::before { width: 40px; height: 40px; top: 2px; left: 0; }
}


/* -------------------------------------------------

	form-field

------------------------------------------------- */
.form-field { }
.form-field .attention { font-size: 1.4rem; /* letter-spacing: 0.2em; */ margin-bottom: 50px; }

@media (min-width: 768px) {
	.form-field .attention { line-height: 2; }
}

@media (max-width: 767px) {
	.form-field .attention { line-height: 1.6; }
}


/* -------------------------------------------------

	flowNav

------------------------------------------------- */
#flowNav { margin-bottom: 50px; overflow: hidden; padding: 0; }
#flowNav li { font-weight: bold; color: #7A828F; font-size: 1.6rem; width: 33.3%; height: 50px; line-height: 50px; padding: 0 10px 0px 20px; position: relative; background-color: #f6f6f6; }
#flowNav li:last-child { border-right: none; }

#flowNav li.arrow:before { content: ''; position: absolute; border: 10px solid #f6f6f6; border-top: 25px solid transparent; border-bottom: 25px solid transparent; border-right: 1px solid transparent; top: 0px; right: 0px; z-index: 1;}
#flowNav li.arrow.active:before { content: ''; position: absolute; border: 10px solid #1062AD; border-top: 25px solid transparent; border-bottom: 25px solid transparent; border-right: 1px solid transparent; top: 0px; right: 0px; z-index: 1;}
#flowNav li.arrow:after { content: ''; position: absolute; border: 10px solid #fff; border-top: 25px solid #f6f6f6; border-bottom: 25px solid #f6f6f6; border-right: 1px solid #f6f6f6; top: 0px; right: -1px; }
#flowNav li.active { background-color: #1062AD; color: #fff; border-right: none;}
#flowNav li.active:after { content: ''; position: absolute; border: 10px solid transparent; border-top: 25px solid #f6f6f6; border-bottom: 25px solid #f6f6f6; border-right: 1px solid #f6f6f6; top: 0px; right: -1px; }

/* 確認画面 */
.conf #flowNav li.arrow:before { content: ''; right: -1px; border-right: 1px solid #1062AD; border-top: 25px solid #1062AD; border-bottom: 25px solid #1062AD; }
.conf #flowNav li:nth-child(1).arrow:before { border: 10px solid transparent; border-top: 25px solid #1062AD; border-bottom: 25px solid #1062AD; border-right: 1px solid #1062AD; }
.conf #flowNav li:nth-child(1).arrow:after { border: 10px solid transparent; }

/* 送信完了 */
.thanks #flowNav li.active:after { content: ''; border: none; }
.thanks #flowNav li:nth-child(2).arrow:before { content: ''; border: 10px solid transparent; border-top: 25px solid #1062AD; border-bottom: 25px solid #1062AD; border-right: 1px solid #1062AD; right: -1px; }
.thanks #flowNav li:nth-child(2).arrow:after { border: 10px solid transparent; }

@media (max-width: 767px) {
    #flowNav { margin-bottom: 25px;}
	#flowNav li { font-size: 1.4rem; }
}

@media (max-width: 480px) {
	#flowNav li { font-size: 1.2rem; height: auto; min-height: 30px; line-height: 1; padding: 9px 5px 0px 0px; text-align: center; margin: 0; }
	#flowNav li:first-child { width: 38%;}
	#flowNav li:nth-child(2) { width: 38%; }
	#flowNav li:last-child { width: 24%; }
	#flowNav li.arrow:before { content: ''; border-top: 15px solid transparent; border-bottom: 15px solid transparent; top: 0; height: 100%; }
	#flowNav li.arrow:after { content: ''; border-top: 15px solid #f6f6f6; border-bottom: 15px solid #f6f6f6; top: 0; height: 100%; }
	#flowNav li.active:after { content: ''; border-top: 15px solid #f6f6f6; border-bottom: 15px solid #f6f6f6; height: 100%; }
	
	/* 確認画面 */
	.conf #flowNav li:nth-child(1).arrow:before { border-top: 15px solid #1062AD; border-bottom: 15px solid #1062AD; }

	/* 送信完了 */
	.thanks #flowNav li:nth-child(2).arrow:before { border-top: 15px solid #1062AD; border-bottom: 15px solid #1062AD; }
}


/* -------------------------------------------------

	form

------------------------------------------------- */
form &gt; div:not(.btnWrap) {  margin-bottom: 40px; position: relative; }
form &gt; div:not(.btnWrap)::before { content:""; display: block; position: absolute; width: 6px; background: #1062AD; height: 100%; left: 0; }
form &gt; div select { border: 1px solid #a8a8a8; width: 100%; padding: 12px 0; font-size: 1.6rem; }
form dl dt { position: relative; font-weight: bold; margin-bottom: 11px; }
form dl dt.required::after { content: '必須'; background: #FF3737; color: #fff; font-weight: bold; font-size: 1.4rem; letter-spacing: 0.2em; width: 50px; display: inline-block; text-align: center; margin-left: 10px; vertical-align: middle;}
form &gt; div p { color: #333; letter-spacing: 0.05em; line-height: 1.858; margin-top: 5px; }
form &gt; div .select { position: relative; }
form &gt; div .w200 { max-width: 200px; }
form &gt; div .w430 { max-width: 430px; }
form dl dd input[type="text"],
form dl dd textarea { font-size: 1.6rem; }
form dl dd input[type="text"] { border: 1px solid #a8a8a8; width: 100%; padding: 10px 10px; }
form dl dd textarea { border: 1px solid #a8a8a8; width: 100%; height: 200px; padding: 10px; }
form dl dd label { margin-bottom: 10px; }
form dl dd .radio_col { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
form dl dd .radio_col &gt; label { margin-right: 10px; }
form dl dd .radioWrap input { vertical-align: inherit; }
form dl dd &gt; p { font-size: 1.4rem; margin-bottom: 10px; }
form &gt; div.address input[type="text"]:not(:last-of-type),
form &gt; div .select { margin-bottom: 20px; }
form hr { display: block; width: 100%; height: 1px; background-color: #eee; border: 0; margin-bottom: 50px; }
form .birth { font-weight: bold; }
form .birth input { margin: 0 10px; }
form .birth .year { width: 80px; }
form .birth .month { width: 50px; }
form .birth .day { width: 50px; }
/* 22.03.09 入力エラー Nakamura */
form .err { color:#e60000; font-weight: bold; }

form .example { line-height: 40px; display: inline-block; vertical-align: top; }

.btn_submit { cursor: pointer; background: #7A828F; color: #fff; font-size: 1.6rem; border: none; padding: 18px 0; width: 300px; position: relative; margin: 0 auto; display: block; }
.btn_submit::before { content: ''; position: absolute; top: 50%; right: 25px; margin-top: -5px; border-top: 2px solid #fff; border-right: 2px solid #fff; width: 10px; height: 10px; transform: rotate(45deg); }

@media (min-width: 768px) {
    form dl dt { font-size: 1.8rem; }
	form &gt; div p  { font-size: 1.8rem; }
	form &gt; div:not(.btnWrap) { padding-left: 55px; padding-right: 50px; }
	form &gt; div.col2 { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
	form &gt; div.col2 &gt; dl { max-width: 380px; width: calc(50% - 17px); }
	form dl dd .radio_col &gt; label { width: 25%; }
	form .gender dl dd .radio_col &gt; label { width: 10%; }
	form .example { margin-left: 20px; }

	form &gt; div .select::after { content: ''; display: block; position: absolute; width: 0; height: 0; border-style: solid; border-width: 12.5px 8.5px 8px 8.5px; border-color: #fff transparent transparent transparent; right: 11px; top: 50%; margin-top: -5px; pointer-events: none; }
	form &gt; div .select::before { content: ''; display: block; position: absolute; width: 40px; height: 100%; background: #fff; right: 0px; top: 0px; pointer-events: none; border: 1px solid #a8a8a8; background: #A6A6A6; }

}

@media (max-width: 767px) {
    form dl dt { font-size: 1.6rem; }
	form &gt; div p  { font-size: 1.6rem; }
	form &gt; div:not(.btnWrap) { padding-left: 20px; }
	form &gt; div.col2 &gt; dl:first-of-type { margin-bottom: 11px; }
	form dl dd .radio_col &gt; label { width: 100%; }
	form .example { margin-left: 10px; }
	form &gt; div .w200 { max-width: 150px; }
}

@media (max-width: 480px) {
}


/*------------------------------------------------------

	thanks

------------------------------------------------------*/
#recruit-form.thanks .heading-1 { margin-bottom: 55px; }
#recruit-form.thanks .thanks-text p { text-align: center; letter-spacing: 0.1em; }
#recruit-form.thanks .thanks-text p.f_bold { margin-bottom: 35px; }

@media (min-width: 768px) {
	#recruit-form.thanks .thanks-text p { font-size: 1.8rem; line-height: 1.9; }
}

@media (max-width: 767px) {
	#recruit-form.thanks .thanks-text p { font-size: 1.6rem; line-height: 1.6; }
	#contact.thanks .thanks-text p:not(.f_bold) { text-align: left; }
}


/*------------------------------------------------------

	confirm

------------------------------------------------------*/
#recruit-form.conf form &gt; div p { font-size: 1.6rem; }
#recruit-form.conf form .birth { font-weight: normal; }
#recruit-form.conf .back { display: block; text-align: center; color: inherit; margin-top: 30px; }
</pre></body></html>