@charset "UTF-8";
/*共通設定*/
html.thanks {
    height: 100%;
}
body {
    background-color: #EEEEEE;
}
body.thanks {
    height: 100%;
}
.f-zenmaru {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
}
.f-mplus1c {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;   
}
.hp_bold {
    font-weight: bold;
}
.hp_accent {
    color: #2A9052;
}
.hp_large {
    font-size: 1.5em;
}
.hp_slant {
    position: relative;
}
.hp_slant::before {
    display: inline-block;
    content: "";
    width: 1em;
    height: 2px;
    background: #000;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 0;
     -webkit-transform: translateY(-50%) rotate(60deg);
    transform: translateY(-50%) rotate(60deg);
    z-index: 1;
}
.hp_slant::after {
    display: inline-block;
    content: "";
    width: 1em;
    height: 2px;
    background: #000;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    right: 0;
     -webkit-transform: translateY(-50%) rotate(-60deg);
    transform: translateY(-50%) rotate(-60deg);
    z-index: 1;
}
.hp_caution {
    color: #FE0000;
}
.hp_textLink {
    text-decoration: underline;
    color: #F9AA17;
}


/* --------------------------------------------------------------
   header
-------------------------------------------------------------- */
.cmn_header {
    background-color: #fff;
    padding: 0.24rem 0.16rem;
    margin-bottom: 0;
}
.cmn_header .logo_wrap {
    justify-content: space-between;
    align-items: center;
}
.cmn_header .txt {
    text-align: left;
}
/*左上のテキスト(ロゴ)*/
.logo .txt.container{
    color: #333;
    font-size: .9em;
    line-height: 1.4;
}
.logo .txtSubTitle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
}
.logo .txtSubTitle  .txtLabel {
    /* background-color: #5FD847; */
    background-color: #53cb3b;
    border-radius: 88px;
    padding: 0.01rem .1rem;
    color: #fff;
    text-align: center;
}
.logo .txtLabelTitle {
    /* color: #5FD847; */
    color: #53cb3b;
    font-size: 0.16rem;
}

.logo .txt.container .txtTitle {
    display: block;
    font-size: .24rem;
    letter-spacing: 0.01rem;
}
/*左上のセコカンロゴ(打ち消し)*/
.cmn_header .logo img{
    display: block;
    max-width: 200px;
    width: 64%;
    top: 0;
}
/*右上のナレルロゴ*/
.cmn_header .nareru-logo {
    display: block;
    max-width: 150px;
    width: 100%;
}
@media screen and (max-width: 767px) { 
    .cmn_header .nareru-logo {
        max-width: 110px;
    }
}
@media screen and (min-width: 768px) { 
    .cmn_header .logo img{
        max-width: 280px;
    }
}


