@charset "utf-8";

/*------------------------------------------------------------
	staff
------------------------------------------------------------*/
.staffPage {
	background: url(../img/staff/page_title_bg.webp) no-repeat center center;
	background-size: cover;
}

.staff {
	padding: 20px 0 0 2px;
}

.staff .photoBox {
	margin: 0 auto 36px;
	width: 435px;
	position: relative;
}

.staff .photoBox img {
	width: 296px;
	float: right;
}

.staff .photoBox .name {
	position: absolute;
	padding-bottom: 1px;
	left: 5px;
	display: block;
	top: 98px;
	width: 163px;
	font-size: 35px;
	line-height: 1.4;
	letter-spacing: 2px;
	text-align: center;
	border-bottom: 2px solid #FD7274;
}

.staff .photoBox .name span {
	font-size: 20px;
	display: block;
}

.staff p {
	margin-bottom: 30px;
	line-height: 2;
}

.staff p .textSpan {
	font-weight: bold;
	text-decoration: underline;
}

.staff .text01 {
	margin-bottom: 41px;
}

.staff .headLine02 {
	margin-bottom: 8px;
}

.staff table {
	margin-bottom: 43px;
}

.staff .tabBox {
	margin-bottom: 57px;
	padding-bottom: 40px;
	/* border-bottom: 1px solid #EBEBEB; */
}

.staff .tabBox table {
	margin: 0;
}

.staff .photoBox01 {
	margin-bottom: 43px;
	width: 312px;
}

.staff .photoBox01 img {
	width: 182px;
}

.staff .photoBox01 .name {
	top: 48px;
	width: 150px;
	letter-spacing: 0;
}

.staff .text02 {
	margin-bottom: 50px;
	font-size: 20px;
	line-height: 1.75;
	text-align: center;
}

.staff .comLink {
	margin-bottom: 123px;
	padding-left: 6px;
}

.staff .comLink a {
	padding: 12px 0 10px;
	font-size: 15px;
	width: 280px;
	background: #FD7275 url(../img/common/icon01.webp) no-repeat 94.5% center;
	background-size: 4px auto;
}

.staff .btmBox {
	margin-right: -3px;
}

.staff .btmBox .lBox {
	width: 301px;
	padding: 90px 0 95px;
	float: left;
	text-align: center;
	background-color: #FD7275;
}

.staff .btmBox .lBox img {
	padding-left: 7px;
	width: 218px;
}

.staff .btmBox .rBox {
	padding: 62px 0;
	float: right;
	width: 410px;
	position: relative;
	background-color: #F1E8DF;
}

.staff .btmBox .rBox .iconImg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 27px;
}

.staff .btmBox .rBox p {
	margin-bottom: 26px;
	padding: 0 42px;
	line-height: 1.75;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.staffPage {
		background: url(../img/staff/sp_page_title_bg.webp) no-repeat center center;
		background-size: cover;
	}

	.staff {
		padding: 0 0 0 2px;
	}

	.staff .photoBox {
		margin: 0 auto 19px;
		width: 238px;
		position: relative;
	}

	.staff .photoBox img {
		width: 62%;
		padding-right: 13px;
	}

	.staff .photoBox .name {
		padding-bottom: 4px;
		left: 10px;
		top: 29%;
		width: 86px;
		font-size: 17.5px;
		line-height: 1.1;
		text-align: center;
		border-bottom: 1px solid #FD7274;
		letter-spacing: -1px;
	}

	.staff .photoBox .name span {
		margin-bottom: 4px;
		font-size: 10px;
	}

	.staff p {
		margin-bottom: 24px;
		line-height: 1.8;
	}

	.staff p .textSpan {
		font-weight: bold;
		text-decoration: underline;
	}

	.staff .text01 {
		margin-bottom: 45px;
	}

	.staff .headLine02 {
		margin-bottom: 4px;
		font-size: 13px;
	}

	.staff table {
		margin-bottom: 26px;
	}

	.staff .tabBox {
		margin-bottom: 36px;
		padding-bottom: 24px;
		/* border-bottom: 1px solid #EBEBEB; */
	}

	.staff .tabBox table {
		margin: 0;
	}

	.staff .photoBox01 {
		margin-bottom: 23px;
		width: 190px;
	}

	.staff .photoBox01 img {
		width: 48%;
		padding-right: 18px;
	}

	.staff .photoBox01 .name {
		padding-bottom: 3px;
		left: 16px;
		top: 29%;
		width: 77px;
		letter-spacing: -1px;
	}

	.staff .text02 {
		margin-bottom: 31px;
		font-size: 12px;
		line-height: 1.75;
	}

	.staff .comLink {
		margin-bottom: 65px;
		padding-left: 6px;
	}

	.staff .comLink a {
		padding: 10px 0 8px;
		font-size: 14px;
		width: 226px;
		background: #FD7275 url(../img/common/icon01.webp) no-repeat 95% center;
		background-size: 6px auto;
	}

	.staff .btmBox {
		margin: 0;
	}

	.staff .btmBox .lBox {
		width: 100%;
		padding: 28px 0 26px;
		float: none;
	}

	.staff .btmBox .lBox img {
		padding-left: 7px;
		width: 150px;
	}

	.staff .btmBox .rBox {
		padding: 19px 0 25px;
		float: none;
		width: 100%;
	}

	.staff .btmBox .rBox .iconImg {
		width: 13px;
	}

	.staff .btmBox .rBox p {
		margin-bottom: 23px;
		padding: 0 20px;
	}
}

/*================================
-250523 add
=================================*/

/*================================
-外枠
=================================*/

.staff-section {
	border: 3px solid #F2EADF;
	padding: 40px min(4.26vw, 48px);
	margin-bottom: 16px;
	overflow: hidden;
	position: relative;

	.inner {
		margin-bottom: 56px;
		text-align: justify;
		position: relative;
		z-index: 5;

		&:last-child {
			margin-bottom: 0;
		}
	}
}

@media screen and (max-width: 767px) {
	.staff-section {
		&::before {
			top: min(calc(-40vw / 1.5), calc(-300px / 1.5));
		}
	}
}

/*================================
-プロフィール写真
=================================*/

.staff-profile {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: min(4.26vw, 24px);
	margin: 0 auto 80px;
}

.staff-profile-list {
	margin: auto;
    width: 100%;

	.image {
		display: block;
		margin: auto;
		margin-bottom: 20px;

		> img {
			width: 100%;
			height: auto;
			display: block;
			background-color: #ededed;
		}

		>figcaption {
			font-size: min(5.33vw, 24px);
			line-height: 1.4;
			display: block;
			margin: 16px auto 0;
			display: flex;
            flex-direction: column;
            align-items: center;

			> span {
				font-size: min(4vw, 14px);
				display: block;
				margin-bottom: 4px;
				color: #FD7275;
			}
		}
	}

	.button {
		padding: 12px 0;
		width: 100%;
		background-color: #FD7275;
		display: flex;
		align-items: center;
		justify-content: center;

		> span {
			font-size: min(3.73vw, 14px);
			color: #fff;
			position: relative;
			padding-right: min(5.33vw, 20px);

			&::before {
				content: "〉";
				position: absolute;
				top: calc(50% + min(1.06vw, 4px));
				right: 0;
				font-size: min(3.73vw, 13px);
				line-height: 1.4;
				transform: translateY(-50%) rotate(90deg);
			}
		}

		&:hover {
			text-decoration: none;
		}
	}
}

@media screen and (min-width: 768px) {
	.staff-profile-list {
		.image {
			max-width: 60%;
		}

		.button {
			&:hover {
				opacity: .7;
			}
		}
	}
}

@media screen and (max-width: 767px) {
	.staff-profile-list {
		.image {
			max-width: 80%;
		}

		.button {
			&:active {
				opacity: .7;
			}
		}
	}
}

/*================================
-見出し
=================================*/

.staff-headline03 {
	font-size: min(5.33vw, 24px);
	line-height: 1.4;
	display: flex;
	justify-content: center;
	margin-bottom: 56px;
	font-weight: 400;
	align-items: center;

	&::before {
		content: "・・・";
		position: absolute;
		left: 50%;
		bottom: -40px;
		color: #FD7274;
		transform: translateX(-50%);
		z-index: 1;
	}

	> span {
		display: inline-block;
		margin-right: min(2.13vw, 16px);
		font-size: min(4vw, 20px);
		display: block;
		color: #FD7275;
		line-height: 1.4;
	}
}

.staff-headline04 {
	font-size: min(4vw, 20px);
	line-height: 1.4;
	border-bottom: 2px solid #FD7274;
	padding-bottom: 8px;
	font-weight: 400;
	margin-bottom: 24px;
	position: relative;

	&::before {
		content: "";
		position: absolute;
		right: 12px;
		bottom: -9px;
		width: min(4.26vw, 16px);
		height: min(4.26vw, 16px);
		background-color: #FD7274;
		border-radius: 50%;
		z-index: 2;
	}

	&::after {
		content: "";
		position: absolute;
		right: 6px;
        bottom: -14px;
		width: min(2.13vw, 8px);
		height: min(2.13vw, 8px);
		background-color: #F1E8DF;
		border-radius: 50%;
		z-index: 1;
	}
}

/*================================
-リスト部分
=================================*/

.staff-career-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 0;

	> li {
		border-bottom: .5px dashed #ccc;
		display: flex;
		align-items: center;
		padding: 8px 0;

		> span {
			position: relative;
			padding-left: min(5.33vw, 20px);

			&::before {
				position: absolute;
				content: "・";
				left: 0;
				top: 0;
				color: #FD7274;
			}
		}

		&:last-child {
			border-bottom: 0;
		}
	}
}

@media screen and (min-width: 768px) {
	.staff-career-list {
		> li {
			height: 64px;
		}
	}
}

/*================================
-経歴年表
=================================*/

.staff-career-table {
	border-collapse: collapse;
	width: 100%;

	th, td {
		border-collapse: collapse;
		padding: 20px min(2.13vw, 8px);
		line-height: 1.4;
		border-bottom: .5px dashed #ccc;
	}

	th {
		color: #FD7276;
		font-weight: 500;
		width: min(22vw, 100px);
	}

	tr {
		&:last-child {
			th, td {
				border-bottom: 0;
			}
		}
	}
}

@media screen and (max-width: 767px) {
	.staff-career-table {
	th, td {
			padding: 8px min(2.13vw, 8px);
			min-height: 56px;
		}

		th {
			width: 22vw;
		}
	}
}

/*================================
-プロフィール末尾画像
=================================*/

.staff-image-box {
	margin: 120px auto 24px;

	.image {
		display: block;
		margin: auto;

		> img {
			width: 100%;
			height: auto;
			display: block;
			background-color: #ededed;
		}
	}
}

@media screen and (max-width: 767px) {
	.staff-image-box {
		margin: 80px auto 24px;
	}
}