@charset "utf-8";
.s_pc_view {
	display: initial !important;
}
.s_pctab_view {
	display: initial !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_mab80 {
	margin-bottom: 80px;
}
.s_mab100 {
	margin-bottom: 100px;
}

.s_auto {
	margin-inline: 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_em_color {
	color: var(--main-color);
}

.s_bold {
	font-weight: bold;
}
.s_indent {
	text-indent: 1em;
}
p.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.88em;
}
.s_fs_lg {
	font-size: 1.389em;
}

.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: initial !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; /*改行にのみ使用*/
	}
	.s_mat10 {
		margin-top: 5px;
	}
	.s_mat20,
	.s_mat30 {
		margin-top: 10px;
	}
	.s_mat40,
	.s_mat50 {
		margin-top: 20px;
	}
	.s_mab10 {
		margin-bottom: 5px;
	}
	.s_mab20,
	.s_mab30 {
		margin-bottom: 10px;
	}
	.s_mab40,
	.s_mab50 {
		margin-bottom: 20px;
	}
	.s_mab60 {
		margin-bottom: 30px;
	}
	.s_mab80 {
		margin-bottom: 40px;
	}
	.s_mab100 {
		margin-bottom: 50px;
	}
	.s_fs_lg {
		font-size: 1.2em;
	}
}

