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

/* 初めての方へ */
#first{ margin:0 0 50px; }
#first p.text{
	font-size:86%;
	text-align:left;
	margin:0 0 10px;
}
#first .left{
	margin:0 0 20px;
}
#first .left,#first .right{
	display:block;
	vertical-align:top;
}
#first .left h4,#first .right h4{
	display:block;
	font-size:107%;
	font-weight:bold;
	color:#78820a;
	letter-spacing: 0.05em;
	margin:0 10px 10px;
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 0;
    padding-bottom: 60%;
    background-size: contain;
}
#first .left h4{
	background-image:url(../images/applicant1.jpg);
}
#first .right h4{
	background-image:url(../images/applicant2.jpg);
}
#first .left h5,#first .right h5{
	display:block;
	font-size:93%;
	font-weight:bold;
	color:#78820a;
	margin:0 10px 3px;
	text-align:left;
}
#first .left p.text,#first .right p.text{
	text-align:left;
	font-size:86%;
	line-height:1.4;
	margin:0 10px 10px;
}

/* 登録の流れ */
#flow{ margin:0 0 50px; }
#flow p.text{
	font-size:86%;
	margin:0 0 10px;
}
#flowRegistration{
	margin:0 auto;
	text-align:left;
}
#flowRegistration li{
	margin:0 0 10px;
}
#flowRegistration h5{
	display:block;
	font-size:107%;
	color:#78820a;
	text-align:left;
	margin:0 0 5px;
}
#flowRegistration p.text{
	font-size:86%;
	margin:0 10px;
}
#flowRegistration p.text br{ display:none; }
#flowRegistration .flow1 .registrationLink{
	margin:10px 10px 0;
	font-size:107%;
	font-weight:bold;
}
#flowRegistration .flow1 .registrationLink a{
	color:#ffffff;
	display:block;
	padding:13px ;
	text-align:center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-image:url(../../images/backboder.png);
	background-position: center center;
	background-repeat: repeat;
	background-size:9px auto;
	text-decoration:none;
	background-color:#FFA631;
	max-width:270px;
	margin:0 auto;
}
#flowRegistration .flow1 .registrationLink a .icon{
	display:inline-block;
	padding:0 0 0 30px;
	line-height:23px;
	background-image:url(../../images/form.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size:23px auto;
}
#flowRegistration .flow2 strong{
	margin:5px 0;
	line-height:1.4;
	font-weight:bold;
	display:block;
	font-size:107%;
}
#flowRegistration .flow2 .text_s{
	line-height:1.4;
	display:block;
	font-size:86%;
}
#flowRegistration #need{
	margin:10px 10px 0;
	background-color:	#f4f0ea;
	padding:10px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align:center;
}
#flowRegistration #need h6{
	color:#78820a;
	font-size:100%;
	margin:0 0 5px;
}
#flowRegistration #need ul li{
	text-align:left;
	list-style:disc outside;
	margin:0 0 0 15px;
	font-weight:bold;
	font-size:93%;
	line-height:1.3;
}
#flowRegistration #need ul li .text_s{
	display: inline;
	font-weight:normal;
}
#flowRegistration #need ul li:last-of-type{
	font-size:86%;
	font-weight: normal;
	list-style:none;
	margin:5px 0 0;
	padding:0 0 0 1em;
	text-indent:-1em;
}
#flowRegistration #need ul li:last-of-type:before{
	content:"※";
}
#flowRegistration .flow4 .text_s,#flowRegistration .flow5 .text_s,#flowRegistration .flow6 .text_s{
	font-size:86%;
}


/* 就業までの流れ */
#e_flow{ margin:0 0 50px; }
#e_flow p.text{
	font-size:86%;
	margin:0 0 10px;
}
#e_flow h5{
	display:block;
	font-size:107%;
  font-weight: bold;
	color:#78820a;
	text-align:left;
	margin:0 0 5px;
}
#e_flow .group {
  display:  block;
  text-align: left;
  padding-bottom: 20px;
}
#e_flow .group h5{
  font-size: 93%;
}
#e_flow .group li {
  border: solid 3px #736357;
  background-color: #F9F6F2;
  float: left;
  height: 50px;
  width: 86px;
  margin:0 2px;
  color: #736357;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  font-size: 86%;
}
#e_flow .group p.text {
  font-size: 86%;
  margin: 0 10px;
}
.arrow{
position: relative;
display: inline-block;
padding: 0;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow::before,
.arrow::after {
position: absolute;
top: 15px;
bottom: 0;
left: 0;
margin: auto 37px;
content: "";
vertical-align: middle;
}
.sample5-6::before {
box-sizing: border-box;
width: 12px;
height: 12px;
border: 1px solid #736357;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.sample5-6::after {
left: 3px;
width: 3px;
height: 3px;
border-top: 1px solid #736357;
border-right: 1px solid #736357;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#e_flow .service li {
  border: 2px solid #8F8279;
  border-radius: 5px;        /* CSS3草案 */
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;   /* Firefox用 */
  display: block;
  margin-bottom: 30px;
  padding: 15px 30px;
  text-align: left;
}
#e_flow .service li p {
  background-image: linear-gradient(
    45deg,
    #A2978F 25%,
    #8F8279 25%, #8F8279 50%,
    #A2978F 50%, #A2978F 75%,
    #8F8279 75%, #8F8279
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 8px 8px;
  border-radius: 5px;        /* CSS3草案 */
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;   /* Firefox用 */
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 5px;
}
#e_flow .service li dt {
  color: #78820A;
  font-weight: bold;
}
#e_flow .service li dd {
  margin-left: 1em;
  font-size: 86%;
}


/* 就業形態の仕組み */
#works{ margin:0 auto 50px; }
#works p.text{ font-size:86%; margin:0 0 20px; text-align: left; }
#works h5{
	display:block;
	font-size:107%;
  font-weight: bold;
	color:#78820a;
	margin:0 0 5px;
  text-align: left;
}
#works ul li {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 250px auto;
  display: block;
  margin-bottom: 50px;
  text-align: left;
}
#works ul li p {
  border-bottom: solid 1px #000000;
  font-weight: bold;
  margin-bottom: 10px;
}
#works ul li div.text { font-size: 86%; }
#works ul:first-of-type li:first-of-type {
  background-image:url(../images/applicant6.png);
  padding-bottom: 210px;
}
#works ul:first-of-type li:last-of-type {
  background-image:url(../images/applicant7.png);
  padding-bottom: 340px;
}
#works ul:last-of-type li:first-of-type {
  background-image:url(../images/applicant8.png);
  padding-bottom: 210px;
}
#works ul:last-of-type li:last-of-type {
  background-image:url(../images/applicant9.png);
  padding-bottom: 210px;
}

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