@charset "utf-8";

/* ////////////////////////////////////////
PC,SP共通 
//////////////////////////////////////// */

.text-contact26{
    text-align: center;
}

.nav-entry {
    position: relative;
}
.nav-entry:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    margin: auto;
    border-bottom: 1px solid #ccc;
    content: '';
}
.nav-entry > li {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    color: #b5b5b6;
    text-align: center;
}
.nav-entry > li.current {
    color: #fff;
}

.wrap-table-entry form > br{
    display: none;
}
.table-entry {
    width: 100%;
}
.table-entry input,
.table-entry select {
    box-sizing: border-box;
}
.table-entry textarea {
    box-sizing: border-box;
}

.mwform-radio-field:not(:last-child) {
    margin-right: 3em;
}
.mwform-radio-field input[type='radio'] {
    margin: 0 .5em 0 0;
}
.mwform-zip-field .mwform-zip-field input[type='text'] {
    width: 130px;
}

.checkbox-wrap{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.checkbox-wrap .mwform-checkbox-field{
    line-height: 1;
    display: block;
}
.checkbox-wrap .mwform-checkbox-field label{
    line-height: 1;
    display: block;
}
.checkbox-wrap input{
    display: none;
}
.mw_wp_form .checkbox-wrap .horizontal-item + .horizontal-item{
    margin-left: 0;
}
.mwform-checkbox-field-text{
    line-height: 1;
    position: relative;
    display: block;
}
.mwform-checkbox-field-text::before{
    content: "";
    display: block;
    border: 1px solid #c9caca;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
input[type="checkbox"] + .mwform-checkbox-field-text::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    border-bottom: 2px solid #e6001b;
    border-right: 2px solid #e6001b;
    transform: rotate(45deg);
}
input[type="checkbox"]:checked + .mwform-checkbox-field-text::before{
    border-color: #e6001b;
}
input[type="checkbox"]:checked + .mwform-checkbox-field-text::after{
    opacity: 1;
}

.width100 {
    width: 100%;
}
.width140 {
    width: 140px;
}
.width70 {
    width: 70px;
}

.required:after {
    color: #e6001b;
    content: '*';
}

.wrap-table-entry > *:not(:last-child) {
    margin-bottom: 3em;
}

.btn-auto1,
.btn-auto2,
.btn-auto3 {
    vertical-align: middle;
    cursor: pointer;
}

.text-entry{
    text-align: center;
}

.wrap-btn a {
    display: block;
    text-align: center;
}

.btn-red,
.btn-navy,
.btn-gray {
    border-radius: 5px;
    color: #fff;
}
.btn-red{
    background: #e6001b;
}

.btn-navy {
    background: #1c3160;
}

.btn-gray {
    background: #727171;
}

.angle {
    position: relative;
}

.angle:after {
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-family: FontAwesome;
    content: '\f105';
}

.btn-auto1,
.btn-auto2,
.btn-auto3 {
    vertical-align: middle;
    cursor: pointer;
}

/* ////////////////////////////////////////
PC,SP共通
//////////////////////////////////////// */


/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */

@media screen and (min-width: 641px) , print{

    .inner-contact26{
        width: 855px;
        margin: 0 auto 120px;
    }

    .text-contact26{
        margin-bottom: 30px;
    }

    .nav-entry {
        margin-bottom: 70px;
    }
    .nav-entry > li {
        width: 255px;
        padding-right: 2em;
        line-height: 60px;
    }
    .nav-entry > li:not(:last-child) {
        margin-right: 45px;
    }
    .nav-entry > li {
        background: url(../images/bg-nav-entry.png) no-repeat center center;
    }
    .nav-entry > li.current {
        background: url(../images/bg-nav-entry-current.png) no-repeat center center;
    }
    .inner-contact26 .nav-entry > li.current{
        background: url(../images/bg-nav-entry-contact-current.png) no-repeat center center;
        background-size: contain;
    }

    .table-entry th {
        width: 175px;
        padding: 8px 0;
        line-height: 40px;
        text-align: right;
        vertical-align: top;
    }
    .table-entry td {
        padding: 8px 25px;
    }
    .table-entry input,
    .table-entry select,
    .table-entry textarea {
        font-size: 14px;
    }
    .table-entry input:not([type="checkbox"]),
    .table-entry select {
        height: 40px;
    }
    .table-entry textarea {
        height: 240px;
        padding: .5em 1em;
    }
    .table-entry select {
        margin: 0 .5em 0 1em;
    }
    .table-entry select {
        background: url(../images/triangle-down.png) no-repeat right 8px center;
        background-size: 8px;
    }

    .checkbox-wrap{
        gap: 15px 35px;
    }
    .mwform-checkbox-field-text{
        padding-left: 22px;
    }
    .mwform-checkbox-field-text::before{
        width: 12px;
        height: 12px;
    }
    input[type="checkbox"] + .mwform-checkbox-field-text::after{
        width: 4px;
        height: 8px;
        left: 4px;
    }

    .internship .wrap-select {
        display: inline-block;
    }
    .wrap-select span:nth-child(1) select {
        width: 100px;
    }
    .wrap-select span:nth-child(2) select {
        width: 60px;
    }
    .wrap-select span:nth-child(3) select {
        width: 60px;
    }
    .wrap-objective select {
        width: 235px;
    }
    .mwform-zip-field input {
        margin: 0 10px;
    }
    .mwform-zip-field input:nth-of-type(1) {
        width: 130px;
    }
    .mwform-zip-field input:nth-of-type(2) {
        width: 190px;
    }
    .mwform-tel-field input {
        width: 130px;
    }
    .mwform-tel-field input:nth-of-type(1) {
        margin: 0 10px 0 0;
    }
    .mwform-tel-field input:nth-of-type(2) {
        margin: 0 10px;
    }
    .mwform-tel-field input:nth-of-type(3) {
        margin: 0 0 0 10px;
    }
    .mwform-radio-field label {
        line-height: 40px;
    }
    .mwform-radio-field input[type='radio'] {
        width: 16px;
        height: 16px;
        background: url(../images/radio.png) no-repeat center center;
    }
    .mwform-radio-field input[type='radio']:checked {
        background: url(../images/radio-checked.png) no-repeat center center;
    }

    .text-entry {
        margin-bottom: 30px;
    }

    .wrap-btn {
        display: table;
        margin: 0 auto;
    }

    .wrap-btn > li {
        display: inline-block;
    }
    .btn-red,
    .btn-navy,
    .btn-gray {
        margin: 0 .5em;
        font-size: 16px;
        line-height: 50px;
    }

    .btn-red,
    .btn-navy {
        width: 340px;
    }

    .btn-gray {
        width: 205px;
    }

    .btn-auto1,
    .btn-auto2 {
        margin: 0 1em;
    }

    .confirm .table-entry td{
        line-height: 40px;
    }

}


/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */


/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */

@media screen and (max-width: 640px) {

    .text-contact26{
        margin-bottom: 5vw;
    }

    .nav-entry {
        margin-bottom: 5vw;
    }
    .nav-entry > li {
        width: 32%;
        padding-right: 1em;
        font-size: 3vw;
        line-height: 2.4;
    }
    .nav-entry > li:not(:last-child) {
        margin-right: 2%;
    }
    .nav-entry > li {
        background: url(../images/bg-nav-entry@2x.png) no-repeat center center;
        background-size: contain;
    }
    .nav-entry > li.current {
        background: url(../images/bg-nav-entry-current@2x.png) no-repeat center center;
        background-size: contain;
    }
    .inner-contact26 .nav-entry > li.current{
        background: url(../images/bg-nav-entry-contact-current@2x.png) no-repeat center center;
        background-size: contain;
    }

    .table-entry th {
        padding: .5em 0 .5em;
        font-size: 4vw;
    }

    .table-entry td {
        padding: .5em 0 2em;
    }

    .table-entry input,
    .table-entry select,
    .table-entry textarea {
        font-size: 16px;
    }

    .table-entry input,
    .table-entry select {
        height: 2em;
        padding: 0 .5em;
    }

    .table-entry textarea {
        height: 60vw;
        padding: .5em;
        ;
    }

    .table-entry select {
        margin: 0 .25em 0 .5em;
    }

    .table-entry select {
        background: url(../images/triangle-down.png) no-repeat right .5em center;
        background-size: 2vw;
    }

    .wrap-select span:nth-child(1) {
        display: inline-block;
        width: 38vw;
    }

    .wrap-select span:nth-child(1) select {
        width: 21vw;
    }

    .wrap-select span:nth-child(2) select,
    .wrap-select span:nth-child(3) select {
        width: 13%;
    }

    .checkbox-wrap{
        gap: 1em .5em;
        flex-direction: column;
    }
    .mwform-checkbox-field-text{
        padding-left: 5.5vw;
    }
    .mwform-checkbox-field-text::before{
        width: 2.5vw;
        height: 2.5vw;
    }
    input[type="checkbox"] + .mwform-checkbox-field-text::after{
        width: 1vw;
        height: 2vw;
        left: 1vw;
    }

    .mwform-zip-field input {
        margin: 0 .5em;
    }

    .mwform-zip-field input,
    .mwform-tel-field input {
        width: 25%;
    }

    .mwform-tel-field input:nth-of-type(1) {
        margin: 0 .5em 0 0;
    }

    .mwform-tel-field input:nth-of-type(2) {
        margin: 0 .5em;
    }

    .mwform-tel-field input:nth-of-type(3) {
        margin: 0 0 0 .5em;
    }

    .caution-form {
        font-size: 3vw;
    }

    .wrap-btn > li {
        display: block;
    }

    .btn-red,
    .btn-navy,
    .btn-gray {
        width: 100%;
        margin: .75em 0;
        font-size: 4vw;
        line-height: 3;
    }

    .btn-auto1,
    .btn-auto2,
    .btn-auto3 {
        width: auto;
        height: 6vw;
        margin: 1em 0 0 1.5em;
    }

    .width140 {
        width: 60%;
    }

    .width70 {
        width: 15%;
    }

    .text-entry{
        margin-bottom: 5vw;
    }
	
}


/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
