@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700&display=swap&subset=japanese);
*,
.btn,
::after,
::before {
    -webkit-box-sizing: border-box
}

.btn,
.inputCheck,
.inputRadio,
header .progress .next,
header .progress .prev {
    cursor: pointer
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

.btnMark1 img,
.btnMark2 img {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.btnMark3 img,
.btnMark4 img {
    margin-top: auto;
    margin-bottom: auto
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
td,
th {
    text-align: left;
    font-weight: inherit;
    vertical-align: middle
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

a {
    color: inherit;
    text-decoration: inherit
}

.btnHover10:hover,
.btnHover7:hover,
.btnHover8:hover,
.btnHover9:hover {
    color: #fff
}

*,
::after,
::before {
    box-sizing: border-box
}

.btn {
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0
}

header .progress .next,
header .progress .prev,
main .sec>.wrapper .privacyBox a {
    text-decoration: underline
}

.btn img {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.btn::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    opacity: 0
}

.inputText,
.select {
    display: inline-block
}

.btnHover8::before,
.btnHover9::before {
    -webkit-transition: all .2s ease-in;
    content: ""
}

.btnMark1 {
    height: 100px;
    line-height: 100px
}

.btnMark1 img {
    position: absolute;
    top: 10px;
    width: 20px;
    height: 20px
}

.btnMark2 {
    height: 100px;
    line-height: 100px
}

.btnMark2 img,
.btnMark3 img {
    width: 20px;
    height: 20px;
    position: absolute
}

.btnMark2 img {
    bottom: 10px
}

.btnMark3 img {
    top: 0;
    bottom: 0;
    left: 20px
}

.btnHover10::before,
.btnHover8::before,
.btnHover9::before {
    left: 0;
    background-color: #666
}

.btnMark4 img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 8px;
    height: 14px
}

.btnMark5 img {
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.btnMark6 img {
    width: 20px;
    height: 20px;
    margin-left: 5px
}

.btnMark7 img {
    vertical-align: middle;
    width: 40px;
    height: 16px
}

.inputCheck2 span,
img {
    vertical-align: top
}

.btnHover1:hover {
    opacity: .7
}

.btnHover2::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #711313), to(#DB2C2C));
    background: linear-gradient(180deg, #711313 0, #DB2C2C 100%)
}

.btnHover2:hover::after {
    opacity: 1
}

.btnHover3 {
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .6);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .6)
}

.btnHover3:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .6);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .6)
}

.btnHover4 {
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .6);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .6)
}

.btnHover4:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .6);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .6)
}

.btnHover5:hover {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#fa6c9f), color-stop(80%, #ffe140), to(#ffe140));
    background: linear-gradient(90deg, #fa6c9f 0, #ffe140 80%, #ffe140 100%);
    border-radius: 30px
}

.btnHover6:hover img {
    position: absolute;
    right: 10px
}

.btnHover7:hover {
    background-color: #666
}

.btnHover8::before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    transition: all .2s ease-in;
    z-index: -1
}

.btnHover8:hover::before,
.btnHover9::before {
    width: 100%;
    z-index: -1
}

.btnHover9::before {
    position: absolute;
    top: 0;
    height: 0;
    transition: all .2s ease-in
}

.btnHover9:hover::before {
    height: 100%;
    z-index: -1
}

.btnHover10::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    z-index: -1
}

.btnHover10:hover::before {
    width: 100%;
    height: 100%;
    z-index: -1
}

.inputText1 input,
.inputText2 input,
.select1 select {
    width: 100%;
    height: 56px;
    padding: 0 14px;
    font-size: 15px
}

.inputText {
    position: relative
}

.inputText input {
    position: relative;
    z-index: 1;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: 0 0
}

.inputText input::-ms-clear {
    visibility: hidden
}

