@charset "UTF-8";


/* 個別CSS */
/* ------------------------------ */
.journey_lead {}
.journey_lead_img {margin-bottom: 56px;}
.journey_lead_txt p {
	font-size: 22px;
	line-height: 1.5;
}
.journey_lead_txt .other {margin-top: 32px;}

.content-box .inner {
	width: auto;
	max-width: initial;
}

.journey_record {margin-bottom: 56px;}
.journey_record h2 {line-height: 1.2;}
.journey_record h2 span {font-size: 22px;}
.journey_record_list ul {
	display: flex;
	flex-wrap: wrap;
}
.journey_record_list li {
	width: 32%;
	margin-left: 2%;
	margin-bottom: 32px;
	border-radius: 16px;
	box-shadow: 0 0 24px #DEE2E8;
	overflow: hidden;
}
.journey_record_list li:nth-child(3n+1) {margin-left: 0;}
.journey_record_list li a {
	display: flex;
	flex-direction: column;
	color: #333;
	height: 100%;
}
.journey_record_list li a:hover .img img {transform: scale(1.1);}
.journey_record_list li a:hover .box h3 {text-decoration: underline;}
.journey_record_list li .img {
	overflow: hidden;
	min-height: 192px;
}
.journey_record_list li .img img {transition: transform .3s ease-in-out;}
.journey_record_list li .box {
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 16px 24px;
	min-height: calc(100% - 192px);
}
.journey_record_list li .box-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.journey_record_list li .box-category img {width: 111px;}
.journey_record_list li .box-date {
	font-size: 13px;
	font-weight: 700;
	text-align: right;
}
.journey_record_list li .box h3 {
	margin-top: 8px;
	margin-bottom: 16px;
	width: 100%;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
}
.journey_record_list li .box-tag {
	margin-top: auto;
	font-size: 13px;
	line-height: 1.6;
	font-weight: 700;
	color: #00741C;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.journey_record_list li .box-tag span {margin-right: 8px;}
.journey_record_list .other {margin-top: 0;}

.journey_category {
	max-width: 934px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.journey_category dl {
	margin: 0;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
}
.journey_category dl:last-child {margin-bottom: 0;}
.journey_category dt {
	width: 222px;
	margin-right: 24px;
}
.journey_category dd {
	width: calc(100% - 246px);
	font-size: 22px;
	line-height: 1.5;
}
.journey_category + .other {margin-top: 56px;}



@media screen and (max-width: 1240px) and (min-width: 769px) {
	
/* 個別CSS */
/* ------------------------------ */
.journey_lead_img {margin-bottom: 4.516vw;}
.journey_lead_txt p {font-size: 1.774vw;}
.journey_lead_txt .other {margin-top: 2.580vw;}

.journey_record {margin-bottom: 4.516vw;}
.journey_record h2 span {font-size: 1.774vw;}
.journey_record_list li {
	margin-bottom: 2.580vw;
	border-radius: 1.290vw;
	box-shadow: 0 0 1.935vw #DEE2E8;
}
.journey_record_list li .img {min-height: 15.483vw;}
.journey_record_list li .box {
	padding: 1.290vw 1.935vw;
	min-height: calc(100% - 15.483vw);
}
.journey_record_list li .box-category img {width: 111px;}
.journey_record_list li .box-date {font-size: 1.048vw;}
.journey_record_list li .box h3 {
	margin-top: 0.645vw;
	margin-bottom: 1.290vw;
	font-size: 1.451vw;
}
.journey_record_list li .box-tag {font-size: 1.048vw;}
.journey_record_list li .box-tag span {margin-right: 0.645vw;}

.journey_category {max-width: 75.322vw;}
.journey_category dl {margin-bottom: 1.935vw;}
.journey_category dt {
	width: 17.903vw;
	margin-right: 1.935vw;
}
.journey_category dd {
	width: calc(100% - 19.838vw);
	font-size: 1.774vw;
}
.journey_category + .other {margin-top: 4.516vw;}

}



@media screen and (max-width: 1024px) {
}



@media screen and (max-width: 768px) {

/* 個別CSS */
/* ------------------------------ */
.journey_lead {margin-bottom: 10.666vw;}
.journey_lead_img {margin-bottom: 10.666vw;}
.journey_lead_txt {
	padding-left: 4.266vw;
	padding-right: 4.266vw;
}
.journey_lead_txt p {font-size: 4.8vw;}
.journey_lead_txt .other {margin-top: 6.4vw;}

.journey_record h2 span {font-size: 4.8vw;}
.journey_record_list {
	padding-left: 4.266vw;
	padding-right: 4.266vw;
}
.journey_record_list ul {display: block;}
.journey_record_list li {
	width: auto;
	margin-left: 0;
	margin-bottom: 4.266vw;
	box-shadow: 0 0 6.4vw #DEE2E8;
	border-radius: 4.266vw;
}
.journey_record_list li:last-child {margin-bottom: 0;}
.journey_record_list li .img {min-height: initial;}
.journey_record_list li .box {
	padding: 4.266vw 6.4vw;
	min-height: initial;
}
.journey_record_list li .box-wrap {}
.journey_record_list li .box-category img {width: 28.266vw;}
.journey_record_list li .box-date {font-size: 3.2vw;}
.journey_record_list li .box h3 {
	margin-top: 2.133vw;
	margin-bottom: 2.133vw;
	font-size: 4.266vw;
}
.journey_record_list li .box-tag {font-size: 3.2vw;}
.journey_record_list li .box-tag span {margin-right: 2.133vw;}
.journey_record_list .other {margin-top: 6.4vw;}

.journey_category {
	max-width: initial;
	padding-left: 4.266vw;
	padding-right: 4.266vw;
}
.journey_category dl {
	margin-bottom: 6.4vw;
	display: block;
}
.journey_category dl:last-child {margin-bottom: 0;}
.journey_category dt {
	width: auto;
	margin-right: 0;
	margin-bottom: 4.266vw;
}
.journey_category dt img {width: 44.533vw;}
.journey_category dd {
	width: auto;
	font-size: 4.8vw;
}
.journey_category + .other {margin-top: 6.4vw;}


}
