/* 募集要項 */
.recruit_sec_head{}
.recruit_sec_head h2{
	text-align: center;
	font-size: 5vw;
	line-height: 1.8;
}
.recruit_sec_head p{
	margin-top: 40px;
	font-size: .875rem;
}

.recruit_sec_tab{
	background-color: #e3f6e9;
	padding: 40px 0 50px;
	margin-top: 50px;
}
.recruit_sec_tab_inner{}

.recruit_sec_tab h2{
	text-align: center;
}

.recruit_tab_name_wrap {/* 募集要項タブネーム */
    display:flex;
	justify-content: flex-start;
	gap: 10px 30px;
	width: 100%;
	margin-top: 40px;
}
.recruit_tab_name_wrap li {
	/* flex: 1; */
    text-align:center;
    background-color:#c8c8c8;
	border-radius: 10px 10px 0 0;
	width: 100%;
	padding: 12px 10px;
	list-style-type: none;
	color: #fff;
	font-size: 13px;
	line-height: 1.4;
	cursor: pointer;
}
.recruit_tab_name_wrap li:hover{
    background-color:#aaa;
}
.recruit_tab_name_wrap li.active {
    background-color:#1fb714;
}
.recruit_tab_item_wrap {/* 募集要項タブアイテム */
    width:100%;
	margin-top: 90px;
}
.recruit_tab_item {
    display:none;
}
.recruit_tab_item.active {
    display:block;
}
.recruit_tab_item h3{
	text-align: center;
	font-size: 1.375rem;
}
.recruit_tab_item table{
	margin-top: 20px;
}
.recruit_tab_item table td{
	font-family: var(--font_serif);
	font-weight: 500;
}

.recruit_sec_tab .more_btn{
	margin-top: 50px;
}

.recruit_sec_learnmore{
	margin-top: 40px;
}
.recruit_sec_learnmore h2{
	text-align: center;
}
.recruit_sec_learnmore_wrap{
	gap: 50px 0;
	margin-top: 30px;
	margin-bottom: 0;
}
.recruit_sec_learnmore .item{
	position: relative;
	width: 100%;
}
.recruit_sec_learnmore .item a:hover{
	text-decoration: none;
}
.recruit_sec_learnmore .item .img{
	aspect-ratio: 335 / 212;
}
.recruit_sec_learnmore .item .img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.recruit_sec_learnmore .item h3{
	margin-top: 10px;
	font-size: 1.875rem;
	line-height: 1.4;
	color: rgb(var(--color_main));
}
.recruit_sec_learnmore .item p{
	font-size: 1rem;
}
.recruit_sec_learnmore .item .circle_arrow{
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 50px;
	height: auto;
}
.recruit_sec_learnmore .more_btn{
	margin-top: 80px;
}
@media screen and (min-width: 769px) { /* PC用 メディアクエリー */
	/* 募集要項 PC */
	.recruit_sec_head{}
	.recruit_sec_head h2{
		font-size: 1.875rem;
		line-height: 1.6;
	}
	.recruit_sec_head p{
		margin-top: 50px;
		font-size: 1rem;
	}

	.recruit_sec_tab{
		padding: 100px 40px;
		margin-top: 100px;
	}
	.recruit_sec_tab_inner{
		max-width: 100%;
	}

	.recruit_sec_tab h2{
		text-align: center;
	}

	.recruit_tab_name_wrap {/* 募集要項タブネーム */
		margin-top: 50px;
	}
	.recruit_tab_name_wrap li {
		flex: 1;
		border-radius: 10px 10px 0 0;
		width: auto;
		padding: 20px 10px;
		font-size: 1rem;
	}
	.recruit_tab_item_wrap {/* 募集要項タブアイテム */
		width:100%;
		margin-top: 90px;
	}
	.recruit_tab_item h3{
		font-size: 1.625rem;
	}
	.recruit_tab_item table{
		margin-top: 30px;
	}

	.recruit_sec_tab .more_btn{
		margin-top: 100px;
	}

	.recruit_sec_learnmore{
		width: 100%;
		max-width: 100%;
		padding: 0 40px;
		margin-top: 110px;
	}
	.recruit_sec_learnmore_inner{
		max-width: 100%;
	}
	.recruit_sec_learnmore_wrap{
		justify-content: center;
		gap: 80px 45px;
		max-width: 100%;
		margin-top: 100px;
		margin-bottom: 0;
	}
	.recruit_sec_learnmore .item{
		flex: 1;
		width: auto;
		max-width: 300px;
		min-width: 250px;
	}
	.recruit_sec_learnmore .item .img{
		overflow: hidden;
	}
	.recruit_sec_learnmore .item .img img{
		transition: all .3s linear 0s;
	}
	.recruit_sec_learnmore .item a:hover .img img{
		transform: scale(1.1);
	}
	.recruit_sec_learnmore .item h3{
		margin-top: 10px;
		font-size: 1.875rem;
		line-height: 1.4;
		color: rgb(var(--color_main));
	}
	.recruit_sec_learnmore .item a:hover h3{
		color: rgb(var(--color_main), 0.8);
	}
	.recruit_sec_learnmore .item p{
		font-size: 1rem;
	}
	.recruit_sec_learnmore .item .circle_arrow{
		position: absolute;
		bottom: 10px;
		right: 0;
		width: 50px;
		height: auto;
	}
	.recruit_sec_learnmore .more_btn{
		margin-top: 80px;
	}
}

