/* オーバーライド */
main {
	margin-top: 0;
	padding-top: 0;
}

a.link-btn {
    font-size: 20px;
	font-weight: bold;
	width: 47%;
}

/* 共通 */
.img-area {
	margin: 2rem 0;
}

.btn-contents {
	display: flex;
	flex-wrap: wrap;
}

.privacy-link {
	color: #333;
}

.privacy-link:hover {
	opacity: .6;
}

/* 新卒採用 */
.new-graduates-banner {
    background-image: url(/public/images/6_recruit/newgraduates.jpg);
    height: 192px;
    background-size: contain;
    background-repeat: no-repeat
}

.new-graduates-banner a {
    width: 100vw;
    display: block;
}

.site-link a {
    color: #000;
}

.site-link a:hover {
    opacity: .6;
}

/* タブレットサイズに適応 */
@media screen and (max-width:913px) {
	.btn-contents {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	a.link-btn {
		width: 100%;
	}

    h2 span {
        display: block;
    }

    /* 新卒採用 */
    .new-graduates-banner {
        background-size: auto 100%;
        height: 155px;
        width: auto;
        background-position: center;
    }

    .new-graduates-banner a{
        background-image: url(/public/images/6_recruit/newgraduates.jpg);
    }
}

/* スマホサイズに適応 */
@media screen and (max-width:599px) {
    .new-graduates-banner {
        background-image: url(/public/images/6_recruit/newgraduates-sp.jpg);
        height: 215px;
    }
}

/* よくあるご質問 */
/* .faq .separation {
    margin: 2rem 0 1rem 0;
} */

/* アコーディオン */
/* .accordion {
    margin-top: 1rem;
    max-width: 60vw;
} */

/* .toggle {
    display: none;
}

.option {
    position: relative;
    margin-bottom: 1rem;
    cursor: pointer;
}

.question,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.question {
    padding: 1.3rem 1rem 0px 1rem;
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 1.5rem;
    cursor: pointer;
}

.question::after,
.question::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #03a9f4;
    transition: all 0.3s;
}

.question::after {
    transform: rotate(90deg);
}

.content {
    max-height: 0;
    overflow: hidden;
}

.content p {
    margin: 0;
    padding: 1rem 2.8rem;
    font-size: 0.9em;
    line-height: 1.5;
}

.toggle:checked + .question + .content {
    max-height: 500px;
    transition: all 1.5s;
}

.toggle:checked + .question::before {
    transform: rotate(90deg) !important;
} */
