/* ####################################################
	Jan Joosten
#################################################### */
.about__Jan--area{
	padding: 0 0 60px;
}
.about__Jan--wrap{
	max-width: 690px;
	width: 100%;
	margin: 0 auto;
}
.about__Jan--wrap h2{
	font-size: 2.6rem;
    font-weight: 500; /* --font-weight-noto-medium */
    padding-bottom: 15px;
    margin-bottom: 15px;
	border-bottom: 1px solid #4C4948;
}
.about__Jan--wrap p{
	margin: 20px auto 0;
	font-size: 1.5rem;
    line-height: 24px;
}
.about__Jan--wrap div{
	width: 80%;
    margin: 50px auto;
}
.about__Jan--wrap div p{
	margin: 0 auto 0;
}
.about__Jan--wrap div img{
	width: 100%;
	margin: 0 0 15px 0;
}

.illust__Jan--wrap{
	max-width: 1200px; /* --content-max-width */
	width: 100%;
	margin: 0 auto;
}
.illust__Jan--wrap h2{
	max-width: 690px;
	width: 100%;
	margin: 0 auto;
	font-size: 2.6rem;
	line-height: 36px;
    font-weight: 500; /* --font-weight-noto-medium */
    padding-bottom: 15px;
    margin-bottom: 30px;
	border-bottom: 1px solid #4C4948;
}
.jan__illust__wrapper{
	max-width: 690px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.jan__illust__wrapper span{
	position: absolute;
	height: 100%;
	background-color:  #4C4948;
	width: 2px;
	display: block;
	top: 0;
	left: 9%;
	z-index: -1;

}
.illust__flex{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	margin-bottom: 60px;
}
.illust__flex:nth-of-type(3){
	margin-bottom: 0;
}

.illust__Jan--wrap div a{
	word-break: break-all;
	color: #AF843E; /* --color-accent */
	line-height: 20px;
    text-decoration: underline;
}
.jan__year{
	color: #ffffff;
	background-color: #4C4948;
	padding: 15px 0;
	max-width: 130px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.5;
}


.jan__illust{
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	padding-left: 40px;
}
.jan__illust > p{
	color: #b61e3b;
	width: 500px;
	font-weight: bold;
	font-size: 2rem;
}
.jan__illust div{
	margin-top: 40px;
}
.jan__illust img{
	max-width: 250px;
	width: 100%;
}
.jan__illust div p{
	text-align: center;
}
.jan__img2_txt{
	padding-left: 25%;
	text-align: center;
	margin-bottom: 60px;
}

.jan__txt{
	max-width: 690px;
	width: 100%;
	margin: 0 auto;
}
.jan__txt > p{
	margin-bottom: 60px;
}
.link__area p{
	margin-bottom: 10px;
}
a.link__blank::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../__common_img/external_icon.svg);
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-bottom: -2px;
    margin-left: 7px;
}


@media only screen and (max-width: 767px) {
	.about__Jan--area{
		padding: 0 5.025% 20px;
	}
	.jan__year{
		max-width: 110px;
	}
	.jan__illust{
		padding-left: 0;
	}
	.jan__illust > p{
		padding-left: 25px;
	}
	
	.jan__illust img{
		width: 300px;
	}
	
	.illust__Jan--area{
		padding: 0 5.025% 0;
	}
	.illust__Jan--wrap h2{
		line-height: 34px;
	}
}	
@media only screen and (max-width: 640px) {
.jan__illust > p{
	width: 300px;
}
.jan__illust div{
	margin-top: 50px;
}
.jan__illust.img2__section div:nth-child(7){
	margin-top: 0;
}
}
	@media only screen and (max-width: 414px) {
	.jan__illust{
		width: 50%;
	}
	.jan__illust__wrapper span{
		left: 16%;
	}
	.jan__redevelopment_txt{
		padding-left: 36%;
	}
}
@media only screen and (max-width: 320px){
	.about__Jan--wrap h2{
		font-size: 2.2rem;
		padding-bottom: 10px;
		margin-bottom: 0px;
	}
	.about__Jan--wrap p{
		margin: 10px auto 0;
	}
	.about__Jan--wrap div{
		margin: 20px auto;
	}
	.illust__Jan--wrap h2{
		font-size: 2.2rem;
		line-height: 30px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

}


