main article {
    background-color: #fff;
}

main {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-size: 1.7rem;
	font-feature-settings: "palt";
	letter-spacing: 0.06rem;
	line-height: 1.7;
	color: #222;

	@media screen and (min-width: 768px) {
		font-size: 1.6rem;
	}
}

.recruit-sec
{
	padding: 50px 0;
}

.recruit-sec h2.recruit-sectitle,
.recruit-sec h2.recruit-title-application_guidelines {
	text-align: center;
	line-height: 0;
	margin: 0 0 44px;
}

.recruit-sec h2.recruit-sectitle picture,
.recruit-sec h2.recruit-title-application_guidelines picture {
	display: block;
	line-height: 0;
}

.recruit-sec h2.recruit-sectitle img,
.recruit-sec h2.recruit-title-application_guidelines img {
	display: block;
	width: 78%;
	max-width: 600px;
	height: auto;
	margin-inline: auto;
}

.recruit-sec-entry h2.recruit-sectitle img,
.recruit-sec-writing h2.recruit-sectitle img {
	height: 84px;
	width: auto;
	max-width: 90%;
	object-fit: contain;
}

.recruit-flow-img {
	margin: 0 0 32px;
	line-height: 0;
}

.recruit-flow-img picture {
	display: block;
	line-height: 0;
}

.recruit-flow-img img {
	display: block;
	width: 100%;
	height: auto;
}


.recruit-header
{
	background-image: url("../images/recruit/202408/header_kv_sp.webp");
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center top;
	width: 100%;
	height: calc(100vh - 95px);
	max-height: 540px;
	margin: 0;
	position: relative;
}
.recruit-header h1 {
	color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    position: absolute;
    margin: 0;
	white-space: nowrap;
	
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 85%;
    width: 97%;
    max-width: 980px;
}
.recruit-header h1 img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.recruit-sectitle
{
	line-height: 1;
	margin: 0 0 30px;
}

.recruit-lead
{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2;
}
.recruit-lead02
{
	font-size: 1.8rem;
	line-height: 2;
	margin-top: 40px;
}


.recruit-about_moula
{
	background-image: url("../images/common/bg_gray.webp");
	background-repeat: repeat;
	background-size: 250px;;
    background-position: center top;
	padding: 60px 0;
}
.recruit-about_moula h2 {
    text-align: center;
    margin: 0 0 40px;
	line-height: 1;
}
.recruit-about_moula h2 img {
    width: 100%;
    max-width: 500px;
}
.recruit-about_moula-logo
{
	text-align: center;
	margin-bottom: 40px;
}
.recruit-about_moula-logo img
{
    width: 50%;
    max-width: 300px;
}

.recruit-intro-benefits-wrap
{
	background-image: url("../images/teaser/bg_water.webp");
	background-position: left top;
	background-repeat: repeat;
	background-size: 250px;
	padding-bottom: 60px;
}


.recruit-sec-intro
{
	background-image: url(../images/recruit/bg_intro.webp);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 60px 0 90px;
}
.recruit-sec-intro h2
{
    line-height: 1;
    text-align: center;
    margin: 0 0 40px;
}
.recruit-sec-intro h2 img
{
    width: 100%;
    max-width: 600px;
}
.recruit-sec-intro h3
{
    line-height: 1;
    text-align: center;
    margin: 0 0 40px;
}
.recruit-sec-intro h3 img
{
    width: 100%;
    max-width: 550px;
}


.recruit-sec-benefits
{
}
.recruit-sec-benefits h2
{
	text-align: center;
	margin: -50px 0 60px;
}
.recruit-sec-benefits h2 img
{
	width: 70%;
}
.benefits
{
    padding: 0 0 40px;
}
.benefits-remarks
{
	background-color: #fff;
	border: 3px solid #6ACEFF;
	border-radius: 28px;
	padding: 15px;
	margin-bottom: 40px;

	& ul
	{
		list-style: none;
		padding: 0;
		margin: 0;
	}
}

.recruit-privilege-wrap
{
	margin-bottom: 50px;
}
.recruit-privilege {
    list-style: none;
	padding: 0;
	margin: 0;
}
.recruit-privilege li:first-of-type {
	margin-bottom: 30px;
}


.recruit-awards-text
{
	font-weight: 700;
	line-height: 1.8;
}

