@charset "utf-8";

/*-----------------------------------------------------------

-----------------------------------------------------------*/

.cover:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: radial-gradient(circle, rgba(12, 12, 13, 40%), rgba(12, 12, 13, 80%), rgba(12, 12, 13, 95%), rgba(12, 12, 13, 100%));
	z-index: 1;
}

.cover-text-area {
    position: absolute;
    bottom: 35px;
    left: 5.41%;
	z-index: 2;
}

.cover-text01 {
	font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 4.9107)), 40px);
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 0.9;
}

.cover-text02 span {
	background: linear-gradient(90deg, #7A2E00, #BF3F00, #FF6D00, #FF9944, #B84200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cover-text02 {
	font-size: clamp(34px, calc(2.125rem + ((1vw - 3.2px) * 10.2679)), 80px);
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.4375;
}

.cover-text02 span {
	background: linear-gradient(90deg, #7A2E00, #BF3F00, #FF6D00, #FF9944, #B84200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.top01:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: radial-gradient(circle, rgba(0, 40, 145, 60%), rgba(0, 40, 145, 80%), rgba(0, 40, 145, 95%), rgba(0, 40, 145, 100%));
}

.top01:after {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(/system_panel/uploads/images/top_bg_img01.jpg);
    background-position: center top;
    background-repeat: no-repeat;
	background-size: 800px 480px;
    z-index: -10;
}

.top01-text02-btn-area .common-btn01 {
	margin: 20px 0 0 0;
}

.top01-text02-btn-area .common-btn01:first-child {
	margin: 0;
}

.top01-text02-area p {
    display: inline;
}

/*-----------------------------------------------------------
top03
-----------------------------------------------------------*/

.top-recruit-link {
    display: inline-block !important;
    clip-path: polygon(0% 40%, 27% 34%, 100% 20%, 100% 100%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 40%, 27% 34%, 100% 20%, 100% 100%, 100% 100%, 0% 100%);
    pointer-events: auto;
    transition: all .3s;
}


/* .top03-mask-box {
	mask-image: url(/system_panel/uploads/images/mask01.png);
	-webkit-mask-image: url(/system_panel/uploads/images/mask01.png);
	mask-size: cover;
	-webkit-mask-size: cover;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
} */

.top03-mask-box:before,
.top03-mask-box:after {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
	z-index: 1;
	transition: all .5s;
}

.top03-mask-box:before {
	background: radial-gradient(ellipse 50% 50%, rgba(12, 12, 13, 40%), rgba(12, 12, 13, 70%), rgba(12, 12, 13, 84%), rgba(12, 12, 13, 94%));
	opacity: 1;
}

.top03-mask-box:after {
	background: radial-gradient(circle, rgba(12, 12, 13, 75%), rgba(12, 12, 13, 80%), rgba(12, 12, 13, 95%), rgba(12, 12, 13, 100%));
	opacity: 0;
} 

.top-recruit-link:hover .top03-mask-box:after {
	opacity: 1;
}

.top03-img-box img {
	object-fit: cover;
	height: 100%;
}

.top03-text-area {
	z-index: 2;
}

.top-recruit-link .top03-text-box02 {
	margin: 20px !important;
}

.top03-text-box02 .text01 br {
	display: none;
}


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

-----------------------------------------------------------*/

.top03-text-box02 .text01 br {
	display: block;
}

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

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

/*-----------------------------------------------------------

-----------------------------------------------------------*/

	.top01:after {
		background-size: cover;
	}

	.cover-text01 {
		font-size: clamp(40px, calc(2.5rem + ((1vw - 7.68px) * 3.4722)), 80px);
	}

	.cover-text02 {
		font-size: clamp(80px, calc(5rem + ((1vw - 7.68px) * 6.9444)), 160px);
	}

	.top01-text02-btn-area .common-btn01 {
		margin: 0 0 0 10px;
	}
	
	.top01-text02-btn-area .common-btn01:first-child {
		margin: 0;
	}

	.top02-sub-title-box .sub-title01 {
		text-align: center !important;
	}
	
/*-----------------------------------------------------------
top03
-----------------------------------------------------------*/
	
	.top03-text-box02 {
		margin: 0 !important;
		height: 0;
		visibility: hidden;
		opacity: 0;
		transition: all .3s;
	}
	
	.top-recruit-link:hover .top03-text-box02 {
		margin: 40px !important;
		height: auto;
		visibility: visible;
		opacity: 1;
	}
	
	.top03-text-box01 .title01 br {
		display: none;
	}

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

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

/*-----------------------------------------------------------

-----------------------------------------------------------*/

	
	.top-recruit-link {
		display: inline-block !important;
		clip-path: polygon(0% 40%, 42% 26%, 100% 8%, 100% 100%, 100% 100%, 0% 100%);
		-webkit-clip-path: polygon(0% 40%, 42% 26%, 100% 8%, 100% 100%, 100% 100%, 0% 100%);
		pointer-events: auto;
		transition: all .3s;
	}

	.top02-sub-title-box .sub-title01 {
		text-align: left !important;
	}

	.top-recruit-link:hover .top03-text-box02 {
		margin: 60px !important;
	}

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-----------------------------------------------------------

-----------------------------------------------------------*/

  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-----------------------------------------------------------

-----------------------------------------------------------*/

  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1700px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
	.top04-title-box {
		top: -52% !important;
	}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1700px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* 20250728 追加 */
.topImage_pc {
    aspect-ratio: 91 / 48;
    object-fit: contain;
}

/* 250730 追加 */
.cover-text02_250730 {
	background: linear-gradient(90deg, #7A2E00, #BF3F00, #FF6D00, #FF9944, #B84200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
