@charset "UTF-8";


.form_wrap.inner {
	width:790px;
	padding:0;
}

/* header
----------------------------------------------------------- */

header {
	/* width:100%; */
}

.header {
    /* padding: 30px 25px 25px 25px;
    min-width: 1250px;
    border-bottom: solid 1px #c9c9c9;
	margin-bottom: 60px; */
}

.logo {
	/* text-align: center; */
}

.logo img {
	/* max-width:300px; */
}

/* 共通部分
----------------------------------------------------------- */

.number {
    width: 550px;
    margin: 0 auto 85px auto;
    font-size: unset;
}

.number {
	position: relative;
}

.number::after {
    content: "";
    width: 90%;
    height: 5px;
    background: #c9c9c9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -3;
}

.num_box {
    display: inline-block;
    border-radius: 50%;
    background: #404040;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: relative;
}

.num_box::after {
    content: "";
    border-radius: 50%;
    background: #fff;
    border: solid 1px #404040;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -2;
}

.step {
	position: relative;
}
.num_text {
    display: inline-block;
    padding-top: 6px;
    word-break: keep-all;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
	font-weight: normal;
}
.number_wrap {
	margin-bottom: 50px;
	border-bottom: solid 1px #c9c9c9;
}
.number {
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 44px;
    color: #4e4e4e;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}

/*初めの色だけred*/
.current {
    background: #ffe153;
	color:#404040;
}
.current_job {
    background: #FFD200;
}

/*ステップ：完了*/
.kanryou {
    background: #fff;
    border: solid 1px #242424;
}

.num_box.kanryou::after {
 	display: none;
}
.num_box.kanryou {
    position: relative;
    /* margin-top: 10px; */
    margin-top: 17px;
}
.num_box.kanryou img {
 	width:25px;
	position: absolute;
	top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.level {
	margin-bottom: 1em;
}


/* フォーム
----------------------------------------------------------- 

/*メインタイトル*/
.main_title,.main_title_job {
	font-size:24px;
	font-weight: bold;
}
.main_title::before {
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    position: relative;	
	margin-right: 1em;
	margin-bottom: 30px;
	background: #ffe153;
	font-weight: bold;
}
.main_title_job::before {
    display: inline-block;
    border-radius: 50%;
    background: #FFD200;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: relative;	
	margin-right: 1em;
	margin-bottom: 30px;
}
#entry1 .main_title_job::before {
	content: "1";
	padding-left: 0.2em;
}

#entry2_1 .main_title_job::before,#entry2_2 .main_title_job::before {
	content: "1";
	padding-left: 0.2em;
}

#entry3 .main_title_job::before {
	content: "2";
	padding-left: 0.2em;
}

#entry4 .main_title_job::before {
	content: "3";
	padding-left: 0.2em;	
}

#entry5 .main_title_job::before {
	content: "4";
	padding-left: 0.2em;
}

#entry1 .main_title::before {
	content: "1";
	padding-left: 0.2em;
}

#entry2_1 .main_title::before,#entry2_2 .main_title::before {
	content: "1";
	padding-left: 0.2em;
}

#entry3 .main_title::before {
    content: "2";
    padding-left: 0.2em;
}

#entry4 .main_title::before {
	content: "3";
	padding-left: 0.2em;
}

#entry5 .main_title::before {
	content: "4";
	padding-left: 0.2em;
}
/********共通********/

.form_wrap {
    margin-bottom: 100px;
	letter-spacing: 0.1em;
}

#entry1 .form_wrap,#entry2_2 .form_wrap,#entry5 .form_wrap {
    /* margin-bottom: 250px; */
}

.form_item {
    width: 100%;
    margin-bottom: 30px;
    word-break: break-word;
    line-height: 1.5em;
}

/*フォームのタイトル*/
.form_title {
	font-size:18px;
	margin-bottom: 0.7em;
	position: relative;
}

/********必須ボタン********/

.form_title::after {
    content: "必須";
    display: inline-block;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #fc5151;
    padding: 0.1em 0.6em;
    width: 48px;
}

/*#entry1の必須位置*/

#entry1 li.form_item:first-child .form_title::after {
    left: 32em;
}

/*#entry2_1の必須位置*/

#entry2_1 li.form_item:first-child .form_title::after {
    left: 18.5em;
}

#entry2_1 li.form_item:nth-child(2) .form_title::after {
    left: 15em;
    content:"任意";
    /* display: none; */
    background:#404040;
    /* display: none; */
}

#entry2_1 li.form_item:nth-child(3) .form_title::after {
    left: 20em;
}
#entry2_1 li.form_item:nth-child(4) .form_title::after {
    left: 20em;
}
#entry2_1 li.form_item:nth-child(5) .form_title::after {
    left: 21em;
    content:"任意";
    /* display: none; */
    background:#404040;
}
#entry2_1 li.form_item:nth-child(6) .form_title::after {
    left: 5em;
}
#entry2_1 li.form_item:nth-child(7) .form_title::after {
    left: 5em;
}
#entry2_1 li.form_item:nth-child(8) .form_title::after {
    left: 5em;
}
#entry2_1 li.form_item:nth-child(9) .form_title::after {
    left: 5em;
}
#entry2_1 li.form_item:nth-child(10) .form_title::after {
    left: 13em;
}
#entry2_1 li.form_item:nth-child(12) .form_title::after {
    left: 8em;
    content:"任意";
    /* display: none; */
    background:#404040;
}
#entry2_1 li.form_item:nth-child(13) .form_title::after {
    left: 8em;
    content:"任意";
    /* display: none; */
    background:#404040;
}
/*#entry2_2の必須位置*/