.recruit-awards-remarks
{
	font-size: 1.4rem;
}


.recruit-awards-wrap
{
	background-image: url("../images/recruit/img_woman.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 60% auto;
}
.recruit-awards
{
	list-style: none;
	margin: 0;
	padding: 0 0 350px;
}
.recruit-awards li
{
	text-align: center;
	width: 80%;
	margin: 0 auto 20px;
}
.recruit-awards img
{
	width: 90%;
}



.recruit-premier
{
	background-color: #fff;
	border: 1px solid #eb6363;
	border-radius: 10px;
	padding: 25px;
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
}
.recruit-premier img
{
	width: 100%;
}



.recruit-sec-application_guidelines
{
	background-image: url("../images/common/bg_gray.webp");
	background-repeat: repeat;
	background-size: 170px;
	background-position: left top 10px;
}
.recruit-application_guidelines-detail
{
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	padding: 24px 16px 28px;
}
.recruit-application_guidelines-detail dl
{
	margin: 0 0 24px;
	padding: 0;
}
.recruit-application_guidelines-detail dt
{
	font-weight: 700;
	text-align: center;
	font-size: 1.7rem;
}
.recruit-application_guidelines-detail dd
{
	margin: 0 0 1em;
}

.recruit-btn-actions
{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.recruit-btn-about,
.recruit-btn-entry
{
	text-align: center;
	width: 100%;
}

.recruit-btn-about a,
.recruit-btn-entry a
{
	display: inline-block;
	width: 100%;
	max-width: 400px;
	padding: 12px 28px 14px;
	border: 2px solid #333;
	border-radius: 12px;
	box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.22);
	line-height: 0;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	box-sizing: border-box;
}

.recruit-btn-about a
{
	background-color: #47c1b9;
	border-color: #fff;
	padding: 14px 36px 16px;
}

.recruit-btn-entry a
{
	background-color: #ffcc33;
	border-color: #fff;
}

.recruit-btn-about a:hover,
.recruit-btn-entry a:hover
{
	transform: translateY(2px);
	box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.18);
}

.recruit-btn-about a:focus-visible,
.recruit-btn-entry a:focus-visible
{
	outline: 3px solid #80c8c4;
	outline-offset: 4px;
}

.recruit-btn-about img,
.recruit-btn-entry img
{
	display: block;
	width: 100%;
	height: auto;
}

.recruit-sec-entry,
.recruit-sec-writing
{
	position: relative;
	background-image: url("../images/teaser/bg_green.webp");
	background-repeat: repeat;
	background-size: 170px;
	background-position: left top;
}

.recruit-sec-entry::before,
.recruit-sec-writing::before
{
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("../images/teaser/bg_logo.webp");
	background-repeat: repeat;
	background-size: 170px;
	background-position: left top;
	opacity: 0.15;
	pointer-events: none;
}

.recruit-sec-entry > .base-container,
.recruit-sec-writing > .base-container
{
	position: relative;
}

.recruit-sec-entry ol,
.recruit-sec-writing ol
{
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
}
.recruit-sec-entry ol li,
.recruit-sec-writing ol li
{
	margin-top: -20px;
}
.recruit-sec-entry ol li:first-of-type,
.recruit-sec-writing ol li:first-of-type
{
	margin-top: 0;
}

.bnr_amagift
{
	margin-bottom: 40px;
}
.text_amagift
{
	margin-bottom: 40px;
}

.recruit-sec-amagift
{
	background-color: #fff;
}

.recruit-about-entry
{
	background-image: url("../images/common/bg_gray.webp");
	background-repeat: repeat;
	background-size: 170px;
	background-position: left top 10px;
	border-radius: 12px;
	padding: 20px 16px;
	margin-bottom: 0;
}

.recruit-about-entry strong
{
	font-size: 1.8rem;
}

.recruit-about-entry ul
{
	margin-top: 1em;
	padding-left: 1.5em;
}

.recruit-about-entry li + li
{
	margin-top: 0.75em;
}






