/* =========================================================
   SHARK STYLE GYM STAFF PAGE
   Desktop / Notebook / Tablet / Smartphone
========================================================= */


.staff-members,
.staff-members * {
	box-sizing: border-box;
}

.staff-members {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 90px 0 20px;
}

.staff-members__heading {
	margin-bottom: 58px;
	text-align: center;
}

.staff-members__en {
	margin: 0 0 12px;
	color: #2fc8c1;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .24em;
}

.staff-members__heading h2 {
	margin: 0 0 20px;
	color: #153b43;
	font-size: clamp(42px, 5vw, 68px);
	font-weight: 800;
	line-height: 1.2;
}

.staff-members__lead {
	margin: 0;
	color: #687c82;
	font-size: 16px;
	line-height: 2;
}

.staff-members__list {
	width: 100%;
}

.staff-member {
	width: 100%;
	border-top: 1px solid #d5e5e3;
}

.staff-member:last-child {
	border-bottom: 1px solid #d5e5e3;
}

.staff-member__summary {
	display: grid;
	grid-template-columns: clamp(220px, 27vw, 360px) minmax(0, 1fr) 58px;
	align-items: center;
	gap: clamp(36px, 5vw, 66px);
	width: 100%;
	padding: 48px 15px;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
	transition: background .25s ease, padding-left .25s ease;
}

.staff-member__summary:hover {
	padding-left: 28px;
	background: #f7fbfa;
}

.staff-member__image {
	position: relative;
	min-width: 0;
}

.staff-member__image img {
	display: block;
	width: 100%;
	height: clamp(285px, 31vw, 430px);
	border-radius: 38px 0 38px 0;
	object-fit: cover;
	object-position: center;
}

.staff-member__number {
	position: absolute;
	right: -18px;
	bottom: -18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background: #2fc8c1;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
}

.staff-member__basic {
	min-width: 0;
}

.staff-member__position {
	margin: 0 0 18px;
	color: #2fbfb9;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .16em;
}

.staff-member__basic h3 {
	margin: 0 0 28px;
	padding: 24px 30px;
	background: #32c9c2;
	color: #153b43;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(48px, 5vw, 74px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: .08em;
}

.staff-member__catch {
	margin: 0;
	color: #62767c;
	font-size: clamp(15px, 1.5vw, 20px);
	line-height: 2;
}

.staff-member__toggle {
	position: relative;
	display: block;
	width: 52px;
	height: 52px;
	border: 1px solid #31c7c0;
	border-radius: 50%;
}

.staff-member__toggle::before,
.staff-member__toggle::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 1px;
	background: #31c7c0;
	content: "";
	transform: translate(-50%, -50%);
	transition: transform .25s ease;
}

.staff-member__toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.staff-member.is-open .staff-member__toggle::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.staff-member__detail {
	display: none;
	width: 100%;
	padding: 0 15px 58px clamp(160px, 18vw, 285px);
}

/* =========================================================
   FOUNDER / RUIKI
========================================================= */

.staff-member--founder {
	position: relative;
	margin-bottom: 72px;
	padding: 48px;
	overflow: hidden;
	border: 0;
	border-radius: 42px 0 42px 0;
	background: linear-gradient(135deg, #153f47 0%, #0e3037 100%);
}

.staff-member--founder::before,
.staff-member--founder::after {
	position: absolute;
	border: 1px solid rgba(88, 236, 225, .15);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.staff-member--founder::before {
	top: -130px;
	right: -80px;
	width: 360px;
	height: 360px;
}

.staff-member--founder::after {
	right: 100px;
	bottom: -180px;
	width: 300px;
	height: 300px;
}

.staff-member--founder .staff-member__summary {
	position: relative;
	z-index: 2;
	grid-template-columns: clamp(280px, 30vw, 380px) minmax(0, 1fr) 62px;
	gap: clamp(42px, 5vw, 72px);
	padding: 0;
}

.staff-member--founder .staff-member__summary:hover {
	padding-left: 0;
	background: transparent;
}

.staff-member--founder .staff-member__image img {
	height: clamp(390px, 38vw, 500px);
	border-radius: 38px 0 38px 0;
}

.staff-member--founder .staff-member__number {
	border: 5px solid #153f47;
}

.staff-member--founder .staff-member__basic::before {
	display: inline-flex;
	align-items: center;
	margin-bottom: 18px;
	padding: 7px 14px;
	border: 1px solid rgba(91, 239, 223, .45);
	border-radius: 999px;
	background: rgba(91, 239, 223, .08);
	color: #67f0e4;
	content: "FOUNDER & REPRESENTATIVE";
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .16em;
}

.staff-member--founder .staff-member__position {
	color: #67f0e4;
}

.staff-member--founder .staff-member__basic h3 {
	background: #fff;
	color: #153f47;
}

.staff-member--founder .staff-member__catch {
	color: rgba(255, 255, 255, .78);
}

.staff-member--founder .staff-member__toggle {
	border-color: rgba(103, 240, 228, .75);
}

.staff-member--founder .staff-member__toggle::before,
.staff-member--founder .staff-member__toggle::after {
	background: #67f0e4;
}

.staff-member--founder .staff-member__detail {
	position: relative;
	z-index: 2;
	padding: 54px 0 0;
}

/* Career preview */
.founder-career-preview {
	max-width: 760px;
	margin-top: 30px;
}

.founder-career-preview__title {
	margin: 0 0 12px;
	color: #67f0e4;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .22em;
}

.founder-career-preview__items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, .18);
	border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.founder-career-preview__item {
	min-width: 0;
	padding: 18px 18px 18px 0;
}

.founder-career-preview__item+.founder-career-preview__item {
	padding-left: 20px;
	border-left: 1px solid rgba(255, 255, 255, .18);
}

.founder-career-preview__number {
	display: block;
	margin-bottom: 7px;
	color: #67f0e4;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	font-weight: 700;
}

.founder-career-preview__item p {
	margin: 0;
	color: rgba(255, 255, 255, .64);
	font-size: 11px;
	line-height: 1.7;
}

.founder-career-preview__item strong {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.founder-career-preview__item--record strong {
	color: #ff6b61;
	font-size: 17px;
	letter-spacing: .04em;
}

.founder-career-preview__more {
	display: flex;
	align-items: center;
	gap: 11px;
	margin: 17px 0 0;
	color: rgba(255, 255, 255, .78);
	font-size: 11px;
	font-weight: 700;
}

.founder-career-preview__more span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 23px;
	height: 23px;
	border: 1px solid rgba(103, 240, 228, .7);
	border-radius: 50%;
	color: #67f0e4;
}

/* Founder detail */
.staff-profile {
	width: 100%;
	overflow: hidden;
	border-radius: 34px 0 34px 0;
	background: #f2f9f8;
	box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
}

.staff-profile__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 34%);
	background: #153f47;
}

