/* 募集要項・エントリー */
.requirements-hero {
    width: 100%;
    margin: 54px auto 0;
}

.requirements-hero img {
    width: 100%;
    height: auto;
}

.requirements-content {
    width: 70%;
    margin: 128px auto 0;
    color: #000;
}

.requirements-content .icon-white {
    width: 248px;
    height: 248px;
    display: block;
    margin: 0 auto;
}

.requirements-content .tab-select {
    text-align: center;
    margin-top: 36px;
}

.requirements-content .tab-select .tab1,
.requirements-content .tab-select .tab2 {
	width: 240px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background-color: #727272;
    padding: 10px;
    display: inline-block;
    transition: background-color 0.5s;
}
.requirements-content .tab-select .tab1:hover,
.requirements-content .tab-select .tab2:hover {
    background-color: #000;
}
@media screen and (max-width: 767px){
	.requirements-content .tab-select .tab1{
		margin-bottom: 10px;
	}
	.requirements-content .tab-select .tab1,
	.requirements-content .tab-select .tab2 {
		max-width: 100%;
	}
}

.requirements-content .tab-select .tab1.active,
.requirements-content .tab-select .tab2.active {
    background-color: #000;
    pointer-events: none;
}

.requirements-content .tab-select .separator {
    margin: 0 16px;
}

.requirements-content .lead {
    font-size: 36px;
    text-align: center;
    letter-spacing: 4px;
    line-height: 2;
    margin-top: 48px;
}

.requirements-content h2 {
    font-size: 22px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 2;
    margin-top: 24px;
}

.requirements-content .v-line {
    display: block;
    margin: 24px auto 0;
    width: 1px;
    height: 48px;
    background-color: #000;
}

.requirements-content .job1,
.requirements-content .job2 {
    cursor: pointer;
}

.requirements-content .job1,
.requirements-content .job2,
.requirements-content .box {
    width: 100%;
    background-color: #fff;
    padding: 48px;
    font-family: 'Noto Sans JP',
        -apple-system,
        BlinkMacSystemFont,
        "Yu Gothic",
        "Meiryo",
        sans-serif;
}

.requirements-content .job2 {
    padding-top: 0;
}

/* .requirements-content .box:not(first-of-type) {
	margin-top: 36px;
} */

.requirements-content .job1 p,
.requirements-content .job2 p,
.requirements-content .box h3 {
    background-color: #000;
    border-radius: 23px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 14px;
    letter-spacing: 2px;
}

.requirements-content .job1 .toggle1,
.requirements-content .job2 .toggle2 {
    width: 14px;
    height: auto;
    margin: 4px auto 0;
    display: block;
    transition: transform .5s;
}

.requirements-content .job1 .toggle1.active,
.requirements-content .job2 .toggle2.active {
    transform: rotate(180deg);
}

.requirements-content .job1+.box,
.requirements-content .job2+.box {
    display: none;
}

.requirements-content .box p {
    font-size: 16px;
    padding: 12px 0;
    color: #1A1311;
    letter-spacing: 2px;
    line-height: 1.8;
    margin-top: 30px;
}

.requirements-content .box .text1 {
    text-align: center;
    margin: 32px auto 0;
    letter-spacing: 2px;
    line-height: 1.8;
}

.requirements-content .box table {
    width: 100%;
    margin: 32px auto;
}

.requirements-content .box table tr:not(:last-child) {
    border-bottom: dashed 1px #707070;
}

.requirements-content .box table th,
.requirements-content .box table td {
    font-size: 16px;
    padding: 12px 0;
    color: #1A1311;
    letter-spacing: 2px;
    line-height: 1.8;
}

.requirements-content .box table th {
    width: 140px;
}

.requirements-content .box table td a {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .requirements-content {
        width: 90%;
        margin: 64px auto 0;
    }

    .requirements-content .icon-white {
        width: 183px;
        height: 183px;
    }

    .requirements-content .lead {
        font-size: 23px;
        margin-top: 32px;
    }

    .requirements-content h2 {
        font-size: 16px;
        margin-top: 20px;
    }

    .requirements-content .v-line {
        height: 24px;
    }

    .requirements-content .job1,
    .requirements-content .job2,
    .requirements-content .box {
        padding: 24px;
    }

    .requirements-content .box h3 {
        font-size: 16px;
        padding: 10px;
    }

    .requirements-content .box p {
        font-size: 15px;
        padding: 0;
    }

    .requirements-content .box .text1 {
        margin: 24px auto 0;
        font-size: 15px;
    }

    .requirements-content .box table {
        margin: 24px auto;
    }

    .requirements-content .box table th,
    .requirements-content .box table td {
        font-size: 15px;
        display: block;
        padding: 0;
        letter-spacing: 2px;
        line-height: 1.8;
    }

    .requirements-content .box table th {
        width: 100%;
        margin-top: 8px;
    }

    .requirements-content .box table td {
        width: 100%;
        margin-top: 8px;
        margin-bottom: 8px;
    }

}