#entry2_2 li.form_item:first-child .form_title::after {
    left: 22em;
}

#entry2_2 li.form_item:nth-child(2) .form_title::after {
    left: 22.5em;
}

/*#entry3の必須位置*/

#entry3 li.form_item:first-child .form_title::after {
    left: 5.5em;
}

#entry3 li.form_item:nth-child(2) .form_title::after {
    left: 6.5em;
}

#entry3 li.form_item:nth-child(3) .form_title::after {
    left: 4.5em;
}

#entry3 li.form_item:nth-child(4) .form_title::after {
    left: 11.5em;
}

#entry3 li.form_item:nth-child(4) .form_title::after {
    left: 7em;
}
#entry3 li.form_item:nth-child(5) .form_title::after {
    left: 7em !important;
    content: "任意";
	background:#404040;
}
#entry3 li.form_item:nth-child(6) .form_title::after {
    left: 11em;
}
#entry3 li.form_item:nth-child(7) .form_title::after {
    left: 7em ;
   	content: "任意";
	background:#404040;
}

#entry3 li.form_item:nth-child(8) .form_title::after {
    left: 20.5em;
    content: "任意";
	background:#404040;
}

#entry3 li.form_item:nth-child(9) .form_title::after {
	content: "任意";
	background:#404040;
    left: 6em;
}
#entry3 li.form_item:nth-child(10) .form_title::after {
	content: "任意";
	background:#404040;
    left: 9em;
}

#entry3 li.form_item:nth-child(11) .form_title::after {
	content: "任意";
	background:#404040;
    left: 9em;
}
#entry3 li.form_item:nth-child(12) .form_title.portfolio_job::after {
	content: "任意";
background: #404040 !important;
    left: 22em;
}
#entry3 li.form_item:nth-child(13) .form_title::after {
	content: "任意";
	background:#404040;
    left: 14.5em;
}

#entry4 .form_title::after {
    display: none;
}

/********テキスト入力欄********/

.form_wrap input[type="text"], .form_wrap input[type="tel"], .form_wrap input[type="email"]{
    display: inline-block;
    position: relative;
    padding-left: 1em;
    border: solid 1px #242424;
    border-radius: 10px;
    width: 100%;
    height: 55px;
    line-height: 55px;
    letter-spacing: 0.1em;
}

/********チェックボックス********/

input[type="checkbox"] {
    display: none;
}

span.mwform-checkbox-field-text {
    position: relative;
    padding-left: 2.4em;
}

span.mwform-checkbox-field-text:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 20px;
    width: 20px;
    height: 20px;
    border: solid 1px #242424;
	border-radius: 2px;
    background: #fff;
}

input[type="checkbox"]:checked + span.mwform-checkbox-field-text:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 27px;
    width: 0.4em;
    height: 0.8em;
    border-right: 3px solid #fc5151;
    border-bottom: 3px solid #fc5151;
    transform: rotate(45deg);
}
input[type="radio"]:checked + span.mwform-checkbox-field-text:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 27px;
    width: 0.4em;
    height: 0.8em;
    border-right: 3px solid #cb191d;
    border-bottom: 3px solid #cb191d;
    transform: rotate(45deg);
}

/*******セレクトボックス*******/

select {
	display: inline-block;
    position: relative;
    padding-left: 20px;
    border: solid 1px #242424;
	border-radius: 10px;
	width:200px;
	height:55px;
	line-height: 55px;
	margin-bottom:5px;
	letter-spacing: 0.05em;
}

/*矢印*/
.select_side {
	position: relative;
	display: inline-block

}
.select_side select{
    border: solid 1px#242424;
    border-radius: 10px;
}
@media screen and (max-width: 768px){
	select{
		    border: solid 1px #c9c9c9 !important;
	}
}
.select_side::after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    border-bottom: #111111 2px solid;
    border-right: #111111 2px solid;
    transform: rotate(45deg)translateY(-30%);
    z-index: -1;
}

.select_side::after {
    top: 23px;
    left: 164px;
}


/*******ラジオボタン*******/

input[type="radio"] {
    display: none;
}


span.mwform-radio-field-text, span.mwform-checkbox-field-text {
    display: inline-block;
    position: relative;
    padding-left: 3.4em;
    border: solid 1px #242424;
    border-radius: 10px;
    width: calc( 50% - 4px );
    height: 55px;
    line-height: 55px;
    margin-bottom: 5px;
}

span.mwform-radio-field.horizontal-item:first-child {
margin-right: 2em;
}

.form_item span.mwform-checkbox-field.horizontal-item:first-child span.mwform-checkbox-field-text {
margin-right: 2em;
}

span.mwform-radio-field-text:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 20px;
    width: 20px;
    height: 20px;
    border: solid 1px #242424;
    border-radius: 50%;
    background: #fff;
}

input[type="radio"]:checked + span.mwform-radio-field-text:after {
    content: "";
    display: block;
    position: absolute;
    top: 23px;
    left: 25px;
    width: 10px;
    height: 10px;
    background: #fc5151;
    border-radius: 50%;
}


/*******テキストエリア*******/

