main * {
	font-family: "YuGothic", "Customized Yu Gothic", "Hiragino Kaku Gothic Pro", sans-serif;
}

.photographer-journey-lead {
	text-align: center;
	margin-top: 50px;
}

.photographer-journey-lead .txt {
	font-size: 16px;
	font-weight: 500;
	line-height: 36px;
	margin: 0;
}

.photographer-journey {
	margin: 60px 0 20px;
}

.photographer-journey-heading {
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	padding: 20px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.photographer-journey-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: 35px;
	row-gap: 50px;
	margin-top: 30px;
}

.photographer-journey-grid-contents {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.photographer-journey-grid-contents-area-txt {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.photographer-journey-grid-contents-area-title {
	margin-bottom: 10px;
}

.photographer-journey-grid-contents-area-title .title {
	color: #000;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 10px 0 6.5px;
}

.photographer-journey-grid-contents-area-title .title .prologue {
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 21px;
	background: #F5CB38;
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
}

.photographer-journey-grid-contents-area-title .title .epilogue {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 21px;
	background: #373669;
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
}

.photographer-journey-grid-contents-area-title .txt {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	margin: 0;
}

.photographer-journey-grid-contents-area-profile {
	display: flex;
	align-items: center;
	margin-top: auto;
	position: relative;
}

.photographer-journey-grid-contents-area-profile::after {
	content: '';
	width: 12px;
	height: 12px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	position: absolute;
	right: 5px;
}

.photographer-journey-grid-contents-area-profile .profile-txt {
	order: 2;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-left: 10px;
}

.photographer-journey-grid-contents-area-profile .profile-img {
	order: 1;
	width: 63px;
}

.photographer-journey-grid-contents-area-profile .profile-img img {
	border-radius: 40px;
}

@media screen and (max-width: 768px) {
	.photographer-journey-lead .txt {
		font-size: 14px;
		line-height: 30px;
	}

	.photographer-journey {
		margin: 60px 0 20px;
	}

	.photographer-journey-heading {
		font-size: 20px;
	}

	.photographer-journey-grid {
		display: block;
		margin-top: 30px;
	}

	.photographer-journey-grid-contents {
		margin-top: 40px;
	}

	.photographer-journey-grid-contents:first-child {
		margin-top: 0;
	}

	.photographer-journey-grid-contents-area-txt {
		flex-direction: initial;
		align-items: center;
		justify-content: space-between;
		margin-top: 10px;
	}

	.photographer-journey-grid-contents-area-title {
		width: 64%;
		margin-bottom: 10px;
	}

	.photographer-journey-grid-contents-area-title .title {
		font-size: 14px;
		line-height: 21px;
	}

	.photographer-journey-grid-contents-area-profile {
		align-items: end;
		margin-top: 0;
	}

	.photographer-journey-grid-contents-area-profile::after {
		display: none;
	}

	.photographer-journey-grid-contents-area-profile .profile-txt {
		order: 1;
		color: #666;
		font-size: 13px;
		font-weight: 700;
		line-height: 18px;
		margin: 0;
		margin-bottom: 5px;
	}

	.photographer-journey-grid-contents-area-profile .profile-img {
		order: 2;
		width: 55px;
		margin-left: 10px;
	}

	.photographer-journey-grid-contents-area-profile .profile-img img {
		border-radius: 40px;
	}

	.photographer-journey-grid-contents.typeB,
	.photographer-journey-grid.lens .photographer-journey-grid-contents {
		display: flex;
		flex-direction: inherit;
	}

	.photographer-journey-grid-contents.typeB .photographer-journey-grid-contents-img,
	.photographer-journey-grid.lens .photographer-journey-grid-contents .photographer-journey-grid-contents-img {
		width: 42%;
	}

	.photographer-journey-grid-contents.typeB .photographer-journey-grid-contents-area-title,
	.photographer-journey-grid-contents.typeB .photographer-journey-grid-contents-area-profile,
	.photographer-journey-grid.lens .photographer-journey-grid-contents .photographer-journey-grid-contents-area-title,
	.photographer-journey-grid.lens .photographer-journey-grid-contents .photographer-journey-grid-contents-area-profile {
		display: contents;
	}

	.photographer-journey-grid-contents.typeB .photographer-journey-grid-contents-area-txt,
	.photographer-journey-grid.lens .photographer-journey-grid-contents .photographer-journey-grid-contents-area-txt {
		display: block;
	}

	.photographer-journey-grid-contents.typeB .photographer-journey-grid-contents-area-txt,
	.photographer-journey-grid.lens .photographer-journey-grid-contents .photographer-journey-grid-contents-area-txt {
		width: 64%;
		display: grid;
		grid-template-columns: 1fr auto;
		gap: 0;
		margin-top: 0;
		margin-left: 10px;
	}

	.photographer-journey-grid-contents.typeB .photographer-journey-grid-contents-area-txt .title,
	.photographer-journey-grid-contents.typeB .photographer-journey-grid-contents-area-txt .txt,
	.photographer-journey-grid-contents.typeB .photographer-journey-grid-contents-area-txt .profile-txt,
	.photographer-journey-grid.lens .photographer-journey-grid-contents .photographer-journey-grid-contents-area-txt .title,
	.photographer-journey-grid.lens .photographer-journey-grid-contents .photographer-journey-grid-contents-area-txt .txt,
	.photographer-journey-grid.lens .photographer-journey-grid-contents .photographer-journey-grid-contents-area-txt .profile-txt {
		grid-column: 1;
		margin: 0;
	}

	.photographer-journey-grid-contents.typeB .photographer-journey-grid-contents-area-txt .profile-txt,
	.photographer-journey-grid.lens .photographer-journey-grid-contents .photographer-journey-grid-contents-area-txt .profile-txt {
		margin-top: 3px;
	}

	.photographer-journey-grid-contents.typeB .photographer-journey-grid-contents-area-txt .profile-img,
	.photographer-journey-grid.lens .photographer-journey-grid-contents .photographer-journey-grid-contents-area-txt .profile-img {
		grid-column: 2;
		grid-row: 1 / span 3;
		width: 45px;
	}

	.photographer-journey-grid.lens .photographer-journey-grid-contents .photographer-journey-grid-contents-area-txt .profile-img {
		width: 40px;
	}
}