@charset "utf-8";

article#contents section{
	margin: 0 auto 5.5em;
	text-align: center;
}
section#sec_tit h2{
	margin-top: 60px;
	line-height: 1.0;
	font-size: clamp(2.25rem, 1.881rem + 1.576vw, 3.063rem);
	color: #81B20A;
}
section#sec_tit h2 span{
	margin-bottom: 0.25em;
	display: block;
	font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
	font-family: YakuHanJP_Narrow, 'Helvetica Neue', 'Helvetica', 'Arial', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: initial;
}
section h3{
	margin-bottom: 1.25em;
	font-size: clamp(1.75rem, 1.636rem + 0.485vw, 2rem);
	line-height: 1.2;
	letter-spacing: 0.1em;
}
section h3 span{
	display: block;
	font-size: clamp(1rem, 0.858rem + 0.606vw, 1.313rem);
}
@media screen and (max-width: 1180px){
	article#contents section h2{
		margin-top: 5vw;
	}
}

/* ---------------------------------------------------------
	ページ：news
--------------------------------------------------------- */
article.news > section{
	max-width: 850px;
}
.news > section > h2{
	margin: 60px auto 0;
	font-size: clamp(1.75rem, 1.636rem + 0.485vw, 2rem);
	line-height: 1.2;
}
.news > section > h2 span{
	display: block;
	font-size: clamp(1rem, 0.858rem + 0.606vw, 1.313rem);
}
.news ul#news_list{
	margin-top: 3.5em;
	text-align: left;
}
ul#news_list li{
	justify-content: space-between;
	padding: 1.25em 1em;
	border-bottom: 1px dotted #707070;
}
ul#news_list li:first-of-type{
	border-top: 1px dotted #707070;
}
ul#news_list li .news_lead{
	width: 27%;
}
.news_lead time{
	display: inline-block;
	width: 30%;
	margin-right: 15%;
	font-size: clamp(0.75rem, 0.722rem + 0.121vw, 0.813rem);
}
.news_lead span{
	display: inline-block;
	width: 50%;
	padding: 0.2em 0;
	font-size: clamp(0.75rem, 0.693rem + 0.242vw, 0.875rem);
	color: #FFF;
	text-align: center;
}
.news_lead span.cat_a{
	background: #1C4733;
}
.news_lead span.cat_b{
	background: #81B20A;
}
.news_lead span.cat_c{
	background: #4399C7;
}
ul#news_list li dl.news_text{
	width: 72%;
}
dl.news_text a dt{
	display: block;
	font-size: clamp(0.875rem, 0.705rem + 0.727vw, 1.25rem);
}
dl.news_text a dd{
	margin-top: 1.25em;
	font-size: clamp(0.813rem, 0.727rem + 0.364vw, 1rem);
}
@media screen and (max-width: 820px){
	ul#news_list li dl.news_text{
		width: 68%;
	}
}
@media screen and (max-width: 428px){
	.news section{
		margin: 2.5em auto 4em !important;
	}
	ul#news_list li{
		padding: 1em 0;
	}
	ul#news_list li .news_lead{
		width: 100%;
	}
	.news_lead time{
		width: auto;
		margin-right: 20px;
	}
	.news_lead span{
		width: auto;
		margin-right: 0;
		padding: 0.2em 2em;
	}
	ul#news_list li dl.news_text{
		width: 100%;
		margin: 0.5em 0 0 0;
	}
	dl.news_text a dt{
	}
	dl.news_text a dd{
		margin-top: 1em;
	}
}

.news > section > #pagenation{
	margin-top: 1em;
}
.news > section > #pagenation ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0 0.5em;
}
/*
#pagenation li{
	margin-bottom: 0.5rem;
}
#pagenation li:not(:last-child){
	margin-right: 0.5rem;
}
*/
#pagenation li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 11px;
	font-size: clamp(0.75rem, 0.693rem + 0.242vw, 0.875rem);
	border-radius: 5px;
	border: 1px solid #81B20A;
}
#pagenation li:hover a{
	background: #81B20A;
	color: #FFF;
}
@media screen and (min-width: 769px){
	div#pagenation ul{
		font-size: 1.6rem;
	}
	div#pagenation li.next,
	div#pagenation li.last{
		font-size: 1.4rem;
	}
	div.post_content p{
		font-size: 1.4rem;
	}
	div.post div.post_head ul.tag li{
		font-size: 1.3rem;
	}
	div.post div.post_head time{
		font-size: 1.4rem;
	}
	div.post_content h1.post_title{
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 768px){
	div#pagenation ul{
		font-size: calc(1.6rem + ((1vw - 7.68px) * 0.1));
	}
	div.post_content p{
		font-size: calc(1.4rem + ((1vw - 7.68px) * 0.1));
	}
	div.post_content p,
	div.post div.post_head ul.tag li,
	div.post div.post_head time{
		font-size: calc(1.4rem + ((1vw - 7.68px) * 0.1));
	}
	div.post_content h1.post_title{
		font-size: calc(2.4rem + ((1vw - 7.68px) * 0.1));
	}
}