.form_wrap textarea {
    background: #fff;
    border: solid 1px #242424;
    padding: 0.65em 1em;
    line-height: 1.5em;
    border-radius: 10px;
    min-width: 100%;
    max-width: 100%;
    height: 150px;
    letter-spacing: 0.05em;
}

/*placeholderの文字色*/

::placeholder {
  color: #a0a0a0;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #a0a0a0;
}

/* IE対応 */
:-ms-input-placeholder {
  color: #a0a0a0;
}


/*******確認画面（entry4）*******/
 
.confirm_title_wrap {
	padding-bottom:0.5em;
	margin-bottom: 1em;
	border-bottom: solid 4px #cecece;
}

.confirm_title {
	font-size:20px;
}

.question {
	font-size:18px;
	margin-bottom: 0.5em;
}

.answer {
	color:#888888;
	font-size:18px;
	margin-bottom: 0.8em;
	padding-left: 1em;
}

.answer:last-child {
	margin-bottom: 1.3em;
}

.list_wrap {
	margin-bottom: 50px;
}

.list_wrap:last-child {
	margin-bottom: 80px;
}

/*******送信完了画面（entry5）*******/
.thanks_message {
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 1.7em;
}



/*******送信ボタン*******/
.submit {
    display: block;
    width: 310px;
    height: 55px;
    line-height: 47px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    position: relative;
    transition: all 0.4s;
    background: #fc5151;
    /* margin: 0 auto; */
    letter-spacing: 0.1em;
	border:solid 1px #242424;
}


.submit:hover {
    text-decoration: none;
    color: #fff;
}

.submit_fix:hover {
    text-decoration: none;
}


/*修正するボタン*/
.submit_fix {
    display: block;
	font-size:16px;
    width: 129px;
    height: 41px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    transition: all 0.4s;
    background: #fff;
	border:solid 1px #242424;
    letter-spacing: 0.1em;
}



/*ボタン全体でクリック*/
[type="submit"] {
    width: 100%;
    height: 100%;
	letter-spacing: 0.05em;
	font-weight: bold;
}


/*タップで拡大しないように*/
input[type="text"],input[type="email"],textarea,select {
  	font-size: 16px;
/*	font-size:100%;*/
  	transform: scale(1.0);
}


/*******ご案内メール*******/

.info_mail_title {
	font-size:20px;
	text-align: center;
	width:16em;
	border-bottom: solid 4px #242424;
	padding-bottom:0.5em;
	margin:0 auto 50px auto;
	line-height: 1.5em;
}

.info_mail_text {
	line-height: 1.5em;
	text-align: center;
}

.info_mail .form_title {
	line-height: 1.5em;
	font-size:18px;
}

.info_mail {
	margin-bottom:100px;
}


/*******プライバシポリシー*******/

/*プライバシポリシー文章*/

.privacy-policy_title {
	font-size:20px;
	text-align: center;
	width:14em;
	border-bottom: solid 4px #242424;
	padding-bottom:0.5em;
	margin:0 auto 50px auto;
	line-height: 1.5em;
}

.privacy-policy_wrap {
	font-size:14px;
	font-weight: 400;
    background: #fff;
    border: solid 1px #c9c9c9;
    padding: 25px 30px;
    width: 670px;
    height: 260px;
    border-radius: 20px;
    line-height: 1.7em;
    position: relative;
    margin: 0 auto 35px auto;
}

.scroll_box {
	position: relative;
	overflow-y: scroll;
}

.p_title {
	margin-bottom: 0.2em;
	position: relative;
	font-weight: bold;
}

.p_text {
	margin-bottom: 1em;
	line-height: 1.5em;	position: relative;
}

.privacy-policy_wrap p:last-child {
	margin-bottom: 0;
	position: relative;
}

/*プライバシーポリシーのチェックボックスのデザイン変更*/

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

.checkbox-input{
  display: none;
}

.checkbox-parts {
    padding-left: 4em;
    position: relative;
}

.checkbox-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 25px;
    width: 20px;
    height: 20px;
    border: 2px solid #242424;
    border-radius: 2px;
    background: #fff;
}

.checkbox-input:checked + .checkbox-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 32px;
    width: 0.4em;
    height: 0.8em;
    border-right: 3px solid #d90d0d;
    border-bottom: 3px solid #d90d0d;
    transform: rotate(45deg);
}

/*電話*/
.tel_box {
    background: #fff;
    padding: 25px 0;
    text-align: center;
    width: 474px;
    height: 260px;
    border: solid 3px #242424;
    margin: 0 auto 50px auto;
    position: relative;
    z-index: 10;
}

.tel_text {
	margin-bottom: 7px;
}

.tel_num {
    font-size: 34px;
    font-weight: 900;
    padding-left: 1.4em;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
    position: relative;
}

.tel_num::before {
    content: "";
    display: inline-block;
    background-image: url("../images/index/tel.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 40px;
    position: absolute;
    top: 6px;
    left: 76px;
    image-rendering: -webkit-optimize-contrast;
}

.mail{
    font-size: 32px;
    font-weight: 900;
    padding-left: 1.4em;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
    position: relative;
}

.mail:before{
    content: "";
    display: inline-block;
    background-image: url(../images/index/mail.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 37px;
    height: 40px;
    position: absolute;
    top: 6px;
    left: 54px;
    image-rendering: -webkit-optimize-contrast;
}

.tel_box a {
/*
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
*/
}

.tel_time {
	font-size:15px;
	position: relative;
}

.tel_member {
    font-size: 15px;
    margin-bottom: 8px;
}

.tel {
	position: relative;
	width:474px;
	margin:0 auto 58px auto;
}

.tel::after {
    content: "";
    display: block;
    background: #c4c4c4;
    width: 474px;
    height: 260px;
    position: absolute;
    top: 8px;
    left: -8px;
}

.entry_btn {
	width:662px;
	margin:0 auto 100px auto;
}

.mail_text{
	padding-top:10px;
}

/*エラーメッセージ*/
.mw_wp_form .error {
    padding-top: 0.5em;
}

/*冒頭のメッセージ*/

.first_text {
    padding: 1em;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 30px;
}
.agent_box .first_text {
    background: rgba(255,246,211,0.3);
}

.job_box .first_text {
    background: rgba(255,210,0,0.15);
}
.company_box .first_text {
    background: rgba(99,162,214,0.2);
}


/**************************************************************************

 　　768px以下に適用されるCSS（スマートフォン）

**************************************************************************/

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

/*0826fix*/
.main_title::before {
    display: inline-block;
    border-radius: 50%;
    background: #fabd00;
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
    text-align: center;
    line-height: 9vw;
    color: #fff;
    position: relative;
    margin-right: 1em;
    margin-bottom: 4vw;
}
	
.main_title_job::before {
    display: inline-block;
    border-radius: 50%;
    background: #FFD200;
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
    text-align: center;
    line-height: 9vw;
    color: #fff;
    position: relative;	
    margin-right: 1em;
    margin-bottom: 4vw;
}
	
.main_title,.main_title_job {
    font-size: 5vw;
}
	
	

/* sec01
----------------------------------------------------------- */

.inner {
	/* width:90vw; */
	padding:0;
}
	
.header {
    /* padding: 5vw 0;
    min-width: 100%;
	margin-bottom: 10vw; */
}
	
.logo img {
    /* max-width: 50vw; */
}

.number {
    width: 80vw;
    margin: 0 auto 17vw auto;
}

.number {
	position: relative;
}

.number::after {
    content: "";
    width: 90%;
    height: 5px;
    background: #ededed;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -3;
}

.num_box {
    width: 10vw;
    height: 10vw;
    font-size: 4vw;
    line-height: 10vw;
    padding-left: 0.5vw;
}

.num_box::after {
    width: 12vw;
    height: 12vw;
}

.step {
	position: relative;
}

.num_text {
	display: inline-block;
	word-break: keep-all;
	position: absolute;
    top: 14vw;
    left: 50%;
    transform: translateX(-50%);
	font-size: 2.8vw;
	letter-spacing: 0em;
}

.number_wrap {
    margin-bottom: 5vw;
    border-bottom: solid 1px #c9c9c9;
}

/*初めの色だけred*/


/*ステップ：完了*/
.kanryou {
	
}

.num_box.kanryou::after {
 	display: none;
}

.num_box.kanryou {
 	position: relative;
}

.num_box.kanryou img {
    width: 5vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* フォーム
----------------------------------------------------------- 

/*メインタイトル*/




/********共通********/

.form_wrap {
    margin-bottom: 100px;
	letter-spacing: 0.1em;
}
	
/*冒頭文*/
.first_text {
    padding: 1em;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 5vw;
    font-size: 3.4vw;
}

#entry1 .form_wrap, #entry2_2 .form_wrap, #entry5 .form_wrap {
    margin-bottom: 40vw;
}

.form_item {
    width: 100%;
	margin-bottom: 5vw;
}

/*フォームのタイトル*/
.form_title {
    font-size: 3.8vw;
    line-height: 1.5em;
    margin-bottom: 0.5em;
    position: relative;
}

#entry1 .form_title {
    margin-bottom: 3em;
}

/********必須ボタン********/

.form_title::after {
    content: "必須";
    display: inline-block;
    font-size: 3vw;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #d90d0d;
    padding: 0.3em 0.8em;
    width: 11.6vw;
}

/*#entry1の必須位置*/

#entry1 li.form_item:first-child .form_title::after {
    left: 0;
    top: 7vw;
}

/*#entry2_1の必須位置*/

#entry2_1 li.form_item:first-child .form_title::after {
    left: 18.5em;
    top: -1.5vw;
}

#entry2_1 li.form_item:nth-child(2) .form_title::after {
    left: 14em;
    top: -1vw;
}

#entry2_1 li.form_item:nth-child(3) .form_title::after {
    left: 20em;
    top: -1vw;
}
#entry2_1 li.form_item:nth-child(4) .form_title::after{
    top: -1vw;
}
#entry2_1 li.form_item:last-child .form_title::after {

    top: -1vw;
}

/*#entry2_2の必須位置*/

#entry2_2 li.form_item:first-child .form_title::after {
    left: 23em;
    top: -0.4em;
}
#entry2_2 li.form_item:nth-child(2) .form_title::after {
    left: 23.5em;
    top: -0.4em;
}
/*#entry3の必須位置*/

#entry3 li.form_item:first-child .form_title::after {
    left: 5.5em;
    top: -1vw;
}

#entry3 li.form_item:nth-child(2) .form_title::after {
    left: 6.5em;
    top: -1vw;
}

#entry3 li.form_item:nth-child(3) .form_title::after {
    left: 4.5em;
    top: -1vw;
}

#entry3 li.form_item:nth-child(4) .form_title::after {
    left: 11.5em;
	top: -1vw;
}

#entry3 li.form_item:nth-child(4) .form_title::after {
    left: 7em;
    top: -1vw;
}

