@charset "utf-8";
#gNavi .navi07 a:before {
    display: block;
}
#gNavi .navi07 a,
#gNavi .navi07 a .en {
    color: #FFF;
}




.entryPage .recruitInfoBox {
    margin: 0 auto 45px;
    padding: 31px 0 27px;
    position: relative;
    background: url("../image/index/line01.png") repeat-x left top;
    box-sizing: border-box;
    display:flex;
    align-items:flex-start;
    gap:50px;
}

.entryPage .recruitInfoBox:before {
    width: 100%;
    height: 11px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../image/index/line01.png") repeat-x left top;
    content: '';
}

.entryPage .recruitInfoTitle{
	width:30rem;
	flex-shrink:0;
	margin:0;
	text-align:center;
}

.entryPage .recruitInfoTitle .txt{
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:6rem;
	background:#f6f8f4;
	text-align:center;
	font-size:1.8rem;
	font-family:'Noto Sans Japanese';
	line-height:1.38;
	font-weight:700;
}


.entryPage .recruitInfoText {
    line-height: 1.75;
    font-size: 1.6rem;
}


.entryPage .recruitInfoText{
    flex:1;
}



.pageLead {
    margin-bottom: 30px;
}
.entryPage {
    width: 1000px;
    margin: 0 auto 90px;
}

.entryPage .formLead {
    margin: 0 0 35px;
    line-height: 2;
    font-size: 1.8rem;
    text-align: center;
}

.entryPage .errorLead {
    padding: 18px 24px;
    background: #fff5f5;
    color: #b74a4a;
    border: 1px solid #e8b7b7;
    text-align: left;
}

.entryForm {
    margin: 0 auto;
    border-top: 1px solid #d8d8d8;
}

.entryForm dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}

.entryForm dt,
.entryForm dd {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    line-height: 1.8;
    font-size: 1.8rem;
}

.entryForm dt {
    width: 30rem;
    padding: 24px 20px;
    background: #f6f8f4;
}

.entryForm dt span {
    display: inline-block;
    margin-left: 10px;
    padding: 3px 8px;
	border-radius: 3px;
    background: #78a46c;
    color: #fff;
	font-size: 1.4rem;
}

.entryForm dd {
    padding: 22px 25px;
}

.entryForm input[type="text"],
.entryForm input[type="tel"],
.entryForm input[type="email"],
.entryForm textarea {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    font-size: 16px;
    font-family: inherit;
    background: #fff;
}

.entryForm textarea {
    min-height: 180px;
    resize: vertical;
}

.entryForm .ageInput input {
    width: 100px;
    margin-right: 8px;
}

.entryForm .radioList {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 28px;
}

.entryForm .radioList li {
    list-style: none;
}

.entryForm .radioList label,
.entryForm .policyCheck {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.entryForm input[type="radio"],
.entryForm input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
}
.entryForm input[type="radio"]{
    transform: translateY(-2px);
}
.entryForm input[type="checkbox"] {
    transform: translateY(2px);
}

.entryForm .policyCheck {
    display: inline-block;
}

.entryForm .formError {
    display: inline-block;
    margin-bottom: 8px;
    color: #b74a4a;
    font-weight: bold;
}

.submitBox {
    margin-top: 40px;
    text-align: center;
}

.submitBox button,
.thanksBox .topLink a {
    display: inline-block;
    min-width: 240px;
    padding: 15px 30px;
    border: none;
    background: #78a46c;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
    cursor: pointer;
    transition: opacity .3s;
}

.submitBox button:hover,
.thanksBox .topLink a:hover {
    opacity: .75;
}

.submitBox.double {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.submitBox .backBtn {
    background: #888;
}

.confirmForm dd {
    word-break: break-all;
}

.thanksBox {
    max-width: 820px;
    margin: 0 auto;
    padding: 45px 50px;
    background: #f8faf7;
    box-sizing: border-box;
    line-height: 2;
    font-size: 16px;
}

.thanksBox p + p {
    margin-top: 1.5em;
}

.thanksBox .topLink {
    margin-top: 35px;
    text-align: center;
}

.policyBox {
    height: 220px;
    padding: 15px 18px;
    overflow-y: auto;
    border: 1px solid #cfcfcf;
    background: #fafafa;
    line-height: 1.9;
    font-size: 1.5rem;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.policyBox p {
	margin-bottom: 2rem;
}
.policyBox p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .entryPage .recruitInfoBox {
        margin: 0 -13px 28px;
        padding: 14px 15px 21px;
        background-image: url("../image/index/sp_line01.png");
        background-size: auto 6px;
    }

    .entryPage .recruitInfoBox:before {
        height: 6px;
        background-image: url("../image/index/sp_line01.png");
        background-size: auto 6px;
    }

    .entryPage .recruitInfoTitle {
        margin: 0 0 13px;
    }

    .entryPage .recruitInfoTitle .txt {
        font-size: 1.5rem;
    }

    .entryPage .recruitInfoText {
        font-size: 1.2rem;
        line-height: 1.8;
    }

    .entryPage {
        width: auto;
        margin: 0 5% 50px;
    }

    .entryPage .formLead {
        margin-bottom: 25px;
        font-size: 1.2rem;
        text-align: center;
    }

    .entryForm dl,
    .entryForm dt,
    .entryForm dd {
        display: block;
        width: 100%;
		font-size: 1.3rem;
    }

    .entryForm dt {
        padding: 10px 10px;
    }
	.entryForm dt span {
		font-size: 1.2rem;
	}

    .entryForm dd {
        padding: 10px 10px;
    }

    .entryForm input[type="text"],
    .entryForm input[type="tel"],
    .entryForm input[type="email"],
    .entryForm textarea {
        font-size: 16px;
    }

    .entryForm .radioList {
        display: block;
    }

    .entryForm .radioList li + li {
        margin-top: 8px;
    }

    .submitBox.double {
        display: block;
    }
	
	.policyBox p {
		font-size: 1.4rem;
	}

    .submitBox button {
        width: 100%;
        min-width: 0;
        margin-bottom: 12px;
		font-size: 1.4rem;
    }

    .thanksBox {
        padding: 25px 18px;
        font-size: 1.4rem;
    }
	
	.entryPage .recruitInfoBox{
		display:block;
	}

	.entryPage .recruitInfoTitle{
		width:auto;
		margin:0 0 15px;
	}

	.entryPage .recruitInfoTitle .txt{
		display:block;
		min-height:auto;
		padding:10px;
		font-size:1.4rem;
		line-height:1.5;
	}

	.entryPage .recruitInfoText{
		font-size:1.3rem;
		line-height:1.9;
	}
	
}

@media screen and (min-width: 768px) {

	#gFooter .fNavi .navi07 a:before {
		display: block;
	}

	#gFooter .fNavi .navi07 a,
	#gFooter .fNavi .navi07 a .en {
		color: #FFF;
	}

}