/* ---------------------------------------------------------
	ページ：company
--------------------------------------------------------- */
#company article section{
	max-width: 1000px;
}
#company section h2{
	letter-spacing: 0.1em;
}
#message{
	font-size: clamp(0.938rem, 0.852rem + 0.364vw, 1.125rem);
}
#message #message_inner{
	position: relative;
	text-align: left;
	line-height: 2;
	overflow: hidden;
}
#message_inner .dmy_sp{
	float: right;
	width: 1px;
	height: 18em;
}
#message figure#message_pct{
	float: right;
	clear: both;
	width: 33%;
	margin: 0 0 0 8%;
}
#message figure img{
	border-radius: 20px;
	overflow: hidden;
}
#message figure figcaption{
	position: absolute;
	right: calc(33% + 8%);
	bottom: 6em;
	font-size: clamp(0.813rem, 0.784rem + 0.121vw, 0.875rem);
}
#message figure figcaption span{
	display: inline;
	margin-left: 1em;
	font-size: clamp(1.25rem, 1.136rem + 0.485vw, 1.5rem);
}
#message #message_inner p{
	margin-bottom: 1.5em;
}
@media screen and (max-width: 820px){
	#message_inner .dmy_sp{
		height: 19.5em;
	}
	#message figure figcaption{
		bottom: 4em;
	}
}
@media screen and (max-width: 428px){
	#message_inner .dmy_sp,
	#message figure#message_pct{
		display: none;
	}
	#message figure{
		text-align: right;
	}
	#message figure img{
		width: 45vw;
	}
	#message figure figcaption{
		right: calc(50% + 6%);
		bottom: 0;
		text-align: left;
		line-height: 1.5;
	}
	#message figure figcaption span{
		margin: 0;
		display: block;
	}
}

#profile dl{
	font-size: clamp(0.938rem, 0.852rem + 0.364vw, 1.125rem);
	border-top: 1px solid #707070;
}
#profile dl dt{
	padding: 1em 0;
	width: 30%;
	border-bottom: 1px solid #707070;
}
#profile dl dd{
	text-align: left;
	padding: 1em 0;
	width: 70%;
	border-bottom: 1px solid #707070;
}
@media screen and (max-width: 428px){
	#profile dl dt{
		text-align: left;
	}
}

#access #access_wrap{
	gap: 1.5em 3em;
}
#access_wrap .access_map{
	width: calc(50% - 1.5em);
}
#access_wrap .access_map:first-of-type{
	width: 100%;
}
#access_wrap .access_map iframe{
	width: 100%;
	height: 20em;
}
.access_map dl{
	text-align: left;
}
.access_map dl dt{
	font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
}
.access_map dl dd{
	font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
}
.access_map dl.flexbox{
	align-items: baseline;
}
.access_map dl.flexbox dt{
	width: 3.5em;
}
@media screen and (max-width: 428px){
	#profile dl dt{
		text-align: left;
	}
	#access_wrap .access_map{
		width: 100%;
	}
	#access_wrap .access_map iframe{
		width: 100%;
		height: 15em;
	}
	.access_map dl.flexbox{
		display: block;
	}
}

