@charset "UTF-8";
body{
    margin: 0;
    background: #edeced;
    font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
}

p{
    margin: 0;
}

.display-pc{
    display: none;
}

.description{
    margin: 0;
}

.inner{
    padding: 0 !important;
}
header .inner{
    max-width: 1024px!important;
}
 .outsideNav {
    border-top: none;
    padding: 0;
    background: #3f46dc;
 }
 .outsideNav .inner{
    padding: 0;
    display: table;
    width: 100%;
    margin: 0;
 }
 .inner #logo{
    display:flex;
    padding: 10px 5px!important;
 }
 .inner #logo img{
     max-width: 100%;
     height: auto;
 }
 .inner #logo span{
     margin-left: 10px;
}
 p{
     margin: 0;
 }
 p.textTtl{
     padding: 10px 0 10px 10px;
     display: inline-block;
     text-align: left!important;
 }

 .visual{
     position:relative;
 }
 .visual img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    min-height: 200px;
    object-fit: cover;
 }
 .visual-text{
    position: absolute;
    bottom: 12%;
    width: 100%;
    background:#3f46dc;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 1.5em;
    font-weight: bold;
 }

 .apply,
 .tableWrapper tbody{
    background: #fff;
    padding: 0 15px 20px;
    margin: 0;
    margin: 0 auto;
    font-size: 14px;
    display: block;
    color: #134b7c;
 }
 .apply dt{
     padding: 20px 5px 0;
     overflow: hidden;
     vertical-align: middle;
 }
 .tableWrapper th{
     padding: 20px 5px 0!important;
     background: none!important;
 }
 .apply dd{
    vertical-align: top;
    padding: 10px 0;
    word-break: break-all;
    margin: 0;
    border-bottom: 1px solid #025e87;
 }
 .tableWrapper td{
    vertical-align: top;
    padding: 10px 0;
    word-break: break-all;
    margin: 0;
    border-bottom: 1px solid #025e87!important;
    background: none!important;
 }
 .apply .reserve-calendar-table{
    width: 100%;
    border-top: 1px solid #025e87;
    border-left: 1px solid #025e87;
    border-spacing: 0;
 }
 /* 一宮様の修正 */
