@charset "utf-8";
/*------------------------------------------------------------
	memberstaff
------------------------------------------------------------*/
#main .mainVisual {
	margin-bottom: 0;
	background-image: url(../img/memberstaff/main_img.jpg);
}
#main .member {
	padding: 6.5rem 0 9.7rem;
	background: url(../img/memberstaff/bg01.jpg) no-repeat center;
	background-size: cover;
}
#main .member #pagePath {
	margin-bottom: -5rem;
}
#main h2 {
	margin-bottom: 2.6rem;
	text-align: center;
	font-size: 8rem;
	font-weight: 800;
	color: #001298;
	font-style: italic;
}
#main .memberList {
	display: flex;
	flex-wrap: wrap;
	gap: 5rem 3.5rem;
}
#main .memberList li {
	width: calc((100% - (3.5rem * 3 + 0.1rem)) / 4);
}
#main .memberList a {
	display: block;
}
#main .memberList p {
	font-size: 2.6rem;
	font-weight: 700;
	color: #003994;
	line-height: 1.2;
}
#main .memberList p .txtSpan {
	display: block;
	font-size: 2rem;
}
#main .memberList p small {
	display: block;
	font-size: 2rem;
	letter-spacing: -0.085em;
	margin-top: 1.2rem;
}
#main .memberList .photo {
	margin-bottom: 1rem;
	aspect-ratio: 488 / 566;
	position: relative;
	overflow: hidden;
}
#main .memberList .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#main .memberList .photo .img01 {
	opacity: 1;
}
#main .memberList .photo .img02 {
	opacity: 0;
	transform: scale(1.1);
}
#main .memberList .photo .txtSpan {
	position: absolute;
	bottom: 0;
	width: fit-content;
	padding: 0.2rem 1.1rem;
	text-align: center;
	font-weight: 700;
	color: #0147BA;
	font-size: 1.8rem;
	background-color: #FFCE00;
}
#main .memberList .photo .txtSpan2 {
	background-color: #EF8200;
	color: #fff;
}
#main .staff {
	padding-bottom: 16rem;
	background-image: url(../img/memberstaff/bg02.jpg);
}
#main .staff .memberList {
	gap: 2rem 3.5rem;
}
#main .staff .memberList a {
	pointer-events: none;
}
#main .staff .memberList .photo .txtSpan2 {

}
#main {
	margin-bottom: 0;
}

@media all and (min-width: 897px) {
	#main .memberList a:hover .photo .img01 {
		opacity: 0;
		transform: scale(0.9);
	}
	#main .memberList a:hover .photo .img02 {
		opacity: 1;
		transform: scale(1);
	}
}

@media all and (max-width: 896px) {
	#main .member {
		padding: 1.3rem 0 5rem;
		background-image: url(../img/memberstaff/bg01_sp.jpg);
	}
	#main h2 {
		margin-bottom: 1.6rem;
		font-size: 4rem;
	}
	#main .memberList {
		margin: 0 3.2rem;
		gap: 2.7rem 1.9rem;
	}
	#main .memberList li {
		width: calc((100% - 1.9rem) / 2);
	}
	#main .memberList p {
		font-size: 1.3rem;
	}
	#main .memberList p small {
		margin-top: 0.6rem;
		font-size: 1rem;
	}
	#main .memberList p .txtSpan {
		font-size: 1.05rem;
		padding-top: 0.3rem;
	}
	#main .memberList .photo {
		margin-bottom: 0.5rem;
	}
	#main .memberList .photo .txtSpan {
		font-size: 0.95rem;
		padding: 0.1rem 0.6rem;
	}
	#main .staff {
		padding: 2rem 0 6rem;
		background-image: url(../img/memberstaff/bg02_sp.jpg);
	}
	#main .staff .memberList{
		padding-top: 0.5rem;
		gap: 2.0rem 1.9rem;
	}
}

