@charset "UTF-8";

#form_wrap {
	padding-bottom:150px;
}

.contentbk {
	max-width:880px;
	margin:0 auto;
}

/*お問い合わせ*/
.inquiry_mcopy_wrap {
	margin-bottom:50px;
}
.inquiry_mcopy_wrap .mcopy {
	font-weight:500;
}
.inquiry_mcopy_wrap .mcopy.bl_txt {
	color:#073582;
	margin-bottom:50px;
}

/*エントリーフォーム*/
.entry #pagettl_wrap {
	color:#fff;
	margin-bottom:45px;
}
.entry .sec_sttl {
	font-size:20px;
	font-weight:700;
	letter-spacing:0.08em;
	padding-top:78px;
	margin-bottom:20px;
}
.entry #form dt {
	line-height:1.2;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.entry #form span.must {
	background-color: #e7537e;
	margin-right:0;
}
.entry input[type="radio"]::before {
    background-color: #e7537e;
}
.entry .btnblk .confirm_button {
	background-color: #e7537e;
}



/*フォーム*/

#form .input_txt {
	color:#004fb2;
	margin-bottom:15px;
}
#form dl {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:30px;
	border-bottom:1px solid #b1b1b1;
	border-left:1px solid #b1b1b1;
	border-right:1px solid #b1b1b1;
}
#form dt,#form dd {
 	text-align: left;
	vertical-align: top;
	padding:20px 37px;
	border-top:1px solid #b1b1b1;
}
#form dt {
	font-weight:700;
	width:280px;
	background-color:#efefef;
}
#form span.must {
	color:#fff;
	font-size:13px;
	font-weight:700;
	line-height:1;
	text-align:center;
	display:inline-block;
	background-color:#073582;
	border-radius:2px;
	width:50px;
	padding:5px;
	margin-right:10px;
}

#form dd {
	font-weight:500;
	width:calc(100% - 280px);
}
#form dd div.inbk {
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}
#form dd.radio-list div.inbk {
	gap:20px;
}
#form dd div.inbk.add_blk {
	flex-direction:column;
}

#form dd div.inbk .email_cell {
	display:flex;
	gap:20px;
}
.radio-list {

}


#form dd input,#form dd textarea,#form dd select {
	width:100%;
	padding:7px 5px 5px;
	box-sizing:border-box;
	border:1px solid #b1b1b1;
	border-radius:5px;
}
#form dd input {
	font-size:16px;
	padding:7px 15px;
	box-sizing:border-box;
}
/*#form dd input[type="text" i] {
	height:55px;
}*/
/*#form dd div.inbk input[type="text" i] {
	width:calc((100% - 20px)/2);
	max-width:212px;
}*/
#form dd .age_blk .wide_s,#form dd .birth_blk .wide_s {
	display:flex;
	gap:15px;
}
#form dd div.wide_s input[type="text" i] {
	max-width:116px;
	min-width:5em;
}

#form dd.radio-list .mwform-checkbox-field label, #form dd.radio-list .mwform-radio-field label {
    display:flex;
    align-items:center;
    gap:10px;
}
#form dd.radio-list .mwform-checkbox-field label > input, #form dd.radio-list .mwform-radio-field label > input {
	width:20px;
	height:20px;
	padding:0;
	margin:0;
	border:1px solid #b1b1b1;
	border-radius:50%;
	position:relative;
}

/* チェックされたラジオボタン内側のスタイル */
input[type="radio"]::before {
  background-color: #073582;
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  bottom:auto;
  transform:translateY(-50%);
  width: 14px;
  height:14px;
}
/* チェックされたらラジオボタン内側を表示 */
input[type="radio"]:checked::before {
  opacity: 1;
}
/* デフォルトのラジオボタンのスタイル */
input[type="radio"] {
  appearance: none; /* デフォルトのスタイルを消す */
  border: 1px solid #0078c9;
  border-radius: 50%;
  height: 14px;
  margin: 0;
  position: relative;
  width: 14px;
}

.add_label {
	display:inline-block;
	min-width:60px;
	margin-right:30px;
}




.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0!important;
}
#form dd textarea {
	font-size:16px;
	padding:7px 15px;
	height:164px;
}

.conf_txt {
	display:none;
	padding-top:0;
}

.btnblk {
	display:flex;
	justify-content:center;
	max-width:530px;
	margin:0 auto;
	position:relative;
	gap:20px;
}
.btnblk .confirm_button {
	color:#fff;
	font-size:18px;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	max-width:200px;
	height:70px;
	padding:15px 20px;
	background-color: #073582;
	border-radius:35px;
	border:none;
	cursor:pointer;
}
.btnblk .confirm_button.back {
}



/*プライバシーポリシー同意*/
#form .pp_in {
	margin-bottom:40px;
}
#form .pp_in p {
	line-height:1;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:5px;
}
#form .pp_in p a {
	display:inline-block;
	text-decoration:underline;
}

#form .pp_in .mwform-checkbox-field,#form .pp_in .mwform-checkbox-field label, #form .pp_in .mwform-radio-field label {
	width:20px;
	height:20px;
}
.mwform-checkbox-field label, .mwform-radio-field label {
  align-self: center;
  accent-color: #004fb2;
}
.mwform-checkbox-field-text {
	font-size: 0;
	position: relative;
	cursor: pointer;
}
.mwform-checkbox-field input, .mwform-radio-field input {
	width:16px;
	height:16px;
}