.apply .reserve-calendar-table th{
    border-bottom: 1px solid #025e87;
    border-right: 1px solid #025e87;
    padding: 4px;
    text-align: center !important;
    font-size: 12px;/*14px;*/
    line-height: 1.5;
 }
 .apply .reserve-calendar-table td {
    border-bottom: 1px solid #025e87;
    border-right: 1px solid #025e87;
    padding: 4px;
    text-align: center !important;
    min-width: 60px;
 }
 .apply .reserve-calendar-table .btn-reserve-ok, 
 .apply .reserve-calendar-table .btn-reserve-little, 
 .apply .reserve-calendar-table .btn-reserve-ng {
    border-radius: 6px;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.apply .reserve-calendar-table .btn-reserve-ok, 
.apply .reserve-calendar-table .btn-reserve-little {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    cursor: pointer;
}

.apply .reserve-calendar-table .btn-reserve-ng {
    background-color: #b8b8b8;
    color: #fff;
    cursor: not-allowed;
}
.apply .reserve-calendar-table .reserve-selected {
    background-color: #000;
    color: #fff;
}

.apply .selected .calendar-selected-date{
    padding: 20px 5px 0;
}
.apply .selected .selected-dates{
    font-weight: bold;
    padding: 0 5px;
}

.apply dd input[type=text] {
    width: calc(100% - 22px);
    border: 1px solid #134b7c;
    padding: 10px;
    font-size: 14px;
}
.tableWrapper td{
    padding-left: 0!important;
    padding-right: 0!important;
}
.tableWrapper input[type=text],
.tableWrapper input[type=tel],
.fw#form .tableWrapper select,
.tableWrapper input[type=email]{
    width: calc(100% - 22px);
    min-width: 100%!important;
    border: 1px solid #134b7c!important;
    padding: 10px;
    font-size: 14px;
    border-radius: 0!important;
}
.apply dd input[type=text]:nth-child(2) {
    margin-top: 10px;
}

.apply dd select{
    width: 100%;
    border: 1px solid #134b7c;
    padding: 10px;
    font-size: 14px;
}

.apply .req{
    color: transparent;
    flex-shrink: 0;
}
.apply .req::after,
.tableWrapper .required th::before{
    content: '必須';
    float: right;
    background: #3f46dc;
    color: #fff;
    padding: 3px 10px;
    line-height: 1;
}
.tableWrapper .required th::before{
    content: '必須'!important;
    background: #3f46dc!important;
    color: #fff;
    padding: 3px 10px!important;
    line-height: 1!important;
    border-radius: 0!important;
    font-size: 14px!important;
}

.errorMessage{
    padding: 0 10px;
    background-color: #fff;
    color: #8b0000;
}
.errorMessage p{
    margin-top: 0;
}
.errorMessage ul{
    margin-bottom: 0;
}

.submit{
    margin: 20px auto;
    padding: 0 10px;
}
.submit input[type="submit"]{
    max-width: 410px;
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    cursor: pointer;
    width: 100%;
    color: #fff;
    background: #3f46dc;
    border-radius: 0;
    border: none;
    padding: 15px 0;
    font-size: 18px;
}

.form-button{
    cursor: pointer;
    display: block;
    color: #134b7c;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.5;
    padding: 20px 60px 20px 20px;
    position: relative;
    margin-top: 10px;
    width: 100%;
    text-decoration: none;
}
.form-button:before {
    content: '';
    display: block;
    width: 30px;
    height: 8px;
    -ms-transform: skewX(40deg);
    transform: skewX(
40deg);
    border-right: 1px solid #134b7c;
    position: absolute;
    bottom: 50%;
    right: 22px;
    z-index: 10;
    transition: width 0.2s ease-out;
}
.form-button:after {
    content: '';
    display: block;
    width: 30px;
    height: 8px;
    border-bottom: 1px solid #134b7c;
    position: absolute;
    bottom: 50%;
    right: 20px;
    z-index: 10;
    transition: width 0.2s ease-out;
}
.form-button span{
    display: block;
    font-size: 10px;
}
.form-button__container{
    padding: 0 15px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.form-button__container-text{
    text-align: center;
    width: 100%;
    color: #134b7c;
}

.progress__container{
    display: flex;
    margin-bottom: 15px;
    background: #3f46dc;
}
.progress__item{
    background: transparent;
    padding: 20px 6px 20px 15px; 
    position: relative;
    font-size: 12px;
    min-width: 23%;
    text-align: center;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
}
.progress__item:after{
    content: '';
    position:absolute;
    height: 55%;
    width: 1%;
    border-right: 1px solid #4BB7C9;
    background:transparent;
    transform: rotate(25deg);
    z-index: 1;
    right: -5%;
    bottom: -2%;
}
.progress__item:before{
    content: '';
    position:absolute;
    height: 55%;
    width: 1%;
    border-right: 1px solid #4BB7C9;
    background:transparent;
    transform: rotate(-25deg);
    z-index: 1;
    right: -5%;
    top: -2%;
}
.progress__item:last-child{
    padding: 20px 15px 20px 30px;
}
.progress__item:last-child:after,
.progress__item:last-child:before{
    content: none;
}

.item--active{
    background: transparent;
    color: #fff;
    flex-grow: 1;
}
.progress__item:first-child{
    text-align: left;
}
.item--active:after,
.item--active:before{
    background: transparent;
    border-right: 2px solid #4bb7c9;
}

.background--white{
    background: #fff;
    text-align: center;
    color: #134b7c;
    padding: 20px 15px;
    font-size: 23.94px;
    font-weight: bold;
}
.background--blue{
    background: #3f46dc;
    text-align: center;
    color: #fff;
    padding: 20px 15px;
    font-size: 23.94px;
    font-weight: bold;
}

.form-step{
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #134b7c;
}

.checkMaxFormat{
    display: flex;
    flex-wrap:wrap;
    width: 100%;
}

.tableWrapper .checkbox{
    display: flex;
    flex-wrap:wrap;
    width: 100%;
}

.checkMaxFormat .input{
    display: flex;
    align-items: center;
    width: 50%;
}

.tableWrapper .checkbox .col6{
    display: flex;
    align-items: center;
    width: 50%;
}
.checkMaxFormat .input span{ 
    display: flex;
}

.checkMaxFormat .input span input[type="checkbox"]{
    appearance: none;
    border: 1px solid #134b7c;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    border-radius: 2px;
    cursor: pointer;
}
.tableWrapper .checkbox .col6{
    padding-right: 0!important;
}
.tableWrapper .checkbox .col6 label::before{
    border: 1px solid #134b7c!important;
    width: 14px!important;
    height: 14px!important;
    margin: 0 5px;
    border-radius: 2px;
    cursor: pointer;
}
.tableWrapper .checkbox input[type=checkbox] + label{
    margin-right: 0!important;
    white-space:nowrap;
    margin-top:10px;
}
.checkMaxFormat .input span input[type="checkbox"]:checked{
    background-color: #134b7c;
    background: #134b7c url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 1px 1px no-repeat;
}
.tableWrapper .checkbox .col6 label::after{
    background-color: #134b7c;
    background: #134b7c url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 1px 1px no-repeat;
    background-position: center;
    border:none!important;
    transform: none!important;
    width: 14px!important;
    height: 14px!important;
    border-radius: 2px;
    left: 5px!important;
}


textarea {
    width: calc(100% - 22px);
    border: 1px solid #134b7c;
    padding: 10px;
    font-size: 14px;
    resize: none;
    overflow: hidden;
    grid-area: 1 / 1 / 2 / 2;
}
.tableWrapper textarea{
    border: 1px solid #134b7c!important;
    border-radius: 0!important;
}

.tableWrapper input[type=file]{
    border: none!important;
}
.formReset input[type=submit]{
    height: auto!important;
}

.label,
.tableWrapper th p{
    max-width: 80%;
    display:inline-block;
}

/* dd.job_interests,
dd.session_interest,
dd.experience_story,
td.job_interests,
td.session_interest,
td.experience_story{
    display: grid;
}
dd.job_interests::after,
dd.session_interest::after,
dd.experience_story::after,
td.job_interests::after,
td.session_interest::after,
td.experience_story::after {
    content: attr(data-replicated-value) " ";
    white-space: pre-wrap;
    visibility: hidden;
    width: calc(100% - 22px);
    border: 1px solid #134b7c;
    padding: 10px;
    font-size: 14px;
    grid-area: 1 / 1 / 2 / 2;
  } */

  .fw .formReset input,
  .fw .formReset label{
      font-family: inherit!important;
  }

  .confirm form#FormLogApplyForm{
    display: flex;
    flex-direction: column;
}
.confirm form#FormLogApplyForm .g-recaptcha{
    order: 3;
}
.confirm form#FormLogApplyForm .submit:nth-child(4){
    order:3;
}

  .confirm form#FormLogApplyForm .submit:nth-child(2),
    .confirm form#FormLogApplyForm br:nth-child(2){
        display: none;
    }

    .fw#form .tableWrapper input, .fw#form .tableWrapper select, .fw#form .tableWrapper textarea {
