@charset "UTF-8";

/*====================================================================================================
   recruit css
====================================================================================================*/

/*----------------------------------------
     global menu
----------------------------------------*/

.page-header {
    display: none;
}
@media screen and (min-width: 900px) {
    .page-header {
        z-index: 5;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        position: relative;
        width: 100%;
        height: 80px;
        background-color: #fff;
        letter-spacing: .1em;
        border-bottom: 1px solid #eee;
        font-size: 1.6rem;
    }
    .page-header .g-logo {
        width: 230px;
        padding: 10px;
        transition: all .4s;
    }
    .page-header .g-menu {
        width: calc(100% - 230px);
        text-align: right;
    }
    .page-header .g-menu ul {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        height: 80px;
        justify-content: flex-end;
        align-items: center;
    }
    .page-header .g-menu ul li {
        text-align: center;
        line-height: 1.3em;
    }
    .global_menu .g_menu ul li:nth-last-child(1) {
        padding-left: 40px;
    }
    .page-header .g-menu ul li a {
        display: block;
        width: 100%;
        color: #111;
        padding: 0 20px;
    }
    .page-header .g-menu ul li.g-link a {
        background-color: #ff0000;
        color: #fff;
        height: 80px;
        line-height: 80px;
        padding: 0 50px;
    }
    .page-header .g-menu ul li a span {
        display: block;
        line-height: 1em;
    }
    .page-header .g-menu ul li a span.txt__jp {
        padding-top: 6px;
        font-size: 1.5rem;
    }
    .page-header .g-menu ul li a span.txt__en {
        padding-top: 6px;
        font-size: 1.2rem;
        color: #444;
    }
}
@media screen and (min-width: 1601px) {
    .page-header .g-logo {
        width: 272px;
        padding: 10px;
    }
    .page-header .g-menu {
        width: calc(100% - 272px);
    }
    .page-header .g-menu ul li a {
        padding: 0 30px;
    }
    .page-header .g-menu ul li.g_link a {
        padding: 0 60px;
    }
    .page-header .g-menu ul li:nth-last-child(1) {
        padding-left: 60px;
    }
    .page-header .g-menu ul li a span.txt__jp {
        padding-top: 6px;
        font-size: 1.7rem;
    }
    .page-header .g-menu ul li a span.txt__en {
        padding-top: 6px;
        font-size: 1.2rem;
    }
}


/*----------------------------------------
     guideline
----------------------------------------*/

.guideline {
    padding: 90px 20px 20px;
}
.guideline h1 {
    font-size: 2rem;
    text-align: center;
    margin: 20px auto 40px;
}
@media screen and (min-width: 900px) {
    .guideline {
        max-width: 1400px;
        margin: auto;
        padding: 90px 20px 60px;
    }
    .guideline h1 {
        font-size: 2.2rem;
        margin: 0 auto 40px;
        letter-spacing: .1em;
    }
}

.recruit-sw {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 1400px;
}
.recruit-sw-item {
    display: block;
    width: calc(50% - 5px);
    height: 40px;
    background-color: #ccc;
    line-height: 40px;
    text-align: center;
    color: var(--color-nv);
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-radius: 30px;
}
input[name="recruit-sw-item"] {
    display: none;
}
.recruit-sw-cont {
    display: none;
    width: 100%;
    padding: 30px 0;
    clear: both;
    overflow: hidden;
}
#job01:checked ~ #job01_content,
#job02:checked ~ #job02_content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.recruit-sw input:checked + .recruit-sw-item {
    background-color: #db0000;
    color: #fff;
}
.recruit-sw-cont dl {
    width: 100%;
}
.recruit-sw-cont dt {
    padding-bottom: 5px;
    font-weight: 700;
    line-height: 1.6;
    border-bottom: 1px solid #efefef;
}
.recruit-sw-cont dd {
    padding-top: 5px;
    line-height: 1.6;
}