/*----------------------------------------------
	top
---------------------------------------------*/
#top {
	background-image: url(../images/mv_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/*  .s_top_mv_ttl
---------------------------------------------*/
.s_top_mv_ttl {
	margin: 30px 15% 180px 0;
	text-align: center;
}
.s_top_mv_ttl img {
	width: min(80%, 996px);
}
/*  .s_top_item
---------------------------------------------*/
.s_top_item {
	width: min(70%, 530px);
	margin-inline: auto;
}
.s_top_item_ph {
	overflow: hidden;
	width: 530px;
	height: 530px;
	margin: -80px auto 20px;
	border-radius: 530px;
	text-align: center;
}
.s_top_item_txt {
	margin-bottom: 10px;
	font-weight: 700;
}
/*  .s_top_work
---------------------------------------------*/
.s_top_work {
	background: url(../images/bg_cloud_bl.png) no-repeat left 20% bottom 22% / 36%
		auto;
}
/*  .s_top_recruit
---------------------------------------------*/
.s_top_recruit {
	background: url(../images/bg_cloud_bl.png) no-repeat right 20% bottom 25% /
		36% auto;
}
/*  .s_top_contact
---------------------------------------------*/
.s_top_contact {
	position: relative;
	margin-top: 140px;
	padding: 0 0 100px;
	text-align: center;
	font-weight: 700;
}
.s_top_contact::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image:
		radial-gradient(rgba(var(--rgb-key-color), 0.2) 30%, transparent 20%),
		radial-gradient(rgba(var(--rgb-key-color), 0.2) 30%, transparent 20%);
	background-size: 16px 16px;
	background-position:
		0 0,
		8px 8px;
}
.s_top_contact::after {
	position: absolute;
	top: -47px;
	left: 0;
	content: "";
	z-index: 2;
	width: 100%;
	height: 60px;
	background-color: #fff;
	background-image:
		radial-gradient(rgba(var(--rgb-key-color), 0.2) 30%, transparent 20%),
		radial-gradient(rgba(var(--rgb-key-color), 0.2) 30%, transparent 20%);
	background-size: 16px 16px;
	background-position:
		0 0,
		8px 8px;
	clip-path: url(#wave-clip);
}
.s_top_contact .l_wrap {
	position: relative;
	z-index: 3;
	transform: translateY(-6em);
}
.s_top_contact_name {
	margin-top: 40px;
	font-size: 1.778em;
	color: var(--main-color);
}
.s_top_contact_address {
	font-size: 1.11em;
}
.s_top_contact_tel {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0 35px;
	font-size: 2.778em;
	color: var(--main-color);
	font-weight: 700;
}
.s_top_contact_tel a {
	color: var(--main-color);
}
.s_top_contact_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	padding: 8px;
	background: var(--main-color);
	border-radius: 10px;
	transform: translateY(5px);
}
.s_top_contact_map {
	padding: 10px;
	background: var(--base-color);
}
.s_top_contact_map iframe {
	width: 100%;
	vertical-align: bottom;
}
.s_top_contact .tellink a {
	color: var(--main-color);
}
@media screen and (max-width: 1380px) {
	#top {
		background-size: 145% auto;
	}
}
@media screen and (max-width: 1080px) {
	/*  .s_top_mv_ttl
---------------------------------------------*/
	.s_top_mv_ttl {
		margin: 20px 10% 130px 0;
	}
	/*  .s_top_contact
---------------------------------------------*/
	.s_top_contact::before {
		mask-size: 1080px;
	}
	.s_top_contact .l_wrap {
		transform: translateY(-7em);
	}
}
@media screen and (max-width: 820px) {
	/*  .s_top_mv_ttl
---------------------------------------------*/
	.s_top_mv_ttl {
		margin: 20px 10% 90px 0;
	}
}
@media screen and (max-width: 768px) {
	/*  .s_top_item
---------------------------------------------*/
	.s_top_item_ph {
		width: 300px;
		height: 300px;
	}
	/*  .s_top_contact
---------------------------------------------*/
	.s_top_contact {
		padding: 0 0 40px;
	}
	.s_top_contact::before {
		mask-size: 768px;
	}
	.s_top_contact_icon {
		width: 40px;
		height: 40px;
		transform: translateY(2px);
	}
}
@media screen and (max-width: 640px) {
	/*  .s_top_item
---------------------------------------------*/
	.s_top_item {
		width: 95%;
	}
	/*  .s_top_work / .s_top_recruit
---------------------------------------------*/
	.s_top_work,
	.s_top_recruit {
		background-size: 40% auto;
	}
	/*  .s_top_contact
---------------------------------------------*/
	.s_top_contact {
		margin-top: 100px;
	}
	.s_top_contact::after {
		top: -16px;
		height: 30px;
	}
	.s_top_contact .l_wrap {
		transform: translateY(-5em);
	}
}
@media screen and (max-width: 460px) {
	#top {
		background-size: 155% auto;
	}
	/*  .s_top_mv_ttl
---------------------------------------------*/
	.s_top_mv_ttl {
		margin: 10px 12% 30px 0;
	}
	/*  .s_top_work / .s_top_recruit
---------------------------------------------*/
	.s_top_work,
	.s_top_recruit {
		background-size: 43% auto;
	}
	.s_top_work {
		background-position: left -10% bottom 30%;
	}
	.s_top_recruit {
		background-position: right -5% bottom 30%;
	}
	/*  .s_top_contact
---------------------------------------------*/
	.s_top_contact::before {
		mask-size: 460px;
	}
}
/*----------------------------------------------
	exam
---------------------------------------------*/
#exam .l_all {
	background-image: url(../images/bg_head_gn.png);
}
/*----------------------------------------------
	news
---------------------------------------------*/
#news .l_all {
	background-image: url(../images/bg_head_or.png);
}
/*----------------------------------------------
	work
---------------------------------------------*/
#work .l_all {
	background-image: url(../images/bg_head_pk.png);
}
.s_work_box {
	font-size: 0.88em;
}
.s_work_box_ttl {
	background: var(--main-color);
	border-radius: 30px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
/*  .s_role
---------------------------------------------*/
.s_role_item {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: auto;
	grid-gap: 20px;
	width: 100%;
}
.s_role_box:nth-child(1) {
	grid-area: 1 / 1 / 2 / 4;
}
.s_role_box:nth-child(2) {
	grid-area: 2 / 1 / 3 / 2;
}
.s_role_box:nth-child(3) {
	grid-area: 2 / 2 / 3 / 3;
}
.s_role_box:nth-child(4) {
	grid-area: 2 / 3 / 3 / 4;
}
.s_role_box:nth-child(5) {
	grid-area: 3 / 1 / 4 / 2;
}
.s_role_box:nth-child(6) {
	grid-area: 3 / 2 / 4 / 4;
}
.s_role_ttl {
	color: var(--main-color);
	font-size: 1.22em;
	font-weight: 700;
	text-align: center;
}
.s_role_sub {
	position: relative;
	text-align: center;
}
.s_role_sub::before {
	position: absolute;
	inset: 0;
	content: "";
	width: 100%;
	height: 3px;
	margin: auto;
	background: var(--main-color);
}
.s_role_sub span {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 0.3em;
	background: var(--box-color);
	color: var(--main-color);
	font-size: 0.88em;
	font-weight: 700;
}
.s_role_here {
	display: inline-block;
	padding: 0 1em;
}
.s_role_arrow {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.s_role_arrow::before,
.s_role_arrow::after {
	position: absolute;
	right: 0;
	left: 0;
	content: "";
	margin: auto;
	background: var(--point-color);
}
.s_role_arrow::before {
	top: 0.5px;
	width: 20px;
	aspect-ratio: 2;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.s_role_arrow::after {
	top: 10px;
	width: 10px;
	height: 10px;
}
/*  .s_schedule
---------------------------------------------*/
.s_schedule_block {
	display: flex;
	justify-content: space-between;
}
.s_schedule_item::before {
	position: absolute;
	top: 0;
	left: calc(3.8em + 6px);
	content: "";
	width: 4px;
	height: calc(100% + 2px);
	background: rgba(var(--rgb-main-color), 0.6);
}
.s_schedule_item {
	position: relative;
	width: calc(100% - 260px);
}
.s_schedule_box {
	position: relative;
	display: flex;
}
.s_schedule_box::before {
	position: absolute;
	top: 0.3em;
	left: 3.8em;
	content: "";
	width: 16px;
	height: 16px;
	background: var(--main-color);
	border-radius: 20px;
}
.s_schedule_box:not(:last-child) {
	margin-bottom: 10px;
}
.s_schedule_time,
.s_schedule_name {
	font-weight: 700;
}
.s_schedule_time {
	width: 5em;
}
.s_schedule_ph {
	width: 260px;
}
/*  .s_interview
---------------------------------------------*/
.s_interview_movie {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
@media screen and (max-width: 1024px) {
	/*  .s_schedule
---------------------------------------------*/
	.s_schedule_item::before {
		left: calc(3.8em + 2.5px);
	}
	.s_schedule_box::before {
		top: 0.45em;
		width: 10px;
		height: 10px;
	}
	/*  .s_interview
---------------------------------------------*/
	.s_interview_movie {
		width: min(100%, 500px);
	}
}
@media screen and (max-width: 640px) {
	/*  .s_role
---------------------------------------------*/
	.s_role_item {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4);
		grid-gap: 5px;
	}
	.s_role_delete {
		display: none;
	}
	.s_role_box:nth-child(1) {
		grid-area: 1 / 1 / 2 / 3;
	}
	.s_role_box:nth-child(2) {
		grid-area: 2 / 1 / 3 / 3;
	}
	.s_role_box:nth-child(3) {
		grid-area: 3 / 1 / 4 / 2;
	}
	.s_role_box:nth-child(4) {
		grid-area: 3 / 2 / 4 / 3;
	}
	.s_role_box:nth-child(6) {
		grid-area: 4 / 1 / 5 / 3;
	}
	/*  .s_schedule
---------------------------------------------*/
	.s_schedule_block {
		flex-direction: column;
		align-items: center;
	}
	.s_schedule_item {
		width: min(100%, 320px);
		margin-bottom: 20px;
	}
	.s_schedule_item::before {
		left: calc(3.6em + 3px);
	}
	.s_schedule_box::before {
		left: 3.6em;
	}
}
/*----------------------------------------------
	recruit
---------------------------------------------*/
#recruit .l_all {
	background-image: url(../images/bg_head_bl.png);
}
.s_recruit_em {
	position: relative;
	display: inline-block;
	padding: 0 0.5em;
	font-weight: 700;
}
.s_recruit_em::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	z-index: -1;
	width: 100%;
	height: 10px;
	background: var(--point-color);
	border-radius: 10px;
}
.s_recruit_em ~ .s_recruit_em {
	margin: 0 -8px;
}
/*  .s_flow
---------------------------------------------*/
.s_flow_item {
	width: min(100%, 420px);
	margin: auto;
	font-weight: 700;
	text-align: center;
}
.s_flow_list:not(:last-child) {
	position: relative;
	margin-bottom: 40px;
}
.s_flow_list:not(:last-child)::after {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -37px;
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: auto;
	background: url(../images/arrow.png) no-repeat center / auto 100%;
}
.is_flow_point {
	background: #fff;
	border-radius: 20px;
	color: var(--main-color);
	font-size: 0.88em;
}
.is_flow_goal {
	background: #fff;
	border-radius: 20px;
	color: var(--main-color);
	font-size: 1.389em;
}
/*  .s_exam
---------------------------------------------*/
.s_exam_info {
	display: flex;
	align-items: start;
	margin-bottom: 5px;
}
.s_exam_info dt {
	width: 6em;
	padding: 0.15em 0 0.25em;
	background: var(--main-color);
	border-radius: 30px;
	color: #fff;
	font-size: 0.88em;
	font-weight: 700;
	text-align: center;
	line-height: 1em;
	transform: translateY(0.1em);
}
.s_exam_info dd {
	margin-left: 10px;
	font-weight: 700;
}
.s_up_image {
	width: min(100%, 530px);
}
/*  .s_faq
---------------------------------------------*/
.s_faq_item:not(:last-child) {
	margin-bottom: 40px;
}
.s_faq_ques {
	margin-bottom: 15px;
	font-size: 1.22em;
	font-weight: 700;
}
@media screen and (max-width: 640px) {
	.s_recruit_em::before {
		height: 6px;
	}
}
@media screen and (max-width: 460px) {
	/*  .s_exam
---------------------------------------------*/
	.s_exam_info {
		flex-direction: column;
	}
	.s_exam_info dt {
		margin-bottom: 5px;
	}
	.s_exam_info dd {
		margin-left: 0;
	}
}

/*----------------------------------------------
	contact
---------------------------------------------*/
#contact .l_all {
	background-image: url(../images/bg_head_pr.png);
}
.s_contact_form {
	font-size: 1.22em;
}
.s_contact_form th {
	width: 12em;
}
.s_contact_form input:not(input[type="checkbox"]),
.s_contact_form textarea {
	width: 100%;
	padding: 0.2em;
	background: var(--base-color);
	border: none;
	border-radius: 0;
}
.s_contact_form span[data-name="your-zip"] {
	position: relative;
}
.s_contact_form span[data-name="your-zip"]::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "〒";
}
.s_contact_form input[name="your-zip"] {
	margin-left: 1.2em;
}
.s_contact_form .s_input_zip * {
	margin: 0 2px;
}
.s_contact_form .s_input_sm {
	width: 100px;
}
.s_contact_count {
	font-size: 0.88em;
	text-align: right;
}
.s_contact_buttons:not(:has(p)),
.s_contact_buttons p {
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 60px;
	padding-bottom: 30px;
	text-align: center;
}
.wpcf7-spinner {
	position: absolute !important;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto !important;
}
.s_contact_buttons input[type="submit"],
.s_contact_buttons input[type="button"] {
	width: min(100%, 310px);
	padding: 0.5em;
	background: var(--main-color);
	border: none;
	border-radius: 50px;
	color: #fff;
	font-size: 1.22em;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
}
.s_contact_buttons input[type="submit"]:hover,
.s_contact_buttons input[type="button"]:hover {
	opacity: 0.6;
}
.wpcf7-submit:disabled {
	background-color: #ddd !important;
}
.wpcf7-submit:disabled:hover {
	opacity: 1 !important;
}
.s_contact_buttons input {
	margin: 0 10px;
}
.s_thanks {
	margin: 40px 0 90px;
	font-size: 1.11em;
	text-align: center;
}
.screen-reader-response {
	display: none !important;
}
.wpcf7-not-valid-tip {
	font-size: 0.88em !important;
}
#autozip {
	display: none !important;
}
.grecaptcha-badge { visibility: hidden; }
@media screen and (max-width: 768px) {
	.s_contact_buttons {
		margin-top: 30px;
	}
	.s_thanks {
		margin: 20px 0 40px;
	}
}
@media screen and (max-width: 640px) {
	.s_contact_form th,
	.s_contact_form td {
		float: left;
		width: 100%;
	}
	.s_contact_form th {
		padding-bottom: 5px;
	}
	.s_contact_form td {
		padding-top: 0;
	}
}
