@charset "UTF-8";

.tenshokuTopMv {
	display: flex;
	align-items: center;
	background: url("/assets/img/tenshoku/top_mv.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 420px
}

.webp .tenshokuTopMv {
	background-image: url("/assets/img/tenshoku/top_mv.webp");
}
@media screen and (max-width:560px) {
	.tenshokuTopMv {
		height: 210px;
		background-position: 20% 50%
	}
}
.tenshokuTopHeading {
	padding-left: 2em;
	margin-right: auto
}
.tenshokuTopMvContent {
	background: rgba(27, 100, 171, 0.7);
	width: 40%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}
@media screen and (max-width:560px) {
	.tenshokuTopMvContent {
		background: #1b64ab;
		padding: 2em 0;
		width: 100%
	}
}
.tenshokuTopMvContentInner {
	width: 80%
}
@media screen and (max-width:560px) {
	.tenshokuTopMvContentInner {
		width: 90%
	}
}
.tenshokuTopMvTitle {
	font-size: 24px;
	color: #fff;
	margin-bottom: 1em;
	text-align: center
}
@media screen and (max-width:560px) {
	.tenshokuTopMvTitle {
		font-size: 20px
	}
}
.tenshokuTopMvTitle>img {
	padding-right: 0.5em
}
@media screen and (max-width:560px) {
	.tenshokuTopMvTitle>img {
		width: 25px;
		padding-right: 0.2em
	}
}
.tenshokuMvTopFormRow {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* gap: 1em */
}
.tenshokuMvTopFormKeyword {
	margin-bottom: 0.5em;
	width: 100%;
}
.tenshokuMvTopFormKeyword input{
	border-radius: 3px;
	width: 100%;
	padding: 1em;
	background-color: #f0f3f5;
}
.tenshokuMvTopFormRow .tenshokuMvTopForm:nth-child(n + 2) {
	margin-left: 1em;
}
.tenshokuMvTopFormClear {
	text-align: center;
	width: 100%;
	margin-top: 1em;
}
@media screen and (max-width:560px) {
	/* .tenshokuMvTopFormRow {
		gap: 0.5em
	} */
	.tenshokuMvTopFormRow .tenshokuMvTopForm:nth-child(n + 2) {
		margin-left: 0.5em;
	}
}
.tenshokuMvTopForm {
	display: inline-block;
	background: #fff;
	font-weight: bold;
	font-size: 20px;
	flex: 1;
	border-radius: 3px;
	position: relative;
	width: 137px;
}
@media screen and (max-width:560px) {
	.tenshokuMvTopForm {
		font-size: 16px;
		width: 33%;
	}
}
.tenshokuMvTopForm>a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 1em 2.5em 1em 1em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.tenshokuMvTopForm::after {
	content: "";
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #98a6b5;
	border-right: 2px solid #98a6b5;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 15%
}
.tenshokuMvTopFormLarge {
	margin-top: 0.5em;
	display: inline-block;
	background: #fff;
	font-weight: bold;
	font-size: 20px;
	width: 70%;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.5em 1em;
	margin-right: 0.5em;
}
@media screen and (max-width:560px) {
	.tenshokuMvTopFormLarge {
		width: 75%;
		font-size: 16px;
		padding: 0.5em;
	}
}
.tenshokuMvTopFormLarge>a {
	display: inline-block;
	padding: 1em
}
.tenshokuMvTopFormLarge>span {
	display: inline-block;
	white-space: nowrap;
	padding: 0.5em 0
}
.tenshokuMvTopFormInput {
	width: 75px;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	background: #f0f3f5;
	position: relative
}
@media screen and (max-width:560px) {
	.tenshokuMvTopFormInput {
		width: 30%;
	}
}
.tenshokuMvTopFormInput input {
	padding: 1em 0.8em;
	width: 100%
}
@media screen and (max-width:560px) {
	.tenshokuMvTopFormInput>select {
		padding: 1em 0.4em
	}
}
/* .tenshokuMvTopFormInput::after {
	content: "";
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #98a6b5;
	border-right: 2px solid #98a6b5;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 15%
} */
.tenshokuMvTopFormInput::placeholder {
	color: #3b4043
}
.tenshokuTopMvContent.spNone .tenshokuMvTopFormInputTxt {
	font-size: 14px
}
.tenshokuMvTopSubmitContainer {
	width: 30%;
	margin-top: 0.5em;
	border: 2px solid #fff;
	background: #004831
}
@media screen and (max-width:560px) {
	.tenshokuMvTopSubmitContainer.btn::before, .tenshokuMvTopSubmitContainer.btn::after {
		display: none
	}
}
.tenshokuMvTopSubmitContainer:hover {
	border: 2px solid #004831;
	color: #004831;
}
@media screen and (max-width:560px) {
	.tenshokuMvTopSubmitContainer {
		width: 25%;
		border-radius: 30px;
	}
}
.tenshokuMvTopSubmit {
	display: inline-block;
	font-size: 20px;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	padding: 0.7em 1em 0.7em 0
}
@media screen and (max-width:560px) {
	.tenshokuMvTopSubmit {
		padding: 0.7em
	}
}
.tenshokuMvTopSearchContainer {
	width: 100%;
	border-radius: 6px;
	margin-top: 2em;
	position: relative;
	background: #fff
}
@media screen and (max-width:560px) {
	.tenshokuMvTopSearchContainer {
		margin-top: 0.5em
	}
}
.tenshokuMvTopSearchContainer>input {
	display: inline-block;
	width: 100%;
	padding: 1em
}
.tenshokuMvTopSearchInput {
	height: 80%;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	z-index: 2;
	background: #004831;
	border: 2px solid #004831;
	color: #fff;
	border-radius: 30px;
	padding: 0 2em 0 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	transition: all 0.3s
}
.tenshokuMvTopSearchInput::after {
	content: '';
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(-45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 15%
}
.tenshokuMvTopSearchInput:hover {
	background: #fff;
	color: #004831
}
.tenshokuMvTopSearchInput:hover::after {
	border-color: #004831
}
.tenshokuTopInner {
	/* width: 90%;
	max-width: 1160px; */
	/* width: 1160px; */
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto
}
@media screen and (max-width:560px) {
	.tenshokuTopInner {
		width: 90%;
		padding: 0;
	}
}
.tenshokuTopRecruitment {
	padding: 5em 0;
	width: 100%;
	margin: 0 auto
}
@media screen and (max-width:560px) {
	.tenshokuTopRecruitment {
		padding: 2em 0 2em 0
	}
}
.tenshokuTopRecruitmentTitleContainer {
	display: flex;
	justify-content: space-between;
	align-items: center
}
@media screen and (max-width:560px) {
	.tenshokuTopRecruitmentTitleContainer {
		display: block
	}
}
.tenshokuTopRecruitmentTitle {
	font-size: 32px;
	font-weight: bold;
	color: #004831
}
@media screen and (max-width:560px) {
	.tenshokuTopRecruitmentTitle {
		font-size: 20px;
		text-align: center
	}
}
@media screen and (max-width:560px) {
	.tenshokuTopRecruitmentLinkContainer {
		display: flex;
		justify-content: center
	}
}
.tenshokuTopRecruitmentLink {
	display: flex;
	align-items: center;
	/* gap: 1em; */
	font-weight: bold;
	transition: all 0.3s
}
.tenshokuTopRecruitmentLink .circle{
	margin-right: 1em
}
@media screen and (max-width:560px) {
	/* .tenshokuTopRecruitmentLink {
		gap: 0.5em
	} */
	.tenshokuTopRecruitmentLink .circle{
		margin-right: 0.5em
	}
}
.tenshokuTopRecruitmentList {
	padding: 2em 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2em 3em
}
@media screen and (max-width:560px) {
	.tenshokuTopRecruitmentList {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px
	}
}
.tenshokuTopRecruitmentItem {
	border: 1px solid #CDD6DD;
	border-radius: 6px;
	box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.03)
}
.tenshokuTopRecruitmentItemTop {
	padding: 1em 2em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #CDD6DD;
	background: rgba(240, 243, 245, 0.5);
	font-weight: bold;
	font-size: 20px
}
@media screen and (max-width:560px) {
	.tenshokuTopRecruitmentItemTop>h3 {
		line-height: 1.5;
		display: inline;
		font-size: 16px
	}
}
@media screen and (max-width:560px) {
	.tenshokuTopRecruitmentItemTop {
		padding: 0.7em 1em;
		display: block
	}
}
.tenshokuTopRecruitmentItemBottom {
	padding: 1em 2em;
	display: flex;
	justify-content: space-between;
	align-items: center
}
@media screen and (max-width:560px) {
	.tenshokuTopRecruitmentItemBottom {
		padding: 0.7em 1.2em 1em 1.2em;
		display: block
	}
}
.tenshokuTopRecruitmentItemBottomInfo {
	width: 60%
}
@media screen and (max-width:560px) {
	.tenshokuTopRecruitmentItemBottomInfo {
		width: 100%
	}
}
.tenshokuTopRecruitmentItemBottomInfo>p {
	font-weight: bold;
	padding-bottom: 1em;
	line-height: 1.4;
}
@media screen and (max-width:560px) {
	.tenshokuTopRecruitmentItemBottomInfo>p {
		font-size: 14px
	}
}
.tenshokuTopRecruitmentItemBottomInfo>ul>li {
	position: relative;
	font-size: 14px;
	padding: 0 0 0.7em 0.5em;
	padding-left: 0.7em
}
@media screen and (max-width:560px) {
	.tenshokuTopRecruitmentItemBottomInfo>ul>li {
		font-size: 13px
	}
}
.tenshokuTopRecruitmentItemBottomInfo>ul>li>span {
	font-weight: bold;
	color: #3B4043
}
.tenshokuTopRecruitmentItemBottomInfo>ul>li:before {
	content: "";
	border-radius: 50%;
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	left: 0;
	top: 0.6em;
	background: #98A6B5
}
.tenshokuTopRecruitmentItemBottomButtons {
	width: 35%
}
@media screen and (max-width:560px) {
	.tenshokuTopRecruitmentItemBottomButtons {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		/* 	gap: 0.5em; */
		margin-top: 1em
	}
	.tenshokuTopRecruitmentItemBottomButtons .btn {
		margin-right: 0.5em;
	}
}
.tenshokuTopRecruitmentItemBottomButtons>a {
	font-size: 14px;
	text-align: left;
	display: inline-block;
	width: 100%;
	padding: 1em
}
@media screen and (max-width:560px) {
	.tenshokuTopRecruitmentItemBottomButtons>a {
		font-size: 12px
	}
}
.tenshokuTopRecruitmentItemBottomButtons>a:first-child {
	margin-bottom: 1em
}
@media screen and (max-width:560px) {
	.tenshokuTopRecruitmentItemBottomButtons>a:first-child {
		margin-bottom: 0
	}
}
@media screen and (max-width:560px) {
	.tenshokuTopRecruitmentItemBottomButtons>a:last-child {
		padding-right: 0.5em
	}
}
.tenshokuTopMiddle {
	padding: 3em 0;
	background-image: url("/assets/img/tenshoku/top_middle.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative
}
.webp .tenshokuTopMiddle {
	background-image: url("/assets/img/tenshoku/top_middle.webp");
}
.tenshokuTopMiddle::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: rgba(27, 100, 171, 0.5)
}
@media screen and (max-width:560px) {
	.tenshokuTopMiddle {
		display: none
	}
}
.tenshokuTopMiddleContent {
	width: 70%;
	max-width: 960px;
	position: sticky;
	z-index: 3;
	margin: 0 auto;
	background: #fff;
	padding: 2em 3em;
	display: flex;
	align-items: center;
	border: 5px solid rgba(27, 100, 171, 0.15)
}
.tenshokuTopMiddleContent>p {
	font-size: 20px;
	margin-left: 1em;
	margin-right: auto
}
.tenshokuTopMiddleLink {
	width: 30%;
	padding: 1em 0;
	position: relative
}
.tenshokuTopMiddleLink>svg {
	margin-right: 1em
}
.tenshokuTopFeature {
	background: rgba(27, 100, 171, 0.15);
	padding: 3em 0
}
@media screen and (max-width:560px) {
	.tenshokuTopFeature {
		padding: 35px 0 30px 0
	}
}
.tenshokuTopFeatureTitle {
	font-size: 32px;
	font-weight: bold;
	color: #004831;
	text-align: center
}
@media screen and (max-width:560px) {
	.tenshokuTopFeatureTitle {
		font-size: 20px
	}
}
.tenshokuTopFeatureList {
	/* width: 90%;
	max-width: 1160px; */
	/* width: 1160px; */
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1em 2em;
	margin-top: 2em
}
@media screen and (max-width:560px) {
	.tenshokuTopFeatureList {
		width: 90%;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
		padding: 0;
	}
}
.tenshokuTopFeatureItem {
	display: flex;
	align-items: center;
	background: #fff;
	border: 1px solid #CDD6DD;
	border-radius: 6px
}
.tenshokuTopFeatureItem img {
	width: 173px;
	height: auto
}
@media screen and (max-width:560px) {
	.tenshokuTopFeatureItem img {
		width: 84px;
		height: 84px;
		object-fit: cover
	}
}
.tenshokuTopFeatureItemTitle {
	width: 70%;
	font-weight: lighter;
	padding: 0 1em 0 2em;
	display: flex;
	justify-content: space-between;
	align-items: center
}
@media screen and (max-width:560px) {
	.tenshokuTopFeatureItemTitle {
		padding: 0 0em 0 1em
	}
}
.tenshokuTopFeatureItemTitle>h3 {
	font-size: 20px;
	display: inline-block;
	margin-right: auto;
	font-weight: bold;
}
@media screen and (max-width:560px) {
	.tenshokuTopFeatureItemTitle>h3 {
		font-size: 14px;
		line-height: 1.5
	}
}
@media screen and (max-width:560px) {
	.tenshokuTopFeatureItemTitle>h3>span {
		display: block
	}
}
.tenshokuTopBottom {
	/* max-width: 1160px; */
	width: 1240px;
	padding: 5em 20px;
	margin: 0 auto
}
@media screen and (max-width:560px) {
	.tenshokuTopBottom {
		padding: 30px 0;
		width: 100%;
	}
}
.tenshokuTopBottomTxt {
	display: block;
	width: 70%;
	margin: 0 auto;
	text-align: left;
	color: #004831;
	font-size: 20px;
	line-height: 1.5
}
@media screen and (max-width:560px) {
	.tenshokuTopBottomTxt {
		width: 90%;
		font-size: 16px
	}
}
.tenshokuTopBottomContent {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* gap: 2em; */
	padding-top: 3em
}
.tenshokuTopBottomContent .tenshokuTopBottomLink:nth-child(n + 2) {
	margin-left: 2em;
}
@media screen and (max-width:560px) {
	.tenshokuTopBottomContent {
		padding-top: 30px;
		display: block
	}
	.tenshokuTopBottomContent .tenshokuTopBottomLink:nth-child(n + 2) {
		margin-left: 0;
	}
}
.tenshokuTopBottomLink {
	flex: 1;
	height: 120px;
	background: #F0F3F5;
	border-radius: 3px;
	border-bottom: 2px solid #E1E7EB;
	display: flex;
	align-items: center;
	padding: 0 1em;
	font-weight: bold;
	transition: all 0.3s
}
@media screen and (max-width:560px) {
	.tenshokuTopBottomLink {
		margin-bottom: 0.5em;
		height: 64px
	}
}
.tenshokuTopBottomLink>img {
	padding: 0 1em
}
@media screen and (max-width:560px) {
	.tenshokuTopBottomLink:nth-child(2) img {
		padding: 0 13px;
	}
	.tenshokuTopBottomLink:nth-child(3) img {
		padding: 0 11px;
	}
}
.tenshokuTopBottomLink>.circle {
	margin-left: auto
}
.tenshokuTopFooter {
	padding: 1em 0;
	background: #1B64AB;
	text-align: center;
	color: #ffffff
}
.tenshokuTopFooterBtnContainer {
	padding-top: 1em
}
.tenshokuTopFooterBtn {
	padding: 1em 0;
	display: inline-block;
	width: 70%
}
.tenshokuTopFooterBtn::after {
	border-color: #1B64AB
}
@media screen and (max-width:560px) {
	.tenshokuTopFooterBtn svg {
		fill: #1B64AB;
		margin-right: 10px;
	}
	/* .tenshokuTopFooterBtn:hover svg {
		fill: #fff;
	} */
	.tenshokuSearchRecruitment {
		padding: 3em 0 2em 0;
		width: 90%;
		margin: 0 auto
	}
}
.tenshokuSearchResultContainer {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.tenshokuSearchResult {
	font-size: 14px;
	color: #3B4043
}
@media screen and (max-width:560px) {
	.tenshokuSearchResult {
		font-size: 12px
	}
}
.tenshokuSearchRecruitmentList {
	padding: 2em 0;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 2em
}
@media screen and (max-width:560px) {
	.tenshokuSearchRecruitmentList {
		gap: 20px
	}
}
.tenshokuSearchRecruitmentItem {
	border: 1px solid #CDD6DD;
	border-radius: 6px;
	box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.03)
}
.tenshokuSearchRecruitmentItemTop {
	padding: 1em 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #CDD6DD;
	background: rgba(240, 243, 245, 0.5);
	font-weight: bold;
	font-size: 20px
}
@media screen and (max-width:560px) {
	.tenshokuSearchRecruitmentItemTop>h3 {
		font-size: 16px;
		line-height: 1.5;
		display: inline
	}
}
@media screen and (max-width:560px) {
	.tenshokuSearchRecruitmentItemTop {
		padding: 0.7em 1rem;
		display: block
	}
}
.tenshokuSearchRecruitmentItemBottom {
	padding: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center
}
@media screen and (max-width:560px) {
	.tenshokuSearchRecruitmentItemBottom {
		padding: 1rem;
		display: block
	}
}
.tenshokuSearchRecruitmentItemBottomInfo {
	width: 70%
}
@media screen and (max-width:560px) {
	.tenshokuSearchRecruitmentItemBottomInfo {
		width: 100%
	}
}
.tenshokuSearchRecruitmentItemBottomInfo>p {
	font-weight: bold;
	padding-bottom: 1em;
	line-height: 1.4;
}
@media screen and (max-width:560px) {
	.tenshokuSearchRecruitmentItemBottomInfo>p {
		font-size: 14px
	}
}
.tenshokuSearchRecruitmentItemDlBlock {
	display: flex;
	font-size: 14px;
}
.tenshokuSearchRecruitmentItemDlBlock:nth-child(n + 2) {
	padding: 0.7em 0 0 0;
}
.tenshokuSearchRecruitmentItemDt::before {
	content: "";
	border-radius: 50%;
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	left: 0;
	top: 0.6em;
	background: #98a6b5;
}
.tenshokuSearchRecruitmentItemDt {
	font-weight: bold;
	color: #3b4043;
	position: relative;
	padding-left: 10px;
}
.tenshokuSearchRecruitmentItemDlBlock:nth-child(1) .tenshokuSearchRecruitmentItemDt {
	width: 6em;
}
.tenshokuSearchRecruitmentItemDlBlock:nth-child(1) .tenshokuSearchRecruitmentItemDd {
	width: calc(100% - 6em);
}
.tenshokuSearchRecruitmentItemDlBlock:nth-child(2) .tenshokuSearchRecruitmentItemDt {
	width: 5em;
}
.tenshokuSearchRecruitmentItemDlBlock:nth-child(2) .tenshokuSearchRecruitmentItemDd {
	width: calc(100% - 5em);
}
.tenshokuSearchRecruitmentItemDlBlock:nth-child(3) .tenshokuSearchRecruitmentItemDt {
	width: 4em;
}
.tenshokuSearchRecruitmentItemDlBlock:nth-child(3) .tenshokuSearchRecruitmentItemDd {
	width: calc(100% - 4em);
}
@media screen and (max-width:560px) {
	.tenshokuSearchRecruitmentItemDlBlock {
		font-size: 13px;
	}
}
.tenshokuSearchRecruitmentItemBottomButtons {
	width: 25%
}
@media screen and (max-width:560px) {
	.tenshokuSearchRecruitmentItemBottomButtons {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		/* gap: 0.5em; */
		margin-top: 1em
	}
	.tenshokuSearchRecruitmentItemBottomButtons .btn:nth-child(n + 2) {
		margin-left: 0.5em;
	}
}
.tenshokuSearchRecruitmentItemBottomButtons>a {
	display: inline-block;
	width: 100%;
	padding: 17px 20px;
	text-align: left;
	font-size: 14px
}
@media screen and (max-width:560px) {
	.tenshokuSearchRecruitmentItemBottomButtons>a {
		text-align: left;
		font-size: 12px;
		padding: 14px 0 14px 1em
	}
}
.tenshokuSearchRecruitmentItemBottomButtons>a:first-child {
	margin-bottom: 1em
}
@media screen and (max-width:560px) {
	.tenshokuSearchRecruitmentItemBottomButtons>a:first-child {
		margin-bottom: 0
	}
}
.tenshokuSearchRecruitmentRecommend {
	margin-top: 80px;
	text-align: center;
}
.tenshokuSearchRecruitmentRecommend .btn {
	padding: 1em 0;
	width: 30%;
	display: inline-block;
}
.tenshokuSearchRecruitmentRecommend svg {
	width: 20px;
	fill: #fff;
	margin-right: 5px;
}
@media screen and (max-width:560px) {
	.tenshokuSearchRecruitmentRecommend {
		margin-top: 40px;
	}
	.tenshokuSearchRecruitmentRecommend .btn {
		width: 80%;
	}
}
.companyOutlineList {
	width: 100%
}
.companyOutlineList.mb {
	margin-bottom: 3em
}
@media screen and (max-width:560px) {
	.companyOutlineList.mb {
		margin-bottom: 40px
	}
}
.companyOutlineItem {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1.5em 0;
	border-top: 1px solid #CDD6DD
}
@media screen and (max-width:560px) {
	.companyOutlineItem {
		padding: 20px 0
	}
}
@media screen and (max-width:560px) {
	.companyOutlineItem:last-child {
		padding-bottom: 0
	}
}
.companyOutlineItemHeader {
	width: 20%;
	color: #3B4043
}
@media screen and (max-width:560px) {
	.companyOutlineItemHeader {
		font-size: 12px;
		width: 25%
	}
}
.companyOutlineItemData {
	width: 70%;
	font-size: 16px;
	line-height: 1.5;
	color: #1A1A1A
}
@media screen and (max-width:560px) {
	.companyOutlineItemData {
		font-size: 14px
	}
}
.tenshokuDetailEntryButtonContainer {
	background: rgba(27, 100, 171, 0.15);
	padding: 3em 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 60px 0 90px 0
}
@media screen and (max-width:560px) {
	.tenshokuDetailEntryButtonContainer {
		margin: 20px 0 30px 0
	}
}
.tenshokuDetailEntryButtonContainer>a {
	padding: 1em 3em
}
.supplementText {
	color: #3B4043;
	font-size: 14px;
	padding: 0.5em 0;
	line-height: 1.5
}
.supplementText.pt {
	padding-top: 20px
}
.supplementText.mb {
	margin-bottom: 20px
}
.supplementText.isRight {
	text-align: right
}
.tenshokuDetailBackButtonContainer {
	display: flex;
	justify-content: center
}
.tenshokuDetailBackButtonContainer>a {
	text-align: left;
	font-size: 14px;
	padding: 17px 58px 17px 32px
}
@media screen and (max-width:560px) {
	.tenshokuDetailBackButtonContainer>a {
		text-align: center;
		padding: 10px 0;
		width: 100%;
		margin: 0 auto 3em auto
	}
}
@media screen and (max-width:560px) {
	.tenshokuDetailBackButtonContainer {
		padding: 10px 0;
		width: 70%;
		margin: 0 auto 0 auto
	}
}
.tenshokuSidebar {
	background: #1b64ab;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px
}
.tenshokuSidebar + .Sidebar{
	margin-top: 3em;
}
@media screen and (max-width:560px) {
	.tenshokuSidebar {
		width: 100%;
		border-radius: 0
	}
}
.tenshokuSidebarInner {
	width: 90%;
	padding: 2em 0
}
@media screen and (max-width:560px) {
	.tenshokuSidebarInner {
		padding: 35px 0 30px 0
	}
}
.tenshokuSidebarTitle {
	font-size: 20px;
	color: #fff;
	margin-bottom: 1em;
	text-align: center
}
.tenshokuSidebarTitle>img {
	width: 30px;
	margin-right: 0.3em
}
.tenshokuSidebarFormRowKeyword {
	margin-bottom: 0.5em;
	width: 100%;
}
.tenshokuSidebarFormRowKeyword input {
	border-radius: 3px;
	width: 100%;
	padding: 1em 1.5em;
	background-color: #f0f3f5;
}
.tenshokuSidebarFormRow.mb {
	margin-bottom: 10px
}
@media screen and (max-width:560px) {
	.tenshokuSidebarFormRow {
		display: flex;
		justify-content: space-between;
		align-items: center;
		/* gap: 0.5em */
	}
	.tenshokuSidebarFormRow .tenshokuSidebarForm:nth-child(n + 2) {
		margin-left: 0.5em;
	}
}
.tenshokuSidebarForm {
	background: #fff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 3px;
	position: relative;
	margin-bottom: 0.5em
}
@media screen and (max-width:560px) {
	.tenshokuSidebarForm {
		flex: 1;
		width: 32%;
	}
}
.tenshokuSidebarForm > a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 1em 3em 1em 1.5em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
@media screen and (max-width:560px) {
	.tenshokuSidebarForm > a {
		padding: 1em;
	}
}
.tenshokuSidebarForm::after {
	content: "";
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #98a6b5;
	border-right: 2px solid #98a6b5;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 10%
}
.tenshokuSidebarFormLarge {
	margin-top: 0.5em;
	background: #fff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 3px;
	padding: 0.5em 1em;
	display: flex;
	align-items: center;
	justify-content: space-between
}
@media screen and (max-width:560px) {
	.tenshokuSidebarFormLarge {
		margin: 0;
		display: flex;
		align-items: center;
		width: 75%;
		padding: 0.5em;
	}
}
.tenshokuSidebarFormLarge>a {
	display: inline-block;
	padding: 1em
}
.tenshokuSidebarFormLarge>span {
	display: inline-block;
	white-space: nowrap;
	padding: 0.5em 0
}
.tenshokuSidebarFormLargeRight {
	width: 70%
}
@media screen and (max-width:560px) {
	.tenshokuSidebarFormLarge>span {
		width: 20%;
	}
	.tenshokuSidebarFormLargeRight {
		width: 80%;
		display: flex;
		/* gap: 2em; */
		justify-content: space-between;
		align-items: center;
		margin-left: 0;
	}
}
.tenshokuSidebarFormInput {
	width: 110px;
	font-size: 14px;
	font-weight: normal;
	background: #f0f3f5;
	position: relative
}
@media screen and (max-width:560px) {
	.tenshokuSidebarFormInput {
		width: 50%;
		background-color: inherit;
	}
	.tenshokuSidebarFormLargeRight .tenshokuSidebarFormInput:first-child {

	}
}
.tenshokuSidebarFormInput>select {
	padding: 1em 0.8em;
	width: 100%;
	border-radius: 6px;
	background: #F0F3F5
}
@media screen and (max-width:560px) {
	.tenshokuSidebarFormInput>select {
		padding: 1em 0.4em
	}
}
.tenshokuSidebarFormInput input {
	padding: 1em 0.8em;
	width: 100%;
	border-radius: 6px;
	background: #F0F3F5
}
@media screen and (max-width:560px) {
	.tenshokuSidebarFormInput input {
		padding: 1em 0.4em;
		width: 70%;
		border-radius: 0;
	}
}
/* .tenshokuSidebarFormInput::before {
	content: "";
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #98a6b5;
	border-right: 2px solid #98a6b5;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 15%
} */
.tenshokuSidebarFormInput.bottom::after {
	content: '〜';
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	right: -15%;
	transform: translateY(-50%)
}
@media screen and (max-width:560px) {
	.tenshokuSidebarFormInput.bottom::after {
		right: 9%;
	}
}
@media screen and (max-width:560px) {
	/* .tenshokuSidebarFormInput.top {
		margin-right: 2.5em
	} */
}
.tenshokuSidebarFormInput.top::after {
	content: '万円';
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	right: -30%;
	transform: translateY(-50%)
}
@media screen and (max-width:560px) {
	.tenshokuSidebarFormInput.top::after {
		right: 0;
	}
}
.tenshokuSidebarFormInput:first-child {
	margin-bottom: 0.2em
}
.tenshokuSidebarFormInput::placeholder {
	color: #3b4043
}
.tenshokuSidebarSubmitContainer {
	width: 80%;
	margin: 1.5em auto;
	border: 2px solid #fff;
	background: #004831
}
.tenshokuSidebarSubmitContainer:hover {
	border: 2px solid #004831;
	color: #004831
}
.tenshokuSidebarSubmitContainer:hover::before, .tenshokuSidebarSubmitContainer:hover::after {
	background: #004831
}
.tenshokuSidebarClear {
	text-align: center;
}
.btnClear {
	color: #fff;
}
.btnClear:hover {
	text-decoration: underline;
}
@media screen and (max-width:560px) {
	.tenshokuSidebarSubmitContainer {
		width: 25%;
		border-radius: 30px;
		margin: 0 0 0 0.5em;
	}
	.tenshokuSidebarSubmitContainer::before, .tenshokuSidebarSubmitContainer::after {
		display: none
	}
	.tenshokuSidebarClear {
		width: 100%;
		margin-top: 1em;
	}
}
.tenshokuSidebarSubmit {
	display: inline-block;
	font-size: 20px;
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 0.7em 1em
}
@media screen and (max-width:560px) {
	.tenshokuSidebarSubmit {
		text-align: center;
		border-radius: 30px;
		padding: 0.7em;
	}
}
.tenshokuSidebarSearchContainer {
	width: 100%;
	border-radius: 6px;
	position: relative;
	background: #fff
}
.tenshokuSidebarSearchContainer input {
	display: inline-block;
	font-size: 14px;
	width: 100%;
	padding: 1em
}
.tenshokuSidebarSearchInput {
	font-size: 14px;
	height: 80%;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	z-index: 2;
	background: #004831;
	color: #fff;
	border-radius: 30px;
	padding: 0 2em 0 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	transition: all 0.3s;
	border: 2px solid #004831
}
.tenshokuSidebarSearchInput:hover {
	background: #fff;
	color: #004831
}
.tenshokuSidebarSearchInput:hover::after {
	border-color: #004831
}
.tenshokuSidebarSearchInput::after {
	content: '';
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(-45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 15%
}
.tenshokuSidebarEntryButtonContainer {
	background: rgba(27, 100, 171, 0.15);
	padding: 3em 0;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1em
}
.tenshokuSidebarEntryButtonContainer>a {
	display: inline-block;
	width: 80%;
	padding: 1em 0;
	font-size: 12px;
	line-height: 1.5
}
.tenshokuSidebarEntryButtonContainer>a>span {
	display: block;
	font-size: 16px
}
.tenshokuEntryBottom {
	background: #1B64AB;
	padding: 65px 0 90px 0
}
@media screen and (max-width:560px) {
	.tenshokuEntryBottom {
		padding: 35px 0 30px 0
	}
}
.tenshokuEntryBottomHeading {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-bottom: 2em
}
@media screen and (max-width:560px) {
	.tenshokuEntryBottomHeading {
		font-size: 16px
	}
}
.tenshokuEntryBottomContents {
	/* max-width: 1160px;
	width: 90%; */
	/* width: 1160px; */
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 2em
}
@media screen and (max-width:560px) {
	.tenshokuEntryBottomContents {
		width: 90%;
		padding: 0;
		display: block
	}
}
.tenshokuEntryBottomButton {
	flex: 1;
	background: #fff;
	border-radius: 6px;
	padding: 30px 20px 30px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s
}
@media screen and (max-width:560px) {
	.tenshokuEntryBottomButton {
		padding: 20px
	}
}
@media screen and (max-width:560px) {
	.tenshokuEntryBottomButton:nth-of-type(1) {
		margin-bottom: 10px
	}
}
.tenshokuEntryBottomButtonLeftTitle {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.5
}
@media screen and (max-width:560px) {
	.tenshokuEntryBottomButtonLeftTitle {
		font-size: 20px
	}
}
.tenshokuEntryBottomButtonLeft {
	height: 100%
}
.tenshokuEntryBottomButtonLeftTxt {
	color: #004831;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 1em
}
/* .tenshokuEntryBottomButtonLeftTxt.mb {
	margin-bottom: 3em
} */
@media screen and (max-width:560px) {
	/* .tenshokuEntryBottomButtonLeftTxt.mb {
		margin-bottom: 2em
	} */
}
@media screen and (max-width:560px) {
	.tenshokuEntryBottomButtonLeftTxt {
		font-size: 12px
	}
}
.tenshokuEntryBottomButtonLeftSubTxt {
	font-size: 14px;
	color: #3B4043
}
@media screen and (max-width:560px) {
	.tenshokuEntryBottomButtonLeftSubTxt {
		font-size: 12px
	}
}
.tenshokuEntryConfirmTxt {
	margin: 60px 0
}
@media screen and (max-width:560px) {
	.tenshokuEntryConfirmTxt {
		margin: 40px 0 60px 0
	}
}
.wpContent.tenshokuConsultant {
	margin: 0;
}
.tenshokuConsultantList {
	padding: 2em 0 4em 0
}
@media screen and (max-width:560px) {
	.tenshokuConsultantList {
		padding: 1em 0 2em 0
	}
}
.tenshokuConsultantList.mbBottom {
	padding: 0 0 2em 0
}
.tenshokuConsultantItem>a {
	display: flex;
	align-items: center;
	border-top: 1px solid #cdd6dd;
	padding: 1em 0
}
.tenshokuConsultantItemImg {
	width: 20%;
	margin-right: 2em
}
@media screen and (max-width:560px) {
	.tenshokuConsultantItemImg {
		aspect-ratio: 1;
		object-fit: cover;
		margin-right: 1em
	}
}
.tenshokuConsultantItemContent {
	margin-right: auto;
	width: 65%
}
.tenshokuConsultantItem--noImage .tenshokuConsultantItemContent {
	width: 90%
}
.tenshokuConsultantItemDepartment {
	font-weight: bold;
	font-size: 14px;
	color: #004831
}
@media screen and (max-width:560px) {
	.tenshokuConsultantItemDepartment {
		font-size: 13px
	}
}
.tenshokuConsultantItemName {
	font-weight: bold;
	font-size: 24px;
	padding: 0.5em 0 1em 0
}
@media screen and (max-width:560px) {
	.tenshokuConsultantItemName {
		font-size: 16px;
		padding-bottom: 0.5em;
	}
}
.tenshokuConsultantItemTxt {
	color: #3b4043;
	font-size: 16px;
	line-height: 1.5
}
@media screen and (max-width:560px) {
	.tenshokuConsultantItemTxt {
		font-size: 13px
	}
}
.tenshokuConsultantDetailImg {
	width: 100%;
	margin-bottom: 3em
}
@media screen and (max-width:560px) {
	.tenshokuConsultantDetailImg {
		margin-bottom: 30px
	}
}
.tenshokuConsultantDetailImg.mt {
	margin-top: 3em
}
@media screen and (max-width:560px) {
	.tenshokuConsultantDetailImg.mt {
		margin-top: 10px
	}
}
.tenshokuConsultantDetailQAContainer {
	margin-bottom: 40px
}
@media screen and (max-width:560px) {
	.tenshokuConsultantDetailQAContainer {
		margin-bottom: 20px
	}
}
.tenshokuConsultantDetailQuestion {
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 20px;
	line-height: 1.5
}
.tenshokuConsultantDetailQuestion>span {
	color: #004831;
	font-size: 24px;
	font-weight: bold
}
@media screen and (max-width:560px) {
	.tenshokuConsultantDetailQuestion>span {
		font-size: 16px
	}
}
@media screen and (max-width:560px) {
	.tenshokuConsultantDetailQuestion {
		font-size: 16px;
		margin-bottom: 10px
	}
}
.tenshokuConsultantDetailAnswer {
	font-size: 16px;
	line-height: 2;
	display: flex;
	align-items: flex-start;
	gap: 20px
}
.tenshokuConsultantDetailAnswer>span {
	color: #707f89;
	font-weight: bold;
	font-size: 24px
}
@media screen and (max-width:560px) {
	.tenshokuConsultantDetailAnswer>span {
		font-size: 16px
	}
}
@media screen and (max-width:560px) {
	.tenshokuConsultantDetailAnswer {
		line-height: 1.5;
		font-size: 14px
	}
}
.tenshokuConsultantBottomContainer {
	border-top: 1px solid #cdd6dd;
	border-bottom: 1px solid #cdd6dd;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	position: relative;
	margin-top: 60px;
}
/* .tenshokuConsultantBottomContainer::before {
	content: "";
	border: 1px solid #d3d3d3;
	align-self: stretch;
	order: 2
} */
.tenshokuConsultantBottomLinkWrap:nth-child(1) {
	padding: 35px 40px 35px 20px;
	width: 50%;
}
.tenshokuConsultantBottomLinkWrap:nth-child(2) {
	padding: 35px 20px 35px 40px;
	width: 50%;
}
.tenshokuConsultantBottomLinkWrap:first-child {
	border-right: 1px solid #d3d3d3;
}
@media screen and (max-width:560px) {
	.tenshokuConsultantBottomLinkWrap:first-child {
		padding: 30px 20px 30px 0;
	}
	.tenshokuConsultantBottomLinkWrap:last-child {
		padding: 30px 0 30px 20px;
	}
}
.tenshokuConsultantBottomLink {
	
}
.tenshokuConsultantBottomLink.isNext {
	/* order: 3 */
}
.tenshokuConsultantBottomLink.isNext>div {
	flex-direction: row-reverse
}
.tenshokuConsultantBottomLink.isPrev .circle::before {
	transform: rotate(-135deg) translateX(10%)
}
.tenshokuConsultantBottomLink.isPrev .circle::after {
	transform: rotate(135deg) translateX(0%) translateY(30%)
}
.tenshokuConsultantBottomLinkTop {
	display: flex;
	align-items: center;
	/* gap: 1em; */
	margin-bottom: 2em;
	font-weight: bold;
	font-size: 14px
}
.isPrev .tenshokuConsultantBottomLinkTop .circle{
	margin-right: 1em;
}
.isNext .tenshokuConsultantBottomLinkTop .circle{
	margin-left: 1em;
}
@media screen and (max-width:560px) {
	.tenshokuConsultantBottomLinkTop {
		font-size: 12px
	}
}
.tenshokuConsultantBottomLinkBottom {
	display: flex;
	align-items: center;
	gap: 2em
}
@media screen and (max-width:560px) {
	.tenshokuConsultantBottomLinkBottom {
		display: block;
		width: 70%;
		margin: 0 auto;
		text-align: center
	}
}
.tenshokuConsultantBottomLinkBottom>img {
	width: 30%
}
@media screen and (max-width:560px) {
	.tenshokuConsultantBottomLinkBottom>img {
		width: 100%;
		margin-bottom: 1em
	}
}
.tenshokuConsultantBottomLinkBottom .tenshokuConsultantItemDepartment {
	display: inline-block
}
.tenshokuConsultantBottomLinkBottom .tenshokuConsultantItemName {
	padding-bottom: 0
}
.messageBottomLinkContainer {
	padding: 60px 0 0 0;
	display: flex;
	justify-content: center
}
@media screen and (max-width:560px) {
	.messageBottomLinkContainer {
		padding: 40px 0 60px 0
	}
}
.messageBottomLinkContainer>a {
	padding: 1em 4em
}
.tenshokuSuccessList {
	padding: 3em 0
}
@media screen and (max-width:560px) {
	.tenshokuSuccessList {
		padding: 30px 0
	}
}
.tenshokuSuccessItem {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #CDD6DD;
	padding: 2em 0
}
@media screen and (max-width:560px) {
	.tenshokuSuccessItem:last-child {
		padding-bottom: 0
	}
}
.tenshokuSucccessItemContent {
	width: 90%
}
.tenshokuSucccessName {
	color: #004831;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 1em
}
@media screen and (max-width:560px) {
	.tenshokuSucccessName.isSmall {
		font-size: 12px
	}
}
.tenshokuSucccessJobContainer {
	display: flex;
	align-items: flex-start;
}
.tenshokuSucccessJobContainer .tenshokuSucccessJobLabel {
	margin-right: 1em;
}
@media screen and (max-width:560px) {
	.tenshokuSucccessJobContainer {
		align-items: flex-start;
	}
}
.tenshokuSucccessJobContainer:first-of-type {
	margin-bottom: 0.5em
}
.tenshokuSucccessJobLabel {
	width: 90px;
	text-align: center;
	padding: 0.5em;
	font-weight: bold;
	font-size: 14px;
	border-radius: 3px
}
@media screen and (max-width:560px) {
	.tenshokuSucccessJobLabel {
		width: 30px;
		font-size: 11px;
		padding: 3px;
	}
}
.tenshokuSucccessJobLabel.isSmall {
	padding: 6px;
	width: fit-content;
	word-break: keep-all;
	width: 40px;
}
@media screen and (max-width:560px) {
	.tenshokuSucccessJobLabel.isSmall {
		padding: 3px;
		width: 30px;
	}
}
.tenshokuSucccessJobLabel.isPrev {
	border: 1px solid #669183;
	background: #fff;
	color: #004831
}
.tenshokuSucccessJobLabel.isCurrent {
	border: 1px solid #004831;
	background: #004831;
	opacity: 0.7;
	color: #fff
}
.tenshokuSucccessJobName {
	font-weight: bold;
	font-size: 20px;
	width: 469px;
	padding-right: 20px;
	padding-top: 4px;
}
@media screen and (max-width:560px) {
	.tenshokuSucccessJobName.isLarge {
		width: calc(100% - 30px - 1em);
		font-size: 20px;
		padding: 0;
	}
}
@media screen and (max-width:560px) {
	.tenshokuSucccessJobName.isSmall {
		font-size: 14px
	}
}
@media screen and (max-width:560px) {
	.tenshokuSucccessJobName {
		font-size: 16px;
		width: calc(100% - 50px);
		padding: 0;
	}
}
.tenshokuSucccessTxt {
	margin-top: 1em;
	color: #3B4043;
	font-size: 14px;
	line-height: 1.5
}
@media screen and (max-width:560px) {
	.tenshokuSucccessTxt {
		font-size: 11px
	}
}
.tenshokuSuccessDetailsTop {
	border: 8px solid #F0F3F5;
	display: flex;
	align-items: center;
	padding: 32px;
	position: relative;
}
@media screen and (max-width:560px) {
	.tenshokuSuccessDetailsTop {
		display: block;
		border: 6px solid #F0F3F5;
		padding: 25px;
	}
}
.tenshokuSuccessDetailsTop::before {
	content: "";
	border: 1px solid #CDD6DD;
	align-self: stretch;
	order: 2;
	margin-right: 2em
}
@media screen and (max-width:560px) {
	.tenshokuSuccessDetailsTop::before {
		display: none
	}
}
.tenshokuSucccessDetailsJobsContainer {
	margin-right: auto
}
.tenshokuSuccessDetailsNameContainer {
	order: 3;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	width: 93px;
}
.tenshokuSuccessDetailsNameContainer>p {
	font-size: 14px
}
.tenshokuSuccessDetailsNameContainer>p.isSmall {
	font-size: 12px
}
.tenshokuSuccessDetailsSpName {
	color: #004831;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px
}
.tenshokuSuccessDetailsTxt {
	font-size: 16px;
	line-height: 1.5;
	margin: 3em 0
}
@media screen and (max-width:560px) {
	.tenshokuSuccessDetailsTxt {
		font-size: 14px;
		margin-top: 0;
		margin-bottom: 40px
	}
}
.tenshokuSuccessDetailsDate {
	font-size: 14px;
	color: #3B4043;
	text-align: right;
	margin-top: 40px
}
@media screen and (max-width:560px) {
	.tenshokuSuccessDetailsDate {
		font-size: 11px;
		margin-top: 23px;
		margin-bottom: 10px
	}
}
.tenshokuSuccessDetailsBottomContainer {
	border-top: 1px solid #cdd6dd;
	border-bottom: 1px solid #cdd6dd;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	position: relative;
	margin-top: 60px;
}
/* .tenshokuSuccessDetailsBottomContainer::before {
	content: "";
	border: 1px solid #d3d3d3;
	align-self: stretch;
	order: 2
} */
.tenshokuSuccessDetailsBottomLinkWrap:nth-child(1) {
	padding: 35px 40px 35px 20px;
	width: 50%;
}
.tenshokuSuccessDetailsBottomLinkWrap:nth-child(2) {
	padding: 35px 20px 35px 40px;
	width: 50%;
}
@media screen and (max-width:560px) {
	.tenshokuSuccessDetailsBottomLinkWrap:first-child {
		padding: 30px 20px 30px 0;
	}
	.tenshokuSuccessDetailsBottomLinkWrap:last-child {
		padding: 30px 0 30px 20px;
	}
}
.tenshokuSuccessDetailsBottomLinkWrap:first-child {
	border-right: 1px solid #d3d3d3;
}
/* .tenshokuSuccessDetailsBottomLink {
} */
/* .tenshokuSuccessDetailsBottomLink.isNext {
	order: 3
} */
.tenshokuSuccessDetailsBottomLink.isNext>div {
	flex-direction: row-reverse
}
@media screen and (max-width:560px) {
	.tenshokuSuccessDetailsBottomLink.isPrev {
		padding-right: 18px
	}
}
.tenshokuSuccessDetailsBottomLink.isPrev .circle::before {
	transform: rotate(-135deg) translateX(10%)
}
.tenshokuSuccessDetailsBottomLink.isPrev .circle::after {
	transform: rotate(135deg) translateX(0%) translateY(30%)
}
.tenshokuSuccessDetailsBottomLinkTop {
	display: flex;
	align-items: center;
	/* gap: 1em; */
	margin-bottom: 2em;
	font-weight: bold;
	font-size: 14px
}
.isPrev .tenshokuSuccessDetailsBottomLinkTop .circle{
	margin-right: 1em;
}
.isNext .tenshokuSuccessDetailsBottomLinkTop .circle{
	margin-left: 1em;
}
@media screen and (max-width:560px) {
	.tenshokuSuccessDetailsBottomLinkTop {
		font-size: 12px
	}
}
.tenshokuSuccessDetailsBottomLinkBottom .tenshokuSucccessJobName {
	width: calc(100% - 40px);
	line-height: 1.5;
	padding: 0;
}
@media screen and (max-width:560px) {
	.tenshokuSuccessDetailsBottomLinkBottom .tenshokuSucccessJobName {
		width: calc(100% - 30px);
	}
}
.tenshokuSuccessDetailsBottomLinkBottom.pl {
	padding-left: 1em
}
@media screen and (max-width:560px) {
	.tenshokuSuccessDetailsBottomLinkBottom.pl {
		padding-left: 0
	}
}
.tenshokuSuccessDetailsBottomLinkBottom .tenshokuSucccessJobContainer {
	align-items: flex-start
}
.tenshokuSuccess {
	margin-top: 60px;
}
@media screen and (max-width:560px) {
	.tenshokuSuccess {
		margin-top: 1em;
	}
}


.tenshokuItnerviewList {
	margin: 40px 0;
}
.tenshokuItnerviewLink {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 20px;
	border-top: 1px solid #cdd6dd;
	padding: 30px 0;
}
/* .tenshokuItnerviewLink:hover {
	color: #004831;
	text-decoration-color: #004831;
	text-decoration: underline;
} */
.tenshokuItnerviewItem {
	display: flex;
	width: 100%;
}
.tenshokuItnerviewItemImg {
	width: 250px;
}
.tenshokuItnerviewItemContent {
	width: calc(100% - 250px);
	padding-left: 40px;
	padding-right: 55px;
}
.tenshokuItnerviewName {
	color: #004831;
	font-size: 14px;
	font-weight: bold;
}
.tenshokuItnerviewTitle {
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
}
.tenshokuItnerviewSubTitle {
	margin-top: 20px;
	font-size: 14px;
	color: #3B4043;
}
.tenshokuItnerviewTimeWrap {
	text-align: right;
	margin-top: 15px;
}
.tenshokuItnerviewTime {
	font-size: 14px;
	color: #3B4043;
}

@media screen and (max-width:560px) {
	.tenshokuItnerviewItem {
		display: block;
	}
	.tenshokuItnerviewItemImg {
		width: 100%;
	}
	.tenshokuItnerviewLink {
		display: block;
		padding-right: 20px;
		border-top: 1px solid #cdd6dd;
		padding: 25px 0;
		position: relative;
	}
	.tenshokuItnerviewItemContent {
		width: 100%;
		padding: 10px 40px 0 0;
		position: relative;
	}
	.tenshokuItnerviewTitle {
		font-size: 16px;
		margin-top: 10px;
	}
	.tenshokuItnerviewSubTitle {
		margin-top: 10px;
		font-size: 13px;
	}
	.tenshokuItnerviewTimeWrap {
		margin-top: 10px;
		font-size: 13px;
	}
	.tenshokuItnerviewLink .circle {
		position: absolute;
		right: 0;
		top: calc(50% - 10px);
	}
}
@media screen and (max-width:380px) {
	.tenshokuMvTopSubmit,
	.tenshokuSidebarSubmit {
		font-size: 5vw;
	}
	.btn::before, .btn::after {
		right: 10px;
	}
	.tenshokuSidebarFormInput.bottom::after {
		right: 10%;
	}
	.tenshokuSidebarFormInput input {
		width: 65%;
	}
	.tenshokuConsultantItemName {
		font-size: 14px;
	}
}