@charset "UTF-8";
/*
	common
-----------------------------------------------------------------------------------------------*/
#header [href="../people/"]{
	color: var(--color-blue);
}
/*
	NISSEIで働く人々
-----------------------------------------------------------------------------------------------*/
/* KV
============================== */
.people-top .page-head__img::before{
	background: url(../images/deco_people_kv_01.png) no-repeat center / cover;
	bottom: 0;
	content: '';
	height: 92px;
	left: -270px;
	position: absolute;
	width: 233px;
}
/* NISSEIのワークフロー
============================== */
#workflow{
	background: var(--background-blue);
}
.workflow__head{
	font-size: 3.0rem;
	font-weight: var(--bold);
	margin-bottom: 30px;
	text-align: center;
}
.workflow__lead{
	line-height: 200%;
	text-align: center;
}
.workflow__list{
	display: flex;
	gap: 0 7px;
	margin-top: 40px;
}
[class^="workflow__item"]{
	align-items: center;
	border-radius: 6px;
	color: #fff;
	display: flex;
	height: 93px;
	justify-content: center;
	position: relative;
	width: calc((100% - 49px)/7);
}
[class^="workflow__item"]::before,
[class^="workflow__item"]::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	z-index: 1;
}
[class^="workflow__item"]::before{
	background: var(--background-blue);
	height: 18px;
	right: -16px;
	width: 18px;
	z-index: 1;
}
[class^="workflow__item"]::after{
	height: 16px;
	right: -8px;
	width: 16px;
}
.workflow__item--blue,
.workflow__item--blue::after{
	background: var(--color-blue);
}
.workflow__item--red,
.workflow__item--red::after{
	background: var(--color-red);
}
[class^="workflow__item"]:last-child:before,
[class^="workflow__item"]:last-child::after{
	content: none;
}
.workflow__deco{
	display: none;
}
.workflow__border{
	align-items: center;
	border: 2px solid var(--color-blue);
	border-radius: 6px;
	color: var(--color-blue);
	display: flex;
	font-size: 1.6rem;
	font-weight: var(--bold);
	height: 33px;
	justify-content: center;
	margin-top: 15px;
	text-align: center;
}
.workflow__note{
	display: flex;
	gap: 0 15px;
	justify-content: end;
	margin-top: 15px;
}
[class^="workflow__note--"]{
	padding-left: 22px;
	position: relative;
}
[class^="workflow__note--"]::before{
	content: '';
	height: 17px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 17px;
}
.workflow__note--blue::before{
	background: var(--color-blue);
}
.workflow__note--red::before{
	background: var(--color-red);
}
/* 一覧
============================== */
.people-list__list{
	display: flex;
	flex-direction: column;
	gap: 120px;
}
.people-list__item{
	display: flex;
	gap: 75px;
}
.people-list__photo{
	border-radius: 20px;
	overflow: hidden;
	width: 455px;
}
.people-list__container{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.people-list__position{
	font-size: 2.5rem;
	font-weight: var(--bold);
}
.people-list__en{
	color: #707F89;
	display: block;
	font-size: 1.4rem;
	margin-top: 7px;
}
.people-list__lead{
	font-size: 1.6rem;
	line-height: 210%;
	margin: 22px 0 31px;
	text-align: justify;
	width: 480px;
}
.people-list__skill--list{
	margin-top: 8px;
}
.people-list__skill--item{
	line-height: 180%;
}
.people-list__skill--item::before{
	content: '・';
}
.people-list__box--caption{
	align-items: flex-end;
	display: flex;
}
[class^="people-list__img"]{
	height: 215px;
	overflow: hidden;
	position: relative;
	width: 172px;
}
[class^="people-list__img"]::before{
	bottom: 0;
	content: '';
	height: 78px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0);
	width: 172px;
	z-index: -1;
}
.people-list__img--red::before{
	background: url(../images/deco_people-top_13.png) no-repeat center / cover;
}
.people-list__img--blue::before{
	background: url(../images/deco_people-top_14.png) no-repeat center / cover;
}
.people-list__img img{
	max-width: 162px;
}
.people-list__buttton{
	padding-left: 26px;
}
.people-list__buttton > *{
	display: block;
}
.people-list__place{
	font-weight: var(--medium);
}
[class^="people-list__entry"]{
	font-size: 1.3rem;
	font-weight: var(--medium);
	margin: 8px 0 16px;
}
.people-list__entry--orange{
	color: var(--color-orange);
}
.people-list__entry--blue{
	color: var(--color-lightBlue);
}
.people-list__entry--green{
	color: var(--color-green);
}
.people-list__buttton [class^="page__button"]{
	font-size: 2.0rem;
	font-weight: var(--bold);
	height: 48px;
	padding-right: 56px;
}
#people-list p[class*="__button"]::before{
	border-radius: 24px;
	height: 48px;
	width: 48px;
}
#people-list p[class^="page__button"]::after{
	height: 9px;
	right: 22px;
	width: 9px;
}
@media (hover: hover) and (pointer: fine){
	[class^="people-list__img"],
	[class^="page__button"]::before,
	[class^="page__button"]::after{
		transition: .3s;
	}
	[class^="people-list__img"]:hover,
	.people-list__box--caption:has(.people-list__buttton:hover) [class^="people-list__img"]{
		height: 225px;
		transition: .4s cubic-bezier(.25,2.5,.69,.45);
	}
	[class^="people-list__img"]:hover + .people-list__buttton [class^="page__button"]::before,
	.people-list__buttton:hover [class^="page__button"]::before{
		background: transparent;
		transition: .3s;
	}
	[class^="people-list__img"]:hover + .people-list__buttton .page__button--red::after,
	.people-list__buttton:hover .page__button--red::after{
		border-color: var(--color-red);
		transition: .3s;
	}
	[class^="people-list__img"]:hover + .people-list__buttton .page__button--blue::after,
	.people-list__buttton:hover .page__button--blue::after{
		border-color: var(--color-blue);
		transition: .3s;
	}
}
/*
	社員インタビュー
-----------------------------------------------------------------------------------------------*/
[class^="interview"]#wrapper{
	margin-top: 0;
}
#page-head,
#interview,
[id^="dayoff-"],
#people{
	background: #fff;
}
/* KV
============================== */
#wrapper[class^="interview"] #page-head{
	align-items: flex-end;
	margin-bottom: 0;
	flex-direction: row;
	gap: 0 58px;
	justify-content: flex-start;
	padding:var(--header-height) 0 145px 0;
	position: relative;
}
#wrapper[class^="interview"] #page-head::before{
	background: url(../images/deco_people_kv_02.png) no-repeat center / cover;
	bottom: 140px;
	content: '';
	height: 140px;
	right: 110px;
	position: absolute;
	width: 187px;
}
#wrapper[class^="interview"] .page-head__img{
	border-radius: 0 0 30px 0;
	height: auto;
	max-height: 620px;
	min-width: 370px;
	width: calc(51% - 33px);
}
.people-head__box{
	position: relative;
}
.people-head__head{
	font-size: 2.4rem;
	font-weight: var(--bold);
	margin-bottom: 40px;
	padding-bottom: 22px;
	position: relative;
}
.people-head__head::before{
	background: var(--color-blue);
	border-radius: 3px;
	bottom: 0;
	content: '';
	height: 5px;
	left: 0;
	position: absolute;
	width: 50px;
}
.people-head__head--en{
	color: var(--color-blue);
	margin-top: 9px;
}
.page-head__copy{
	align-items: center;
	display: flex;
	font-size: 3.6rem;
	font-weight: var(--bold);
	height: 216px;
}
.page-head__spec{
	margin-top: 82px;
}
.page-head__spec > *{
	display: block;
}
.page-head__place{
	font-size: 1.8rem;
	font-weight: var(--bold);
}
[class^="page-head__entry"]{
	font-size: 1.5rem;
	font-weight: var(--medium);
	letter-spacing: 0;
	margin-top: 10px;
}
/* オレンジ */
.page-head__entry--orange{
	color: var(--color-orange);
}
/* 青 */
.page-head__entry--blue{
	color: var(--color-lightBlue);
}
/* 緑 */
.page-head__entry--green{
	color: var(--color-green);
}
.people-head__deco{
	bottom: 145px;
	position: absolute;
	right: 120px;
	width: 187px;
}
/* インタビュー
============================== */
#interview .container{
	padding-top: 0;
}
.interview-box{
	align-items: center;
	display: flex;
	gap: 0 63px;
	margin-bottom: 100px;
}
.interview-box:nth-child(odd){
	flex-direction: row-reverse;
}
.interview-box:last-child{
	margin-bottom: 0;
}
.interview__img{
	border-radius: 15px;
	flex: 1 0 453px;
	height: 516px;
	overflow: hidden;
	width: 453px;
}
.interview__txt--question{
	color: #707F89;
	font-size: 1.8rem;
	font-weight: var(--bold);
	margin-bottom: 35px;
}
.interview__txt--question::before{
	content: '＞';
}
.interview__txt--head{
	font-size: 2.1rem;
	font-weight: var(--bold);
	margin-bottom: 25px;
	padding-left: 20px;
	position: relative;
}
.interview__txt--head::before{
	background: var(--color-blue);
	border-radius: 3px;
	content: '';
	height: calc(100% - 5px);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 5px;
}
.interview__txt--lead{
	line-height: 190%;
}
.interview__txt--note{
	color: #707F89;
	font-size: 1.2rem;
}
/* 1日のスケジュール
============================== */
#schedule{
	background: transparent!important;
	color: #fff;
}
#schedule::before{
	content: '';
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}
#schedule .container{
	padding-block: 120px;
}
.schedule__head{
	font-size: 2.7rem;
	font-weight: var(--bold);
	line-height: 100%;
	margin-bottom: 60px;
	text-align: center;
}
.schedule__list{
	position: relative;
}
.schedule__list::before{
	background: #fff;
	content: '';
	height: calc(100% - 80px);
	left: 22.2%;
	bottom: 0;
	position: absolute;
	transform: translate(0, -50%);
	top: 50%;
	width: 2px;
}
.schedule__item{
	align-items: center;
	display: flex;
	gap: 0 32px;
	margin-top: 30px;
}
.schedule__item:first-child{
	margin-top: 0;
}
.schedule__time{
	align-items: center;
	display: flex;
	flex: 1 0 20%;
	font-size: 1.9rem;
	font-weight: var(--bold);
	line-height: 100%;
	padding-right: 40px;
	position: relative;
	width: calc(100% - (75% - 13px));
}
.schedule__time::before{
	background: #fff;
	border-radius: 9px;
	content: '';
	height: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 18px;
}
.schedule__time--txt{
	font-size: 1.7rem;
	line-height: 120%;
	margin-left: 8px;
}
.schedule__balloon{
	align-items: center;
	border: 2px solid #fff;
	border-left-color: transparent;
	border-radius: 10px 6px 6px 10px;
	display: flex;
	font-size: 1.5rem;
	font-weight: var(--medium);
	height: 82px;
	padding: 15px 25px;
	position: relative;
	width: calc(75% - 13px);
}
.schedule__balloon::before,
.schedule__balloon::after{
	content: '';
	position: absolute;
}
.schedule__balloon::before{
	bottom: 2px;
	background: linear-gradient(to bottom, #fff calc(50% - 11px), transparent calc(50% - 11px), transparent calc(50% + 11px), #fff calc(50% + 11px));
	left: 1px;
	top: 2px;
	width: 2px;
}
.schedule__balloon::after{
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	height: 17px;
	left: -4px;
	top: 50%;
	transform: rotate(45deg);
	transform-origin: top right;
	width: 17px;
}
/* 休日の過ごし方
============================== */
.dayoff-container{
	border-radius: 20px;
	display: flex;
	gap: 40px;
	justify-content: space-between;
	padding: 40px;
}
.dayoff__head{
	font-size: 2.7rem;
	font-weight: var(--bold);
	margin-bottom: 27px;
	padding-bottom: 28px;
	position: relative;
}
.dayoff__head::before{
	border-radius: 3px;
	bottom: 0;
	content: '';
	height: 5px;
	left: 0;
	position: absolute;
	width: 50px;
}
.dayoff__head--en{
	margin-top: 8px;
}
.dayoff__txt{
	font-size: 1.6rem;
	font-weight: var(--bold);
	line-height: 190%;
}
.dayoff__img{
	border-radius: 12px;
	flex: 1 0 460px;
	height: 263px;
	max-width: 460px;
	overflow: hidden;
}
/* オレンジ */
#dayoff-orange .dayoff-container{
	border: 5px solid var(--color-orange);
}
#dayoff-orange .dayoff__head::before{
	background: var(--color-orange);
}
#dayoff-orange .dayoff__head--en{
	color: var(--color-orange);
}
/* 青 */
#dayoff-blue .dayoff-container{
	border: 5px solid var(--color-lightBlue);
}
#dayoff-blue .dayoff__head::before{
	background: var(--color-lightBlue);
}
#dayoff-blue .dayoff__head--en{
	color: var(--color-lightBlue);
}
/* 緑 */
#dayoff-green .dayoff-container{
	border: 5px solid var(--color-green);
}
#dayoff-green .dayoff__head::before{
	background: var(--color-green);
}
#dayoff-green .dayoff__head--en{
	color: var(--color-green);
}
/* メッセージ
============================== */
#message{
	background: var(--color-blue)!important;
	color: #fff;
	position: relative;
}
#message::before{
	background: url(../images/bg_people_message_01.png) no-repeat center / cover;
	content: '';
	height: 94px;
	position: absolute;
	right: 150px;
	top: -88px;
	width: 206px;
}
#message .container{
	display: flex;
	justify-content: flex-end;
	padding-block: 70px;
	position: relative;
}
.message-container{
	max-width: 800px;
}
.message__head{
	font-size: 2.7rem;
	font-weight: var(--bold);
	margin-bottom: 16px;
}
.message__lead{
	line-height: 200%;
}
.message__img{
	bottom: 0;
	left: 0;
	position: absolute;
}
/* interview01
============================== */
.interview01 #schedule::before{
	background: url(../images/bg_interview01_schedule_01_pc.png) no-repeat center / cover;
}
.interview01 .message__img{
	width: 230px;
}
/* interview02
============================== */
.interview02 #schedule::before{
	background: url(../images/bg_interview02_schedule_01_pc.png) no-repeat center / cover;
}
.interview02 .message__img{
	width: 205px;
}
/* interview03
============================== */
.interview03 #schedule::before{
	background: url(../images/bg_interview03_schedule_01_pc.png) no-repeat center / cover;
}
.interview03 .message__img{
	width: 185px;
}
/* interview04
============================== */
.interview04 #schedule::before{
	background: url(../images/bg_interview04_schedule_01_pc.png) no-repeat center / cover;
}
.interview04 .message__img{
	width: 190px;
}
/* interview05
============================== */
.interview05 #schedule::before{
	background: url(../images/bg_interview05_schedule_01_pc.png) no-repeat center / cover;
}
.interview05 .message__img{
	width: 192px;
}
/* interview06
============================== */
.interview06 #schedule::before{
	background: url(../images/bg_interview06_schedule_01_pc.png) no-repeat center / cover;
}
.interview06 .message__img{
	width: 185px;
}
/* interview07
============================== */
.interview07 #schedule::before{
	background: url(../images/bg_interview07_schedule_01_pc.png) no-repeat center / cover;
}
.interview07 .message__img{
	width: 220px;
}
/* interview08
============================== */
.interview08 #schedule::before{
	background: url(../images/bg_interview08_schedule_01_pc.png) no-repeat center / cover;
}
.interview08 .message__img{
	width: 195px;
}
/* interview09
============================== */
.interview09 #schedule::before{
	background: url(../images/bg_interview09_schedule_01_pc.png) no-repeat center / cover;
}
.interview09 .message__img{
	width: 180px;
}
/* interview10
============================== */
.interview10 #schedule::before{
	background: url(../images/bg_interview10_schedule_01_pc.png) no-repeat center / cover;
}
.interview10 .message__img{
	width: 200px;
}
/* interview11
============================== */
.interview11 #schedule::before{
	background: url(../images/bg_interview11_schedule_01_pc.png) no-repeat center / cover;
}
.interview11 .message__img{
	width: 215px;
}
/* interview12
============================== */
.interview12 #schedule::before{
	background: url(../images/bg_interview12_schedule_01_pc.png) no-repeat center / cover;
}
.interview12 .message__img{
	width: 195px;
}
/* NISSEIで働く人々
============================== */
#people .container{
	max-width: 100%;
	padding-inline: 0;
}
.people__container{
	overflow: hidden;
}
.swiper-slide{
	width: 235px;
}
.people__button--caption{
	font-size: 2.1rem;
	margin-bottom: 7px;
}
.people__button--paren{
	font-size: 1.2rem;
}
.people__button--guide{
	font-size: 1.3rem;
}
@media (hover: hover) and (pointer: fine){
	.people__button:hover .people__button--guide{
		font-weight: var(--medium);
	}
}
@media screen and (max-width: 812px){
	/*
		common
	-----------------------------------------------------------------------------------------------*/
	#header [href="../people/"]{
		color: var(--color-txt);
	}
	/*
		NISSEIで働く人々
	-----------------------------------------------------------------------------------------------*/
	/* KV
	============================== */
	.people-top .page-head__img::before{
		background: url(../images/deco_people_kv_01.png) no-repeat center / cover;
		bottom: 0;
		height: 52px;
		left: auto;
		right: 15px;
		width: 135px;
	}
	/* NISSEIのワークフロー
	============================== */
	.workflow__head{
		font-size: 2.4rem;
		line-height: 100%;
		margin-bottom: 25px;
	}
	.workflow__lead{
		font-size: 1.4rem;
		line-height: 200%;
	}
	.workflow__box{
		align-items: flex-start;
		display: flex;
		justify-content: space-between;
		margin-top: 23px;
	}
	.workflow__list{
		flex-direction: column;
		/* gap: 14px; */
		gap: 0;
		margin-top: 0;
		width: 85%;
	}
	[class^="workflow__item"]{
		border-radius: 5px;
		font-size: 1.4rem;
		height: 40px;
		margin-bottom: 14px;
		width: 100%;
	}
	[class^="workflow__item"]:last-child{
		margin-bottom: 0;
	}
	[class^="workflow__item"]::before,
	[class^="workflow__item"]::after{
		left: 50%;
		top: auto;
		transform: translate(-50%, 0) rotate(45deg);
	}
	[class^="workflow__item"]::before{
		content: none;
	}
	[class^="workflow__item"]::after{
		bottom: -7px;
		height: 16px;
		width: 16px;
	}
	.workflow__deco{
		display: inline;
	}	
	.workflow__border{
		border-radius: 6px;
		font-size: 1.6rem;
		height: 364px;
		line-height: 110%;
		margin-top: 0;
		width: 10%;
	}
	.workflow__note{
		gap: 0;
	}
	[class^="workflow__note--"]{
		font-size: 1.2rem;
		margin-left: 16px;
		padding-left: 18px;
	}
	[class^="workflow__note--"]::before{
		height: 13px;
		width: 13px;
	}
	/* 一覧
	============================== */
	.people-list__list{
		/* gap: 60px; */
		gap: 0;
	}
	.people-list__item{
		flex-direction: column;
		gap: 0;
		margin-bottom: 80px;
	}
	.people-list__item:last-child{
		margin-bottom: 0;
	}
	.people-list__photo{
		border-radius: 8px;
		margin-bottom: 26px;
		width: 100%;
	}
	.people-list__container{
		/* gap: 15px; */
		gap: 0;
	}
	.people-list__position{
		font-size: 2.1rem;
		line-height: 140%;
	}
	.people-list__en{
		font-size: 1.1rem;
		margin-top: 3px;
	}
	.people-list__lead{
		font-size: 1.4rem;
		letter-spacing: 0;
		line-height: 180%;
		margin: 13px 0 10px;
		text-align: left;
		width: 100%;
	}
	.people-list__skill--tit{
		font-size: 1.3rem;
	}
	.people-list__skill--list{
		font-size: 1.3rem;
		margin-top: 3px;
	}
	.people-list__skill--item{
		line-height: 160%;
		padding-left: 1em;
		text-indent: -1em;
	}
	.people-list__box--caption{
		justify-content: flex-end;
		margin-top: 15px;
	}
	[class^="people-list__img"]{
		height: 160px;
		width: 122px;
	}
	[class^="people-list__img"]::before{
		height: 55px;
		width: 122px;
	}
	.people-list__img img{
		max-width: 162px;
	}
	.people-list__buttton{
		display: inline-block;
		padding-left: 18px;
		width: calc(100% - 122px);
	}
	[class^="people-list__entry"]{
		font-size: 1.3rem;
		letter-spacing: 0;
		margin: 5px 0 6px;
	}
	.people-list__buttton [class^="page__button"]{
		font-size: 1.5rem;
		height: 40px;
		letter-spacing: 0;
		padding-right: 47px;
	}
	#people-list p[class*="__button"]::before{
		border-radius: 20px;
		height: 40px;
		width: 40px;
	}
	#people-list p[class^="page__button"]::after{
		right: 17px;
	}
	/*
		社員インタビュー
	-----------------------------------------------------------------------------------------------*/
	/* KV
	============================== */
	#wrapper[class^="interview"] #page-head{
		align-items: flex-start;
		margin-bottom: 0;
		flex-direction: column;
		gap: 0 15px;
		padding:var(--header-height) 0 50px;
	}
	#wrapper[class^="interview"] #page-head::before{
		bottom: 52px;
		height: 63px;
		right: 20px;
		width: 84px;
	}
	#wrapper[class^="interview"] .page-head__img{
		border-radius: 0 0 20px 0;
		height: 300px;
		max-height: 300px;
		min-width: calc(51% - 15px);
		position: relative;
		width: calc(100% - 20px);
	}
	.people-head__box{
		padding: 27px 20px 0;
	}
	.people-head__head{
		font-size: 1.7rem;
		margin-bottom: 15px;
		padding-bottom: 18px;
	}
	.people-head__head::before{
		height: 3px;
		width: 45px;
	}
	.people-head__head--en{
		font-size: 1.0rem;
		margin-top: 4px;
	}
	.page-head__copy{
		font-size: 2.1rem;
		height: auto;
		line-height: 150%;
	}
	.page-head__spec{
		margin-top: 15px;
	}
	.page-head__place{
		font-size: 1.3rem;
	}
	[class^="page-head__entry"]{
		font-size: 1.3rem;
		margin-top: 1px;
	}
	.people-head__deco{
		bottom: 145px;
		position: absolute;
		right: 120px;
		width: 187px;
	}
	/* インタビュー
	============================== */
	#interview .container{
		padding-top: 0;
	}
	.interview-box{
		display: flex;
		flex-direction: column;
		gap: 0;
		margin-bottom: 50px;
	}
	.interview-box:nth-child(odd){
		flex-direction: column;
	}
	.interview-box:last-child{
		margin-bottom: 0;
	}
	.interview__img{
		border-radius: 8px;
		flex: 1 0 auto;
		height: auto;
		margin-top: 15px;
		overflow: hidden;
		width: 100%;
	}
	.interview__txt--question{
		font-size: 1.5rem;
		line-height: 130%;
		margin-bottom: 12px;
		padding-left: 1.2em;
		text-indent: -1.3em;
	}
	.interview__txt--head{
		font-size: 1.8rem;
		line-height: 130%;
		letter-spacing: 0;
		margin-bottom: 12px;
		padding-left: 17px;
	}
	.interview__txt--head::before{
		width: 4px;
	}
	.interview__txt--lead{
		font-size: 1.4rem;
		letter-spacing: 0;
		line-height: 170%;
		text-align: justify;
	}
	.interview__txt--note{
		font-size: 1.1rem;
	}
	/* 1日のスケジュール
	============================== */
	#schedule .container{
		padding-block: 60px;
	}
	.schedule__head{
		font-size: 2.4rem;
		margin-bottom: 35px;
	}
	.schedule__head--sub{
		font-size: 1.6rem;
	}
	.schedule__list::before{
		content: none;
	}
	.schedule__item{
		align-items: center;
		display: flex;
		gap: 0;
		margin-top: 10px;
	}
	.schedule__item:first-child{
		margin-top: 0;
	}
	.schedule__time{
		align-items: flex-start;
		flex: none;
		flex-direction: column;
		font-size: 1.5rem;
		gap: 0;
		margin-right: 9px;
		padding-right: 20px;
	}
	.schedule__time::before{
		border-radius: 8px;
		height: 14px;
		width: 14px;
	}
	.schedule__time::after{
		background: #fff;
		content: '';
		height: 108px;
		position: absolute;
		right: 6px;
		top: 50%;
		transform: translate(0, -50%);
		width: 2px;
	}
	.schedule__item:first-child .schedule__time::after,
	.schedule__item:last-child .schedule__time::after{
		transform: none;
	}
	.schedule__item:first-child .schedule__time::after{
		top: 50%;
	}
	.schedule__item:last-child .schedule__time::after{
		bottom: 50%;
		top: auto;
	}
	.schedule__time--txt{
		font-size: 1.1rem;
		letter-spacing: 0;
		line-height: 140%;
		margin-left: 0;
		margin-top: 3px;
	}
	.schedule__balloon{
		border-radius: 10px 5px 5px 10px;
		font-size: 1.3rem;
		height: auto;
		padding: 8px 5px 8px 13px;
		width: 100%;
	}
	.schedule__balloon::before,
	.schedule__balloon::after{
		content: '';
		position: absolute;
	}
	.schedule__balloon::before{
		bottom: 2px;
		background: linear-gradient(to bottom, #fff calc(50% - 6px), transparent calc(50% - 6px), transparent calc(50% + 6px), #fff calc(50% + 6px));
		left: 1px;
		top: 2px;
		width: 2px;
	}
	.schedule__balloon::after{
		height: 10px;
		left: -1px;
		width: 10px;
	}
	/* interview01
	============================== */
	.interview01 .schedule__time{
		width: 87px;
	}
	/* interview02
	============================== */
	.interview02 .schedule__time{
		width: 85px;
	}
	/* interview03
	============================== */
	.interview03 .schedule__time{
		width: 75px;
	}
	/* interview04
	============================== */
	.interview04 .schedule__time{
		width: 85px;
	}
	/* interview05
	============================== */
	.interview05 .schedule__time{
		width: 75px;
	}
	/* interview06
	============================== */
	.interview06 .schedule__time{
		width: 77px;
	}
	/* interview07
	============================== */
	.interview07 .schedule__time{
		width: 75px;
	}
	/* interview08
	============================== */
	.interview08 .schedule__time{
		width: 87px;
	}
	.interview08 .schedule__time::after{
		/* height: 17.5vh; */
		top: 65%;
	}
	/* interview09
	============================== */
	.interview09 .schedule__time{
		width: 75px;
	}
	/* interview10
	============================== */
	.interview10 .schedule__time{
		width: 72px;
	}
	/* interview11
	============================== */
	.interview11 .schedule__time{
		width: 82px;
	}
	/* interview12
	============================== */
	.interview12 .schedule__time{
		width: 97px;
	}
	/* 休日の過ごし方
	============================== */
	.dayoff-container{
		border-radius: 10px;
		border-width: 4px!important;
		flex-direction: column;
		gap: 0;
		padding: 17px;
	}
	.dayoff__head{
		font-size: 2.0rem;
		margin-bottom: 12px;
		padding-bottom: 18px;
	}
	.dayoff__head::before{
		height: 4px;
		width: 40px;
	}
	.dayoff__head--en{
		font-size: 1.2rem;
		margin-top: 6px;
	}
	.dayoff__txt{
		font-size: 1.4rem;
		line-height: 150%;
	}
	.dayoff__img{
		border-radius: 6px;
		flex: 1 0 auto;
		height: auto;
		margin-top: 12px;
		max-width: 100%;
	}
	/* メッセージ
	============================== */
	#message::before{
		height: 55px;
		right: 15px;
		top: -53px;
		width: 125px;
	}
	#message .container{
		display: block;
		padding-block: 18px 40px;
	}
	.message__box{
		align-items: center;
		display: flex;
		gap: 13px;
		margin-bottom: 10px;
	}
	.message__img{
		bottom: auto;
		height: 100px;
		left: auto;
		min-width: 110px;
		overflow: hidden;
		position: static;
		width: 110px!important;
	}
	.message__img img{
		width: 110px;
	}
	.message__head{
		font-size: 2.0rem;
		line-height: 150%;
		margin-bottom: 0;
	}
	.message__lead{
		font-size: 1.3rem;
		line-height: 160%;
		margin: 0 0 0 auto;
		padding-left: 0;
		text-align: justify;
	}
	/* NISSEIで働く人々
	============================== */
	#people .container{
		max-width: 100%;
		padding-inline: 0;
	}
	.people__container{
		overflow: hidden;
	}
	.swiper-slide{
		width: 160px;
	}
	.people__button--caption{
		font-size: 1.8rem;
		margin-bottom: 7px;
	}
	.people__button--paren{
		font-size: 1.0rem;
	}
	.people__button--guide{
		font-size: 1.2rem;
		margin-top: 11px;
	}
	
}