.recruit-entry {
    padding: 15px 30px 30px;
}
.recruit-entry a {
    max-width: 250px;
    margin: auto;
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
    background: #110338;
    color: #fff;
    line-height: 1;
    border: 2px solid #110338;
    border-radius: 25px;
    transition: .2s;
}
.recruit-entry a:hover {
    background: #fff;
    color: #110338;
}

.recruit-selection .inner {
    padding: 15px 30px 30px;
}
.recruit-selection .inner .head {
    background: #efefef;
    padding: 15px 15px 13px;
    line-height: 1;
}
.recruit-selection .inner .text {
    padding: 20px;
    line-height: 1.6;
    border: 1px solid #efefef;
}

@media screen and (min-width: 768px) {
    .recruit-main .desc {
        padding: 40px 60px 50px;
    }
    .recruit-section ul li {
        height: 220px;
    }
    .recruit-sw {
        width: calc(100% - 120px);
        margin: 70px auto 0;
    }
    .recruit-entry {
        padding: 30px 60px;
    }
    .recruit-selection .inner {
        padding: 30px 60px 50px;
    }
}
@media screen and (min-width: 1024px) {
    .recruit-main .head .image {
        height: 70vh;
    }
    .recruit-main .head .title {
        top: calc(50% + 20px);
    }
    .recruit-main .head .title h2 {
        font-size: calc(var(--fs)*1.8);
        letter-spacing: .1em;
    }
    .recruit-section ul li {
        height: 40vh;
    }
    .recruit-sw {
        gap: 20px;
    }
    .recruit-sw-item {
        width: calc(30% - 10px);
        height: 50px;
        line-height: 50px;
    }
    .recruit-sw-cont dl {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }
    .recruit-sw-cont dt {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 150px;
        height: 100%;
        padding: 15px;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        font-size: 1.5rem;
    }
    .recruit-sw-cont dd {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% - 150px);
        height: 100%;
        padding: 20px;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 1280px) {
    .recruit-main .head .image {
        height: 75vh;
    }
    .recruit-main .head .title h2 {
        font-size: calc(var(--fs)*2.2);
    }
    .recruit-main .desc {
        max-width: 1400px;
        margin: auto;
        padding: 80px 100px;
        text-align: center;
    }
    .recruit-section ul li {
        height: 60vh;
    }
    .recruit-sw {
        width: calc(100% - 200px);
    }
    .recruit-sw-cont dl {
        font-size: calc(var(--fs)*0.95);
    }
    .recruit-sw-cont dt {
        width: 250px;
    }
    .recruit-sw-cont dd {
        width: calc(100% - 250px);
    }
    .recruit-selection .inner {
        max-width: 1600px;
        margin: auto;
        padding: 30px 100px 50px;
        text-align: center;
    }
    .recruit-selection .inner .text {
        padding: 50px;
    }
}

/* --------------------------------------------------
 page form common
--------------------------------------------------- */

.grecaptcha-badge {
  z-index: 999;
}

.entryform {
    padding: 90px 0 20px;
}
.entryform h1 {
    font-size: 2rem;
    text-align: center;
    margin: 20px auto 40px;
}
@media screen and (min-width: 900px) {
    .entryform {
        max-width: 1200px;
        margin: auto;
        padding: 90px 20px 60px;
    }
    .entryform h1 {
        font-size: 2.2rem;
        margin: 0 auto 40px;
        letter-spacing: .1em;
    }
}

.form .inner {
    z-index: 1;
    position: relative;
    width: 100%;
    font-weight: 400;
    padding: 0;
}
.form .inner h2 {
    padding: 15px 20px;
}

