@charset "UTF-8";
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.person {
	background-color: #F8F8F8;
	padding: 71px 0 74px;
}
.person_inner {}
.person_title {
	margin-bottom: 20px;
}
.person_msg {
	display: flex;
	justify-content: center;
	font-size: 94.4%;
	margin-bottom: 34px;
	font-size: 18px;
}
.person_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.person_list > li {
	width: 32%;
	margin-left: 2%;
}
.person_list > li:first-child {
	margin-left: 0;
}
.person_list > li:last-child {}
.person_list > li:nth-child(2n+1) {}
.person_list > li:nth-child(n+3) {}
.person_image {
	max-width: 280px;
	margin: 0 auto 33px;
}
.person_image > img {
	display: block;
}
.person_text {
	font-size: 88.9%;
	line-height: 1.75;
}
.interview {}
.interview_title {
	margin-bottom: 29px;
}
.interview_links {}
.recruit {}
.recruit_inner {
	margin-bottom: 75px;
}
.recruit_title {}
.recruit_sect {}
.recruit_headline {
	font-size: 24px;
	font-weight: 600;
}
.recruit_subhead {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 25px;
}
.recruit_text {
	text-align: center;
	line-height: 1.89;
	margin-bottom: 35px;
}
.recruit_text:last-child {
	margin-bottom: 0;
}
.recOffice {
	background-color: #F8F8F8;
	padding: 61px 0 74px;
	margin-bottom: 78px;
}
.recOffice_inner {}
.recOffice_title {
	margin-bottom: 25px;
}
.recOffice_cells {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 32px;
}
.recOffice_cell {
	display: flex;
	flex-direction: column;
}
.recOffice_headline {
	font-size: 20px;
	font-weight: normal;
	color: #3c4978;
	line-height: 1.5;
	margin-bottom: 18px;
	position: relative;
	padding-left: 29px;
	letter-spacing: -0.03em;
	min-height: 43px;
	display: flex;
	align-items: center;
}
.recOffice_headline_number {
	display: block;
	width: 43px;
	height: 43px;
	background-color: #fff;
	border-radius: 50%;
	font-size: 16px;
	position: absolute;
	top: -10px;
	z-index: 0;
	left: 9px;
}
.recOffice_headline_txt {
	display: block;
	position: relative;
	z-index: 1;
}
.recOffice_text {
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: auto;
}
.recOffice_link {
	display: flex;
	justify-content: flex-end;
	margin-top: 23px;
}
.recOffice_link > a {
	text-decoration: none;
	display: block;
	background-color: #fff;
	color: #3c4978;
	font-size: 13px;
	line-height: 1.2;
	padding: 3px 5px;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.panoramaNav {
	margin-bottom: 80px;
}
.panoramaNav_inenr {}
.panoramaNav_link {
	max-width: 760px;
	margin: 0 auto;
}
.panoramaNav_link > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.panoramaNav_link > a > img {
	display: block;
}
.recJob {}
.recJob_inner {
	padding-top: 60px;
}
.recJob_title {
	margin-bottom: 68px;
}
.recJob_cells {
	margin-bottom: 90px;
}
.recJob_cell {
	margin-bottom: 39px;
}
.recJob_cell:last-child {
	margin-bottom: 0;
}
.recJob_cell > a {
	text-decoration: none;
	color: inherit;
}
.recJob_cols {
	display: flex;
	justify-content: space-between;
}
.recJob_col {}
.recJob_col-img {
	width: 320px;
}
.recJob_image {
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding-bottom: 66.5625%;
	background-color: #ebebeb;
}
.recJob_image > img {
	display: block;
	transition-duration: .7s;
	transition-property: transform;
	object-fit: cover;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.recJob_col-txt {
	width: calc(100% - 350px);
	max-width: 605px;
}
.recJob_areaTxt {}
.recJob_areaType {
	font-size: 16px;
	display: flex;
	align-items: center;
	color: #3e4b7d;
	margin-bottom: 11px;
}
.recJob_type {
	font-weight: 600;
	white-space: nowrap;
	margin-right: 8px;
	display: flex;
	align-items: center;
}
.recJob_type_main {
	display: block;
	background-color: #eceded;
	line-height: 1.2;
	padding: 3px 10px;
	min-height: 26px;
	box-sizing: border-box;
}
.recJob_recruitment {}
.recJob_headline {
	font-size: 20px;
	font-weight: 600;
	color: #3e4b7d;
	line-height: 1.65;
	margin-bottom: 2px;
	letter-spacing: 0.05em;
}
.recJob_text {
	font-size: 16px;
}
.recJob_link {
	max-width: 244px;
	margin-top: 15px;
	font-size: 15px;
	font-weight: 600;
	color: #3c4978;
	border: 1px solid #c6c1d1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	padding: 3px 10px;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.recJob_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 55px;
}
.recJob_list > li {}
.recJob_list > li > a {
	min-height: 94px;
	font-size: 21px;
	font-weight: bold;
	background-color: #3e4b7d;
	color: #fff;
	border: none;
}
.recJob_list > li > a > .icon {
	display: block;
	margin-left: 10px;
}
.visual_sign {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 220px;
	width: 850px;
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-fill-mode: backwards;
	animation-delay: 1.3s;
}
.visual_sign > img {
	display: block;
}
.recJob_panel {
	display: none;
}
.recJob_panel.isShow {
	display: block;
}
.recJob_tabList {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 8px;
	margin-bottom: 40px;
}
.recJob_tabList > li {}
.recJob_tabList_btn {
	display: flex;
	height: 60px;
	background-color: #e6edf1;
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	align-items: center;
	justify-content: center;
	color: #3e4b7d;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.recJob_tabList_btn[aria-selected="true"] {
	background-color: #089cc4;
	color: #fff;
}
.recJob_tabList_btn > .icon {
	font-size: 12px;
	margin-right: 3px;
	transition-duration: .3s;
	transition-property: transform;
	margin-right: 5px;
}
.recJob_tabList_btn[aria-selected="true"] > .icon {
	transform: rotate(90deg);
}
.recJob_bnrList {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.recJob_bnrList > li {
	width: 49%;
	max-width: 450px;
}
.recJob_bnrList > li > a {
	text-decoration: none;
	color: inherit;
	border: 1px solid #dbdbdb;
	height: 94px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition-duration: .3s;
	transition-property: border-color, color;
}
.recJob_bnrList > li > a > img {
	display: block;
	max-width: 226px;
	height: auto;
	width: 100%;
}
@media screen and (min-width:1000px) {
	.recJob_tabList_btn:hover {
		background-color: #089cc4;
		color: #fff;
	}
	.recJob_bnrList > li > a:hover {
		border-color: #089cc4;
	}
	.recOffice_link > a:hover {
		background-color: #dce1f7;
	}
	.panoramaNav_link > a:hover {
		opacity: 0.8;
	}
	.recJob_cell > a:hover {}
	a:hover .recJob_image > img {
		transform: scale(1.1);
	}
	a:hover .recJob_link {
		background-color: #ebf7fa;
	}
	.recJob_list > li > a:hover {
		background-color: #dce1f7;
		color: #3e4b7d;
	}
}
@media screen and (max-width:999px) {
	.person {
		padding: 60px 0;
	}
	.person_inner {}
	.person_title {}
	.person_msg {}
	.person_list {}
	.person_list > li {}
	.person_list > li:first-child {}
	.person_list > li:last-child {}
	.person_list > li:nth-child(2n+1) {}
	.person_list > li:nth-child(n+3) {}
	.person_image {}
	.person_image > img {}
	.person_text {}
	.interview {}
	.interview_title {}
	.interview_links {}
	.recruit {}
	.recruit_inner {}
	.recruit_title {}
	.recruit_sect {}
	.recruit_headline {}
	.recruit_subhead {}
	.recruit_text {}
	.recOffice {}
	.recOffice_inner {}
	.recOffice_title {}
	.recOffice_cells {
		column-gap: 20px;
	}
	.recOffice_cell {}
	.recOffice_headline {
		font-size: 18px;
	}
	.recOffice_headline_number {}
	.recOffice_headline_txt {}
	.recOffice_text {}
	.recOffice_link {}
	.recOffice_link > a {}
	.panoramaNav {}
	.panoramaNav_inenr {}
	.panoramaNav_link {}
	.panoramaNav_link > a {}
	.panoramaNav_link > a > img {}
	.recJob {}
	.recJob_inner {}
	.recJob_title {
		margin-bottom: 48px;
	}
	.recJob_cells {}
	.recJob_cell {}
	.recJob_cell:last-child {}
	.recJob_cell > a {}
	.recJob_cols {}
	.recJob_col {}
	.recJob_col-img {
		width: 270px;
	}
	.recJob_image {}
	.recJob_image > img {}
	.recJob_col-txt {
		width: calc(100% - 300px);
	}
	.recJob_areaTxt {}
	.recJob_areaType {}
	.recJob_type {}
	.recJob_type_main {}
	.recJob_recruitment {}
	.recJob_headline {}
	.recJob_text {}
	.recJob_link {}
	.recJob_list {
		column-gap: 30px;
	}
	.recJob_list > li {}
	.recJob_list > li > a {}
	.recJob_list > li > a > .icon {}
	.visual_sign {
		width: 600px;
	}
	.visual_sign > img {}
	.recJob_panel {}
	.recJob_panel.isShow {}
	.recJob_tabList {}
	.recJob_tabList > li {}
	.recJob_tabList_btn {}
	.recJob_tabList_btn[aria-selected="true"] {}
	.recJob_tabList_btn > .icon {}
	.recJob_tabList_btn[aria-selected="true"] > .icon {}
	.recJob_bnrList {}
	.recJob_bnrList > li {}
	.recJob_bnrList > li > a {}
	.recJob_bnrList > li > a > img {}
}
@media screen and (max-width:767px) {
	.person {
		padding: 34px 0 40px;
	}
	.person_inner {}
	.person_title {}
	.person_msg {
		margin-bottom: 27px;
		font-size: 15px;
	}
	.person_list {
		display: block;
	}
	.person_list > li {
		width: auto;
		margin-left: 0;
		justify-content: space-between;
		align-items: center;
		margin-top: 40px;
	}
	.person_list > li:first-child {
		margin-top: 0;
	}
	.person_list > li:last-child {}
	.person_list > li:nth-child(2n+1) {}
	.person_list > li:nth-child(n+3) {}
	.person_image {
		margin-bottom: 16px;
	}
	.person_image > img {}
	.person_text {
		font-size: inherit;
	}
	.interview {}
	.interview_title {
		margin-bottom: 14px;
	}
	.interview_links {}
	.recruit {}
	.recruit_inner {
		margin-bottom: 25px;
	}
	.recruit_title {
		text-align: left;
		font-size: 24px;
	}
	.recruit_sect {}
	.recruit_headline {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.recruit_subhead {
		font-size: 20px;
		text-align: left;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	.recruit_text {
		line-height: 1.8125;
		text-align: left;
		margin-bottom: 0;
	}
	.recOffice {
		padding-top: 23px;
		padding-bottom: 30px;
		margin-bottom: 32px;
	}
	.recOffice_inner {}
	.recOffice_title {
		text-align: left;
		margin-bottom: 24px;
		font-size: 24px;
	}
	.recOffice_cells {
		display: block;
	}
	.recOffice_cell {
		display: block;
		margin-bottom: 30px;
	}
	.recOffice_cell:last-child {
		margin-bottom: 0;
	}
	.recOffice_headline {
		padding-left: 55px;
		font-size: 20px;
		margin-bottom: 15px;
	}
	.recOffice_headline_number {
		top: 50%;
		transform: translateY(-50%);
		display: flex;
		align-items: center;
		justify-content: center;
		left: 0;
	}
	.recOffice_headline_txt {}
	.recOffice_text {
		line-height: 1.82;
	}
	.recOffice_link {
		margin-top: 14px;
	}
	.recOffice_link > a {}
	.panoramaNav {
		margin-bottom: 50px;
	}
	.panoramaNav_inenr {}
	.panoramaNav_link {}
	.panoramaNav_link > a {}
	.panoramaNav_link > a > img {}
	.recJob {}
	.recJob_inner {
		padding-top: 28px;
	}
	.recJob_title {
		margin-bottom: 29px;
	}
	.recJob_cells {
		margin-bottom: 40px;
	}
	.recJob_cell {
		margin-bottom: 45px;
	}
	.recJob_cell:last-child {}
	.recJob_cell > a {}
	.recJob_cols {
		display: block;
	}
	.recJob_col {
		width: auto;
		max-width: none;
	}
	.recJob_col-img {
		margin-bottom: 15px;
	}
	.recJob_image {}
	.recJob_image > img {}
	.recJob_col-txt {}
	.recJob_areaTxt {}
	.recJob_areaType {}
	.recJob_type {}
	.recJob_type_main {}
	.recJob_recruitment {}
	.recJob_headline {}
	.recJob_text {}
	.recJob_link {
		margin: 20px auto 0;
	}
	.recJob_list {
		display: block;
	}
	.recJob_list > li {}
	.recJob_list > li:nth-child(n+2) {
		margin-top: 20px;
	}
	.recJob_list > li > a {
		min-height: 74px;
	}
	.recJob_list > li > a > .icon {}
	.visual_sign {
		width: 224px;
		bottom: 150px;
	}
	.visual_sign > img {}
	.recJob_panel {}
	.recJob_panel.isShow {}
	.recJob_tabList {
		margin-bottom: 20px;
	}
	.recJob_tabList > li {}
	.recJob_tabList_btn {
		height: 50px;
		font-size: 14px;
	}
	.recJob_tabList_btn[aria-selected="true"] {}
	.recJob_tabList_btn > .icon {
		font-size: 10px;
	}
	.recJob_tabList_btn[aria-selected="true"] > .icon {}
	.recJob_bnrList {}
	.recJob_bnrList > li {}
	.recJob_bnrList > li > a {
		height: 60px;
	}
	.recJob_bnrList > li > a > img {
		max-width: 120px;
	}
}
@media screen and (max-width:374px) {
	.recOffice_headline {
		font-size: 18px;
	}
}
