@charset "UTF-8";

/*旧ページ内容からの読み込み*/
@import url(recruit.css);

/*タイトル背景設定リセット*/
@import url(recruit-page-setting-reset.css);

#page-title {
	display: none;
}

#headline-taiguu {
	margin-top: 0;
}

.welfare-box-08 {
	margin-bottom: 50px;
}

/*前方一致ではなく部分一致でないと効かない*/
/*.page [class*="welfare-box-0"] img {
	width: 400px;
	height: auto;
}*/
/*
.page [class*="welfare-box-0"] {
	border-bottom: 1px #005893 solid;
	padding: 15px 0;
}

.page [class*="welfare-box-0"] .sect-title {
	margin: 0;
}

.page [class*="welfare-box-0"] h2 {
		display: block;
		color: #005893;
		padding-bottom: 10px;
		border-bottom: 1px #005893 solid;
}
*/

/*
.page #welfare-etc {
	background-image: url(/wp/wp-content/uploads/2023/07/headline-bg-bright-green.jpg);
	background-repeat: no-repeat;
}
*/

.page #welfare-etc h2 {
	color: #000;
}

.welfare-box-etc {
	border-top: 1px #005893 solid;
	padding-top: 30px;
}

/*
#main-contents {
	background-color: #FFFDE7;
}
*/

/*.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	background-color: #FFFDE7;
}*/

figcaption.widget-image-caption {
	margin-top: 5px;
	font-family: 'Noto Serif JP', sans-serif;
}

.page #main-contents .welfare-box-01 p,
.page #main-contents .welfare-box-03 p {
	padding: 0.5em;
}

/* SP */
@media screen and (max-width:767px) {
	.page [class*="welfare-box-0"] h2 {
		font-size: 1.2em;
		line-height: 1.5em;
	}

	.page #main-contents .elementor-widget-container img {
		width: 60%;
		height: auto;
	}

	.page #main-contents .welfare-box-03 img {
		width: 50%;
		height: auto;
	}

	.page #main-contents .welfare-box-01 p.point-body span {
		padding-left: 1.0em;
	}

}

.list-01 ul li {
	margin-bottom: 5px;
}

/*福利厚生（その他）*/
.list-02 ul li {
	list-style-type: square;
	margin-bottom: 5px;
}

