.subcontent {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0px;
}

.all_wrap {
	background-color: #e2eef7;
	padding-bottom: 5%;
}

.col_job {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 68px 0 1px;
	background-color: #e2eef7;
}

.col_job .mds {
	margin: 0 0 50px;
	padding: 0;
}

.col_job .mds .jp {
	margin: 0 0 5px;
	padding: 0;
	color: #1d2087;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
}

.col_job .mds .jp span {
	margin: 0;
	padding: 0 5px 5px;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.col_job .mds .jp span::before {
	content: "";
	width: 112%;
	height: 5px;
	margin: 0;
	padding: 0;
	background: linear-gradient(90deg, #1d2087 50%, #0068b6 50%);
	position: absolute;
	left: -7px;
	bottom: 0;
}

.col_job .mds .en {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	color: #1d2087;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}


ul.tab_courselist {
	width: 88%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-evenly;
}

ul.tab_courselist li {
	width: calc((100% - 70px) / 2);
	min-height: 77px;
	margin: 0;
	padding: 5px 8px;
	color: #094084;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	background-color: #ffffff;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

ul.tab_courselist li.active {
	position: relative;
}

ul.tab_courselist li.active::after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #ffffff;
	position: absolute;
	z-index: 1;
	bottom: -3px;
}

ul.tab_courselist li:not(.active):hover {
	background-color: #cac7e2;
}

ul.tab_courselist li .inner {
	margin: 0;
	padding: 0 0 0 5%;
	position: relative;
}

ul.tab_courselist li:not(.active) {
	cursor: pointer;
	background-color: #094084;
	color: #fff;
}

.cont_joblist {
	background-color: #fff;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 5%;
	padding: 5% 0;
}

.cont_joblist .dl_flex {
	display: flex;
	width: 90%;
	max-width: 862px;
	margin: 0 auto;
}

.cont_joblist .dl_flex dt {
	width: 30%;
	margin: 3% 0 0 0;
	padding: 30px 0 0 1em;
	border-top: 1px solid #1d2087;
}

.cont_joblist .dl_flex dt.last {
	width: 30%;
	margin: 3% 0 3% 0;
	padding: 30px 0 30px 1em;
	border-bottom: 1px solid #1d2087;
}

.cont_joblist .dl_flex dd {
	width: 70%;
	margin: 3% 0 0 3%;
	padding: 30px 0 0 1em;
	border-top: 1px solid #c9caca;
}

.cont_joblist .dl_flex dd.last {
	margin: 3% 0 3% 3%;
	padding: 30px 0 30px 1em;
	border-bottom: 1px solid #c9caca;
}


/****************フォーム**********************/
.wrap {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0;
	background-color: #e2eef7;
}

.mds_contact1 {
	text-align: center;
	margin: 90px auto 0;
	width: 362px;
}

.mds_contact1 span {
	font-size: 15px;
	padding-top: 1%;
	color: #1d2087;
}

.inner_contact2 {
	width: 94%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 1px 30px 100px;
	background-color: #ffffff;
	border-radius: 9px;
	position: relative;
	z-index: 0;
}

.inner_contact2.message_contact {
	padding: 40px 30px;
}

.inner_contact2.message_contact .tel {
	margin: 0 0 15px;
	padding: 0;
	color: #094084;
	font-size: min(5.6vw, 22px);
	font-weight: 600;
	line-height: 1.4;
}

.txt_contact_form1 {
	margin: 0 0 35px;
	padding: 5% 0 0 0;
	text-align: center;
}



.form_contact1 {
	max-width: 746px;
	margin: 0 auto;
	padding: 0;
}

.form_contact1 dl {
	max-width: 821px;
	margin: 0 auto 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.form_contact1 dl.vtop {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.form_contact1 dl dt {
	width: 224px;
	margin: 0;
	padding: 3% 15px 3% 1em;
	color: #1d2087;
	font-size: 14px;
	font-weight: 400;
	border-top: 1px solid #1d2087;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.form_contact1 dl.vtop dt {
	padding-top: 6%;
}

.form_contact1 dl dt.multi{
	padding: 2% 15px 6% 1em;
}

.form_contact1 dl dt.multi2 {
    padding: 0 15px 8% 1em;
}
.require {
	margin: 0 0 0 6px;
	padding: 3px 6px;
	line-height: 1.1;
	color: #fff;
	border-radius: 4px;
	background-color: #1d2087;
	display: inline-block;
}

.require.none {
	background-color: transparent;
}

.form_contact1 dl dd {
	width: calc(100% - 224px);
	margin: 0 0 0 2%;
	color: #094084;
	border-top: 1px solid #c9caca;
	padding: 3% 15px 3% 0;
}

.form_contact1 dl dd input[type="tel"],
.form_contact1 dl dd input[type="text"],
.form_contact1 dl dd input[type="email"],
.form_contact1 dl dd textarea {
	width: 61%;
	padding: 13px 12px;
	color: #313333;
	font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 400;
	background-color: #f0f0f0;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}

.form_contact1 dl.vtop dd textarea {
	width: 80%;
}

.form_contact1 dd .addres_num {
	margin-bottom: 10px;
}

.form_contact1 dl dd .addres_num input[type="text"] {
	width: 30%;
}

.form_contact1 dl dd.yubin .addres input[type="text"] {
	width: 85%;
}

.form_contact1 dl dd textarea {
	height: 12em;
}

.form_contact1 dl dd input::placeholder,
.form_contact1 dl dd textarea::placeholder {
	color: #c4c5c5;
	font-weight: 400;
}

.form_contact1 dl dd input:-ms-input-placeholder,
.form_contact1 dl dd textarea:-ms-input-placeholder {
	color: #c4c5c5;
	font-weight: 400;
}

.form_contact1 dl dd input::-ms-input-placeholder,
.form_contact1 dl dd textarea::-ms-input-placeholder {
	color: #c4c5c5;
	font-weight: 400;
}

.form_contact1 dd.gender .radio_box span.mwform-radio-field:not(:last-child) {
	width: 20%;
	display: inline-block;
}

.form_contact1 dd.old input[type="text"] {
	width: 84px;
	margin-right: 10px;
}


.border_form1 {
	margin: 0 0 30px;
	padding: 15px 0 0 0;
	border: none;
	border-bottom: dotted 1px #094084;
}

.txt_contact_privacy {
	margin: 0 0 40px;
	padding: 20px 0 0 0;
	text-align: center;
}

.txt_contact_privacy a {
	color: #094084;
}

.btn_form_contact {
	margin: 0;
	padding: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn_form_contact + .btn_form_contact { margin-top: 15px; }

.btn_form_contact input {
	width: 261px;
	height: 65px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
	background-color: transparent;
	border: none;
	cursor: pointer;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-webkit-appearance: none;
}

.btn_form_contact input:active,
.btn_form_contact input:focus {
	outline: none;
}

.btn_form_contact .btn_box {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.btn_form_contact .btn_box::before {
	content: '';
	width: 1px;
	height: 58%;
	background-color: #1d2087;
	position: absolute;
	bottom: 21%;
	left: 77%;
}
.btn_form_contact .btn_box:hover::before {
	background-color: #ffffff;
}
.btn_form_contact .btn_box::after {
	content: '';
	width: 9px;
	height: 16px;
	background: url(../img/bot_aroow.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 37%;
	right: 11%;
	transform: rotate(-90deg);
}
.btn_form_contact .btn_box:hover:after {
	background: url(../img/bot_aroow2.png) no-repeat center center;
	transform: rotate(-90deg);
}

.btn_form_contact .btn_box .btn01 {
	width: 80vw;
	max-width: 320px;
	min-width: 220px;
	padding: 1.25em 15px 1.25em 0;
	color: #1d2087;
	font-size: 18px;
	font-family: 'Noto Sans JP';
	text-align: center;
	text-decoration: none;
	line-height: 1.2em;
	background: #ffffff;
	border: 1px solid #1d2087;
	border-radius: 90px;
	display: block;
	transition: all 0.5s 0s;
	cursor: pointer;
}

.btn_form_contact .btn_box .btn01:hover {
	color: #ffffff;
	background: #1d2087;
	border: 1px solid #1d2087;
}

.btn_form_contact .btn_box .wpcf7-spinner {
	position: absolute;
	top: 100%;
	left: calc( 50% - 12px );
}



.txt_contact_error {
	margin-bottom: 30px;
	text-align: center;
}

.form_contact1 .error {
	margin: 2px 0 0;
	color: #d6000e;
	font-size: 15px;
	display: block;
}

#Error .form_contact1 dl {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.txt_contact_conf {
	margin-bottom: 30px;
	text-align: center;
}

#Conf .form_contact1 dl.vtop dt {
	padding-top: 0;
}

#Conf .form_contact1 dl dd {
	color: #555353;
}

.txt_contact_thanks {
	margin-bottom: 50px;
	text-align: center;
}

.btn1.contact1 {
	max-width: 280px;
	margin: 0 auto 40px;
	display: block;
}

a.btn_thanks {
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	padding: 17px 12px 17px 0;
	color: #1d2087;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	line-height: 1.2em;
	background: #ffffff;
	border: 1px solid #1d2087;
	border-radius: 90px;
	display: block;
	transition: all 0.5s 0s;
	position: relative;
	z-index: 0;
}
a.btn_thanks:hover {
	color: #ffffff;
	background: #1d2087;
}
a.btn_thanks::before {
	content: '';
	width: 1px;
	height: 58%;
	background-color: #1d2087;
	position: absolute;
	bottom: 21%;
	left: 77%;
}
a.btn_thanks:hover::before { background-color: #fff; }
a.btn_thanks::after {
	content: '';
	width: 9px;
	height: 16px;
	background: url(../img/bot_aroow.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 37%;
	right: 11%;
	transform: rotate(-90deg);
}
a.btn_thanks:hover:after {
	background: url(../img/bot_aroow2.png) no-repeat center center;
	transform: rotate(-90deg);
}



@media print,
screen and (max-width: 850px) {
	.ttl.recruit img {
		width: 90%;
		max-width: 399px;
		height: auto;
	}

	.recruit .ttl-mds {
		transform: translateY(-20px);
		margin-left: 20px;
		font-size: 24px;
	}


	.cont_joblist {
		width: 100%;
		max-width: 1100px;
	}

	.inner_contact2 {
		width: 100%;
		padding: 1px 0 100px;
	}

	.mds_contact1 {
		min-width: 184px;
		width: 50%;
		margin: 50px auto 0;
	}

	.mds_contact1 span {
		width: 50%;
	}

	.cont_joblist .dl_flex dt {
		margin: 6% 0 0 0;
		padding: 6% 0 0 3%;
		border-top: 1px solid #1d2087;
	}

	.cont_joblist .dl_flex dd {
		margin: 6% 0 0 3%;
		padding: 6% 0 0 3%;
		border-top: 1px solid #c9caca;
	}

	.cont_joblist .dl_flex dt.last {
		margin: 6% 0 3% 0;
		padding: 6% 0 6% 3%;
		border-bottom: 1px solid #1d2087;
	}

	.cont_joblist .dl_flex dd.last {
		margin: 6% 0 3% 3%;
		padding: 6% 0 6% 3%;
		border-bottom: 1px solid #c9caca;
	}

	/*フォーム*/

	.form_contact1 dl {
		width: 100%;
		display: block;
	}

	.form_contact1 dl dt {
		width: 90%;
		margin: 0 auto;
        padding: 3% 15px 10px 1em;
		color: #1d2087;
		font-size: 14px;
		font-weight: 400;
		border-top: 1px solid #c9caca;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		font-size: 15px;
		font-weight: bold;
	}

	.form_contact1 dl dt.multi,
	.form_contact1 dl dt.multi2 {
		padding: 5% 15px 10px 1em;
	}

	.form_contact1 dl dd {
		width: 90%;
		color: #094084;
		border-top: none;
		margin: 0 auto;
		padding: 0 0 3% 1em;
	}

	.radio_box br.sp_none {
		display: none;
	}

	.radio_box {
		margin-left: 1em;
	}

	.radio_box span.mwform-radio-field {
		padding: 5px 0;
		display: block;
	}

	.require {
		font-weight: normal;
	}

	.form_contact1 dl.vtop dd textarea {
		width: 100%;
	}

	.form_contact1 dl dd input[type="tel"],
	.form_contact1 dl dd input[type="text"],
	.form_contact1 dl dd textarea {
		width: 90%;

	}

	.form_contact1 dl dd .addres_num input[type="text"] {
		width: 78%;
	}

	.form_contact1 dd.gender .radio_box span.mwform-radio-field:not(:last-child) {
		width: 100%;
		display: block;
	}


	.txt_contact_privacy {
		width: 95%;
		margin: 0 auto 40px;
	}
}



@media print,
screen and (max-width: 700px) {

	.cont_joblist .dl_flex {
		display: flex;
		flex-direction: column;
	}

	.cont_joblist .dl_flex dt {
		width: 100%;
		border-top: 1px solid #c9caca;
		color: #1d2087;
		font-weight: bold;
	}

	.cont_joblist .dl_flex dd {
		width: 100%;
		border-top: none;
		margin:0%;
		padding: 2% 0 0 3%;
	}
}

@media print, screen and (max-width: 450px) {
    .txt_contact_privacy {
        text-align: left;
		padding: 20px 0 0 1.5em;
    }
}