.staff-profile__hero-copy {
	min-width: 0;
	padding: 46px 48px;
}

.staff-profile__small,
.staff-profile__timeline-head p,
.staff-profile__section-title p,
.staff-profile__message-en {
	margin: 0 0 16px;
	color: #5ee8df;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .2em;
}

.staff-profile__hero-copy h4 {
	margin: 0 0 22px;
	color: #fff;
	font-size: clamp(22px, 2.3vw, 29px);
	line-height: 1.65;
}

.staff-profile__hero-copy>p:last-child {
	margin: 0;
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
	line-height: 2;
}

.staff-profile__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-left: 1px solid rgba(255, 255, 255, .12);
}

.staff-profile__stats div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-left: 1px solid rgba(255, 255, 255, .12);
}

.staff-profile__stats div:first-child {
	border-left: 0;
}

.staff-profile__stats strong {
	color: #61efe3;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(36px, 4vw, 50px);
	font-weight: 400;
}

.staff-profile__stats span {
	margin-top: 6px;
	color: rgba(255, 255, 255, .65);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .08em;
}

.staff-profile__timeline {
	display: grid;
	grid-template-columns: minmax(150px, 22%) minmax(0, 1fr);
	gap: 44px;
	padding: 52px 48px;
}

.staff-profile__timeline-head h4,
.staff-profile__section-title h4 {
	margin: 0;
	color: #153f47;
	font-size: 25px;
}

.staff-profile__timeline-list {
	position: relative;
	min-width: 0;
}

.staff-profile__timeline-list::before {
	position: absolute;
	top: 7px;
	bottom: 8px;
	left: 105px;
	width: 1px;
	background: #b9dddd;
	content: "";
}

.staff-profile__timeline-item {
	position: relative;
	display: grid;
	grid-template-columns: 105px minmax(0, 1fr);
	gap: 30px;
	padding-bottom: 34px;
}

.staff-profile__timeline-item:last-child {
	padding-bottom: 0;
}

.staff-profile__year {
	position: relative;
	padding-top: 2px;
	color: #25afa9;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	font-weight: 700;
	text-align: right;
}

.staff-profile__year::after {
	position: absolute;
	top: 4px;
	right: -8px;
	width: 12px;
	height: 12px;
	border: 2px solid #2ec8c1;
	border-radius: 50%;
	background: #f2f9f8;
	content: "";
}

.staff-profile__timeline-text {
	min-width: 0;
}

.staff-profile__timeline-text h5 {
	margin: 0 0 10px;
	color: #153f47;
	font-size: 16px;
	line-height: 1.7;
}

.staff-profile__timeline-text p {
	margin: 0;
	color: #6a7d82;
	font-size: 12px;
	line-height: 1.9;
}

.career-highlight {
	position: relative;
	z-index: 1;
	display: inline-block;
	color: #d9362b;
	font-weight: 800;
	letter-spacing: .04em;
}

.career-highlight::after {
	position: absolute;
	right: 0;
	bottom: 1px;
	left: 0;
	z-index: -1;
	height: 6px;
	background: rgba(217, 54, 43, .14);
	content: "";
}

.staff-profile__speciality {
	display: grid;
	grid-template-columns: minmax(150px, 22%) minmax(0, 1fr);
	gap: 44px;
	margin: 0 48px;
	padding: 38px 0;
	border-top: 1px solid #d3e7e5;
	border-bottom: 1px solid #d3e7e5;
}

.staff-profile__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.staff-profile__tags span,
.staff-standard-profile__tags span {
	display: inline-flex;
	align-items: center;
	padding: 9px 14px;
	border: 1px solid rgba(48, 201, 195, .38);
	border-radius: 999px;
	background: #f8fcfb;
	color: #31545a;
	font-size: 11px;
	font-weight: 700;
}

.staff-profile__message {
	padding: 44px 48px 50px;
}

.staff-profile__message-main {
	margin: 0 0 20px;
	color: #153f47;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.8;
}

.staff-profile__message-main strong {
	color: #2bbcb5;
}

.staff-profile__message-text {
	margin: 0;
	color: #687c82;
	font-size: 13px;
	line-height: 2;
}

/* =========================================================
   STANDARD STAFF
========================================================= */

.staff-member--standard .staff-member__basic h3 {
	background: #edf8f7;
}

.staff-member--standard .staff-member__number {
	border: 2px solid #31c7c0;
	background: #fff;
	color: #27b8b2;
}

.staff-standard-profile {
	overflow: hidden;
	border: 1px solid #d8e9e7;
	border-radius: 24px 0 24px 0;
	background: #fff;
}

.staff-standard-profile__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	padding: 34px 42px;
	background: #eef8f7;
}

.staff-standard-profile__en,
.staff-standard-profile__label {
	margin: 0 0 9px;
	color: #30aaa4;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .2em;
}

.staff-standard-profile__header h4 {
	margin: 0;
	color: #153f47;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	letter-spacing: .08em;
}

.staff-standard-profile__role {
	margin: 0;
	color: #30aaa4;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .16em;
}

.staff-standard-profile__body {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
	gap: 44px;
	padding: 42px;
}

.staff-standard-profile__block h5 {
	margin: 0 0 16px;
	color: #153f47;
	font-size: 20px;
	line-height: 1.7;
}

.staff-standard-profile__block>p:last-child {
	margin: 0;
	color: #687c82;
	font-size: 13px;
	line-height: 2;
}

.staff-standard-profile__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