.inputText img {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.inputText1 {
    width: 100%
}

.inputText1 input {
    color: #4D4848;
    background: #FFF;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 0 #8D8D8D inset;
    box-shadow: 0 1px 0 0 #8D8D8D inset
}

.inputText1 input:focus {
    background: #FFF;
    -webkit-box-shadow: 0 0 0 1px #2F7EC1;
    box-shadow: 0 0 0 1px #2F7EC1
}

.inputText1 input::-ms-clear {
    visibility: hidden
}

.inputText1 input::-webkit-input-placeholder {
    color: #E3E3E3
}

.inputText1 input::-moz-placeholder {
    color: #E3E3E3
}

.inputText1 input:-ms-input-placeholder {
    color: #E3E3E3
}

.inputText1 input::-ms-input-placeholder {
    color: #E3E3E3
}

.inputText1 input::placeholder {
    color: #E3E3E3
}

.inputText1 input[type=number] {
    -moz-appearance: textfield
}

.inputText1 input[type=number]::-webkit-inner-spin-button,
.inputText1 input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.inputText1.birthyear::after {
    content: '年';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin-top: auto;
    color: #4D4848;
    font-size: 15px;
    line-height: 56px;
    z-index: 1
}

.inputText2 {
    width: 100%
}

.inputText2 input {
    color: #2F7EC1;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    border-radius: 2px
}

.inputText2 input:focus {
    background: #FFF;
    -webkit-box-shadow: 0 0 0 1px #2F7EC1;
    box-shadow: 0 0 0 1px #2F7EC1
}

.inputText2 input::-ms-clear {
    visibility: hidden
}

.inputText2 input::-webkit-input-placeholder {
    color: #7E7E7E
}

.inputText2 input::-moz-placeholder {
    color: #7E7E7E
}

.inputText2 input:-ms-input-placeholder {
    color: #7E7E7E
}

.inputText2 input::-ms-input-placeholder {
    color: #7E7E7E
}

.inputText2 input::placeholder {
    color: #7E7E7E
}

.inputText2.active::after {
    color: #2F7EC1
}

.select {
    position: relative
}

.select select {
    position: relative;
    z-index: 1;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0
}

.select select::-ms-expand {
    display: none
}

.select img {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.select1 {
    width: 100%
}

.select1 select {
    color: #4D4848;
    background: #FFF;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 0 #8D8D8D;
    box-shadow: 0 1px 0 0 #8D8D8D
}

.select1 select:focus {
    background: #FCFAEE;
    -webkit-box-shadow: 0 0 0 1px #4d90fe;
    box-shadow: 0 0 0 1px #4d90fe
}

.select2 select {
    width: 400px;
    height: 50px;
    margin: 0;
    padding: 0 40px 0 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 22px
}

.select2 select:focus {
    background: #FCFAEE;
    -webkit-box-shadow: 0 0 0 1px #999;
    box-shadow: 0 0 0 1px #999
}

.select2 img {
    right: 20px;
    width: 18px;
    height: 18px
}

.select3 select {
    width: 300px;
    height: 40px;
    margin: 0;
    padding: 0 40px 0 20px;
    background: #f2f3f5;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 16px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2) inset
}

.select3 select:focus {
    background: #FCFAEE;
    -webkit-box-shadow: 0 0 0 1px #999;
    box-shadow: 0 0 0 1px #999
}

.select3 img {
    right: 16px;
    width: 14px;
    height: 14px
}

.inputRadio {
    display: inline-block;
    position: relative
}

.inputRadio input {
    display: none
}

.inputRadio1 {
    width: 100%
}

.inputRadio1 span {
    display: block;
    width: 100%;
    height: 70px;
    border-radius: 8px;
    position: relative;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.inputRadio1>span {
    background: #8D8D8D;
    -webkit-box-shadow: 0 2px 3px 0 rgba(141, 141, 141, .4);
    box-shadow: 0 2px 3px 0 rgba(141, 141, 141, .4)
}

.inputRadio1>span>span {
    padding: 0 19px;
    background-color: #FFF;
    border: 1px solid #EFEFEF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    line-height: 1;
    top: -3px
}

.inputRadio1>span>span svg {
    width: 8px;
    height: 14px;
    fill: #182D4C;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.inputRadio1>span:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(141, 141, 141, .4);
    box-shadow: 0 0 0 0 rgba(141, 141, 141, .4)
}

.inputRadio1>span:hover>span {
    top: -1px
}

.inputRadio1 input:checked+span {
    -webkit-box-shadow: 0 0 0 0 rgba(141, 141, 141, .4);
    box-shadow: 0 0 0 0 rgba(141, 141, 141, .4)
}

.inputRadio1 input:checked+span>span {
    background-color: #182D4C;
    border-color: #182D4C;
    color: #FFF;
    top: -1px
}

.inputRadio1 input:checked+span>span svg {
    fill: #FFF
}

.inputCheck {
    display: inline-block;
    position: relative
}

.inputCheck input:checked+span::after,
.inputCheck span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0
}

.inputCheck input {
    display: none
}

.inputCheck span::before {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    margin: auto 0
}

.inputCheck input:checked+span::after {
    display: block
}

.inputCheck1 {
    width: 100%;
    line-height: 40px
}

.inputCheck1 span {
    width: 100%;
    height: 40px;
    display: block;
    padding-left: 44px;
    font-size: 12px;
    background: #F2F2F2
}

.inputCheck1 span::before {
    width: 16px;
    height: 16px;
    border: 1px solid #343434;
    border-radius: 2px;
    background: #fff;
    left: 20px
}

.inputCheck1 input:checked+span {
    color: #3B88FD;
    background: #FFF
}

.inputCheck1 input:checked+span::before {
    border: none;
    background: #3B88FD
}

.inputCheck1 input:checked+span::after {
    width: 10px;
    height: 10px;
    top: 15px;
    left: 23px;
    background: url(../img/sp/icon_check.svg) no-repeat
}

.inputCheck2 {
    margin-right: 20px;
    line-height: 16px
}

.inputCheck2 span {
    padding-left: 24px;
    font-size: 12px
}

.inputCheck2 span::before {
    width: 16px;
    height: 16px;
    border: 1px solid #343434;
    border-radius: 2px;
    background: #fff
}

.inputCheck2 input:checked+span::before {
    border: none;
    background: #3B88FD
}

.inputCheck2 input:checked+span::after {
    left: 5px;
    width: 6px;
    height: 14px;
    margin-top: -1px;
    -webkit-transform: rotate(40deg) skewY(20deg);
    transform: rotate(40deg) skewY(20deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff
}

.textarea textarea {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: 0 0;
    resize: none;
    display: block
}

.textarea1 {
    width: 100%
}

.textarea1 textarea {
    width: 100%;
    padding: 11px 14px;
    background: #fff;
    border-radius: 2px;
    color: #434343;
    font-size: 16px;
    line-height: 22px;
    border: 1px solid grey
}

.textarea1 textarea:focus {
    background: #FCFAEE;
    -webkit-box-shadow: 0 0 0 1px #4d90fe;
    box-shadow: 0 0 0 1px #4d90fe
}

.textarea2 textarea {
    width: 600px;
    padding: 10px;
    border-radius: 8px;
    color: #555;
    font-size: 22px;
    line-height: 28px;
    border: 1px solid grey
}

body,
body .btnFloat {
    width: 100%;
    max-width: 600px
}

.textarea2 textarea:focus {
    background: #FCFAEE;
    -webkit-box-shadow: 0 0 0 1px #4d90fe;
    box-shadow: 0 0 0 1px #4d90fe
}

html {
    background-color: #ccc
}

html * {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    max-width: 600px
}

body {
    min-height: 100vh;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    background-color: #FEEBDF;
    color: #4D4848;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

body .btnFloat {
    height: 60px;
    background-color: #837F7B;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 101;
    text-align: center;
    color: #B7B7B7;
    font-size: 16px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: .1em;
    -webkit-transition: .5s;
    transition: .5s
}

body .btnFloat svg {
    width: 8px;
    height: 14px;
    fill: currentColor;
    position: absolute;
    top: 23px;
    right: 5.33333%
}

body .btnFloat.active {
    background-color: #8DC01F;
    color: #fff;
    cursor: pointer
}

body .cover {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(77, 72, 72, .8);
    z-index: 100
}

.progress {
    height: 55px;
    padding: 14px 5.33333% 0;
    background-color: #182D4C;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    position: relative
}

.progress .bar {
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    position: relative
}

.progress .bar span:nth-child(1) {
    display: block;
    width: 4.1791%;
    height: 4px;
    background-color: #3B4043;
    border-radius: 2px
}

.progress .bar span:nth-child(2) {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #3B4043;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 0 1px #fff, 0 1px 2px 0 rgba(0, 0, 0, .4);
    position: absolute;
    top: -4px;
    left: calc((14 / 335 * 100%) - 6px)
}

.progress .msg {
    letter-spacing: .05em;
    position: absolute;
    left: 50%;
    bottom: 11px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.progress .prev {
    position: absolute;
    left: 5.33333%;
    bottom: 11px
}

.progress .next {
    position: absolute;
    right: 5.33333%;
    bottom: 11px
}

#sec8 .progress {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

header {
    background-color: #fff;
    position: relative;
    z-index: 50
}

header .headLine {
    padding: 15px 5.33333% 0;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer,
header .progress {
    display: none
}

header .headLine .logo {
    height: 40px;
    margin-right: 10px
}

header .headLine .logo img {
    width: auto;
    height: 100%;
}

header .headLine .subHead {
    margin: 4px 0;
    color: #837F7B;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: .1em
}

header .progress .bar span {
    -webkit-transition: .4s;
    transition: .4s
}

header .progress .prev svg {
    width: 4px;
    height: 7px;
    margin-right: 4px;
    fill: currentColor;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

header .progress .next svg {
    width: 4px;
    height: 7px;
    margin-left: 4px;
    fill: currentColor
}

#sectop,
main .sec {
    width: 100%
}

footer {
    margin-top: auto;
    padding: 0 5.33333%
}

footer .wrapper {
    padding: 11px 0 10px;
    border-top: 1px solid #8D8D8D;
    text-align: center;
    font-size: 10px;
    line-height: 1
}

main .sec>.wrapper {
    padding: 30px 5.33333% 40px;
    width: 100%
}

main .sec>.wrapper .formHead {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 700
}

main .sec>.wrapper .formList {
    padding-top: 3px
}

main .sec>.wrapper .formList .item:nth-child(n+2) {
    margin-top: 8px
}

main .sec>.wrapper .formUnit {
    margin-bottom: 30px
}

main .sec>.wrapper .formUnit .required span.item:after {
    content:"※必須";
    margin-left:6px;
    color:#F00;
}

main .sec>.wrapper .formUnit .formUnitHead {
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 700
}

main .sec>.wrapper .privacyBox {
    margin-bottom: 30px;
    line-height: 1
}

main .sec>.wrapper label.error {
    display: block;
    margin-top: 5px;
    color: red;
    font-size: 14px;
    line-height: 1
}

#top_FadeOut .top_FadeOut_headLine {
    background-color: #fff;
    text-align: center;
    margin: 20px;
    margin-top: 30px;
}

#top_FadeOut .top_FadeOut_headLine .subtext {
    font-size: 12px;
    margin-bottom: 5px;
}

#top_FadeOut .top_FadeOut_headLine .logo img {
    width: 80%;
    margin: 5px;
}

#top_FadeOut .top_FadeOut_img {
    height: 600PX;
}

#top_FadeOut .top_FadeOut_img img {
    object-fit: cover;
    height: 600px;
    object-position: 100% 0;
}

#sec1,
#sec2 .jobGrp .jobHead,
#sectop .topText h2 {
    font-size: 18px;
    line-height: 1
}


#sectop .topText {
    background-color: #fff;
    text-align: center;
    margin: 20px;
    margin-top: 30px;
    padding:0;
}

