@charset "UTF-8";
:root {
	--font-size-normal: 16px;
}
.intro {
	position: relative;
	z-index: 1;
	color: #fff;
	padding-top: 104px;
	padding-bottom: 316px;
	overflow: hidden;
}
.intro_bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right, #0062ED, #0AE2FF);
}
.intro_inner {}
.intro_cols {
	display: flex;
}
.intro_col {}
.intro_col-txt {
	width: 390px;
}
.intro_titleWrap {
	display: flex;
	font-size: 16px;
	font-weight: bold;
	align-items: center;
	white-space: nowrap;
	position: relative;
	z-index: 2;
}
.intro_title {
	font-size: inherit;
	font-weight: inherit;
}
.intro_hyphen {
	display: block;
	width: 24px;
	height: 1px;
	background-color: currentColor;
	margin: 0 5px;
}
.intro_subTitle {
	font-weight: inherit;
	font-size: inherit;
}
.intro_deco {
	opacity: .15;
	margin-top: -42px;
	margin-bottom: 58px;
	width: 574px;
}
.intro_deco > img {
	display: block;
}
.intro_headline {
	font-size: 42px;
	line-height: 55px;
	font-family: 'Noto Serif JP', serif;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-right: -200px;
	position: relative;
	z-index: 2;
	margin-bottom: 48px;
}
.intro_headline_inner {
	margin-bottom: 8px;
	background-color: #003F98;
	padding: 0 14px;
	display: flex;
}
.intro_headline_inner:last-child {
	margin-bottom: 0;
}
.intro_text {
	margin-bottom: 1.9em;
	line-height: 1.85;
}
.intro_text:last-child {
	margin-bottom: 0;
}
.intro_col-img {
	width: calc(100% - 425px);
	margin-left: auto;
}
.intro_slide {
	position: relative;
	z-index: 1;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}
.intro_slide.slick-initialized {
	opacity: 1;
}
.intro_slide_item {}
.intro_image {}
.intro_image > img {
	display: block;
	width: 100%;
	height: auto;
}
.intro_slide_dots {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	justify-content: flex-end;
	margin-top: 14px;
	margin-right: -3px;
}
.intro_slide_dots > li {}
.intro_slide_dots > li > button {
	display: block;
	width: 16px;
	height: 16px;
	position: relative;
	z-index: 1;
	border: 3px solid rgba(255, 255, 255, 0);
	box-sizing: content-box;
	background-clip: content-box;
	color: rgba(255, 255, 255, 0.50);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.intro_slide_dots > li.slick-active > button {
	color: #fff;
}
.intro_slide_dots > li > button::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid currentColor;
	border-radius: 50%;
	box-sizing: border-box;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.intro_slide_dots > li.slick-active > button::before {
	opacity: 1;
}
.intro_slide_dots > li > button::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: currentColor;
	border-radius: 50%;
}
.intro_headline_period {
	display: block;
	letter-spacing: -0.3em;
}
.proNav {
	position: relative;
	z-index: 2;
	margin-top: -208px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 208px, #F5F8FA 208px);
	padding-bottom: 160px;
}
.proNav_hide {
	display: block;
	position: absolute;
	z-index: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}
