@charset "utf-8";

/*==================================================
採用ページ
================================================== */
/*CSS Variables*/
:root {
	/* text bg */
	--title-main: url(/okinawa/recruit/img/h1_recruit.webp);
	--subtitle-sfokinawa: url(/okinawa/recruit/img/h2_about_sfokinawa.svg);
	--subtitle-suntory: url(/okinawa/recruit/img/h2_about_suntory.svg);
	--subtitle-entory: url(/okinawa/recruit/img/h2_entory.svg);
	--tl-profile: url(/okinawa/recruit/img/h2_profile.svg);
	--img-scroll: url(/okinawa/recruit/img/img_scroll.webp);
	--bg-join: url(/okinawa/recruit/img/bg_join.webp);
	--bg-sec-interview: url(/okinawa/recruit/img/bg_interview.svg);
	--bg-sec-schedule: url(/okinawa/recruit/img/bg_schedule.svg);

	/* logo */
	--img-logo-mynavi: url(/okinawa/recruit/img/logo_mynavi2027.svg);
	--img-logo-times: url(/okinawa/recruit/img/logo_times2027.webp);

}

/*==================================================
[sp] Base recruit TOP
================================================== */

#recruit_top {
	background: url(/okinawa/recruit/img/bg_mv_sp.webp) no-repeat center top / contain;
	padding: 0;
}

#recruit_top main {
	background: none;
	padding: 0;
}

#recruit_top .bgframe {
	width: 100%;
	margin: 0;
	position: relative;
}

#recruit_top section .inner {
	width: 89.33333333vw;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/*==================================================
[sp] COMMON recruit TOP
================================================== */
section p.subtitle_rec {
	display: block;
	width: fit-content;
	height: 7.466666667vw;
	padding: 2vw;
	margin: 0 auto 4vw;
	border-radius: 1.066666667vw;
	background: var(--bg-texture) no-repeat center center / auto 7.466666667vw;
}

section p.subtitle_rec span {
	display: block;
	height: 3.466666667vw;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	color: var(--color-transparent);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

section h2.rec_h2_title {
	font-size: 5.333333333vw;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color: var(--color-black);
	margin-bottom: 10.66666667vw;
}

/*==================================================
[sp] #recruit_hero
================================================== */

section#recruit_hero {
	padding: 0;
}

section#recruit_hero .bgframe {
	padding: 5.333333333vw 0 21.33333333vw;
}

section#recruit_hero .inner {
	width: 100%;
}

#recruit_hero h1.main_title {
	display: block;
	width: 80.8vw;
	height: 39.06666667vw;
	margin: 5.333333333vw auto;
	background: var(--title-main) no-repeat center top /contain;
	color: var(--color-transparent);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}

#recruit_hero .ph_member_sp01,
#recruit_hero .ph_member_sp02 {
	width: 100%;
}

#recruit_hero .p_entry {
	text-align: center;
	line-height: 1;
	font-size: 4.8vw;
	font-weight: 600;
}

#recruit_hero ul.banner_entry {
	margin: 4vw 0 5.333333333vw;
	display: flex;
	flex-flow: row nowrap;
	justify-self: center;
	align-items: flex-start;
	gap: 2.666666667vw;
}

#recruit_hero .banner_entry li {
	position: relative;
	width: 41.33333333vw;
	height: 14.66666667vw;
	border-radius: var(--bd-radius-ss);
	border: 0.266666667vw solid var(--color-light-gray);
}

#recruit_hero .banner_entry li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: var(--color-white);
	background-position: left calc(50% - 1.6vw) center;
	background-repeat: no-repeat;
	border-radius: var(--bd-radius-ss);
	box-shadow: var(--panel-shadow-small);
	color: var(--color-transparent);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}

#recruit_hero .banner_entry li.mynavi a {
	background-image: var(--img-logo-mynavi);
	background-size: 26.66666667vw auto;
}

#recruit_hero .banner_entry li.times a {
	background-image: var(--img-logo-times);
	background-size: 26.66666667vw auto;
}

#recruit_hero .banner_entry li a::before {
	content: '';
	display: block;
	position: absolute;
	width: 2.133333333vw;
	height: 100%;
	right: 4vw;
	top: 0;
	background: var(--icon-external) no-repeat right center / 2.133333333vw auto;
}

