.staff-list2 {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
		box-sizing: border-box;
		max-width: 1000px;
		width: 100%;
		margin: 60px auto 100px;
	}

	.staff-list2>* {
		flex: 0 0 calc(95% / 4);
		/* flex: 0 0 calc(95% / 2); */
	}

	.staff-list2 .staff2 {
		list-style: none;
		overflow: hidden;
		position: relative;
		margin: 0 0 10px;
		width: 100%;
	}

	.staff-list2 .staff2>* {
		display: block;
	}

	.staff-list2 .staff2 img[src=""] {
		visibility: hidden;
	}

	.staff-list2 .staff-content2 {
		/* display: inline-flex; */
		color: #333;
			width: 100%;
	}

	.staff-image-area2 {
		position: relative;
	}

	.staff-list2 .staff-image2 {
		display: block;
		background: transparent;
		width: 100%;
		height: auto;
		max-height: 300px;
		margin: auto;
		object-fit: cover;
		object-position: top;
	}

	.staff-list2 .staff-sub-images2 {
		margin-top: 0.5rem;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	}

	.staff-list2 .staff-sub-images2 .display-none {
		display: none;
	}

	.staff-list2 .staff-sub-image2 {
		flex: 0 0 auto;
		display: block;
		width: calc(25% - 0.25rem);
		height: 100%;
	}

	.today-staff-list2 .staff-tenpo2 {
		position: absolute;
		z-index: 1;
		background-color: #fff;
		padding: 5px;
		top: 17px;
		left: -33px;
		transform: rotate(-45deg);
		width: 130px;
		text-align: center;
		font-size: 14px;
	}

	.today-staff-list2 .staff-tenpo.staff-tenpo-012 {
		background-color: #fdc7ef;
	}

	.today-staff-list .staff-tenpo.staff-tenpo-022 {
		background-color: #febea7;
	}

	.today-staff-list2 .staff-tenpo.staff-tenpo-032 {
		background-color: #fbd789;
	}

	.logo_icon2 {
		width: 40%;
		position: absolute;
		bottom: 3%;
		right: 0;
	}

	.logo_icon2 img {
		width: 100%;
	}


	.staff-list2 .staff-data2 {}

	.staff-list2 .staff-data2 .staff-name-box2 {
		text-align: center;
		background-color: rgba(255, 255, 255, 0.5);
		padding: 0 0 3px;
		margin: 1px 0;
	}

	.staff-list2 .staff-data-name2 {
		font-weight: bold;
		font-size: 120%;
		display: inline-block;
		margin: 0.2rem 0.5rem 0 0;
	}

	.staff-list2 .staff-data-name:first-letter2 {
		color: #fbd789;
	}

	.staff-list2 .staff-data-age2 {
	    font-size: 14px;
	}

	.staff-list2 .staff-data-new2 {
		display: inline-block;
		margin: 0 0.25rem 0;
		font-weight: bold;
		color: #bbad92;
	}

	.staff-list2 .staff-data-anything2 {
		margin: 0 0.5rem 0 0;
	}

	.staff-list2 .hitokoto2 {
		padding: 0.25rem 0;
	}

	.staff-list2 .staff-data-anything2 {
		display: block;
		margin: 1px 0;
		padding: 2px;
		text-align: center;
		font-size: 14px;
	}

	.staff-list2 .staff-data-anything012 {}

	.staff-list2 .staff-data-anything022 {
		background-color: #ADA1971a;
		display: none;
	}

	.staff-list2 .staff-data-anything03 {
		display: none;
	}

	.staff-list2 .hitokoto2 {
		border-top: 1px solid #ddd;
		font-size: 70%;
		padding: 10px;
	}

	@media screen and (max-width: 679px) {
		.staff-list2 {
			margin: 0;
			padding: 15px 0 40px;
		}

		.staff-list2>* {
			flex: 0 0 calc(100% / 1);
			margin: 0 0px 10px;
			box-sizing: border-box;
		}
		
		.staff-list2 .staff-content2 {
			display: inline-flex;
			color: #333;
		}
		
		.staff-image-area2 {
			position: relative;
			width: 50%;
		}

		.staff-list2 .staff-data2 {
			padding: 2px;
			width: 50%;
		}

		.staff-list2 .staff-image2 {
			max-height: 227px;
		}

		.today-staff-list2 .staff-tenpo2 {
			padding: 2px;
			top: 14px;
			left: -31px;
			width: 110px;
			font-size: 12px;
			color: #555;
		}
		
		.staff-list2 .staff-data-anything012{
			
			text-align: left;
		}
		.logo_icon2{
		    bottom: 12%;
		}
	
	}
 .gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}