#sectop .topText .subtext {
    font-size: 16px;
    margin-bottom: 16px;
    display:inline-block;
}

#sectop {
    height: 100vh;
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 51
}

#sectop .topText {
    display: none;
}

#sectop .topText h2 {
    letter-spacing: -.03em;
    white-space: nowrap
    font-weight:700;
    font-size:20px;
}

@media screen and (max-width: 374px) {
    #sectop .topText h2 {
        letter-spacing: -.03em;
        white-space: nowrap
        font-weight:700;
        font-size:17px;
    }
    #sectop .topText h2 span.subtext {
        font-size:13px;
    }
}

#sectop .topText .logo {
    width:100%;
    max-width: 400px;
    margin-top: 10px
}

#sectop .topImg {
    display: none;
    height: calc(100% - 177px);
    background: url(./top_fadeout_photo.jpg) center center no-repeat;
    background-size: cover
}

#sectop .topImg .search {
    margin-top: -20px;
    width:50px;
}

#sec1 {
    height: calc(100vh - 60px);
    overflow: hidden
}

#sec1 .topTextBox {
    background-color: #fff
}

#sec1 .topText {
    font-size: 14px;
    padding: 0 0 20px;
    text-align: center;
    font-weight: 700;
    letter-spacing: .05em;
    position: relative;
    top: -20px;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s
}