.entry-container {
    width: 65%;
    margin: 90px auto;
    font-family: 'Noto Sans JP',
        -apple-system,
        BlinkMacSystemFont,
        "Yu Gothic",
        "Meiryo",
        sans-serif;
}

.entry-container h2 .headings {
    display: block;
    margin: 0 auto;
    width: 224px;
    height: auto;
}

.entry-container h2 p {
    margin-top: 24px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
}

.entry-container .notice {
    width: 100%;
    margin: 64px auto;
    border: solid 4px #fff;
    padding: 16px 32px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1px;
}

/* エントリーフォーム */
.entry-form {
    width: 100%;
    margin: 0 auto;
}

.entry-form h3 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.8;
    position: relative;
    overflow: hidden;
}

.entry-form h3:nth-of-type(2) {
    margin-top: 32px;
}

.entry-form h3:after {
    display: inline-block;
    content: '';
    border-bottom: dashed 1px #707070;
    width: 100%;
    position: absolute;
    bottom: 50%;
    margin-left: 16px;
}

.entry-form .text1 {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 2;
    margin: 4px 0 16px;
}

.entry-form input[type^=checkbox] {
    margin-right: 8px;
}

.entry-form .wpcf7-list-item {
    margin-right: 32px;
    display: block;
    margin-top: 16px;
}

.wpcf7 .ajax-loader {
    display: none !important;
}

.entry-form input[type^=text] {
    background: #fff;
    display: block;
    width: 100%;
    height: 54px;
    margin: 12px auto;
    padding: 0 18px;
}

.entry-form input[type^=text].zip1 {
    width: 75px;
    display: inline-block;
}

.entry-form input[type^=text].zip2 {
    width: 87px;
    display: inline-block;
}

.entry-form input[type^=radio] {
    margin-right: 8px;
}

.entry-form .radio {
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 12px;
}

.entry-form .radio:not(:last-child) {
    margin-right: 20px;
}

.entry-form .row,
.entry-form p {
    margin-top: 24px;
}

.entry-form .spacer {
    margin: 0 8px;
}

.entry-form .submit-row {
    margin: 60px auto;
    display: flex;
    justify-content: center;
}

.entry-form .submit-row input[type^=button],
.entry-form .submit-row input[type^=submit] {
    width: 249px;
    height: 63px;
    background: #000;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0 12px;
}

.entry-form .policy {
    background: #fff;
    margin: 12px 0;
    padding: 12px;
    height: 120px;
    font-size: 14px;
    overflow-y: scroll;
    overflow-x: hidden;
}

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

    .entry-container {
        width: 90%;
        margin: 0 auto 64px;
        padding-top: 64px;
    }

    .entry-container h2 .headings {
        width: 117px;
        height: auto;
    }

    .entry-container h2 p {
        margin-top: 20px;
        font-size: 14px;
    }

    .entry-container .notice {
        width: 100%;
        margin: 24px auto;
        border: none;
        padding: 0;
        font-size: 14px;
    }

    /* エントリーフォーム */
    .entry-form {
        width: 100%;
        margin: 0 auto;
    }

    .entry-form h3 {
        font-size: 15px;
    }

    .entry-form .text1 {
        line-height: 1.8;
        margin: 4px 0 16px;
    }

    .entry-form .wpcf7-list-item {
        margin-right: unset;
    }

    .entry-form input[type^=text] {
        height: 35px;
        margin: 12px auto;
        padding: 0 8px;
    }

    .entry-form input[type^=radio] {
        margin-right: 6px;
    }

    .entry-form .radio {
        display: inline-block;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .entry-form .radio:not(:last-child) {
        margin-right: 20px;
    }

    .entry-form .row,
    .entry-form p {
        margin-top: 24px;
    }

    .entry-form .spacer {
        margin: 0 8px;
    }

    .entry-form .submit-row {
        margin: 60px auto;
        display: flex;
        justify-content: center;
    }

    .entry-form .submit-row .btn_submit {
        width: 249px;
        height: 63px;
        background: #000;
        color: #fff;
        font-size: 18px;
        text-align: center;
    }

    .entry-form .policy {
        background: #fff;
        margin: 12px 0;
        padding: 12px;
        height: 120px;
        font-size: 14px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

}

/* コンタクトフォーム調整 */
.screen-reader-response {
    display: none;
}

.wpcf7-not-valid-tip {
    display: block;
    color: #cc0e0e;
}

.wpcf7-response-output {
    text-align: center;
}

.sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .sp {
        display: block;
    }
}