/*    padding: 0 10px;
    font-size: 14px;*/
    line-height: 1.5em;
/*    background: #fff;
    min-height: 3em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #bbb;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}

@media only screen and (min-width: 768px){

    .display-sp{
        display: none;
    }
    .display-pc{
        display: inline-block;
    }
	.outsideNav {
        padding: 15px 0 0;
        height:auto!important;
    }
    header .inner .outsideNav .inner{
        display: block;
        width: 1024px;
        margin: 0 auto;
    }
    .outsideNav p.textTtl{
        font-size: 16px;
        float:none!important;
    }

    .visual{
        max-width: 1024px;
        margin: auto;
    }
    .visual-text{
        bottom: 25%;
        padding: 25px 0;
        font-size: 30px;
        line-height: 1.5;
    }

    #apply,
    .apply{
        max-width: 1024px;
        margin: auto;
    }
    #contents .inner{
        max-width: 100%!important;
        width: 1024px;
    }

    .apply{
        padding: 0 162px 40px;
    }
    .apply tr{
        display: flex;
        width: 700px;
        padding: 20px 0;
        border-top: 1px solid #b8b8b8;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .tableWrapper tbody{
        padding:0 162px 40px;
    }
    .tableWrapper tr{
        display: flex!important;
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 20px 0;
        justify-content: space-between;
        border-top: 1px solid #b8b8b8;
    } 
    .tableWrapper tr:first-child{
        padding-top: 0;
        border-top: none;
    }
    .tableWrapper td{
        width: 430px!important;
        border-bottom: none!important;
        padding: 8px 01!important;
    }
    .tableWrapper th{
        width: 250px!important;
        display: flex!important;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .tableWrapper th p{
        width: 100%;
        max-width: 100%;
    }
    .tableWrapper th::before{
        max-width: 28px;
        margin-top: 5px;
    }
    .apply.table1 tr{
        justify-content: space-between;
    }
    .apply tr:first-child{
        padding-top: 0;
        border-top: none;
    }
    .apply.table1 tr .reserve-calendar-table tr{
        display: table-row;
        width: auto;
        padding: auto;
    }
    .apply.table1 tr .reserve-calendar-table th{
        display: table-cell;
    }
    .apply.table1 tr .reserve-calendar-table tr:first-child th:first-child{
        width: auto;
    }
    .apply.table1 td{
        width: 430px;
    }
    .apply.table1 td.job_interests,
    .apply td.session_interest,
    .apply td.experience_story{
        width: 100%;
        margin-left: 0;
    }
    .apply.table1 td input{
        width: calc(100% - 20px);
        border: 1px solid #5ba9b1;
        padding: 10px;
        font-size: 14px;
    }
    .apply.table1 td select{
        width: 100%;
        border: 1px solid #5ba9b1;
        padding: 10px;
        font-size: 14px;
    }
    .apply.table1 td input:nth-child(2){
        margin-top: 10px;
    }
    .apply th{
        font-weight: normal;
        width: 250px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 8px 0;
        text-align: left;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }
    .apply th.job_interests,
    .apply th.session_interest,
    .apply th.experience_story{
        width: auto;
    }
    .apply td{
        margin-left: 10px;
        padding: 8px 0;
    }

    .submit{
        width: 410px;
    }
    .submit input[type="submit"]{
        margin: auto;
    }

    .errorMessage{
        padding: 0 165px 40px;
    }

    .form-button{
        width: 16%;
        padding: 15px 70px 15px 10px;
    }
    .form-button:hover:after {
        width: 46px;
    }

    .form-button__container{
        max-width: 1024px;
        margin: auto;
        justify-content: space-between;
        padding: 0;
    }
    .form-button__container-text{
        width: 100%;
        margin-bottom: 10px;
    }

    .progress__container{
        display: flex;
/*        margin-bottom: 60px;*/
    }
    .progress__item{
        min-width: 32%;
        font-size: 16px;
        padding: 20px 30px;
    }
    .progress__item:after{
        bottom: 0;
    }
    .progress__item:before{
        top: 0;
    }
    
