
@charset "utf-8";

/* ---------------------------------- */
/* 					mv				  */
/* ---------------------------------- */
#mv.career_entry {
	background-image: url(/assets/img/sub-directory/recruit/seminar/search/mv.jpg);
	background-position: right top;
}

#mv.career_entry .sp_br {
	display: none;
}

@media screen and (max-width: 768px) {
	#mv.career_entry {
		background-image: url(/assets/img/sub-directory/recruit/seminar/search/mv_sp.jpg);
	}
	#mv.career_entry .sp_br {
		display: block;
	}
}

/* ---------------------------------- */
/*		SEMINAR STEP.1, STEP.2		   */
/* ---------------------------------- */
.career_entry_content {
	//padding: 80px 0 0 0;
}

.career_entry_content .list_wrap {
	width: 980px;
	margin: 0 auto;
}

.career_entry_content .flow {
	width: 840px;
	margin: 0 auto 60px auto;
}

.career_entry_content .flow img {
	width: 100%;
}

.career_entry_content .flow .pc {
	display: block;
}

.career_entry_content .flow .sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.career_entry_content .flow {
		width: 90%;
	}
	.career_entry_content .flow .pc {
		display: none;
	}
	.career_entry_content .flow .sp {
		display: block;
	}
}

.career_entry_content .entry_wrap {
	text-align: left;
	width: 980px;
	margin: 0 auto;
	//padding: 0 0 200px 0;
}

.career_entry_content .entry_wrap .title {
	line-height: 1.8;
	margin: 0 0 60px 0;
}

.career_entry_content .entry_wrap .title h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: serif;
	letter-spacing: 0.2em;
	margin: 0 0 20px 0;
}

.career_entry_content .entry_wrap .title .note {
	font-size: 14px;
}

.career_entry_content .entry_wrap .title .note span {
	font-size: 12px;
}

.career_entry_content .entry_wrap .title .back {
	margin: 20px 0 0 0;
}

.career_entry_content .entry_wrap .title .back a {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.career_entry_content .entry_wrap {
		text-align: left;
		width: 100%;
		margin: 0 auto;
		padding: 0 0;
	}
	.career_entry_content .entry_wrap .title {
		line-height: 1.8;
		width: 90%;
		margin: 0 auto 2em auto;
	}
	.career_entry_content .entry_wrap .title h3 {
		font-size: 24px;
	}
	.career_entry_content .sp_br {
		height: 10px;
		display: block;
	}
}

.career_entry_content .entry_wrap .form {

}

.career_entry_content .section {
	margin: 0 0 10px 0;
}
.career_entry_content .section_confirm {
       margin: 0 0 10px 0;
}

.career_entry_content .entry_wrap .form table {
	font-size: 14px;
	text-align: left;
	//line-height: 2;
	width: 980px;
	margin: 0 auto;
}

.career_entry_content .entry_wrap .form th {
        font-size: 23px;
	font-weight: bold;
        color: #B46767;
	text-align: left;
	width: 38%;
	vertical-align: middle;
        padding: 20px 0;
	//padding: 28px 0 28px 0;
	border-top: solid 1px #58585860;
}

.career_entry_content .entry_wrap .form th.last {
	border-bottom: solid 1px #b4a9a1;
}

.career_entry_content .entry_wrap .form td {
        font-size: 20px;
	font-weight: bold;
	//width: 69%;
	padding: 20px 0 20px 0;
        line-height: 1.3;
        color: #1911919;
        border-top: solid 1px #58585860;
}

.career_entry_content .entry_wrap .form table.conf td {
	font-weight: normal;
}

.career_entry_content .entry_wrap .form td .note {
        color: #191919;
        font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: normal;
        margin-left: 20px;
}

.career_entry_content .entry_wrap .form td .note_blc {
	font-size: 13px;
	font-weight: normal;
	margin: 10px 0 0 25px;
	display: block;
}

.career_entry_content .entry_wrap .form td .note_blcm {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 0 0;
	display: block;
}

.career_entry_content .entry_wrap .form td .err {
    width: 100%;
    color: #FFFFFF;
    background-color: #DE9595;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    line-height: 2;
    //margin: 0 0 0 10px;
    padding-left: 20px;
    display: block;
}

.career_entry_content .entry_wrap .form td .title {
	margin: 0 5px 0 0;
	display: inline-block;
}