/* --------------------------------------------------------------
   fv
-------------------------------------------------------------- */
.fv {
    width: 100%;
    display: block;
    padding: 0.5rem;
    background-color: #6AB72E;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
.fv .heading {
    color: #fff;
    font-weight: bold;
    font-size: .32rem;
}
.fvLeadBox {
    padding: 0.24rem;
    text-align: center;
}
.fvLeadBox .text {
    font-size: 0.24rem;
    line-height: 1.6;
}


@media screen and (min-width: 980px) { 
    /* .fv::before {
        display: block;
        content: "";
        width: 10%;
        height: 100%;
        background: #D0D4D7;
    background: linear-gradient(90deg, rgba(208,212,215,0) 0%, rgba(208,212,215,0.8) 43%,rgba(208,212,215,1) 69%);
        position: absolute;
        top: 0;
        right: -24px;
        z-index: 2;
    } */
    .fv::after {
        display: block;
        content: "";
        width: 100vw;
        height: 100%;
        background-color: #6AB72E;
        position: absolute;
        top: 50%;
        left: 50%;
         -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
    }
}/*media query end*/

/* --------------------------------------------------------------
   form
-------------------------------------------------------------- */
.step_form {
    margin-bottom: .6rem;
}

/*チェックボックスを隠す*/
.step_form input.ckboxbutton {
    display: none;
}
.step_form input.ckboxbutton:checked + label {
    background:#ff972a;
    color: #fff;
}

/*STEP数表記のPC版の下地を補足*/
.from_wrap {
    position: relative;
}
/* .from_wrap::before {
    display: block;
    content: "";
    width: 100vw;
    height: 72px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
} */
/*241115_ラジオボタンに画像*/
.lists.lists_flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px;
}
.lists.lists_flex > dt {
    width: 100%;
     -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.lists.lists_flex > dd {
    width: 45%;
}
/*ラジオボタン部分を非表示*/
.radiobutton_images {
    display: none;
}
/*label上書き指定*/
.step_form .radio.radio_images {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.32rem;
    margin: 0;/*打消し*/
    color: #333;
    text-align: center;
}
.step_form .radio.radio_images .radio_icon {
    width: 50%;
    display: block;
    margin: 0 auto 0.16rem;
}
.step_form .radio.radio_images:checked {
    color: #fff;
    background-color: #ff972a;
}

.step1-bg, #step2::before, #step3::before  {
    background-image: none;
}
.step_form .bg {
    background-color: #fff;
}
.step_form .lists dt {
    background: #2A9052;
}
/*style.cssをさらに上書きしているので注意*/
#step1 .bg:nth-child(2) {
    margin-top: .3rem;
}
#step2 .bg:last-child {
    margin-top: 0.3rem;
}
#step2.step_form .bg.bg__small {
    margin-top: 0.3rem;
}

/*あと1ステップ表記追加(バルーン)*/
.btn_next {
    position: relative;
}
.ly_balloon {
    position: absolute;
    top: -12px;
    left: 60px;
    z-index: 1;
}
.bl_balloon {
    background-color: #5FD847;
    border-radius: 88px;
    padding: 0.16rem 0.24rem;
    text-align: center;
    position: relative;
    /* box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, 1); */
    box-shadow: 0px 5px 8px 0px rgba(68, 30, 2, 0.3);
}
.bl_balloon::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 12px solid #5fd847;
    border-bottom: 0;
    position: absolute;
    bottom: -10px;
    right: 20px;
     -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    z-index: 1;
}
.bl_balloon .balloon_txt {
    color: #fff;
    font-weight: 700;
    font-size: 0.24rem;
    letter-spacing: 0.03rem;
}
.bl_balloon .balloon_txt .large {
    color: #FFFC4D;
    font-size: 150%;
}
/*申し込みボタン*/
.step_form .submit-btn {
  position: relative;
}
.step_form .submit-btn::before {
    display: block;
    content:"無料";
    background: #fff;
    color: #fbb02d;
    font-size: 0.24rem;
    border-radius: 88px;
    padding: 0.1rem 0.24rem;
    text-align: center;
    font-weight: 700;
    border: solid 2px #fbb02d;
    position: absolute;
    top: 50%;
    /* left: 64px; */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* top: -10px; */
    left: calc(64 * (100vw/750));
    z-index: 1;
}
/* .step_form .submit-btn::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 12px solid #fff;
    border-bottom: 0;
    position: absolute;
    top: calc(28 * (100vw/750));
    left: calc(170 * (100vw/750));
     -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    z-index: 1; 
} */