/* 数字で見る佐南組 */
.innumbers{}
.innumbers .inner{
	max-width: 100%;
}
.innumbers h2{
	text-align: center;
}
.innumbers .sub{
	margin-top: 30px;
	font-size: .875rem;
}
.innumbers .wrap{
	gap: 30px 0;
	width: 100%;
}
.innumbers .col2{
	margin-top: 40px;
}
.innumbers .col3{
	margin-top: 30px;
}
.innumbers .item{
	width: 100%;
}
.innumbers .item img{
	width: 100%;
	height: auto;
}
@media screen and (min-width: 769px) { /* PC用 メディアクエリー */
	/* 数字で見る佐南組 PC */
	.innumbers{
		padding: 0 40px;
	}
	.innumbers .sub{
		margin-top: 80px;
		font-size: 1rem;
	}
	.innumbers .col2{
		gap: 0 50px;
		margin-top: 60px;
	}
	.innumbers .col3{
		gap: 50px 45px;
		margin-top: 50px;
	}
	.innumbers .col2 .item{
		width: calc((100% - 50px) / 2);
	}
	.innumbers .col3 .item{
		width: calc((100% - 90px) / 3);
	}
	.innumbers .item img{
		width: 100%;
		height: auto;
	}
}

/* 先輩の声 */
.page-message footer{
	margin-top: 0;
}
.message{}
.message .inner{}

.message h2{
	text-align: center;
	margin-bottom: 30px;
}

.message_sec_main{
	background-color: #e3f6e9;
	padding-bottom: 80px;
}
.message_sec_wrap{
	position: relative;
	margin-bottom: 0;
	padding: 66.67vw 5% 0;
}
.message_sec_main .item{
	width: 100%;
}
.message_sec_main .item_img{
	position: absolute;
	top: 13.33vw;
	left: 0;
}
.message_sec_main .item_img img{
	width: 100%;
	height: auto;
}

.message_sec_main .item_txt{
	background-color: #fff;
	padding: 24vw 5% 16vw;
}
.message_sec_main .item_txt h3{
	color: rgb(var(--color_main));
	font-size: 1.375rem;
	line-height: 1.5;
}
.message_sec_main .item_txt .name{
	margin-top: 10px;
	font-size: 1.125rem;
}
.message_sec_main .item_txt .desc{
	margin-top: 15px;
}
.message_sec_main .item_txt .desc p{
	margin: 40px 0 0;
	font-size: .875rem;
}
.message_sec_main .item_txt .desc p:first-of-type{
	margin-top: 0;
}