/*送信メールに表示する会社名（ページ名）*/
.mw_wp_form textarea[name="page_title"],
.mw_wp_form input[name="page_title"] {
	display: none;
}



/*確認画面*/
.mw_wp_form_confirm.mw_wp_form_preview #form {
	padding-top:200px;
}
.mw_wp_form_confirm.mw_wp_form_preview #form .conf_txt {
	font-size:140%;
	text-align:center;
	display:block;
	margin-bottom:15px;
}

/*確認画面・お問い合わせ*/
.mw_wp_form_confirm.mw_wp_form_preview .inquiry_mcopy_wrap {
	display:none;
}


.mw_wp_form_confirm.mw_wp_form_preview #form dd {
	padding: 22px 20px;
}
.mw_wp_form_confirm.mw_wp_form_preview #form dd .add_label {
	display:none;
}
.mw_wp_form_confirm.mw_wp_form_preview #form dd .note_txt,.mw_wp_form_confirm.mw_wp_form_preview #form dd .note_txt + br {
	display:none;
}


.mw_wp_form_confirm.mw_wp_form_preview .contentbk .pp_blk {
	display:none;
}

.mw_wp_form.mw_wp_form_complete {
	padding-top:300px;
}
.recruitment_thanks {
	font-size:130%;
	text-align:center;
	/*padding:30px 0;*/
}
.recruitment_thanks span {
	display:inline-block;
}

.mw_wp_form_input,
.mw_wp_form_confirm,
.mw_wp_form_complete {
	scroll-margin-top: 200px;
}



/* -------------------------------------
pp
------------------------------------- */
.contentbk {
	
}
.contentbk .pp_blk {
	margin-bottom:62px;
}
.contentbk .pp_ttl {
	font-size:20px;
	font-weight:700;
}
.contentbk .pp_blk_in {
	max-height:167px;
	border:1px solid #b1b1b1;
	padding:20px;
	margin-bottom:25px;
	overflow-y:scroll;
}
.contentbk .pp_blk .pptxt_list {
	font-size:15px;
	line-height:1.66;
}
.contentbk .pp_blk .pptxt_list >* {
	/*text-indent:-1em;
	padding-left:1em;*/
	margin-bottom:25px;
}
.contentbk .pp_blk .pptxt_list .pptxt_mttl {
	margin-bottom:7px;
}
.contentbk .pp_blk .pptxt_list >* p a {
	display:inline-block;
	text-decoration:underline;
}
.contentbk .pp_blk .pptxt_list >* ul li {
	text-indent:-1em;
	padding-left:1em;
}


.contentbk .pp_blk .pptxt {
	font-size:13px;
	line-height:1.75;
	margin-bottom:20px;
}
.contentbk .pp_blk .pptxt a {
	display:inline-block;
	text-decoration:underline;
}
.contentbk .pp_blk .pp_note {
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content:center;
}
.contentbk .pp_blk .pp_note .pp_note-txt span {
	display:inline-block;
}
.contentbk .pp_blk .pp_note .must {
	margin:0 0 0 10px;
}


@media screen and (max-width:1440px) {

}
@media screen and (max-width:1380px) {
	
}
@media screen and (max-width:1280px) {



}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1160px) {


}

@media screen and (max-width:1060px) {


}

@media screen and (max-width:980px) {


}
@media screen and (max-width:880px) {
#sec3 .contentbk {
	padding:40px 20px;
}

#form dd.radio-list div.inbk {
	flex-direction:column;
    gap: 0;
}


}

@media screen and (max-width:820px) {


}

@media screen and (max-width:768px) {
.btnblk .confirm_button {
    background-size: 35px auto;
} 

#form dt {
    width: 217px;
}
#form dt, #form dd {
    padding: 20px 15px;
}
#form dd {
    width: calc(100% - 217px);
}
#form dd .other-input {
	left:0;
}






}

@media screen and (max-width:767px) {

}

@media screen and (max-width:640px) {
	#form dl {
		/*gap: 30px 20px;*/
	}

	#form dd div.inbk {
		flex-wrap: nowrap;
	}


}

@media screen and (max-width:600px) {
	#form dl {
		gap: 0;
	}
	#form dd.radio-list div.inbk {
		/*gap: 10px;*/
	}

	#form dt,#form dd {
		display:block;
		width:100%;
	}
	#form dt {
		padding: 10px 20px;
	}
	#form dd {
		padding: 20px 20px;
	}



.btnblk .confirm_button,.btnblk .confirm_button.back {
}


}

@media screen and (max-width:400px) {
#form dd.radio-list div.inbk {
	flex-wrap:wrap;
}
#form dd .age_blk .wide_s, #form dd .birth_blk .wide_s {
    gap: 5px;
}
#form dd div.wide_s input[type="text" i] {
	padding: 7px 7px;
}

.add_label {
    min-width: 56px;
    margin-right: 20px;
}

#form dd div.inbk .add_cell input[type="text" i].cities,
#form dd div.inbk .add_cell input[type="text" i].hnumb,
#form dd div.inbk .add_cell input[type="text" i].atpnum {
	width:100%;
	max-width:100%;
}


}
@media screen and (max-width:320px) {
#form dd div.wide_s input[type="text" i] {
	min-width:3em;
	padding: 7px 7px;
}
#form dd div.wide_s input[type="text" i].year {
	min-width:5em;
}




}

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