@charset "utf-8";
/* RECRUIT */

/* Message
----------------------------------------------- */
.content-message {
    background-color: #CCC;
}
.content-message > .content {
    max-width: 940px;
    margin: 0 auto;
    padding-bottom: 5%;
}
.content-message .ttl {
    padding: 1.5em 0;
}
.content-message dl.block {
    padding-bottom: 2em;
}
.content-message dl.block > dt {
    font-size: 1.25em;
}
.content-message dl.block > dd {
    color: #000;
    line-height: 1.75;
    padding: 1em 1.5em;
}
.content-message .message_from dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.content-message .message_from dt {
    min-width: 6em;
}
.content-message .message_from dd {
    padding-left: 1em;
    text-align: right;
}
.content-message .message_from dd.career {
    min-width: 5em;
}
.content-message .message_from p {
    line-height: 1.5;
    padding-left: 0.5em;
}


/* Jobs
----------------------------------------------- */
.job-list:not(:last-child) {
    margin-bottom: 50px;
}
.job-list > .job-content,
.job-list > .job-image {
    width: 100%;
}
.job-list > .job-content dt {
}
.job-list > .job-content dd {
    color: #000;
    line-height: 1.75;
    padding: 1em 0;
}
.job-rel_entry {
    background: #CCC;
    text-align: center;
}
.job-rel_entry p {
    line-height: 1.4;
    padding: 0.5em 0;
}
.job-rel_entry.text-l {
    letter-spacing: 0.15em;
}
.job-rel_entry a {
    display: block;
    text-decoration: none;
}


/* Entry Form
----------------------------------------------- */
#entry-form {
    margin: 10px auto;
    background: #EEE;
    border: #CCC solid 1px;
}
#entry-form > .wpcf7 {
    max-width: 700px;
    margin: 0 auto;
    padding: 1em 0;
}
#entry-form table,
#entry-form table th,
#entry-form table td {
    border: none;
    background: none;
}
#entry-form input[type="text"], input[type="tel"], input[type="email"], textarea {
    background: #FFF;
}
#entry-form input[type="submit"], input[type="button"] {
    background: #FFF;
    border: none;
    width: 100%;
    margin: 0 auto;
    padding: 0.25em 0;
}
#entry-form input[type="submit"]:not(:first-child), input[type="button"]:not(:first-child) {
    margin: 10px auto 0;
}
#entry-form input[type="submit"]:hover, input[type="button"]:hover {
    background: #CCC;
}
#entry-form p label {
    margin: auto;
    padding: auto;
}

.wpcf7 {
    /* max-width: 500px; */
    margin: 0 auto !important;
}

@media screen and (min-width: 768px) {
    /* Message
    ----------------------------------------------- */
    .content-message .ttl {
        font-size: 2em;
    }

    /* Jobs
    ----------------------------------------------- */
    .job-list > .job-content {
        width: 70%;
    }
    .job-list > .job-content dt {
        font-size: 1.5em;
    }
    .job-list > .job-content dd {
    }
    .job-list > .job-image {
        width: 30%;
        padding-left: 1em;
    }
    .job-rel_entry.text-l {
        font-size: 2.5em;
    }
    .job-rel_entry.text-m {
        font-size: 1.5em;
    }

    /* Entry Form
    ----------------------------------------------- */
    #entry-form input[type="submit"], input[type="button"] {
        font-size: 1.4em;
    }
}
@media screen and (min-width: 980px) {
    /* Message
    ----------------------------------------------- */
    #page-message {
    }

    /* Jobs
    ----------------------------------------------- */
    .job-list > .job-content dt {
        font-size: 1.7em;
    }
    .job-list > .job-content dd {
        font-size: 1.1em;
    }
    .job-list > .job-image {
        padding-left: 40px;
    }
    .job-rel_entry.text-l {
        font-size: 3.5em;
    }
    .job-rel_entry.text-m {
        font-size: 2.5em;
    }

    /* Entry Form
    ----------------------------------------------- */
    /* #entry-form input[type="submit"], input[type="button"] {
        font-size: 2.2em;
    } */
}
@media screen and (max-width: 979px) {
    /* Message
    ----------------------------------------------- */
    .content-message {
        padding: 0 1em;
    }
}
@media screen and (max-width: 767px) {
    /* Message
    ----------------------------------------------- */
    .content-message .ttl {
        font-size: 1.5em;
    }

    /* Jobs
    ----------------------------------------------- */
    .job-list > .job-content dt {
        font-size: 1.4em;
    }
    .job-rel_entry.text-l {
        font-size: 1.5em;
    }
    .job-rel_entry.text-m {
        font-size: 1.2em;
    }

    /* Entry Form
    ----------------------------------------------- */
    #entry-form table th {
        padding-bottom: 0;
    }
    #entry-form input[type="submit"], input[type="button"] {
        font-size: 1.2em;
        padding: 1em 0;
    }
    #entry-form .submit-button {
        padding: 1em 1em 0;
    }
}


/*
2021.10.8
招待状コンテンツ追加
 */
 .interview2 {
    padding-left: 1em;
    padding-right: 1em;
 }
 .interview2__center {
     text-align: center;
 }
@media (min-width: 992px) {
    .interview2 {
        max-width: 1180px;
        margin: 0 auto;
    }
}

 h2.interview2_heading_txt {
    border-bottom: solid 1px #000;
    line-height: 2;
    padding-bottom: 5px;
}

.interview2_heading {
    text-align: center;
    font-size: 1.8rem;
    margin: 150px 0px 80px;
}
@media (min-width: 992px) {
    .interview2_heading {
        margin: 190px 0px 80px;
    }
}

.interview2_unit {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-direction: column-reverse;
}

.interview2_unit__noImg {
    display: block;
}

@media (min-width: 992px) {
    .interview2_unit {
        flex-direction: row;
    }
    .interview2_unit__even {
        flex-direction: row-reverse;
    }
}

.interview2_unit.interview2_unit__first {
    margin-top: 0;
}

.interview2_imgWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
@media (min-width: 992px) {
    .interview2_imgWrap {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 1em;
        padding-right: 1em;
    }
}

.interview2_img {
    width: auto;
    height: 350px;
    object-fit: contain;
}

.interview2_bodyInner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.interview2_ttl {
    font-size: 1.8rem;
    margin-bottom: 1.3rem;
}
@media (min-width: 992px) {
    .interview2_ttl {
        margin-bottom: 2rem;
        font-size: 2rem;
    }
}

.interview2_body {
    flex: 1;
}
@media (min-width: 992px) {
    .interview2_body {
        padding-left: 1em;
        padding-right: 1em;
    }
}
.interview2_txt {
    font-size: 0.9rem;
}

.recruit_ttl{
    margin: 0 auto;
}
div.wpcf7 .wpcf7-spinner {
    display: none !important;
}
.btn_send {
    text-align: center;
}

.offer-btn > .rel_entry a:hover {
	color: #a3cc52;
	background: #fff;
}
.offer-btn > .rel_detail a:hover {
	color: #fff;
	background: #a3cc52;
}

p#copyright {
    position: relative;
}