.career_entry_content .entry_wrap .form td.last {
	border-bottom: solid 1px #e7e0db;
}

.career_entry_content .entry_wrap .form input {
	font-size: 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: #fff;
	vertical-align: middle;
	color: inherit;
	box-sizing: content-box;
}

.career_entry_content .entry_wrap .form input[type="radio"]{
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    border: 1px solid #CBCACA;
    border-radius: 25px;
    background: transparent;
    opacity: 0.5;
    margin-left: 10px;
}
.career_entry_content .entry_wrap .form input[type="radio"]:checked{
    background: #B46767;
    opacity: 1;
    margin-left: 10px;
}

.career_entry_content .entry_wrap .form select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: #fff;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
	background-image: url(/assets/img/sub-directory/recruit/seminar/entry/form_slct.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 95% center;
}

.career_entry_content .entry_wrap .form select::-ms-expand {
	display: none;
}

.career_entry_content .entry_wrap .form .fm1 {
	width: 96%;
	height: 46px;
	padding: 0 10px;
	border: solid 1px #CBCACA;
        //margin-left: 10px;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        color: #191919;
        box-shadow: inset 0px 1px 3px #CBCACA;
}

.career_entry_content .entry_wrap .form .fm2 {
	width: 96%;
	height: 46px;
	padding: 0 10px;
	border: solid 1px #CBCACA;
        box-shadow: inset 0px 1px 3px #CBCACA;
}

.career_entry_content .entry_wrap .form .fm3 {
	width: 140px;
	height: 46px;
	padding: 0 10px;
        color: #191919;
	border: solid 1px #CBCACA;
}

.career_entry_content .entry_wrap .form .fm4 {
	width: 140px;
	height: 46px;
	padding: 0 10px;
        color: #191919;
	border: solid 1px #CBCACA;
        box-shadow: inset 0px 1px 3px #CBCACA;
}
.career_entry_content .entry_wrap .form .fm5 {
	width: 335px;
	height: 46px;
	padding: 0 10px;
        color: #191919;
	border: solid 1px #CBCACA;
}
.career_entry_content .entry_wrap .form .fm6 {
	width: 320px;
	height: 46px;
	padding: 0 10px;
	border: solid 1px #CBCACA;
        box-shadow: inset 0px 1px 3px #CBCACA;
}
.career_entry_content .entry_wrap .form .fm7 {
	width: 170px;
	height: 46px;
	padding: 0 10px;
        color: #191919;
	border: solid 1px #CBCACA;
        box-shadow: inset 0px 1px 3px #CBCACA;
}
.career_entry_content .entry_wrap .form .fm8 {
	width: 245px;
	height: 46px;
	padding: 0 10px;
        color: #191919;
	border: solid 1px #CBCACA;
        box-shadow: inset 0px 1px 3px #CBCACA;
}
.career_entry_content .entry_wrap .form .fm9 {
	width: 220px;
	height: 46px;
	padding: 0 10px;
        color: #191919;
	border: solid 1px #CBCACA;
        box-shadow: inset 0px 1px 3px #CBCACA;
}
.career_entry_content .entry_wrap .form .fm10 {
	width: 220px;
	height: 46px;
	padding: 0 10px;
        color: #191919;
	border: solid 1px #CBCACA;
}

.career_entry_content .entry_wrap .form .fm_ta {
	width: 100%;
	height: 172px;
	padding: 10px 10px;
        font-family: "Manrope", sans-serif;
        font-size: 20px;
	border: solid 1px #CACACA;
        box-shadow: inset 0px 1px 3px #CBCACA;
}

.sf_qualification::-webkit-input-placeholder::after {
	display: block;
	content: "平成20年1月　食育インストラクター取得 \A 平成19年12月　介護食士3級取得 \A ";
}

.career_entry_content .entry_wrap .form .hn {
	margin: 0 0 0 8px;
}

.career_entry_content .entry_wrap .form .hmb {
	//margin: 0 0 8px 0;
	vertical-align: 30%;
}

.career_entry_content .entry_wrap .form .req {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 17px;
	margin: 0 0 0 5px;
	padding: 0.3em 10px;
	vertical-align: text-top;
	background-color: #B46767;
	display: inline-block;
        border-radius: 20px
}

.career_entry_content .entry_wrap .form .fbut {
	text-align: center;
	background: transparent;
	vertical-align: middle;
	display: inline-block;
	position: relative;
        //margin-left: -15px;
}