/*------------------------------------------------------------
	memberstaff/detail
------------------------------------------------------------*/
#detail #main {
	padding-top: 0;
}
#detail {
	padding-top: 100vh;
}
#main .memberInner {
	height: 100svh;
	padding-top: 10.8rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 2rem;
	background: url(../img/memberstaff/detail_bg01.jpg) no-repeat center;
	background-size: cover;
}
#main .memberInner .next,
#main .memberInner .prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3rem;
	cursor: pointer;
}
#main .memberInner .prev {
	left: min(4vw,6.9rem);
}
#main .memberInner .next {
	right: min(4vw,6.9rem);
}
#main .memberInner .fooList {
	padding-top: 6rem;
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
}
#main .memberInner .fooList li {
	width: 100%;
}
#main .memberInner .fooList .subBox {
	max-width: 163rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 6rem;
}
#main .memberInner .fooList .photoBox {
	width: 86.9rem;
	order: 2;
	margin-left: 3rem;
}
#main .memberInner .fooList .photoBox img {
	width: 100%;
}
#main .memberInner .fooList .textBox {
	padding-top: 6.5rem;
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
#main .memberInner .fooList .textBox .sub {
	width: 39.7rem;
}
#main .memberInner .fooList .textBox p {
	font-size: 4rem;
	margin-bottom: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.073em;
}
#main .memberInner .fooList .textBox .ttl {
	margin-left: 7rem;
	position: relative;
	color: transparent;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.062em;
	margin-bottom: 1rem;
	overflow: hidden;
	transition: color 0s 1s, margin-left 1s 0.7s;
}
#main .memberInner .fooList .textBox .ttl::before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #EF8200;
	transition: left 0.2s 0.8s, width 0.2s 1s;
}
#main .memberInner .fooList .subBox.animate.on .ttl {
	color: #FFCE00;
	margin-left: 0;
}
#main .memberInner .fooList .subBox.animate.on .ttl.txtSpan2 {
	color: #EF6E00;
}
#main .memberInner .fooList .subBox.animate.on .ttl::before {
	left: 0;
	width: 0;
}
#main .memberInner .fooList .textBox .enTxt {
	margin-left: 7rem;
	color: transparent;
	font-size: 8rem;
	font-weight: 800;
	font-style: italic;
	letter-spacing: 0;
	line-height: 1.1;
	margin-bottom: 1.5rem;
	transition: color 0s 1.3s, margin-left 1s 1s;
	overflow: hidden;
	position: relative;
}
#main .memberInner .fooList .textBox .enTxt::before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #0147BA;
	transition: left 0.2s 0.8s, width 0.2s 1s;
}
#main .memberInner .fooList .subBox.animate.on .enTxt {
	color: #0147BA;
	margin-left: 0;
}
#main .memberInner .fooList .subBox.animate.on .enTxt::before {
	left: 0;
	width: 0;
}
#main .memberInner .fooList .textBox .txt {
	margin-left: 7rem;
	color: transparent;
	transition: color 0s 1.6s, margin-left 1s 1.3s;
	overflow: hidden;
	position: relative;
}
#main .memberInner .fooList .textBox .txt::before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000;
	transition: left 0.2s 0.8s, width 0.2s 1s;
}
#main .memberInner .fooList .subBox.animate.on .txt {
	color: #000;
	margin-left: 0;
}
#main .memberInner .fooList .subBox.animate.on .txt::before {
	left: 0;
	width: 0;
}
#main .memberInner .fooList .textBox .photo {
	width: min(36vw,39.7rem);
	transition: clip-path 1.2s;
	position: relative;
	transition-delay: 1.5s;
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
#main .memberInner .fooList .subBox.animate.on .photo {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#main .memberInner .fooList .textBox .photo img {
	width: 100%;
}
#main .profile {
	padding: 3.2rem 0;
}
#main .profile .imgBox {
	gap: 4rem 12.5rem;
}
#main .profile .lBox {
	width: 51.3rem;
}
#main .profile .rBox {
	padding-top: 0.7rem;
	flex: 1;
}
#main .profile h2 {
	margin-bottom: 0rem;
	font-size: 5rem;
	font-weight: 900;
	color: #0147BA;
	text-align: left;
	font-style: normal;
}
#main .profile .rBox h2 {
	font-size: 4rem;
	letter-spacing: 0.013em;
}
#main .comDl {
	align-items: stretch;
}
#main .comDl dt {
	width: 17.0rem;
	padding: 2rem 1rem;
	font-size: 2.1rem;
	font-weight: 500;
	color: #1D2088;
	border-bottom: 1px solid #1D2088;
}
#main .comDl dd {
	color: #1D2088;
	width: calc(100% - 17.0rem);
	padding: 1.6rem 1rem 2.1rem;
	font-size: 2.5rem;
	letter-spacing: 0.074em;
	border-bottom: 1px solid #1D2088;
}
#main .profile .rBox h2 {
	margin-bottom: 1.5rem;
}
#main .profile .rBox .comDl dt {
	padding-left: 0;
	width: 22.5rem;
}
#main .profile .rBox .comDl dd {
	padding-top: 2rem;
	font-size: 2.1rem;
	width: calc(100% - 22.5rem);
}
#main .profile .rBox .comDl .dtStyle {
	font-size: 2.6rem;
	font-weight: 400;
	letter-spacing: 0;
}
#main .profile .rBox .comDl .ddStyle {
	font-size: 2.5rem;
	font-weight: 400;
}
#main .message {
	padding: 4.2rem 0 9.7rem;
	background: url(../img/memberstaff/detail_bg02.jpg) no-repeat center;
	background-size: cover;
}
#main .message h2 {
	margin-bottom: 1.5rem;
	font-size: 4rem;
	font-weight: 900;
	text-align: left;
	font-style: normal;
	letter-spacing: -0.01em;
}
#main .message .photoBox {
	width: 38rem;
	margin: 8.6rem -16.5rem 0 10rem;
}
#main .message .photoBox img {
	width: 100%;
}
#main .message .textBox {
	flex: 1;
}
#main .message .comDl {
	margin-bottom: 4.2rem;
	line-height: 1.2;
	border-top: 1px solid #000;
}
#main .message .comDl dt {
	padding-block: 0.8rem;
	display: flex;
	align-items: center;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0;
	width: 33.5rem;
	color: #000000;
	border-color: #000000;
}
#main .message .comDl dd {
	padding-block: 2.8rem;
	color: #000000;
	font-size: 2.2rem;
	letter-spacing: 0;
	width: calc(100% - 33.5rem);
	border-color: #000000;
}
#main .message p {
	font-size: 3rem;
	letter-spacing: 0.039em;
}
#main .message .ttl {
	margin-bottom: 1.8rem;
	padding: 0.2rem 2rem 0.5rem;
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff;
	width: fit-content;
	font-feature-settings: "palt";
	background-color: #0147BA;
}
#main .mainBox {
	position: relative;
	z-index: 10;
	background-color: #fff;
}

