@charset "utf8";
.banner-position {
    background: rgba(0, 0, 0, 0.3);
}

.item-banner:first-child{
    background-image: url(../../img/about/recruit-apply.png);
}

.page-child-banner {
    height: 400px;
    background-image: url(../../img/recruit/191219/apply-01.jpg);
}

.item-banner:first-child {
    background-size: cover;
}

.title-page-banner span {
    border-bottom: 2px solid #1b1464;
}

.title-page-banner span::before {
    background-color: #1b1464;
}

.title-page-banner::first-letter {
    color: #1b1464;
}

/* APPLY */

.recruit-apply {
    width: 100%;
    position: relative;
    padding-top: 60px;
}

.tool-apply {
    width: 100%;
    text-align: center;
    position: relative;
}

.tool-apply h2 {
    font-size: 45px;
    color: #000000;
    letter-spacing: 0.5px;
    line-height: 160%;
    position: relative;
}

.tool-apply p, .tool-apply {
    font-size: 18px;
    color: #231815;
    letter-spacing: 0.5px;
    line-height: 165%;
    display: block;
}

.tool-apply p {
    padding-top: 7px;
}

/* FORM */

.tool-apply-form {
    width: 100%;
    padding-top: 17px;
    position: relative;
}

.apply-form {
    width: 100%;
    max-width: 985px;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
    padding-bottom: 23px;
    padding-left: 48px;
    padding-right: 48px;
    background-color: rgba(229, 240, 248, 0.5);
}

.apply-form table {
    width: 100%;
    position: relative;
}

.apply-form table td {
    border-bottom: 1px solid #727171;
    font-size: 17px;
    color: #231815;
    line-height: 165%;
    padding-top: 25px;
    vertical-align: top;
}

.apply-form table tr:last-child td {
    border-bottom: 0;
}

.apply-form table td:first-child {
    width: 310px;
    padding-left: 80px;
    position: relative;
}

.apply-form table td:first-child div::before {
    content: "【必須】";
    color: #e50012;
    font-size: 15px;
    line-height: 100%;
    padding-top: 10px;
    position: absolute;
    right: 75px;
    top: 25px;
    z-index: 0;
}

.txt-form {
    display: block;
    font-size: 12px;
    color: #231815;
    padding-top: 12px;
    padding-left: 15px;
    font-family: "メイリオ", "Meiryo", sans-serif;
}

.txt-name-left {
    line-height: 100%;
    padding-top: 8px;
    display: block;
}

input, textarea {
    resize: none;
    outline: none;
}

.apply-form table td input, .apply-form table td textarea {
    width: 100%;
    box-shadow: none;
    background-color: #fff;
    border: 0px solid #fff;
    height: 35px;
    padding: 0 10px;
    font-size: 16px;
    color: #231815;
    font-family: "メイリオ", "Meiryo", sans-serif;
}

.ie .apply-form table td input {
    padding-top: 4px;
}

.apply-form table td textarea {
    height: 105px;
    padding: 10px;
}

.apply-form table td input[type='radio'] {
    background: none;
}

.apply-form table td input.infull {
    width: 100%;
}

.apply-form table td input.inm98 {
    max-width: 98px;
}

.apply-form table td input.inm140 {
    max-width: 140px;
}

.apply-form table td input.inm250 {
    max-width: 250px;
}

.apply-form table td input.inm485, .apply-form table td textarea.inm485 {
    max-width: 485px;
}

.apply-form table td input[type='radio'] {
    margin: 0;
    width: 23px;
    height: 23px;
}

.apply-form table tr.tr-radio td {
    padding-top: 22px;
    padding-bottom: 22px;
}

.apply-form table tr.tr-radio td:first-child div::before {
    top: 20px;
}

.apply-form table tr.tr-data-tel td:first-child div::before {
    content: none;
}

.apply-form table tr.tr-radio .txt-name-left {
    padding-top: 7px;
}

.apply-form table tr.tr-radio .wpcf7-list-item-label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 23px;
    color: #231815;
    /* font-weight: normal; */
}