/*input*/
.step_form .submit {
    width: 6rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
/*style.cssからの打ち消し*/
#step1 .bg:nth-child(2) {
    padding-bottom: 0.5rem;
}
/*プラポリの外部リンク*/
.subtext {
    font-size: .24rem;
    line-height: 1.5;
    padding: .2rem .37rem 0;
}
.outerLinkBox {
    text-align: left;
    padding: .2rem .37rem .2rem;
}
.outerLink_text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    font-size: .24rem;
    text-decoration: underline;
    position: relative;
}
.outerLink_text::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid currentColor;
    border-right: 0;
}
/*FV下のアピール*/
.appealBox {
    width: 90%;
    max-width: 600px;
    margin: 0.4rem auto;
    position: relative;
}
.appealBox > .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.appealBox .textBox {
    width: 100%;
        -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.appealBox .textBox .ttlBox {
    font-weight: bold;
    font-size: clamp(16px,5vw,21px);
}
.appealBox .textBox .subTtl {
    display: inline-block;
    font-size: 0.8em;
    text-align: center;
}
.appealBox .textBox .subTtl > .text {
    display: inline-block;
    padding: 0 0.4rem;
}
.appealBox .textBox .ttl {
    display: block;
    margin: 0.16rem 0;
    line-height: 1.3;
}
.appealBox .leadBox {
    position: relative;
    z-index: 2;
}

.appealBox .leadBox > .text {
    line-height: 1.5;
    font-size: clamp(16px,4.5vw,18px);
}
.appealBox .leadBox .textBg {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 0.04rem;
    margin-bottom: 0.04rem;
}
.appealBox .imgBox {
    width: 50%;
        -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: absolute;
    top: 50%;
    right: -30px;
    z-index: -1;
        -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*トグルチェックボックス*/
.step_form .noteBox {
    text-align: center;
}
.step_form .hp_note {
    font-size: .24rem;
    /* font-size: clamp(12px,3vw,14px); */
    font-weight: bold;
}

#step2 .noticeBox {
    width: 90%;
    margin: 0 auto .38rem;
    text-align: left;
}
#step2 .noticeBox .noticeText {
    font-size: clamp(14px,3vw,16px);
    padding-left: 1.4em;
    text-indent: -1.4em;
    line-height: 1.4;
}
#step2 .noticeBox.noticeBox__mail {
    background: #F2F2F2;
    border-radius: 8px;
    padding: 0.24rem;
}
#step2 .noticeList > .item {
    padding-left: 0.8em;
    text-indent: -0.8em;
    font-size: clamp(14px,3vw,16px);
    line-height: 1.4;
}
.kiyakuCautionText {
    width: 90%;
    margin: 0.8em auto;
    font-size: clamp(14px,3.2vw,18px);
    line-height: 1.4;
}