#sec1 .topText.active {
    top: 0;
    opacity: 1
}

#sec1 .topText img {
    max-width: 89.33333%;
    margin-top: 10px
}

#sec1 .progress {
    left: -50%;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s
}

#sec1 .progress.active {
    left: 0;
    opacity: 1
}

#sec1>.wrapper {
    position: relative;
    top: 20px;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s
}

#sec1>.wrapper.active {
    top: 0;
    opacity: 1
}

#sec2 .formHead {
    margin-bottom: 30px
}

#sec2 .jobGrp {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 60px 60px
}

#sec2 .jobGrp .jobHead {
    margin-bottom: 9px
}

#sec2 .jobGrp1 {
    background-image: url(../img/jobSearch1.svg)
}

#sec2 .jobGrp1 .jobHead {
    color: #DB7223
}

#sec2 .jobGrp2 {
    margin-top: 20px;
    background-image: url(../img/jobSearch2.svg)
}

#sec2 .jobGrp2 .jobHead {
    color: #398DC3
}

#sec2 .jobGrp3 {
    margin-top: 20px;
    background-image: url(../img/jobSearch3.svg)
}

#sec2 .jobGrp3 .jobHead {
    color: #85AF14
}

#sec8 .flag-left,
.flag-right {
    height: 100%;
    height: 100%;
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 0;
}