/* =========================================================
   NOTEBOOK
========================================================= */

@media screen and (max-width: 1280px) {
	.staff-members {
		padding: 78px 0 10px;
	}

	.staff-member__summary {
		grid-template-columns: clamp(190px, 24vw, 250px) minmax(0, 1fr) 46px;
		gap: 34px;
		padding: 34px 10px;
	}

	.staff-member__image img {
		height: clamp(250px, 28vw, 320px);
	}

	.staff-member__detail {
		padding-left: clamp(110px, 14vw, 190px);
	}

	.staff-member--founder {
		padding: 36px;
	}

	.staff-member--founder .staff-member__summary {
		grid-template-columns: clamp(230px, 27vw, 300px) minmax(0, 1fr) 50px;
		gap: 36px;
	}

	.staff-member--founder .staff-member__image img {
		height: 375px;
	}

	.staff-member--founder .staff-member__detail {
		padding-left: 0;
	}
}

@media screen and (max-width: 1024px) {
	.staff-member__detail {
		padding: 0 0 42px;
	}

	.staff-profile__hero {
		grid-template-columns: minmax(0, 1fr) 300px;
	}

	.staff-profile__timeline,
	.staff-profile__speciality {
		grid-template-columns: 145px minmax(0, 1fr);
		gap: 28px;
	}

	.staff-profile__timeline {
		padding: 42px 30px;
	}

	.staff-profile__speciality {
		margin: 0 30px;
	}

	.staff-profile__message {
		padding: 40px 30px 44px;
	}

	.staff-standard-profile__body {
		grid-template-columns: 1fr;
		gap: 30px;
		padding: 34px 30px;
	}
}

/* =========================================================
   SMARTPHONE
========================================================= */

@media screen and (max-width: 768px) {
	.staff-members {
		padding: 58px 0 10px;
	}

	.staff-members__heading {
		margin-bottom: 34px;
	}

	.staff-members__heading h2 {
		font-size: 30px;
	}

	.staff-members__lead {
		font-size: 13px;
		text-align: left;
	}

	.staff-member__summary {
		grid-template-columns: 94px minmax(0, 1fr) 30px;
		gap: 14px;
		padding: 20px 2px;
	}

	.staff-member__summary:hover {
		padding-left: 2px;
		background: transparent;
	}

	.staff-member__image img {
		height: 122px;
		border-radius: 22px 0 22px 0;
	}

	.staff-member__number {
		right: -6px;
		bottom: -6px;
		width: 36px;
		height: 36px;
		font-size: 9px;
	}

	.staff-member__position {
		margin-bottom: 6px;
		font-size: 7px;
		letter-spacing: .1em;
	}

	.staff-member__basic h3 {
		margin-bottom: 9px;
		padding: 9px 11px;
		font-size: 24px;
	}

	.staff-member__catch {
		font-size: 10px;
		line-height: 1.65;
	}

	.staff-member__toggle {
		width: 29px;
		height: 29px;
	}

	.staff-member__toggle::before,
	.staff-member__toggle::after {
		width: 12px;
	}

	.staff-member__detail {
		padding: 0 0 28px;
	}

	.staff-member--founder {
		margin-bottom: 42px;
		padding: 22px 18px 28px;
		border-radius: 28px 0 28px 0;
	}

	.staff-member--founder .staff-member__summary {
		grid-template-columns: 105px minmax(0, 1fr) 30px;
		gap: 14px;
	}

	.staff-member--founder .staff-member__image img {
		height: 150px;
	}

	.staff-member--founder .staff-member__number {
		width: 40px;
		height: 40px;
		border-width: 3px;
	}

	.staff-member--founder .staff-member__basic::before {
		margin-bottom: 7px;
		padding: 4px 7px;
		font-size: 6px;
		letter-spacing: .07em;
	}

	.staff-member--founder .staff-member__position {
		font-size: 6px;
	}

	.staff-member--founder .staff-member__basic h3 {
		padding: 9px 11px;
		font-size: 25px;
	}

	.staff-member--founder .staff-member__detail {
		padding-top: 28px;
	}

	.founder-career-preview {
		grid-column: 1 / -1;
		width: 100%;
		margin-top: 20px;
	}

	.founder-career-preview__items {
		display: block;
	}

	.founder-career-preview__item {
		display: grid;
		grid-template-columns: 28px minmax(0, 1fr);
		gap: 8px;
		padding: 12px 0;
	}

	.founder-career-preview__item+.founder-career-preview__item {
		padding-left: 0;
		border-top: 1px solid rgba(255, 255, 255, .14);
		border-left: 0;
	}

	.founder-career-preview__number {
		margin-top: 2px;
	}

	.founder-career-preview__item p {
		font-size: 10px;
	}

	.founder-career-preview__item strong {
		font-size: 12px;
	}

	.founder-career-preview__item--record strong {
		font-size: 15px;
	}

	.founder-career-preview__more {
		font-size: 9px;
	}

	.staff-profile {
		border-radius: 22px 0 22px 0;
	}

	.staff-profile__hero {
		display: block;
	}

	.staff-profile__hero-copy {
		padding: 28px 20px;
	}

	.staff-profile__hero-copy h4 {
		font-size: 20px;
	}

	.staff-profile__stats {
		min-height: 105px;
		border-top: 1px solid rgba(255, 255, 255, .12);
		border-left: 0;
	}

	.staff-profile__timeline {
		display: block;
		padding: 34px 19px;
	}

	.staff-profile__timeline-head {
		margin-bottom: 28px;
	}

	.staff-profile__timeline-list::before {
		left: 41px;
	}

	.staff-profile__timeline-item {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 18px;
		padding-bottom: 29px;
	}

	.staff-profile__year {
		font-size: 9px;
	}

	.staff-profile__year::after {
		right: -8px;
	}

	.staff-profile__timeline-text h5 {
		font-size: 18px;
	}

	.staff-profile__timeline-text p {
		font-size: 11px;
	}

	.staff-profile__speciality {
		display: block;
		margin: 0 19px;
		padding: 30px 0;
	}

	.staff-profile__section-title {
		margin-bottom: 20px;
	}

	.staff-profile__message {
		padding: 34px 19px 38px;
	}

	.staff-profile__message-main {
		font-size: 18px;
	}

	.staff-standard-profile__header {
		display: block;
		padding: 26px 20px;
	}

	.staff-standard-profile__role {
		margin-top: 9px;
	}

	.staff-standard-profile__body {
		display: block;
		padding: 27px 20px 31px;
	}

	.staff-standard-profile__block+.staff-standard-profile__block {
		margin-top: 28px;
		padding-top: 26px;
		border-top: 1px solid #d8e9e7;
	}

	.pc {
		display: none !important;
	}
}

@media screen and (max-width: 390px) {
	.staff-member__summary {
		grid-template-columns: 82px minmax(0, 1fr) 27px;
		gap: 10px;
	}

	.staff-member__image img {
		height: 108px;
	}

	.staff-member--founder .staff-member__summary {
		grid-template-columns: 95px minmax(0, 1fr) 27px;
		gap: 10px;
	}

	.staff-member--founder .staff-member__image img {
		height: 138px;
	}
}

/* =========================================
   RUIKI経歴タイムライン 最終調整
========================================= */

/* 縦線 */
.staff-profile__timeline-list::before {
	left: 140px !important;
}

/* 1行の構成 */
.staff-profile__timeline-item {
	position: relative;
	grid-template-columns: 120px minmax(0, 1fr) !important;
	gap: 55px !important;
}

/* 年号 */
.staff-profile__year {
	position: static;
	padding: 0 !important;
	padding-top: 2px !important;
	text-align: right;
	white-space: nowrap;
}

/* 年号に付いていた丸を消す */
.staff-profile__year::after {
	display: none !important;
}

/* 丸を各タイムライン行に直接配置 */
.staff-profile__timeline-item::before {
	position: absolute;
	top: 4px;
	left: 132px;
	z-index: 2;
	width: 12px;
	height: 12px;
	box-sizing: content-box;
	border: 2px solid #2ec8c1;
	border-radius: 50%;
	background: #f2f9f8;
	content: "";
}

/* 見出し側 */
.staff-profile__timeline-text {
	min-width: 0;
}

@media screen and (max-width: 768px) {

	.staff-profile__timeline-list::before {
		left: 82px !important;
	}

	.staff-profile__timeline-item {
		grid-template-columns: 68px minmax(0, 1fr) !important;
		gap: 30px !important;
	}

	.staff-profile__timeline-item::before {
		top: 3px;
		left: 74px;
		width: 10px;
		height: 10px;
	}

	.staff-profile__year {
		font-size: 8px !important;
	}

}

/* =========================================================
   CAREER HIGHLIGHTS レスポンシブ最終調整
========================================================= */

.founder-career-preview__items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
}

.founder-career-preview__item {
	min-width: 0;
	padding: 18px 22px;
}

.founder-career-preview__item:first-child {
	padding-left: 0;
}

.founder-career-preview__item:last-child {
	padding-right: 0;
}

.founder-career-preview__text {
	display: block;
	min-width: 0;
	margin: 0;
}

.founder-career-preview__sub,
.founder-career-preview__text strong {
	display: block;
	white-space: nowrap;
}

.founder-career-preview__sub {
	margin-bottom: 6px;
	color: rgba(255, 255, 255, .64);
	font-size: clamp(9px, .78vw, 12px);
	font-weight: 600;
	line-height: 1.5;
}

.founder-career-preview__text strong {
	color: #fff;
	font-size: clamp(11px, .95vw, 15px);
	font-weight: 800;
	line-height: 1.45;
}

.founder-career-preview__item--record .founder-career-preview__text strong {
	color: #ff655c;
	font-size: clamp(14px, 1.2vw, 19px);
}

/* 03だけわずかに文字を小さくして2行を維持 */
.founder-career-preview__item:nth-child(3) .founder-career-preview__sub {
	font-size: clamp(8px, .72vw, 11px);
}

.founder-career-preview__item:nth-child(3) .founder-career-preview__text strong {
	font-size: clamp(10px, .88vw, 14px);
}

@media screen and (min-width: 769px) and (max-width: 1280px) {

	.founder-career-preview__items {
		grid-template-columns:
			minmax(0, .95fr) minmax(0, .9fr) minmax(0, 1.15fr);
	}

	.founder-career-preview__item {
		padding: 14px 12px;
	}

	.founder-career-preview__sub {
		margin-bottom: 4px;
		font-size: clamp(8px, .78vw, 10px);
	}

	.founder-career-preview__text strong {
		font-size: clamp(10px, .9vw, 12px);
	}

	.founder-career-preview__item--record .founder-career-preview__text strong {
		font-size: clamp(13px, 1.25vw, 16px);
	}

	.founder-career-preview__item:nth-child(3) .founder-career-preview__sub {
		font-size: clamp(7px, .72vw, 9px);
	}

	.founder-career-preview__item:nth-child(3) .founder-career-preview__text strong {
		font-size: clamp(9px, .84vw, 11px);
	}
}

@media screen and (max-width: 768px) {

	.founder-career-preview__items {
		display: block;
	}

	.founder-career-preview__item,
	.founder-career-preview__item:first-child,
	.founder-career-preview__item:last-child {
		display: grid;
		grid-template-columns: 30px minmax(0, 1fr);
		gap: 12px;
		padding: 14px 0;
	}

	.founder-career-preview__item+.founder-career-preview__item {
		border-top: 1px solid rgba(255, 255, 255, .14);
		border-left: 0;
	}

	.founder-career-preview__number {
		margin: 2px 0 0;
	}

	.founder-career-preview__sub {
		margin-bottom: 4px;
		font-size: 10px;
		white-space: normal;
	}

	.founder-career-preview__text strong {
		font-size: 13px;
		white-space: normal;
	}

	.founder-career-preview__item--record .founder-career-preview__text strong {
		font-size: 16px;
	}

	.founder-career-preview__item:nth-child(3) .founder-career-preview__sub {
		font-size: 10px;
	}

	.founder-career-preview__item:nth-child(3) .founder-career-preview__text strong {
		font-size: 13px;
	}
}

/* =========================================================
   LOCOMOCO
========================================================= */

.staff-member--rokomoko {
	border-bottom: 1px solid #d5e5e3;
}

.staff-member--rokomoko .staff-member__summary {
	position: relative;
	overflow: hidden;
}

.staff-member--rokomoko .staff-member__summary::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 34%;
	height: 100%;
	background:
		linear-gradient(135deg,
			rgba(47, 200, 193, 0.08),
			rgba(232, 187, 117, 0.12));
	content: "";
	pointer-events: none;
}

.staff-member--rokomoko .staff-member__image img {
	object-position: center 35%;
}

.staff-member--rokomoko .staff-member__basic h3 {
	color: #153b43;
	background:
		linear-gradient(90deg,
			#dff8f6,
			#f8edda);
}

.staff-member--rokomoko .staff-member__number {
	color: #fff;
	border: 0;
	background: #153b43;
}

.rokomoko-profile {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	gap: 30px;
	padding: 40px;
	border: 1px solid #d8e9e7;
	border-radius: 24px 0 24px 0;
	background:
		linear-gradient(135deg,
			#f5fcfb 0%,
			#fffaf2 100%);
}

.rokomoko-profile__intro {
	min-width: 0;
}

.rokomoko-profile__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 24px;
	border-bottom: 1px solid #d5e5e3;
}

.rokomoko-profile__heading h4 {
	margin: 0;
	color: #153f47;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 38px;
	letter-spacing: 0.08em;
}

.rokomoko-profile__role {
	margin: 0;
	color: #2fbfb9;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.rokomoko-profile__catch {
	margin: 28px 0 20px;
	color: #153f47;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.7;
}

.rokomoko-profile__text p {
	margin: 0 0 18px;
	color: #62767c;
	font-size: 14px;
	line-height: 2;
}

.rokomoko-profile__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 28px;
}

.rokomoko-profile__tags span {
	padding: 8px 13px;
	color: #167f7c;
	border: 1px solid rgba(47, 200, 193, 0.35);
	border-radius: 999px;
	background: #fff;
	font-size: 11px;
	font-weight: 700;
}

.rokomoko-x {
	overflow: hidden;
	align-self: start;
	border: 1px solid #d6e7e5;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(21, 59, 67, 0.08);
}

.rokomoko-x__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding: 22px 24px;
	color: #fff;
	background: #153b43;
}

.rokomoko-x__heading p {
	margin: 0 0 5px;
	color: #2fc8c1;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.rokomoko-x__heading h4 {
	margin: 0;
	color: #fff;
	font-size: 15px;
}

.rokomoko-x__heading>span {
	flex-shrink: 0;
	padding: 6px 9px;
	border-radius: 999px;
	background: #2fc8c1;
	font-size: 9px;
	font-weight: 800;
}

.rokomoko-x__timeline {
	min-height: 430px;
	padding: 5px 16px;
}

.rokomoko-x__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 17px 22px;
	color: #fff;
	background: #153b43;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	transition:
		color 0.25s ease,
		background 0.25s ease;
}

.rokomoko-x__button:hover {
	color: #153b43;
	background: #2fc8c1;
}

/* スマートフォン */
@media screen and (max-width: 768px) {

	.staff-member--rokomoko .staff-member__image img {
		object-position: center 30%;
	}

	.rokomoko-profile {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 24px 16px;
		border-radius: 18px 0 18px 0;
	}

	.rokomoko-profile__heading {
		display: block;
	}

	.rokomoko-profile__heading h4 {
		font-size: 28px;
	}

	.rokomoko-profile__role {
		margin-top: 10px;
	}

	.rokomoko-profile__catch {
		margin: 22px 0 16px;
		font-size: 17px;
	}

	.rokomoko-profile__text p {
		font-size: 12px;
		line-height: 1.9;
	}

	.rokomoko-x__heading {
		padding: 18px 16px;
	}

	.rokomoko-x__heading h4 {
		font-size: 13px;
	}

	.rokomoko-x__timeline {
		min-height: 380px;
		padding: 4px 8px;
	}
}

/* =========================================================
   LOCOMOCO X POSTS
========================================================= */

.rokomoko-posts {
	min-width: 0;
	overflow: hidden;
}

.rokomoko-posts-slider {
	width: 100%;
	margin-top: 20px;
	padding: 4px 2px 45px;
	overflow: hidden;
}

.rokomoko-posts-slider .swiper-wrapper {
	align-items: stretch;
}

.rokomoko-post {
	display: flex;
	flex-direction: column;
	height: auto;
	min-height: 270px;
	padding: 22px;
	border: 1px solid #d5e5e3;
	border-radius: 18px 0 18px 0;
	background: #fff;
	box-shadow: 0 12px 28px rgba(21, 59, 67, 0.08);
}

.rokomoko-post__head {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 25px;
	align-items: center;
	gap: 12px;
}

.rokomoko-post__head img {
	display: block;
	width: 48px;
	height: 48px;
	border: 2px solid #2fc8c1;
	border-radius: 50%;
	object-fit: cover;
	object-position: center 30%;
}

.rokomoko-post__head>div {
	min-width: 0;
}

.rokomoko-post__head strong {
	display: block;
	color: #153b43;
	font-size: 14px;
	line-height: 1.4;
}

.rokomoko-post__head div span {
	display: block;
	margin-top: 2px;
	overflow: hidden;
	color: #788a8e;
	font-size: 11px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rokomoko-post__x {
	color: #153b43;
	font-size: 20px;
	text-align: right;
}

.rokomoko-post__text {
	flex-grow: 1;
	margin: 24px 0 20px;
	color: #344e54;
	font-size: 14px;
	line-height: 1.9;
}

.rokomoko-post time {
	display: block;
	color: #8a9a9e;
	font-size: 10px;
	letter-spacing: 0.08em;
}

.rokomoko-posts-slider .swiper-pagination {
	bottom: 8px;
}

.rokomoko-posts-slider .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	background: #afc4c2;
	opacity: 1;
}

.rokomoko-posts-slider .swiper-pagination-bullet-active {
	width: 22px;
	border-radius: 999px;
	background: #2fc8c1;
}

@media screen and (max-width: 768px) {

	.rokomoko-posts-slider {
		margin-top: 18px;
		padding-bottom: 40px;
		overflow: visible;
	}

	.rokomoko-post {
		min-height: 245px;
		padding: 18px;
	}

	.rokomoko-post__head {
		grid-template-columns: 42px minmax(0, 1fr) 22px;
		gap: 10px;
	}

	.rokomoko-post__head img {
		width: 42px;
		height: 42px;
	}

	.rokomoko-post__text {
		margin: 20px 0 18px;
		font-size: 13px;
	}
}

.rokomoko-profile__data {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 28px;
}

.rokomoko-profile__data>div {
	padding: 15px 17px;
	border: 1px solid #d5e5e3;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.8);
}

.rokomoko-profile__data dt {
	margin-bottom: 5px;
	color: #2fbfb9;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.rokomoko-profile__data dd {
	margin: 0;
	color: #153b43;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {

	.rokomoko-profile__data {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-bottom: 23px;
	}

	.rokomoko-profile__data>div {
		padding: 12px 14px;
	}
}

/* =========================================================
   LOCOMOCO SPECIAL DESIGN
   公式マスコット専用
========================================================= */

/* 通常スタッフの左側余白を解除して横幅を広げる */
.staff-member--rokomoko .staff-member__detail {
	width: 100%;
	max-width: none;
	padding: 0 0 65px;
}

/* マスコット専用の外枠 */
.staff-member--rokomoko .rokomoko-profile {
	position: relative;
	width: 100%;
	max-width: none;
	grid-template-columns:
		minmax(0, 1.25fr) minmax(390px, 0.75fr);
	gap: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 34px 0 34px 0;
	background: #153b43;
	box-shadow:
		0 28px 60px rgba(21, 59, 67, 0.18);
}

/* 上部の西海岸カラーライン */
.staff-member--rokomoko .rokomoko-profile::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 3;
	height: 8px;
	background:
		linear-gradient(90deg,
			#2fc8c1 0 55%,
			#e8bb75 55% 76%,
			#153b43 76% 100%);
	content: "";
}

/* 背景の大きな透かし文字 */
.staff-member--rokomoko .rokomoko-profile::after {
	position: absolute;
	top: 28px;
	left: 35px;
	z-index: 0;
	color: rgba(255, 255, 255, 0.035);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(70px, 9vw, 145px);
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	content: "LOCOMOCO";
	pointer-events: none;
}

/* 左側プロフィール */
.staff-member--rokomoko .rokomoko-profile__intro {
	position: relative;
	z-index: 1;
	padding: 55px 58px 60px;
	color: #fff;
	background:
		radial-gradient(circle at 10% 10%,
			rgba(47, 200, 193, 0.18),
			transparent 38%);
}

/* プロフィール上部 */
.staff-member--rokomoko .rokomoko-profile__heading {
	position: relative;
	padding-bottom: 28px;
	border-bottom:
		1px solid rgba(255, 255, 255, 0.16);
}

.staff-member--rokomoko .rokomoko-profile__heading h4 {
	color: #fff;
	font-size: clamp(42px, 5vw, 68px);
}

.staff-member--rokomoko .staff-standard-profile__en {
	color: #2fc8c1;
}

.staff-member--rokomoko .rokomoko-profile__role {
	padding: 8px 13px;
	color: #153b43;
	border-radius: 999px;
	background: #2fc8c1;
	font-size: 9px;
}

/* キャッチコピー */
.staff-member--rokomoko .rokomoko-profile__catch {
	position: relative;
	margin: 36px 0 28px;
	padding-left: 24px;
	color: #fff;
	font-size: clamp(23px, 2.3vw, 32px);
	line-height: 1.65;
}

.staff-member--rokomoko .rokomoko-profile__catch::before {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	width: 5px;
	border-radius: 999px;
	background: #e8bb75;
	content: "";
}

/* 紹介文章 */
.staff-member--rokomoko .rokomoko-profile__text p {
	color: rgba(255, 255, 255, 0.74);
	font-size: 14px;
	line-height: 2.1;
}

/* 出身地などのプロフィールデータ */
.staff-member--rokomoko .rokomoko-profile__data {
	margin: 0 0 34px;
}

.staff-member--rokomoko .rokomoko-profile__data>div {
	border-color: rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.07);
}

.staff-member--rokomoko .rokomoko-profile__data dt {
	color: #2fc8c1;
}

.staff-member--rokomoko .rokomoko-profile__data dd {
	color: #fff;
}

/* 特徴タグ */
.staff-member--rokomoko .rokomoko-profile__tags span {
	color: #fff;
	border-color: rgba(47, 200, 193, 0.55);
	background: rgba(47, 200, 193, 0.12);
}

/* 「たまに毒舌」だけサンドカラー */
.staff-member--rokomoko .rokomoko-profile__tags span:nth-child(4) {
	color: #153b43;
	border-color: #e8bb75;
	background: #e8bb75;
}

/* X投稿エリア */
.staff-member--rokomoko .rokomoko-posts {
	position: relative;
	z-index: 1;
	min-width: 0;
	padding: 55px 38px 38px;
	background:
		linear-gradient(145deg,
			#f5fcfb,
			#fff9ef);
}

.staff-member--rokomoko .rokomoko-posts__heading h4 {
	color: #153b43;
	font-size: clamp(22px, 2vw, 29px);
	line-height: 1.5;
}

.staff-member--rokomoko .rokomoko-posts__heading>div>p {
	color: #2fbfb9;
	font-weight: 800;
	letter-spacing: 0.15em;
}

/* 投稿カードを少し力強く */
.staff-member--rokomoko .rokomoko-post {
	border: 0;
	border-top: 5px solid #2fc8c1;
	border-radius: 18px 0 18px 0;
	box-shadow:
		0 18px 38px rgba(21, 59, 67, 0.13);
}

/* 下のXボタン */
.staff-member--rokomoko .rokomoko-x__button {
	color: #fff;
	background: #0d292f;
}

.staff-member--rokomoko .rokomoko-x__button:hover {
	color: #153b43;
	background: #e8bb75;
}

/* =========================================================
   LOCOMOCO SP
========================================================= */

@media screen and (max-width: 768px) {

	.staff-member--rokomoko .staff-member__detail {
		padding-bottom: 35px;
	}

	.staff-member--rokomoko .rokomoko-profile {
		display: block;
		border-radius: 24px 0 24px 0;
	}

	.staff-member--rokomoko .rokomoko-profile::after {
		top: 35px;
		left: 16px;
		font-size: 54px;
	}

	.staff-member--rokomoko .rokomoko-profile__intro {
		padding: 40px 20px 42px;
	}

	.staff-member--rokomoko .rokomoko-profile__heading {
		display: block;
	}

	.staff-member--rokomoko .rokomoko-profile__heading h4 {
		font-size: 38px;
	}

	.staff-member--rokomoko .rokomoko-profile__role {
		display: inline-flex;
		margin-top: 13px;
	}

	.staff-member--rokomoko .rokomoko-profile__catch {
		margin: 28px 0 23px;
		padding-left: 17px;
		font-size: 21px;
	}

	.staff-member--rokomoko .rokomoko-profile__text p {
		font-size: 13px;
		line-height: 1.95;
	}

	.staff-member--rokomoko .rokomoko-posts {
		padding: 38px 16px 25px;
	}
}

/* ロコモコの名前と肩書きを縦並びにする */
.staff-member--rokomoko .rokomoko-profile__heading {
	display: block;
}

.staff-member--rokomoko .rokomoko-profile__heading>div {
	width: 100%;
}

.staff-member--rokomoko .rokomoko-profile__role {
	position: static;
	display: inline-flex;
	width: auto;
	max-width: 100%;
	margin: 18px 0 0;
	padding: 8px 14px;
	white-space: normal;
	overflow-wrap: anywhere;
}

@media screen and (min-width: 769px) {

	.staff-member--rokomoko .rokomoko-posts__heading h4 {
		font-size: clamp(22px, 1.8vw, 28px);
		white-space: nowrap;
		word-break: keep-all;
	}
}

/* =========================================================
   LOCOMOCO PROFILE CARD ANIMATION
========================================================= */

.staff-member--rokomoko .rokomoko-profile__data>div {
	position: relative;
	overflow: hidden;
	transform: translateY(0);
	transition:
		transform 0.35s ease,
		border-color 0.35s ease,
		background 0.35s ease,
		box-shadow 0.35s ease;
}

/* 光が流れる装飾 */
.staff-member--rokomoko .rokomoko-profile__data>div::after {
	position: absolute;
	top: -40%;
	left: -70%;
	width: 40%;
	height: 180%;
	background:
		linear-gradient(90deg,
			transparent,
			rgba(255, 255, 255, 0.16),
			transparent);
	content: "";
	transform: rotate(18deg);
	transition: left 0.6s ease;
	pointer-events: none;
}

/* PCでマウスを乗せた時 */
@media (hover: hover) {

	.staff-member--rokomoko .rokomoko-profile__data>div:hover {
		z-index: 2;
		border-color: #2fc8c1;
		background: rgba(47, 200, 193, 0.14);
		box-shadow:
			0 14px 30px rgba(0, 0, 0, 0.18);
		transform:
			translateY(-7px) rotate(-1deg);
	}

	.staff-member--rokomoko .rokomoko-profile__data>div:hover::after {
		left: 130%;
	}
}

/* ロコモコ欄を開いた時に順番に登場 */
.staff-member--rokomoko.is-open .rokomoko-profile__data>div {
	animation:
		rokomokoProfileCardIn 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.staff-member--rokomoko.is-open .rokomoko-profile__data>div:nth-child(1) {
	animation-delay: 0.1s;
}

.staff-member--rokomoko.is-open .rokomoko-profile__data>div:nth-child(2) {
	animation-delay: 0.2s;
}

.staff-member--rokomoko.is-open .rokomoko-profile__data>div:nth-child(3) {
	animation-delay: 0.3s;
}

.staff-member--rokomoko.is-open .rokomoko-profile__data>div:nth-child(4) {
	animation-delay: 0.4s;
}

@keyframes rokomokoProfileCardIn {

	0% {
		opacity: 0;
		transform:
			translateY(28px) scale(0.94);
	}

	60% {
		opacity: 1;
		transform:
			translateY(-5px) scale(1.015);
	}

	100% {
		opacity: 1;
		transform:
			translateY(0) scale(1);
	}
}

/* 項目名をほんの少し点滅させる */
.staff-member--rokomoko.is-open .rokomoko-profile__data dt {
	animation:
		rokomokoLabelGlow 2.8s ease-in-out infinite;
}

.staff-member--rokomoko.is-open .rokomoko-profile__data>div:nth-child(2) dt {
	animation-delay: 0.4s;
}

.staff-member--rokomoko.is-open .rokomoko-profile__data>div:nth-child(3) dt {
	animation-delay: 0.8s;
}

.staff-member--rokomoko.is-open .rokomoko-profile__data>div:nth-child(4) dt {
	animation-delay: 1.2s;
}

@keyframes rokomokoLabelGlow {

	0%,
	100% {
		color: #2fc8c1;
		text-shadow: none;
	}

	50% {
		color: #76f4ed;
		text-shadow:
			0 0 12px rgba(47, 200, 193, 0.55);
	}
}

/* 動きを抑える設定の端末では停止 */
@media (prefers-reduced-motion: reduce) {

	.staff-member--rokomoko .rokomoko-profile__data>div,

	.staff-member--rokomoko .rokomoko-profile__data dt {
		animation: none;
		transition: none;
	}
}

/* =========================================================
   LOCOMOCO「動くのは嫌い」プラカード
========================================================= */

.staff-member--rokomoko .rokomoko-profile__catch {
	margin: 36px 0 30px;
	padding-left: 0;
}

.staff-member--rokomoko .rokomoko-profile__catch::before {
	display: none;
}

.staff-member--rokomoko .rokomoko-profile__catch>p:first-child {
	position: relative;
	margin: 0 0 25px;
	padding-left: 22px;
	color: #fff;
	font-size: clamp(22px, 2.2vw, 31px);
	font-weight: 800;
	line-height: 1.7;
}

.staff-member--rokomoko .rokomoko-profile__catch>p:first-child::before {
	position: absolute;
	top: 4px;
	bottom: 4px;
	left: 0;
	width: 5px;
	border-radius: 999px;
	background: #e8bb75;
	content: "";
}

/* プラカード */
.rokomoko-no-move {
	position: relative;
	width: min(100%, 540px);
	margin: 0 0 22px;
	padding: 25px 75px 24px 28px;
	color: #153b43;
	border: 4px solid #153b43;
	border-radius: 5px;
	background: #fffdf5;
	box-shadow:
		8px 9px 0 #2fc8c1,
		0 20px 38px rgba(0, 0, 0, 0.22);
	transform: rotate(-1.5deg);
}

/* プラカード上部の小さな英字 */
.rokomoko-no-move__label {
	display: block;
	margin-bottom: 9px;
	color: #2a9e9a;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.18em;
}

/* メインの決め台詞 */
.rokomoko-no-move strong {
	display: block;
	color: #153b43;
	font-size: clamp(31px, 3.5vw, 49px);
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: -0.04em;
}

/* 本人談スタンプ */
.rokomoko-no-move small {
	position: absolute;
	right: 14px;
	bottom: 14px;
	display: grid;
	place-items: center;
	width: 49px;
	height: 49px;
	color: #fff;
	border-radius: 50%;
	background: #153b43;
	font-size: 9px;
	font-weight: 800;
	line-height: 1.2;
	transform: rotate(10deg);
}

/* お出迎えは得意 */
.rokomoko-profile__welcoming {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(18px, 1.7vw, 24px);
	font-weight: 700;
	line-height: 1.7;
}

/*
 * 開いた時だけプラカードが現れる。
 * 現れた後は「動くのが嫌い」なので動かない。
 */
.staff-member--rokomoko.is-open .rokomoko-no-move {
	animation:
		rokomokoPlacardIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
	animation-delay: 0.25s;
}

@keyframes rokomokoPlacardIn {

	0% {
		opacity: 0;
		transform:
			translateY(25px) rotate(-5deg);
	}

	70% {
		opacity: 1;
		transform:
			translateY(-4px) rotate(-1deg);
	}

	100% {
		opacity: 1;
		transform:
			translateY(0) rotate(-1.5deg);
	}
}

/* スマートフォン */
@media screen and (max-width: 768px) {

	.staff-member--rokomoko .rokomoko-profile__catch>p:first-child {
		font-size: 20px;
	}

	.rokomoko-no-move {
		width: calc(100% - 7px);
		padding: 21px 58px 20px 19px;
		box-shadow:
			6px 7px 0 #2fc8c1,
			0 15px 30px rgba(0, 0, 0, 0.2);
	}

	.rokomoko-no-move strong {
		font-size: 29px;
	}

	.rokomoko-no-move small {
		right: 10px;
		bottom: 10px;
		width: 42px;
		height: 42px;
		font-size: 8px;
	}

	.rokomoko-profile__welcoming {
		font-size: 17px;
	}
}

/* ========================================
   6つの理由：ブランド見出し
======================================== */

.reason-page .reason-heading--coast {
	position: relative;
	z-index: 2;
	max-width: 1050px;
	margin: 0 auto 70px;
	text-align: center;
}

/* 上部のブランド名 */
.reason-page .reason-heading__small {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 20px;
	color: #078f91;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.22em;
}

.reason-page .reason-heading__small::before,
.reason-page .reason-heading__small::after {
	width: 45px;
	height: 2px;
	background: #20c8c3;
	content: "";
}

/* 見出し全体 */
.reason-page .reason-heading__title {
	margin: 0;
	color: #073e47;
	line-height: 1.2;
}

/* ここなら、運動を続けられる。 */
.reason-page .reason-heading__catch {
	display: block;
	margin-bottom: 11px;
	color: #073e47;
	font-size: clamp(25px, 2.3vw, 38px);
	font-weight: 700;
	letter-spacing: 0.04em;
}

/* 選ばれる6つの理由 */
.reason-page .reason-heading__main {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	font-size: clamp(39px, 4.6vw, 70px);
	font-weight: 800;
	letter-spacing: -0.045em;
}

/* 大きな6 */
.reason-page .reason-heading__main strong {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 112px;
	height: 112px;
	flex: 0 0 112px;
	border-radius: 50%;
	background: linear-gradient(145deg,
			#ffcb78,
			#f3a950);
	box-shadow:
		8px 10px 0 rgba(32, 200, 195, 0.2),
		0 20px 45px rgba(18, 63, 73, 0.13);
	color: #073e47;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 82px;
	font-weight: 700;
	line-height: 1;
	transform: rotate(-5deg);
}

/* 6の背景に光を入れる */
.reason-page .reason-heading__main strong::before {
	position: absolute;
	top: 13px;
	left: 20px;
	width: 30px;
	height: 15px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.38);
	content: "";
	transform: rotate(-25deg);
}

/* 補足文 */
.reason-page .reason-heading__lead {
	margin: 28px 0 0;
	color: #527075;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.08em;
}

/* スマートフォン */
@media screen and (max-width: 768px) {
	.reason-page .reason-heading--coast {
		margin-bottom: 48px;
	}

	.reason-page .reason-heading__small {
		font-size: 10px;
		letter-spacing: 0.13em;
	}

	.reason-page .reason-heading__small::before,
	.reason-page .reason-heading__small::after {
		width: 20px;
	}

	.reason-page .reason-heading__catch {
		margin-bottom: 14px;
		font-size: 23px;
		line-height: 1.5;
	}

	.reason-page .reason-heading__main {
		flex-wrap: wrap;
		gap: 7px;
		font-size: 35px;
		line-height: 1.4;
	}

	.reason-page .reason-heading__main strong {
		width: 72px;
		height: 72px;
		flex-basis: 72px;
		font-size: 53px;
		box-shadow:
			5px 6px 0 rgba(32, 200, 195, 0.2),
			0 12px 25px rgba(18, 63, 73, 0.12);
	}

	.reason-page .reason-heading__lead {
		margin-top: 22px;
		font-size: 13px;
		line-height: 1.8;
	}
}