@charset "utf-8";

/*===========================================================
concept01
===========================================================*/

.concept01-main {
    display: flex;
    position: relative;
}

.concept01-img-area {
    width: 100%;
    margin: 0 0 0 -100%;
    position: relative;
}

.concept01-img-area:after {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(85,85,85,.5);
}

/* テキストエリア：ここを固定する */
.concept01-text-area {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
	display: flex; 
    align-items: center;
    justify-content: center;
    z-index: 10;
	margin-top: -50px;
    pointer-events: none;
}

.concept01-text-box {
    text-shadow: 0 2px 3px #555;
	position: absolute;
	position: absolute; /* 重ねるために保持 */
    opacity: 0;
    text-align: left;
}

.concept01-text-box:last-child {
	margin: 180px 0 0;
}

.title03 br {
	display: block;
}

/*16-26px*/

.concept01-text-box p span {
	font-size: clamp(1rem, 0.8483rem + 0.6472vw, 1.625rem);
  	font-weight: 700;
}

/*===========================================================
concept02
===========================================================*/

.staff-contents {
	padding: 60px 15px;
    background-color: rgba(252, 252, 252, .6);
}


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

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

.title04 br {
	display: none;
}


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

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

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

@media screen and (min-width:768px) {
 
/* テキストエリア：ここを固定する */
.concept01-text-area {
	margin-top: 0;
}
  
.concept01-text-box {
	text-align: center;
}
  

.concept01-text-box:last-child {
	margin: 0;
}

/*===========================================================
concept02
===========================================================*/

.staff-contents {
	padding: 60px 25px;
}


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

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

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

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

.concept01-img-area:after {
	content:none;
}
  
.concept01-img-area .concept01-img-box {
	position: relative;
}
  
.concept01-img-box:after {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,rgba(85, 85, 85, 0.37) 20%, rgba(255, 255, 255, 0) 60%, rgba(85, 85, 85, 0.4) 100%);
	z-index: 1;
}



/*===========================================================
concept02
===========================================================*/

.staff-contents {
	padding: 60px 40px;
}



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

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