@charset "utf-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

/*要素のフォントサイズやマージン・パディングをリセット*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/*行の高さをフォントサイズと同じに*/
body {
	color: #3C4261;
    line-height:1;
    font-size: 16px;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
/*nav ul {
    list-style:none;
}*/
ol, ul, li {
    list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
    quotes:none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
    display: inline-block;
    width: 100%;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
	color: inherit;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
    text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
    border-collapse:collapse;
    border-spacing:0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
    vertical-align:middle;
    width: 100%;
    border: 1px solid #E6E6E6;
    height: 51px;
    color: #3C4261;
    font-size: 16px;
    background: #fff;
}
::placeholder{
    color: #B3B3B3;
    font-size: 13px;
  }
/*画像を縦に並べた時に余白が出ないように*/
img {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
	max-width: 100%;
    width: 100%;
    height: auto;
}
.lp_header {
    padding: 18px 20px;
    background-color: #fff;
    margin-bottom: 8px;
}
.header_content {
    display: flex;
    height: 18px;
    justify-content: space-between;
    align-items: center;
    column-gap: 8px;
    width: 100%;
    max-width: 510px;
    margin: 0 auto;
}
.gnav_logo {
    display: inline-block;
    width: 100%;
}
.header_logo {
    width: auto;
    height: 35px;
}
.form_body {
    background: #EAEAEA;
}
.lp_footer {
    padding: 24px 20px 0;
    background: #fff;
    text-align: center;
}
.realtime_wrap {
    border: 1px solid #3C4261;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 8px;
    line-height: 1.3;
}
.realtime_text {
    white-space: nowrap;
}
.red_head {
    color: #F57600;
    font-weight: bold;
    font-size: 16px;
}
.footer_normal {
    color: #7A878C;
    font-size: 12px;
    line-height: 1.2;
}
.footer_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}
.footer_list:last-child {
    margin-bottom: 32px;
    margin-top: 8px;
}
.footer_list .footer_item {
    display: flex;
    align-items: center;
}
.footer_list .footer_item:nth-child(2) {
    margin: 0 36px;
}
.footer_item a {
    position: relative;
    color: #7A878C;
    font-size: 12px;
    line-height: 20px;
    margin-right: 4px;
    transition: .2s ease-out;
    margin-right: 4px;
}
.footer_item a:hover {
    color: #7A878C;
    opacity: .7;
}
.step_text {
    font-weight: bold;
    font-size: 16px;
    width: 40px;
    margin-right: 16px;
}
.easy_sec {
    color:#F57600;
    border: 1px solid #F57600;
    border-radius: 4px;
    font-size: 13px;
    padding: 4px 2px;
    font-weight: bold;
    margin-left: 8px;
}
.step_bar_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
}
.step_nav_wrap {
    max-width: 250px;
}
.step_nav_list:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #E6E6E6;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.step_nav_list li.active {
    color: #fff;
    background: #F57600;
    border: 1px solid #F57600;
}
.step_nav_list li {
    position: relative;
    width: 22px;
    height: 22px;
    border: 1px solid #E6E6E6;
    background: #E6E6E6;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
    color: #fff;
    cursor: pointer;
}
.step_nav_list li a {
    display: block;
    width: 100%;
    height: 24px;
}
.step_nav_list li span {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.main_visual {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #EAEAEA;
}
.main_visual .main_visual_image {
    position: relative;
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
}
.main_visual .main_visual_image img {
    width: 100%;
}
.form_inner {
    padding: 24px 0 0;
}
.form_title {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 16px;
}
.form_title .form_sub_title {
    color: var(--f-57600, #F57600);
    line-height: 2.5;
}
.step_nav_list {
    width: 140px;
    position: relative;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.step1_wrap {
    column-gap: 15px;
}

.img_wrap {
    border: 2px solid #000;
    background: #fff;
    border-radius: 4px;
    width: 156px;
    cursor: pointer;
    text-align: center;
    padding-top: 10px;
}
.img_wrap img {
    width: 134px;
    height: 92px;
}
.img_text {
    text-align: center;
    padding: 12px 0 16px;
    font-weight: bold;
    font-size: 14px;
}
.blank {
    position: relative;
    display: inline-block;
    right: 7px;
}
.blank::after {
    font-family: 'icon';
    content: '\e901';
    margin-left: 4px;
    color: #F57600;
    display: inline-block;
    width: 11px;
    height: 11px;
    position: absolute;
    right: -15px;
}
.step_flex {
    width: 600%;
    display: flex;
    transition: all 0.3s ease-in-out;
}
.step_wrap {
    width: 100%;
    position: relative;
}
.step_wrap.step3 .form-group {
    display: none;
}
.step_wrap .step2_wrap {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.form_inner {
    overflow: hidden;
}
.red_note {
    color: #F57600;
    font-size: 16px;
}
.step2_flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    max-width: 510px;
    margin: 0 auto;
}
.pager_wrap {
    position: relative;
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 40px;
}
.step_wrap.step2 .pager_wrap {
    padding-top: 40px;
}
.step_wrap.step3-1 .pager_wrap, .step_wrap.step3-2 .pager_wrap {
    padding-top: 60px;
}
.last_pager_wrap {
    position: relative;
    margin-bottom: 40px;
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 510px) {
    .step2_flex,
    .pager_wrap,
    .last_pager_wrap {
        width: calc(100% - 40px);
    }
}
.pager_inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
.step_wrap.step2 .pager_inner, .step_wrap.step3-1 .pager_inner {
    justify-content: start;
}
.next_step_btn {
    width: 221px;
    position: relative;
    font-size: 13px;
    color: #fff;
    background: #F57600;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 51px;
    border-radius: 3px;
    box-shadow: 0px 4px 6px #d8504133;
    transition: .2s ease-out;
    cursor: pointer;
    transition: all 0.3s;
}
.next_step_btn:hover:not([disabled]) {
    background: #FD9C43;
    transform: translateY(-2px);
}
.next_step_btn::after {
    content: '';
    display: inline-block;
    background: url(../images/right_arrow.svg) no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
}
.back_step_btn {
    font-size: 13px;
    transition: .2s ease-out;
    font-weight: bold;
}
.back_step_btn:hover {
    color: inherit;
    transform: translateX(-2px);
    cursor: pointer;
}
.back_step_btn::before {
    content: '';
    display: inline-block;
    background: url(../images/back_arrow.svg) no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-right: 8px;
}
input[type="checkbox"],
input[type="radio"] {
    display: none;
}
.borderBox {
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    flex: 0 0 48%;
}
.borderBox.half {
    flex: 0 0 48%;
}
@media only screen and (max-width: 510px) {
    .borderBox {
        flex: 0 0 47.674%;
    }
    .borderBox.half {
        flex: 0 0 47.674%;
    }
    .lp_header {
        padding: 18px 10px;
    }
    .header_logo {
        height: 30px;
    }
}
.borderBox label  {
    display: block;
    text-align: center;
}
.borderBox input {
    appearance: none;
    width: 100%;
    background: none;
    padding-left: 10px;
    margin-bottom: 0 !important;
    border: 2px solid #3C4261;
    border-radius: 4px;
    line-height: 1;
}
.step2_flex li:last-child {
    //flex-basis: 100%;
}
input[type="checkbox"] + span {
    display: block;
    position: relative;
    padding-top: 63.05px;
    padding-bottom: 3px;
    border: 2px solid #3C4261;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 2.14;
    font-weight: bold;
}
input[type="radio"] + span {
    display: block;
    position: relative;
    padding-top: 120px;
    padding-bottom: 8px;
    border: 2px solid #3C4261;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
}
input[name="job-type-value"] + span {
    background-repeat:  no-repeat;
    background-position: center top 10px;
    background-size: 102px 94px;;
    padding-top: 103.05px;
    padding-bottom: 10px;
}
input[value="施工管理"] + span {
    background-image: url(../images/step01-1.png);
}
input[value="現場作業員・職人"] + span {
    background-image: url(../images/step01-2.png);
}
input[value="建築士・設計士"] + span {
    background-image: url(../images/step01-3.png);
}
input[value="わからない相談して決めたい"] + span {
    display: block;
    line-height: 1.5;
    position: relative;
    padding-top: 52px;
    padding-bottom: 47px;
    border: 2px solid #3C4261;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}
input[name="experience"] + span {
    background-repeat:  no-repeat;
    background-position: center top 10px;
    background-size: 102px 94px;;
    padding-top: 103.05px;
    padding-bottom: 10px;
}
input[value="未経験～1年未満"] + span {
    background-image: url(../images/step02-1.png);
}
input[value="1年～2年未満"] + span {
    background-image: url(../images/step02-2.png);
    background-size: 92px 84px;
}
input[value="2年～3年未満"] + span {
    background-image: url(../images/step02-3.png);
    background-position: center top 20px;
    background-size: 82px 74px;
}
input[value="3年以上"] + span {
    background-image: url(../images/step02-4.png);
    background-position: center top 20px;
    background-size: 82px 74px;
}
input[name="qualification_question"] + span {
    background-repeat:  no-repeat;
    background-position: center top 15px;
    background-size: 134px auto;
    font-size: 18px;
    padding-top: 80px;
    padding-bottom: 0;
}
input[value="はい"] + span {
    background-image: url(../images/card-yes.png);
}
input[value="いいえ"] + span {
    background-image: url(../images/card-no.png);
}
input:checked+span {
    background-color: #FFF1E4;
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
:disabled {
    opacity: .6;
    cursor: default;
}
.pager_inner2 {
    flex-direction: row !important;
    margin-bottom: 40px;
}
select {
    border:2px solid#3C4261;
    border-radius: 2px;
    height: 51px;
    font-size: 14px;
    padding-left: 16px;
}
.address_wrap {
    width: 100%;
    max-width: 510px;
    margin: 0 auto;
    justify-content: space-between;
}
@media only screen and (max-width: 510px) {
    .address_wrap {
        width: calc(100% - 40px);
    }
}
.address_wrap .input {
    width: 48%;
    margin: 0 0 80px;
    /* margin: 0 auto 80px; */
    /* max-width: 550px; */
}
.address_wrap select:hover,
.birthyear_wrap select:hover {
    cursor: pointer;
}
.birthyear_wrap .input {
    max-width: 510px;
    width: 90%;
    margin: 0 auto;
}
.form-group {
    margin-bottom: 24px;
}
.form-group .label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    column-gap: 12px;
}
.form-group .label p {
    font-size: 16px;
    font-weight: bold;
}
.form-group .required {
    width: 25px;
    height: 12px;
    font-size: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F57600;
    border-radius: 2px;
    padding: 4px;
    font-weight: bold;
}
.form-group .any {
    width: 25px;
    height: 12px;
    font-size: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #B3B3B3;
    border-radius: 2px;
    padding: 4px;
    font-weight: bold;
}
.form-group .input {
    width: 100%;
    max-width: 510px;
    margin: 0 auto;
}
.form-group input::placeholder {
    padding-left: 16px;
}
.small_note {
    font-size: 11px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 8px;
}
.last_note {
    font-size: 11px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 40px;
}
.red_link {
    display: inline;
    text-decoration: underline;
    color: #F57600;
}
.submit_btn {
    width: 100%;
    max-width: 510px;
    position: relative;
    font-size: 13px;
    color: #fff;
    background: #F57600;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 51px;
    border-radius: 3px;
    box-shadow: 0px 4px 6px #d8504133;
    transition: .2s ease-out;
    cursor: pointer;
    margin: 0 auto 40px;
}
.submit_btn:hover:not([disabled]) {
    background: #FD9C43;
    transform: translateY(-2px);
}
.submit_btn::after {
    content: '';
    display: inline-block;
    background: url(../images/right_arrow.svg) no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
}
@media only screen and (max-width: 510px) {
    .form-group .input,
    .submit_btn {
        width: calc(100% - 40px);
    }
}
.thanks-wrap {
    padding-top: 28px;
}
.thanks-inner {
    text-align: center;
    padding: 0 20px;
}
.sp-thanks-head {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}
.sp-thanks-head-second {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.sp-thanks-head-second::before, .sp-thanks-head-second::after {
    display: inline-block;
    content: '';
    width: 2px;
    background: #3C4261;
    vertical-align: bottom;
    position: absolute;
    bottom: 4px;
    height: 25px;
    margin: 0 25px;
}
.sp-thanks-head-second::before {
    transform: rotate(-40deg);
    left: -40px;
}
.sp-thanks-head-second:after {
    transform: rotate(40deg);
    right: -40px;
}
.thanks-content {
    font-size: 13px;
    line-height: 1.7692;
    text-align: center;
    margin-bottom: 40px;
}
.button-line {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 280px;
    height: 51px;
    background: #00BF00;
    box-shadow: 0px 4px 6px #00bf0033;
    border-radius: 4px;
    padding-right: 17px;
    margin: 0 auto;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 24px;
    transition: 0.4s ease-out;
}
.button-line::before {
    content: '';
    background-image: url(../images/line@2x.png);
    display: inline-block;
    width: 31px;
    height: 29px;
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}
.thanks-text-small {
    font-size: 10px;
    line-height: 1.6;
    color: #7A878C;
    text-align: center;
    margin-bottom: 40px;
}
.button-back {
    display: inline-block;
    position: relative;
    font-size: 13px;
    font-weight: bold;
    color: #3C4261;
    margin-bottom: 60px;
}
.button-back::after {
    font-family: 'icon';
    content: '\e906';
    margin-left: 4px;
    color: #F57600;
}
.thanks_header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer {
    position: relative;
}
.footer_copy {
    text-align: center;
    font-size: 10px;
    position: fixed;
    color: #7A878C;
    bottom: 80px;
    right: 0;
    left: 0;
}
.desired-jobs .container {
    background: #3C4261;
}
.desired-jobs h3 {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    color: #fff;
}
.red_text {
    color: #F57600;
}
.yellow_text {
    color: #FFDA71;
}
.question_box_fotter {
    background: #3C4261;
    color: #FFF;
    font-size: 12px;
    margin-top: 10px;
    padding: 10px 0;
}
.question_box_fotter div {
    line-height: 1.3;
}
.question_box_fotter_row {
    position: relative;
    top: 8px;
}
.qualification_checkbox {
    background: #3C4261;
    border: solid 2px #3C4261;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    display: inline-block;
    height: 100%;
    position: absolute;
    width: 32px;
}
.qualification_checkbox.checked {
    background: #F57600;
    border-color: #F57600;
}
.qualification_checkbox label {
    cursor: pointer;
    display: block;
    height: 100%;
}
.qualification_checkbox label:before {
    border: 2px solid #FFF;
    border-radius: 4px;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 16px;
    left: 0.4rem;
    margin: auto 0;
    position: absolute;
    top: 0;
    transform: none !important;
    width: 16px;
    z-index: 2;
}
.qualification_checkbox input:checked~label:before {
    -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}
.qualification_checkbox label:after {
    background: #3C4261;
    border: 2px solid #FFF;
    border-radius: 4px;
    content: '';
    cursor: pointer;
    height: 16px;
    left: 0.4rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    z-index: 2;
}
.qualification_checkbox input:checked~label:after {
    background: #F57600;
}
.qualification_checkbox input:checked~label .checkmark {
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    content: '';
    display: block;
    height: 5px;
    left: 0.65rem;
    position: absolute;
    top: 2.2rem;
    transform: rotate(-45deg);
    width: 10px;
    z-index: 3;
}
.qualification_checkbox_body {
    background: #FFF;
    border: solid 2px #3C4261;
    border-left: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    height: 100%;
    width: 100%;
}
.qualification_checkbox_body.checked {
    background: #FFF1E4;
    border-color: #F57600;
    color: #F57600;
}
.qualification_checkbox_body label {
    cursor: pointer;
    position: relative;
    top: 1.8rem;
}
.qualification_none_box .qualification_checkbox_body label {
    top: 1.4rem;
}
.qualification_row .qualification_checkbox_body label {
    font-size: 14px;
    margin-left: 32px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
.qualification_row .qualification_checkbox input:checked~label .checkmark {
    top: 1.35rem;
}
.borderBox.qualification_row {
    flex: 0 0 47.674%;
    height: 52px;
    position: relative;
}
.borderBox.qualification_row:last-child {
    flex: 0 0 98%;
}
.sp_only {
    display: none!important;
}
@media only screen and (max-width: 510px) {

    .borderBox.qualification_row:last-child {
        flex: 0 0 100%;
    }
    .sp_only {
        display: block!important;
    }
}