@media screen and (min-width: 768px) {
	main {
		font-size: 1.8rem;
	}

	.recruit-sec
	{
		padding: 70px 0;
	}

	.recruit-sec h2.recruit-sectitle,
	.recruit-sec h2.recruit-title-application_guidelines {
		margin-bottom: 40px;
	}

	.recruit-sec-entry h2.recruit-sectitle img,
	.recruit-sec-writing h2.recruit-sectitle img {
		height: auto;
		width: 90%;
	}

	.recruit-flow-img {
		margin-bottom: 48px;
	}

	.recruit-header
	{
		background-image: url("../images/recruit/202408/header_kv.webp");
		height: calc(100vh - 95px);
		max-height: 900px;
	}
	.recruit-header h1 {
	}
	.recruit-sectitle
	{
		margin-bottom: 60px;
	}


	.recruit-lead
	{
		font-size: 2rem;
		text-align: center;
	}
	.recruit-lead02
	{
		font-size: 2.2rem;
		font-weight: 700;
		text-align: center;
		margin-top: 60px;
	}
	
	.recruit-sec-intro
	{
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center bottom;
		padding: 60px 0 170px;
	}
	
	.recruit-about_moula
	{
		padding: 70px 0;
	}
	.recruit-about_moula h2 {
		margin: 0 0 50px;
	}
	.recruit-about_moula-logo
	{
		margin-bottom: 50px;
	}

	.recruit-intro-benefits-wrap
	{
		padding-bottom: 70px;
	}
	
	.recruit-application_guidelines-detail
	{
		padding: 40px 48px;
	}

	.recruit-application_guidelines-detail dl
	{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		font-size: inherit;
	}
	.recruit-application_guidelines-detail dt
	{
		width: 140px;
		text-align: left;
		font-size: inherit;
	}
	.recruit-application_guidelines-detail dt::after
	{
		content: "：";
		float: right;
	}
	.recruit-application_guidelines-detail dd
	{
		width: calc(100% - 160px);
		margin: 0 0 3rem;;
	}
	.recruit-sec-application_guidelines,
	.recruit-sec-entry,
	.recruit-sec-writing
	{
		background-size: 250px;
	}

	.recruit-sec-entry::before,
	.recruit-sec-writing::before
	{
		background-size: 250px;
	}

	.recruit-about-entry
	{
		background-size: 250px;
	}

	.recruit-btn-about a
	{
		padding: 14px 48px 16px;
	}

	.recruit-btn-entry a
	{
		padding: 12px 36px 14px;
	}
	
	
	.recruit-sec-entry ol,
	.recruit-sec-writing ol
	{
		margin: 0 0 60px;
	}
	.recruit-sec-entry ol li,
	.recruit-sec-writing ol li
	{
		margin-top: -38px;
	}
	.bnr_amagift
	{
		margin-bottom: 60px;
	}
	.text_amagift
	{
		margin-bottom: 60px;
	}
	.recruit-about-entry
	{
		padding: 32px 40px;
	}

	.recruit-about-entry strong
	{
		font-size: 2rem;
	}
	
	
	.recruit-sec-benefits h2
	{
		margin: -90px 0 60px;
	}
	.recruit-sec-benefits h2 img
	{
		width: 380px;
	}

	.recruit-awards-texts
	{
		width: 50%;
	}
	.recruit-awards-text
	{
		font-size: 1.9rem;
		line-height: 2;
	}
	.sec-benefits
	{
		background-size: 250px;
		padding: 90px 0;
	}
	.recruit-sec-benefits h2
{
		text-align: center;
		margin: -90px 0 60px;
	}

	.recruit-wrap
	{
		margin-bottom: 40px;
	}
	.benefits
	{
	}
	.benefits img
	{
		width: 100%;
	}
	.benefits-remarks
	{
		border: 4px solid #6ACEFF;
		padding: 20px;
		margin-bottom: 40px;
	}
	
	.recruit-awards-wrap
	{
		background: none;
	}
	.recruit-awards
	{
		display: flex;
		justify-content: space-between;
		padding: 0;
	}
	.recruit-awards li
	{
		width: 32%;
		margin: 0;
	}
	.recruit-awards img
	{
		width: 100%;
	}
	.recruit-privilege {
		display: flex;
		justify-content: space-between;
	}
	.recruit-privilege li {
		width: 48%;
	}
	.recruit-privilege li:first-of-type {
		margin-bottom: 0;
	}

	
	.recruit-premier
	{
		width: 80%;
		margin: 0 auto 60px;;
	}
	.recruit-premier img
	{
		width: 80%;
	}

}
