@charset "utf-8";

/*****************************
------------------------------
@media
------------------------------
*****************************/

/*pctb*/
@media all and (min-width: 601px) {
	.btn01:has(span):hover {
		opacity: 1;
	}

	.btn01:has(span):hover span:before {
		opacity: 0.4;
	}

	.top_btns {
		display: flex;
		justify-content: center;
		gap: 30px;
	}

	.top_btns .btn {
		min-width: auto;
		max-width: var(--btn-width);
		flex: 1;
		margin: 0;
	}

	.pc_tac,
	table.pc_tac tr>* {
		text-align: center;
	}

}

@media all and (min-width: 601px) and (max-width: 1600px) {
.t_recruit .t_recruit_block .t_recruit_head .in .m_txt p {
	font-size: 1.5rem;
}

.t_recruit .t_recruit_block .t_recruit_body .in .list li .txt {
	font-size: 2.2rem;
}

.t_recruit .t_recruit_block .t_recruit_body .in .list li .num {
	width: 100px;
	font-size: 1.2rem;
	padding-top: 5px;
}

.t_recruit .t_recruit_block .t_recruit_body .in .list li {
	padding: 29px 10px 29px 70px;
}
}
@media all and (max-width: 600px) {
	html {
		font-size: 2.3vw;
	}

	.tb_only,
	.sp_none {
		display: none !important;
	}

	.inner,
	.inner_sp {
		width: 100%;
		padding: 0 5vw;
	}

	.hamburger {
		right: 0 !important;
	}

	.js_side_open {
		overflow: hidden !important;
	}

	.side_nav_wrap {
		right: 0 !important;
	}

	.table_scroll:before {
		content: "※横スクロールで全体を見ることができます。";
	}

	.table_scroll table {
		width: 200vw;
	}

	#sb_instagram.sbi_mob_col_5 #sbi_images {
		grid-template-columns: repeat(3, 1fr) !important;
		padding: 0 10px;
	}

	#sb_instagram.sbi_mob_col_5 #sbi_images .sbi_item:nth-of-type(10) {
		display: none !important;
	}
	
	.sp_tac{
		text-align: center;
	}
}