@charset "utf-8";

.btn02-tertiary {
    cursor: pointer;
}

.gjs-dashed .loopWrap {
    display: block;
    height: auto;
    overflow: auto;
}

.gjs-dashed .loopImgArea {
    -webkit-animation: auto !important;
    animation: auto !important;
    flex-wrap: wrap;
}

.gjs-dashed .loopImgBx01 {
    width: 33.3%;
    padding-top: 25.3%;
    height: auto;
    margin: 0;
}

.loopWrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: auto;
}

.loopImgBx01>img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loopImgArea {
  display: flex;
}

.loopImgArea {
	-webkit-animation: loop 100s -50s linear infinite;
	animation: loop 100s -50s linear infinite;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}

.loopWrap .loopImgArea:last-child {
	-webkit-animation: loop2 100s linear infinite;
	animation: loop2 100s linear infinite;
}

.loopImgBx01>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.loopImgBx01 {
    width: 280px;
    padding-top: 210px;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
}

/*アニメーション*/
@-webkit-keyframes loop {
	0% {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	}

@keyframes loop {
	0% {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	}

@-webkit-keyframes loop2 {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-200%);
		-ms-transform: translateX(-200%);
		transform: translateX(-200%);
	}
	}

@keyframes loop2 {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-200%);
		-ms-transform: translateX(-200%);
		transform: translateX(-200%);
	}
}

.recruitBoxWr01 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    display: grid;
}

/*-----------------------------------------------------------
タブ切り替え
-----------------------------------------------------------*/

.tab-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
}

.tab {
    width: 49%;
    position: relative;
}

.tab:before {
    content: "";
    display: none;
    width: 20px;
    height: 15px;
    background: linear-gradient(to bottom left, var(--tertiary) 50%, transparent 53%) top left/ 50% 100% no-repeat,
    linear-gradient(to bottom right, var(--tertiary) 50%, transparent 53%) top right / 50% 100% no-repeat;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.tab.active:before {
    display: block;
}

.panel {
    display: none;
}

.panel.active {
    display: block;
}

.panel-group {
    margin: 50px auto 0;
}


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

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

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

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

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

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

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

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

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

.recruitBoxWr01 {
    grid-template-columns: repeat(2, 1fr);
}

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

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

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


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

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

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

.loopImgBx01 {
    width: 340px;
    padding-top: 255px;
}

.recruitBoxWr01 {
    grid-template-columns: repeat(4, 1fr);
}
  
/*-----------------------------------------------------------
タブ切り替え
-----------------------------------------------------------*/
  
.panel-group {
    margin: 100px auto 0;
}

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

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

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