@charset "UTF-8";

@media screen and (max-width: 768px) {
	.page-concept .page-body {
		margin: 0 5px;
	}
}

/*==================================================
 リード
================================================== */
/* セクション
-------------------------------------------------- */
/* 見出し
------------------------- */
.lead-section .lead-title {
	margin: 0 0 50px;
	line-height: 1.2;
	text-align: center;
	font-size: 35px;
	font-weight: 300;
}

.lead-section .lead-title span {
	margin: 0 0 21px;
	padding: 0 8px;
	background: #c8e7ff;
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width: 768px) { /* sp */
	.lead-section .lead-title {
		margin: 0 0 16px;
		font-size: 18px;
	}

	.lead-section .lead-title span {
		margin: 0 0 4px;
		padding: 0 4px;
	}
}

/* コンテンツ
------------------------- */
.lead-section .lead-contents {
	text-align: center;
	line-height: 3;
}

@media screen and (max-width: 768px) { /* sp */
	.lead-section .lead-contents {
		text-align: left;
		line-height: 1.7;
	}
}

/* 署名
------------------------- */
.lead-section .lead-signature {
	margin: 45px 0 0;
	text-align: center;
	font-size: 20px;
	line-height: 1.7;
	font-weight: normal;
	float: right;
}

.lead-section .lead-signature span {
	display: block;
}

@media screen and (max-width: 768px) { /* sp */
	.lead-section .lead-signature {
		margin: 16px 0 0;
		font-size: 110%;
	}
}


/*==================================================
 プロフィール
================================================== */
.profile-wrap {
	margin: 0 0 107px;
	padding: 101px calc((100% - 780px) / 2) 86px;
	background: #f4faff;
}

@media screen and (max-width: 768px) { /* sp */
	.profile-wrap {
		margin: 0 0 24px;
		padding: 16px 8px;
	}
}

/* セクション
-------------------------------------------------- */
/* 見出し
------------------------- */
.profile-section .profile-title {
	margin: 0 0 54px;
	background-image:
		url(../images/common/title01_bg01.png),
		url(../images/concept/profile_title_bg02.jpg)
	;
}

@media screen and (max-width: 768px) {
	.profile-section .profile-title {
		margin: 0 0 16px;
	}
}

/* コンテンツ
------------------------- */
.profile-contents {
	display: flex;
	justify-content: space-between;
}

.profile-contents .texts {
	width: 510px;
}

.profile-contents .roughly {
	margin: 0 0 33px;
	padding: 0 0 0 14px;
	line-height: 1.8;
	border-left: 5px solid #0f3d98;
}

.profile-contents .career {
	padding: 20px 19px;
	line-height: 30px;
	background: #c8e7ff;
	display: flex;
	flex-wrap: wrap;
}

.profile-contents .career dt {
	width: 52px;
}

.profile-contents .career dd {
	width: calc(100% - 52px);
}

@media screen and (max-width: 768px) { /* sp */
	.profile-contents {
		display: block;
	}

	.profile-contents .thumb {
		margin: 0 0 8px;
		text-align: center;
	}

	.profile-contents .texts {
		width: auto;
	}
}


/*==================================================
 セクション
================================================== */
.concept-eyecatch {
	margin: 0 40px 40px 0;
	float: left;
}

@media screen and (max-width: 768px) { /* sp */
	.concept-eyecatch {
		max-width: 40%;
		margin: 0 8px 8px 0;
	}
}

.concept-more-btn {
	padding: 70px 0 0;
}