.career_entry_content .entry_wrap .form .fbut a {
	color: #B46767;
	font-size: 20px;
	font-weight: normal;
	line-height: 46px;
	width: 239px;
	height: 46px;
	border: solid 1px #B46767;
	display: block;
	position: relative;
}

.career_entry_content .entry_wrap .form .fbut a:hover {
	color: #B46767;
	text-decoration: none;
	border: solid 1px #B46767;
}

.career_entry_content .entry_wrap .form .fbut a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #B46767;
	border-right: 1px solid #B46767;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.career_entry_content .entry_wrap .form .fbut a:hover::after {
	border-top: 1px solid #B46767;
	border-right: 1px solid #B46767;
}

.career_entry_content .entry_wrap .sub_title {
	width: 980px;
        padding-top: 45px;
        padding-bottom: 30px;
	//margin: 43px auto 21px auto;
        background-color: #FCF9EF;
}

.career_entry_content .entry_wrap .sub_title h4 {
	font-size: 23px;
	font-weight: bold;
	line-height: 25px;
	vertical-align: middle;
	float: left;
}

.career_entry_content .entry_wrap .sub_title .note {
	font-size: 16px;
	line-height: 15px;
	vertical-align: middle;
	float: left;
	padding: 10px 0 0 30px;
}

.career_entry_content .entry_wrap .sub_title:after {
	content: "";
	clear: both;
	display: block;
}

.career_entry_content .entry_wrap .history {
	width: 980px;
	margin: 0 auto 21px auto;
	//padding: 50px 0 30px 0;
	background-color: #FCF9EF;
}

.career_entry_content .entry_wrap .history.hc {
	//padding: 50px 0 0 0;
}

.career_entry_content .entry_wrap .history th {
        width: 38%;
	//border: none;
}

.career_entry_content .entry_wrap .history td {
	//border: none;
}

.career_entry_content .entry_wrap .history_add {
	font-size: 23px;
	font-weight: bold;
	line-height: 60px;
	width: 980px;
	margin: 0 auto 10px auto;
	padding: 15px 0px;
        color: #B46767;
	background-color: #FCF9EF;
	cursor: pointer;
}

.career_entry_content .entry_wrap .history_add span {
	font-size: 40px;
	font-weight: normal;
	line-height: 1;
	margin: 0 20px 0 0;
	vertical-align: middle;
	display: inline-block;
}

.career_entry_content .entry_wrap .history_close {
	font-size: 23px;
	font-weight: bold;
	line-height: 45px;
	width: 100%;
	//margin: 30px 0 0 0;
	padding: 15px 0px;
        color: #191919;
	//background-color: #e6e0d9;
	cursor: pointer;
}

.career_entry_content .entry_wrap .history_close span {
	font-size: 40px;
	font-weight: normal;
        color: #191919;
	line-height: 1;
	margin: 0 10px 8px 0;
	padding: 0 5px;
	vertical-align: middle;
	display: inline-block;
}