#entry3 li.form_item:nth-child(5) .form_title::after {
    left: 11.5em;
    top: -1vw;
}

#entry3 li.form_item:nth-child(6) .form_title::after {
	/* content: "必須";
	background:#404040; */
    left: 11em;
    top: -1vw;
}

#entry3 li.form_item:nth-child(7) .form_title::after {
	content: "任意";
	/*background:#404040;*/
    left: 7em;
    top: -1vw;
}

#entry3 li.form_item:nth-child(8) .form_title::after {
	/* content: "任意";
	background:#404040; */
    left: 20.5em;
    top: -1vw;
}
#entry3 li.form_item:nth-child(9) .form_title::after {
	/* content: "任意";
	background:#404040; */
    top: -1vw;
}

/********企業様向けサイトの必須位置********/
#entry_corpo .form_title::after {
    top: -1vw;
}

/********テキスト入力欄********/

.form_wrap input[type="text"], .form_wrap input[type="tel"], .form_wrap input[type="email"] {
	display: inline-block;
    position: relative;
    padding-left: 1em;
	border:solid 1px #c9c9c9;
	border-radius: 10px;
	width:100%;
	height:55px;
	line-height: 55px;
	letter-spacing: 0.1em;
}

/********チェックボックス********/

input[type="checkbox"] {
    display: none;
}

span.mwform-checkbox-field-text {
    position: relative;
    padding-left: 2.4em;
}

span.mwform-checkbox-field-text:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 4vw;
    left: 5vw;
    width: 5vw;
    height: 5vw;
    border: solid 1px #c9c9c9;
    border-radius: 1vw;
    background: #fff;
}

input[type="checkbox"]:checked + span.mwform-checkbox-field-text:after {
    content: "";
    display: block;
    position: absolute;
    top: 4.7vw;
    left: 6.7vw;
    width: 0.4em;
    height: 0.8em;
    border-right: 0.8vw solid #cb191d;
    border-bottom: 0.8vw solid #cb191d;
    transform: rotate(45deg);
}
input[type="radio"]:checked + span.mwform-checkbox-field-text:after {
    content: "";
    display: block;
    position: absolute;
    top: 4.7vw;
    left: 6.7vw;
    width: 0.4em;
    height: 0.8em;
    border-right: 0.8vw solid #cb191d;
    border-bottom: 0.8vw solid #cb191d;
    transform: rotate(45deg);
}

/*******セレクトボックス*******/

select {
    display: inline-block;
    position: relative;
    padding-left: 1em;
    border: solid 1px #c9c9c9;
    border-radius: 2vw;
    width: 60vw;
    height: 13vw;
    line-height: 13vw;
    margin-bottom: 2vw;
    letter-spacing: 0.05em;
}
	
#entry3 select {
	width:calc( 87vw / 3 );
}

/*矢印*/
.select_side {
	position: relative;
	display: inline-block;
    font-size: 3.8vw;
}
.select_side select{
    font-size: 3.8vw;
}

.select_side::after {
    content: "";
    display: block;
    width: 2vw;
    height: 2vw;
    position: absolute;
    border-bottom: #111111 2px solid;
    border-right: #111111 2px solid;
    transform: rotate(45deg)translateY(-30%);
    z-index: -1;
}

.select_side::after {
    top: 5vw;
    left: 50vw;
}
	
#entry3 .select_side::after {
    top: 5.5vw;
    left: 23vw;
}


/*******ラジオボタン*******/

input[type="radio"] {
    display: none;
}

span.mwform-radio-field-text, span.mwform-checkbox-field-text {
    display: inline-block;
    position: relative;
    padding-left: 3em;
    border: solid 1px #c9c9c9;
    border-radius: 2vw;
    width: 100%;
    height: 13vw;
    line-height: 13vw;
    margin-bottom: 2vw;
}

span.mwform-radio-field.horizontal-item:first-child {
margin-right: 2em;
}

.form_item span.mwform-checkbox-field.horizontal-item:first-child span.mwform-checkbox-field-text {
margin-right: 2em;
}

span.mwform-radio-field-text:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 4vw;
    left: 4vw;
    width: 5vw;
    height: 5vw;
    border: solid 1px #c9c9c9;
    border-radius: 10vw;
    background: #fff;
}

input[type="radio"]:checked + span.mwform-radio-field-text:after {
    content: "";
    display: block;
    position: absolute;
    top: 5.4vw;
    left: 5.3vw;
    width: 2.3vw;
    height: 2.3vw;
    background: #cb191d;
    border-radius: 50%;
}


/*******テキストエリア*******/

.form_wrap textarea {
    background: #fff;
    border: solid 1px #c9c9c9;
    padding: 0.65em 1em;
    line-height: 1.5em;
    border-radius: 2vw;
    min-width: 100%;
    max-width: 100%;
    height: 40vw;
    letter-spacing: 0.05em;
}

/*placeholderの文字色*/

::placeholder {
  color: #a0a0a0;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #a0a0a0;
}

/* IE対応 */
:-ms-input-placeholder {
  color: #a0a0a0;
}


/*******確認画面（entry4）*******/
 
.confirm_title_wrap {
	padding-bottom:0.5em;
	margin-bottom: 1em;
	border-bottom: solid 4px #cecece;
}

.confirm_title {
    font-size: 4.2vw;
}

.question {
	font-size:4vw;
	margin-bottom: 0.5em;
}

.answer {
	color:#888888;
	font-size:4vw;
	margin-bottom: 0.8em;
	padding-left: 1em;
}

.answer:last-child {
	margin-bottom: 1.3em;
}

.list_wrap {
	margin-bottom: 10vw;
}

.list_wrap:last-child {
	margin-bottom: 18vw;
}

/*******送信完了画面（entry5）*******/
	
.thanks_message {
    text-align: center;
    font-size: 3.8vw;
    margin-bottom: 10vw;
}



/*******送信ボタン*******/
.submit {
    display: block;
    width: 80vw;
    height: 13vw;
    line-height: 10vw;
    color: #fff;
    text-align: center;
    border-radius: 10vw;
    position: relative;
    transition: all 0.4s;
    background: #d90d0d;
    border: none;
    margin: 0 auto;
	letter-spacing: 0.05em;
}

/*修正するボタン*/
.submit_fix {
    display: block;
    font-size: 3.8vw;
    width: 28vw;
    height: 10vw;
    text-align: center;
    border-radius: 2vw;
    position: relative;
    transition: all 0.4s;
    background: #fff;
    border: solid 1px #c9c9c9;
    letter-spacing: 0.1em;
}

/*ボタン全体でクリック*/
[type="submit"] {
    width: 100%;
    height: 100%;

}
	

/*******ご案内メール*******/

.info_mail_title {
    font-size: 4.4vw;
    text-align: center;
    width: 70vw;
    border-bottom: solid 1vw #242424;
    padding-bottom: 0.5em;
    margin: 0 auto 5vw auto;
}

.info_mail_text {
	line-height: 1.5em;
	text-align: center;
}

.info_mail .form_title {
	line-height: 1.5em;
	font-size:3.8vw;
}

.info_mail {
	margin-bottom:10vw;
}


/*******プライバシポリシー*******/

/*プライバシポリシー文章*/

.privacy-policy_title {
    font-size: 4.4vw;
    text-align: center;
    width: 60vw;
    border-bottom: solid 1vw #242424;
    padding-bottom: 0.5em;
    margin: 0 auto 5vw auto;
}

.privacy-policy_wrap {
    font-size: 3vw;
    font-weight: 400;
    background: #fff;
    border: solid 1px #c9c9c9;
    padding: 4vw 5vw;
    width: 100%;
    height: 40vw;
    border-radius: 3vw;
    line-height: 1.7em;
    position: relative;
    margin: 0 auto 8vw auto;
}

.scroll_box {
	position: relative;
	overflow-y: scroll;
}

.p_title {
	margin-bottom: 0.2em;
	position: relative;
	font-weight: bold;
}

.p_text {
	margin-bottom: 1em;
	line-height: 1.5em;	position: relative;
}

.privacy-policy_wrap p:last-child {
	margin-bottom: 0;
	position: relative;
}

/*プライバシーポリシーのチェックボックスのデザイン変更*/

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

.checkbox-input{
  display: none;
}

.checkbox-parts {
    padding-left: 4em;
    position: relative;
    line-height: 1.5em;
}

.checkbox-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.5vw;
    left: 7vw;
    width: 5.5vw;
    height: 5vw;
    border: 2px solid #c9c9c9;
    border-radius: 1vw;
    background: #fff;
}

.checkbox-input:checked + .checkbox-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 1.15vw;
    left: 8.84vw;
    width: 0.4em;
    height: 0.8em;
    border-right: 1vw solid #d90d0d;
    border-bottom: 1vw solid #d90d0d;
    transform: rotate(45deg);
}
	
/*電話*/
.tel_box {
    background: #fff;
    padding: 5vw 0;
    text-align: center;
    width: 80vw;
    height: 53.5vw;
    border: solid 0.5vw #242424;
    margin: 0 auto;
    position: relative;
    z-index: 10;
	margin-bottom: 10vw;
}

.tel_text {
	margin-bottom: 2vw;
}

.tel_num {
    font-size: 6.5vw;
    font-weight: 900;
    padding-left: 1.5em;
    letter-spacing: 0.1em;
    margin-bottom: 2vw;
    position: relative;
}
	
.mail{
    font-size: 5vw;
    font-weight: 900;
    padding-left: 1.5em;
    letter-spacing: 0.05em;
    margin-bottom: 3vw;
    position: relative;
    padding-top: 1vw;
}

