@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
先生の一日
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.days-header .image {
	background-image: url("/recruit/img/days/header.jpg");
	background-position-x: 40%;
}

.days-archive .frame-outer {
	padding-top: 10px;
}

.days-archive .post-li {
	position: relative;
	margin-top: 60px;
}

.days-archive .link {
	display: block;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
}

.days-archive .link:hover {
	opacity: 1;
}

.days-archive .number {
	position: absolute;
	top: -0.8em;
	left: 20px;
	z-index: 1;
	color: #ff9698;
	font-size: 5rem;
	text-align: center;
	line-height: 0.91;
}

.days-archive .number::before {
	display: block;
	font-weight: 900;
	font-size: 1.2rem;
	letter-spacing: 0.37em;
	content: "CASE";
}

.days-archive .image-outer {
	position: relative;
	height: calc(70vw - 40px);
	max-height: 300px;
}

.days-archive .button {
	position: absolute;
	top: 78%;
	left: 50%;
	width: 106px;
	height: 35px;
	margin: 0;
	font-size: 1.3rem;
	transform: translate(-50%, -50%);
}

.days-archive .text {
	position: relative;
	padding: 30px 25px 40px;
	font-size: 1.2rem;
}

.days-archive .text::before {
	position: absolute;
	right: 0;
	bottom: calc(100% - 1px);
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	content: "";
}

.days-archive .title {
	position: relative;
	color: inherit;
	font-size: 1.8rem;
}

.days-archive .title::before {
	position: absolute;
	top: 0.8em;
	left: -25px;
	width: 17px;
	height: 1px;
	background: #7494d8;
	content: "";
}

.days-archive .message {
	margin-bottom: 20px;
}

.days-archive .profile {
	color: #929191;
}

.days-archive .name {
	font-weight: 700;
}

.days-single .profile {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 340px;
	position: relative;
}

.days-single .profile .profile__image {
	width: 640px;
	height: 100%;
	background-image: url("/recruit/img/common/no-image.png");
	position: absolute;
	right: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.days-single .profile .profile__title {
	font-size: 2.6rem;
	width: fit-content;
	max-width: 490px;
	background: #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
}

.days-single .profile .text {
	color: #7494d8;
	text-align: left;
	position: absolute;
	left: 0;
}

.days-single .profile .number {
	font-weight: 500;
	font-size: 6.2rem;
	line-height: 1.2;
	display: inline-block;
	margin-bottom: 10px;
}

.days-single .profile .occupation {
	margin-bottom: 15px;
}
.days-single .profile .profile__statrt-date {
	text-indent: -0.6em;
}

.days-single .profile h2 {
	margin-bottom: 5px;
	color: inherit;
	font-size: 1.4rem;
}

.days-single .schedule {
	padding: 0;
}

.days-single .schedule-ul {
	position: relative;
	padding: 80px 0 80px 80px;
}

.days-single .schedule-ul::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 80px;
	background: linear-gradient(135deg, #feebd9, #ffdfe0);
	content: "";
}

.days-single .schedule-li {
	position: relative;
	min-height: 160px;
	padding: 0 20px;
}

.days-single .schedule-li:nth-last-child(n+2) {
	margin-bottom: 80px;
}

.days-single .schedule-li .time {
	position: absolute;
	top: 16px;
	right: calc(100% - 3px);
	color: #fff;
	font-weight: 900;
	font-size: 9rem;
	line-height: 0.75;
	letter-spacing: -0.1em;
}

.days-single .schedule-li .time::before {
	position: absolute;
	top: -12px;
	right: -3px;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 6px solid #3e5890;
	content: "";
}

.days-single .schedule-li .time::after {
	display: flex;
	position: absolute;
	top: -10px;
	right: -3px;
	width: 43px;
	height: 18px;
	border-radius: 5px 0 0 5px;
	background: #7494d8;
	font-weight: 700;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	content: "TIME";
	justify-content: center;
	align-items: center;
}

.days-single .schedule-li .title {
	color: #ff9698;
	font-weight: 700;
	font-size: 1.9rem;
	line-height: 1.4;
}

.days-single .schedule-li .detail {
	margin-top: 15px;
}

.days-single .schedule-li .image {
	margin-top: 20px;
}

.days-single .schedule-li .image img {
	width: 100%;
}

.days-other .button {
	top: auto;
	bottom: 0;
	transform: translate(-50%, 50%);
}

@media screen and (min-width: 667px) {
.days-archive .post-ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.days-archive .post-li {
	width: 48%;
}

.days-archive .image-outer {
	height: 210px;
}
}

@media screen and (min-width: 768px) {
.days-archive .frame-outer {
	padding-top: 40px;
}

.days-single .schedule-ul {
	display: flex;
	padding: 100px 0;
	flex-flow: row-reverse wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.days-single .schedule-ul::before {
	right: 0;
	width: 160px;
	margin: auto;
}

.days-single .schedule-li {
	width: calc((100% - 160px) / 2);
}

.days-single .schedule-li:nth-last-child(n+2) {
	min-height: 360px;
	margin-bottom: 100px;
}

.days-single .schedule-li:nth-child(2n) {
	transform: translateY(270px);
}

.days-single .schedule-li:nth-child(2n):last-child {
	padding-bottom: 270px;
}

.days-single .schedule-li:nth-child(2n) .time {
	right: auto;
	left: calc(100% - 3px);
}

.days-single .schedule-li:nth-child(2n) .time::before {
	right: auto;
	left: -3px;
	border-left: 0 solid transparent;
	border-right: 6px solid #3e5890;
}

.days-single .schedule-li:nth-child(2n) .time::after {
	top: -10px;
	right: auto;
	left: -3px;
	border-radius: 0 5px 5px 0;
}

.days-single .schedule-li:nth-child(2n) .title,
.days-single .schedule-li:nth-child(2n) .detail {
	display: table;
	margin-left: auto;
}
}

@media screen and (min-width: 1024px) {
.days-archive .post-li {
	width: 32%;
}
}

@media screen and (max-width: 870px) {
	.days-single .profile {
		height: max-content;
		margin-bottom: 40px;
	}
	.days-single .profile .profile__image {
    width: 100%;
    height: 180px;
    position: static;
    background-size: cover;
	}
	.days-single .profile .profile__title {
		font-size: 1.7rem;
		color: #7494d8;
		margin-bottom: 20px;
    width: 100%;
		max-width: inherit;
    display: block;
	}
	.days-single .profile .number {
		font-size: 4.5rem;
    position: absolute;
    top: -38px;
    right: 0;
    color: #7494d8;
	}
	.days-single .profile .text {
		text-align: center;
		position: static;
		margin-top: 20px;
		color: #1E1D1D;
	}
	.days-single .profile h2 {
		font-size: 1.8rem;
	}
	.days-single .profile .occupation {
		margin-bottom: 5px;
	}
	.days-single .profile .profile__statrt-date {
		text-indent: 0;
	}
}