@charset "utf-8";

.black02 {
	color: var(--black02);
}

.inRecruitTitBox::after {
    content: "";
    width: 100vw;
    height: 1px;
    background: var(--primary);
    position: absolute;
    left: 0;
    bottom: 0;
}

.recruit02Row {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    border-bottom: 1px solid var(--primary);
}

.recruit02Row:first-child {
    padding: 0 0 20px;
}

.recruit02Th {
    width: 100%;
}

.recruit02Td {
    width: 100%;
}

.recruit03IllustBox01 {
    z-index: 1;
}

.recruit03IllustBox02 {
    z-index: 1;
}

.recruit03Tit {
    font-size: clamp(25px, 16.505px + 2.265vw, 60px);
}

.recruit03Container::before {
    content: "";
    display: block;
    width: clamp(320px, 232.864px + 23.236vw, 679px);
    height: clamp(320px, 232.864px + 23.236vw, 679px);
    background-image: url(/system_panel/uploads/images/recruit-illust11.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50%;
    left: -50%;
    margin: auto;
    z-index: 1;
}

/*===========================================================
タブ
===========================================================*/

/* 管理画面 */

.gjs-dashed .content-area .content {
    margin: 50px auto 0;
    display: block;
}

/*----*/

.tab-area {
    margin: 40px 0 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    cursor: pointer;
    flex-wrap: wrap;
    width: 100%;
}

.tab-area .tab {
    width: 100%;
    padding: 20px 10px;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.2px) * 0.375)), 20px);
    color: var(--white);
    font-weight: bold;
    border: 1px solid var(--white);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all .3s;
}

.tab-area .tab:hover {
    color: var(--white);
    background: #991717;
    border: 1px solid #991717;
}

.tab-area .tab.active {
    color: var(--white);
    background: #991717;
    border: 1px solid #991717;
}

.content-area .content {
    display: none;
}

.content-area .content.show {
    margin: 50px auto 0;
    display: block;
}

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

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

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

/*===========================================================
タブ
===========================================================*/

.tab-area {
  grid-template-columns: repeat(2, 1fr);
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

.recruit02Row {
    padding: 30px 0;
    flex-direction: row;
    align-items: flex-start;
}

.recruit02Row:first-child {
    padding: 0 0 30px;
}

.recruit02Th {
    padding: 0 10px 0 0;
    max-width: 255px;
    width: 100%;
}

.recruit02Td {
    width: 100%;
}

/*===========================================================
タブ
===========================================================*/

.content-area .content.show {
    margin: 80px 0 0;
}


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

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

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


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

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

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

.recruit03Tit br {
    display: none;
}

/*===========================================================
タブ
===========================================================*/

.tab-area {
  grid-template-columns: repeat(4, 1fr);
}

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

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

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