@charset "utf-8";
.s_pc_view {
	display: inherit !important;
}
.s_pctab_view {
	display: inherit !important;
}
.s_tab_view {
	display: none !important;
}
.s_sp_view {
	display: none !important;
}
.s_mat0 {
	margin-top: 0;
}
.s_mat5 {
	margin-top: 5px;
}
.s_mat10 {
	margin-top: 10px;
}
.s_mat20 {
	margin-top: 20px;
}
.s_mat30 {
	margin-top: 30px;
}
.s_mat40 {
	margin-top: 40px;
}
.s_mat50 {
	margin-top: 50px;
}

.s_mab0 {
	margin-bottom: 0;
}
.s_mab5 {
	margin-bottom: 5px;
}
.s_mab10 {
	margin-bottom: 10px;
}
.s_mab20 {
	margin-bottom: 20px;
}
.s_mab30 {
	margin-bottom: 30px;
}
.s_mab40 {
	margin-bottom: 40px;
}
.s_mab50 {
	margin-bottom: 50px;
}
.s_mab60 {
	margin-bottom: 60px;
}
.s_mab100 {
	margin-bottom: 100px;
}

.s_auto {
	margin: auto;
}

.s_al_center,
.aligncenter {
	text-align: center;
}
.s_al_right,
.alignright {
	text-align: right;
}
.s_al_left,
.alignleft {
	text-align: left;
}
.s_vl_top {
	vertical-align: top;
}
.s_vl_middle {
	vertical-align: middle;
}
.s_vl_bottom {
	vertical-align: bottom;
}

.s_f_left {
	float: left;
}
.s_f_right {
	float: right;
}
.is_f_clear {
	float: none;
	text-align: center;
}

.s_red {
	color: #f00;
}
.s_black {
	color: var(--bk-color);
}
.s_white {
	color: #fff;
}
.s_navy {
	color: #1e3379;
}

.s_bold {
	font-weight: bold;
}
.s_indent {
	text-indent: 1em;
}
.s_kome,
.s_kome li {
	text-indent: -1em;
	margin-left: 1em;
}
.s_underline {
	text-decoration: underline;
}
.s_fw_normal {
	font-weight: normal;
}
.s_inline {
	display: inline-block;
}

.s_fs_sm {
	font-size: 0.83em;
}
.s_fs_lg {
	font-size: 1.38em;
	line-height: 1.4;
}
.s_caption {
	font-size: 0.63em;
}

.s_over_any {
	overflow-wrap: anywhere;
}

