@charset "UTF-8";

:root {
	--sc: #f45183;
}

.intro {
	padding-bottom: 140px;
}

.intro_wrap {
	position: relative;
}

.intro_kamo {
	position: absolute;
	right: 50%;
	bottom: -140px;
	transform: translateX(50%);
}

.intro_message {
	position: relative;
	margin-bottom: 220px;
	padding: 70px 55px 130px 80px;
	border-radius: 50px;
	background: #fbf9f4;
}

.intro_message_sense {
	position: absolute;
	top: -66px;
	right: 30px;
}

.intro_message_catch {
	margin-bottom: 30px;
	color: #f45183;
	font-weight: bold;
	font-size: 30px;
}

.intro_message_txt {
	line-height: 2.25;
}

.intro_message_sing {
	margin-top: 40px;
	line-height: 2.25;
}

.intro_message_sing span {
	font-size: 12px;
}

.intro_message_item {
	position: absolute;
}

.message_item01 {
	right: 38%;
	bottom: -82px;
	width: 27%;
	max-width: 271px;
}

.message_item02 {
	right: 4.6%;
	bottom: -157px;
	width: 32%;
	max-width: 300px;
}

.intro_prof {
	display: grid;
	grid-template-columns: 575fr 405fr;
	gap: 20px;
}

.intro_prof_cnt {
	padding: 35px 40px;
	border-radius: 50px;
	background: #fbf9f4;
}

.intro_biography {
	grid-row: 1 / 4;
	height: fit-content;
}

.intro_prof_ttl {
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: #cccccc 1px solid;
	color: var(--tc);
	font-weight: bold;
	font-size: 18px;
}

.intro_prof_biography {
}

.intro_prof_biography_tbl {
}

.intro_prof_biography_tbl dl {
	display: flex;
	padding-top: 20px;
}

.intro_prof_biography_tbl dl:first-child {
	padding-top: 0;
}

.intro_prof_biography_tbl dl dt {
	flex-shrink: 0;
	width: 80px;
}

.intro_prof_biography_tbl dl dd {
}

.intro_prof_conference {
	line-height: 2;
}

.intro_prof_conference ul {
}

.intro_prof_conference ul li {
	display: block;
	position: relative;
	padding-left: 18px;
}

.intro_prof_conference ul li::before {
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #29b4e2;
}

.intro_prof_txt {
}

.staff {
	padding: 130px 0 270px;
	background: #f2e6dc;
}

.staff_wrap {
}

.staff_cnt {
	position: relative;
}

.staff_img {
	width: 100%;
	overflow: hidden;
	border-radius: 50px;
}

.staff_baloon {
	position: absolute;
	bottom: -185px;
	left: 58px;
	width: 680px;
	padding: 50px 100px 43px;
	border-radius: 9999px;
	background: #ffffff;
}

.staff_baloon::before {
	content: "";
	display: block;
	position: absolute;
	top: -34px;
	left: 350px;
	width: 57px;
	height: 47px;
	background: url(../img/about/staff/staff-balloon-item@2x.png) center / 100% 100%;
}

.staff_baloon_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -16px;
	left: 20px;
	width: 240px;
	height: 60px;
	border-radius: 9999px;
	background: #f45183;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
}

.staff_baloon_cnt {
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	:root {
	}

	.intro {
		padding-bottom: 70px;
	}

	.intro_wrap {
	}

	.intro_kamo {
		bottom: -70px;
		width: 200px;
	}

	.intro_message {
		margin-bottom: 120px;
		padding: 98px 15px 80px;
		border-radius: 30px;
	}

	.intro_message_sense {
		top: -40px;
		right: -20px;
		width: 120px;
	}

	.intro_message_catch {
		margin-bottom: 20px;
		font-size: 24px;
	}

	.intro_message_txt {
	}

	.intro_message_sing {
	}

	.intro_message_sing span {
	}

	.intro_message_item {
	}

	.message_item01 {
		right: 171px;
		bottom: -43px;
		width: 130px;
	}

	.message_item02 {
		right: 10px;
		bottom: -97px;
		width: 150px;
	}

	.intro_prof {
		grid-template-columns: 1fr;
	}

	.intro_prof_cnt {
		padding: 35px 20px;
		border-radius: 30px;
	}

	.intro_biography {
		grid-row: auto;
	}

	.intro_prof_ttl {
	}

	.intro_prof_biography {
	}

	.intro_prof_biography_tbl {
	}

	.intro_prof_biography_tbl dl {
	}

	.intro_prof_biography_tbl dl:first-child {
	}

	.intro_prof_biography_tbl dl dt {
	}

	.intro_prof_biography_tbl dl dd {
	}

	.intro_prof_conference {
	}

	.intro_prof_conference ul {
	}

	.intro_prof_conference ul li {
	}

	.intro_prof_conference ul li::before {
	}

	.intro_prof_txt {
	}

	.staff {
		padding: 70px 0 200px;
	}

	.staff_wrap {
	}

	.staff_cnt {
	}

	.staff_img {
		border-radius: 30px;
	}

	.staff_baloon {
		bottom: -145px;
		left: 0;
		width: 100%;
		padding: 38px 30px 30px;
	}

	.staff_baloon::before {
		left: 60%;
	}

	.staff_baloon_ttl {
		width: 180px;
		height: 40px;
		font-size: 18px;
	}

	.staff_baloon_cnt {
	}
}