.form-wrap {
    position: relative;
    width: 100%;
}
.form-text {
    width: 100%;
    padding: 30px 20px 15px;
}
.form-desc {
    width: 100%;
}
.form-item {
    padding: 20px 20px;
    border-bottom: 1px solid #eee;
}
.form-head {
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
}
.form-head span {
    display: block;
    width: 50px;
    margin-right: 10px;
    font-family: var(--font-jp);
    font-size: 1.2rem;
    line-height: 1;
    padding: 5px 0;
    text-align: center;
}
.form-head span.req {
    background: #db0000;
    color: #fff;
}
.form-head span.any {
    background: #bbb;
    color: #fff;
}
.form-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.form-item input[type="text"],
.form-item input[type="tel"],
.form-item input[type="email"],
.form-item input[type="date"],
.form-item select,
.form-item textarea {
    display: block;
    width: 100%;
    padding: 0.7em;
    background: #eee;
    color: #262626;
    font-size: 16px;
    line-height: 1;
}
.form-item .birth {
    flex-wrap: nowrap;
    gap: 5px;
}
.form-item .birth select {
    text-align: center;
}
.form-foot span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.form-item input[type="date"] {
    height: 2.4em;
    margin-bottom: 15px;
}
.form-wrap .wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
}
.form-wrap span.wpcf7-list-item {
    display: inline;
    position: relative;
    width: 100%;
    align-items: center;
    margin: 0 0 0 3px;
}
.form-wrap .wpcf7-list-item-label {
    padding: 0;
    color: #262626;
    cursor: pointer;
}
.form-wrap input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
.form-wrap .wpcf7-list-item-label:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -2px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 1px solid #262626;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.form-wrap input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 6px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 2px solid #262626;
    border-right: 2px solid #262626;
}
.form-wrap .form-foot input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    top: 5px;
}
.form-attention {
    padding: 20px;
}
.form-attention p a {
    display: inline;
    text-decoration: underline;
}
.form-attention .checkbox {
    padding: 20px 0 0;
    text-align: center;
}
.form-wrap .submit {
    padding: 0 30px 30px;
}
.form-wrap input[type="submit"] {
    display: block;
    width: 100%;
    padding: 15px;
    background: #efefef;
    color: #262626;
    text-align: center;
    letter-spacing: 0.8em;
    text-indent: 0.8em;
    border: none;
    transition: opacity 0.2s ease-in-out;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.form-wrap input[type="submit"]:hover {
    background: #262626;
    color: #fff;
}
.form .sent .form-wrap {
    display: none;
}

.form-captcha {
    width: 100%;
    max-width: 200px;
    margin: auto;
}
.form-captcha .captcha-img {
    width: 100%;
    max-width: 140px;
    padding: 10px;
    margin: auto;
    border: 1px solid #efefef;
}
.form-captcha .captcha-input {
    padding-top: 10px;
}
.form-captcha .captcha-input input {
    width: 100%;
    padding: 8px;
    border: 1px solid #efefef;
}

@media screen and (min-width: 768px) {
    .form .inner {
        padding: 40px 0 80px;
    }
    .form .inner h2 {
        padding: 0 60px 15px;
    }
    .form-text {
        padding: 30px 60px 15px;
    }
    .form-item {
        display: flex;
        flex-wrap: wrap;
        padding: 25px 60px;
    }
    .form-head {
        width: 100%;
    }
    .form-foot {
        width: 100%;
    }
    .form-attention {
        padding: 40px 60px;
    }
    .form-attention .checkbox {
        padding: 30px 0 0;
    }
    .form-wrap .submit {
        padding: 0 90px 30px;
    }
    .form .form-thanks {
        padding: 60px 60px 30px;
    }
}
@media screen and (min-width: 1024px) {
    .form-head {
        width: 300px;
        padding: 0 50px 0 0;
        font-size: 1.6rem;
    }
    .form-foot {
        width: calc(100% - 300px);
    }
    .form-attention {
        padding: 70px 60px 40px;
        text-align: center;
    }
    .form-wrap .submit {
        max-width: 700px;
        margin: auto;
    }
}
@media screen and (min-width: 1280px) {
    .form .inner {
        padding: 30px 40px 55px;
    }
    .form-head {
        width: 300px;
    }
    .form-foot {
        width: calc(100% - 300px);
    }
}
@media screen and (min-width: 1600px) {
    .form {
        background: #eee;
        padding: 80px 0;
    }
    .form .inner {
        max-width: 1200px;
        margin: auto;
        padding: 100px;
        background: #fff;
    }
}