@media all and (max-width: 896px) {
	#main .mainVisual {
		background: #1AAAD6;
	}
	#main .memberInner {
		height: 100vh;
		top: auto;
		bottom: 0;
		min-height: 500px;
		background-position: right center;
	}
	#main .memberInner .fooList {
		align-items: flex-end;
	}
	#main .memberInner .fooList li {
		height: 100%;
		padding-top: 0;
	}
	#main .memberInner .fooList .subBox {
		height: 100%;
		padding: 0;
		max-width: inherit;
		display: block;
		margin: 0 -7.9rem 0 -5.8rem;
	}
	#main .memberInner .fooList .photoBox {
		height: 100%;
		width: auto;
		margin: 0 auto;
		/* aspect-ratio: auto 732 / 812; */
		width: 100%;
		position: relative;
	}
	#main .memberInner .fooList .photoBox img {
		position: absolute;
		bottom: 0;
		top: 6rem;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center top;
	}
	#main .memberInner .fooList .textBox {
		display: none;
	}
	#main .memberInner .next,
	#main .memberInner .prev {
		width: 1.5rem;
	}
	#main .memberInner .prev {
		left: 1.2rem;
	}
	#main .memberInner .next {
		right: 1.2rem;
	}
	#main .profile {
		padding: 0.4rem 0 6rem;
	}
	#main .profile .imgBox {
		display: block;
	}
	#main .profile .lBox {
		margin-bottom: 3rem;
		width: auto;
	}
	#main .profile .lBox h2 {
		margin-bottom: 3rem;
		text-align: center;
		font-size: 3.5rem;
		position: relative;
	}
	#main .profile .lBox h2:after {
		width: 4.4rem;  
		height: 2px;
		background-color: currentColor;
		position: absolute;  
		bottom: 0.2rem;
		left: 50%;
		transform: translateX(-50%);
		content: ""; 
	}
	#main .profile .lBox .spBox {
		margin: 0 0 5rem 1rem;
	}
	#main .profile .lBox .spBox .ttl {
		font-size: 2rem;
		font-weight: 700;
		color: #EF6E00;
		letter-spacing: 0.062em;
		margin-bottom: 0.8rem;
	}
	#main .profile .lBox .spBox .name {
		font-size: 3.55rem;
		font-weight: 700;
		line-height: 1.2;
	}
	#main .profile .lBox .spBox .name small {
		display: block;
		margin-top: 0.5rem;
		font-size: 1.9rem;
	}
	#main .comDl {
		margin-left: 1.3rem;
	}
	#main .comDl dt {
		padding: 1.8rem 0.8rem;
		width: 11.4rem;
		font-size: 1.4rem;
	}
	#main .comDl dd {
		padding: 1.5rem 1rem 1.6rem;
		width: calc(100% - 11.4rem);
		font-size: 1.7rem;
	}
	#main .profile .rBox h2 {
		font-size: 2.5rem;
		margin: 0 0 2rem 1.5rem;
		letter-spacing: 0.013em;
	}
	#main .profile .rBox .comDl dt {
		padding: 1.1rem 0.8rem 1.1rem 0;
		width: 17.4rem;
	}
	#main .profile .rBox .comDl dd {
		padding: 1.1rem 1rem 1.1rem 0;
		font-size: 1.35rem;
		width: calc(100% - 17.4rem);
	}
	#main .profile .rBox .comDl .dtStyle {
		font-size: 1.65rem;
	}
	#main .profile .rBox .comDl .ddStyle {
		font-size: 1.6rem;
		padding-left: 1.5rem;
	}
	#main .message {
		padding: 3rem 0 6.5rem;
		background-image: url(../img/memberstaff/detail_bg02_sp.jpg);
	}
	#main .message h2 {
		font-size: 3rem;
		text-align: center;
	}
	#main .message .content {
		display: block;
	}
	#main .message .photoBox {
		width: auto;
		margin: 2rem 7rem 0;
	}
	#main .message .photoBox img {
		width: 100%;
	}
	#main .message .comDl {
		margin: 0 1.2rem 5rem;
		display: block;
		border: none;
	}
	#main .message .comDl dt {
		width: auto;
		font-size: 1.75rem;
		color: #003994;
		font-weight: 700;
		line-height: 1.37;
		text-align: center;
		padding-bottom: 0.3rem;
		display: block;
		margin-bottom: 0.7rem;
	}
	#main .message .comDl dd {
		padding: 0 1rem 1.4rem;
		font-size: 2rem;
		font-weight: 400;
		color: #000;
		text-align: center;
		width: auto;
		border-bottom: none;
	}
	#main .message p {
		margin: 0 2rem;
		font-size: 2rem;
		letter-spacing: 0.039em;
	}
	#main .message .ttl {
		margin: 0 0 1rem;
		padding: 0.8rem 0.5rem;
		text-align: center;
		width: auto;
		font-size: 1.65rem;
	}
	#main .member #pagePath {
		margin-bottom: 1rem;
	}
		
	#main .memberInner .hand-swipe {
		width: 15rem;
		position: absolute;
		top: 46%;
		right: 30%;
		transform: translate(50%, -50%);
		z-index: 9999;
		opacity: 0;
		pointer-events: none;
	}
	#main .memberInner .hand-swipe img {
		width: 100%;
	}
	#main .memberInner .hand-swipe.show {
		animation: swipeAcross 1.4s ease-in-out forwards infinite;
	}
	#main .memberInner .hand-swipe.hide {
		opacity: 0;
		visibility: hidden;
	}
	
}