@media screen and (max-width: 768px) {
        .career_entry_content .section {
	        margin: 0 3.2vw;
        }
        .career_entry_content .section_confirm {
	        //margin: 0 3.2vw;
        }
	.career_entry_content .entry_wrap .form table {
		font-size: 4vw;
		width: 100%;
		//margin: 0 auto;
	}
	.career_entry_content .entry_wrap .form th.last {
		border-bottom: none;
	}
	.career_entry_content .entry_wrap .form td.last {
		border-bottom: solid 1px #b4a9a1;
	}
	.career_entry_content .entry_wrap .form th {
		width: 100%;
                margin: 0;
		padding: 2.5vw 0;
		border-top: 0.08vw solid #58585860;
		display: block;
                color: #B46767;
                font-size: 4vw;
	}

	.career_entry_content .entry_wrap .form td {
		width: 100%;
                //margin: 0 3.2vw;
                margin-bottom: 3vw;
		padding: 0 0;
		border-top: none;
		display: block;
                font-size: 4vw;
	}
	.career_entry_content .entry_wrap .form .sp_bk {
		margin: 10px 0 0 0;
		display: block;
	}
	.career_entry_content .entry_wrap .form input {
		font-size: 16px;
		-webkit-appearance: none;
		border-radius: 0;
	}
	.career_entry_content .entry_wrap .form select {
		font-size: 16px;
	}
	.career_entry_content .entry_wrap .form .fm1 {
		width: 95%;
                padding: 0 2vw;
                margin-left: 0;
                height: 11.2vw;
                font-size: 4vw;
                border: 0.3vw solid #CBCACA;
                box-shadow: inset 0px 0.27vw 0.8vw #CBCACA;

	}
	.career_entry_content .entry_wrap .form .fm2 {
		width: 95%;
                padding: 0 2vw;
                margin-left: 0;
                height: 11.2vw;
                font-size: 4vw;
                border: 0.3vw solid #CBCACA;
                box-shadow: inset 0px 0.27vw 0.8vw #CBCACA;
	}
	.career_entry_content .entry_wrap .form .fm3 {
		width: 21%;
                height: 11.2vw;
	}
	.career_entry_content .entry_wrap .form .fm4 {
		width: 21%;
                height: 11.2vw;
                padding: 0 2.67vw;
	}
	.career_entry_content .entry_wrap .form .fm5 {
		width: 53%;
                height: 10.67vw;
                padding: 0 0;
                padding-left: 2.67vw;
                box-shadow: inset 0px 0.27vw 0.8vw #CBCACA;
	}
	.career_entry_content .entry_wrap .form .fm6 {
		width: 51%;
                padding: 0 2vw;
                margin-left: 0;
                height: 11.2vw;
                font-size: 4vw;
                border: 0.3vw solid #CBCACA;
                box-shadow: inset 0px 0.27vw 0.8vw #CBCACA;
	}
	.career_entry_content .entry_wrap .form .fm7 {
		width: 19%;
                height: 11.2vw;
                padding: 0 2.67vw;
	}
	.career_entry_content .entry_wrap .form .fm8 {
		width: 37%;
                height: 11.2vw;
                padding: 0 2.67vw;
	}
	.career_entry_content .entry_wrap .form .fm9 {
		width: 35%;
                height: 11.2vw;
                padding: 0 2.67vw;
	}
	.career_entry_content .entry_wrap .form .fm10 {
		width: 35%;
                height: 11.2vw;
                border: 0.27vw solid #CBCACA;
	}
	.career_entry_content .entry_wrap .form .fbut {
		font-size: 2.67vw;
                margin-left: 1vw;

	}
        .career_entry_content .entry_wrap .form .fbut a {
        	color: #B46767;
        	font-size: 3.47vw;
        	font-weight: bold;
        	line-height: 10.67vw;
        	width: 38vw;
        	height: 10.67vw;
        	border: solid 1px #B46767;
        	display: block;
        	position: relative;
        }
	.career_entry_content .entry_wrap .form .fbut a:hover {
		color: #B46767;
		text-decoration: none;
		border: solid 1px #B46767;
	}
	.career_entry_content .entry_wrap .form .fbut a::after {
		position: absolute;
		top: 50%;
		right: 3.33vw;
		display: block;
		content: '';
		width: 2vw;
		height: 2vw;
		margin-top: -0.9vw;
		border-top: 0.08vw solid #B46767;
		border-right: 0.08vw solid #B46767;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	        -ms-transform: rotate(45deg);
	}
	.career_entry_content .entry_wrap .form .fm_ta {
		width: 100%;
		height: 25.6vw;
		padding: 10px 10px;
                font-size: 3.47vw;
                border: 0.3vw solid #CBCACA;
                box-shadow: inset 0px 0.27vw 0.8vw #CBCACA;
	}
        .career_entry_content .entry_wrap .form td .note {
                color: #191919;
                font-family: "Noto Sans JP", sans-serif;
	        font-size: 2.67vw;
  	        font-weight: normal;
        }
	.career_entry_content .entry_wrap .form td .note_blc {
                color: #191919;
                font-family: "Noto Sans JP", sans-serif;
		font-size: 2.67vw;
		font-weight: normal;
		margin: 1.5vw 0 0 4vw;
		display: block;
	}
	.career_entry_content .entry_wrap .sub_title {
		width: 100%;
		margin: 0 auto 0 auto;
                background-color: #FCF9EF;
                padding: 5.33vw 0;
                color: #191919;
                font-family: "Noto Sans JP", sans-serif;
		font-size: 2.67vw;
		font-weight: normal;
	}
	.career_entry_content .entry_wrap .sub_title h4 {
                color: #191919;
                font-family: "Noto Sans JP", sans-serif;
		font-size: 4.27vw;
		font-weight: bold;
		line-height: 20px;
		vertical-align: middle;
		float: none;
	}
	.career_entry_content .entry_wrap .sub_title .note {
		font-size: 2.67vw;
		line-height: 0.5;
		float: none;
		padding: 2.67vw 0 0 5.67vw;
	}
	.career_entry_content .entry_wrap .history {
		width: 95%;
		margin: 0 auto;
	}
	.career_entry_content .entry_wrap .history_add {
		font-size: 4vw;
		font-weight: bold;
		line-height: 12.8vw;
		width: 100%;
		margin: 0 0 2.47vw 0;
		padding: 0 3.46vw;
		background-color: #FCF9EF;
		cursor: pointer;
	}
	.career_entry_content .entry_wrap .history_add span {
		font-size: 40px;
		font-weight: normal;
		line-height: 1;
		margin: 0 20px 0 0;
		vertical-align: middle;
		display: inline-block;
	}
	.career_entry_content .entry_wrap .history_close {
		font-size: 16px;
		font-weight: bold;
		line-height: 45px;
		width: 100%;
		margin: 0px;
		padding: 0px;
		//background-color: #e6e0d9;
		cursor: pointer;
	}

	.career_entry_content .entry_wrap .history_close span {
		font-size: 40px;
		font-weight: normal;
		line-height: 1;
		margin: 0 10px 8px 0;
		padding: 0 5px;
		vertical-align: middle;
		display: inline-block;
	}
        .career_entry_content .entry_wrap .form .req {
            font-size: 2.67vw;
            line-height: 4.27vw;
            margin: 0 0 0 1.33vw;
            padding: 0.1vw 1.6vw;
            border-radius: 4.27vw;
        }
        .career_entry_content .entry_wrap .form input[type="radio"]:checked {
            margin-left: 2.67vw;
        }
        .career_entry_content .entry_wrap .form input[type="radio"] {
            width: 4.53vw;
            height: 4.53vw;
            border: 0.27vwpx solid #CBCACA;
            border-radius: 4.53vw;
            margin-left: 2.67vw;
        }
        .career_entry_content .entry_wrap .form td .err {
            width: 100%;
            color: #FFFFFF;
            background-color: #DE9595;
            font-size: 3.2vw;
            margin: 0;
            padding-left: 3vw;
        }
}

