@charset "UTF-8";

/* --------------------------------
* staff.html *
-------------------------------- */


.page-staff {}
.page-staff #topics { display: none; }
.page-staff .mywidth {
	max-width: 1480px;
	margin-left: auto;
    margin-right: auto;
}
.page-staff .section_wrap {
    padding: 3.5em 0;
    margin: 0 0;
    box-shadow: none;
}
.section_wrap + .section_wrap {
    margin-top: 3em;
}


.page-staff .content_title01::before {
    width: 287px;
    height: 70px;
    background: url(../images/title_staff.png) no-repeat;
    background-position: center top;
    background-size: contain;
}

.staff_wrap {
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.staff_wrap + .staff_wrap {
	margin-top: 50px;
}
.staff_wrap .outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.staff_wrap.col_2 .outer {
	width: 48%;
}
.staff_wrap.col_3 .outer {
	width: 31.33%;
}

.staff_wrap .inner {
    width: calc(100% - (280px + 30px));
}
.staff_wrap figure {
    width: 280px;
}
.staff_wrap figure img { border-radius: 25px; }

.staff_wrap.col_2 .inner {
    width: calc(100% - (178px + 30px));
}
.staff_wrap.col_2 figure {
	width: 178px;
	margin-left: 0;
	margin-right: 30px;
}

.staff_wrap.col_3 .inner {
    width: calc(100% - (160px + 10px));
}
.staff_wrap.col_3 figure {
	width: 160px;
	margin-left: 0;
	margin-right: 10px;
}

.staff_title {
    font-size: 36px;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.staff_name {
    font-size: 22px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    margin: 15px 0 20px;
}


@media screen and (max-width: 1500px) {
	.page-staff .section_wrap {
		padding: 2.0vw 1.5vw;
	}

	.staff_title {
		font-size: 30px;
	}
	.staff_name {
		font-size: 20px;
	}

}


@media screen and (max-width: 650px) {
	.page-staff .content_title01::before {
		width: 55vw;
    	height: 50px;
	}
	
	.staff_head .content_title01,
	.staff_head .staff_title,
	.staff_head .staff_name { display: none; }
	
	
	.staff_wrap { flex-wrap: wrap; }
	.staff_wrap + .staff_wrap {
		margin-top: 0;
	}
	.staff_wrap.staff_head {
		flex-direction: column-reverse;
		margin-bottom: 30px;
	}
	
	.staff_wrap .inner {
		width: calc(100% - (25% + 20px));
	}
	.staff_wrap.staff_head .inner {
		width: 100%;
		margin-top: 15px;
	}
	
	.staff_wrap figure {
		width: 25%;
		margin-left: 0;
	}
	.staff_wrap.staff_head figure { width: 60%; }
	
	.staff_wrap figure img { border-radius: 12px; }
	
	.staff_wrap.col_2 .outer,
	.staff_wrap.col_3 .outer {
		width: 100%;
		margin-bottom: 30px;
		align-items: flex-start;
	}
	.staff_wrap.col_2 figure,
	.staff_wrap.col_3 figure {
		width: 25%;
		margin: 0 0;
	}
	.staff_wrap.col_2 .inner,
	.staff_wrap.col_3 .inner {
		width: calc(100% - (25% + 15px));
	}
	
	.staff_title {
		font-size: 18px;
	}
	.staff_name {
		font-size: 15px;
        margin: 8px 0 10px;
	}

}