.s_img_floatL {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.s_img_floatR {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.s_fs11 {
	font-size: 1.1rem !important;
}
.s_fs12 {
	font-size: 1.2rem !important;
}
.s_fs13 {
	font-size: 1.3rem !important;
}
.s_fs14 {
	font-size: 1.4rem !important;
}
.s_fs15 {
	font-size: 1.5rem !important;
}
.s_fs16 {
	font-size: 1.6rem !important;
}
.s_fs17 {
	font-size: 1.7rem !important;
}
.s_fs18 {
	font-size: 1.8rem !important;
}
.s_fs19 {
	font-size: 1.9rem !important;
}
.s_fs20 {
	font-size: 2rem !important;
}
.s_fs21 {
	font-size: 2.1rem !important;
}
.s_fs22 {
	font-size: 2.2rem !important;
}
.s_fs23 {
	font-size: 2.3rem !important;
}
.s_fs24 {
	font-size: 2.4rem !important;
}

.s_w10p {
	width: 10%;
}
.s_w20p {
	width: 20%;
}
.s_w30p {
	width: 30%;
}
.s_w40p {
	width: 40%;
}
.s_w50p {
	width: 50%;
}
.s_w60p {
	width: 60%;
}
.s_w70p {
	width: 70%;
}
.s_w80p {
	width: 80%;
}
.s_w90p {
	width: 90%;
}
.s_w100p {
	width: 100%;
}

.s_disable {
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	.s_pc_view {
		display: none !important; /*改行にのみ使用*/
	}
	.s_tab_view {
		display: inherit !important; /*改行にのみ使用*/
	}

	.s_f_left.is_sp_f_clear {
		float: left;
	}
	.s_f_right.is_sp_f_clear {
		float: right;
	}
}

@media screen and (max-width: 640px) {
	.s_pctab_view {
		display: none !important;
	}
	.s_sp_view {
		display: inherit !important; /*改行にのみ使用*/
	}
}

/*----------------------------------------------
	top
---------------------------------------------*/
/*  .s_top_mv
---------------------------------------------*/
.s_top_mv {
	position: relative;
	width: 100%;
	height: 800px;
	overflow: hidden;
}
.s_top_mv video {
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
}
.s_top_mv_tagline img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 400px;
	max-width: 60%;
	margin: auto;
}
/*  .s_top_news
---------------------------------------------*/
.s_top_news {
	width: 500px;
	max-width: 100%;
	margin: auto;
}
.s_top_news li:not(:last-child) {
	margin-bottom: 10px;
}
.s_top_news li a {
	position: relative;
	display: flex;
	width: 100%;
	color: var(--bk-color);
	text-decoration: none;
}
.s_top_news li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 0;
	height: 1px;
	background: var(--bk-color);
	transition: 0.3s;
}
.s_top_news li a:hover::after {
	width: 100%;
}
.s_top_news_date {
	color: var(--main-color);
	font-weight: 600;
}
.s_top_news_ttl {
	margin-left: 20px;
}
@media screen and (max-width: 1280px) {
	/*  .s_top_mv
---------------------------------------------*/
	.s_top_mv {
		height: 600px;
	}
}
@media screen and (max-width: 768px) {
	/*  .s_top_mv
---------------------------------------------*/
	.s_top_mv {
		height: 400px;
	}
}

/*----------------------------------------------
	company
---------------------------------------------*/
.s_company_roba {
	width: 100px;
	margin-right: 10px;
	transform: translateY(-3px);
}
@media screen and (max-width: 640px) {
	.s_company_roba {
		transform: translateY(0);
	}
}