#recruit_hero .scroll_down {
	display: block;
	position: relative;
	width: 43.2vw;
	height: 10.66666667vw;
	padding: 0 10.66666667vw 0 0;
	margin: 5.333333333vw auto;
	color: var(--color-transparent);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	background: var(--img-scroll) no-repeat left center / 29.86666667vw auto;
}

#recruit_hero .scroll_down::before {
	content: "";
	display: block;
	width: 10.66666667vw;
	height: 10.66666667vw;
	border-radius: 5.333333333vw;
	border: 0.72vw solid var(--color-primary);
	background: var(--color-white);
	position: absolute;
	right: 0;
	top: 0;
}

#recruit_hero .scroll_down::after {
	content: '';
	display: block;
	width: 3.2vw;
	height: 3.2vw;
	position: absolute;
	top: 3.733333333vw;
	right: 3.733333333vw;
	background: var(--icon-arrow-down);
	animation: scrollArrow 3s ease-in-out infinite;
}

@keyframes scrollArrow {

	0%,
	80%,
	100% {
		transform: translateY(0);
	}

	8% {
		transform: translateY(0.8vw);
	}

	16% {
		transform: translateY(0);
	}

	24% {
		transform: translateY(0.8vw);
	}

	32% {
		transform: translateY(0);
	}
}

#recruit_hero .text_part {
	width: 89.33333333vw;
	margin: 0 auto;
}

#recruit_hero .text_part p {
	font-size: 4.266666666666667vw;
	font-weight: 600;
	line-height: 1.75;
	color: var(--color-black);
}

#recruit_hero .text_part p+p {
	margin: 2.4vw 0 0;
}

/*==================================================
[sp] #about_sfo recruit TOP
================================================== */
section#about_sfo {
	padding: 10.26666667vw 0 0;
	background: url(/okinawa/assets/img/bg_group_sp.webp) no-repeat center top/ contain;
}

#about_sfo .bgframe {
	padding: 21.33333333vw 0;
	background-color: var(--color-bg-blue);
}

#about_sfo p.subtitle_rec span {
	width: 82vw;
	background-image: var(--subtitle-sfokinawa);
}

#about_sfo .panel_grid {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	gap: 10.66666667vw;
}

#about_sfo .panel a {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	border-radius: var(--bd-radius);
}

#about_sfo .title_part {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	width: 100%;
	height: 18.66666667vw;
	padding: 0 5.333333333vw;
	background: var(--gradation2);
}

#about_sfo .title_part p {
	color: var(--color-white);
	font-size: 5.6vw;
	line-height: 1;
	font-weight: 600;
}

#about_sfo .title_part::before {
	content: "";
	display: block;
	width: 10.66666667vw;
	height: 10.66666667vw;
	border-radius: var(--bd-radius);
	border: 0.72vw solid var(--color-white);
	background: var(--color-transparent);
	position: absolute;
	right: 5.333333333vw;
	top: calc(50% - 5.333333333vw);
}

#about_sfo .title_part::after {
	content: '';
	display: block;
	width: 3.2vw;
	height: 3.2vw;
	position: absolute;
	top: calc(50% - 1.6vw);
	right: 8.8vw;
	background: var(--icon-arrow-right-white);
}

/*==================================================
[sp] #rec_group recruit TOP
================================================== */
#recruit_top #rec_group .bgframe {
	padding: 0;
	background-color: var(--color-bg-blue);
}

#rec_group p.subtitle_rec span {
	width: 57.33333333vw;
	background-image: var(--subtitle-suntory);
}

/*==================================================
[sp] #entory_common recruit TOP
================================================== */
#entory_common .bgframe {
	padding: 21.33333333vw 0 18.66666667vw;
	background-color: var(--color-bg-blue);
	background-image: var(--bg-join);
	background-repeat: no-repeat;
	background-position: center top 25.33333333vw;
	background-size: auto 16.93333333vw;
}

#entory_common p.subtitle_rec span {
	width: 18.13333333vw;
	background-image: var(--subtitle-entory);
}

#entory_common ul.banner_entry {
	margin: 0;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 4.8vw;
}

#entory_common .banner_entry li a {
	display: block;
	position: relative;
	width: 89.33333333vw;
	height: 27.46666667vw;
	background-color: var(--color-white);
	background-position: left calc(50% - 2.4vw) center;
	background-repeat: no-repeat;
	border-radius: var(--bd-radius);
	box-shadow: var(--panel-shadow);
	color: var(--color-transparent);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}