.tel_num::before {
    content: "";
    display: inline-block;
    background-image: url("../images/index/tel.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 6vw;
    height: 7vw;
    position: absolute;
    top: 1.3vw;
    left: 10vw;
    image-rendering: -webkit-optimize-contrast;
}

.mail::before {
    content: "";
    display: inline-block;
    background-image: url("../images/index/mail.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 6vw;
    height: 7vw;
    position: absolute;
    top: 1.3vw;
    left: 10vw;
    image-rendering: -webkit-optimize-contrast;
}
	
.tel_member {
    font-size: 3vw;
    margin-bottom: 2vw;
}
	
.tel_time {
    font-size: 3vw;
    position: relative;
}
	
.mail_text {
    padding-top: 1.7vw;
}



	
	
}

input[name=submitBack]{
	color:#000 !important;
}


.job_band{
	color:white;
	width:100%;
	height:135px;
	background:#80c97b;
	text-align:center;
	margin-top:102px;
}
.job_band h2{
	padding-top:54px;
	font-size:1.6em;
}
.job_band div{
	margin-top:22px;
	font-size:1.4em;
}
.agent_band {
    color: white;
    width: 100%;
	height:135px;
    background: #fabd00;
    text-align: center;
	margin-top:102px;
}

.agent_band h2{
	padding-top:54px;
	font-size:1.6em;
}
.agent_band div{
	margin-top:22px;
	font-size:1.4em;
}
.corporate_band{
	color:white;
	width:100%;
	height:135px;
	background:#63a2d6;
	text-align:center;
	margin-top:102px;
}
.corporate_band h2{
	padding-top:54px;
	font-size:1.6em;
}
.corporate_band div{
	margin-top:22px;
	font-size:1.4em;
}
.crumbbread {
	height:30px;
	
}
.crumbbread span {
    display: block;
    width: 790px;
    margin: 0 auto;
    letter-spacing: normal;
    font-size: 1.4rem;
    line-height: 2;
}
.crumbbread.job_crumbread{

	background:#ffdab0;
}
.crumbbread.agent_crumbread{

	background:#ffe9a6;
}
.crumbbread.corporate_crumbread{

	background:#b9d2f2;
}
#entry2_1,#entry2_2,#entry3,#entry4,#entry5,#entry_corpo,#entry_corpo2,#entry_corpo3{
	margin-top:60px;
	border-top:none;
}
@media screen and (max-width: 768px){
	
.agent_band,.job_band,.corporate_band {
    height: 32vw;
    margin-top: 21vw;
}	
	
	
	.job_band h2{
		font-size:2rem;
		padding-top:14vw;
	}
	.job_band div{
		font-size:1.4rem;
	}
	.agent_band h2{
		font-size:2rem;
		padding-top:14vw;
	}
	.agent_band div{
		font-size:1.4rem;
	}
	.corporate_band h2{
		font-size:1.7rem;
		padding-top:14vw;
	}
	.corporate_band div{
		font-size:1.4rem;
	}
	.crumbbread span{
		font-size:1rem;
		max-width:90vw;
		margin:0 auto;
/*		padding-top:1vw;*/
	}
    #entry2_1,#entry2_2,#entry3,#entry4,#entry5,#entry_corpo,#entry_corpo2,#entry_corpo3{
        margin-top:0;
        padding-top: 20vw;
        border-top:none;
    }
    .list_wrap{
        /* margin-right: 20px; */
    }
}

.corporate_current{
	background:#63a2d6;
}

#entry_corpo .main_title::before {
    background:#63a2d6;
	color:#fff;
}
#entry_corpo2 .main_title::before {
    background:#63a2d6;
}
#entry_corpo3 .main_title::before {
    background:#63a2d6;
}
#entry_corpo .main_title::before {
    content: "1";
}
#entry_corpo2 .main_title::before {
    content: "2";
}
#entry_corpo3 .main_title::before {
    content: "3";
}
.privacy-agreement{
	text-align:center;
}
.submit_corpo{
    margin:0 auto;
    margin-top:60px;

}
#entry_corpo li.form_item:first-child .form_title::after{
	left:6.5em;
}
#entry_corpo li.form_item:nth-child(2) .form_title::after{
	left:5em;
}
#entry_corpo li.form_item:nth-child(3) .form_title::after{
	left:6.5em;
}
#entry_corpo li.form_item:nth-child(4) .form_title::after{
	left:4.5em;
}
#entry_corpo li.form_item:nth-child(5) .form_title::after{
	left:11.5em;
}
#entry_corpo li.form_item:nth-child(6) .form_title::after{
	left:7em;
}
#entry_corpo li.form_item:nth-child(7) .form_title::after{
    content: "任意";
    background: #404040;
    left: 7em;
}
#entry_corpo li.form_item:nth-child(8) .form_title::after{
    content: "任意";
    background: #404040;
    left: 11.5em;
}
#entry_corpo li.form_item_mail:first-child .form_title::after{
    content: "任意";
    background: #404040;
    left:28.5em;
}
@media screen and (max-width:768px){
	#entry_corpo li.form_item_mail:first-child .form_title::after{
		position:unset;
		
	}
}


#entry_corpo2 li.form_item .form_title::after{
	content:none !important;
}
#entry_corpo3 li.form_item .form_title::after{
	content:none !important;
}

#entry_corpo2 input[type=text]{
	border:none;
}
#entry_corpo2 .info_mail_title{
	display:none;
}
#entry_corpo2 .form_naiyo{
	padding-left:1em;
	color: #888888;
    font-size: 18px;
    margin-bottom: 0.8em;
}


#entry_corpo .disabledBtn {
    opacity: 0.4;
    pointer-events: none;
}

@media screen and (min-width:769px){
.form_border{
    width: fit-content;
    margin: 0 auto;
    padding: 60px;
    padding-bottom: 0;
    border: solid 2px #cecece;
    margin-bottom: 100px;
}
}
@media screen and (max-width:768px){
.form_border{
    border: solid 2px #cecece;
	padding:10px;
	margin:10px;
}
}

.syokusyu_rough,.syokusyu_design,.syokusyu_engineer,.syokusyu_other,.skill_design,.skill_engineer,.skill_other{
	width:20em !important;
    margin-right:1rem;
}
.select_side.boxwidthwide::after{
    left:280px !important;
}

.syokusyu_1, .syokusyu_2, .syokusyu_3,.skill_1, .skill_2, .skill_3{
    display:flex;
}
.skill_1 .form_item, .skill_2 .form_item, .skill_3 .form_item{
    width:auto !important;
}