section#history{
	max-width: 100vw !important;
	margin: 0 calc(50% - 50vw) 0 !important;
	padding-top: 4em;
	padding-bottom: 8em;
	background: #F7F7EF;
}
#history dl{
	align-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	font-size: clamp(0.938rem, 0.852rem + 0.364vw, 1.125rem);
}
#history dl dt{
	width: 25%;
	padding: 20px 0;
	line-height: 1;
	font-family: 'Noto Serif JP', "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", 'Times New Roman', serif;
	font-size: clamp(2rem, 1.773rem + 0.97vw, 2.5rem);
	border-top: 1px solid #707070;
}
#history dl dt span{
	color: #7E9A3B;
}
#history dl dd{
	width: 75%;
	padding: 20px 0;
	font-size: clamp(0.875rem, 0.761rem + 0.485vw, 1.125rem);
	border-top: 1px solid #707070;
}
#history dl dd em{
	display: block;
	margin-bottom: 0.75em;
	color: #7E9A3B;
	font-size: clamp(1.125rem, 0.955rem + 0.727vw, 1.5rem);
	font-style: normal;
	font-weight: 700;
}
@media screen and (max-width: 1180px){
	section#history{
		padding-right: 2vw;
		padding-left: 2vw;
	}
}
@media screen and (max-width: 428px){
	section#history{
		padding-bottom: 2em;
	}
	section#history{
		padding-right: 4vw;
		padding-left: 4vw;
	}
	#history dl dt{
		width: 100%;
		padding-bottom: 0;
	}
	#history dl dd{
		width: 100%;
		padding-top: 10px;
		border-top: none;
	}
	#history dl dd em{
		margin-bottom: 0.25em;
	}
}

/* ---------------------------------------------------------
	ページ：recruit
--------------------------------------------------------- */
#recruit article section{
	max-width: 1200px;
}
#recruit article section#staff_list{
	margin: 6.5em auto;
}
#staff_list ul{
	gap: 3.75em 2.5%;
	justify-content: space-between;
}
#staff_list ul li{
	display: flex;
	width: 18%;
	text-align: left;
}
#staff_list ul li a{
	width: 100%;
	display: block;
	background: #F3F1F5;
	overflow: hidden;
}
#staff_list ul li a p.list_img{
	object-fit: cover;
	aspect-ratio: 4/3 ;
	transition: .3s all linear;
	overflow: hidden;
}
#staff_list ul li a:hover p.list_img{
	object-fit: cover;
	aspect-ratio: 4/3;
	transform: translateY(-5px) scale(1.05);
}
#staff_list ul li a em{
	display: block;
	padding: 5px 3px;
	line-height: 1;
	font-size: clamp(0.938rem, 0.909rem + 0.121vw, 1rem);
	font-style: normal;
}
#staff_list ul li a span{
	display: block;
	padding: 5px 3px;
	font-size: clamp(0.75rem, 0.693rem + 0.242vw, 0.875rem);
	font-style: normal;
}

