<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 */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 0px;
	width: 40px;
	height: 40px;
	z-index: 5000;
}
.fadein1 {
  opacity : 0;
  transform: translateY(40px);
  transition: all 1.5s;
}	
.fadein2 {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1.5s;
}
.fadein3 {
  opacity : 0;
  transform: translateY(-20px);
  transition: all 1.5s;
}
/*--------------------------------------------------------------------------メインイメージ*/

#Mimg {
    width: 100%;
	height: 500px;
	background-image: url(../web/employment/mimg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #65bfc5;
	position: relative;
}
#Mimg::before{
  background-color: rgba(0,0,0,0.05);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
#txtBox {
	width: 65%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 45%;
	left: 5%;
	right: 30%;
}
#txtBox .t1{
	float: left;
	width: 100%;
	text-align: left;
	font-size: 47px;
	line-height: 47px;
	letter-spacing: 3px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}
#txtBox .t2{
	float: left;
	margin-top: 30px;
	margin-left: 10px;
	width: 100%;
	text-align: left;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}
#txtBox .t3{
	float: left;
	margin-top: 30px;
	width: 100%;
	text-align: left;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	margin-left: 10px;
}
#Bc {
	width: 100%;
	height: 28px;
	margin: 0 suto;
	background-color: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.breadcrumb {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
}
.breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 12px;
  line-height: 30px;
}
.breadcrumb li:after {
  content: '&gt;';
  padding: 0 5px;
  font-size: 12px;
  line-height: 30px;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
	color: #000;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li:first-child a:before {
  content: url(../web/object/plhome.png);
  padding-right: 5px;
  line-height: 30px;
}
/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 0;
}
#section01 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 50px;
}
#contents01 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 1185px;
	padding-left: 15px;
	height: 70px;
	float: left;
	background-image: url(../web/corporation/ttl.gif);
	font-size: 27px;
	line-height: 60px;
	letter-spacing: 3px;
}
h2:first-letter {
  font-size: 45px;
  color: #0f5a23;
  letter-spacing: 15px;
  font-weight: bold;
}
#c01_txt {
	width: 1200px;
	float: left;
	margin-top: 30px;
}
#c01_txt p{
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #000;
	padding: 0;
}
.c01_txt p{ color:#000;}
#contents01 .ac {
	width: 360px;
	height: 70px;
	font-size: 20px;
	line-height: 70px;
	font-weight: bold;
	color: #000;
	text-align: center;
	letter-spacing: 1px;
	float: left;
	outline: 2px solid #666;
	outline-offset: -2px;
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 20px;
	transition: 0.3s;
}
#contents01 .ac a{
	color: #000;
}
#contents01 .ac:hover{
	background-color: #2eae9d;
	outline: 2px solid #2eae9d;
	color: #fff;
}

#section02 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents02 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
h3 {
	width: 1185px;
	padding-left: 15px;
	height: 70px;
	float: left;
	background-image: url(../web/corporation/ttl.gif);
	font-size: 27px;
	line-height: 60px;
	letter-spacing: 3px;
}
h3:first-letter {
  font-size: 45px;
  color: #0f5a23;
  letter-spacing: 15px;
  font-weight: bold;
}
.c02_img {
	width: 200px;
	height: 200px;
	float: left;
	margin-top: 30px;
	text-align: left;
}
.c02_img img{
	width: 200px;
	height: 200px;
}
.c02_txt {
	width: 950px;
	height: 200px;
	float: left;
	margin-top: 30px;
	margin-left: 50px;
	text-align: left;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0px;
	color: #000;
}
#contents02 .st1 {
	font-size: 18px;
	line-height: 35px;
	letter-spacing: 3px;
	font-weight:bold;
}

#section03 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents03 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}
h4 {
	width: 1185px;
	padding-left: 15px;
	height: 70px;
	float: left;
	background-image: url(../web/corporation/ttl.gif);
	font-size: 27px;
	line-height: 60px;
	letter-spacing: 3px;
}
h4:first-letter {
  font-size: 45px;
  color: #0f5a23;
  letter-spacing: 15px;
  font-weight: bold;
}
#c03_txt {
	width: 1200px;
	float: left;
	margin-top: 30px;
}
#c03_txt p{
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #000;
	padding: 0;
}
.c03_img {
	width: 350px;
	height: 260px;
	float: left; 
	margin-top: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
}
.c03_img img{
	width: 350px;
	height: 230px;
}
.c03_imgf {
	width: 350px;
	height: 260px;
	float: left; 
	margin-top: 30px;
	margin-left: 75px;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
}
.c03_imgf img{
	width: 350px;
	height: 230px;
}
#section04 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents04 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#contents04:after{
	content: "";
	clear: both;
	display: block;
}
h5 {
	width: 1185px;
	padding-left: 15px;
	height: 70px;
	float: left;
	background-image: url(../web/corporation/ttl.gif);
	font-size: 27px;
	line-height: 60px;
	letter-spacing: 3px;
}
h5:first-letter {
  font-size: 45px;
  color: #0f5a23;
  letter-spacing: 15px;
  font-weight: bold;
}
#c04_txt {
	width: 1200px;
	float: left;
	margin-top: 30px;
}
#c04_txt p{
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #000;
	padding: 0;
}
#contents04 .subttl {
	width: auto;
	height: auto;
	padding: 5px 15px 5px 15px;
	font-size: 17px;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #2eae9d;
	float: left;
	margin-top: 40px;
	border-radius: 15px;
	clear: both;
	
}
#contents04 .subtxt {
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	letter-spacing: 1px;
	float: left;
	margin-top: 20px;
}
#contents04 .subtxt a { color: #000;}



#section05 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents05 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#contents05:after{
	content: "";
	clear: both;
	display: block;
}
h6 {
	width: 1185px;
	padding-left: 15px;
	height: 70px;
	float: left;
	background-image: url(../web/corporation/ttl.gif);
	font-size: 27px;
	line-height: 60px;
	letter-spacing: 3px;
}
h6:first-letter {
  font-size: 45px;
  color: #0f5a23;
  letter-spacing: 15px;
  font-weight: bold;
}
#contents05 .txt {
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	letter-spacing: 1px;
	float: left;
	margin-top: 20px;
}
#contents05 .subttl {
	width: auto;
	height: auto;
	padding: 5px 15px 5px 15px;
	font-size: 17px;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #2eae9d;
	float: left;
	margin-top: 40px;
	border-radius: 15px;
	clear: both;
	
}
#contents05 .subtxt {
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	letter-spacing: 1px;
	float: left;
	margin-top: 20px;
}
#contents05 .subtxt a { color: #000;}


#section06 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents06 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#contents06:after{
	content: "";
	clear: both;
	display: block;
}
#contents06 .txt {
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	letter-spacing: 1px;
	float: left;
	margin-top: 20px;
}
#contents06 .Img {
	width: 100%;
	float: left;
	margin-top: 50px;
	text-align: center;
}

#section07 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents07 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#contents07:after{
	content: "";
	clear: both;
	display: block;
}
#contents07 .Img {
	width: 540px;
	height: 180px;
	float: left;
	margin-top: 20px;
	text-align: center;
}
#contents07 .txt {
	width: 600px;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	letter-spacing: 1px;
	float: left;
	margin-top: 20px;
	margin-left: 60px;
}

.tblBox {
	width: 100%;
	height: auto;
	float: left;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 30px;
}
.tblBox table {
	min-width: 1200px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.tblBox td {
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 3px 10px 3px 10px;
}

@media screen and (min-width:768px){

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