@charset "utf-8";

input, select, textarea {
    cursor: default;
}
.siteOrange {
    color: #FC6100;;
}
.siteGreen {
    color: #3AB924;
}
.bold {
    font-weight: 700;
}
.textCenter {
    text-align: center;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}

.entry {
	margin-top: 50px;
}
.entry .inner{
	width: 920px;
}
.entryJob {
	margin-bottom: 80px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.098);
	border-radius: 8px;
}
.entryJobTitle {
	background-color: #3AB924;
	color: #fff;
	border-radius: 8px 8px 0 0;
	padding: 20px 25px;
	font-size: 24px;
	font-weight: bold;
}
.entryJobContent {
	background-color: #F8F8F8;
	font-size: 20px;
	font-weight: bold;
	padding: 30px 25px;
	border-radius: 0 0 8px 8px;
}
.entryFormWrap {
	margin-top: 25px;
}
.table1 {
	width: 100%;
	font-size: 16px;
	border-collapse: collapse;
}

.table1--top-margin {
	margin-top: 40px;
}

.table1Caption {
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #343434;
	background-color: #E6E6E6;
}

.table1Caption--required {
	color: #fff;
	background-color: #EA5550;
}

.table1Th {
	width: 250px;
	text-align: left;
	vertical-align: top;
	padding: 30px 0;
}
.table1Td {
	padding: 15px 0;
}
.table1Th .required, .table1Th .any {
	font-size: 12px;
	color: #fff;
	background-color: #EA5550;
	border-radius: 6px;
	padding: 3px 9px;
	margin-right: 10px;
}
.table1Th .any {
	color: #343434;
	background-color: #E6E6E6;
}
.table1TdFlexWrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.table1TdFlex {
	margin-left: 70px;
}
.table1TdFlexWrap {
	margin: -10px 0 0 -70px;
}
.table1TdFlex {
	margin: 10px 0 0 70px;
}
.table1TdFlexWrap.unit {
	margin: -10px 0 0 -10px;
}
.table1TdFlexWrap.unit .table1TdFlex {
	margin: 10px 0 0 10px;
}
.table1Td .zip .inputText {
	width: 80px;
}
.table1Td .zip .table1TdFlex:first-child .inputText {
	width: 75px;
}
.table1Td .tel .inputText {
	width: 80px;
}
input[name="stationTime"],
input[name="toeic"],
input[name="jobHistoryCount"],
input[name="salary"],
input[name="commutingTime"] {
	width: 160px;
}
.jobHistoryWrap {
	margin-top: 35px;
}
.jobHistory + .jobHistory {
	margin-top: 35px;
}
.jobHistoryText {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
.jobHistoryAddBtn {
	background-color: #FC6100;
	border: 3px solid #FFBD93;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	width: 181px;
	height: 43px;
	border-radius: 30px;
}
.jobHistoryDeleteWrap {
	position: absolute;
	right: 0;
	top: calc(50% - 15px);
	padding-left: 20px;
	background-color: #fff;
}
.jobHistoryDelete {
	border: 3px solid #9A9A9A;
	background-color: #484848;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	width: 100px;
	height: 31px;
	border-radius: 30px;
}
.formNote {
	font-size: 16px;
	margin-top: 15px;
	font-weight: bold;
}
.formNote__noMarginTop {
	margin-top: 0;
}
.resumeFileNote {
	font-size: 16px;
	margin-top: 15px;
	font-weight: bold;
	padding-left: 250px;
}
.uploadFile {
	display: none;
}
.resumeUploadLabel {
	display: inline-block;
	background-color: #D8D8D8;
	border: 1px solid #F8F8F8;
	border-radius: 8px;
	width: 160px;
	line-height: 50px;
	padding: 0 0 0 20px;
	margin-right: 10px;
	cursor: pointer;
}
.attachDeleteBtn {
	background-color: #EA5550;
	color: #fff;
	font-size: 0.8em;
	padding: 2px 10px;
	border-radius: 3px;
	margin-left: 5px;
}
.entryRule {
	margin-top: 100px;
}
.entryRuleTextWrap {
    margin-top: 10px;
	border: 2px solid #D8D8D8;
	border-radius: 8px;
	background-color: #fff;
	padding: 20px;
	overflow-y: scroll;
	height: 300px;
}
.entryRuleTitle {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
.entryRuleTextRightWrap {
	margin-top: 1em;
	display: flex;
	justify-content: flex-end;
}
.entryRuleText{
	margin-top: 1em;
}
.entryRuleText:first-child{
	margin-top: 0;
}
.entryRuleDl {
}
.entryRuleDt {
	margin-top: 1em;
	font-size: 1.1em;
	font-weight: bold;
}
.entryRuleDd {
	margin-top: 0.5em;
}
.entryRuleList{
}
.entryRuleItem {
	margin-top: 1em;
	padding-left: 1em;
	text-indent: -1em;
}
.entryRuleItem:first-child {
	margin-top: 0;
}
.entryRuleList2{
}
.entryRuleItem2{
}
.entryRuleContact{
}
.entryRuleText.textRight{
}
.entryAgreeWrap {
	margin: 40px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.entryAgreeInner {

}
.entryAgree {
}
.entryAgree + .entryAgree {
	margin: 20px auto 0;
}
.entryAgreeInput {
	
}
.entryBtnWrap {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.entryBtn,
.entryPrevBtn {
	width: 320px;
	border-radius: 50px;
	height: 80px;
	font-size: 20px;
	display: block;
}
.entryPrevBtn {
	background-color: #F2F2F2;
	border: 3px solid #D8D8D8;
	color: inherit;
}
.entryConfirm .entryBtn, .entryConfirm .entryPrevBtn {
	width: 240px;
	margin-right: 40px;
}
.entryConfirm .entryPrevBtn {
	margin-right: 40px;
}
.entryError {
	margin-top: 15px;
	color: red;
}

input[name=searchOptionParent],
input.inputCheckbox {
    font-size: 0;
    height: 0;
    line-height: 0;
    opacity: 0;
    display: block;
}
.inputModalBtn + .table1TdFlexWrap {
    margin: -10px 0 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.inputModalBtn + .table1TdFlexWrap > .table1TdFlex {
    width: 33%;
    margin: 10px 0 0;
}
.inputModalBtn + .table1TdFlexWrap > .table1TdFlex:nth-child(-n+3) {
	margin-top: 20px;
}

.preview {
    margin: 0.5em 0;
    width: 160px;
    /* height: 200px; */
	height: auto;
    display: block;
	text-align: center;
    border: 1px solid #dfdfdf;
    padding: 0.5em 0.75em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

	display:-webkit-box;
	display:flex;
	justify-content:stretch;
	align-items: center;
}
.preview img {
	width:100%;
	max-width: 100%;
	height: auto;
	display: block;
}

/* .preview img {
	width: auto;
	height: 100%;
} */

/* =======================================
			modal 
======================================= */

.modalBgWrap {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	justify-content: center;
	align-items: center;
}
.modalDisplay {
	display: flex;
}
.modalBg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(52,52,52,0.9);
	z-index: 100;
}
.modal {
	z-index: 101;
	width: 860px;
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 35px;
	max-height: 80vh;
}
.modal .pc {
	height: 100%;
}
.modalHeader {
	position: relative;
}
.modalTitle {
	font-size: 24px;
	font-weight: bold;
}
.modalClose {
	position: absolute;
	right: -60px;
	top: -68px;
	background-color: inherit;
	color: #fff;
	font-size: 30px;
}
.modalBody {
	margin-top: 30px;
}
.modalBody2Column {
	display: flex;
	justify-content: space-between;
    height: 100%;
    max-height: 50vh;
    min-height: 50vh;
}
.modalBodyParentListWrap,
.modalBodyChildListWrap {
	width: 260px;
	background-color: #F2F2F2;
	max-height: 45vh;
	overflow-y: scroll;
	/* padding: 25px; */
    padding: 25px 0 25px 25px;
}
.modalBodyChildListWrap {
	width: 495px;
}
.modalBodyParentItem {
    position: relative;
}
.modalBodyParentItem, .modalBodyChildItem {
	/* font-weight: bold;
	margin: 5px 0 0 0 !important;
	font-size: 14px; */
}
.modalBodyParentItem:first-child,
.modalBodyChildItem:first-child {
	margin: 0 0 0 0 !important;
}
.modalSelected {
    position: absolute;
    top: 0;
    right: 0;
	/* margin-left: 5px; */
    /* font-size: 0.8em; */
	display: inline-block;
	padding: 2px 5px;
	border-radius: 3px;
    font-size: 11px;
    line-height: 1;
	color: #fff;
	background-color: #3AB924;
}
.modalBtnWrap {
	margin-top: 20px;
	text-align: center;
}
.modalSetBtn {
	text-align: center;
	font-weight: bold;
	background-color: #3AB924;
	width: 140px;
	line-height: 44px;
	border-radius: 30px;
	border: 3px solid #6AD956;
	color: #fff;
}
.modalClearBtnWrap {
	margin-top: 10px;
	text-decoration: underline;
}
*+.modalConditionText:before {
	content: ",";
}

.modalBodyParentItem input + label {
    display: block;
    padding-right: 40px;
    font-size: 14px;
    line-height: 1.2em;
    cursor: pointer;
}
.modalBodyParentItem:nth-child(n+2) ,
.modalBodyChildItem:nth-child(n+2) {
    margin-top: 15px !important;
}

.inputCheckboxLabel {
    position: relative;
	display: block;
    padding-right: 40px;
    font-size: 14px;
    line-height: 1.2em;
	cursor: pointer;
}
.inputCheckboxLabel::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #D8D8D8;
    top: 0;
    left: 0;
    background-color: #fff;
}
.inputCheckboxLabel::after {
    top: 1px;
    left: 5px;
}

.modalBodyParentItem input + label.is-current {
    color: #3AB924;
}
@media (max-width: 450px) {
	input, select, textarea {
        /* font-size: 3.73vw; */
		font-size: 16px !important;
	}
    .inputText, .inputTextArea {
		padding: 2.56vw;
        font-size: 3.73vw;
        border-width: 0.46vw;
    }
    input + label {
        font-size: 3.73vw;
    }
    .inputSelect {
        height: 12.82vw;
        width: 100%;
        border-width: 0.46vw;
        padding: 2.56vw 9.34vw 2.56vw 5.13vw;
        border-radius: 2.05vw;
        font-size: 3.73vw;
        background-position: calc(100% - 5.13vw) center;
    }

	.entry {
		margin-top: 10.26vw;
		padding: 0 6%;
	}
	.entryFormWrap {
		margin-top: 3.85vw;
	}
	.table1 {
			font-size: 3.73vw;
	}
	.table1--top-margin {
		margin-top: 8.88vw;
	}
	.table1Caption {
		margin-bottom: 3.33vw;
		padding: 3.33vw;
		font-size: 4vw;
		line-height: 1;
	}

	.table1Th {
		width: 100%;
		padding: 0 0 3.85vw;
		float: left;
		font-size: 4.1vw;
	}
	.table1Td {
		width: 100%;
		padding: 0 0 7.69vw;
		float: left;
	}
	.table1Th .required, .table1Th .any {
		font-size: 3.08vw;
		border-radius: 1.54vw;
		padding: 0.77vw 2.31vw;
		margin-right: 2.56vw;
	}
	.table1TdFlexWrap {
		/* margin: -2.56vw 0 0 -10.26vw; */
		margin: -2.56vw 0 0 0;
	}
	.table1TdFlex {
        min-width: 50%;
		/* margin: 2.56vw 0 0 10.26vw; */
		margin: 2.56vw 0 0 0;
	}
    .table1TdFlexWrap.unit {
        margin: 0;
    }
    .table1TdFlexWrap.unit .table1TdFlex {
        min-width: auto;
        min-width: inherit;
        margin: 0;
    }
    .table1TdFlexWrap.unit .table1TdFlex:nth-child(n+2) {
        /* margin-left: 2.56vw; */
		margin-left: 1.56vw;
    }
    .table1Td .zip .inputText {
        width: 23.36vw;
    }
    .table1Td .zip .table1TdFlex:first-child .inputText {
        width: 23.36vw;
    }
    .table1Td .tel .inputText {
        width: 23.36vw;
    }

	input[name="stationTime"], input[name="toeic"], input[name="jobHistoryCount"], input[name="salary"], input[name="commutingTime"] {
		width: 5em;
	}
	/* .table1Td .tel .inputText {
		width: 6em;
	} */
	.jobHistoryWrap {
		margin-top: 5.13vw;
	}
	.jobHistoryText {
		font-size: 3.85vw;
		margin-top: 3.85vw;
	}
	.jobHistory .table1 {
		margin-top: 3.85vw;
	}
	.jobHistoryAddBtn {
		font-size: 3.33vw;
		width: 46.41vw;
		height: 11.03vw;
		border-radius: 7.69vw;
	}
	.jobHistory + .jobHistory {
		margin-top: 5.13vw;
	}
	.jobHistoryDeleteWrap {
		position: absolute;
		right: 0;
		top: calc(50% - 3.85vw);
		padding-left: 5.13vw;
		background-color: #fff;
	}
	.jobHistoryDelete {
		font-size: 3.33vw;
		width: 25.64vw;
		height: 7.95vw;
		border-radius: 7.69vw;
	}
	.resumeUploadLabel {
		border-radius: 2.05vw;
		width: 41.03vw;
		line-height: 12.82vw;
		padding: 0 0 0 5.13vw;
		margin-right: 2.56vw;
	}
    .formNote {
		font-size: 3.73vw;
		margin-top: 0;
	}
	.resumeFileNote {
		font-size: inherit;
		margin-top: 0;
		padding-left: 0;
	}
	.entryRule {
		margin-top: 17.95vw;
	}
	.entryRuleTextWrap {
        margin-top: 2.5vw;
		border-radius: 2.05vw;
		padding: 5.13vw;
		height: 76.92vw;
	}
	.entryAgreeWrap {
		margin: 0;
	}
	.entryAgree {
		margin: 7.69vw 0 0 0;
		width: 100%;
	}
	.entryAgree + .entryAgree {
		margin: 5.13vw 0 0 0;
	}
	.entryBtnWrap {
		margin-top: 12.82vw;
	}
	.entryError {
		margin-top: 2.56vw;
	}
	.entryBtn, .entryPrevBtn {
		width: 100%;
		border-radius: 12.82vw;
		height: 16.67vw;
		font-size: 5.13vw;
	}
	.entryConfirm .table1Th {
		padding: 0;
	}
	.entryConfirm .entryBtnWrap {
		flex-direction: column-reverse;
	}
	.entryConfirm .entryBtn, .entryConfirm .entryPrevBtn {
		width: 100%;
		margin: 0;
	}
	.entryConfirm .entryPrevBtn {
		margin: 6.41vw 0 0 0;
	}
	.entryRuleTitle {
		text-align: left;
	}

	.attachDeleteBtn {
		padding: 1.16vw 2.33vw;
		font-size: 1em;
		border-radius: 0.70vw;
		margin-left: 2.33vw;
	}

	.entryJob {
		margin-bottom: 12.82vw;
		box-shadow: 0vw 0vw 3.85vw rgba(0,0,0,0.098);
		border-radius: 2.05vw;
	}
	.entryJobTitle {
		border-radius: 2.05vw 2.05vw 0 0;
		padding: 3.85vw;
		font-size: 4.1vw;
	}
	.entryJobContent {
		font-size: 4.62vw;
		padding: 3.85vw;
		border-radius: 0 0 2.05vw 2.05vw;
	}

    .inputRadioLabel::before {
        border-width: 0.46vw;
        width: 4.5vw;
        height: 4.5vw;
        border-radius: 50%;
        top: calc(50% - 2.31vw);
    }
    .inputRadioLabel::after {
        width: 3vw;
        height: 3vw;
        left: 1.25vw;
        top: calc(50% - 1vw);
    }
    input[name=searchOptionParent],
    input.inputCheckbox {
        font-size: 0;
        height: 0;
        line-height: 0;
        opacity: 0;
        display: block;
    }
    .inputModalBtn + .table1TdFlexWrap {
        margin: -2.56vw 0 0;
    }
    .inputModalBtn + .table1TdFlexWrap > .table1TdFlex {
        width: auto;
        min-width: 33%;
        margin: 5.12vw 0 0;
    }
    .inputModalBtn + .table1TdFlexWrap > .table1TdFlex:nth-child(-n+3) {
        margin-top: 5.12vw;
    }
    .inputModalBtn + .table1TdFlexWrap > .table1TdFlex:nth-child(-n+2) {
        margin-top: 5.12vw;
    }

	.preview {
        /* width: auto; */
		/* max-width: 100%; */
        /* height: 50vw; */
		width: 35.04vw;
		height: auto;
        display: block;
        border: 0.25vw solid #dfdfdf;
        padding: 0.5em 0.75em;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;

		display:-webkit-box;
		display:flex;
		justify-content:stretch;
		align-items: center;
    }
	.preview img {
		width:100%;
		max-width: 100%;
		height: auto;
		display: block;
	}
    /* =======================================
                modal 
    ======================================= */
    
	.modal {
		width: 100%;
		/* background-color: rgba(52,52,52,0.9); */
		background-color: #fff;
		border-radius: 0;
		padding: 0;
		max-height: 100%;
		height: 100%;
		overflow: hidden;
		/* overflow-y: scroll; */
	}
	.modalHeader {
		background-color: #fff;
		padding: 5.13vw;
	}
	.modalClose {
		right: 2.56vw;
		top: 1.03vw;
		color: #3AB924;
		font-size: 8.97vw;
	}
	.modalHeader .sp {
		height: 100%;
	}
	.modalBody {
		margin-top: 0;
		height: 100%;
	}
	.modalBody2Column {
		display: block;
		padding: 6.41vw;
		overflow-y: scroll;
		/* height: calc(100vh - 48.72vw); */
		/* height: calc(100vh - 52.72vw);
		max-height: calc(100vh - 52.72vw); */
		/* max-height: inherit;
		max-height: auto;
		min-height: inherit;
		min-height: auto; */
		/* height: calc(100vh - 52.72vw); */
		/* max-height: calc(100vh - 52.72vw);
		min-height: calc(100vh - 52.72vw); */
		height: calc(100vh - 65vw);
		max-height: calc(100vh - 65vw);
		min-height: calc(100vh - 65vw);
		background-color: rgba(52,52,52,0.9);
	}
	.mobile-safari .modalBody2Column {
		height: calc(100vh - 70vw);
		max-height: calc(100vh - 70vw);
		min-height: calc(100vh - 70vw);
	}
	.modalParent {

	}
	.modalParentOpen {
		background-image: url(../images/icon_minus.svg);
	}
	.modalSpList + .modalSpList {
		margin-top: 6.41vw;
	}
	.modalChlid {
		margin-top: 6.41vw;
		background-color: #fff;
		border-radius: 2.05vw;
	}
	.modalChlidItem {
		padding: 5.13vw;
		font-size: 3.59vw;
	}
	.modalChlidItem:first-child {
		border-top: 0;
	}
	.modalParentLabel {
		position: relative;
		display: block;
		background-color: #fff;
		font-size: 3.59vw;
		padding: 5.13vw 13.33vw 5.13vw 5.13vw;
		border-radius: 2.05vw;
		background-image: url(../images/icon_plus.svg);
		background-repeat: no-repeat;
		background-position: calc(100% - 5.13vw) center;
	}
	.childOpen {
		background-image: url(../images/icon_minus.svg);
	}
	.modalParentInput {
		position: absolute;
	}
	.searchConditionSelectSp,
	.searchConditionInputSp {
		width: 87.18vw;
		height: 15.38vw;
		font-size: 4.1vw;
		border-radius: 2.56vw;
		background-color: #fff;
		border: none;
		display: flex;
		justify-content: start;
		align-items: center;
		padding-top: 0vw;
		padding-left: 5.13vw;
		font-family: "Noto Sans JP bold";
		box-shadow: 0vw 0vw 6.67vw -2.56vw rgb(0 0 0 / 57%);
	}
	.searchConditionSelectSpWrap {
		position: relative;
	}
	.searchConditionSelectSpWrap::after {
		content: '';
		width: 1.54vw;
		height: 1.54vw;
		transform: rotate(135deg);
		position: absolute;
		right: 5.13vw;
		top: calc(50% - 0.77vw);
	}
	.modalSelected {
		border-radius: 1vw;
		right: 12vw;
		top: 50%;
		margin-top: -2.5vw;
		font-size: 2.59vw;
		padding: 1vw 1.5vw;
	}
    .modalChlidList {
        padding: 2.56vw 0;
    }
	.modalChlidItem {
		/* padding: 5.13vw 5.13vw 5.13vw 5.13vw; */
        padding: 2.56vw 5.13vw;
	}
	.modalBtnWrap {
		text-align: center;
		background-color: #fff;
		padding: 5.13vw 0;
		margin: 0;

		/* position: absolute;
		width: 100%;
		bottom: 0;
		left: 0; */
	}
	.modalSetBtnWrap {
		padding: 0 6%;
	}
	.modalSetBtn {
		width: 100%;
		line-height: 12.82vw;
		border-radius: 7.69vw;
		font-size: 5.13vw;
		letter-spacing: 0.26vw;
	}
    .inputCheckboxLabel {
        padding-right: 7.18vw;
        font-size: 3.73vw;
    }
    .inputCheckboxLabel::before {
        width:  3.73vw;
        height:  3.73vw;
    }
    .inputCheckboxLabel::after {
        top: 1px;
        left: 5px;
    }
}