@charset "utf-8";
/* CSS Document */

.about-profile{
	padding: 0;
}
.about-profile .inner{
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	align-items: flex-start;
	gap: 120px;
}
.about-profile .imgbox{
	width: 100%;
	height: auto;
	flex-shrink: 0;
	border-radius: 4px;
	overflow: hidden;
}
.about-profile .imgbox,
.about-profile .txtbox{
	flex: 1;
	min-width: 0;
}
.about-profile .info-row{
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 100%;
	margin: 0 0 40px;
}
.about-profile .info-row .label{
	font-family: "Lato", "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 36px;
	width: 160px;
	flex-shrink: 0;
	text-transform: capitalize;
}
.about-profile .info-row .val{
	flex: 1;
	min-width: 0;
	font-size: 15px;
	letter-spacing: 0.04em;
	line-height: 33px;
	word-break: break-word;
}
.about-profile .block{
	margin-top: 50px;
}
.about-profile .block .ttl{
	font-family: "Lato", "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 36px;
	padding-bottom: 8px;
	border-bottom: 1px solid #121212;
	margin-bottom: 16px;
	text-transform: capitalize;
}
.about-profile .block .default_txt2{
	margin-bottom: 40px;
}
.about-lectures .block{
	margin-top: 50px;
}
.about-lectures .ttl{
	font-family: "Lato", "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 36px;
	padding-bottom: 8px;
	border-bottom: 1px solid #121212;
	margin-bottom: 16px;
	text-transform: capitalize;
}
.about-lectures .block .default_txt2{
	margin-bottom: 40px;
}
.about-career{
	padding: 150px 0 0;
}
.about-career .list{
	position: relative;
}
.about-career .list::before{
	content: "";
	position: absolute;
	left: 133px;
	top: 15px;
	bottom: 40px;
	width: 1px;
	background-color: #c2c2c2;
	z-index: 0;
}
.career-item{
	display: flex;
	align-items: flex-start;
	position: relative;
	z-index: 1;
	padding-bottom: 40px;
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: 40px;
}
.career-item:last-child{
	margin-bottom: 0;
}
.career-item::before{
	content: "";
	position: absolute;
	left: 127px;
	top: 16px;
	width: 12px;
	height: 12px;
	border: 1px solid #121212;
	background-color: #f5f5f5;
	border-radius: 50%;
	box-sizing: border-box;
	z-index: 2;
}
.career-item .year{
	width: 110px;
	height: auto;
  padding: 8px 8px;
	background-color: #333;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 8px;
}
.career-item .year p{
	font-size: 15px;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #fff;
}
.career-item .txtbox{
	flex: 1;
	min-width: 0;
	padding-left: 67px;
}
.career-item .txtbox h3{
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 48px;
	margin-bottom: 8px;
}

.about-message{
	padding: 150px 0 80px;
	text-align: center;
}
.about-message .lead_txt{
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 39px;
	margin-bottom: 40px;
}
.about-message .body{
	max-width: 800px;
	margin: 0 auto 80px;
}
.about-message .body p{
margin-bottom: 20px;
  line-height: 1.8;
}
.about-message .imgbox{
	width: 900px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 4px;
	overflow: hidden;
}
.about-message .imgbox img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1280px){
	.about-profile .inner{
		gap: 60px;
	}
	.about-profile .imgbox,
	.about-profile .imgbox img{
	}
}
@media screen and (max-width: 1080px){
	.about-profile .inner{
		flex-direction: column;
		align-items: center;
	}
	.about-profile .imgbox,
	.about-profile .imgbox img{
		width: 100%;
		max-width: 560px;
	}
	.about-profile .txtbox{
		width: 100%;
	}
	.about-message .imgbox img{
	}
	.about-message .imgbox{
	}
}
@media screen and (max-width: 768px){
	.about-profile{
		padding-top: 0;
	}
	.about-career,
	.about-message{
		padding-top: 100px;
	}
	.about-profile .info-row{
		flex-direction: column;
		margin-bottom: 24px;
	}
	.about-profile .info-row .label{
		width: 100%;
		margin-bottom: 4px;
	}
	.about-profile .imgbox,
	.about-profile .imgbox img{
	}
	.career-item .txtbox{
		padding-left: 24px;
	}
	.career-item .txtbox h3{
		font-size: 18px;
		line-height: 1.5;
	}
	.about-career .list::before,
	.career-item::before{
		display: none;
	}
	.about-message .lead_txt{
		font-size: 20px;
		line-height: 1.6;
	}
	.about-message .imgbox,
	.about-message .imgbox img{
	}
}
@media screen and (max-width: 576px){
	.about-profile .imgbox,
	.about-profile .imgbox img{
	}
	.career-item{
		flex-direction: column;
	}
	.about-career .list::before,
	.career-item::before{
		display: none;
	}
	.career-item .txtbox{
		padding-left: 0;
		padding-top: 16px;
	}
	.about-message .imgbox,
	.about-message .imgbox img{
	}
}