/*    .form-step{
        padding-top: 60px;
    }
*/
    .checkMaxFormat .input{
        padding: 5px 0;
    }

    .apply.table1 td.resume input{
        border: none;
    }

    .checkMaxFormat .input span input[type="checkbox"]:checked{
        background: #134b7c url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 2px 2px / 80% no-repeat;
    }

    .label{
        max-width: 100%;
    }

    .apply .req{
        width: 100%;
        padding-top: 5px;
    }
    .apply .req::after{
        float: left;
    }

    /* 一宮様の修正 */
    .apply .reserve-calendar-table th{
        border-bottom: 1px solid #025e87;
        border-right: 1px solid #025e87;
        padding: 4px;
        text-align: center !important;
        font-size: 14px;
        line-height: 1.5;
    }
    .apply .mon,.apply .tue,.apply .wed,.apply .thu,.apply .fri,.apply .sat,.apply .sun{
        font-size: 14px;
    }

    .fw#form .submit{
        margin: 30px auto 0!important;
    }
    .tableWrapper .checkbox .col6 label::before{
        width: 16px!important;
        height: 16px!important;
    }
    .tableWrapper .checkbox .col6 label::after{
        width: 16px!important;
        height: 16px!important;
    }

    .formReset input[type=checkbox]:checked + label:after{
        margin-top: -7px!important;
    }

    .fw#form header{
        height: auto!important
    }
}
 .apply .mon,.apply .tue,.apply .wed,.apply .thu,.apply .fri,.apply .sat,.apply .sun{
    font-size: 14px;
}
@media only screen and (max-width: 768px){
 .fw#form header #logo{
    width: 60%;
 }
 p.textTtl{
    width: auto;
    text-align: left!important;
 }
 p.textTtl{
     padding: 10px 0 10px 10px;
     display: inline-block;
     text-align: right!important;
     font-size:
 }
 .inner #logo span{
     margin: 6px 0;
}
 .fw#form.confirm .submit ul{
     margin-bottom: 0!important;
}
}
