@charset "utf-8";
/*================================
ここから全サイズ適用
================================*/



/*------------------------------
.u-〇〇 …… 下層ページ固有のclass名

lower.cssにあるclass名と被らないよう
接頭文字として "u-" を付けてます。
uniqueの略。
------------------------------*/





/*================================
メインビジュアル
===============================*/
.mv-content {
	background-image: url(img/mv_bg.jpg);
}

/*================================
共通パーツ
================================*/

/*ページ内リンクのボタン*/
/*-----------------------------*/
.u-page-link_group {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 10px 4rem;
}
.u-page-link_item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100%/4 - (4rem*3/4));
	background: #573300;
	border-radius: 1rem;
}
.u-page-link_anchor {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	padding: 1.2rem 1rem 4rem;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #fff;
}
.u-page-link_anchor::before {
	position: absolute;
	z-index: 1;
	content: "";
	left: 50%;
	bottom: 1.6rem;
	translate: -50%;
	width: 2rem;
	height: 0.7rem;
	background: #fff;
	clip-path: polygon(0 0, 50% calc(100% - 2px), 100% 0, 100% 2px, 50% 100%, 0 2px);
}

/*タイトル*/
/*-----------------------------*/
/*u-heading01*/
.u-heading01 {
	width: fit-content;
	margin: 0 auto 30px;
	padding: 0 7rem;
	background-image: 
		url(img/heading_deco01_left.png),
		url(img/heading_deco01_right.png);
	background-size: 6rem auto;
	background-position: left center,right center;
	background-repeat: no-repeat;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #573300;
}

/*================================
ご応募・お問い合わせ
================================*/
.u-intro_fl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row-reverse;
	gap: 20px 0;
	margin-inline: auto;
}
.u-intro_pic {
	width: 68%;
	margin-left: -8%;
}
.u-intro_article {
	position: relative;
	z-index: 1;
	width: 40%;
	padding: 30px;
	background: #fff;
	border: 3px solid #dd8035;
	border-radius: 1rem;
	text-align: center;
}
.u-intro_tel {
	margin-bottom: 10px;
	line-height: 1;
}
.u-intro_tel_link {
	font-size: 3.6rem;
	font-weight: 700;
	color: #dd8035;
}
.u-intro_tel_link .small {
	font-size: 2.4rem;
	font-weight: 500;
	color: #573300;
}
.u-intro_txt01 {
	font-size: 2.4rem;
	font-weight: 700;
	color: #573300;
}
.u-intro_txt02 {}

/*================================
募集要項
================================*/
.u-table01 {
	width: 100%;
}
.u-table01 th {
	width: 200px;
	padding: 20px;
	background: #fff;
	border: 1px solid #959595;
	font-size: 2rem;
	font-weight:700;
	text-align: center;
	line-height: 1.5;
	color: #5e3c0f;
	vertical-align: middle;
}
.u-table01 td {
	padding: 20px;
	background: #fff;
	border: 1px solid #959595;
}


/*================================
TABLET横 1080px～0px
================================*/
@media (max-width: 1080px) {}


/*================================
TABLET縦 834px～0px
================================*/
@media (max-width: 834px) {

	/*================================
	共通パーツ
	================================*/

	/*ページ内リンクのボタン*/
	/*-----------------------------*/
	.u-page-link_group {}
	.u-page-link_item {
		width: calc(100%/3 - (4rem*2/3));
	}
	.u-page-link_anchor {}
	.u-page-link_anchor::before {}

	/*タイトル*/
	/*-----------------------------*/
	/*u-heading01*/
	.u-heading01 {}

	/*================================
	ご応募・お問い合わせ
	================================*/
	.u-intro_fl {
		flex-direction: column;
	}
	.u-intro_pic {
		width: 100%;
		margin-left: 0;
	}
	.u-intro_article {
		width: 100%;
	}
	.u-intro_tel {}
	.u-intro_tel_link {}
	.u-intro_tel_link .small {}
	.u-intro_txt01 {}
	.u-intro_txt02 {}

	/*================================
	募集要項
	================================*/
	.u-table01 {}
	.u-table01 th {}
	.u-table01 td {}

}


/*================================
SP表示 667px～0px
================================*/
@media (max-width: 667px) {


	/*================================
	共通パーツ
	================================*/

	/*ページ内リンクのボタン*/
	/*-----------------------------*/
	.u-page-link_group {
		column-gap: 20px;
	}
	.u-page-link_item {
		width: 100%;
	}
	.u-page-link_anchor {}
	.u-page-link_anchor::before {}

	/*タイトル*/
	/*-----------------------------*/
	/*u-heading01*/
	.u-heading01 {
		width: 100%;
		padding: 0 40px;
		background-position: left bottom,right bottom;
		background-size: 34px auto;
		font-size: 2rem;
	}

	/*================================
	ご応募・お問い合わせ
	================================*/
	.u-intro_fl {}
	.u-intro_pic {}
	.u-intro_article {
		padding: 16px;
	}
	.u-intro_tel {}
	.u-intro_tel_link {}
	.u-intro_tel_link .small {}
	.u-intro_txt01 {}
	.u-intro_txt02 {}

	/*================================
	募集要項
	================================*/
	.u-table01 {
		border-bottom: 1px solid #959595;
	}
	.u-table01 th {
		display: block;
		width: 100%;
		padding: 10px 16px;
	}
	.u-table01 td {
		display: block;
		width: 100%;
		padding: 10px 16px;
		border-top: none;
		border-bottom: none;
	}


}

