#entory_common .banner_entry li a::before {
	content: '';
	display: block;
	position: absolute;
	width: 4.266666667vw;
	height: 100%;
	right: 5.333333333vw;
	top: 0;
	background: var(--icon-external) no-repeat right center / 4.266666667vw auto;
}

#entory_common .banner_entry li.mynavi a {
	background-image: var(--img-logo-mynavi);
	background-size: 54.93333333vw auto;
}

#entory_common .banner_entry li.times a {
	background-image: var(--img-logo-times);
	background-size: 54.93333333vw auto;
}

/*==================================================
[sp] #pres_msg
================================================== */
#pres_mv {
	margin-bottom: 10.66666667vw;
}

#pres_mv .deco.hibiscus_red {
	right: -4.533333333vw;
	top: 0;
}

#pres_msg .deco.hibiscus_org {
	left: -2.666666667vw;
	bottom: 6.666666667vw;
}

#pres_msg p+p {
	margin-top: 2.4vw;
}

#pres_msg .bottom_area {
	margin: 6.4vw 0 0;
	display: block;
}

#pres_msg p.signature {
	width: fit-content;
	margin-left: auto;
	font-weight: 600;
}

#pres_msg .img_uniform {
	width: 53.33333333vw;
	margin: 10.66666667vw auto 0;
}

/*==================================================
[sp] #page_interview
================================================== */
#page_interview .sec_employee {
	background: var(--color-white);
	border-radius: var(--bd-radius);
	padding: var(--value-sp20);
}

#page_interview .sec_employee+section {
	margin-top: var(--value-sp40);
}

.sec_employee .emp_head .photo {
	width: 73.33333333vw;
	height: 73.33333333vw;
	border-radius: var(--bd-radius-s);
	overflow: hidden;
}

.profile_area {
	width: 73.33333333vw;
	padding: 27.73333333vw var(--value-sp20) var(--value-sp20);
	margin: -21.33333333vw 0 0 auto;
	background-color: var(--color-water-down);
	border-radius: var(--bd-radius-s);
}

.profile_area h2.rec_h2_profile {
	display: block;
	width: fit-content;
	padding: 2.133333333vw 2.666666667vw;
	margin: 0 0 4vw;
	border-radius: 1.066666667vw;
	background: var(--bg-texture) no-repeat center center / cover;
}

.profile_area h2.rec_h2_profile span {
	display: block;
	height: 6.4vw;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	color: var(--color-transparent);
	width: 32vw;
	background-image: var(--tl-profile);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

.subpage_body section p.name {
	font-size: 8vw;
	font-weight: 500;
	color: var(--color-primary);
	line-height: 1;
}

.name::after {
	content: 'さん';
	display: inline-block;
	margin-left: 1.6vw;
	font-size: 3.733333333vw;
	color: var(--color-black);
}

.tb_profile {
	margin: 4.8vw 0 0;
}

.tb_profile th {
	vertical-align: top;
	width: 21.33333333vw;
}

.tb_profile th .shapes {
	display: block;
	width: 21.33333333vw;
	height: 8vw;
	text-align: center;
	line-height: 8vw;
	background: var(--color-white);
	border-radius: 4vw;
	font-size: 3.733333333vw;
}

.tb_profile td {
	vertical-align: top;
	padding: 0 0 4.266666667vw 4.266666667vw;
	font-size: var(--font-base);
	font-weight: 600;
	line-height: 1.75;
}

.subpage_body section.sec_small_interview {
	margin: 15.2vw 0 0;
	padding: 6.4vw 0 0;
}

.subpage_body section.sec_small_interview::before {
	content: "";
	width: 82.4vw;
	height: var(--value-sp40);
	position: absolute;
	left: -5.333333333vw;
	top: 0;
	background: var(--bg-sec-interview) no-repeat left top / auto var(--value-sp40);
}

.qanda dt {
	position: relative;
	padding-left: var(--value-sp24);
	font-size: 5.333333333vw;
	font-weight: 600;
	line-height: 1.75;
}

.qanda dt::before {
	content: '';
	display: block;
	position: absolute;
	left: 1.066666667vw;
	top: 3.733333333vw;
	width: 2.133333333vw;
	height: 2.133333333vw;
	border-radius: 50%;
	background: var(--color-primary);
	margin-right: 3.2vw;
}

.qanda dd {
	padding-left: var(--value-sp24);
	font-size: var(--font-base);
	line-height: 1.75;
}

.qanda dd+dt {
	margin: 8vw 0 0;
}

.subpage_body section.sec_small_schedule {
	margin: 15.2vw 0 0;
	padding: 4.8vw 0 0;
	position: relative;
}

.subpage_body section.sec_small_schedule::before {
	content: "";
	width: 82.4vw;
	height: var(--value-sp40);
	position: absolute;
	left: -5.333333333vw;
	top: 0;
	background: var(--bg-sec-schedule) no-repeat left top / auto var(--value-sp40);
}

.sec_small_schedule h3.emp_subtitle {
	display: block;
	position: relative;
	font-size: var(--value-sp24);
	font-weight: 600;
	line-height: 1.75;
}

.tb_timeschedule {
	margin: 8vw 0 0;
}

.tb_timeschedule th {
	vertical-align: top;
	width: 17.06666667vw;
}

.tb_timeschedule th .shapes {
	display: block;
	width: 17.06666667vw;
	height: 8vw;
	text-align: center;
	line-height: 8vw;
	background: var(--color-water-down);
	border-radius: 4vw;
	font-size: 3.733333333vw;
}

.tb_timeschedule td {
	vertical-align: top;
	padding: 0 0 4.266666667vw 4.266666667vw;
}

.tb_timeschedule td strong {
	color: var(--color-primary);
	font-size: 4.8vw;
	font-weight: 600;
	line-height: 1.75;
}

.tb_timeschedule td p {
	margin: 2.666666667vw 0 0;
	font-size: var(--font-base);
	line-height: 1.75;
}

p.notice {
	margin: var(--value-sp40) 0 0;
	font-size: 3.733333333vw;
	line-height: 1.75;
}

#entory_common .inner {
	width: 89.33333333vw;
	margin: 0 auto;
	padding: 0;
	position: relative;
}