.ie .apply-form table tr.tr-radio .wpcf7-list-item-label {
    font-weight: normal;
}

.apply-form table tr.tr-radio .wpcf7-list-item input {
    display: inline-block;
    vertical-align: middle;
}

.apply-form table tr.tr-radio .wpcf7-list-item {
    margin: 0;
    margin-right: 75px;
}

.apply-form table tr.tr-radio .wpcf7-list-item.last {
    margin-right: 0;
}

.apply-form table tr.tr-birtday ul, .apply-form table tr.tr-data-zip ul {
    width: 100%;
}

.apply-form table tr.tr-birtday ul li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 18px;
    line-height: 100%;
}

.apply-form table tr.tr-birtday ul li input {
    margin-right: 7px;
    line-height: 160%;
}

.apply-form table tr.tr-birtday ul li:last-child {
    padding-right: 0;
}

.apply-form table tr.tr-birtday ul li span.s, .apply-form table tr.tr-data-zip ul li span.s {
    display: inline-block;
    vertical-align: middle;
}

.apply-form table p {
    line-height: 28px;
}

.apply-form table tr.tr-data-zip ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
}

.apply-form table tr.tr-data-zip ul li input {
    margin-left: 15px;
}

.td-first-txt {
    font-size: 11px;
    color: #231815;
    line-height: 150%;
    display: block;
    font-family: "メイリオ", "Meiryo", sans-serif;
}

.td-first-txt.red {
    color: #c20d23;
}

.td-first-txt.first {
    padding-top: 40px;
    padding-bottom: 15px;
    padding-right: 40px;
    line-height: 160%;
}

.email-confrim {
    display: block;
    padding-top: 40px;
}

span.td-first-txt.red.first {
    padding-top: 55px;
}

.apply-form table tr.td-textage td:first-child {
    padding-top: 65px;
}

.apply-form table tr.td-textage .td-first-txt {
    padding-top: 16px;
}

.apply-form table tr.td-textage td:first-child div::before {
    top: 65px;
}

.text-form {
    text-align: center;
    width: 100%;
    color: #231815;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 175%;
}

ul.btn-submit {
    width: 100%;
    font-size: 0;
    padding-top: 70px;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
}

.btn-submit li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 34px;
}

.btn-submit li:last-child {
    margin-right: 0;
}

.btn-submit li input {
    box-shadow: none;
    border: 1px solid #727171;
    text-shadow: none;
    font-size: 18px;
    color: #231815;
    background-color: #fff;
    padding: 17px 26px;
}

.btn-submit li input:hover {
    background-color: #B2B2FF;
}

.check-box-send {
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 60px;
    padding-bottom: 40px;
}

.check-box-send .wpcf7-list-item-label {
    font-size: 21px;
    color: #231815;
    line-height: 165%;
}

.check-box-send .wpcf7-list-item {
    margin-left: 0;
}

.check-box-send .checkbox {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    border: 1px solid #727171;
    padding: 8px 0;
}