.career_entry_content .entry_wrap .privacy {
	font-size: 14px;
	text-align: center;
	padding: 75px 0 0 0;
}

.career_entry_content .entry_wrap .privacy h4 {
	font-weight: bold;
	margin: 0 0 20px 0;
}

.career_entry_content .entry_wrap .privacy p {
	line-height: 1.8;
}


.career_entry_content .entry_wrap .submit .back {
	//font-size: 12px;
        //padding-top: 35px;
        text-align: center;
}

.career_entry_content .entry_wrap .submit .back a {
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-size: 30px;
        font-weight: bold;
	text-decoration: none;
        border-bottom: 2px solid #191911;
        padding-bottom: 3px;
}

.career_entry_content .entry_wrap .submit .but {
	margin: 0 0 20px 0;
        text-align: center;
        margin-top: 55px;
        margin-bottom: 45px;
}

.career_entry_content .entry_wrap .submit .but a {
	color: #FFFFFF;
	font-size: 33px;
	font-weight: bold;
	line-height: 1;
	padding: 18px 135px;
	//border: solid 1px #231815;
	//display: inline-block;
	position: relative;
        background-color: #B46767;
}

.career_entry_content .entry_wrap .submit .but a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: solid 3px #FFFFFF;
}

.career_entry_content .entry_wrap .submit .but a::after {
	position: absolute;
	top: 50%;
	right: 45px;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.career_entry_content .entry_wrap .submit .but a:hover::after {
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
}

@media screen and (max-width: 768px) {
	.career_entry_content .entry_wrap .privacy {
		width: 90%;
		margin: 0 auto;
	}
	.career_entry_content .entry_wrap .privacy p {
		font-size: 10px;
	}
	.career_entry_content .entry_wrap .privacy p span {
		display: block;
	}

        .career_entry_content .entry_wrap .submit {
	        font-size: 3.73vw;
	        text-align: center;
                margin-bottom:  8.33vw;
	        //padding: 6.93vw 0 1vw 0;
        }
        .career_entry_content .entry_wrap .submit .but {
                display: flex;
	        margin: 0;
                text-align: center;
                margin-top: 4.8vw;
                margin-bottom: 4.8vw;
        }
	.career_entry_content .entry_wrap .submit .but a {
                width: 100%;
                height: 11.47vw;
                margin: 0 3.2vw;
		padding: 3.2vw 0;
                font-size: 5.07vw;
                border: none;
                color: #FFFFFF;
                background-color: #B46767;
	}
        .career_entry_content .entry_wrap .submit .but a::after {
                right: 4vw;
                width: 2.8vw;
                height: 2.8vw;
	        margin-top: -1.5vw;
	        border-top: 0.55vw solid #FFFFFF;
	        border-right: 0.55vw solid #FFFFFF;
        }
        .career_entry_content .entry_wrap .submit .but a:hover {
                color: #FFFFFF;
                text-decoration: none;
	        border: none;
        }
        .career_entry_content .entry_wrap .submit .but a:hover::after {
	        border-top: 0.8vw solid #FFFFFF;
	        border-right: 0.8vw solid #FFFFFF;
        }
       .career_entry_content .entry_wrap .submit .back {
                //padding-top: 5.33vw;
        }
       .career_entry_content .entry_wrap .submit .back a {
                font-size: 3.73vw;
                border-bottom: 0.27vw solid #191911;
                padding-bottom: 0.5vw;
        }
}

/* ---------------------------------- */
/*			SEMINAR COMPLETE		  */
/* ---------------------------------- */
.career_complete_content {
	padding: 80px 0 0 0;
}

.career_complete_content .flow {
	width: 869px;
	margin: 0 auto 60px auto;
}

.career_complete_content .flow img {
	width: 100%;
}

.career_complete_content .flow .pc {
	display: block;
}

.career_complete_content .flow .sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.career_complete_content .flow {
		width: 90%;
	}
	.career_complete_content .flow .pc {
		display: none;
	}
	.career_complete_content .flow .sp {
		display: block;
	}
}

