@charset "utf-8";

.journey-bg {
	background-image: url(../img/top/bg_journey_left.png), url(../img/top/bg_journey_right.png);
	background-repeat: no-repeat;
	background-position: left 0, right 80%;
	background-size: auto;
}

.journey-title-area {
	margin: 0 0 50px auto;
	width: 100%;
	max-width: 680px;
	font-size: 17px;
	position: relative;
}

.journey-title-area .title-sub {
	color: #3690b5;
	font-size: 33px;
}

.journey-title {
	font-family: oswald;
	max-width: max-content;
	border-top: 3px solid #358fb5;
	padding-top: 25px;
	margin-bottom: 40px;
}

.journey-title::before {
	content: "";
	top: -30px;
	height: 187px;
	background-image: url(../img/top/deco_journey.png);
	width: 160px;
	display: block;
	position: absolute;
	left: calc(100% - 260px);
	background-repeat: no-repeat;
	background-position: center;
}

.journey-title .title-main {
	color: #3d5b76;
	font-size: 52px;
}

.journey-catch .text-blue {
	color: #2b81a5;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.journey-catch {
	line-height: 2em;
}

.journey-area {
	max-width: 1200px;
	margin: auto;
}

.journey-area .journey-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 60px;
	border-bottom: 1px solid #577b93;
	padding-bottom: 75px;
	margin-bottom: 75px;
}

.journey-area .journey-item .journey-thm {
	width: 460px;
	display: block;
	height: 460px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}

.journey-area .journey-item .journey-details {
	width: calc(100% - 460px - 60px);
}

.journey-area .journey-item h3 {
	color: #3d5b76;
	font-size: 23px;
	line-height: 1.7em;
	margin-bottom: 35px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.journey-area .journey-item .linkArea {
	font-family: oswald;
	margin: 20px 0 0 auto;
	max-width: 100%;
	width: 360px;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	color: #fff;
	border-radius: 30px;
	display: block;
	background-color: #3d5b76;
	transition: .5s;
	background-image: url(../img/top/bg_contact_btn.png);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.journey-details .excerpt {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 2px dotted #bccbd4;
	font-size: 18px;
}

.journey-area .journey-item .linkArea::before {
	content: "";
	position: absolute;
	right: 20px;
	left: auto;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 50px;
	height: 40px;
	background-image: url(../img/top/ico_arrow_right.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: .5s;
}

.journey-area .journey-link {
	border-radius: 50px;
	display: block;
	width: 100%;
	max-width: 320px;
	margin: auto auto 80px;
	padding: 13px;
	color: #fff;
	transition: .5s;
	font-size: 124%;
	background-image: url(../img/top/bg_product_btn.png);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	text-align: center;
}

.journey-area .journey-link::before {
	content: "";
	position: absolute;
	right: 20px;
	left: auto;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 50px;
	height: 40px;
	background-image: url(../img/top/ico_arrow_right.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: .5s;
}

.journey-area .journey-link:hover::before {
	right: 0;
	transition: .5s;
}

.interview-parson {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 35px;
}

.interview-parson .interview-img {
	order: 2;
	width: 150px;
	height: 150px;
}

.interview-parson .interview-parson-text {
	text-align: right;
	margin-right: 10px;
	width: calc(100% - 160px);
	font-size: 15px;
	color: #3d5b76;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.interview-parson .interview-parson-text .interview-name {
	font-size: 18px;
	margin-bottom: 5px;
	width: 100%;
}

.interview-parson .parson-detail {
	line-height: 1.45em;
	width: 100%;
}

.journey-bottom .date {
	font-size: 18px;
	font-family: oswald;
	color: #7d7d7d;
	letter-spacing: -1px;
	width: 120px;
	text-align: right;
}

.journey-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
}

.journey-bottom .category-list {
	width: calc(100% - 120px);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
	align-items: stretch;
}

.journey-bottom .category-item {
	border: 1px solid #c6cad1;
	padding: 7px 10px;
	color: #3e5b76;
	letter-spacing: 0;
}

.journey-area .journey-item .linkArea:hover::before {
	transition: .5s;
	right: 0;
}


@media screen and (min-width: 1024px) {
	.journey-archive {
		margin-top: 230px;
		margin-bottom: 90px;
	}
}

@media screen and (max-width: 1140px) {

	.page-numbers .page-numbers {
		padding: 5px 10px;
	}
}

@media screen and (max-width: 1023px) {
	.journey-title-area {
		max-width: 100%;
	}

	.journey-title::before {
		left: calc(100% - 180px);
	}

	.journey-title-area br:nth-of-type(2) {
		display: block;
	}

	.journey-details .excerpt {
		font-size: 16px;
	}

	.journey-area .journey-item {
		display: block;
	}

	.journey-area .journey-item .journey-thm {
		margin-bottom: 40px;
		width: 100%;
		aspect-ratio: 1/1;
		height: auto;
	}

	.journey-area .journey-item .journey-details {
		width: 100%;
	}

}


@media screen and (max-width: 767px) {
	.journey-area .journey-item .journey-details {
		width: 100%;
	}

	.journey-area .journey-item .journey-thm {
		width: 100%;
	}

	.journey-bg {
		padding: 70px 4vw;
	}

}