.check-box-send .checkbox label {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.check-box-send .wpcf7-list-item label {
    margin: 0;
}

.check-box-send .wpcf7-list-item label .wpcf7-list-item-label {
    position: relative;
    padding-left: 35px;
}

.check-box-send .wpcf7-list-item label input {
    opacity: 0;
}

.check-box-send .wpcf7-list-item label .wpcf7-list-item-label::before {
    width: 21px;
    height: 21px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 99;
    border: 1px solid #727171;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.check-box-send .wpcf7-list-item label .wpcf7-list-item-label:after {
    width: 13px;
    height: 13px;
    content: none;
    position: absolute;
    left: 4px;
    top: 50%;
    z-index: 99;
    background: #727171;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.check-box-send .wpcf7-list-item input:checked+.wpcf7-list-item-label::after {
    content: "";
}

/* span.txt-name-left.email-font{
    font-family: "メイリオ", "Meiryo", sans-serif;
} */

input.wpcf7-form-control.wpcf7-back.btn-back.wpcf7c-elm-step2.wpcf7c-btn-back {
    padding: 12.5px 26px;
    margin-right: 20px;
}


/* APPLY THANKS */
.ul--thanks-apply{
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    padding-top: 69px;
    padding-bottom: 27px;
}

.ul--thanks-apply li{
    display: block;
    position: relative;
    padding-bottom: 30px;
}

.ul--thanks-apply li:last-child{
    padding-bottom: 0;
}

.ul--thanks-apply li a{
    color: #000000;
    line-height: 160%;
    font-size: 18px;
    text-decoration: none;
    padding-left: 25px;
    background-image: url(../../common/img/hop-top-1.png);
    background-position: left center;
    background-repeat: no-repeat;

}

.ul--thanks-apply li:hover a{
    color: #0000ff;
}

.tool-apply.apply--thanks p{
    padding-top: 26px;
}
/* END APPLY THANKS */

.info-btn-five a img.sp{
    display: none;
}

@media screen and (max-width:1000px) {
    .recruit-apply, .ScrollTop, .bannerCol4 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .apply-form {
        padding-left: 25px;
        padding-right: 25px;
    }
    .apply-form table td:first-child {
        padding-left: 40px;
        width: 280px;
    }
}

@media screen and (max-width:800px) {
    .apply-form {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .apply-form table td {
        width: 100% !important;
        float: left;
        padding: 10px 0 !important;
        border: 0px solid #000;
    }
    .apply-form table td:first-child {
        padding: 10px !important;
        background-color: #1b1464;
        color: #fff;
    }
    .txt-name-left {
        padding-top: 0 !important;
    }
    .apply-form table td:first-child div::before {
        top: 0 !important;
        right: 10px !important;
        color: #fff;
    }
    .apply-form table td:last-child {
        padding-bottom: 20px !important;
    }
    .td-first-txt {
        /* display: none; */
        font-size: 2.933vw;
    }

    .td-first-txt.first{
        padding-bottom: 0;
        padding-top: 20px;
    }

    .td-first-txt.red br{
        display: none;
    }

    span.td-first-txt.red.first{
        padding-top: 10px;
    }

    .txt-form {
        font-size: 22px;
        padding-top: 20px;
        padding-left: 5px;
        line-height: 170%;
    }
    .apply-form table td input.inm485, .apply-form table td textarea.inm485, .apply-form table td input.inm250 {
        max-width: 100%;
    }
    .your-address input {
        margin-bottom: 12px;
    }
    .email-confrim {
        padding-top: 30px;
    }
    .apply-form table tr.tr-radio .wpcf7-list-item-label {
        padding-left: 10px;
    }
    .apply-form table tr.tr-radio .wpcf7-list-item {
        margin-right: 57px;
    }
    .tool-apply h2 {
        font-size: 35px;
    }
    .tool-apply p, .tool-apply {
        font-size: 15px;
    }

    .apply-form table td input.inm98{
        max-width: 145px;
    }

    .apply-form table td input.inm98.month,  .apply-form table td input.inm98.day{
        max-width: 60px;
    }

    .apply-form table tr.tr-birtday ul li span.s, .apply-form table tr.tr-data-zip ul li span.s{
        font-size: 3.467vw;
    }

    .item-banner:first-child{
        background-image: inherit;
    }

    .apply-form table td:first-child{
        background-color: initial;
        color: #000000;
    }

    .apply-form table td:first-child div::before{
        color: #e50012;
        left: 190px;
        right: initial;
    }

    
    .apply-form table tr{
        border-top:1px solid #ccc;
    }

    .apply-form table tr:last-child{
        border-bottom:1px solid #ccc;
    }

    .recruit-apply .apply-form table tr td:first-child{
        padding-top: 30px !important;
    }

    .apply-form table td:first-child div::before{
        top:22px !important;
    }

    .apply-form table td,.apply-form table td:first-child{
        padding-left: 20px !important;
        padding-right: 22px !important;
    }

}

@media screen and (max-width:767px){
    .banner-position {
        background: none;
        background-image: linear-gradient(to right, rgba(255,255,255,1) , rgba(255,255,255,0.1));
    }

  
}

@media screen and (max-width:750px) {
    .page-child-banner{
        height: 600px;
        background-image: url(../../img/recruit/191219/apply-01-sp.jpg);
    }

    .banner-position{
        bottom: 50%;
    }

    .info-btn-five a img.sp{
        display: block;
    }
    .info-btn-five a img.pc{
        display: none;
    }
    .check-box-send .checkbox{
        max-width: 100%;
    }

    .check-box-send .wpcf7-list-item label .wpcf7-list-item-label::before {
        width: 25px;
        height: 25px;
    }

    .check-box-send .wpcf7-list-item label .wpcf7-list-item-label:after {
        width: 17px;
        height: 17px;
    }

    .check-box-send .wpcf7-list-item label .wpcf7-list-item-label{
        font-size: 4vw;
    }

    .apply-form table td:first-child div::before{
        font-size: 3.733vw;
    }
    .tool-apply h2 {
        font-size: 5.333vw;
    }
    .tool-apply p, .tool-apply {
        font-size: 3.733vw;
    }
    .check-box-send .wpcf7-list-item label {
        padding-left: 0;
    }
    .check-box-send .wpcf7-list-item-label {
        font-size: 15px;
    }
    .check-box-send {
        padding-top: 40px;
    }
    .check-box-send .wpcf7-list-item label .wpcf7-list-item-label {
        padding-left: 30px;
    }
    .text-form {
        font-size: 3.733vw;
        text-align: left;
    }

    .text-form br.hide-sp{
        display: none;
    }

    .txt-name-left{
        font-size: 3.733vw;
    }

   

    .recruit-apply, .ScrollTop, .bannerCol4{
        padding-left: 6vw;
        padding-right: 6vw;
    }



}

@media screen and (max-width:540px) {
    .recruit-apply, .ScrollTop, .bannerCol4 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .apply-form {
        padding: 10px;
    }
    .apply-form table tr.tr-birtday ul li {
        display: block;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .apply-form table tr.tr-birtday ul li:last-child {
        margin-bottom: 0;
    }
    .apply-form table td input.inm98 {
        max-width: 243px;
    }
    .apply-form table td input.inm140 {
        max-width: 88%;
    }
    .btn-submit li input {
        padding: 15px 20px;
    }
    .apply-form table td {
        font-size: 15px;
    }
}

@media screen and (max-width:480px) {
    .page-child-banner{
        height: 400px;
    }

    .txt-form,.text-form{
        font-size: 15px;
    }

    .txt-form{
        padding-top: 10px;
    }

    .recruit-apply .apply-form table tr td:first-child {
        padding-top: 20px !important;
    }

    .apply-form table td:first-child div::before {
        top: 10px !important;
    }

    .apply-form table td:last-child {
        padding-bottom: 10px !important;
    }

    .apply-form table td:first-child div::before{
        left: initial;
        right: 0;
    }

    .apply-form table td, .apply-form table td:first-child{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .apply-form table tr.tr-birtday ul li span.s, .apply-form table tr.tr-data-zip ul li span.s,.td-first-txt{
        font-size: 14px;
    }

    .txt-name-left,.apply-form table td:first-child div::before{
        font-size: 16px;
    }

    .apply-form table td input.inm98.month, .apply-form table td input.inm98.day{
        max-width: 240px;
    }

    .banner-position {
        bottom: 35%;
    }

    .tool-apply h2 {
        font-size: 20px;
    }
    .tool-apply p, .tool-apply {
        font-size: 14px;
    }
    .recruit-apply {
        padding-top: 30px;
    }
    .check-box-send .wpcf7-list-item label .wpcf7-list-item-label:after {
        width: 10px;
        height: 10px;
    }
    .check-box-send .wpcf7-list-item label .wpcf7-list-item-label::before {
        width: 18px;
        height: 18px;
    }
    .btn-submit li {
        display: block;
        margin: 0;
        margin-bottom: 0px;
    }
    .btn-submit li:last-child {
        margin-bottom: 0;
    }
    .btn-submit li input {
        width: 100%;
    }
    ul.btn-submit {
        padding-top: 30px;
    }

    .apply-form table td input.inm98 {
        max-width: 240px;
    }



}