.p-team {
	background: url("../images/team/bg_team_sp.jpg") no-repeat top center/cover;
}

.p-team__item {
	position: relative;
	z-index: 1;
	padding-block: 4.3rem 5.9rem;
}

.p-team__item::after {
	content: "";
	background: #0046B9;
	background: linear-gradient(45deg, rgb(0, 70, 185) 0%, rgb(0, 40, 106) 100%);
	box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
	opacity: 0.9;
	position: absolute;
	inset: 0;
	z-index: -1;
}

.p-team__item-ttl {
	color: #FFF;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
	padding-left: 1.7rem;
}

.p-team__item-ttl::before {
	content: "";
	background-color: #EF8200;
	width: 0.8rem;
	height: 2.6rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.p-team__logo {
	border-bottom: 1px solid #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 3.5rem;
	margin: 3rem auto 4rem;
}

.p-team__logo .media {
	width: 13.842rem;
}

.p-team__logo .media img {
	width: 100%;
	height: auto;
}

.p-team__logo .txt {
	color: #FFF;
	font-size: 4rem;
	font-weight: bold;
	font-size: 4rem;
	line-height: 1;
}

.p-team__yr {
	display: flex;
	gap: 2rem;
	justify-content: center;
	flex-direction: column;
}

.p-team__yr li {
	color: #FFF;
	font-size: 2.9rem;
	font-weight: 500;
	line-height: 1.76;
}

.p-team__origin {
	margin-top: 6.6rem;
}

.p-team__origin .media {
	max-width: 51.445rem;
	width: 100%;
	margin: 0 auto 7.6rem;
}

.p-team__origin .media img {
	width: 100%;
}

.p-team__origin .txt {
	color: #FFF;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.75;
}

.p-team__origin.--02 {
	margin-top: 7.5rem;
}

.p-team__origin.--02 .media {
	max-width: 24.322rem;
}

.p-team__style {
	margin-top: 6rem;
}

.p-team__style ul li {
	color: #FFF;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.75;
}

.p-team__style ul li:not(:last-child) {
	border-bottom: 1px solid #FFF;
	padding-bottom: 2rem;
	margin-bottom: 1rem;
}

.p-team__style .txt {
	color: #FFF;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.75;
	margin-top: 2rem;
}

.p-team__clothes {
	max-width: 39.7rem;
	margin: 7rem auto 0;
}

.p-team__addr {
	display: flex;
}

.p-team__addr > * {
	flex: 1;
}

.p-team__addr .desc h4 {
	color: #FFF;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.4347826087;
}

.p-team__addr .desc .txt {
	color: #FFF;
	font-size: 2rem;
	line-height: 1.75;
}

.p-team__addr .desc .txt--big {
	font-weight: 500;
}

.p-team__addr .map {
	width: 100%;
	height: 42.5rem;
}

.p-team__addr .map iframe {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-team__mascot {
	margin-top: 3.8rem;
}

.p-team__mascot .media {
	width: 46.2rem;
}

.p-team__mascot .desc-nameEN {
	color: #EF8200;
	font-size: 4rem;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	line-height: 1;
}

.p-team__mascot .desc-name {
	color: #EF8200;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	margin-top: 1rem;
}

.p-team__mascot .desc-profile {
	margin-top: 3.2rem;
}

.p-team__mascot .desc-profile__ttl {
	color: #FFF;
	font-size: 3.8rem;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	line-height: 1;
}

.p-team__mascot .desc-profile__list {
	margin-top: 2rem;
}

.p-team__mascot .desc-profile__list li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
	color: #FFF;
	font-size: 2rem;
	display: flex;
	gap: 1.5rem;
	align-items: center;
	padding-bottom: 1rem;
}

.p-team__mascot .desc-profile__list li:not(:last-child) {
	margin-bottom: 1.5rem;
}

.p-team__mascot .desc-profile__list li:first-child {
	padding-top: 0.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.p-team__mascot .desc-profile__list li p {
	flex: 1;
}

.p-team__mascot .desc-profile__list li p:first-child {
	flex-shrink: 0;
	padding-inline: 0.8rem;
}

.p-development {
	padding-block: 8rem 9rem;
}

.p-development__item:not(:last-child) {
	margin-bottom: 3.3rem;
}

.p-development__ttl {
	background-color: #003893;
	color: var(--color-white);
	font-size: 3.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding: 1.25rem 1rem;
}

.p-development__content {
	font-size: 3.5rem;
	font-weight: 500;
	padding-block: 3.3rem;
	text-align: center;
}

@media (min-width: 769px) {

.p-team {
	background-image: url("../images/team/bg_team.jpg");
}

.p-team__item {
	padding-block: 6rem 10rem;
}

.p-team__item-ttl {
	font-size: 3.5rem;
	padding-left: 1.5rem;
}

.p-team__item-ttl::before {
	left: -1.4rem;
}

.p-team__logo {
	max-width: 91.561rem;
	gap: 4rem;
	align-items: center;
	flex-direction: row-reverse;
	padding: 0 2.4rem 3.4rem 0;
	margin-block: 5rem 2rem;
}

.p-team__logo .media {
	width: 16.8rem;
	flex-shrink: 0;
}

.p-team__logo .txt {
	font-size: 5rem;
}

.p-team__yr {
	gap: 8rem;
	flex-direction: row;
}

.p-team__yr li {
	font-size: 2.5rem;
}

.p-team__origin {
	margin-top: 7rem;
}

.p-team__origin .media {
	max-width: 47.287rem;
}

.p-team__origin.--02 {
	margin-top: 4.5rem;
}

.p-team__origin.--02 .media {
	max-width: 22.613rem;
}

.p-team__style {
	max-width: 64.5rem;
	margin: 5rem auto 0;
}

.p-team__style .txt {
	margin-top: 3.5rem;
}

.p-team__clothes {
	max-width: 73.5rem;
	margin-top: 8rem;
}

.p-team__addr {
	justify-content: space-between;
	margin-top: 6rem;
}

.p-team__addr .desc {
	max-width: 46rem;
}

.p-team__addr .desc h4 {
	font-size: 2.3rem;
	margin-left: -1rem;
	margin-bottom: 0.7rem;
}

.p-team__addr .desc .txt {
	font-size: 1.8rem;
}

.p-team__addr .desc .txt--big {
	font-size: 2rem;
}

.p-team__addr .map {
	max-width: 54rem;
	height: 36.1rem;
}

.p-team__mascot {
	display: flex;
	align-items: flex-end;
	gap: 1.5rem;
	max-width: 89.4rem;
	margin: 2.9rem auto 4rem;
}

.p-team__mascot .media {
	width: 52.4rem;
	flex-shrink: 0;
}

.p-team__mascot .desc {
	width: 35.5rem;
	padding-bottom: 1.8rem;
}

.p-team__mascot .desc-nameEN {
	font-size: 8rem;
}

.p-team__mascot .desc-name {
	font-size: 2rem;
	margin-top: 1.5rem;
}

.p-team__mascot .desc-profile__ttl {
	font-size: 2.8rem;
}

.p-team__mascot .desc-profile__list {
	margin-top: 1.5rem;
}

.p-team__mascot .desc-profile__list li {
	font-size: 1.5rem;
	padding-bottom: 0.5rem;
}

.p-team__mascot .desc-profile__list li:not(:last-child) {
	margin-bottom: 1rem;
}

.p-team__mascot .desc-profile__list li p:first-child {
	width: 15.4rem;
}

.p-development {
	padding-block: 13.9rem 17.5rem;
}

.p-development__item:not(:last-child) {
	margin-bottom: 9.6rem;
}

.p-development__ttl {
	font-size: 4rem;
	padding-block: 1.4rem;
}

.p-development__content {
	padding-block: 3.7rem;
}

}

@media (max-width: 768px) {

.p-team__yr {
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}

.p-team__addr .map {
	margin-block: 5rem 3rem;
}

.p-team__mascot .desc {
	max-width: 50.678rem;
	margin: 0 auto;
}

}