@media (min-width: 768px) {

	/*==================================================
  [PC] Base recruit TOP
================================================== */
	#recruit_top section .inner {
		width: 1200px;
		margin: 0 auto;
	}

	#recruit_top .breadcrumbs {
		margin-bottom: 40px;
		background: none;
	}

	#recruit_top .breadcrumbs li {
		color: var(--color-black);
	}

	#recruit_top .breadcrumbs li a {
		color: var(--color-primary);
	}

	#recruit_top .breadcrumbs li a::after {
		background-color: var(--color-black);
	}

	/*==================================================
  [PC] COMMON recruit TOP
================================================== */
	.container#recruit_top {
		background: url(/okinawa/recruit/img/bg_mv_pc.webp) no-repeat center top / 1920px auto;
		padding: 20px 0 0;
	}

	section p.subtitle_rec {
		height: 46px;
		padding: 12.5px;
		margin: 0 auto 20px;
		border-radius: 4px;
		background: var(--bg-texture) no-repeat center center / auto 46px;
	}

	section p.subtitle_rec span {
		height: 21px;
	}

	section h2.rec_h2_title {
		width: 100%;
		font-size: 24px;
		margin-bottom: 50px;
	}


	/*==================================================
[PC] #recruit_hero
================================================== */
	section#recruit_hero {
		padding: 0;
	}

	section#recruit_hero .bgframe {
		padding: 0 0 50px;
	}

	section#recruit_hero .inner {
		width: 1200px;
	}

	#recruit_hero .main_part {
		padding: 20px 0 0;
		width: 600px;
		position: relative;
		z-index: 1;
	}

	#recruit_hero h1.main_title {
		width: 604px;
		height: 296px;
		margin: 0 0 30px;
	}

	#recruit_hero .ph_member_pc {
		position: absolute;
		width: 783px;
		height: 498px;
		right: -150px;
		top: 0;
		z-index: 0;
	}

	#recruit_hero .p_entry {
		font-size: 20px;
	}

	#recruit_hero ul.banner_entry {
		margin: 20px 0 0;
		gap: 20px;
	}

	#recruit_hero .banner_entry li {
		width: 290px;
		height: 100px;
		border-width: 1px;
	}

	#recruit_hero .banner_entry li a {
		background-position: left calc(50% - 10px) center;
	}

	#recruit_hero .banner_entry li.mynavi a {
		background-image: var(--img-logo-mynavi);
		background-size: 200px auto;
	}

	#recruit_hero .banner_entry li.times a {
		background-image: var(--img-logo-times);
		background-size: 200px auto;
	}

	#recruit_hero .banner_entry li a::before {
		content: '';
		display: block;
		position: absolute;
		width: 16px;
		height: 100%;
		right: 17px;
		top: 0;
		background: var(--icon-external) no-repeat right center /16px auto;
	}

	/*hover用*/
	#recruit_hero .banner_entry li::after {
		content: "";
		display: block;
		position: absolute;
		width: calc(100% + 2px);
		height: calc(100% + 2px);
		top: -1px;
		left: -1px;
		border-radius: var(--bd-radius-ss);
		border: 4px solid var(--color-transparent);
		transition: var(--transition-normal);
		pointer-events: none;
	}

	#recruit_hero .banner_entry li a:hover {
		box-shadow: var(--panel-shadow-hover-small);
	}

	#recruit_hero .banner_entry li:hover::after {
		border-color: var(--color-primary);
	}

	#recruit_hero .scroll_down {
		display: none;
	}

	#recruit_hero .text_part {
		width: 1200px;
		margin: 90px auto 0;
	}

	#recruit_hero .text_part p {
		font-size: 18px;
		text-align: center;
		line-height: 2;
	}

	#recruit_hero .text_part p+p {
		margin: 20px 0 0;
	}


	/*==================================================
[PC] #about_sfo recruit TOP
================================================== */
	section#about_sfo {
		padding: 80px 0 0;
		background: url(/okinawa/assets/img/bg_group_pc.webp) no-repeat center top/ 1920px auto;
	}

	#about_sfo .bgframe {
		padding: 90px 0 100px;
		background-color: var(--color-bg-blue);
	}

	#about_sfo p.subtitle_rec span {
		width: 511px;
		background-image: var(--subtitle-sfokinawa);
	}

	#about_sfo .panel_grid {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		gap: 30px;
	}

	#about_sfo .panel a {
		width: 380px;
		border-radius: var(--bd-radius-s);
	}

	#about_sfo .panel a::after {
		border-radius: var(--bd-radius-s);
		border-width: 8px;
	}

	#about_sfo .panel a::hover::after {
		border-color: var(--color-primary);
	}

	#about_sfo .title_part {
		height: 70px;
		padding: 0 30px;
	}

	#about_sfo .title_part p {
		font-size: 22px;
	}

	#about_sfo .title_part::before {
		width: 32px;
		height: 32px;
		border-radius: 16px;
		border-width: 2px;
		right: 30px;
		top: calc(50% - 16px);
		transition: var(--transition-normal);
	}

	#about_sfo .panel a:hover .title_part::before {
		background: var(--color-white);
	}

	#about_sfo .panel a:hover .title_part::after {
		background: var(--icon-arrow-right);
		right: 35px;
	}

	#about_sfo .title_part::after {
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		position: absolute;
		top: calc(50% - 5px);
		right: 41px;
		transition: var(--transition-normal);
	}


	/*==================================================
[PC] #rec_group recruit TOP
================================================== */
	#rec_group p.subtitle_rec span {
		width: 358px;
	}

	/*==================================================
[PC] #entory recruit TOP
================================================== */
	#entory_common .bgframe {
		padding: 100px 0 140px;
		background-color: var(--color-bg-blue);
		background-image: var(--bg-join);
		background-repeat: no-repeat;
		background-position: center top 124px;
		background-size: 840px auto;
	}

	#entory_common p.subtitle_rec span {
		width: 113px;
	}

	#entory_common ul.banner_entry {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: flex-start;
		gap: 32px;
	}

	#entory_common .banner_entry li a {
		width: 584px;
		height: 180px;
		background-position: center center;
	}

	#entory_common .banner_entry li.mynavi a {
		background-size: 362px auto;
	}

	#entory_common .banner_entry li.times a {
		background-size: 362px auto;
	}

	#entory_common .banner_entry li a::before {
		width: 16px;
		right: 40px;
		background: var(--icon-external) no-repeat right center / 16px auto;
	}

	#entory_common .banner_entry li a::after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		border-radius: var(--bd-radius);
		border: 10px solid var(--color-transparent);
		transition: var(--transition-normal);
	}

	#entory_common .banner_entry li a:hover {
		box-shadow: var(--panel-shadow-hover);
	}

	#entory_common .banner_entry li a:hover::after {
		border-color: var(--color-primary);
	}

	/*==================================================
[PC] #pres_msg recruit TOP
================================================== */
	#pres_mv {
		margin-bottom: 80px;
	}

	#pres_mv .deco.hibiscus_red {
		right: -37px;
		top: 49px;
	}

	#pres_msg .deco.hibiscus_org {
		left: -28px;
		bottom: 80px;
	}

	#pres_msg p+p {
		margin-top: 10px;
	}

	#pres_msg .bottom_area {
		margin: 40px 0 0;
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-end;
		align-items: flex-start;
	}

	#pres_msg p.signature {
		margin-left: 156px;
		order: 2;
	}

	#pres_msg .img_uniform {
		margin: 0;
		width: 200px;
		order: 1;
	}

	/*==================================================
[PC] #page_interview recruit TOP
================================================== */
	#page_interview .sec_employee {
		padding: var(--value-pc80);
	}

	#page_interview .sec_employee+section {
		margin-top: 60px;
	}

	.sec_employee .emp_head {
		position: relative;
		padding: 44px 0 0;

	}

	.sec_employee .emp_head .photo {
		width: 440px;
		height: 440px;
		border-radius: 24px;
		overflow: hidden;
		left: 0;
		top: 0;
		position: absolute;
	}

	.profile_area {
		width: 640px;
		height: 436px;
		padding: 48px 40px 48px 160px;
		margin: 0 0 0 auto;
		border-radius: 24px;
	}

	.profile_area h2.rec_h2_profile {
		display: block;
		width: fit-content;
		padding: 13.5px 10px;
		margin: 0 0 24px;
		border-radius: 4px;
	}

	.profile_area h2.rec_h2_profile span {
		height: 35px;
		width: 176px;
	}

	.subpage_body section p.name {
		font-size: 40px;
	}

	.name::after {
		margin-left: 8px;
		font-size: var(--font-base);
	}

	.tb_profile {
		margin: 24px 0 0;
	}

	.tb_profile th {
		vertical-align: top;
		width: 90px;
	}

	.tb_profile th .shapes {
		display: block;
		width: 90px;
		height: 36px;
		text-align: center;
		line-height: 36px;
		background: var(--color-white);
		border-radius: 18px;
		font-size: var(--font-base);
	}

	.tb_profile td {
		vertical-align: top;
		padding: 0 0 24px 24px;
		font-size: 20px;
		line-height: 1.75;
	}

	.subpage_body section.sec_small_interview {
		margin: 56px 0 0;
		padding: 50px 0 0;
	}

	.subpage_body section.sec_small_interview::before {
		content: "";
		width: 100%;
		height: 70px;
		position: absolute;
		left: -80px;
		top: 0;
		background: var(--bg-sec-interview) no-repeat left top / auto 70px;
	}

	.qanda {
		margin: 0 0 0 auto;
		width: 830px;
	}

	.qanda dt {
		padding-left: 24px;
		font-size: 20px;
	}

	.qanda dt::before {
		content: '';
		display: block;
		position: absolute;
		left: 4px;
		top: 13px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: var(--color-primary);
		margin-right: 12px;
	}

	.qanda dd {
		margin: 16px 0 0;
		padding-left: 24px;
	}

	.qanda dd+dt {
		margin: 32px 0 0;
	}

	.subpage_body section.sec_small_schedule {
		margin: 56px 0 0;
		padding: 44px 0 0;
	}

	.subpage_body section.sec_small_schedule::before {
		content: "";
		width: 100%;
		height: 70px;
		position: absolute;
		left: -80px;
		top: 0;
		background: var(--bg-sec-schedule) no-repeat left top / auto 70px;
	}

	.sec_small_schedule h3.emp_subtitle {
		margin: 0 0 0 auto;
		width: 830px;
		font-size: 30px;
	}

	.tb_timeschedule {
		margin: 32px 0 0 auto;
		width: 830px;
	}

	.tb_timeschedule th {
		vertical-align: top;
		width: 90px;
	}

	.tb_timeschedule th .shapes {
		display: block;
		width: 90px;
		height: 38px;
		text-align: center;
		line-height: 38px;
		background: var(--color-water-down);
		border-radius: 19px;
		font-size: 18px;
	}

	.tb_timeschedule td {
		vertical-align: top;
		padding: 0 0 32px 24px;
	}

	.tb_timeschedule td strong {
		font-size: 20px;
	}

	.tb_timeschedule td p {
		margin: 10px 0 0;
		font-size: var(--font-base);
		line-height: 1.75;
	}

	p.notice {
		margin: var(--value-pc40) 0 0;
		font-size: 14px;
	}

}