.career_complete_content .complete {
	line-height: 1.8;
	text-align: left;
	width: 980px;
	margin: 0 auto;
	padding: 0 0 200px 0;
}

.career_complete_content .complete h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: serif;
	letter-spacing: 0.2em;
	margin: 0 0 20px 0;
}

.career_complete_content .complete h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.career_complete_content .complete p {
	font-size: 14px;
}

.career_complete_content .complete p a {
	text-decoration: underline;
}

.career_complete_content .complete .back {
	text-align: center;
	padding: 80px 0 0 0;
}

.career_complete_content .complete .back a {
	color: #231815;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 15px 80px;
	border: solid 1px #231815;
	display: inline-block;
	position: relative;
}

.career_complete_content .complete .back a:hover {
	color: #92b36e;
	text-decoration: none;
	border: solid 1px #92b36e;
}

.career_complete_content .complete .back a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.career_complete_content .complete .back a:hover::after {
	border-top: 1px solid #92b36e;
	border-right: 1px solid #92b36e;
}

@media screen and (max-width: 768px) {
	.career_complete_content .complete {
		text-align: left;
		width: 90%;
		margin: 0 auto;
		padding: 0 0 50px 0;
	}
	.career_complete_content .complete h3 {
		font-size: 24px;
	}
	.career_complete_content .complete h4 {
		font-size: 18px;
	}
	.career_complete_content .complete .back {
		padding: 50px 0 0 0;
	}
	.career_complete_content .complete .back a {
		width: 80%;
		padding: 15px 0;
	}
}

/* ---------------------------------- */
/* 				ALERT				 */
/* ---------------------------------- */
.alert-box {
        color: #FFFFFF;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-size: 17px;
        font-weight: normal;
        font-style: normal;
	margin-top: 20px;
	padding: 18px 25px;
	background-color: #DE9595;
        line-height: 1.3;
}

@media screen and (max-width: 768px) {
        .alert-box {
                font-size: 2.67vw;
                font-weight: normal;
	        margin: 3.2vw 3.2vw 0 3.2vw;
	        padding: 2.13vw 2.93vw;
        }
}

#his_2 {
	display: none;
}

#his_3 {
	display: none;
}

#his_4 {
	display: none;
}

#his_5 {
	display: none;
}