/*----------------------------------------
任意入力のエリア入力
----------------------------------------*/
.anyTextBox {
    width: 90%;
    margin: 0.64rem auto 0;
}
.anyTextBox .ttlBox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 0.15rem;
}
.anyTextBox .ttlBox .ttl {
    width: 100%;
    font-size: clamp(14px,3vw,24px);
    font-weight: bold;
        -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    line-height: 1.4;
}
.tag {
    width: 14%;
    display: block;
    background: #969696;
    border-radius: 2px;
    padding: 0.08rem;
    color: #fff;
    text-align: center;
    font-size: clamp(12px,2vw,18px);
    font-weight: bold;
}
.anyTextBox .input_anyarea {
    margin-bottom: 0.2rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
.anyTextBox .noticeBox {
    width: 90%;
    margin: 0 auto;
}


/*----------------------------------------
転職サービスの利用
----------------------------------------*/
.optBox {
    width: 6rem;
    margin: 0 auto;
}
.opt_ttl {
    font-size: clamp(14px,3.6vw,18px);
    line-height: 1.4;
}
.opt_cont {
    margin-top: 0.08rem;
}
.opt_cont > .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
.step_form input.opt_check {
    width: 0.4rem;
    height: 1rem;
    margin: 0;
}
.step_form label.opt_text {
    display: inline;
    width: auto;
    height: auto;
    border-style: none;
    margin-left: 0;
    margin-bottom: 0;
    line-height: initial;
    text-align: left;
    font-size: clamp(14px,3vw,18px);
}


/* --------------------------------------------------------------
   footer
-------------------------------------------------------------- */
.cmn_footer.thanks {
    position: sticky;
    top: 100vh;
}
.cmn_footer .lists {
    background-color: #fff;
}
.cmn_footer .lists li a {
    color: #333;
}
.cmn_footer .lists li:nth-of-type(n+2) {
    border-left: solid 1px #333;
    padding-left: 0.16rem;
}
.cmn_footer small {
    padding-top: 0.08rem;
}

/* --------------------------------------------------------------
   thanks
-------------------------------------------------------------- */
.thanks_page {
    color: #333333;
}
.thanks_page .thanks_sec::before {
    background-image: none;
}
.thanks_page .thanks_sec .tit {
    color: #333;
    text-shadow: none;
    line-height: 1.2;
    font-weight: 700;
    font-size: clamp(24px,7vw,40px);
    margin-top: 0;
}
.thanks_page .ttlEntryBox {
    position: relative;
    z-index: 1;
    padding: 0.32rem 0 0.16rem;
}
.thanks_page .aisatsuBox {
    width: 92%;
    max-width: 640px;
    margin: 0.40rem auto;
    background: #fff;
    border-radius: 8px;
}
.thanks_page .aisatsuBox > .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 0.24rem;
}
.thanks_page .aisatsuBox .leadBox {
    width: 100%;
        -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.thanks_page .aisatsuBox .leadBox > p {
    font-size: clamp(16px,4vw,21px);
    line-height: 1.6;
}
.thanks_page .aisatsuBox .thumbBox {
    width: 50%;
        -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.thanks_page .entryIDBox {
    text-align: center;
    margin: 0.2rem auto;
}
.thanks_page .outerBtnBox {
    margin: 0.2rem auto 0.8rem;
    width: 80%;
    max-width: 400px;
}
.thanks_page .outerBtn {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    /* font-size: .24rem; */
    font-size: clamp(14px,5vw,21px);
    background: #FBB02D;
    padding: 0.4rem;
    border-radius: 8px;
    position: relative;
    transition: .3s all;
}
.thanks_page .outerBtn:hover,
.thanks_page .outerBtn:focus{
    background: #ff7600;
    transition: .3s all;
}
.thanks_page .outerBtn::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #ffffff;
    border-right: 0;
    position: absolute;
    top: 50%;
    right: 12px;
        -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.thanks_page .contAppealBox {
    margin: 0.5rem auto 0;
    width: 90%;
    max-width: 400px;
    text-align: center;
}
.thanks_page .contAppealBox .ttl {
    display: inline-block;
    font-weight: bold;
    font-size: clamp(16px,4.5vw,18px);
    line-height: 1.4;
}
.thanks_page .contAppealBox .ttl.hp_slant::before {
    left: -32px;
    width: 1.5em;
}
.thanks_page .contAppealBox .ttl.hp_slant::after {
    right: -32px;
    width: 1.5em;
}

@media screen and (min-width: 768px) { 
    .step_form input.opt_check {
        width: 0.3rem;
        height: 0.5rem;
    }

}/*media query end*/

/* --------------------------------------------------------------
   ステップ数表記
-------------------------------------------------------------- */
.progressbar {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 0.16rem 0;
    overflow: hidden;
}
.progressbar .inner {
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
/*stepの共通設定*/
.progressbar .step_title {
    font-size: 0.32rem;
}
.progressbar .step_block {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding: 0.1rem;
    color: #fff;
    background: #B5B5B5;
    font-weight: 700;
    font-size: 0.28rem;
    text-align: center;
    position: relative;
}

/*現在地点*/
.progressbar .step_block.step_current {
    background-color: #2A9052;
}

@media screen and (min-width: 980px) { 
    .progressbar {
        box-shadow: none;
        border-radius: 0;
    }
    .progressbar .inner {
        gap: 16px;
    }
    .step_form .submit-btn::before {
        left: 64px;
    }
    /* .step_form .submit-btn::after {
        border-top: 18px solid #fff;
        top: 26px;
        left: 190px;
    } */
}/*media query end*/
@media screen and (max-width: 767px) { 
    /* .progressbar {
        box-shadow: 0px 0px 16px -8px rgba(0,0,0,0.4) inset;
        overflow: hidden;
    } */
    .from_wrap::before {
        display: none;
    }
}/*media query end*/

/* --------------------------------------------------------------
アニメーションの追加
-------------------------------------------------------------- */
.anim_fuwafuwa {
    animation: anim_fuwafuwa 1s ease-in-out infinite alternate;
}

@keyframes anim_fuwafuwa {
    0% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes downArrow {
    0% {
      transform: translateY(6px);
    }
    100% {
      transform: translateY(0);
    }
  }