li div p.form_title::after{
    left:min( 310px,66vw) !important;
    display: none;
}
@media screen and (max-width:768px){
    .syokusyu_1, .syokusyu_2, .syokusyu_3,.skill_1, .skill_2, .skill_3{
        flex-direction:column;
        margin-bottom:1vw;
    }
    .syokusyu_1 .form_item, .syokusyu_2 .form_item, .syokusyu_3 .form_item,.skill_1 .form_item, .skill_2 .form_item, .skill_3 .form_item{
        margin-bottom:0;
    }
    li div p.form_title::after{
        /* left:280px !important; */
        top:-1vw;
    }
    .select_side.boxwidthwide::after{
        left:360px !important;
    }
    .syokusyu_rough,.syokusyu_design,.syokusyu_engineer,.syokusyu_other,.skill_design,.skill_engineer,.skill_other{
        width:405px !important;
        margin-right:1rem;
    }
}

.revise{
    display: block;
    font-size: 15px;
    width: 174px;
    height: 55px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    transition: all 0.4s;
    background: #fff;
    border: solid 1px #242424;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 768px){
    .revise{
        display: block;
        font-size: 3.8vw;
        width: 28vw;
        height: 10vw;
        text-align: center;
        border-radius: 2vw;
        position: relative;
        transition: all 0.4s;
        background: #fff;
        border: solid 1px #c9c9c9;
        letter-spacing: 0.1em;
    }
}
.form_list .btn_wrap{
    display:flex;
    justify-content:space-around;
}
.list_all .btn_wrap{
    display:flex;
    justify-content:space-around;
}
.entry_submit_1{
    margin: 0 auto;
}
.revise.syusei {
    display: block;
    font-size: 16px;
    width: 127px;
    height: 39px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    transition: all 0.4s;
    background: #fff;
    /* border: solid 1px #242424; */
    border: none;
    letter-spacing: 0.1em;
    font-weight: bold;
}
@media screen and (max-width: 768px){
    .btn_wrap{
        display:flex;
        flex-direction: column;
    }
    .bck_btn_wrap{
        margin-bottom:2rem;
    }
    .revise{
        width: 80vw;
        height:13vw;
        margin: 0 auto;
        border-radius:10vw;
    }
    .revise.syusei{
        display: block;
        font-size: inherit;
        width: 28vw;
        height: 10vw;
        text-align: center;
        border-radius: 2vw;
        position: relative;
        transition: all 0.4s;
        background: #fff;
        border: solid 1px #c9c9c9;
        letter-spacing: 0.05em;
        font-weight:bold;
        /* font-family: source-han-sans-japanese, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif; */
    }
    .mw_wp_form_confirm .select_side {
        color: #888888;
        font-size: 3.8vw;
        padding-left: 1em;
    }
    .btn_wrap_a .revise{
        margin-bottom:5vw;
    }

}
.tel_box + .submit{
    margin:0 auto !important;
}
.mw_wp_form.mw_wp_form_complete{
    display: none;
}

.form_wrap input[name="郵便番号"]{
    width: 300px;
}
@media screen and (max-width:768px) {
    .form_wrap input[name="郵便番号"]{
        width: 50%;
    }
}
.form_wrap input[name="郵便番号"] + br{
   display: none;
}
.form_wrap #address-btn{
    width: 100px;
    border-radius: 10px;
    letter-spacing: 0.1em;
    background-color: #c4c4c4;
    margin-left: 16px;
    line-height: 44px;
    text-align: center;
}
.mw_wp_form_confirm #address-btn{
    display: none !important;
}
@media screen and (max-width:768px) {
    .form_wrap #address-btn{
        padding: 0 14px;
        line-height: 50px;
        width: fit-content;
        margin-left: 1vw;
    }
}
.form_wrap .address_wrapwrap{
    display: flex;
    margin-top: 30px;
    gap: 6px;
}
@media screen and (max-width:768px) {
    .form_wrap .address_wrapwrap{
        flex-direction: column;
        margin-top: 5vw;
    }
}
.form_wrap .address01_wrap,.form_wrap .address02_wrap{

}
@media screen and (max-width:768px) {
    .mw_wp_form_confirm .address01_wrap{
        color:#000;
        padding-left: 0;
        margin-bottom: 0;
    }
}
@media screen and (max-width:768px) {
    .form_wrap .address01_wrap{
        margin-bottom: 3vw;
    }
}
.form_wrap .address01_wrap p{
    width: fit-content;
}
@media screen and (max-width:768px) {
    .form_wrap .address01_wrap p{
        width: 50%;
    }
}
.form_wrap .address02_wrap{
    width: calc( 100% - 200px );
}
@media screen and (max-width:768px) {
    .form_wrap .address02_wrap{
        width: 100%;
    }
}
.form_wrap .address02_wrap p{

}
.form_wrap select[name="都道府県"]{
    font-size: 16px;
}
@media screen and (max-width:768px) {
    .form_wrap select[name="都道府県"]{
        width: 50vw !important;
        font-size: 14px;
    }
}
.form_wrap input[name="市区町村"]{
    width: 100%;
}
.form_wrap .address01_wrap::after {
    top: 60px;
}
@media screen and (max-width:768px) {
    .form_wrap .address01_wrap::after {
        top: 13.5vw !important;
        left: 41vw !important;
    }
}



.accept-file{ color: #a8a1a1; display: block;}