#page_title{
	width:100%;
	height:450px;
	box-sizing:border-box;
	background-size:cover !important;
	position:relative;
	margin:0 auto 20px;
}
#page_title h2{
	margin:0 auto;
	text-align:center;
	line-height:450px;
	color:#fff;
	font-size:48px;
	text-shadow: 
    #088943 2px 0px,  #088943 -2px 0px,
    #088943 0px -2px, #088943 0px 2px,
    #088943 2px 2px , #088943 -2px 2px,
    #088943 2px -2px, #088943 -2px -2px,
    #088943 1px 2px,  #088943 -1px 2px,
    #088943 1px -2px, #088943 -1px -2px,
    #088943 2px 1px,  #088943 -2px 1px,
    #088943 2px -1px, #088943 -2px -1px;
}
.breadcrumbs{
	max-width:1100px;
	margin:0 auto 70px;
}
.breadcrumbs a{
	color:#222;
}
main{
}
main section{
	margin:0 auto 110px;
}
main article{
	max-width:1100px;
	margin:0 auto;
	font-size:18px;
}
main section h3{
	font-size:36px;
	color:#088943;
	text-align:center;
	line-height:60px;
	text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
	margin:0 auto 40px;
	position:relative;
	margin:0 auto 35px;
}
main section h3:after{
	content:"";
	height:10px;
	background:#fff9c4;
	border-radius:5px;
	width:100%;
	max-width:1100px;
	position:absolute;
	top:25px;
	left:50%;
	transform: translateX(-50%);
	z-index:1;
}
.h3_inner{
	position:relative;
	z-index:2;
}
main section h4{
	font-size:36px;
	color:#088943;
	line-height:1.5em;
	margin:0 0 30px;
}
main section h5{
	font-size:24px;
	margin:0 0 20px;
}
main table{
	width:100%;
	border-top:1px solid #cccccc;
	
}
main thead{
	background:#fbfbfb;
}
main th,
main td{
	border-bottom:1px solid #cccccc;
	
}
.point{
	display:flex;
	flex-wrap:wrap;
	gap:35px;
	padding:0;
	list-style:none;
}
.point > li{
	border:5px solid #333;
	background:#fff9c4;
	padding:40px;
	box-sizing:border-box;
	width:calc((100% - 35px) / 2);
	border-radius:10px;
}
.point > li strong{
	font-size:24px;
	display:block;
	margin-bottom:20px;
}
.point2{
	display:flex;
	flex-wrap:wrap;
	gap:35px;
	padding:0;
	list-style:none;
}
.point2 li{
	border:5px solid #333;
	background:#fff9c4;
	padding:40px;
	display:flex;
	text-align:center;
	justify-content:center;
	align-items:center;
	box-sizing:border-box;
	width:calc((100% - 35px) / 2);
	border-radius:10px;
	font-size:24px;
	font-weight:bold;
}
.comment_photo{
	display:flex;
	gap:40px;
	margin-bottom:60px;
}
.comment_photo .comment{
	width:calc(100% - 410px);
}
.comment_photo figure{
	width:370px;
	flex:none;
}
main section article ul,
main section article ol{
	margin:0 auto;
	padding:0 0 0 30px;
	box-sizing:border-box;
}
main section article table{
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}
main section article th{
	white-space:nowrap;
	padding:10px 20px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	box-sizing:border-box;
}
main section article td{
	padding:10px 20px;
	box-sizing:border-box;
	word-break: break-all;
	vertical-align:top;
}
.pagination {
	max-width: 960px;
	margin: 0 auto;
	position:relative;
	z-index:30;
}

.page-numbers {
	text-align: center;
	margin: 40px 0;
}

.page-numbers li {
	display: inline-block;
	color: #000;
	padding: 0 5px;
	vertical-align: middle;
}

.page-numbers li a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	display: block;
	padding: 5px 12px;
	border: 1px solid #000;
	border-radius:5px;
}

.page-numbers li a:hover {
	color: #000;
	background: #ccc;
}

.page-numbers li span {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	display: block;
	padding: 5px 12px;
	border: 1px solid #000;
	background: #fff;
	border-radius:5px;
}

.page-numbers li span.current {
	background: #ccc;
}
img.alignleft {
	float: left;
	margin: 0 40px 40px 0;
}

img.alignright {
	float: right;
	margin: 0 0 40px 40px;
}

img.aligncenter {
	display:block;
	margin: 0 auto 30px;
}


p.more{
	max-width:460px;
	margin:40px auto 0;
}
p.more a{
	display:block;
	line-height:58px;
	border:2px solid #088943;
	border-radius:30px;
	text-align:center;
	box-shadow:0 4px 0 #cccccc;
	text-decoration:none;
	font-weight:700;
	color:#222;
	background:#fff url('../images/common/arrow_green.svg') no-repeat right 10px center;
}
p.more a:hover{
	background:#088943;
	color:#fff;
}
#recruit_bottom article{
	background:#d7d7d7;
	border-radius:20px;
	padding:20px;
}
#recruit_bottom ul{
	list-style:none;
	padding:0;
	gap:30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
#recruit_bottom ul li{
	width:calc((100% - 60px) / 3);
}
#recruit_bottom ul li:first-child,
#recruit_bottom ul li:nth-child(2){
	margin:0 1px;
}
#recruit_bottom ul li a{
	display:block;
	line-height:58px;
	border:2px solid #088943;
	border-radius:30px;
	text-align:center;
	box-shadow:0 4px 0 #cccccc;
	text-decoration:none;
	font-weight:700;
	color:#222;
	background:#fff url('../images/common/arrow_green.svg') no-repeat right 10px center;
	background-size:20px auto;
}
#recruit_bottom ul li a:hover{
	background:#088943;
	color:#fff;
}
.gallery{
	padding:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}
.gallery li{
	width:calc((100% - 60px) / 3);
	flex:none;
	text-align:center;
}
.gallery li a{
	display:block;
	width:100%;
	height:290px;
}
.gallery li a img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}