@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700&display=swap&subset=japanese);

@media screen and (max-width: 767.4px) {
    .pc_only {
        display: none;
    }
}

@media screen and (min-width: 767.5px) {
    .sp_only {
        display: none;
    }
}

*, .btn, ::after, ::before {
    -webkit-box-sizing: border-box
}

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

.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
}

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

.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 #4D4848;
    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 #4D4848;
    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 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;
}

.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%;
    color: #4D4848;
    background: #FFF;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 0 #8d8d8d inset;
    padding: 11px 14px;
    font-size: 16px;
    line-height: 22px;
}

.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
}

.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 .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: #DE5E00;
    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;
}


footer, header .progress {
    display: none
}

header .headLine {
    height: 60px;
    padding: 15px 3.33333% 0;
    margin-bottom: 10px;
}

header .headLine .logo {
    margin-block-start: 0px;
    width: 500px;
}

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


main .sec {
    width: 100%
}

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 .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
}

#sectop {
    margin: 0 20px;
    width: auto;
}

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

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

#sec1 .topText {
    font-size: 14px;
    padding: 15px 0 4px;
    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, #sec5-3, #sec5-4, #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,
.btnFloat {
    cursor: pointer;
}

label.inputCheckbox span {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #111;
    font-weight: bold;

}

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;
}

@media screen and (max-width: 767.4px) {
    label.inputCheckbox span {
        font-size: 3.6vw;
    }
}


label.inputCheckbox input[type="checkbox"]:checked+span::before {
    background-color: #d9002b;
    box-shadow: inset 0 0 0 1px #f4f4f2;
}

label.inputCheckbox input[type="checkbox"]:focus+span::before {
    outline: none;
    border-color: #d9002b;
}

label.inputCheckbox input[type="checkbox"]:disabled+span::before {
    box-shadow: inset 0 0 0 1px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

/* 調整 */

.header {
    margin: 0 auto;
    width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
    width: 84%;
}

.header_link>img {
    width: 60%;
}

@media screen and (max-width: 767.4px) {
    .header {
        width: 100%;
        margin: 0;
    }
}

.header_inner.-topPage {
    position: unset;
    padding: 0;
    margin: 20px 10px;
    width: auto;
}

body {
    background: url(https://trainer.agency/assets/images/ta_bg.jpg);
}

body.webp {
    background: url(https://trainer.agency/assets/images/ta_bg.webp);
}

.school_apply {
    position: unset;
    margin: 30px auto;
    left: unset;
    transform: none;
}

.school_apply_progressItem+.school_apply_progressItem::before {
    z-index: 1;
}

.school_apply_progressItem.active {
    z-index: 5;
}

.btnFloat {
    color: #111;
    font-weight: bold;
    text-decoration: none;
    border: solid 2px #ccc;
    background-color: #111;
    padding: 2px;
    border-radius: 60px;
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
    margin-bottom: 2vw;
}

.btnFloat>span {
    display: block;
    background-color: #ccc;
    padding: 1vw 0;
    border-radius: 60px;
    position: relative;
    font-size: 16px;
}

.btnFloat.active {
    border: solid 2px #ffff00;
    box-shadow: 0 0 8px grey;
}

.btnFloat.active>span {
    background-color: #ffff00;
}

@media screen and (min-width: 767.5px) {
    #sec3 .school_apply_list {
        flex-wrap: wrap;
    }

    #sec3 .school_apply_list>li {
        width: 45%;
        margin-bottom: 10px;
    }
}

main {
    margin-bottom: 80px;
}

.footer {
    background-color: #000;
    color: #fff;
    padding: 30px 0;
    width: 100%;
    text-align: center;
    height: 80px;
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 767.4px) {
    main .sec>.wrapper ul {
        padding-left: 0;
    }

    .school_apply {
        margin: 20px auto;

    }

    .school_apply_text {
        margin-top: 0;
        margin-bottom: 6vw;
    }

    .school_apply_btn.active {
        width: 90%;
    }

    .school_apply_btn>span {
        padding: 2vw 0;
        font-size: 3.6vw;
    }

    .btnFloat>span {
        padding: 2vw 0;
    }
}