/*----------------------------------------------
	recruit
---------------------------------------------*/
/*  .s_work
---------------------------------------------*/
.s_work_box:not(:nth-last-child(-n + 2)) {
	margin-bottom: 60px;
}
.s_work_box_ph {
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 8px;
}
/*  .s_interview
---------------------------------------------*/
.s_interview_block:not(:last-child) {
	margin-bottom: 80px;
}
.s_interview_ttl {
	width: calc(100% - 525px);
	min-width: 50%;
	text-align: center;
}
.s_interview_catch {
	margin-bottom: 10px;
	font-size: 2.22em;
	line-height: 1.3;
}
.s_interview_label {
	font-size: 1.33em;
}
.s_interview_name {
	margin: -5px 0;
	font-size: 1.94em;
}
.s_interview_ph {
	overflow: hidden;
	width: 525px;
	max-width: 50%;
	border-radius: 8px;
}
.s_interview_txt {
	margin-top: 20px;
}
/*  .s_sche
---------------------------------------------*/
.s_sche_box {
	position: relative;
	padding: 5px 0;
	background: #fff;
	border-radius: 100px;
	text-align: center;
}
.s_sche_box:not(:last-child) {
	margin-bottom: 40px;
}
.s_sche_box:not(:last-child)::after {
	position: absolute;
	right: 0;
	bottom: -35px;
	left: 0;
	content: "";
	width: 30px;
	height: 30px;
	margin: auto;
	background: url(../images/arrow.png) no-repeat center / auto 100%;
}
.s_sche_ttl {
	font-size: 1.33em;
	font-weight: 600;
}
.s_sche_ttl span {
	color: var(--main-color);
}
/*  .s_benefits
---------------------------------------------*/
.s_benefits_box:not(:nth-last-child(-n + 2)) {
	margin-bottom: 40px;
}
.s_benefits_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	padding: 10px 0;
	background: #fff;
	border-radius: 8px;
	font-size: 1.33em;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
}
/*  .s_shogakukin
---------------------------------------------*/
.s_shogakukin_logo img {
	width: 360px;
}
/*  .s_entry
---------------------------------------------*/
.s_entry_bnr a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 15px 10px;
	background: #fff;
	border-radius: 8px;
}
.s_entry_bnr img {
	width: auto !important;
	max-height: 30px;
}
/*  .s_parttime
---------------------------------------------*/
.s_parttime_bnr img {
	width: 300px;
}
@media screen and (max-width: 768px) {
	/*  .s_work
---------------------------------------------*/
	.s_work_box:not(:nth-last-child(-n + 2)) {
		margin-bottom: 40px;
	}
	/*  .s_interview
---------------------------------------------*/
	.s_interview_block:not(:last-child) {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 640px) {
	/*  .s_work
---------------------------------------------*/
	.s_work_box:not(:last-child) {
		margin-bottom: 20px;
	}
	.s_work_box_ph {
		margin-bottom: 10px;
	}
	/*  .s_interview
---------------------------------------------*/
	.s_interview_ttl,
	.s_interview_ph {
		width: 100%;
		max-width: 100%;
	}
	.s_interview_label,
	.s_interview_name {
		display: inline-block;
	}
	.s_interview_catch {
		font-size: 1.63em;
	}
	.s_interview_label {
		font-size: 1em;
	}
	.s_interview_name {
		margin: 0 10px;
		font-size: 1.33em;
	}
	/*  .s_benefits
---------------------------------------------*/
	.s_benefits_box:not(:last-child) {
		margin-bottom: 20px;
	}
	/*  .s_shogakukin
---------------------------------------------*/
	.s_shogakukin_logo img {
		width: 200px;
	}
}

/*----------------------------------------------
	approach
---------------------------------------------*/
/*  .s_eco
---------------------------------------------*/
.s_eco_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s_eco_doc {
	width: 260px;
}
.s_eco_doc img {
	border: 1px solid #707070;
}
.s_eco_tbl {
	width: calc(100% - 290px);
}
.s_eco_tbl th,
.s_eco_tbl td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
/*  .s_policy
---------------------------------------------*/
.s_policy_box:not(:last-child) {
	margin-bottom: 40px;
}
.s_policy_txt:not(:last-child) {
	margin-bottom: 10px;
}
.s_policy_ttl {
	margin-bottom: 10px;
	font-size: 1.22em;
	font-weight: 600;
}
@media screen and (max-width: 640px) {
	/*  .s_eco
---------------------------------------------*/
	.s_eco_box {
		flex-direction: column;
	}
	.s_eco_tbl {
		width: 100%;
	}
	/*  .s_policy
---------------------------------------------*/
	.s_policy_box:not(:last-child) {
		margin-bottom: 20px;
	}
}

/*----------------------------------------------
	access
---------------------------------------------*/
.s_access_box {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s_access_box:not(:last-child) {
	padding-bottom: 30px;
}
.s_access_box:not(:last-child)::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background-color: transparent;
	background-image: radial-gradient(var(--bw-color) 75%, transparent 75%);
	background-size: 2px 2px;
}
.s_access_box:last-child {
	padding-top: 30px;
}
.s_access_ph {
	overflow: hidden;
	width: 420px;
	max-width: 100%;
	border-radius: 8px;
}
.s_access_info {
	width: calc(100% - 450px);
}
.s_access_ttl {
	margin-bottom: 10px;
	font-size: 1.39em;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.s_access_ph {
		width: 320px;
	}
	.s_access_info {
		width: calc(100% - 350px);
	}
}
@media screen and (max-width: 640px) {
	.s_access_box {
		flex-direction: column;
	}
	.s_access_ph,
	.s_access_ttl {
		margin-bottom: 5px;
	}
	.s_access_info {
		width: 100%;
	}
}
