/*-------------------------------------------------- common --*/
.section_title {
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.6;
		letter-spacing: 0;
		margin-bottom: 3.75rem;
}

/*-------------------------------------------------- staff_profile --*/
#staff_profile {
		background-position: top center;
		background-size: cover;
		padding-top: 0;
}

#staff_profile .staff_profile_inner {
		position: relative;
		height: 400px;
		padding: 0;
}

@media (max-width: 480px) {
		#staff_profile .staff_profile_inner {
				height: 240px;
		}
}

#staff_profile .staff_profile_inner .staff_profile_item {
		position: absolute;
		bottom: 0.75rem;
}

#staff_profile .staff_profile_inner .staff_profile_item .position {
		margin-bottom: 0.5rem;
}

#staff_profile .staff_profile_inner .staff_profile_item .position span {
		background-color: #00B2A9;
		padding: 1rem 1.5rem;
		display: inline-block;
		font-size: 0.75rem;
		color: #FFF;
}

#staff_profile .staff_profile_inner .staff_profile_item .name span {
		background-color: #00B2A9;
		padding: 1rem 1.5rem;
		display: inline-block;
}

#staff_profile .staff_profile_inner .staff_profile_item .name span .name_ja {
		display: inline-block;
		font-size: 2rem;
		color: #FFF;
		font-weight: 700;
		margin-right: 0.5rem;
		line-height: 1.4;
}

#staff_profile .staff_profile_inner .staff_profile_item .name span .name_en {
		display: inline-block;
		font-size: 1rem;
		color: #FFF;
		text-transform: uppercase;
		font-family: 'Pathway Gothic One', sans-serif;
		-webkit-text-stroke-width: 0.1px;
		line-height: 1.4;
		letter-spacing: 1px;
}

/*-------------------------------------------------- staff_introduction --*/
#staff_introduction {
		margin: 1.5rem auto;
}

#staff_introduction ul {
		display: flex;
		align-items: center;
}

#staff_introduction ul li {
		font-size: 0.75rem;
}

#staff_introduction ul li:not(:first-of-type) {
		margin-left: 0.875rem;
}

#staff_introduction ul li a {
		display: flex;
		align-items: center;
}

#staff_introduction ul li img {
		height: 14px;
}

/*-------------------------------------------------- staff_data --*/
#staff_data {
		position: relative;
}

#staff_data::before {
		content: "";
		display: block;
		width: calc(50vw + 480px);
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		background-color: #F4FAFB;
}

@media (max-width: 768px) {
		#staff_data::before {
				width: 100%;
		}
}

#staff_data .staff_data_inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 3.75rem 1.25rem;
}

@media (max-width: 768px) {
		#staff_data .staff_data_inner {
				padding: 2.5rem 1.25rem;
		}
}

#staff_data .staff_data_inner dl {
		display: flex;
		flex-flow: wrap;
}

#staff_data .staff_data_inner dl dt {
		width: calc(20% - 0.875rem);
		font-weight: 700;
		line-height: 2;
		padding: 0.875rem 0;
		margin-right: 0.875rem;
}

#staff_data .staff_data_inner dl dt:not(:last-of-type) {
		border-bottom: 1px #DEDEDE solid;
}

#staff_data .staff_data_inner dl dd {
		width: 80%;
		line-height: 2;
		padding: 0.875rem 0;
}

#staff_data .staff_data_inner dl dd:not(:last-of-type) {
		border-bottom: 1px #DEDEDE solid;
}

#staff_data .staff_data_inner img {
		margin-left: 2.5rem;
		width: 450px;
		height: 250px;
}

@media (max-width: 768px) {
		#staff_data .staff_data_inner img {
				display: none;
		}
}
