

@charset "utf-8";
/* CSS Document */


.pcOnlyB{
	display:none;
}

.pcOnlyI{
	display:none;
}

/* トップページ
------------------------------- */

.topMv{
	position: relative;
	&:after{
		content: "";
		width: 13rem;
		height: 20.5rem;
		background: url(https://www.sendai-airport.co.jp/sdj_recruit/assets/top/top_bg1.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		left: 0;
		bottom: -6rem;
		z-index: 2;
	}
}

.topMv__item{
	display: block;
}

.topMv__item.slide1{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.slide1__image{
	display: flex;
	width: fit-content;
	animation: loop-slide 30s linear infinite;
}

@keyframes loop-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.slide1__image>img{
	width: auto;
	max-width: unset;
	height: 80rem;
}

.slide1__txt{
	position: absolute;
	bottom: 50%;
	width: 100%;
	text-align: center;
	opacity: 0;
	animation: ani-top-mv 1.5s forwards;
}

.slide1__txt img{
	width: 54rem;
}

@keyframes ani-top-mv{
	0%{
		transform: translateY(80%);
		opacity: 0;
	}
	100%{
		transform: translateY(50%);
		opacity: 1;
	}
}


@keyframes ani-top{
	0%{
		transform: translateY(2rem);
		opacity: 0;
	}
	100%{
		transform: translateY(0);
		opacity: 1;
	}
}

.topMovie{
	margin-bottom: var(--section-bottom-m);
	padding: 0 var(--section-side);
	font-size: var(--font22);
	font-weight: 900;
	line-height: 2;
	position: relative;
}

.topMovie:after{
	content: "";
	width: 17rem;
	height: 17rem;
	background: url(https://www.sendai-airport.co.jp/sdj_recruit/assets/top/top_bg2.png) no-repeat right top;
	background-size: contain;
	position: absolute;
	right:0;
	top: -11rem;
}

.topMovie__head{
	margin-bottom: 2.4rem;
	opacity: 0;
	animation: ani-top 1s 1s forwards;
	font-size: 4.4rem;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
}


.topMovie__txt{
	opacity: 0;
	animation: ani-top 1s 1.5s forwards;
	font-weight: 500;
	text-align: center;
}

.topMovie__txt2{
	margin-bottom: 9rem;
	opacity: 0;
	animation: ani-top 1s 2s forwards;
	font-weight: 500;
	text-align: center;
}

.topMovie__videoBox{
	display: block;
}

.topMovie__videoBox__wrap>img{
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	cursor: pointer;
}

.topMovie__videoBox__wrap>iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	border-radius: 1.5rem;
}


.topBusiness{
	padding-bottom: var(--section-bottom-l);
	padding-inline:var(--section-side);
	position: relative;
}

.topBusiness:before{
	content: "";
	width: 20rem;
	height: 28rem;
	position: absolute;
	background: url(https://www.sendai-airport.co.jp/sdj_recruit/assets/top/top_bg6.png) no-repeat left bottom;
	background-size: contain;
	left: 0;
	bottom:-5rem;
	z-index: -1;
}

.topBusiness .hType1{
	position: relative;
	&::after{
		content: "";
		position: absolute;
		width: 100%;
		height: 120%;
		left: 0;
		top: -10%;
		background: url(https://www.sendai-airport.co.jp/sdj_recruit/assets/top/top_bg3.png) no-repeat center top;
		background-size: contain;
	}
}

.topBusiness__item{
	width: 100%;
	position: relative;
}
.topBusiness__item .image>img{
	border-radius: 2rem;
	aspect-ratio: 700/390;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.topBusiness__item .link{
	width: 60.5rem;
	margin: -3rem auto 0 auto;
	transition: transform 600ms;
	transform: translateY(5rem);
}

.topBusiness__item .link.isVisible{
	transform: translateY(0);
}

.topBusiness__item .link>a{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	border-radius: 2rem;
	font-weight: 900;
	font-size:var(--font36);
	text-align: left;
	padding:0 7rem;
	height: auto;
	aspect-ratio: 16/5;
	box-sizing: border-box;
	color: #FFF;
	background-color: rgba(9, 111, 202, 0.85);
	text-decoration: none;
	line-height: 1;
	position: relative;
	& span{
		font-weight: 500;
		font-size: 2.2rem;
		display: block;
		margin-top: 2rem;
		width: 100%;
		display: block;
	}
	&:after{
		content: "";
		width: 3.8rem;
		height: 3.8rem;
		background: url(https://www.sendai-airport.co.jp/sdj_recruit/assets/common/arrow2_right_w.svg) no-repeat center center;
		background-size: 3rem auto;
		display: block;
		position: absolute;
		right: 4rem;
		top: calc(50% - 1.9rem);
		border: solid 0.3rem #FFF;
		border-radius: 10%;
	}
}

.topBusiness__item .link>a[target="_blank"]:after{
	border: none;
	background: url(https://www.sendai-airport.co.jp/sdj_recruit/assets/common/blank.svg) no-repeat center center;
	background-size: contain;
}

.topBusiness__item.isHistory{
	margin-bottom: 9rem;
}

.topBusiness__item.isAbout .link>a{
	background-color: rgba(43, 183, 179, 0.85);
}

.topJobs{
	background: url(https://www.sendai-airport.co.jp/sdj_recruit/assets/top/top_jobs_bg.png) no-repeat right 2rem top;
	background-color: #f1f5f9;
	background-size: 37.6rem auto;
	padding:var(--section-bottom-s) var(--section-side);
	text-align: left;
}

.topJobs .hType1{
	text-align: left;
	margin-bottom: 3rem;
	padding-inline: var(--section-side-m);
}

.topJobs__content{
	margin-bottom: 4rem;
}

.topJobs__txt{
	margin-bottom: 4rem;
	padding-inline: var(--section-side-m);
}

.topJobs__image{
	margin-bottom: 5rem;
}

.topJobs__image>img{
	border-radius: 2rem;
	width: 100%;
	height: auto;
	aspect-ratio: 700/360;
	object-fit: cover;
}

.topJobs__link{
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
}

.topPeople{
	padding: var(--section-bottom-m) 0;
}

.topPeople__inner{
	padding: 0 var(--section-side-l) 4rem;
}


.topPeople__slide__list>li{
	width: calc(100vw - var(--section-side-l) - var(--section-side-l));

}

.topPeople__slide__list>li>a{
	display: block;
	border-radius: 2rem;
	overflow: hidden;
	position: relative;
	width: calc(100vw - var(--section-side-l) - var(--section-side-l));
}

.topPeople__slide__list>li>a>img{
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.topPeople__slide__list>li .txt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(10, 80, 161, 0.5);
	padding: 2rem;
	color: #FFF;
	font-size: var(--font28);
	line-height: 1.4;
}

.topPeople__slide__list>li.isEven .txt{
	background-color: rgba(78,185, 178, 0.5);
}

.topPeople__slide__list>li.isRed .txt{
	background-color: rgba(255, 0, 0, 0.5);	
}

.topPeople__slide__list>li.isOrange .txt{
	background-color: rgba(255, 99, 0, 0.5);	
}

.topPeople__slide__list>li.isGreen .txt{
	background-color: rgba(0, 136, 55, 0.5);	
}

.topPeople__slide__list>li.isPurple .txt{
	background-color: rgba(243, 54, 153, 0.5);	
}

.topPeople__slide__list>li.isBlue .txt{
	background-color: rgba(10, 80, 161, 0.5);	
}

.topPeople__more{
	padding: 2rem var(--section-side-l);
}

.topPeople__more>a{
	display: flex;
	width: fit-content;
	font-size: 2.6rem;
	line-height: 1;
	font-weight: 500;
	gap: 0.5em;
	align-items: center;
	margin: 0 0 0 auto;
	text-decoration: none;
}

.topPeople__more>a:after{
	display: block;
	width: 0.9em;
	height: 0.9em;
	background:url(https://www.sendai-airport.co.jp/sdj_recruit/assets/common/arrow2_right_bk.svg) no-repeat center center;
	background-size: contain;
	content: "";
}

.topWork{
	background: url(https://www.sendai-airport.co.jp/sdj_recruit/assets/top/top_workstyle_bg.png) no-repeat right 2.5rem top 2.5rem;
	background-color: #f1f5f9;
	background-size: 39.4rem auto;
	padding:11rem var(--section-side) var(--section-bottom-s);

}

.topPeople__more.isWork{
	padding: 3rem 0 3rem 0;
}

.topPeople__more.isWork>a{
	margin: 0;
}

.topWrok__image>img{
	border-radius: 2rem;
}

.topWork__content{
	padding-inline:var(--section-side-m);
	padding-bottom: var(--section-side);
}

/* 会社を知る
----------------------------------- */
.aboutIndex{
	text-align: center;
	padding: 0 var(--section-side);
}

.aboutIndex__inner{
	display: grid;
	grid-template-columns: 1fr;
	justify-content: center;
	gap: 5rem;
}

.aboutIndex__header{
	color: var(--color2);
	font-size: 4.4rem;
	font-weight: 900;
	line-height: 1.6;
	padding-bottom: 4rem;
}

.aboutIndex__item{
	border-radius: 1.5rem;
	overflow: hidden;
}

.aboutIndex__item a{
	text-decoration: none;
}

.aboutIndex__item img{
	aspect-ratio: 440/232;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.aboutIndex__item__txt{
	background-color: var(--color2);
	color: #FFF;
	font-weight: 900;
	font-size: 3.2rem;
	display: grid;
	grid-template-columns: auto 2.8rem;
	align-items: center;
	justify-content: space-between;
	padding:1.8rem 4rem 2rem 4rem;
	line-height: 1;
	&:after{
		content: "";
		width: 2.4rem;
		height: 2.4rem;
		background: url(https://www.sendai-airport.co.jp/sdj_recruit/assets/common/arrow_right_w.svg) no-repeat center center;
		background-size: auto 1.4rem;
		border-radius: 0.3rem;
		display: block;
		border: solid 0.2rem #FFF;
	}
}

a[target="_blank"] .aboutIndex__item__txt:after{
	background-image: url(https://www.sendai-airport.co.jp/sdj_recruit/assets/common/blank.svg);
	background-color:unset;
	background-size: auto 100%;
	border: none;
	width: 2.6rem;
	height: 2.6rem;
}

/* 社内風景
----------------------------------- */
.officeheaderImage{
	width: 100%;
	margin-bottom: 2rem;
}

.officeheaderImage>img{
	width: 100%;
	height: auto;
	aspect-ratio: 754/410;
	object-fit: cover;
}

.officeCont1{
	padding:0 var(--section-side-l) 10rem;
}

.officeCont2{
	padding-inline: var(--section-side-l);
	margin-bottom: 15rem;
}

.officeCont2__image{
	margin-bottom: 2rem;
}

.officeCont2__image>img{
	width: 100%;
	height: auto;
	aspect-ratio: 600/410;
	object-fit: cover;
}

.officeCont__header{
	font-weight: 900;
	font-size: var(--font36);
	color: var(--color2);
	margin-bottom: 1rem;
	line-height: 1.4;
}

.officeGallery{
	background-color: #e6f6f9;
	width: 100%;
	overflow: hidden;
	padding: 4.8rem 0;
}

.officeGallery__item{
	width: 49rem;
}

/* メッセージ
----------------------------------- */
.messageRead{
	margin-bottom: 12rem;
	width: 40rem;
	margin-inline: auto;
}

.messageRead__image{
	margin-bottom: 6rem;
}

.messageRead__content__copy{
	font-weight: 900;
	font-size: var(--font36);
	line-height: 1.8;
	margin-bottom: 5.6rem;
}

.messageRead__content__name{
	font-size: var(--font22);
	width: 29rem;
	margin-inline: auto;
	img{
		margin-top: 1rem;
	}
}

.messageCont1{
	margin-bottom: 10rem;
}

.messageCont1>p:not(:last-of-type){
	margin-bottom: 1em;
}

.message__header{
	font-weight: 900;
	font-size: var(--font36);
	margin-bottom: 3rem;
	line-height: 1.6;
}

.messageCont2{
	margin-bottom: 5rem;
}

.messageCont2__image{
	width: 40rem;
	margin-inline: auto;
	margin-bottom: 5rem;
}

.messageCont2>p:not(:last-of-type){
	margin-bottom: 1em;
}

ul.messageCont3__list{
	padding: 3rem;
	font-size: var(--font22);
	font-weight: 900;
	list-style-type: disc;
}

ul.messageCont3__list li{
	list-style-type: disc;
	margin-left: 1em;
	margin-bottom: 0.75em;
	line-height: 1.4;
}


/* 歴史
----------------------------------- */
.historyNav{
	margin-bottom: 10rem;
}

.isHistory main{
	line-height: 1.4;
}

.historyNav__list{
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

.historyNav__list li a{
	display: flex;
	align-items: center;
	color: #FFF;
	background-color: var(--color2);
	padding: 2.3rem 4rem;
	line-height: 1.2;
	text-decoration: none;
	font-weight: 900;
	font-size: 2.4rem;
	min-height: 2.4rem;
	border-radius: 1rem;
	& .year{
		display: block;
		width: 12rem;
		font-size: 2.4rem;
		img{
			height: 1em;
			width: auto;
		}
	}
	& .event{
		padding: 0.5rem 1rem 0.5rem 4rem;
		border-left: solid 1px #FFF;
	}
	&:after{
		content: "";
		display: block;
		background:url(https://www.sendai-airport.co.jp/sdj_recruit/assets/common/arrow_right_b.svg) no-repeat center center #FFF;
		background-size: auto 0.7em;
		width: 1.1em;
		height: 1.1em;
		font-size: 2.4rem;
		border-radius: 50vw;
		margin-left: auto;
	}
}

.historyNav__list li.over a .event{
	font-size: 1.85rem;
	transform: scaleY(1.2);
}

.historyNav__list li:nth-child(even) a{
	background-color: #4b75a7;
}

.history__header{
	position: relative;
	border-bottom: solid 0.3rem #cedae6;
	text-align: center;
	color: var(--color2);
	font-weight: 900;
	font-size: var(--font36);
	margin-bottom: 4rem;
	padding-bottom: 0.4rem;
	&.isShort{
		letter-spacing: 0.6em;
	}
}

.history__header span.hasBr{
	display: inline-block;
	text-align: left;
	padding-left: 1em;
}

.history__header .year{
	display:block;
	position: absolute;
	left: 0;
	bottom: 0;
}

.history__header .year img{
	height: 1em;
	width: auto;
}

.historyItem1:not(:last-child){
	margin-bottom: 4rem;
	
}

.historyItem1 img{
	margin-bottom: 0.4em;
}

.historySection:not(:last-child){
	margin-bottom: 8rem;
}


.history1956__col{
	img{
		width: 100%;
		height: auto;
		aspect-ratio: 600/234;
		object-fit: cover;
		margin-bottom: 0.4em;
	}
}

.history1986__grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 4rem;
}

.history1986__grid>*:nth-of-type(1){
	grid-column: 1/3;
	grid-row: 1/2;
	img{
		width: 100%;
		height: auto;
		aspect-ratio: 600/270;
		object-fit: cover;
	}
}


.history1986__grid>*:nth-of-type(2){
	grid-column: 1/2;
	grid-row: 2/3;
}

.history1986__grid>*:nth-of-type(3){
	grid-column: 2/3;
	grid-row: 2/3;
}

.history1986__grid>*:nth-of-type(4){
	grid-column: 1/3;
	grid-row: 3/4;
}

.history20113_col{
	padding-inline: 4rem;
	img{
	width: 100%;
		height: auto;
		aspect-ratio: 500/264;
		object-fit: cover;
	}
}


/* 仕事を知る
----------------------------------- */
.jobNav{
	margin-bottom: 16rem;
}

ul.jobNav__list{
	display: grid;
	width: 42rem;
	margin-inline: auto;
	gap: 3rem;
}

ul.jobNav__list>li>a{
	display: flex;
	border: solid 0.5rem var(--color-job1);
	background-color: var(--color-job1-l);
	text-decoration: none;
	text-align: center;
	position: relative;
	height: 12rem;
	align-items: center;
	justify-content: center;
	font-size: var(--font28);
	font-weight: 900;
	color: var(--color2);
	border-radius: 1.8rem;
	&:after{
		content: "";
		display: block;
		background: url(https://www.sendai-airport.co.jp/sdj_recruit/assets/common/arrow_right_w.svg) no-repeat center center;
		background-size: auto 0.7em;
		background-color: var(--color-job1);
		right: 2rem;
		bottom: calc(50% - 0.6em);
		height: 1.2em;
		width: 1.2em;
		position: absolute;
		border-radius: 50vw;
	}
}

ul.jobNav__list>li.isJob2>a{
	border-color: var(--color-job2);
	background-color: var(--color-job2-l);
	&:after{
		background-color: var(--color-job2);
	}
}

ul.jobNav__list>li.isJob3>a{
	border-color: var(--color-job3);
	background-color: var(--color-job3-l);
	&:after{
		background-color: var(--color-job3);
	}
}

.jobSection:not(:last-child){
	margin-bottom: 16rem;
}

.jobHeader{
	color:var(--color2);
	text-align: center;
	line-height: 1.2;
	margin-bottom: 2.2rem;
	font-size: var(--font36);
	font-weight: 900;
}

.jobSection__read{
	margin-bottom: 4rem;
}

.jobSection__item{
	background-color: var(--color-job1-l);
	border-radius: 1.5rem;
	padding: 4.2rem;
}

.jobSection.isJob2 .jobSection__item{
	background-color: var(--color-job2-l);
}

.jobSection.isJob3 .jobSection__item{
	background-color: var(--color-job3-l);
}

.jobSection__item__header{
	color:var(--color2);
	text-align: left;
	line-height: 1.2;
	margin-bottom: 2.2rem;
	font-size: var(--font36);
	font-weight: 900;
}

ul.jobSection__item__group{
	list-style-type: disc;
	margin-left: 1em;
	font-size: var(--font28);
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 2rem;
	&>li{
		list-style-type: disc;
	}
}

ul.jobSection__item__group .minsize{
	font-size: 2rem;
}

.jobSection__item__txt:not(:last-child){
	margin-bottom: 2rem;
}

.jobSection__item__people{
	display: flex;
	align-items: flex-end;
	gap: 2rem;
	line-height: 1.4;
	font-size: 2.2rem;
	.image{
		width: 18rem;
		border-radius: 1.5rem;
		overflow: hidden;
	}
	.content .name{
		font-size: var(--font28);
	}

	.content .link{
		text-decoration: none;
		display: inline-block;
		margin-top: 0.4em;
	}

	.content .link:after{
		content: "";
		width: 0.8em;
		height: 0.8em;
		background: url(https://www.sendai-airport.co.jp/sdj_recruit/assets/common/arrow_right_bk.svg) no-repeat center right;
		background-size: contain;
		display: inline-block;
	}
}

.jobSection__item__people:not(:last-child){
	margin-bottom: 2rem;
}

.jobSection__inner{
	display: grid;
	grid-template-columns: 1fr;
	gap: 4rem;
}


/* 仕事を知る インタビュー
----------------------------------- */
.interviewList{
	display: grid;
	grid-template-columns: 1fr;
	gap: 8rem;
}
.interviewList__item>a{
	text-decoration: none;
	display: block;
	.image{
		margin-bottom: 2rem;
		img{
			border-radius: 1.5rem;
			width: 100%;
			height: auto;
			object-fit: cover;
			aspect-ratio: 16/10;
		}
	}
	.header{
		font-weight: 900;
		font-size: var(--font28);
		line-height: 1.4;
		margin-bottom: 1rem;
	}
	&:after{
		content: "続きを読む";
		display: block;
		text-align: right;
		padding-right: 2rem;
		background: url(https://www.sendai-airport.co.jp/sdj_recruit/assets/common/arrow_right_bk.svg) no-repeat right center;
		background-size: auto 0.8em;
		font-size: var(--font22);
	}
}

/* 仕事を知る インタビュー 詳細
----------------------------------- */
.ivHeaderBlock{
	margin-bottom: 10rem;	
}

.ivHeaderBlock__image{
	margin-bottom: 2rem;
	img{
		width: 100%;
		height: auto;
		aspect-ratio: 754/628;
		object-fit: cover;
	}
}

.ivHeaderBlock__content{
	padding: 0 var(--section-side-l);
}

.ivHeaderBlock__header{
	font-size: var(--font36);
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 2rem;
}

.ivHeaderBlock__txt{
	width: fit-content;
	margin: 0 0 0 auto;
	line-height: 1.4;
}

.ivBodyBlock{
	padding: 0 var(--section-side-l);
}

.ivBodyBlock__read{
	font-weight: 900;
	font-size: var(--font22);
	margin-bottom: 6rem;
}

.ivBodyBlock__movie{
	margin-bottom: 8rem;
}

.ivBodyBlock__movie__player{
	position: relative;
	border-radius: 1.5rem;
	overflow: hidden;
	cursor: pointer;
	img{
		width: 100%;
	}
	&:after{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		aspect-ratio: 230/220;
		background: url(https://www.sendai-airport.co.jp/sdj_recruit/assets/interview/interview_movie.svg) no-repeat center center;
		background-color:rgba(43, 183, 179, 0.7);
		background-size: 50% auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	iframe{
		width: 100%;
		height: auto;
		aspect-ratio: 521/926;
		border-radius: 1.5rem;
	}
}

.ivBodyBlock__movie__player:has( iframe):after{
	display: none;
}

.ivBodyBlock__content{
	margin-bottom: 8rem;
	& figure>img{
		border-radius: 1.5rem;
	}
}

.ivBodyBlock__content__box{
	margin-bottom: 8rem;
	.header{
		font-weight: 900;
		font-size: var(--font36);
		margin-bottom: 2rem;
		line-height: 1.4;
	}
}

.ivBodyBlock__content__box figure img{
	width: 100%;
	height: auto;
	aspect-ratio: 600/375;
	object-fit: cover;
	margin-bottom: 2rem;
}

.ivBodyBlock__content__box p{
	margin-bottom: 6rem;
}

.ivQAbox{
	margin-bottom: 6rem;
}

.ivQAbox dt{
	font-weight: 900;
	font-size: var(--font28);
	color: var(--color2);
	margin-bottom: 0.2em;
	line-height: 1.4;
}

.ivQAbox dd{
	display: grid;
	grid-template-columns:3.2em auto;
	margin-bottom: 1rem;
	&:before{
		content:"";
		font-weight: 900;
		color: var(--color2);
	}
}

.ivQAbox dd.isSM:before{
	content: "S.M.";
}

.ivQAbox dd.isSY:before{
	content: "S.Y.";
}

.ivSchedule{
	margin-bottom: 0;
	background-color: #d1ecff;
	padding: var(--section-side-l);
}

.ivSchedule__header{
	font-weight: 900;
	font-size: var(--font36);
	margin-bottom: 4rem;
	line-height: 1.2;
	color: var(--color2);
	text-align: center;
}

.ivSchedule__image{
	padding: 0 var(--section-side-l);
	margin-bottom: 4rem;
	img{
		border-radius: 1.5rem;
		aspect-ratio: 1/1;
		width: 100%;
		height: auto;
		object-fit: cover;
	}
}

.ivSchedule__image.is2image{
	display: none;
}

ul.ivSchedule__timeline{
	width: 100%;
	position: relative;
	li{
		width: 100%;
		height: 7.8rem;
		background-color: #FFF;
		margin-bottom: 2rem;
		display: grid;
		align-items: center;
		grid-template-columns: 16rem auto;
		gap: 4rem;
		border-radius: 1rem;
		line-height: 1.1;
		box-sizing: border-box;
		padding-bottom: 0.1em;
		font-size: 2.4rem;
		.time{
			text-align: right;
			padding-right: 4rem;
			display: block;
			position: relative;
			font-size: var(--font28);
			font-weight: bold;
			&:after{
				content: "";
				width: 0.6em;
				height: 0.6em;
				background-color: #FFF;
				border: solid 2px var(--color2);
				display: block;
				position: absolute;
				right: calc(-0.3em - 1px);
				bottom: calc(50% - 0.3em - 1px);
				z-index: 2;
			}
		}

		.event .minsize{
			font-size: 1.6rem;
			display: inline-block;
			line-height: 1.1;
		}
	}
	&:after{
		content: "";
		width: 1px;
		border-right: solid 2px var(--color2);
		height: calc(100% - 6rem - 0.6em);
		display: block;
		position: absolute;
		top: 3rem;
		left: calc(16.4rem - 0.3em);
	}
}

.ivSchedule__timeline__head{
	font-weight: bold;
	font-size: var(--font28);
	color: var(--color2);
	margin-bottom: 0.5em;
}

.ivHoliday{
	background-color: #f0f0f0;
	padding: var(--section-side-l)
}

.ivHoliday__header{
	text-align: center;
	font-weight: 900;
	font-size: var(--font36);
	margin-bottom: 4rem;
	line-height: 1.2;
}

.ivHoliday__image{
	margin-bottom: 4rem;
	img{
		width: 100%;
		height: auto;
		aspect-ratio: 600/375;
		object-fit: cover;
		border-radius: 1.5rem;
	}
}

.ivHoliday__inner__header{
	font-weight: 900;
	font-size: var(--font36);
	margin-bottom: 2rem;
	line-height: 1.4;
}

.ivHoliday__cont .name{
	font-weight: 900;
	color: var(--color2);
	min-width: 3em;
	display: inline-block;
}

.ivOthers__header{
	font-weight: 900;
	font-size: var(--font36);
	margin-bottom: 6rem;
	line-height: 1.2;
	text-align: center;
}

/* 働く環境を知る
----------------------------------- */
.envIndex__header{
	text-align: center;
	font-weight: 900;
	font-size: 4.4rem;
	margin-bottom: 6rem;
	line-height: 1.4;
	color: var(--color2);
}

.envIndex__item{
	margin-bottom: 6rem;
}

.envIndex__item a{
	display: grid;
	grid-template-columns: 1fr 1fr;
	color: #FFF;
	text-decoration: none;
	aspect-ratio: 600/200;
	border-radius: 1.5rem;
	overflow: hidden;
	font-weight: 900;
	img{
		height: 100%;
		object-fit: cover;
	}
}

.envIndex__item__title{
	display: grid;
	place-content: center;
	background-color: var(--color2);
	justify-items: center;
	color: #FFF;
	font-size: var(--font28);
	text-align: center;
	line-height: 1.4;
	gap: 2rem;
	&:after{
		content: "";
		width: 4.8rem;
		height: 2.4rem;
		background: url(https://www.sendai-airport.co.jp/sdj_recruit/assets/common/arrow_right_b.svg) no-repeat center center #FFF;
		background-size: auto 1.4rem;
		display: block;
		border-radius: 50vw;
	}
}

/* 福利厚生・休暇
----------------------------------- */
.benefSection:not(:last-child){
	margin-bottom: 10rem;
}

.benef__header{
	font-weight: 900;
	font-size: var(--font36);
	text-align: center;
	margin-bottom: 6rem;
	color: var(--color2)
}

.benef__box{
	background-color:#e6f6f9;
	padding: var(--section-side-l) var(--section-side);
	margin-bottom: 6rem;
}

.benef__box.isGray{
	background-color: #f0f0f0;
}

.benef__box:last-child{
	margin: 0;
}

.benef__box__header{
	margin-bottom: 4rem;
	font-weight: 900;
	color: var(--color2);
	font-size: var(--font28);
	border-bottom: solid 0.3rem var(--color2);
	line-height: 1;
	padding-bottom: 3rem;
}

ul.benef__list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	li{
		border: solid 0.3rem var(--color2);
		padding: 0.8rem;
		min-height: 2.8em;
		border-radius: 1rem;
		text-align: center;
		color: var(--color2);
		font-size: 2.2rem;
		line-height: 1.2;
		display: grid;
		place-content: center;
		font-weight: 900;
	}
}

ul.benef__list .sizeS{
	font-size: 1.6rem;
}

ul.benef__list .sizeSS{
	font-size: 1.4rem;
}


ul.benef__list .sizeL{
	font-size: var(--font22);
}

ul.benef__list .block{
	display: inline-block;
	text-align: left;
}

/* 人材育成・研修
----------------------------------- */
.newemSchedule{
	padding:var(--section-side);
	margin-bottom: 8rem;
}

.newem__Header{
	font-weight: 900;
	font-size: var(--font36);
	color: var(--color2);
	margin-bottom: 2rem;
	text-align: center;
}

.newemSchedule__image{
	figcaption{
		font-weight: 900;
		&:before{ content: "＜"; }
		&:after{ content: "＞"; }
	}
	&:after{
		content: "";
		width: 100%;
		height: 4.5rem;
		background: url(https://www.sendai-airport.co.jp/sdj_recruit/assets/environment/newemployee/scroll_side.svg) no-repeat right bottom;
		display: block;
		animation: scroll-side 2s ease-in-out infinite alternate;
	}
}

@keyframes scroll-side {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-2rem);
    }
}

.newemSchedule__image__slide{
	overflow: scroll;
	img{
		max-width: unset;
		width: auto;
		height: 55vw;
	}
}

.newemOther{
	margin-bottom: 18rem;
}

.newem__toher__box{
	padding: var(--section-side);
	margin-inline: var(--section-side-l);
	background-color: #e6f6f9;
	margin-bottom: 5rem;
}

.newem__toher__box.isGray{
	background-color: #f0f0f0;
}

.newem__toher__header{
	font-weight: 900;
	font-size: var(--font28);
	color: var(--color2);
	border-bottom: solid 0.25rem var(--color2);
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	line-height: 1.2;
}

ul.newem__toher__list{
	list-style-type: disc;
	margin-left: 1em;
	li{
		list-style-type: disc;
		line-height: 1.4;
	}
	li:not(:last-child){
		margin-bottom: 1rem;
	}
}

.newem__interview{
	padding: 0;
}

.newem__interview__header{
	font-size: var(--font36);
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 2rem;
	padding: 0 var(--section-side-l);
}

.newem__interview__read{
	margin-bottom: 6rem;
	padding: 0 var(--section-side-l);
}

.newem__interview__nav{
	display: grid;
	grid-template-columns: 1fr;
	gap: 5rem;
	padding: 0 var(--section-side-l);
	margin-bottom: 10rem;
}

.newem__interview__nav>.item a{
	text-decoration: none;
	img{
		width: 100%;
		height: auto;
		aspect-ratio: 600/230;
		object-fit: cover;
	}
	.item__label{
		background-color: var(--color2);
		color: #FFF;
		display: flex;
		padding: 1.5rem 4rem 1.5rem 1.5rem;
		gap: 1.5rem;
		align-items: center;
		line-height: 1.4;

		.item__label__header{
			border: solid 0.3rem #FFF;
			width: 6.4rem;
			height: 6.4rem;
			display: grid;
			place-content: center;
			font-weight: 900;
			line-height: 1.2;
			font-size: var(--font22);
			text-align: center;
		}

		.item__label__name{
			.sizeL{
				font-size: var(--font22);
			}
		}

		&:after{
			content: "";
			width: 2.4rem;
			height: 2.4rem;
			background: url(https://www.sendai-airport.co.jp/sdj_recruit/assets/common/arrow_right_w.svg) no-repeat center right;
			display: block;
			margin-left: auto;

		}
		
	}
	
}

.newem__interview__cont .mainImage{
	margin-bottom: 6rem;
	img{
		width: 100%;
		height: auto;
		aspect-ratio: 750/412;
		object-fit: cover;
	}
	figcaption{
		padding: 0.5rem var(--section-side-l) 0;
		line-height: 1.4;
	}	
}

.newem__interview__cont{
	display: none;
	&.active{
		display: block;
	}
	& .block{
		padding: 0 var(--section-side-l);
		margin-bottom: 4rem;
	}

	& .header{
		font-weight: 900;
		font-size: var(--font28);
		line-height: 1.4;
		margin-bottom: 2rem;
	}
	& p{
		margin-bottom: 2rem;
	}

}



.newem__interview__up{
	padding: 0 var(--section-side-l);
	text-align: right;
	font-size: var(--font22);
}

/* FAQ
----------------------------------- */

.faq__list{
	border-bottom: solid 1px var(--color1);
}

.faq__list dt{
	padding: 5rem 0;
	font-weight: 900;
	line-height: 1.6;
	color: var(--color2);
	font-size: var(--font22);
	cursor: pointer;
	display: flex;
	gap: 2rem;
	width: 100%;
	justify-content: flex-start;
	border-top: solid 1px var(--color1);
	& span{
		display: grid;
		grid-template-columns: 1fr;
		align-content: center;
	}

	&:before{
		content:"Q";
		min-width: 3.8rem;
		font-size: 4.8rem;
		display: block;
		line-height: 1;
		transform: translateY(-0.1em);
	}
	
	&:after{
		content:"";
		display: block;
		width: 2.6rem;
		min-width: 2.6rem;
		max-width: 2.6rem;
		height: 2.6rem;
		background: url(https://www.sendai-airport.co.jp/sdj_recruit/assets/common/plus.svg) no-repeat center center;
		background-size: 100% auto;
		margin-left: auto;
		transform: translateY(0.4em);
	}
	&.open:after{
		background-image: url(https://www.sendai-airport.co.jp/sdj_recruit/assets/common/minus.svg);
	}
}

.faq__list dd{
	display: none;
}

.faq__list dd .faq__list__answer{
	padding: 0 0 5rem 0;
	color: var(--color1);
	display: flex;
	gap: 2rem;
	width: 100%;
	justify-content: flex-start;
	align-items: flex-start;
	&:before{
		content:"A";
		min-width: 3.8rem;
		font-size: 4.8rem;
		display: block;
		font-weight: 900;
		line-height: 1;

	}

}

/*　プライバシーポリシー
----------------------------------- */
.privacy__box:not(:last-child){
	margin-bottom: 4rem;
}

.privacy__box>p:not(:last-child){
	margin-bottom: 1em;
}

.privacy__header{
	font-weight: 900;
	font-size: var(--font28);

}

ol.privacy__list{
	list-style-type: decimal;
	margin-left: 1.5em;
	li{
		list-style-type: decimal;
	}
	&:not(:last-child){
		margin-bottom: 1em;
	}
}

.privacy__read{
	margin-bottom: 6rem;
}

/*　サイトマップ
----------------------------------- */

ul.sitemap__list>li{
	margin-bottom: 4rem;
	font-size: var(--font22);
	& a{
		text-decoration: none;
	}
	&>a{
		font-weight: 900;
		font-size: var(--font28);
		line-height: 1.2;
	}
	&ul>li{
		margin-bottom: 0.5rem;
	}

}

ul.sitemap__list>li>a:has(+ul){
	border-bottom: solid 0.2rem #4b75a7;
	display: block;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}


/*  モーダル調整
------------------------------------*/
.modal-video{
	background-color: rgba(0, 0, 0, 0.9);
}

.modal-video-body {
  max-width: 1280px;
}

.LOW .modal-video-body {
  max-width: 80%;
}
