#page_title{
	width:100%;
	height:400px;
	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:400px;
	font-size:60px;
	font-family: "kaisotai", sans-serif;
	font-weight: 600;
	font-style: normal;
	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;
}
.breadcrumbs{
	max-width:1100px;
	margin:0 auto 40px;
}
.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{
	margin:0 auto 60px;
	text-align:center;
	font-size:83px;
	font-family: "kaisotai", sans-serif;
	font-weight: 600;
	font-style: normal;
}
main section h4{
	font-size:36px;
	line-height:1.5em;
	margin:0 0 30px;
	font-family: "kaisotai", sans-serif;
	font-weight: 600;
	font-style: normal;
}
main section h5{
	font-size:28px;
	margin:0 0 40px;
	color:#83692e;
	text-align:center;
	font-weight:normal;
}
main table{
	width:100%;
	border-top:1px solid #cccccc;
	
}
main thead{
	background:#fbfbfb;
}
main th,
main td{
	border-bottom:1px solid #cccccc;
	
}
.comment_photo{
	display:flex;
	gap:40px;
	margin-bottom:60px;
	align-items:center;
}
.comment_photo .comment{
	width:calc(100% - 410px);
}
.comment_photo figure{
	width:370px;
	flex:none;
}
.comment_photo figure img{
	display:block;
	margin:0 auto;
}
.comment_photo .comment h3{
	text-align:left !important;
	line-height:1em;
}
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;
}


#bottom_recruit{
}
#bottom_recruit:before{
	content:"";
	display:block;
	width:100%;
	height:70px;
	background:url('../images/common/bottom_recruit_line.svg') repeat-x;
	margin:0 auto 60px;
}
#bottom_recruit:after{
	content:"";
	display:block;
	width:100%;
	height:70px;
	background:url('../images/common/bottom_recruit_line.svg') repeat-x;
	margin:60px auto 160px;
}
#bottom_recruit article{
	max-width:1100px;
	margin:0 auto 60px;
	gap:70px;
	display:flex;
	font-size:24px;
	line-height:1.8em;
}
#bottom_recruit2{
}
#bottom_recruit2:before{
	content:"";
	display:block;
	width:100%;
	height:70px;
	background:url('../images/common/bottom_recruit_line.svg') repeat-x;
	margin:0 auto 60px;
}
#bottom_recruit2:after{
	content:"";
	display:block;
	width:100%;
	height:70px;
	background:url('../images/common/bottom_recruit_line.svg') repeat-x;
	margin:60px auto 160px;
}
#bottom_recruit2 article{
	max-width:1100px;
	margin:0 auto 60px;
	gap:70px;
	display:flex;
	font-size:20px;
	line-height:1.8em;
}
#bottom_recruit2 article .comment{
	width:calc(100% - 550px);
	flex:none;
}
#bottom_recruit2 article figure{
	width:480px;
	flex:none;
}
#bottom_recruit2 .more{
	padding:30px 0 0;
	display:flex;
	gap:100px;
	justify-content:center;
	list-style:none;
}
#bottom_recruit2 .more li{
	width:450px;
}
.more a{
	max-width:460px;
	margin:0 auto;
	display:block;
	line-height:70px;
	font-family: "kaisotai", sans-serif;
	font-weight: 600;
	font-style: normal;
	border:6px solid #222222;
	border-radius:10px;
	background:#fff url('../images/common/arrow_red.svg') no-repeat left 10px center;
	text-decoration:none;
	text-align:center;
	color:#222;
	font-size:36px;
	box-shadow:0 5px 0px #cccccc;
}
.more a:hover{
	background:#e67870 url('../images/common/arrow_white.svg') no-repeat left 10px center;
	color:#fff;
}
main section article video{
	display:block;
	margin:0 auto;
}