@charset "utf-8";

/* 管理画面用 */

.gjs-dashed .content01{
    display: block !important;
}

.gjs-dashed .content02{
    display: block !important;
}

/* ここまで */

.recruit02-tab-area {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 10px;
}

.recruit02-tab-area .tab01 {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    transition: all .3s;
}

.recruit02-tab-area .tab01 img {
    transition: all .3s;
}

.recruit02-tab-area .tab01:hover img {
    transform: scale(1.1);
}

.recruit02-tab-area .tab01.active {
    opacity: 0.7;
}

.recruit04-tab-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.recruit04-tab-area .tab02 {
    padding: 0 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--black);
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 300;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all .3s;
}

.recruit04-tab-area .tab02::before {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: var(--black);
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all .3s;
}

.recruit04-tab-area .tab02:hover {
    opacity: 0.7;
}

.recruit04-tab-area .tab02:hover::before {
    width: 100%;
}

.recruit04-tab-area .tab02.active::before {
    width: 100%;
}

/* .recruit04-tab-area .tab02 {
    width: 100%;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--black);
    background: var(--white);
    border: 1px solid var(--black);
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 300;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all .3s;
}

.recruit04-tab-area .tab02:hover {
    color: var(--white);
    background: var(--black);
}

.recruit04-tab-area .tab02.active {
    color: var(--white);
    background: var(--black);
} */

.content01 {
    display: none;
}

.content01.show{
    display: block !important;
}

.content02 {
    display: none;
}

.content02.show{
    display: block !important;
}

.menu-item {
    display: flex;
    justify-content: space-between;
	flex-direction: column;
    padding: 18px 2px 15px;
    border-bottom:1px solid #E3D5CC;
}

.menu-item:first-child {
    padding: 0 2px 15px;
}

.menu-area {
    margin: 30px 0 0 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 12%;
}

.menu-area02 {
    gap: 40px 4%;
}

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

    .recruit02-tab-area {
        gap: 20px;
    }

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {



}

/* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

	.recruit02-tab-area {
		grid-template-columns: repeat(5, 1fr);
        gap: 40px;
	}

}

/* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */