@charset "UTF-8";
body#body-members {
	min-width: 1260px;
}
@media screen and (max-width: 750px) {
	body#body-members {
		min-width: auto;
	}
}

.m_info .dbg_breadCrumb {
	margin: 15px 0;
}
@media screen and (max-width: 750px) {
	.m_info .dbg_breadCrumb {
		margin: 5px 0;
	}
}

.profileContent .ttlArea {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
.profileContent .ttlArea .dbg_h2_02 {
	margin: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-left: none;
}
.profileContent .ttlArea .dbg_h2_02 .dbg_h2 {
	font-size: 22px;
	color: #00822D;
	font-weight: 700;
}
@media (max-width: 768px) {
	.profileContent .ttlArea {
		flex-flow: column;
		border-bottom: none;
		margin-bottom: 0px;
	}
	.profileContent .ttlArea .dbg_h2_02 {
		width: 93vw;
		border-bottom: 1px solid #ccc;
		margin-bottom: 30px;
	}
	.profileContent .ttlArea .dbg_h2_02 .dbg_h2 {
		font-size: 20px !important;
	}
}

@media screen and (max-width: 750px) {
	#content {
		padding: 0;
	}
}
@media screen and (min-width: 751px) {
	.profileBase .mainImg {
		width: 234px;
	}
}
@media screen and (min-width: 751px) {
	.profileBase {
		width: 100%;
	}
}
.m_info .mainCont {
	width: 1200px;
	margin: 0 auto;
	float: none;
}
@media screen and (max-width: 750px) {
	.m_info .mainCont {
		width: 100%;
		margin-bottom: 39px;
	}
}

#content {
	width: 100%;
	/*------------------------------------
		member-bg
	------------------------------------ */
	/*背景の大きな名前 */
	/*------------------------------------
		member（レイアウト本体）
	------------------------------------*/
}
@media screen and (max-width: 750px) {
	#content {
		width: 100%;
	}
}

#content table {
		table-layout: fixed;
		border: none;
}

#content th {
	background: #00822d;
	color: #fff;
	border: none;
	border-radius: 0;
	position: relative;
	font-size: 14px;
	text-align: center;
	padding: 14px 0;
}

#content th:after {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 0;
	width: 1px;
	background: #EBEBEB;
}

#content table td {
	border: none;
	position: relative;
	font-size: 14px;
	box-sizing: border-box;
	height: 50px;
	text-align: center;
}

#content table td:after {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 0;
	width: 1px;
	background: #ebebeb;
}

#content table th:last-child:after,
#content table td:last-child:after {
	content: none;
}

@media (max-width: 768px) {
	#content th {
		font-size: 13px;
		padding: 4px;
	}
	#content table td {
		font-size: 13px;
	}
}

#content table tbody {
	border-bottom: 2px solid #D9D9D9;
}

#content .member-bg {
	position: relative;
	padding: 45px 0 80px;
	/* ▼ SP だけ：左右に余白 */
}
#content .member-bg.no-stats-list {
	margin-bottom: 80px;
}
@media (max-width: 768px) {
	#content .member-bg {
		padding: 20px 12px 75px;
	}
	#content .member-bg.no-stats-list {
		padding: 20px 12px 30px;
		margin-bottom: 60px;
	}
}
#content .member-bg::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	background: url("/assets-scalable/jlpga/images/members/member-bk.png") center top/cover no-repeat;
	/* ▼ SP はそのまま画面幅フィット */
}
@media (max-width: 1200px) {
	#content .member-bg::before {
		width: 100%;
	}
}
#content .member-namebk {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	font-family: "JLPGA-Regular", sans-serif;
	color: #E4ECE7;
	font-size: 304px;
	font-weight: 400;
	line-height: 80%;
	text-transform: uppercase;
	overflow: hidden;
	/* ▼ SP：可変サイズに */
}
@media (max-width: 1200px) {
	#content .member-namebk {
		width: 100%;
	}
}
@media (max-width: 768px) {
	#content .member-namebk {
		width: 100%;
		font-size: 40vw;
	}
}
#content .member {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	gap: 24px;
	align-items: center;
	/*▼ SP：2カラム Grid に。列間は gap で一定 */
	/*------------------------------
		写真
	------------------------------*/
	/*------------------------------
		右側コンテンツ
	------------------------------*/
}
@media (max-width: 768px) {
	#content .member {
		display: grid;
		/* 画像列は 110〜34vw の範囲で可変、右列は残りすべて */
		grid-template-columns: minmax(110px, 140px) minmax(0, 1fr);
		grid-template-areas: "photo head" "photo meta" "quals quals";
		-moz-column-gap: 14px;
		column-gap: 14px;
		row-gap: 14px;
		align-items: start;
	}
}
#content .member h3 {
	border-bottom: none;
	font-size: 36px;
	padding-bottom: 0;
	margin-bottom: 15px;
}
#content .member h3 span {
	display: block;
	font-size: 12px;
	color: #878787;
	padding-top: 20px;
}
@media (max-width: 768px) {
	#content .member .member-photo {
		grid-area: photo;
		/* Grid の列幅にフィットだけさせる（余白は gap で管理） */
		flex: none;
	}
}
#content .member .member-photo img {
	display: block;
	width: 234px;
	height: auto;
	/* ▼ SP：列幅いっぱい。固定pxは使わず見切れ防止 */
}
@media (max-width: 768px) {
	#content .member .member-photo img {
		width: 140px;
	}
}
#content .member .member-body {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	grid-template-columns: 0.55fr 1fr;
	grid-template-areas: "head  quals" "meta  meta";
	-moz-column-gap: 24px;
	column-gap: 24px;
	position: relative;
	/*--------------------------
			ヘッダー（名前・SNS）
	--------------------------*/
	/*--------------------------
			基本情報（所属／出身地…）
	--------------------------*/
	/*--------------------------
			資格（シード／ティーチング）
	--------------------------*/
}
#content .member .member-body:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -40px;
	left: 0;
	border-bottom: 1px solid #E2E2E2;
	width: 100%;
}
@media (max-width: 768px) {
	#content .member .member-body:after {
		border-bottom: none;
	}
}
@media (max-width: 768px) {
	#content .member .member-body {
		display: contents;
	}
}
@media (max-width: 768px) {
	#content .member .member-body .member-head,
	#content .member .member-body .member-meta,
	#content .member .member-body .member-quals {
		min-width: 0;
	}
}
#content .member .member-body .member-head {
	grid-area: head;
}
#content .member .member-body .member-head .member-name {
	font-size: 36px;
	margin: 0;
	font-weight: 500;
}
@media (max-width: 768px) {
	#content .member .member-body .member-head .member-name {
		font-size: 18px;
		font-weight: 500;
	}
}
#content .member .member-body .member-head .member-en {
	color: #878787;
	margin-top: 6px;
	font-size: 12px;
}
#content .member .member-body .member-head .member-sns {
	display: flex;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 6px 0 0;
	/* 必要ならSPサイズ微調整 */
}
@media (max-width: 768px) {
	#content .member .member-body .member-head .member-sns {
		margin-top: 6px;
	}
}
#content .member .member-body .member-meta {
	grid-area: meta;
	display: flex;
	gap: 80px;
	flex-wrap: nowrap;
	margin: 0;
	/* ▼ SP：1列の中でラベルと値の2カラムにして折り返し安全 */
	/* 行ごとに 〔ラベル  値〕 の2カラム */
}
@media (max-width: 768px) {
	#content .member .member-body .member-meta {
		display: grid;
		grid-template-columns: 1fr;
		gap: 6px;
		flex-wrap: wrap;
	}
}
@media (max-width: 768px) {
	#content .member .member-body .member-meta > div {
		display: grid;
		grid-template-columns: 50px minmax(0, 1fr);
		-moz-column-gap: 8px;
		column-gap: 8px;
		align-items: baseline;
	}
	#content .member .member-body .en.member-meta > div {
		grid-template-columns: 70px minmax(0, 1fr);
	}
}
#content .member .member-body .member-meta dt {
	margin: 0 0 4px;
	font-weight: 600;
	font-size: 14px;
}
@media (max-width: 768px) {
	#content .member .member-body .member-meta dt {
		font-size: 12px;
		margin: 0;
	}
}
#content .member .member-body .member-meta dd {
	font-size: 14px;
	/* 長い文字でも隠れず折り返し */
}
@media (max-width: 768px) {
	#content .member .member-body .member-meta dd {
		white-space: normal;
		word-break: break-word;
		overflow-wrap: anywhere;
		font-size: 12px;
	}
}
#content .member .member-body .member-quals {
	display: flex;
	justify-content: flex-end;
	gap: 18px;
	max-width: 582px;
	margin-left: auto;
	width: 100%;
}
@media (max-width: 768px) {
	#content .member .member-body .member-quals {
		grid-column: 1/-1;
		/* ← 横いっぱい */
		max-width: none;
		margin-left: 0;
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}
}
#content .member .member-body .member-quals .qual {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: column;
	background: #fff;
	padding: 12px 26px;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.02);
	border-radius: 0 10px 10px 0;
	position: relative;
	max-width: 600px;
	word-break: break-word;
	overflow-wrap: anywhere;
	height: 56px;
}
@media (max-width: 768px) {
	#content .member .member-body .member-quals .qual {
		flex-flow: column;
		align-items: flex-start;
		border-radius: 6px;
		padding: 0;
		max-width: none;
		width: 100%;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
		height: auto;
	}
}
#content .member .member-body .member-quals .qual:before {
	display: block;
	content: "";
	position: absolute;
	left: -8px;
	top: 0;
	height: 100%;
	border-radius: 10px 0 0 10px;
}
#content .member .member-body .member-quals .qual p {
	font-size: 12px;
	line-height: 1.4;
}
@media (max-width: 768px) {
	#content .member .member-body .member-quals .qual p {
		font-size: 12px;
		font-weight: 700;
		width: 100%;
		color: #fff;
		border-radius: 6px 6px 0 0;
		padding: 5px 10px;
	}
}
#content .member .member-body .member-quals .qual span {
	font-size: 16px;
	display: block;
}
@media (max-width: 768px) {
	#content .member .member-body .member-quals .qual span {
		font-size: 12px;
		padding: 5px 10px;
	}
}
@media (min-width: 751px) {
	#content .member .member-body .member-quals .qual.seed:before {
		border-left: 8px solid #96BE00;
	}
	#content .member .member-body .member-quals .qual.teaching:before {
		border-left: 8px solid #b4a073
	}
}

#content .member .member-body .member-quals .qual.seed span {
	color: #96BE00;
}
@media (max-width: 768px) {
	#content .member .member-body .member-quals .qual.seed p {
		background: #96BE00;
	}
}
#content .member .member-body .member-quals .qual.teaching span {
	color: #B4A073;
}
@media (max-width: 768px) {
	#content .member .member-body .member-quals .qual.teaching p {
		background: #B4A073;
	}
}

.member-sns {
	display: flex;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.member-sns li {
	background: #fff;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ebebeb;
}
.member-sns li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.member-sns li a i {
	font-size: 16px;
	color: #878787;
}
@media (max-width: 768px) {
	.member-sns li a i {
		font-size: 14px;
	}
}

.stats-list {
	display: flex;
	gap: 20px;
	position: relative;
	top: -60px;
	max-width: 1200px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.stats-list {
		gap: 5px;
		margin: 0 12px -20px;
	}
}

.stats-item {
	background: #fff;
	border-radius: 10px;
	padding: 18px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 384px;
	height: 110px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.stats-item {
		padding: 10px 10px 13px;
		height: 70px;
		max-width: 100%;
		border-radius: 6px;
	}
}
.stats-item:nth-of-type(1) .stats-head img {
	width: 193px;
	height: auto;
}
@media (max-width: 768px) {
	.stats-item:nth-of-type(1) .stats-head img {
		width: 144px;
	}
}
.stats-item:nth-of-type(2) .stats-head img {
	width: 122px;
	height: auto;
}
@media (max-width: 768px) {
	.stats-item:nth-of-type(2) .stats-head img {
		width: 85px;
	}
}

.stats-head {
	display: flex;
	align-items: center;
	gap: 8px;
}

@media (min-width: 767px) {
	.stats-item:nth-of-type(2) .stats-head {
		padding-bottom: 4px;
	}
}
.stats-logo {
	height: 20px;
}

.stats-label {
	font-size: 14px;
	font-weight: bold;
}

.stats-body {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 12px;
	line-height: 1;
	position: relative;
	top: 7px;
	left: 4px;
}
@media (max-width: 768px) {
	.stats-body {
		gap: 5px;
	}
}

.stats-date,
.stats-text {
	font-size: 12px;
	color: #878787;
}
@media (max-width: 768px) {
	.stats-date,
	.stats-text {
		font-size: 12px;
	}
}

.stats-value {
	font-size: 60px;
	font-weight: bold;
	color: #00822d;
	font-family: "JLPGA-Regular", sans-serif;
	letter-spacing: 3px;
	line-height: 1;
}
@media (max-width: 768px) {
	.stats-value {
		font-size: 30px;
	}
}

.profileNav {
	background: #f6f6f6;
	padding: 4px;
	border-radius: 60px;
	margin: 0 0 40px;
}
@media (max-width: 768px) {
	.profileNav {
		margin: 0 12px 30px;
	}
}

@media (max-width: 768px) {
	.arrow-box {
		display: flex;
		justify-content: end;
		padding-right: 80px;
		margin-top: 20px;
	}
}
@media (max-width: 768px) {
	.arrow-box .arrow {
		display: inline-block;
		position: relative;
		font-size: 11px;
		font-weight: 400;
		color: #878787;
		text-transform: capitalize;
		margin-bottom: 10px;
		padding-left: 40px;
	}
}

.tabSwitchBtn {
	display: flex;
	overflow-x: auto; /* 横スクロール許可 */
	overflow-y: hidden; /* 縦方向は非表示 */
	white-space: nowrap;
	-webkit-overflow-scrolling: touch; /* スマホで慣性スクロール */
	/* ↓ スクロールバー非表示設定 */
	scrollbar-width: none; /* Firefox */
}

/* 横線＋斜め上の矢印 */
.arrow::before,
.arrow::after {
	content: "";
	position: absolute;
	background: #878787;
	right: -61px;
	transform: translateY(-50%);
}

/* 横線部分 */
.arrow::before {
	width: 60px;
	height: 1px;
	top: -3px;
}

/* 矢印の先端部分 */
.arrow::after {
	width: 12px;
	height: 1px;
	transform: rotate(-145deg);
	right: -62px;
	top: calc(50% - 16px);
	left: auto;
}

.tabSwitchBtn {
	display: flex;
	justify-content: space-between; /* 均等配置 */
	gap: 4px;
}
@media (max-width: 768px) {
	.tabSwitchBtn {
		display: flex;
		overflow-x: auto; /* 横スクロールを許可 */
		overflow-y: hidden; /* 縦方向のスクロールは非表示 */
		white-space: nowrap; /* 折り返し防止 */
		-webkit-overflow-scrolling: touch; /* スマホでの慣性スクロール */
		scrollbar-width: none; /* Firefoxでスクロールバー非表示 */
	}
}
.tabSwitchBtn li {
	flex: 1 1 0;
	text-align: center;
	border-radius: 60px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	color: #878787;
	background: none;
}
@media (max-width: 768px) {
	.tabSwitchBtn li {
		flex: 1 1 auto; /* 子要素を縮ませず、横に並べる */
		margin-right: 8px;
	}
}
.tabSwitchBtn li:hover {
	background: rgba(0, 0, 0, 0.05);
	color: #00822D;
}
.tabSwitchBtn li.cur {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%), #00822D;
	color: #fff;
}

