.main-visual .main-visual__inner .main-visual__copy h2{align-items: flex-end;}

.section-weekday{background: url(../images/img_weekday_pc.jpg) top center no-repeat #333; background-size: 100%;}
.section.section-weekday{margin-top: 142px;}
.weekday-list li:nth-child(1) .time::before{background-image: url(/saiyo/career/work/people/images/icon_0900.png);}
.weekday-list li:nth-child(2) .time::before{background-image: url(/saiyo/career/work/people/images/icon_1000.png);}
.weekday-list li:nth-child(3) .time::before{background-image: url(/saiyo/career/work/people/images/icon_1100.png);}
.weekday-list li:nth-child(4) .time::before{background-image: url(/saiyo/career/work/people/images/icon_1200.png);}
.weekday-list li:nth-child(5) .time::before{background-image: url(/saiyo/career/work/people/images/icon_1330.png);}
.weekday-list li:nth-child(6) .time::before{background-image: url(/saiyo/career/work/people/images/icon_1430.png);}
.weekday-list li:nth-child(7) .time::before{background-image: url(/saiyo/career/work/people/images/icon_1730.png);}
.weekday-list li:nth-child(8) .time::before{background-image: url(/saiyo/career/work/people/images/icon_1800.png);}

@media only screen and (max-width: 1440px) {
	.section-weekday{background-size: auto 100%; background-position: 0 0;}
}

@media only screen and (max-width: 640px) {
	.section-weekday{background: url(../images/img_weekday_sp.jpg) top center no-repeat #333; background-size: 100% auto;}
	.section.section-weekday{margin-top: 80px;}
	.weekday-list-sp > li.weekday-list-sp-left > ul > li:nth-child(1) .time::before{background-image: url(/saiyo/career/work/people/images/icon_0900.png);}
	.weekday-list-sp > li.weekday-list-sp-left > ul > li:nth-child(2) .time::before{background-image: url(/saiyo/career/work/people/images/icon_1000.png);}
	.weekday-list-sp > li.weekday-list-sp-left > ul > li:nth-child(3) .time::before{background-image: url(/saiyo/career/work/people/images/icon_1100.png);}
	.weekday-list-sp > li.weekday-list-sp-left > ul > li:nth-child(4) .time::before{background-image: url(/saiyo/career/work/people/images/icon_1200.png);}
	.weekday-list-sp > li.weekday-list-sp-right > ul > li:nth-child(1) .time::before{background-image: url(/saiyo/career/work/people/images/icon_1330.png);}
	.weekday-list-sp > li.weekday-list-sp-right > ul > li:nth-child(2) .time::before{background-image: url(/saiyo/career/work/people/images/icon_1430.png);}
	.weekday-list-sp > li.weekday-list-sp-right > ul > li:nth-child(3) .time::before{background-image: url(/saiyo/career/work/people/images/icon_1730.png);}
	.weekday-list-sp > li.weekday-list-sp-right > ul > li:nth-child(4) .time::before{background-image: url(/saiyo/career/work/people/images/icon_1800.png);}
}