@charset "utf-8";

/*-------------------------------
	キービジュアル
-------------------------------*/

.Keyvisual{
	background-image: url(../images/staff/bg_keyvisual.jpg);
	background-image: image-set(url(../images/staff/bg_keyvisual.jpg) 1x, url(../images/staff/bg_keyvisual@2x.jpg) 2x);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1380px) and (min-width: 769px){

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

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

}



/*-------------------------------
	採用実績
-------------------------------*/

.Result{
	padding-top: 10rem;
	padding-bottom: 10rem;
	background-image: url(../images/staff/bg_result.jpg);
	background-image: image-set(url(../images/staff/bg_result.jpg) 1x, url(../images/staff/bg_result@2x.jpg) 2x);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.Result__content{
	padding: 5rem;
	background: rgba(255,255,255,.8);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Result__title{
    width: 100%;
    font-size: 3rem;
    margin-bottom: 3rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.Result__title::before{
	background: var(--maincolor);
    content: "";
    display: block;
    width: 3rem;
    height: 2px;
}
.Result__title span{
    width: calc(100% - 3rem);
    padding-left: 1rem;
    line-height: 1.4;
    display: block;
}
.Result-block-wrap{
	width: calc((100% - 3rem) / 2);
}
.Result-block{
	width: 100%;
	line-height: 1;
}
.Result-block:not(:last-child){
	margin-bottom: 1.5rem;
}
.Result-block__tilte{
	background: var(--subcolor2);
	margin-bottom: .5rem;
	padding: .4rem 1rem .6rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	display: inline-block;
}
.Result-block__list{
	width: 100%;
	display: inline-block;
}
.Result-block__list-item{
	font-weight: 500;
	display: inline;
}
.Result-block__list-item:not(:first-child){
	margin-left: -.15em;
}
.Result-block__list-item:not(:last-child)::after{
	content: "、";
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1380px) and (min-width: 769px){

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Result__content{
		flex-direction: column;
	}
	.Result-block-wrap{
		width: 100%;
	}
	.Result-block-wrap:not(:last-child){
		margin-bottom: 2.5rem;
	}
	.Result-block:not(:last-child){
		margin-bottom: 2.5rem;
	}

}
@media screen and (max-width:768px){
	.Result{
		padding-top: var(--padding-topbottom);
		padding-bottom: var(--padding-topbottom);
        /*background-position: 46% center;*/
		background-image: url(../images/staff/bg_result-sp.jpg);
		background-image: image-set(url(../images/staff/bg_result-sp.jpg) 1x, url(../images/staff/bg_result-sp@2x.jpg) 2x);
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.Result__inner{
		padding: 4rem;
	}
	.Result__title{
		font-size: 3.6rem;
        margin-bottom: 3.5rem;
	}
	.Result__title span{
        width: calc(100% - 3rem);
        padding-left: 2.5rem;
        line-height: 1.5;
	}
	.Result-block-wrap{
		width: 100%;
	}
	.Result-block-wrap:not(:last-child){
		margin-bottom: 4rem;
	}
	.Result-block:not(:last-child){
		margin-bottom: 4rem;
	}
	.Result-block__tilte{
		margin-bottom: 1rem;
		padding: 1rem 2.5rem 1rem;
	}

}



/*-------------------------------
	先輩の声
-------------------------------*/

.Voice{
	background-color: rgba(230,247,255,.6);
}
.Voice__body{
	width: 100%;
	padding-left: 4.5rem;
	padding-right: 4.5rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	gap: 3.5rem;
	position: relative;
	z-index: 5000;
}
.Voice-Object{
	left: 0;
	top: 0;
}
.Voice-Object__item:nth-of-type(1){
	width: 37.8rem;
	height: 37.8rem;
	opacity: .2;
	left: -25rem;
	top: -6rem;
}
.Voice-Object__item:nth-of-type(2){
	width: 27.2rem;
	height: 27.2rem;
	opacity: .5;
	top: 19.4rem;
	left: -5rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1380px) and (min-width: 769px){

}
@media screen and (max-width:1240px) and (min-width: 769px){

	.Voice__body{
		padding-left: 0;
		padding-right: 0;
	}

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Voice__body{
		padding-left: 0;
		padding-right: 0;
		gap: 4rem;
	}
	.C-Voice-block{
		width: calc((100% - (4rem * 1)) / 2);
	}
	.C-Voice-block__image img{
		aspect-ratio: 1 / 1.033333;
		height: 100%;
	}
	.C-Voice-block__name{
        word-break: keep-all;
        overflow-wrap: anywhere;
	}
}
@media screen and (max-width:768px){

	.Voice__body{
		padding-left: 0;
		padding-right: 0;
		gap: 4rem;
	}
	.C-Voice-block{
		width: calc((100% - (4rem * 1)) / 2);
	}
	.C-Voice-block__image img{
		aspect-ratio: 1 / 1.033333;
		height: 100%;
	}
	.C-Voice-block__name{
		padding-right: 5rem;
        word-break: keep-all;
        overflow-wrap: anywhere;
	}

}



/*-------------------------------
	⽇電で働く先輩に密着
-------------------------------*/

.Video__body{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 5000;
}
.Video-block{
	width: calc((100% - (5rem * 2)) / 3);
}
.Video-block a{
	opacity: 1 !important;
	display: block;
	overflow: hidden;
}
.Video-block iframe{
	width: 100%;
	aspect-ratio: 16/9;
    height: auto;
}
.Video-block img{
	transition: var(--transition);
	width: 100%;
	aspect-ratio: 16/9;
}

.Video-Object:nth-of-type(1){
	left: 0;
	top: 0;
}
.Video-Object:nth-of-type(1) .Video-Object__item:nth-of-type(1){
	width: 28.2rem;
	height: 28.2rem;
	opacity: .1;
	left: -21rem;
	top: 39rem;
}
.Video-Object:nth-of-type(1) .Video-Object__item:nth-of-type(2){
	width: 52.4rem;
	height: 52.4rem;
	opacity: .4;
	top: 10rem;
	left: -3rem;
}
.Video-Object:nth-of-type(2){
	right: 0;
	top: 0;
}
.Video-Object:nth-of-type(2) .Video-Object__item:nth-of-type(1){
	width: 17.3rem;
	height: 17.3rem;
	opacity: .2;
	right: -28rem;
	top: 36rem;
}
.Video-Object:nth-of-type(2) .Video-Object__item:nth-of-type(2){
	width: 38.2rem;
	height: 38.2rem;
	right: -21rem;
	top: 6rem;
}

.Video-block a:hover img{
	transform: scale(1.1);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1380px) and (min-width: 769px){

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){


	.Video__body{
		row-gap: 2.5rem;
	}
	.Video-block{
		width: calc((100% - (2.5rem * 2)) / 3);
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Video-block{
		width: calc((100% - (2.5rem * 1)) / 2);
	}

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

	.Video__body{
		row-gap: 5rem;
		flex-direction: column;
	}
	.Video-block{
		width: 100%;
	}

}






/*-------------------------------
	詳細
-------------------------------*/

.Single{
	padding-bottom: 0;
}
.Single::after{
	content: "";
	display: block;
	width: 100%;
	height: 15rem;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 6000;
	transform: translateY(100%);
	background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.Single:has( .Single-profile + .Single-block-wrap)::after{
	background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(237, 248, 254, 1) 100%);
}

.Single-profile{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}
.Single-profile__body{
	width: 60rem;
	padding: 5rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255,255,255,.8);
	box-shadow: 0 0 4rem rgba(0,123,199,.2);
}
.Single-profile__title{
	color: var(--maincolor);
	font-size: 3rem;
	margin-bottom: 3rem;
	font-weight: 700;
	line-height: calc(3.6 / 3);
}
.Single-profile__name{
	width: 100%;
	margin-bottom: 3.4rem;
	font-size: 2rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Single-profile__name-job{
	line-height: 1;
}
.Single-profile__name-name{
	line-height: 1;
}
.Single-profile__name-job + .Single-profile__name-name::before{
	content: "/";
	margin-left: .5em;
	margin-right: .5em;
	line-height: 1;
	display: inline-block;
}
.Single-profile__data-wrap{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 1rem 2rem;
}
.Single-profile__data{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Single-profile__data-title{
	background: var(--subcolor2);
	padding: .4rem 1rem .6rem;
	line-height: 1;
	color: #fff;
}
.Single-profile__data-body{
	padding-left: .5rem;
	line-height: 1;
	font-weight: 500;
}
.Single-profile__image{
	width: 80rem;
}
.Single-profile__image img{
	width: 100%;
	height: 56rem;
	object-fit: cover;
}

.Single-block-wrap{
	margin-top: 13.6rem;
	position: relative;
	z-index: 5000;
}
.Single-block-wrap::before{
	content: "";
	display: block;
	width: 100vw;
	height: 15rem;
	position: absolute;
	left: 0;
	top: 2rem;
	z-index: -1;
	margin: 0 calc(50% - 50vw);
	padding: 0 calc(50vw - 50%);
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(237, 248, 254, 1) 100%);
}
.Single-block-wrap::after{
	content: "";
	display: block;
	width: 100vw;
	height: calc(100% - 17rem);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	margin: 0 calc(50% - 50vw);
	padding: 0 calc(50vw - 50%);
	background: #EDF8FE;
}
.Single-block{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.Single-block:nth-of-type(2n){
	flex-direction: row;
}
.Single-block:not(:last-child){
	margin-bottom: 6rem;
}
.Single-block__title{
	font-size: 3rem;
	margin-bottom: 3rem;
	font-weight: 700;
	line-height: 1.4;
}
.Single-block__title::after{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 20rem;
	height: 1px;
	margin-top: 3rem;
}
.Single-block__image{
	width: 70rem;
}
.Single-block__image img{
	width: 100%;
}
.Single-block__body{
	width: calc(100% - (70rem + 4rem));
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1380px) and (min-width: 769px){

	.Single-profile__image{
		width: calc(50% + 10rem);
	}
	.Single-profile__image img{
		height: 50rem;
	}
	.Single-profile__body{
		width: calc(50% - 5rem);
	}

	.Single-block__image{
		width: calc(50% - 2.5rem);
	}
	.Single-block__body{
		width: calc(50% - 2.5rem);
	}

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.Single-profile{
		flex-direction: column;
	}
	.Single-profile__image{
		width: 80%;
	}
	.Single-profile__image img{
		height: auto;
	}
	.Single-profile__body{
		width: calc(80% - calc(5rem * 2));
		margin-top: -10rem;
		transform: translateY(0);
		position: static;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Single-block__image{
		width: calc(40% - 1.5rem);
	}
	.Single-block__body{
		width: calc(60% - 2.5rem);
	}

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

	.Single{
		padding-bottom: 0;
	}
	.Single::after{
		height: 10rem;
	}

	.Single-profile{
		flex-direction: column;
	}
	.Single-profile__body{
		width: 100%;
		padding: 4rem;
		margin-top: -10rem;
		transform: translateY(0);
		position: static;
	}
	.Single-profile__title{
		font-size: 3.6rem;
		margin-bottom: 4rem;
		line-height: 1.5;
	}
	.Single-profile__name{
		margin-bottom: 3.5rem;
		font-size: 2.4rem;
	}
	.Single-profile__data-wrap{
		gap: 2.5rem 0;
		flex-direction: column;
		align-items: flex-start;
	}
	.Single-profile__data{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.Single-profile__data-title{
		width: 15rem;
		height: 5rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.Single-profile__data-body{
		width: calc(100% - 15rem);
		padding-left: 2.5rem;
	}
	.Single-profile__image{
		width: calc(100% + calc(var(--padding-leftright) * 2));
	}

	.Single-block-wrap{
		margin-top: 10rem;
		padding-bottom: calc(var(--padding-topbottom) / 2);
	}
	.Single-block-wrap::before{
		height: 10rem;
		top: 2rem;
	}
	.Single-block-wrap::after{
		height: calc(100% - 12rem);
	}
	.Single-block{
		flex-direction: column-reverse;
	}
	.Single-block:nth-of-type(2n){
		flex-direction: column-reverse;
	}
	.Single-block:not(:last-child){
		margin-bottom: 7.5rem;
	}
	.Single-block__title{
		font-size: 3.6rem;
		margin-bottom: 3.5rem;
		line-height: 1.5;
	}
	.Single-block__title::after{
		width: 10rem;
		margin-top: 2.5rem;
	}
	.Single-block__image{
		width: 100%;
	}
	.Single-block__body{
		width: 100%;
		padding-top: 3.5rem;
	}

}



/*-------------------------------
	1日のスケジュール
-------------------------------*/

.Schedule{
	background-image: url(../images/staff/bg_schedule.jpg);
	background-image: image-set(url(../images/staff/bg_schedule.jpg) 1x, url(../images/staff/bg_schedule@2x.jpg) 2x);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.Schedule__body{
	margin-bottom: 6rem;
}
.Schedule-timeline{
	padding: 5.6rem 5rem 6.6rem;
	background: rgba(255,255,255,.8);
	box-shadow: 0 0 4rem rgba(0,0,0,.15);
}
.Schedule-timeline__item-wrap{
	width: 100%;
	max-width: 57rem;
	margin-left: auto;
	margin-right: auto;
}
.Schedule-timeline__item{
	width: 100%;
	font-size: 2.4rem;
	font-weight: 500;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	z-index: 5000;
}
.Schedule-timeline__item:not(:last-child){
	padding-bottom: 4rem;
}
.Schedule-timeline__item::before{
	background: var(--subcolor1);
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	left: 11rem;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.Schedule-timeline__item:first-child::before{
	height: calc(100% - .5em);
	top: unset;
	bottom: 0;
}
.Schedule-timeline__item:last-child::before{
	height: calc(1em);
}
.Schedule-timeline__item-title{
	color: var(--subcolor1);
	width: 11rem;
	line-height: 1.4;
	font-weight: 700;
	position: relative;
}
.Schedule-timeline__item-title::after{
	background: var(--subcolor1);
	content: "";
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(calc(50% + 1px),.5em);
}
.Schedule-timeline__item-body{
	width: calc(100% - 11rem);
	padding-left: 5.6rem;
}
.Schedule-timeline__item-text{
	line-height: 1.4;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1380px) and (min-width: 769px){

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

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

	.Schedule__body{
		margin-bottom: 7.5rem;
	}
	.Schedule-timeline{
		padding: 4rem;
	}
	.Schedule-timeline__item-wrap{
		max-width: 100%;
	}
	.Schedule-timeline__item{
		font-size: 2.8rem;
	}
	.Schedule-timeline__item:not(:last-child){
		padding-bottom: 5rem;
	}
	.Schedule-timeline__item::before{
		width: 1px;
		left: 10rem;
	}
	.Schedule-timeline__item-title{
		width: 10rem;
	}
	.Schedule-timeline__item-body{
		width: calc(100% - 10rem);
		padding-left: 5rem;
	}
	.Schedule-timeline__item-text{
		line-height: 1.8;
	}

}



/*-------------------------------
	その他の先輩の声
-------------------------------*/

.Other{
	background: rgba(230,247,255,.6);
}
.Other-block{
	margin-left: 1.8rem;
	margin-right: 1.8rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1380px) and (min-width: 769px){

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

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

	.Other-block{
		margin-left: 2rem;
		margin-right: 2rem;
	}

}