#sec8 .flag-right {
    transform: scale(-1, 1);
}

#sec8 .progress span {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 0;
    margin: auto;
    font-size: 25px;
}

#sec8 .sec8_thankyou {
    padding: 25px;
    text-align: center;
}

#sec8 .sec8_thankyou_details {
    padding: 25px;
    font-size: 14px;
}

#sec8 .sec8_line img {
    width: 60%;
    margin: 20px 20%;
}

#sec2,
#sec2-2,
#sec2-3,
#sec3,
#sec4,
#sec5,
#sec5-2,
#sec6,
#sec7,
#sec8 {
    display: none
}

#privacy_policy {
    overflow: scroll;
    height: 100px;
    background: #EEE;
    border: 1px solid #CCC;
    font-size: 12px;
    padding: 10px;
    line-height: 1.1;
}
#privacy_policy > strong:first-child {
    margin-top: 0;
}
#privacy_policy > strong {
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
    margin-top: 20px;
}



label.inputCheckbox {
    cursor:pointer;
}
label.inputCheckbox span {
  display: inline-block;
  position:relative;
}
label.inputCheckbox input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label.inputCheckbox input[type="checkbox"] + span::before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
label.inputCheckbox input[type="checkbox"]:checked + span::before {
  background-color: #E88751;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
label.inputCheckbox input[type="checkbox"]:focus + span::before {
  outline: none;
  border-color: #E88751;
}
label.inputCheckbox input[type="checkbox"]:disabled + span::before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}