.profileNav {
	position: relative;
	overflow: hidden; /* スクロールバーを見せないための設定 */
}
.profileNav:before, .profileNav:after {
	display: block;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 22%;
	transform: translateY(-50%);
	font-size: 14px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s;
	pointer-events: none;
}
.profileNav:before {
	content: "";
	left: 10px;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	content: "\f105";
	transform: rotate(180deg);
}
.profileNav:after {
	content: ">";
	right: 10px;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	content: "\f105";
	transform: rotate(0deg);
}

.profileNav.is-scrollable:not(.is-at-end)::after {
	opacity: 1;
	pointer-events: auto;
}
.profileNav.is-scrollable:not(.is-at-start)::before {
	opacity: 1;
	pointer-events: auto;
}

.profileNav ul > li.cur {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%), #00822D !important;
	color: #fff !important;
}

.profileNav ul > li:hover {
	background: none;
	color: #878787;
}

.profileNav ul > li {
	color: #878787;
	font-weight: 700;
	padding: 5px 10px;
	margin: 0;
	border: none;
	background: none;
}

@media screen and (min-width: 751px) {
	.profileNav ul > li {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.profileNav ul > li {
		padding: 12px 10px;
		min-width: 130px;
		font-size: 12px;
	}
}

.top-sticky {
	width: 100% !important;
}

.profileContent h4 {
	font-size: 18px;
	color: #00822D;
	font-weight: 700;
	padding: 0 0 15px;
}
@media (max-width: 768px) {
	.profileContent h4 {
		font-size: 14px;
	}
}
.profileContent h4 span {
	font-size: 14px;
	color: #333;
	padding-left: 15px;
}
@media (max-width: 768px) {
	#content .clearfix :is(.records, .stats, .total, .allTimeRecord, .profile, .news, .lesson) {
		margin: 0 12px;
	}
}
/*# sourceMappingURL=info-common.css.map */