@keyframes swipeAcross {
	0% {
		right: 30%;
		transform: translate(30%, -50%);
		opacity: 1;
	}

	100% {
		right: 90%;
		transform: translate(120px, -50%);
		opacity: 0;
	}
}
@media all and (min-width: 897px) {
	#main .profile .lBox .comDl dd:last-of-type,
	#main .profile .lBox .comDl dt:last-of-type {
		border: none;
	}
	#main .memberInner .next:hover,
	#main .memberInner .prev:hover {
		opacity: 0.7;
	}
	#main .memberInner .subBox .photoBox {
		right: -4rem;
		aspect-ratio: 869 / 831;
		position: relative;
		opacity: 0;
    	transition: 0.8s 0s;
		position: absolute;
		top: min(5.6vw,10.8rem);
		left: calc(50% + -14.5rem);
		height: 100%;
		align-self: flex-end;
	}
	#main .memberInner .subBox .photoBox img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center bottom;
	}
	#main .memberInner .subBox.animate.on .photoBox {
		opacity: 1;
		right: -0rem;
	}
	#main .memberInner .fooList .subBox.animate.on .enTxt {
		margin-right: -10rem;
	}
	#main .memberInner .fooList .subBox,
	#main .memberInner .fooList li {
		height: 100%;
	}
	#main .memberInner .fooList .textBox {
		display: block;
		padding-left: 21.5rem;
	}
}