@charset "utf-8";
/*トップ + スマホサイズ (max-width:480)*/

#wrapper {
	background-color: #fff;
}
/*/// ヘッダー＆ナビ ///*/
header div#visual {
	width: 100vw;
}
header div#visual img {
	width: 100%;
}

/* slider_prg_add */
.slick-slider {
	margin-bottom: 0 !important;
}
/* slider_prg_add_end */



/*/// トップインフォメーション///*/
article {

}
article div#infologo {
	background-image: url("../images/info_h.png");
	background-repeat: no-repeat;
	width: 245px;
	height: 60px;
}
article ul {
	padding: 30px;
	margin-bottom: 30px;
	max-width: 420px;
}
article ul li {
	margin-bottom: 10px;
	padding-left: 110px;
	padding-bottom: 10px;
	text-indent: -110px;
	border-bottom: 1px dotted #000;
}


/* info_prg_add */
article .nodata {
	display: block;
	width: 100%;
	padding: 30px;
	margin-bottom: 30px;
	max-width: 420px;
}
article ul, article .nodata {
	max-height: 505px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 30px;
}
article ul li, article .nodata span {
	margin-bottom: 10px;
	padding-left: 110px;
	padding-bottom: 10px;
	text-indent: -110px;
	border-bottom: 1px dotted #000;
}
article .nodata span {
	border-bottom: none;
}
/* info_prg_add_end */



article ul li time {
	display: inline-block;
	width: 110px;
	text-indent: 0;
	color: #885b1a;
}
/*SNS枠*/
article section#sns {
	width: 80%;
	max-width: 480px;
	height: auto;
	margin: 0 auto 30px auto;
}
article section#sns div.tab {
	display: block;
}
article section#sns div.sp {
	display: none;
}

/*/// トップメインコンテンツ///*/
main {
	max-width: 1140px;
	background-color: #e7e4e0;
	/*padding: 30px 30px 200px 30px;*/
	padding: 30px 30px 50px 30px;
	background-image: url("../images/top_conimg-01s.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
main h2 {
	color: #885b1a;
	font-size: 180%;
	letter-spacing: 0.1em;
	padding: 0 10px;
	margin-bottom: 20px;

}
main p {
	line-height: 1.7;
	margin-bottom: 20px;
}
main ul {
	list-style-image: url("../images/icon_check.png");
	padding-left: 30px;
	color: #885b1a;
	line-height: 1.8;
	margin-bottom: 30px;
}
main section#mess {
	display: flex;
	flex-wrap: wrap;
}
main section div.banbox {
	width: 345px;
	height: 315px;
	margin: 0 auto 20px auto;
}
main section div.banbox img.sp {
	display: none;
}
main section h3 {
	width: 275px;
	font-size: 120%;
	padding-left: 70px;
}
main section h3#kouchin {
	padding-top: 10px;
	height: 75px;
	background-image: url("../images/top_conimg-02s.png");
}
main section h3#teate {
	padding-top: 10px;
	height: 75px;
	background-image: url("../images/top_conimg-03s.png");
}

/* 2028507 add */
main section div.banbox.new_2507 {
	background-image: none;
	position: relative;
	background-color: #FFF;
	border-radius: 10px;
	padding: 15px;
	width: 360px;
	height: auto;
}
main section div.banbox.new_2507::before {
	content: "";
	display: block;
	width: 55px;
	aspect-ratio: 69 / 94;
	background-image: url("../images/kouchin_label.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 15px;
	top: -10px;
	z-index: 3;
}
main section div.banbox.new_2507::after {
	content: "";
	display: block;
	aspect-ratio: 48 / 63;
	background-image: url("../images/wage_increase.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 120px;
	right: -30px;
	bottom: -20px;
	z-index: 5;
}
main section div.banbox.new_2507 h3#kouchin {
	padding-top: 0;
	background-image: none;
	height: auto;
	width: 100%;
	padding-left: 70px;
	padding-bottom: 0.5em;
	box-sizing: border-box;
}


/*/// タブレットサイズ　///*/
@media screen and (min-width: 481px) and (max-width: 1019px) {
	/*/// トップページ ///*/
	article {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 0;
	}
	article div#infologo {
		width: 100%;
		height: 60px;
	}
	article ul {
		width: 100%;
		max-width: 1019px;
		padding: 30px;
		margin-bottom: 30px;
	}
	article ul li {
		margin-bottom: 10px;
		padding-left: 110px;
		padding-bottom: 10px;
		text-indent: -110px;
		border-bottom: 1px dotted #000;
	}
	article ul li time {
		display: inline-block;
		width: 110px;
		text-indent: 0;
		color: #885b1a;
	}
	main {
		background-image: url("../images/top_conimg-01.png");
		background-repeat: no-repeat;
		background-position: top right;
		background-size: 100% auto;
		/*padding-bottom: 50px;*/
		padding-bottom: 20px;
	}
	main h2 {
		padding: 20px 0px 20px 50px;
	}
	main p {
		width: 60%;
		padding: 0 0 10px 50px;
	}
	main ul {
		padding: 0 0 10px 70px;
	}
	main section + p {
		margin-top: 15px;
	}
}

