#page_title {
	width: calc(100% - 20px);
	margin:0 auto;
	padding:240px 0 0;
	height: 500px;
	box-sizing: border-box;
	background:url('../images/common/pagetitle.webp') no-repeat bottom center;
	background-size: cover !important;
	position: relative;
	margin: 0 auto 75px;
}

#page_title h2 {
	text-align:center;
	font-size: 48px;
	color:#fff;
	text-shadow:0 0 10px rgba(0,0,0,0.5);
}
#wrapper {
}

main {
	overflow:hidden;
}
main section{
	padding:0px 3%;
	box-sizing:border-box;
	margin:0 auto 160px;
}
main #section1{
	padding:150px 3%;
	margin:0 auto 100px !important;
	background:#fff;
	position:relative;
}
main #section1:before{
	content:"";
	background: #f6f6e3;
	border-bottom-left-radius: 1000px 200px;
	border-bottom-right-radius: 1000px 200px;
	height: 100px;
	margin-left: -100px;
	margin-right: -100px;
	padding-left: 100px;
	padding-right: 100px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
main #section1:after{
	content:"";
	background: #f6f6e3;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	height: 100px;
	margin-left: -100px;
	margin-right: -100px;
	padding-left: 100px;
	padding-right: 100px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
main article{
	max-width:1260px;
	margin:0 auto;
}
main section h3 {
	margin: 0 auto 40px;
	color: #2b840f;
	font-size:36px;
	line-height:1.5em;
}
main section h4 {
	line-height: 1.5em;
	color: #2b840f;
	border-bottom:2px solid #2b840f;
	padding:0 0 10px;
	margin: 0 0 20px;
	font-size: 30px;
}
main section h5 {
	font-size: 24px;
	color:#2b840f;
	margin: 0 0 10px;
}
.flexbox{
	display:flex;
}
.photo_comment {
	display: flex;
	gap: 40px;
	margin-bottom: 40px;
}
.photo_comment figure img {
	display: block;
	margin: 0 auto;
}
.gallery{
	list-style:none;
	padding:30px 0 0;
	display:flex;
	flex-wrap:wrap;
	gap:60px 35px;
}
.gallery li{
	width:calc((100% - 105px) / 4);
}

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;
	border-top: 1px solid #ccc;
}

main section article th {
	white-space: nowrap;
	padding: 10px 20px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}

main section article td {
	padding: 10px 20px;
	box-sizing: border-box;
	word-break: break-all;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}


.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;
}

.more a {
	margin: 0 auto;
	display: block;
	line-height: 58px;
	border-radius: 34px;
	background: #fff;
	text-decoration: none;
	text-align: center;
	color: #000000;
	font-size: 24px;
	border: 5px solid #2055a3;
}

.more a:hover {
	background: #2055a3;
	color: #fff;
}
.more_orange a{
	border:5px solid #ff6c00 !important;
}
.more_orange a:hover{
	background:#ff6c00 !important;
}
.recruit_button{
	display:flex;
	flex-wrap:wrap;
	gap:40px;
}
.recruit_button dl{
	width:calc((100% - 80px) / 3);
	padding:20px;
	background:#fff;
	box-sizing:border-box;
	border-radius:20px;
	display:flex;
	flex-direction:column;
}
.recruit_button dt{
	font-size:30px;
	color:#2b840f;
	text-align:center;
	margin-bottom:10px;
}
.recruit_button .icon{
	width:100%;
	display:flex;
	height:180px;
	justify-content:center;
	align-items:center;
}
.recruit_button .icon img{
	display:block-axis;
}
.recruit_button .link a{
	display:block;
	border:2px solid #ffab25;
	border-radius:10px;
	text-align:center;
	color:#333;
	text-decoration:none;
	font-size:20px;
	line-height:46px;
	background:#ffebcb url('../images/common/arrow2.svg') no-repeat right 10px center;
	box-shadow:0 5px 3px #f2f2f2;
	margin-top:auto;
}
.recruit_button .link a:hover{
	color:#fff;
	background:#ffab25 url('../images/common/arrow2.svg') no-repeat right 10px center;
}
main section article video {
	width:100%;
	display: block;
	margin: 0 auto;
}
.column2{
	display:flex;
	gap:40px;
	padding:40px 0;
	justify-content:space-around;
	list-style:none;
}
.column2 li{
	width:calc((100% - 40px) / 2);
}
.column2 li img{
	display:block;
	margin:0 auto;
}