.proNav_item {
	margin-bottom: 24px;
}
.proNav_item:last-child {
	margin-bottom: 0;
}
.proNav_item > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.proNav_item_inner {
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 71px 33px 35px;
}
.proNav_image {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.proNav_image::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(0, 13, 31, 0.50), rgba(255, 255, 255, 0));
}
.proNav_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: .3s;
	transition-property: transform;
}
.proNav_areaText {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.proNav_title {
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 53px;
}
.proNav_status {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 3px;
}
.proNav_dList {
	list-style: none;
	display: flex;
	font-size: 13px;
	border: 1px solid currentColor;
}
.proNav_dList > dt {
	background-color: #fff;
	color: #333;
	padding: 0 9px;
}
.proNav_dList > dd {
	padding: 0 7px;
}
.proNav_inner {}
.proNav_icon {
	position: absolute;
	z-index: 3;
	bottom: 0;
	right: 0;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 19px;
	padding-left: 19px;
	color: #003F98;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.proNav_icon::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transform: scale(1.41) rotate(45deg);
	transform-origin: bottom left;
	bottom: 0;
	right: 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.proNav_icon > svg {
	display: block;
	width: 16px;
	height: 14px;
	fill: currentColor;
	position: relative;
	z-index: 2;
}
.staffVis {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	color: #fff;
	padding: 102px 0 179px;
	overflow: hidden;
}
.staffVis::before {
	content: "";
	display: block;
	width: 1px;
	height: 364px;
	margin-right: -1px;
}
.staffVis_inner {
	position: static;
	width: 100%;
}
.staffVis_image {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.staffVis_image::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	width: 66%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right, rgba(0, 13, 31, 0.50), rgba(255, 255, 255, 0));
	mix-blend-mode: multiply;
}
.staffVis_image > img {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.staffVis_areaText {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.staffVis_areaTitle {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 38px;
}
.staffVis_title {
	font-weight: inherit;
	font-size: inherit;
}
.staffVis_hyphen {
	display: block;
	width: 24px;
	height: 1px;
	margin: 0 6px;
	background-color: currentColor;
}
.staffVis_subTitle {
	font-weight: inherit;
	font-size: inherit;
}
.staffVis_headline {
	font-size: 40px;
	line-height: 1.5;
	margin-bottom: 55px;
}
.staffVis_status {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 3px;
}
.staffVis_dList {
	list-style: none;
	display: flex;
	font-size: 13px;
	border: 1px solid currentColor;
}
.staffVis_dList > dt {
	background-color: #fff;
	color: #333333;
	padding: 0 7px;
}
.staffVis_dList > dd {
	padding: 0 6px;
}
.staffContents {
	background-color: #F5F8FA;
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding-bottom: 188px;
	padding-top: 6px;
}
.staff {
	line-height: 1.75;
}
.staff_sect {
	margin-bottom: 45px;
}
.staff_title {
	background-color: #00BFF0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	line-height: 1.4;
	font-size: 19px;
	font-weight: 500;
	padding: 10px 10px;
	position: relative;
	z-index: 1;
	margin-bottom: 31px;
}
.staff_title::before {
	content: "";
	display: block;
	width: 1px;
	height: 28px;
}
.staff_title::after {
	content: "";
	display: block;
	border: 10px solid rgba(255, 255, 255, 0);
	border-top-color: #00BFF0;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	border-bottom-width: 0;
	transform: translateX(-50%);
}
.staff_text {
	margin-bottom: 1em;
}
.staff_image {
	margin-top: 1.1em;
}
.staff_image > img {
	display: block;
}
.staff_link {
	max-width: 343px;
	margin: 63px auto 0;
}
.staff_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 10px 10px;
	font-weight: 500;
	box-shadow: 1px 1px 0 #CAD1D4;
	transition-duration: .3s;
	transition-property: transform, box-shadow, color;
	font-weight: 500;
}
.staff_link > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 36px;
	margin-right: -1px;
}
.staff_link > a > svg {
	display: block;
	width: 12px;
	height: 12px;
	margin-left: 10px;
	fill: #00BFF0;
}
.staff_inner {
	max-width: 704px;
}
.staff_hr {
	height: 1px;
	width: auto;
	border: none;
	background-color: #CAD6E0;
	margin: 40px 0;
}
.staff_hidden {
	display: block;
	position: absolute;
	z-index: 0;
	width: 0;
	height: 0;
	pointer-events: none;
	left: 0;
	top: 0;
}
.flow {
	margin-bottom: 124px;
}
.flow_inner {
	max-width: 600px;
}
.flow_title {
	margin-bottom: 25px;
}
.flow_item {
	background-color: #CAD6E0;
	margin-bottom: 16px;
}
.flow_item_cols {
	display: flex;
}
.flow_item_col {}
.flow_item_col-step {
	width: 80px;
	padding-top: 15px;
	position: relative;
	z-index: 1;
}
.flow_item_col-step::before {
	content: "";
	border: 12px solid rgba(255, 255, 255, 0);
	border-top-color: #CAD6E0;
	border-bottom-width: 0;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.flow_step {
	max-width: 48px;
	margin: 0 auto;
}
.flow_step_sub {
	display: block;
	margin-bottom: 4px;
}
.flow_step_sub > img {
	display: block;
}
.flow_step_main {
	display: block;
}
.flow_step_main > img {
	display: block;
}
.flow_item_col-main {
	padding: 6px 0;
	width: calc(100% - 80px);
	box-sizing: border-box;
	padding-right: 6px;
}
.flow_item_contents {
	background-color: #fff;
	border-radius: 4px;
	padding: 20px 16px;
}
.flow_headline {
	font-size: 19px;
	font-weight: bold;
}
.flow_text {
	margin-top: 0.5em;
}
.flow_link {
	max-width: 282px;
	margin-top: 14px;
}
.flow_link > a {
	font-size: 16px;
	box-shadow: none;
}
.flow_link > a > img {
	display: block;
	margin-left: 4px;
}
.flow_link > a::before {
	content: "";
	height: 20px;
}
.flow_start {
	background-color: var(--color-main-blue);
	color: #fff;
	font-size: 19px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	padding: 10px 10px;
}
.flow_start::before {
	content: "";
	display: block;
	width: 1px;
	height: 36px;
	margin-right: -1px;
}
.midNav {
	background-color: var(--color-gray-light);
	padding: 100px 0 100px;
}
.midNav_inner {
	max-width: 1350px;
}
.midNav_contents {
	background-image: linear-gradient(to right, var(--color-main-blue), var(--color-main-sky-blue));
}
.midNav_cols {
	display: flex;
}
.midNav_col {
	width: 33.33%;
	flex-grow: 1;
	border-left: 1px solid rgba(255, 255, 255, 0.20);
}
.midNav_col-no1 {
	border-left: none;
}
.midNav_link {}
.midNav_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 200px;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	transition-duration: .3s;
	transition-property: filter;
	padding: 0 15px;
}
.midNav_link_text {
	display: block;
}
.midNav_link_img {
	display: block;
	margin-top: 8px;
}
.midNav_link_img > img {
	display: block;
}
.midNav_col-no2 {}
.midNav_col-no3 {}
.areaBenefit {
	background-color: var(--color-gray-light);
	padding: 96px 0 127px;
	margin-bottom: 95px;
	overflow: hidden;
}
.areaBenefit_inner {
	max-width: 1200px;
}
.benefit {}
.benefit_title {}
.benefit_cols {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
}
.benefit_col {
	width: 31.6%;
}
.benefit_col-no1 {}
.benefit_image {
	max-width: 264px;
	margin: 0 auto 20px;
}
.benefit_image > img {
	display: block;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
	border-radius: 50%;
}
.benefit_headline {
	color: var(--color-blue-dark);
	font-weight: bold;
	text-align: center;
	font-size: 19px;
	line-height: 1.5;
	margin-bottom: 14px;
}
.benefit_table {
	width: 100%;
	background-color: #fff;
}
.benefit_table > thead {}
.benefit_table > thead > tr {
	border-top: 1px solid #CAD6E0;
	border-bottom: 1px solid #CAD6E0;
}
.benefit_table > thead > tr > th {
	white-space: nowrap;
	font-weight: 500;
	padding: 8px 5px;
	width: 50%;
}
.benefit_table > thead > tr > th:first-child {
	border-right: 1px solid #CAD6E0;
}
.benefit_table > thead > tr > td {}
.benefit_table > tbody {}
.benefit_table > tbody > tr {
	border-top: 1px solid #CAD6E0;
	border-bottom: 1px solid #CAD6E0;
}
.benefit_table > tbody > tr > td {
	text-align: center;
	padding: 6px 5px;
}
.benefit_table > tbody > tr > td:first-child {
	border-right: 1px solid #CAD6E0;
}
.benefit_table_small {
	display: block;
	font-size: 13px;
}
.benefit_caution {
	font-size: 13px;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 7px;
}
.benefit_col-no2 {}
.benefit_text {}
.benefit_col-no3 {}
.staffInt {
	max-width: 600px;
	margin: 0 auto 96px;
}
.staffInt_title {}
.staffInt_textWrap {
	position: relative;
	z-index: 1;
	padding-right: 170px;
	min-height: 85px;
	margin-bottom: 16px;
}
.staffInt_text {}
.staffInt_image {
	width: 152px;
	position: absolute;
	z-index: 1;
	top: -40px;
	right: 0;
}
.staffInt_image > img {
	display: block;
}
.staffInt_movie {
	position: relative;
	z-index: 2;
	padding-bottom: 56.16%;
}
.staffInt_movie > iframe {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.chance {
	margin-bottom: 95px;
}
.chance_title {}
.chance_bg {
	position: absolute;
	z-index: 0;
	width: 100vw;
	right: 50%;
	height: 100%;
	background-color: #fff;
	top: 0;
	margin-right: -250px;
}
.chance_deco {
	position: absolute;
	z-index: 1;
	top: -90px;
	right: 0;
	width: 218px;
}
.chance_deco > img {
	display: block;
}
.chance_cols {
	display: flex;
	position: relative;
	z-index: 2;
}
.chance_col {}
.chance_col-nav {
	width: 300px;
}
.chance_list {
	list-style: none;
}
.chance_list > li {
	margin-top: 8px;
}
.chance_list > li:first-child {
	margin-top: 0;
}
.chance_btn {
	display: block;
	background-color: var(--color-blue-light);
	width: 100%;
	min-height: 56px;
	padding: 10px 15px;
	text-align: left;
	color: #003F98;
	font-weight: 500;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.chance_btn[aria-current="true"] {
	background-color: var(--color-main-blue);
	color: #fff;
	font-weight: bold;
	pointer-events: none;
}
.chance_col-contents {
	width: calc(100% - 300px);
	background-color: var(--color-main-blue);
	padding: 30px 30px 57px;
	box-sizing: border-box;
}
.chance_contents {
	max-width: 740px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	height: 100%;
}
.chance_box {
	position: relative;
	z-index: 1;
	padding: 80px 0;
}
.jobEx {
	color: #fff;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-duration: 0.5s;
	transition-property: opacity, visibility;
}
.jobEx[aria-current="false"] {
	opacity: 0;
	visibility: hidden;
}
.jobEx_title {
	font-size: 19px;
	font-weight: bold;
}
.jobEx_title_text {
	display: block;
}
.jobEx_title_bar {
	display: block;
	margin-top: 13px;
	overflow: hidden;
}
.jobEx_title_bar > img {
	display: block;
	width: 740px;
	height: 12px;
	max-width: none;
}
.jobEx_contents {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 90px);
	overflow: auto;
	scrollbar-width: auto;
	scrollbar-color: #fff #60A1FF;
	padding-top: 14px;
	padding-right: 15px;
	box-sizing: border-box;
}
.jobEx_contents::-webkit-scrollbar {
	width: 4px;
}
.jobEx_contents::-webkit-scrollbar-track {
	background-color: #60A1FF;
}
.jobEx_contents::-webkit-scrollbar-thumb {
	background-color: #fff;
}
.jobEx_contents_inner {
	max-width: 694px;
}
.jobEx_sect {
	margin-bottom: 50px;
}
.jobEx_sect:last-child {
	margin-bottom: 0;
}
.jobEx_headline {
	font-size: 34px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 16px;
}
.jobEx_text {}
.jobEx_dList {
	list-style: none;
	display: flex;
	align-items: center;
	margin-top: 1em;
	flex-wrap: wrap;
}
.jobEx_dList > dt {
	background-color: #6FAAFF;
	min-width: 66px;
	height: 24px;
	padding: 0 5px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 13px;
	font-weight: 500;
	margin-right: 8px;
}
.jobEx_dList > dd {
	font-weight: 500;
}
.jobEx_image {
	margin-top: 48px;
}
.jobEx_image > img {
	display: block;
}
.education {
	margin-top: 196px;
}
.education_title {
	margin-bottom: 16px;
}
.education_headline {
	font-size: 42px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
}
.education_cols {
	display: flex;
	justify-content: space-between;
}
.education_col {
	width: 30.6%;
}
.education_col-no1 {}
.education_image {
	max-width: 264px;
	margin: 0 auto;
}
.education_image > img {
	display: block;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
	border-radius: 50%;
}
.education_subhead {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin: 19px 0 15px;
}
.education_text {}
.education_link {
	margin-top: 18px;
}
.education_link > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	padding-left: 19px;
	font-weight: 500;
}
.education_link > a > img {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0.825em;
	left: 0;
	transform: translateY(-50%);
}
.education_col-no2 {}
.education_point {
	font-size: 13px;
	font-weight: bold;
	border: 1px solid currentColor;
	border-radius: 4px;
	line-height: 1.2;
	padding: 4px 10px;
	text-align: center;
	margin-top: 19px;
}
.education_col-no3 {}
.intro_line {
	position: absolute;
	z-index: 1;
	pointer-events: none;
}
.intro_line > img {
	display: block;
}
.intro_line-no1 {
	left: 50%;
	bottom: 860px;
	transform: translateX(-50%);
	margin-left: 675px;
}
.intro_line-no2 {
	left: -76px;
	bottom: 480px;
}
.intro_line-no3 {
	bottom: -10px;
	right: -4px;
}
.intro-career {
	padding-bottom: 128px;
}
.intro_mainImg {
	width: 825px;
	position: relative;
	z-index: 1;
	top: -104px;
	background-color: #f1f3fd;
}
.intro_mainImg > img {
	display: block;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}
.intro_arrow {
	position: absolute;
	z-index: 1;
}
.intro_arrow-no1 {
	left: 50%;
	top: 303px;
	transform: translateX(-50%);
	margin-left: -600px;
}
.intro_arrow-no2 {
	left: 50%;
	top: 770px;
	transform: translateX(-50%);
	margin-left: 620px;
	width: 939px;
}
.intro_arrow > img {
	display: block;
}
.intro_deco-career {
	width: 600px;
	margin-top: 9px;
	margin-bottom: -22px;
	position: relative;
	z-index: 2;
}
.intro_headline-career {
	font-size: 54px;
	margin-bottom: 21px;
}
.intro_headline_inner-career {
	padding: 7px 10px 9px;
}
.intro_text-career {
	font-size: 22px;
	font-weight: 500;
	margin-right: -30px;
}
.fixEntryNav {
	position: fixed;
	z-index: 100;
	bottom: 55px;
	left: 0;
	width: 100%;
	transition-duration: 0.5s;
	transition-property: opacity, visibility;
}
.fixEntryNav.isHidden {
	opacity: 0;
	visibility: hidden;
}
.fixEntryNav_inner {
	padding-left: 160px;
	padding-right: 160px;
}
.fixEntryNav_list {
	list-style: none;
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
}
.fixEntryNav_list > li {
	padding: 0 5px;
	box-sizing: border-box;
	width: 33.33%;
}
.fixEntryNav_list > li > a {
	transition-duration: .3s;
	transition-property: transform, box-shadow;
}
.fixWelcome {
	position: fixed;
	z-index: 100;
	bottom: 0;
	right: 0;
	width: 217px;
	pointer-events: none;
	transition-duration: 0.5s;
	transition-property: opacity, visibility;
}
.fixWelcome > img {}
.jobEx_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 6px;
}
.jobEx_list > li {
	display: flex;
	align-items: center;
	margin-right: 1em;
}
.jobEx_list > li > img {
	display: block;
	margin-right: 5px;
	position: relative;
	z-index: 1;
	top: 2px;
}
.jobEx_table {
	width: 100%;
	margin-top: 15px;
}
.jobEx_table > tbody {}
.jobEx_table > tbody > tr {}
.jobEx_table > tbody > tr > th {
	white-space: nowrap;
	background-color: #6FAAFF;
	border: 1px solid #6FAAFF;
	padding: 10px 10px;
	text-align: left;
	font-weight: 500;
	border-bottom: 1px solid #0069FF;
	border-top: 1px solid #0069FF;
}
.jobEx_table > tbody > tr:first-child > th {
	border-top-color: #6FAAFF;
}
.jobEx_table > tbody > tr:last-child > th {
	border-bottom-color: #6FAAFF;
}
.jobEx_table > tbody > tr > td {
	border: 1px solid #6FAAFF;
	padding: 10px 10px;
}
.formIntro {
	position: relative;
	z-index: 0;
	color: #fff;
	padding-top: 104px;
	padding-bottom: 40px;
}
.formIntro_bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right, var(--color-main-blue), var(--color-main-sky-blue));
}
.formIntro_inner {}
.formIntro_text {
	margin-top: 2.6em;
	line-height: 1.75;
	font-size: var(--font-size-normal);
}
[data-view="complete"] .formIntro_text {
	display: none;
}
.formArea {
	background-color: var(--color-gray-light);
	position: relative;
	z-index: 0;
}
.formArea_bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 300px;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right, var(--color-main-blue), var(--color-main-sky-blue));
}
.formArea_inner {}
.formArea_box {
	padding: 48px;
	background-color: #fff;
}
.formArea_box_inner {
	max-width: 840px;
	margin: 0 auto;
	min-height: 290px;
}
.eForm {}
.eForm_flowList {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}
.eForm_flowList > li {
	align-items: center;
	background-color: var(--color-blue-contact-light);
	color: #7b97bc;
	display: flex;
	font-size: 19px;
	font-weight: bold;
	justify-content: center;
	position: relative;
	height: 64px;
	margin-right: 8px;
	width: calc((100% - 16px) / 3);
	flex-grow: 1;
	box-sizing: border-box;
}
.eForm_flowList > li:last-child {
	margin-right: 0;
}
.eForm_flowList > li:nth-child(1) {
	z-index: 3;
	background-color: var(--color-blue-contact);
	color: #fff;
}
.eForm_flowList > li:nth-child(2) {
	z-index: 2;
}
[data-view="confirm"] .eForm_flowList > li:nth-child(2) {
	background-color: var(--color-blue-contact);
	color: #fff;
}
.eForm_flowList > li:nth-child(2)::before,
.eForm_flowList > li:nth-child(3)::before {
	border-bottom: 32px solid rgba(255, 255, 255, 0);
	border-left: 12px solid #FFF;
	border-top: 32px solid rgba(255, 255, 255, 0);
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}
.eForm_flowList > li:nth-child(1)::after,
.eForm_flowList > li:nth-child(2)::after {
	border-bottom: 32px solid rgba(255, 255, 255, 0);
	border-left: 12px solid var(--color-blue-contact-light);
	border-top: 32px solid rgba(255, 255, 255, 0);
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	border-right-width: 0;
}
.eForm_flowList > li:nth-child(1)::after {
	border-left-color: var(--color-blue-contact);
}
[data-view="confirm"] .eForm_flowList > li:nth-child(2)::after {
	border-left-color: var(--color-blue-contact);
}
.eForm_caution {}
.eForm_table {
	width: 100%;
	margin-top: 6px;
}
.eForm_table > tbody {}
.eForm_table > tbody > tr {
	border-bottom: 1px solid #D8E0EB;
	border-top: 1px solid #D8E0EB;
}
.eForm_table > tbody > tr > th {
	white-space: nowrap;
	padding: 20px 30px;
	background-color: #F5F7FA;
	vertical-align: top;
	width: 221px;
	vertical-align: middle;
	font-size: var(--font-size-normal);
}
.eForm_table > tbody > tr > td {
	padding: 20px 30px;
}
.eForm_label {
	display: block;
	position: relative;
	z-index: 1;
	padding-right: 60px;
	text-align: left;
	font-size: inherit;
}
.eForm_required {
	width: 48px;
	height: 24px;
	background-color: var(--color-blue-contact);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border-radius: 12px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.eForm textarea,
.eForm [type="search"],
.eForm [type="date"],
.eForm [type="tel"],
.eForm [type="email"],
.eForm [type="number"],
.eForm [type="password"],
.eForm [type="text"] {
	-webkit-appearance: none;
	appearance: none;
	font-size: inherit;
	padding: 11px 15px;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	box-sizing: border-box;
	width: 100%;
	line-height: inherit;
	resize: vertical;
	display: block;
	margin: 0;
}
.eForm_privacy {
	background-color: #FFFDF7;
	border-bottom: 1px solid #D8E0EB;
	padding: 20px 33px;
}
[data-view="confirm"] .eForm_privacy {
	display: none;
}
.eForm_labelWrap {
	display: flex;
}
.eForm_privacy_text {
	font-size: var(--font-size-normal);
	margin-top: 9px;
}
.eForm_privacy_text > a {}
.eForm_agree {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.eForm_required-option {
	color: #B3BEC7;
	background-color: #fff;
}
.eForm_label_small {
	display: block;
	font-size: 13px;
}
.eForm_msg {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 3px;
	margin-top: 10px;
}
.eForm_msg:first-child {
	margin-top: 0;
}
.eForm_dList {
	list-style: none;
	font-size: 13px;
	line-height: 1.69;
}
.eForm_dList > dt {}
.eForm_dList > dd {}
.eForm_cauList {
	list-style: none;
	font-size: 13px;
	line-height: 1.69;
}
.eForm_cauList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.eForm_file {
	margin: 18px 0;
}
.eForm_input {
	max-width: 244px;
}
.eForm_birth {
	white-space: nowrap;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.eForm_birtd {}
.eForm_birth_item {
	width: 64px;
}
[data-view="confirm"] .eForm_birth_item {
	width: auto;
}
.eForm_select {
	height: 48px;
	line-height: 46px;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	border-radius: 4px;
	width: 100%;
	-webkit-appearance: none;
	text-align: center;
	padding: 0 15px;
	color: inherit;
	background-color: #fff;
}
.eForm_select-pref {
	text-align: left;
}
.eForm_birth_item-year {
	width: 96px;
}
.eForm_birth_suffix {
	font-weight: 500;
	margin-left: 6px;
	margin-right: 16px;
}
.eForm_pref {
	max-width: 243px;
}
.eForm_birth_suffix:last-child {
	margin-right: 0;
}
.eForm_zip {
	display: flex;
	align-items: flex-start;
}
.eForm_zip_input {
	max-width: 243px;
}
.eForm_zip_btn {
	display: block;
	background-color: #CAD6E0;
	height: 50px;
	border-radius: 4px;
	width: 83px;
	font-size: 13px;
	margin-left: 4px;
	transition-duration: .3s;
	transition-property: opacity;
	color: inherit;
}
[data-view="confirm"] .eForm_zip_btn {
	display: none;
}
.mwform-radio-field {
	display: block;
	margin-top: 14px;
	margin-right: 0;
}
.mwform-radio-field:first-child {
	margin-top: 0;
}
.mwform-radio-field > label {
	display: block;
	margin: 0;
	position: relative;
}
.mwform-radio-field > label::before {}
.mwform-radio-field > label > [type="radio"] {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
}
.mwform-radio-field > label > [type="radio"] + .mwform-radio-field-text {
	display: block;
	z-index: 0;
	position: relative;
	padding-left: 30px;
}
.mwform-radio-field > label > [type="radio"] + .mwform-radio-field-text::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 5px solid #E6E6E6;
	background-color: #fff;
	box-sizing: border-box;
	margin-right: 5px;
	transition-duration: .3s;
	transition-property: background-color, border-color;
	position: absolute;
	z-index: 1;
	top: 0.825em;
	left: 0;
	transform: translateY(-50%);
}
.mwform-radio-field > label > [type="radio"]:checked + .mwform-radio-field-text::before {
	border-color: #6F9BEA;
}
.mwform-radio-field > label > [type="radio"] + .mwform-radio-field-text::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 3px;
	transform: translateY(-50%);
	background-color: #66A1B7;
	border-radius: 50%;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
	visibility: hidden;
}
.mwform-radio-field > label > [type="radio"]:checked + .mwform-radio-field-text::after {
	opacity: 1;
}
.mw_wp_form form .mwform-radio-field + .mwform-radio-field {
	margin-left: 0;
}
.mwform-checkbox-field {
	display: block;
	margin-top: 14px;
	margin-right: 0;
}
.mwform-checkbox-field:first-child {
	margin-top: 0;
}
.mwform-checkbox-field > label {
	display: block;
	margin: 0;
	position: relative;
}
.mwform-checkbox-field > label::before {}
.mwform-checkbox-field > label > [type="checkbox"] {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
}
.mwform-checkbox-field > label > [type="checkbox"] + .mwform-checkbox-field-text {
	display: block;
	z-index: 0;
	position: relative;
	padding-left: 33px;
	font-weight: 500;
}
.mwform-checkbox-field > label > [type="checkbox"] + .mwform-checkbox-field-text::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 0;
	border: 1px solid #E6E6E6;
	background-color: #fff;
	box-sizing: border-box;
	margin-right: 5px;
	transition-duration: .3s;
	transition-property: background-color, border-color;
	position: absolute;
	z-index: 1;
	top: 0.825em;
	left: 0;
	transform: translateY(-50%);
}
.mwform-checkbox-field > label > [type="checkbox"]:checked + .mwform-checkbox-field-text::before {}
.mwform-checkbox-field > label > [type="checkbox"] + .mwform-checkbox-field-text::after {
	content: "";
	display: block;
	width: 10px;
	height: 5px;
	position: absolute;
	z-index: 2;
	top: 0.825em;
	left: 6px;
	transform: translateY(-50%) rotate(-36deg);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
	border: 2px solid #003F98;
	border-top: none;
	border-right: none;
	margin-top: -1px;
}
.mwform-checkbox-field > label > [type="checkbox"]:checked + .mwform-checkbox-field-text::after {
	opacity: 1;
}
.mw_wp_form form .mwform-checkbox-field + .mwform-checkbox-field {
	margin-left: 0;
}
.eForm_btnList {
	list-style: none;
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.eForm_btnList-input {}
.eForm_btnList > li {
	max-width: 232px;
	width: 48%;
	margin-left: 4%;
}
.eForm_btnList > li:first-child {
	margin-left: 0;
}
.eForm_btnList-confirm {
	display: none;
}
[data-view="confirm"] .eForm_btnList-input {
	display: none;
}
[data-view="confirm"] .eForm_btnList-confirm {
	display: flex;
}
.eForm_btnList-confirm > li {}
.eForm_btn {
	height: 56px;
	background-color: #0069FF;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	width: 100%;
	padding: 0 10px;
	box-shadow: 0 4px 0 #003F98;
	transition-duration: .3s;
	transition-property: transform, box-shadow;
	display: block;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
}
.eForm_btn-cancel {
	background-color: #888;
	box-shadow: 0 4px 0 #666;
}
.eForm_btn-link {
	display: flex;
	align-items: center;
	justify-content: center;
}
.eForm_text {
	font-size: var(--font-size-normal);
	text-align: center;
	margin-top: 35px;
}
.eForm_table_toggle {}
.eForm_table_toggle.isHidden {
	display: none;
}
.mw-wp-form_file {
	margin-top: 14px;
	color: inherit;
}
.eForm_file {
	overflow: hidden;
}
@media screen and (max-width:1099px) {
	.fixEntryNav_list > li > a {
		font-size: 16px;
	}
}
@media screen and (min-width:1000px) {
	.eForm_privacy_text > a:hover {}
	.eForm_zip_btn:hover {
		opacity: .7;
	}
	.eForm_btn:hover {
		transform: translateY(2px);
		box-shadow: 0 2px 0 #003F98;
		opacity: 1;
	}
	.eForm_btn-cancel:hover {
		box-shadow: 0 2px 0 #666;
	}
	.flow_link > a:hover {}
	.midNav_link > a:hover {
		opacity: 1;
		filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.4));
	}
	.chance_btn:hover {
		background-color: #aed8fb;
	}
	.education_link > a:hover {
		text-decoration: underline;
		opacity: 1;
	}
	.fixEntryNav_list > li > a:hover {
		opacity: 1;
		transform: translateY(5px);
		box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
	}
	.staff_link > a:hover {
		opacity: 1;
		transform: translateY(3px);
		box-shadow: 1px 1px 0 rgba(202, 209, 212, 0.0);
		color: #00BFF0;
	}
	.intro_slide_dots > li > button:hover {
		color: #fff;
	}
	.intro_slide_dots > li > button:hover::before {
		opacity: 1;
	}
	.proNav_item > a:hover {
		opacity: 1;
	}
	a:hover .proNav_image > img {
		transform: scale(1.02);
	}
	a:hover .proNav_icon {
		color: #fff;
	}
	a:hover .proNav_icon::before {
		background-color: #00BFF0;
	}
}
@media screen and (max-width: 999px) {
	:root {
		--font-size-normal: 15px;
	}
	.intro {}
	.intro_bg {}
	.intro_inner {}
	.intro_cols {}
	.intro_col {}
	.intro_col-txt {
		width: 330px;
	}
	.intro_titleWrap {}
	.intro_title {}
	.intro_hyphen {}
	.intro_subTitle {}
	.intro_deco {
		width: 400px;
		margin-top: -20px;
		margin-bottom: 34px;
	}
	.intro_deco > img {}
	.intro_headline {
		font-size: 28px;
		line-height: 47px;
		margin-bottom: 27px;
		pointer-events: none;
	}
	.intro_headline_inner {}
	.intro_headline_inner:last-child {}
	.intro_text {}
	.intro_text:last-child {}
	.intro_col-img {
		width: calc(100% - 350px);
	}
	.intro_slide {}
	.intro_slide.slick-initialized {}
	.intro_slide_item {}
	.intro_image {}
	.intro_image > img {}
	.intro_slide_dots {}
	.intro_slide_dots > li {}
	.intro_slide_dots > li > button {}
	.intro_slide_dots > li.slick-active > button {}
	.intro_slide_dots > li > button::before {}
	.intro_slide_dots > li.slick-active > button::before {}
	.intro_slide_dots > li > button::after {}
	.intro_headline_period {}
	.proNav {}
	.proNav_hide {}
	.proNav_item {}
	.proNav_item:last-child {}
	.proNav_item > a {}
	.proNav_item > a::before {}
	.proNav_item > a::after {}
	.proNav_item_inner {}
	.proNav_image {}
	.proNav_image::before {}
	.proNav_image > img {}
	.proNav_areaText {}
	.proNav_title {
		font-size: 24px;
	}
	.proNav_status {}
	.proNav_dList {}
	.proNav_dList > dt {}
	.proNav_dList > dd {}
	.proNav_inner {}
	.proNav_icon {}
	.proNav_icon::before {}
	.proNav_icon > svg {}
	.staffVis {
		padding: 60px 0 100px;
	}
	.staffVis::before {
		height: 300px;
	}
	.staffVis_inner {}
	.staffVis_image {}
	.staffVis_image::before {}
	.staffVis_image > img {}
	.staffVis_areaText {}
	.staffVis_areaTitle {
		font-size: 15px;
		margin-bottom: 25px;
	}
	.staffVis_title {}
	.staffVis_hyphen {}
	.staffVis_subTitle {}
	.staffVis_headline {
		font-size: 30px;
	}
	.staffVis_status {
		font-size: 18px;
	}
	.staffVis_dList {}
	.staffVis_dList > dt {}
	.staffVis_dList > dd {}
	.staffContents {}
	.staff {}
	.staff_sect {}
	.staff_title {}
	.staff_title::before {}
	.staff_title::after {}
	.staff_text {}
	.staff_image {}
	.staff_image > img {}
	.staff_link {}
	.staff_link > a {}
	.staff_link > a::before {}
	.staff_link > a::after {}
	.staff_link > a > svg {}
	.staff_inner {}
	.staff_hr {}
	.staff_hidden {}
	.flow {}
	.flow_inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.flow_title {}
	.flow_item {}
	.flow_item_cols {}
	.flow_item_col {}
	.flow_item_col-step {}
	.flow_item_col-step::before {}
	.flow_step {}
	.flow_step_sub {}
	.flow_step_sub > img {}
	.flow_step_main {}
	.flow_step_main > img {}
	.flow_item_col-main {}
	.flow_item_contents {}
	.flow_headline {}
	.flow_text {}
	.flow_link {}
	.flow_link > a {}
	.flow_link > a > img {}
	.flow_link > a::before {}
	.flow_start {}
	.flow_start::before {}
	.midNav {
		padding: 70px 0;
	}
	.midNav_inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.midNav_contents {}
	.midNav_cols {
		flex-wrap: wrap;
	}
	.midNav_col {}
	.midNav_col-no1 {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	}
	.midNav_link {}
	.midNav_link > a {
		height: 120px;
	}
	.midNav_link_text {}
	.midNav_link_img {}
	.midNav_link_img > img {}
	.midNav_col-no2 {}
	.midNav_col-no3 {}
	.areaBenefit {}
	.areaBenefit_inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.benefit {}
	.benefit_title {}
	.benefit_cols {}
	.benefit_col {}
	.benefit_col-no1 {}
	.benefit_image {}
	.benefit_image > img {}
	.benefit_headline {}
	.benefit_table {}
	.benefit_table > thead {}
	.benefit_table > thead > tr {}
	.benefit_table > thead > tr > th {}
	.benefit_table > thead > tr > th:first-child {}
	.benefit_table > thead > tr > td {}
	.benefit_table > tbody {}
	.benefit_table > tbody > tr {}
	.benefit_table > tbody > tr > td {}
	.benefit_table > tbody > tr > td:first-child {}
	.benefit_table_small {}
	.benefit_caution {}
	.benefit_col-no2 {}
	.benefit_text {}
	.benefit_col-no3 {}
	.staffInt {}
	.staffInt_title {}
	.staffInt_textWrap {}
	.staffInt_text {}
	.staffInt_image {}
	.staffInt_image > img {}
	.staffInt_movie {}
	.staffInt_movie > iframe {}
	.chance {}
	.chance_title {}
	.chance_bg {}
	.chance_deco {
		width: 200px;
		top: -80px;
	}
	.chance_deco > img {}
	.chance_cols {}
	.chance_col {}
	.chance_col-nav {
		width: 240px;
	}
	.chance_list {}
	.chance_list > li {}
	.chance_list > li:first-child {}
	.chance_btn {}
	.chance_btn[aria-current="true"] {}
	.chance_col-contents {
		width: calc(100% - 240px);
	}
	.chance_contents {}
	.chance_box {}
	.jobEx {}
	.jobEx[aria-current="false"] {}
	.jobEx_title {}
	.jobEx_title_text {}
	.jobEx_title_bar {}
	.jobEx_title_bar > img {}
	.jobEx_contents {}
	.jobEx_contents::-webkit-scrollbar {}
	.jobEx_contents::-webkit-scrollbar-track {}
	.jobEx_contents::-webkit-scrollbar-thumb {}
	.jobEx_contents_inner {}
	.jobEx_sect {
		margin-bottom: 35px;
	}
	.jobEx_sect:last-child {}
	.jobEx_headline {
		font-size: 30px;
		margin-bottom: 13px;
	}
	.jobEx_text {}
	.jobEx_dList {}
	.jobEx_dList > dt {}
	.jobEx_dList > dd {}
	.jobEx_image {}
	.jobEx_image > img {}
	.education {
		margin-top: 39px;
	}
	.education_title {}
	.education_headline {
		font-size: 36px;
	}
	.education_cols {}
	.education_col {}
	.education_col-no1 {}
	.education_image {}
	.education_image > img {}
	.education_subhead {}
	.education_text {}
	.education_link {}
	.education_link > a {}
	.education_link > a > img {}
	.education_col-no2 {}
	.education_point {}
	.education_col-no3 {}
	.intro_line {}
	.intro_line > img {}
	.intro_line-no1 {}
	.intro_line-no2 {}
	.intro_line-no3 {}
	.intro-career {
		padding-bottom: 80px;
	}
	.intro_mainImg {}
	.intro_mainImg > img {}
	.intro_arrow {}
	.intro_arrow-no1 {}
	.intro_arrow-no2 {}
	.intro_arrow > img {}
	.intro_deco-career {}
	.intro_headline-career {}
	.intro_headline_inner-career {}
	.intro_text-career {
		font-size: 18px;
		margin-right: 0;
	}
	.fixEntryNav {
		bottom: 20px;
	}
	.fixEntryNav_inner {
		padding-left: 20px;
		padding-right: 130px;
	}
	.fixEntryNav_list {}
	.fixEntryNav_list > li {}
	.fixEntryNav_list > li > a {
		font-size: 15px;
	}
	.fixWelcome {
		width: 150px;
	}
	.fixWelcome > img {}
	.jobEx_list {}
	.jobEx_list > li {}
	.jobEx_list > li > img {}
	.jobEx_table {}
	.jobEx_table > tbody {}
	.jobEx_table > tbody > tr {}
	.jobEx_table > tbody > tr > th {}
	.jobEx_table > tbody > tr:first-child > th {}
	.jobEx_table > tbody > tr:last-child > th {}
	.jobEx_table > tbody > tr > td {}
	.formIntro {}
	.formIntro_bg {}
	.formIntro_inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.formIntro_text {}
	[data-view="complete"] .formIntro_text {}
	.formArea {}
	.formArea_bg {}
	.formArea_inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.formArea_box {
		padding: 30px 30px;
	}
	.formArea_box_inner {}
	.eForm {}
	.eForm_flowList {}
	.eForm_flowList > li {
		font-size: 15px;
	}
	.eForm_flowList > li:last-child {}
	.eForm_flowList > li:nth-child(1) {}
	.eForm_flowList > li:nth-child(2) {}
	[data-view="confirm"] .eForm_flowList > li:nth-child(2) {}
	.eForm_flowList > li:nth-child(2)::before,
	.eForm_flowList > li:nth-child(3)::before {}
	.eForm_flowList > li:nth-child(1)::after,
	.eForm_flowList > li:nth-child(2)::after {}
	.eForm_flowList > li:nth-child(1)::after {}
	[data-view="confirm"] .eForm_flowList > li:nth-child(2)::after {}
	.eForm_caution {}
	.eForm_table {}
	.eForm_table > tbody {}
	.eForm_table > tbody > tr {}
	.eForm_table > tbody > tr > th {}
	.eForm_table > tbody > tr > td {}
	.eForm_label {}
	.eForm_required {}
	.eForm textarea,
	.eForm [type="search"],
	.eForm [type="date"],
	.eForm [type="tel"],
	.eForm [type="email"],
	.eForm [type="number"],
	.eForm [type="password"],
	.eForm [type="text"] {}
	.eForm_privacy {}
	[data-view="confirm"] .eForm_privacy {}
	.eForm_labelWrap {}
	.eForm_privacy_text {}
	.eForm_privacy_text > a {}
	.eForm_agree {}
	.eForm_required-option {}
	.eForm_label_small {}
	.eForm_msg {}
	.eForm_msg:first-child {}
	.eForm_dList {}
	.eForm_dList > dt {}
	.eForm_dList > dd {}
	.eForm_cauList {}
	.eForm_cauList > li {}
	.eForm_file {}
	.eForm_input {}
	.eForm_birth {}
	.eForm_birtd {}
	.eForm_birth_item {}
	[data-view="confirm"] .eForm_birth_item {}
	.eForm_select {}
	.eForm_birth_item-year {}
	.eForm_birth_suffix {}
	.eForm_pref {}
	.eForm_birth_suffix:last-child {}
	.eForm_zip {}
	.eForm_zip_input {}
	.eForm_zip_btn {}
	[data-view="confirm"] .eForm_zip_btn {}
	.mwform-radio-field {}
	.mwform-radio-field:first-child {}
	.mwform-radio-field > label {}
	.mwform-radio-field > label::before {}
	.mwform-radio-field > label > [type="radio"] {}
	.mwform-radio-field > label > [type="radio"] + .mwform-radio-field-text {}
	.mwform-radio-field > label > [type="radio"] + .mwform-radio-field-text::before {}
	.mwform-radio-field > label > [type="radio"]:checked + .mwform-radio-field-text::before {}
	.mwform-radio-field > label > [type="radio"] + .mwform-radio-field-text::after {}
	.mwform-radio-field > label > [type="radio"]:checked + .mwform-radio-field-text::after {}
	.mw_wp_form form .mwform-radio-field + .mwform-radio-field {}
	.mwform-checkbox-field {}
	.mwform-checkbox-field:first-child {}
	.mwform-checkbox-field > label {}
	.mwform-checkbox-field > label::before {}
	.mwform-checkbox-field > label > [type="checkbox"] {}
	.mwform-checkbox-field > label > [type="checkbox"] + .mwform-checkbox-field-text {}
	.mwform-checkbox-field > label > [type="checkbox"] + .mwform-checkbox-field-text::before {}
	.mwform-checkbox-field > label > [type="checkbox"]:checked + .mwform-checkbox-field-text::before {}
	.mwform-checkbox-field > label > [type="checkbox"] + .mwform-checkbox-field-text::after {}
	.mwform-checkbox-field > label > [type="checkbox"]:checked + .mwform-checkbox-field-text::after {}
	.mw_wp_form form .mwform-checkbox-field + .mwform-checkbox-field {}
	.eForm_btnList {}
	.eForm_btnList-input {}
	.eForm_btnList > li {}
	.eForm_btnList > li:first-child {}
	.eForm_btnList-confirm {}
	[data-view="confirm"] .eForm_btnList-input {}
	[data-view="confirm"] .eForm_btnList-confirm {}
	.eForm_btnList-confirm > li {}
	.eForm_btn {
		font-size: 17px;
	}
	.eForm_btn-cancel {}
	.eForm_btn-link {}
	.eForm_text {}
}
@media screen and (max-width: 767px) {
	:root {
		--font-size-normal: 14px;
	}
	.intro {
		padding-top: 50px;
		padding-bottom: 200px;
	}
	.intro_bg {}
	.intro_inner {}
	.intro_cols {
		display: block;
	}
	.intro_col {
		width: auto;
	}
	.intro_col-txt {}
	.intro_titleWrap {
		font-size: 14px;
	}
	.intro_title {}
	.intro_hyphen {}
	.intro_subTitle {}
	.intro_deco {
		width: 310px;
		margin-top: -22px;
		margin-bottom: 10px;
		margin-left: auto;
	}
	.intro_deco > img {}
	.intro_headline {
		margin-right: 0;
		font-size: 24px;
		line-height: 43px;
	}
	.intro_headline_inner {
		padding: 0 10px;
		margin-bottom: 5px;
	}
	.intro_headline_inner:last-child {}
	.intro_text {}
	.intro_text:last-child {}
	.intro_col-img {
		margin-top: 35px;
	}
	.intro_slide {}
	.intro_slide.slick-initialized {}
	.intro_slide_item {}
	.intro_image {}
	.intro_image > img {}
	.intro_slide_dots {}
	.intro_slide_dots > li {}
	.intro_slide_dots > li > button {}
	.intro_slide_dots > li.slick-active > button {}
	.intro_slide_dots > li > button::before {}
	.intro_slide_dots > li.slick-active > button::before {}
	.intro_slide_dots > li > button::after {}
	.intro_headline_period {}
	.proNav {
		margin-top: -160px;
		padding-bottom: 70px;
	}
	.proNav_hide {}
	.proNav_item {
		margin-bottom: 15px;
	}
	.proNav_item:last-child {}
	.proNav_item > a {}
	.proNav_item > a::before {}
	.proNav_item > a::after {}
	.proNav_item_inner {
		padding: 0;
		color: inherit;
		background-color: #fff;
	}
	.proNav_image {
		position: relative;
		width: auto;
		padding-bottom: 34.8%;
	}
	.proNav_image::before {
		opacity: 0;
	}
	.proNav_image > img {
		height: 130%;
	}
	.proNav_areaText {
		padding: 15px 15px 20px;
	}
	.proNav_title {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.proNav_status {
		font-size: 14px;
	}
	.proNav_dList {
		font-size: 10px;
	}
	.proNav_dList > dt {
		background-color: #333;
		color: #fff;
	}
	.proNav_dList > dd {}
	.proNav_inner {}
	.proNav_icon {
		padding-top: 0;
		padding-left: 0;
		width: 36px;
		height: 36px;
	}
	.proNav_icon::before {}
	.proNav_icon > svg {}
	.staffVis {
		padding: 0 0 25px;
		color: inherit;
	}
	.staffVis::before {
		height: 190px;
		display: none;
	}
	.staffVis_inner {}
	.staffVis_image {
		position: relative;
		height: auto;
		padding-bottom: 50%;
		width: auto;
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 15px;
	}
	.staffVis_image::before {
		display: none;
	}
	.staffVis_image > img {
		height: 120%;
	}
	.staffVis_areaText {}
	.staffVis_areaTitle {
		font-size: 11px;
		margin-bottom: 15px;
	}
	.staffVis_title {}
	.staffVis_hyphen {
		width: 16px;
	}
	.staffVis_subTitle {}
	.staffVis_headline {
		font-size: 17px;
		margin-bottom: 20px;
	}
	.staffVis_status {
		font-size: 14px;
	}
	.staffVis_dList {
		font-size: 10px;
	}
	.staffVis_dList > dt {
		background-color: #333;
		color: #fff;
	}
	.staffVis_dList > dd {}
	.staffContents {
		padding-top: 0;
		padding-bottom: 60px;
	}
	.staff {}
	.staff_sect {
		margin-bottom: 35px;
	}
	.staff_title {
		font-size: 16px;
		padding: 5px 5px;
		margin-bottom: 22px;
	}
	.staff_title::before {}
	.staff_title::after {}
	.staff_text {}
	.staff_image {}
	.staff_image > img {}
	.staff_link {
		margin-top: 35px;
		max-width: 290px;
	}
	.staff_link > a {}
	.staff_link > a::before {}
	.staff_link > a::after {}
	.staff_link > a > svg {}
	.staff_inner {}
	.staff_hr {
		margin: 35px 0;
	}
	.staff_hidden {}
	.flow {
		margin-bottom: 60px;
	}
	.flow_inner {}
	.flow_title {}
	.flow_item {}
	.flow_item_cols {}
	.flow_item_col {}
	.flow_item_col-step {
		width: 60px;
	}
	.flow_item_col-step::before {}
	.flow_step {
		max-width: 40px;
	}
	.flow_step_sub {}
	.flow_step_sub > img {}
	.flow_step_main {}
	.flow_step_main > img {}
	.flow_item_col-main {
		width: calc(100% - 60px);
	}
	.flow_item_contents {
		padding: 15px 15px;
	}
	.flow_headline {
		font-size: 16px;
		line-height: 1.5;
	}
	.flow_text {}
	.flow_link {}
	.flow_link > a {
		font-size: 14px;
	}
	.flow_link > a > img {}
	.flow_link > a::before {}
	.flow_start {
		font-size: 17px;
	}
	.flow_start::before {}
	.midNav {
		padding: 60px 0;
	}
	.midNav_inner {}
	.midNav_contents {}
	.midNav_cols {
		display: block;
	}
	.midNav_col {
		width: auto;
		border-left: none;
	}
	.midNav_col-no1 {}
	.midNav_link {}
	.midNav_link > a {}
	.midNav_link_text {}
	.midNav_link_img {
		width: 251px;
	}
	.midNav_link_img > img {}
	.midNav_col-no2 {}
	.midNav_col-no3 {
		border-top: 1px solid rgba(255, 255, 255, 0.20);
	}
	.areaBenefit {
		padding: 60px 0;
		margin-bottom: 60px;
	}
	.areaBenefit_inner {}
	.benefit {}
	.benefit_title {}
	.benefit_cols {
		display: block;
	}
	.benefit_col {
		width: auto;
		margin-top: 35px;
	}
	.benefit_col-no1 {
		margin-top: 0;
	}
	.benefit_image {
		max-width: 200px;
	}
	.benefit_image > img {}
	.benefit_headline {}
	.benefit_table {}
	.benefit_table > thead {}
	.benefit_table > thead > tr {}
	.benefit_table > thead > tr > th {}
	.benefit_table > thead > tr > th:first-child {}
	.benefit_table > thead > tr > td {}
	.benefit_table > tbody {}
	.benefit_table > tbody > tr {}
	.benefit_table > tbody > tr > td {}
	.benefit_table > tbody > tr > td:first-child {}
	.benefit_table_small {}
	.benefit_caution {}
	.benefit_col-no2 {}
	.benefit_text {}
	.benefit_col-no3 {}
	.staffInt {
		margin-bottom: 60px;
	}
	.staffInt_title {}
	.staffInt_textWrap {
		padding: 0;
		margin-bottom: -100px;
	}
	.staffInt_text {}
	.staffInt_image {
		position: relative;
		top: 0;
		width: 120px;
		margin-left: auto;
		margin-top: 12px;
	}
	.staffInt_image > img {}
	.staffInt_movie {}
	.staffInt_movie > iframe {}
	.chance {
		margin-bottom: 60px;
	}
	.chance_title {
		margin-bottom: 12px;
	}
	.chance_bg {
		display: none;
	}
	.chance_deco {
		position: relative;
		width: 150px;
		margin-left: auto;
		top: 0;
		overflow: hidden;
		height: 120px;
	}
	.chance_deco > img {}
	.chance_cols {
		display: block;
		margin-left: -15px;
		margin-right: -15px;
	}
	.chance_col {
		width: auto;
	}
	.chance_col-nav {}
	.chance_list {
		display: flex;
		flex-wrap: wrap;
		margin-left: -2px;
		margin-right: -2px;
	}
	.chance_list > li {
		width: 50%;
		box-sizing: border-box;
		padding: 2px;
		margin: 0;
	}
	.chance_list > li:last-child:nth-child(2n+1) {
		width: 100%;
	}
	.chance_list > li:first-child {}
	.chance_btn {
		min-height: 36px;
		height: 100%;
		line-height: 1.2;
		padding: 7px 10px;
		font-size: 12px;
	}
	.chance_btn[aria-current="true"] {}
	.chance_col-contents {
		padding: 20px 17px;
	}
	.chance_contents {
		height: auto;
	}
	.chance_box {
		padding: 0;
	}
	.jobEx {
		position: relative;
		display: block;
		height: auto;
	}
	.jobEx[aria-current="false"] {
		visibility: visible;
		opacity: 1;
		display: none;
	}
	.jobEx_title {
		font-size: 15px;
		margin-bottom: 12px;
	}
	.jobEx_title_text {
		line-height: 1.5;
	}
	.jobEx_title_bar {
		margin-top: 8px;
	}
	.jobEx_title_bar > img {}
	.jobEx_contents {
		height: auto;
		width: auto;
		overflow: visible;
		position: relative;
		bottom: auto;
		top: 0;
		padding: 0;
	}
	.jobEx_contents::-webkit-scrollbar {}
	.jobEx_contents::-webkit-scrollbar-track {}
	.jobEx_contents::-webkit-scrollbar-thumb {}
	.jobEx_contents_inner {}
	.jobEx_sect {}
	.jobEx_sect:last-child {}
	.jobEx_headline {
		font-size: 20px;
		margin-bottom: 9px;
	}
	.jobEx_text {}
	.jobEx_dList {}
	.jobEx_dList > dt {}
	.jobEx_dList > dd {}
	.jobEx_image {
		margin-top: 25px;
	}
	.jobEx_image > img {}
	.education {}
	.education_title {}
	.education_headline {
		font-size: 30px;
		margin-bottom: 11px;
	}
	.education_cols {
		display: block;
	}
	.education_col {
		width: auto;
		margin-top: 35px;
	}
	.education_col-no1 {
		margin-top: 0;
	}
	.education_image {
		max-width: 200px;
	}
	.education_image > img {}
	.education_subhead {
		font-size: 18px;
		margin: 10px 0 10px;
	}
	.education_text {}
	.education_link {}
	.education_link > a {}
	.education_link > a > img {}
	.education_col-no2 {}
	.education_point {}
	.education_col-no3 {}
	.intro_line {}
	.intro_line > img {}
	.intro_line-no1 {}
	.intro_line-no2 {}
	.intro_line-no3 {}
	.intro-career {
		padding-bottom: 60px;
		padding-top: 0;
	}
	.intro_mainImg {
		width: auto;
		top: 0;
		margin-left: -15px;
		margin-right: -15px;
	}
	.intro_mainImg::before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		background-image: linear-gradient(to bottom, #0534788c 20%, rgba(255, 255, 255, 0));
		opacity: 0;
	}
	.intro_mainImg > img {
		box-shadow: none;
	}
	.intro_arrow {}
	.intro_arrow-no1 {}
	.intro_arrow-no2 {
		margin-left: 0;
		top: 27%;
		width: 590px;
		opacity: 0;
	}
	.intro_arrow > img {}
	.intro_deco-career {}
	.intro_headline-career {}
	.intro_headline_inner-career {}
	.intro_text-career {
		font-size: 16px;
	}
	.fixEntryNav {
		bottom: 11px;
	}
	.fixEntryNav_inner {
		padding-left: 15px;
		padding-right: 115px;
	}
	.fixEntryNav_list {
		flex-wrap: wrap;
		margin-left: -3px;
		margin-right: -3px;
	}
	.fixEntryNav_list > li {
		width: auto;
		padding: 3px;
	}
	.fixEntryNav_list > li:nth-child(1) {
		width: 55%;
	}
	.fixEntryNav_list > li:nth-child(2) {
		width: 45%;
	}
	.fixEntryNav_list > li:nth-child(3) {
		width: 100%;
	}
	.fixEntryNav_list > li > a {
		font-size: 13px;
		height: 100%;
		box-sizing: border-box;
	}
	.fixEntryNav_list > li > a::before {
		height: 21px;
	}
	.fixWelcome {
		width: 100px;
	}
	.fixWelcome.isHidden {
		opacity: 0;
		visibility: hidden;
	}
	.fixWelcome > img {}
	.jobEx_list {}
	.jobEx_list > li {}
	.jobEx_list > li > img {}
	.jobEx_table {
		font-size: 13px;
	}
	.jobEx_table > tbody {}
	.jobEx_table > tbody > tr {}
	.jobEx_table > tbody > tr > th {}
	.jobEx_table > tbody > tr:first-child > th {}
	.jobEx_table > tbody > tr:last-child > th {}
	.jobEx_table > tbody > tr > td {}
	.fixEntryNav_list_spNone {
		display: none;
	}
	.intro_cols-rev {
		display: flex;
		flex-direction: column-reverse;
	}
	.intro_col-imgRev {
		margin-top: 0;
		margin-bottom: -130px;
	}
	.intro_inner-career {
		padding-left: 15px;
		padding-right: 15px;
	}
	.intro_titleWrap-career {
		position: absolute;
		z-index: 10;
		top: 7px;
		right: 10px;
		text-shadow: 0 0 10px #013f98;
	}
	.formIntro {
		padding-top: 25px;
	}
	.formIntro_bg {}
	.formIntro_inner {}
	.formIntro_text {
		margin-top: 1.5em;
	}
	[data-view="complete"] .formIntro_text {}
	.formArea {}
	.formArea_bg {}
	.formArea_inner {}
	.formArea_box {
		margin-left: -15px;
		margin-right: -15px;
		padding: 15px 15px;
	}
	.formArea_box_inner {}
	.eForm {}
	.eForm_flowList {}
	.eForm_flowList > li {
		text-align: center;
		font-size: 12px;
		height: 50px;
		line-height: 1.2;
	}
	.eForm_flowList > li:last-child {}
	.eForm_flowList > li:nth-child(1) {}
	.eForm_flowList > li:nth-child(2) {}
	[data-view="confirm"] .eForm_flowList > li:nth-child(2) {}
	.eForm_flowList > li:nth-child(2)::before,
	.eForm_flowList > li:nth-child(3)::before {
		border-top-width: 25px;
		border-bottom-width: 25px;
	}
	.eForm_flowList > li:nth-child(1)::after,
	.eForm_flowList > li:nth-child(2)::after {
		border-top-width: 25px;
		border-bottom-width: 25px;
	}
	.eForm_flowList > li:nth-child(1)::after {}
	[data-view="confirm"] .eForm_flowList > li:nth-child(2)::after {}
	.eForm_caution {
		font-size: 13px;
	}
	.eForm_table {
		display: block;
		width: auto;
	}
	.eForm_table > tbody {
		display: block;
	}
	.eForm_table > tbody > tr {
		display: block;
		border-bottom: none;
		margin-bottom: 25px;
		border-top: none;
	}
	.eForm_table > tbody > tr > th {
		display: block;
		padding: 10px 15px;
		width: auto;
		margin-bottom: 15px;
	}
	.eForm_table > tbody > tr > td {
		display: block;
		padding: 0;
	}
	.eForm_label {}
	.eForm_required {
		font-size: 11px;
		width: 42px;
		height: 22px;
	}
	.eForm textarea,
	.eForm [type="search"],
	.eForm [type="date"],
	.eForm [type="tel"],
	.eForm [type="email"],
	.eForm [type="number"],
	.eForm [type="password"],
	.eForm [type="text"] {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 16px;
	}
	.eForm_privacy {
		border-top: 1px solid #D8E0EB;
		margin-left: -15px;
		margin-right: -15px;
		padding: 15px 15px;
	}
	[data-view="confirm"] .eForm_privacy {}
	.eForm_labelWrap {}
	.eForm_privacy_text {}
	.eForm_privacy_text > a {}
	.eForm_agree {}
	.eForm_required-option {}
	.eForm_label_small {}
	.eForm_msg {}
	.eForm_msg:first-child {}
	.eForm_dList {}
	.eForm_dList > dt {}
	.eForm_dList > dd {}
	.eForm_cauList {}
	.eForm_cauList > li {}
	.eForm_file {}
	.eForm_input {}
	.eForm_birth {}
	.eForm_birtd {}
	.eForm_birth_item {
		width: 62px;
	}
	[data-view="confirm"] .eForm_birth_item {}
	.eForm_select {
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.eForm_birth_item-year {
		width: 90px;
	}
	.eForm_birth_suffix {
		font-size: 12px;
		margin-left: 4px;
		margin-right: 10px;
	}
	.eForm_pref {
		max-width: 190px;
	}
	.eForm_birth_suffix:last-child {}
	.eForm_zip {}
	.eForm_zip_input {
		max-width: 190px;
	}
	.eForm_zip_btn {}
	[data-view="confirm"] .eForm_zip_btn {}
	.mwform-radio-field {}
	.mwform-radio-field:first-child {}
	.mwform-radio-field > label {}
	.mwform-radio-field > label::before {}
	.mwform-radio-field > label > [type="radio"] {}
	.mwform-radio-field > label > [type="radio"] + .mwform-radio-field-text {}
	.mwform-radio-field > label > [type="radio"] + .mwform-radio-field-text::before {}
	.mwform-radio-field > label > [type="radio"]:checked + .mwform-radio-field-text::before {}
	.mwform-radio-field > label > [type="radio"] + .mwform-radio-field-text::after {}
	.mwform-radio-field > label > [type="radio"]:checked + .mwform-radio-field-text::after {}
	.mw_wp_form form .mwform-radio-field + .mwform-radio-field {}
	.mwform-checkbox-field {}
	.mwform-checkbox-field:first-child {}
	.mwform-checkbox-field > label {}
	.mwform-checkbox-field > label::before {}
	.mwform-checkbox-field > label > [type="checkbox"] {}
	.mwform-checkbox-field > label > [type="checkbox"] + .mwform-checkbox-field-text {}
	.mwform-checkbox-field > label > [type="checkbox"] + .mwform-checkbox-field-text::before {}
	.mwform-checkbox-field > label > [type="checkbox"]:checked + .mwform-checkbox-field-text::before {}
	.mwform-checkbox-field > label > [type="checkbox"] + .mwform-checkbox-field-text::after {}
	.mwform-checkbox-field > label > [type="checkbox"]:checked + .mwform-checkbox-field-text::after {}
	.mw_wp_form form .mwform-checkbox-field + .mwform-checkbox-field {}
	.eForm_btnList {
		display: block;
		margin-top: 25px;
	}
	.eForm_btnList-input {}
	.eForm_btnList > li {
		width: auto;
		margin-left: auto;
		max-width: none;
		margin-top: 15px;
	}
	.eForm_btnList > li:first-child {
		margin-top: 0;
	}
	.eForm_btnList-confirm {}
	[data-view="confirm"] .eForm_btnList-input {}
	[data-view="confirm"] .eForm_btnList-confirm {
		display: block;
	}
	.eForm_btnList-confirm > li {}
	.eForm_btn {
		font-size: 16px;
	}
	.eForm_btn-cancel {}
	.eForm_btn-link {}
	.eForm_text {
		margin-top: 20px;
	}
}
@media screen and (max-width:374px) {
	.intro_headline {
		font-size: 21px;
		line-height: 40px;
	}
	.proNav_title {
		font-size: 15px;
	}
}