.message_sec_main .more_btn{
	margin-top: 60px;
}
@media screen and (min-width: 769px) { /* PC用 メディアクエリー */
	/* 先輩の声 PC */
	.message{}
	.message .inner{
		max-width: 100%;
	}

	.message h2{
		margin-bottom: 60px;
	}

	.message_sec_main{
		padding: 0 0 105px;
	}
	.message_sec_wrap{
		justify-content: flex-end;
		padding: 180px 0 0;
	}
	.message_sec_wrap .item_img{
		position: absolute;
		top: 120px;
		left: 0;
		width: calc(50vw - 50px);
	}
	.message_sec_wrap .item_img img{
		width: auto;
		height: auto;
		max-height: 680px;
		margin-left: auto;
	}

	.message_sec_wrap .item_txt{
		/* width: 630px; */
		max-width: 630px;
		padding: 70px 50px 80px 130px;
		margin: 0 calc((100% - 990px) / 2) 0 0;
	}

	.message_sec_wrap:nth-of-type(even) {
		justify-content: flex-start;
	}
	.message_sec_wrap:nth-of-type(even) .item_img{
		left: inherit;
		right: 0;
		order: 2;
	}
	.message_sec_wrap:nth-of-type(even) .item_img img{
		margin-left: inherit;
		margin-right: auto;
	}
	.message_sec_wrap:nth-of-type(even) .item_txt{
		padding: 70px 130px 80px 50px;
		margin: 0 0 0 calc((100% - 990px) / 2);
		order: 1;
	}

	.message_sec_wrap .item_txt h3{
		font-size: 2.1875rem;
	}
	.message_sec_wrap .item_txt .name{
		margin-top: 20px;
		font-size: 1.375rem;
	}
	.message_sec_wrap .item_txt .desc{
		margin-top: 30px;
	}
	.message_sec_wrap .item_txt .desc p{
		margin: 50px 0 0;
		font-size: 1rem;
	}

	.message_sec_main .more_btn{
		margin-top: 110px;
	}
}
@media screen and (min-width: 769px) and (max-width: 970px) { /* Tablet用 メディアクエリー */ 
	/* 先輩の声 */
	.message_sec_wrap .item_txt{
		max-width: 73vw;
		padding: 70px 30px 80px calc(17vw + 50px);
		margin: 0;
	}
	.message_sec_wrap:nth-of-type(even) .item_txt{
		padding: 70px calc(17vw + 50px) 80px 30px;
		margin: 0;
	}
}

/* FAQ */
.faq{}
.faq .inner{}
.faq h2{
	text-align: center;
}

.faq_wrap{
	gap: 30px;
	margin-top: 50px;
	margin-bottom: 0;
}
.faq_wrap dl{
	background-color: #f5f5f5;
	padding: 20px 20px 30px;
}
.faq_wrap dt,
.faq_wrap dd{
	display: flex;
	flex-wrap: wrap;
	gap: 18px 0;
}
.faq_wrap dt .q{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	font-weight: 500;
	color: #006411;
	font-size: 2.9375rem;
	line-height: 1;
}
.faq_wrap dt .t{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.6;
}

.faq_wrap dd{
	border-top: solid 1px #006411;
	margin-top: 20px;
	padding-top: 20px;
}
.faq_wrap dd .a{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	font-weight: 500;
	color: #008f11;
	font-size: 2.9375rem;
	line-height: 1;
}
.faq_wrap dd .t{
	font-size: .875rem;
	line-height: 1.8;
}

.faq .more_btn{
	margin-top: 50px;
}
@media screen and (min-width: 769px) { /* PC用 メディアクエリー */
	/* FAQ PC */
	.faq{
		padding: 0 40px;
	}
	.faq .inner{
		max-width: 100%;
	}
	.faq h2{}

	.faq_wrap{
		gap: 50px;
	}
	.faq_wrap dl{
		width: 100%;
		padding: 30px 50px 50px;
	}
	.faq_wrap dt,
	.faq_wrap dd{
		gap: 0 25px;
	}
	.faq_wrap dt {
		align-items: center;
	}
	.faq_wrap dt .q{
		width: 50px;
		margin: 0;
		font-size: 3.75rem;
	}
	.faq_wrap dt .t{
		width: calc(100% - 50px - 25px);
		font-size: 1.375rem;
	}

	.faq_wrap dd {
		align-items: flex-start;
		margin-top: 34px;
		padding-top: 24px;
	}
	.faq_wrap dd .a{
		width: 50px;
		margin: 0;
		font-size: 3.75rem;
	}
	.faq_wrap dd .t{
		width: calc(100% - 50px - 25px);
		font-size: 1rem;
;
	}

	.faq .more_btn{
		margin-top: 100px;
	}
}






/* *** */

@media screen and (min-width: 769px) { /* PC用 メディアクエリー */
	/* *** PC */
}