@charset "UTF-8";


/* 個別CSS */
/* ------------------------------ */
.content-box .inner.wide {
	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;}
.other a.back {
	width: 26%;
	background-image: url(/company/assets/rn2026/img/common/arrow-return.png);
	background-position: 0.8em center;
}


/* 記事 ------------------------------ */
.title span.large {
	font-size: 36px;
	line-height: 1.6;
}
.article_kv {margin-bottom: 56px;}
.article_kv_img {margin-bottom: 24px;}
.article_kv_txt {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 34px;
}
.article_kv_category {
	margin-right: 16px;
	display: flex;
	align-items: center;
}
.article_kv_category img {
	width: 32px;
	margin-right: 6px;
}
.article_kv_category span {
	font-size: 13px;
	font-weight: 700;
}
.article_kv_category span.join {color: #FFBA53;}
.article_kv_category span.innovation {color: #67C471;}
.article_kv_category span.passion {color: #FC888C;}
.article_kv_category span.culture {color: #5BBCE1;}
.article_kv_date {
	font-size: 18px;
	font-weight: 700;
}
.article_kv_tag {
	margin-bottom: 16px;
	display: flex;
	flex-wrap: wrap;
}
.article_kv_tag span {
	margin-right: 8px;
	margin-bottom: 8px;
	color: #00741C;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.6;
}
.article_kv_lead {}

.article_index {
	background: #F5F7FB;
	margin-bottom: 56px;
	padding: 32px;
	border-radius: 16px;
}
.article_index_title {
	text-align: left;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 16px;
}
.article_index li {
	margin-bottom: 8px;
	background: url(../img/purpose/journey/article/arrow.png) no-repeat left top;
	padding-left: 36px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.article_index li:last-child {margin-bottom: 0;}
.article_index li a {color: #0000EE;}
.article_index li a:hover {text-decoration: underline;}

.article_content h2 {
	font-size: 22px;
	line-height: 1.5;
	padding: 0;
    padding-bottom: 23px;
    margin-top: 56px;
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    background: url(../img/purpose/journey/article/line1.png) no-repeat left bottom;
}
.article_content h2 + h3 {margin-top: 0;}
.article_content h3 {
	margin-top: 56px;
	margin-bottom: 32px;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 32px;
	text-align: left;
	font-weight: 700;
	padding-left: 18px;
	position: relative;
}
.article_content h3:before {
	display: block;
	content: "－";
	position: absolute;
	left: 0;
	top: 0;
}
.article_content p {margin-bottom: 16px;}
.article_content p:last-child {margin-bottom: 0;}
.article_content .img {
	text-align: center;
	margin-top: 32px;
}
.article_content .img img {
	width: auto;
	display: inline;
}
.article_content + .other {margin-top: 5.384%;}



@media screen and (max-width: 1240px) and (min-width: 769px) {
	
/* 個別CSS */
/* ------------------------------ */
.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;}


/* 記事 ------------------------------ */
.title span.large {font-size: 2.903vw;}
.article_kv {margin-bottom: 4.516vw;}
.article_kv_img {margin-bottom: 1.935vw;}
.article_kv_txt {margin-bottom: 2.741vw;}
.article_kv_category {margin-right: 1.2903vw;}
.article_kv_category img {
	width: 2.580vw;
	margin-right: 0.483vw;
}
.article_kv_category span {font-size: 1.048vw;}
.article_kv_date {font-size: 1.451vw;}
.article_kv_tag {margin-bottom: 1.290vw;}
.article_kv_tag span {
	margin-right: 0.645vw;
	margin-bottom: 0.645vw;
	font-size: 1.048vw;
}

.article_index {
	margin-bottom: 4.516vw;
	padding: 2.580vw;
	border-radius: 1.290vw;
}
.article_index_title {
	font-size: 1.451vw;
	margin-bottom: 1.290vw;
}
.article_index li {
	margin-bottom: 0.645vw;
	background-size: 2.903vw;
	padding-left: 2.903vw;
	padding-top: 0.322vw;
	padding-bottom: 0.322vw;
}

.article_content h2 {
	font-size: 1.774vw;
    padding-bottom: 1.854vw;
    margin-top: 4.516vw;
    margin-bottom: 0.645vw;
    background-size: 9.354vw;
}
.article_content h2 + h3 {margin-top: 0;}
.article_content h3 {
	margin-top: 4.516vw;
	margin-bottom: 2.580vw;
	font-size: 1.451vw;
	margin-bottom: 2.580vw;
	padding-left: 1.451vw;
}
.article_content p {margin-bottom: 1.290vw;}
.article_content p:last-child {margin-bottom: 0;}
.article_content .img {margin-top: 2.580vw;}
.article_content .img img {width: 51.612vw;}
.article_content + .other {margin-top: 4.516vw;}

}



@media screen and (max-width: 1024px) {
}



@media screen and (max-width: 768px) {

/* 個別CSS */
/* ------------------------------ */
.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;}
.other a.back {
	width: 64%;
	background-image: url(/company/assets/rn2026/img/common/arrow-return-sp.png);
	background-position: 0.924em center;
}


/* 記事 ------------------------------ */
.title {
	padding-left: 4.266vw;
	padding-right: 4.266vw;
}
.title span.large {font-size: 6.4vw;}
.article_kv {
	margin-bottom: 10.666vw;
	padding-left: 4.266vw;
	padding-right: 4.266vw;
}
.article_kv_img {margin-bottom: 4.266vw;}
.article_kv_txt {margin-bottom: 6.4vw;}
.article_kv_category {margin-right: 2.133vw;}
.article_kv_category img {
	width: 8.533vw;
	margin-right: 1.6vw;
}
.article_kv_category span {font-size: 3.466vw;}
.article_kv_date {font-size: 4.266vw;}
.article_kv_tag {margin-bottom: 2.133vw;}
.article_kv_tag span {
	margin-right: 2.133vw;
	margin-bottom: 2.133vw;
	font-size: 3.2vw;
}
.article_kv_lead {font-size: 3.733vw !important;}

.article_index {
	margin-bottom: 10.666vw;
	margin-left: 4.266vw;
	margin-right: 4.266vw;
	padding: 8.533vw 4.266vw;
	border-radius: 4.266vw;
}
.article_index_title {
	font-size: 4.266vw;
	margin-bottom: 4.266vw;
}
.article_index li {
	margin-bottom: 2.133vw;
	background-size: 9.6vw;
	padding-left: 9.6vw;
	padding-top: 0;
	padding-bottom: 0;
	background-position: left center;
	font-size: 3.733vw;
}

.article_content {
	padding-left: 4.266vw;
	padding-right: 4.266vw;
}
.article_content h2 {
	font-size: 4.8vw;
    padding-bottom: 6.133vw;
    margin-top: 10.666vw;
    margin-bottom: 0;
    background-size: 30.933vw;
}
.article_content h3 {
	margin-top: 10.666vw;
	margin-bottom: 6.4vw;
	font-size: 4.266vw;
	margin-bottom: 6.4vw;
	padding-left: 4.266vw;
}
.article_content p {
	margin-bottom: 4.266vw;
	font-size: 3.733vw;
}
.article_content .img {margin-top: 6.4vw;}
.article_content .img img {width: 100%;}
.article_content + .other {margin-top: 10.666vw;}


}