section.staff_member{
	margin-top: 0 !important;
	margin-bottom: 6em !important;
}
section.staff_member::before{
	content: '';
	display: block;
	width: 4.5em;
	height: 5px;
	margin:  0 auto 4.5em;
	background: #81B20A;
}
section.staff_member .staff_member_wrap{
	justify-content: space-between;
	text-align: left;
}
.staff_member_wrap .staff_img{
	position: relative;
	width: 35%;
}
.staff_img em{
	display: block;
	padding: 5px 3px;
	line-height: 1;
	font-size: clamp(1.125rem, 1.04rem + 0.364vw, 1.313rem);
	font-style: normal;
}
.staff_img span{
	display: block;
	padding: 5px 3px;
	font-size: clamp(0.813rem, 0.756rem + 0.242vw, 0.938rem);
	font-style: normal;
}
.staff_img .staff_img_main p{
	box-shadow: -2.5em -3.5em #EDF4DB;
	border-radius: 20px;
	overflow: hidden;
}
#staff1 .staff_img_sub{
	margin-top: 6.5em;
}
#staff2 .staff_img_sub{
	margin-top: 20em;
}
#staff3 .staff_img_sub{
	margin-top: 1em;
}
#staff4 .staff_img_sub{
	margin-top: 5.5em;
}
#staff5 .staff_img_sub{
	margin-top: 1em;
}
.staff_img_sub p{
	margin: 0 0 0 auto;
	width: fit-content;
	border-radius: 20px;
	overflow: hidden;
}
.staff_member_wrap .staff_text{
	width: 60%;
	font-size: clamp(0.938rem, 0.881rem + 0.242vw, 1.063rem);
	line-height: 1.75;
}
.staff_text p:not(:last-of-type){
	margin-bottom: 1.25em;
}
.staff_text em{
	display: block;
	margin-bottom: 0.75em;
	font-size: clamp(1.25rem, 1.108rem + 0.606vw, 1.563rem);
	font-style: normal;
}
.staff_text p.spimg{
	display: none;
}
p.arrow-top{
	margin-top: 2em;
}
p.arrow-top a::before{
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	margin: 6px auto;
	border-top: 4px solid #707070;
	border-left: 4px solid #707070;
	transform: rotate(45deg);
}
p.arrow-top a{
	display: block;
	margin: 0 0 0 auto;
	width: 42px;
	height: 26px;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
p.arrow-top a:hover{
	opacity: 0.6;
}

aside#recruit_banner a{
	margin: 0 auto;
	padding: 20px;
	color: #FFF;
	text-align: center;
	background: #81B20A;
}
aside#recruit_banner a:hover{
	text-decoration: none;
}
aside#recruit_banner a dl{
	padding: 15px 25px 20px;
	border: 1px solid #FFF;
}
aside#recruit_banner a dl dt{
	font-size: clamp(1.75rem, 1.523rem + 0.97vw, 2.25rem);
}
aside#recruit_banner a dl dd{
	position: relative;
	margin-top: 0.5em;
	font-size: clamp(1.063rem, 0.977rem + 0.364vw, 1.25rem);
}
aside#recruit_banner a dl dd span{
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	padding: 0.2em 2.5em 0.2em 2em;
	font-size: initial;
	background: #1C4733;
	border-radius: 100em;
}
aside#recruit_banner a dl dd span::before,
aside#recruit_banner a dl dd span::after{
	content: '';
	position: absolute;
}
aside#recruit_banner a dl dd span::before{
	right: 15px;
	width: 15px;
	height: 1px;
	background: #FFF;
	top: 50%;
	transform: translateY(-50%);
}
aside#recruit_banner a dl dd span::after{
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 820px){
	aside#recruit_banner a dl dd span{
		position: initial;
		transform: translateY(0);
	}
}
@media screen and (max-width: 428px){
	#recruit article section#recruit{
		margin-top: 2.5em;
	}
	#recruit section h2{
		line-height: initial;
	}
	#staff_list ul{
		display: block;
	}
	#staff_list ul li{
		width: 100%;
	}
	#staff_list ul li:not(:last-of-type){
		margin-bottom: 1em;
	}
	#staff_list ul li a{
		display: flex;
		align-items: center;
	}
	#staff_list ul li a p.list_img{
		width: 120px;
		height: 110px;
	}
	#staff_list ul li a p.list_img img{
		aspect-ratio: 1/1;
		object-fit: cover;
	}
	#staff_list ul li a p.list_txt{
		width: 65%;
		margin: 0 0 0 1em;
	}
	.staff_member_wrap .staff_img,
	.staff_member_wrap .staff_text{
		width: 100%;
	}
	.staff_img .staff_img_main p{
		box-shadow: -2.0em -2.0em #EDF4DB;
	}
	.staff_img .staff_img_sub{
		display: none;
	}
	.staff_text p.spimg{
		display: block;
		width: 70vw;
		margin: 2em auto;
		border-radius: 15px;
		overflow: hidden;
	}
	#staff03 .staff_text p.spimg,
	#staff05 .staff_text p.spimg{
		margin-bottom: 0;
	}
	.staff_member_wrap .staff_text{
		margin-top: 2.5em;
	}
	.staff_text em{
		line-height: 1.25;
	}
	#staff02 .staff_text em{
		margin: 0 0 0.75em;
	}
	p.arrow-top a::before{
		content: '';
		display: block;
		width: 24px;
		height: 24px;
		margin: 5px auto;
		border-top: 4px solid #707070;
		border-left: 4px solid #707070;
		transform: rotate(45deg);
	}
	p.arrow-top a{
		display: block;
		margin: 0 0 0 auto;
		width: 34px;
		height: 22px;
		padding: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	aside#recruit_banner a{
		padding: 15px;
	}
	aside#recruit_banner a dl{
		padding: 5px 0px 10px;
	}
	aside#recruit_banner a dl dt{
		line-height: 1.2;
	}
	aside#recruit_banner a dl dd span{
		margin-top: 0.5em;
	}
}