/*/// 中間BP　///*/
@media screen and (max-width:740px) {
	main {
	background-image: url("../images/top_conimg-01s.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 200px;
	}
	main h2 {
		padding: 0 10px;
		margin-bottom: 20px;
	}
	main p {
		width: 90%;
		line-height: 1.7;
		padding: 0 0 10px 20px;
		margin-bottom: 20px;
	}
	main ul {
		padding: 0 0 10px 40px;
	}
	main .tab {
		display: none;
	}
}

/*/// PCサイズ　///*/
@media screen and (min-width: 1020px) {
	/*/// ヘッダー領域 ///*/
	header {
		position: relative;
		max-width: 1200px;
		margin-bottom: 101px;
	}
	header div#visual {
		max-width: 1280px;
		max-height: 1000px;
	}
	header h1#logo {
		position: absolute;
		bottom: -130px;
		z-index: 2;
		background-image: url("../images/logo.png");
		width: 250px;
		height: 250px;
	}
	/* グローバルナビ */
	header div#nav {
		display: inline;
		position: absolute;
		z-index: 1;
		background-color: #fff;
		max-width: 1200px;
		max-height: 150px;
		border-top-right-radius: 15px;/*右上角丸*/
		-webkit-border-top-right-radius: 15px;
		-moz-border-radius-topright: 15px;
	}
	/*/// インフォメーション ///*/
	article {
		display: flex;
		width: auto;
		max-width: 1150px;
		margin: 0;
		padding: 80px 0 80px 50px;
		background-color: #fff;
	}
	article div#infologo {
		width: 60px;
		height: 245px;
		background-image: url("../images/info_w.png");
	}
	article ul {
		padding-top: 0;
	}

	/*/// トップメインコンテンツ///*/
	main {
		background-image: url("../images/top_conimg-01.png");
		background-repeat: no-repeat;
		background-position: top right;
		background-size: 100% auto;
		padding-bottom: 20px;
	}
	main h2 {
		padding: 20px 0px 20px 50px; 
	}
	main p {
		width: 60%;
		padding: 0 0 10px 50px;
	}
	main ul {
		padding: 0 0 10px 70px;
	}
	main section#mess {
		display: flex;
	}
	main section div.banbox {
		width: 505px;
		height: 420px;
		margin: 0 auto 20px auto;
	}
	main section h3 {
		width: 400px;
		font-size: 150%;
		padding-left: 105px;
	}
	main section h3#kouchin {
		height: 85px;
		padding-top: 20px;
		background-image: url("../images/top_conimg-02.png");
	}
	main section h3#teate {
		height: 85px;
		padding-top: 20px;
		background-image: url("../images/top_conimg-03.png");
	}
	main section + p {
		margin-top: 30px;
	}
	
	/* 202507 add */
	main section div.banbox.new_2507 {
		width: 590px;
		height: auto;
		margin: 0 auto 20px auto;
		padding: 20px;
	}
	main section div.banbox.new_2507::before {
		width: 69px;
		left: 20px;
	}
	main section div.banbox.new_2507::after {
		width: 200px;
		right: -30px;
		bottom: -20px;
	}
	main section div.banbox.new_2507 h3#kouchin {
		padding-left: 90px;
		padding-bottom: 0.5em;
	}
}
/*/// 480px以下　///*/
@media screen and (max-width: 480px) {
	article section#sns div.tab {
		display: none;
	}
	article section#sns div.sp {
		display: block;
	}
}
/*/// 400px以下　///*/
@media screen and (max-width: 400px) {
	main section div.banbox {
		width: 280px;
		height: 270px;
		margin: 0 auto;
	}
	main section h3 {
		width: 220px;
		font-size: 100%;
		padding-left: 60px;
	}
	main section h3#kouchin {
		height: 49px;
		background-image: url("../images/top_conimg-02ss.png");
	}
	main section h3#teate {
		height: 49px;
		background-image: url("../images/top_conimg-03ss.png");
	}
	main section img.sp_tab {
		display: none;
	}
	main section div.banbox img.sp {
		display: block;
	}
	
	
	/* 202507 add */
	main section div.banbox.new_2507 {
		max-width: 300px;
		width: 96%;
		height: auto;
		margin: 0 auto 20px auto;
		padding: 15px 0;
		box-sizing: border-box;
	}
	main section div.banbox.new_2507 img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	main section div.banbox.new_2507::before {
		width: 40px;
		left: 15px;
	}
	main section div.banbox.new_2507::after {
		width: clamp(80px, 26.66666vw, 100px);
		right: -10vw;
		bottom: -20px;
	}
	main section div.banbox.new_2507 h3#kouchin {
		padding-left: 70px;
		padding-right: 15px;
		padding-bottom: 0.5em;
	}
}



