@charset "utf-8";
/* Filename：home.css */

/* -----------------------------------------

スマホ（縦）＆共通記述
320px → 479px（iPhone3,4,5,6,6Plus,Android）

----------------------------------------- */

/* -----------------------------------------

スマホ（横）＋ 小型タブレット（Kindle,Nexus7）
480px → 736px（iPhone,Android）

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

}

	
/* -----------------------------------------

小型画面PC ＋ タブレット（iPad）
設定値：734px → 959px


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

}

/* -----------------------------------------

PC用 ＋ タブレット横
961px以上


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

/* :::::::::::::::::::::
	MAIN VISUAL
::::::::::::::::::::: */

#mainVisual {
	height: 260px;
	z-index: 1;
	text-align: center;
}

/* :::::::::::::::::::::
	SERVICE
::::::::::::::::::::: */

#service {
	background-color: #fff;
}

#service table tr {
	background: #fafafa;
	display: block;
	margin-bottom: 20px;
}

/* :::::::::::::::::::::
	NEWS RELEASE
::::::::::::::::::::: */

#homeNews {
}

#homeNews .boxNews {
	background: #fff;
	overflow: scroll;
}

/* :::::::::::::::::::::
	BLOG & MEDIA
::::::::::::::::::::: */

#homeBlog {
}

/* 妄想お部屋紹介：説明文（デスクトップ・モバイル共通） */
.section-desc--moso {
	margin: 0 auto 1.5em;
	line-height: 1.9;
	font-size: 15px;
	max-width: 640px;
	text-align: center;
}

/* 妄想お部屋紹介：3カラム用・サムネイル大 */
#homeBlogMoso .row {
	overflow: hidden;
	margin: 0 -10px;
}
#homeBlogMoso .col-md-4 {
	width: 33.333%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}
#homeBlogMoso article.listBlog {
	float: none;
	width: 100%;
	max-width: none;
	height: auto;
	min-height: 380px;
	margin: 0;
}
#homeBlogMoso .thumbnail {
	display: block;
	width: 100%;
	height: 280px;
	box-sizing: border-box;
}

/* :::::::::::::::::::::
	MAIN VISUAL
::::::::::::::::::::: */

#mainVisual {
	margin: 120px 0 0;
	height: 600px;
	position: relative;
	text-align: center;
}

#mainVisual p {
	text-align: center;
	padding: 150px 0 0;
	color: #fff;
	font-size: 36px;
}

#mainVisual ul {
	width: 670px;
	margin: 0px auto 0;
	overflow: hidden;
}

#mainVisual ul li {
	color: #fff;
	font-size: 24px;
	border: 1px solid #fff;
	border-radius: 140px;
	padding: 60px 0 0;
	height: 117px;
	width: 177px;
	margin: 40px 22px;
	float: left;
}

#mainVisual .top-blog {
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	top: -100px;
	z-index: 9999;
}

#mainVisual .top-blog h3 {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	padding: 10px 2% 0 2%;
	background: rgba(0, 0, 0, 0.64);
	height: 50px;
	width: 96%;
	position: absolute;
	bottom: 0;
}

#mainVisual .top-blog .thumbnail {
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0;
	width: 225px;
	height: 220px;
	background-size: cover;
	position: relative;
	vertical-align: middle;
}

/* :::::::::::::::::::::
	SWIPER
::::::::::::::::::::: */

.swiper-slide {
	width: 100%;
	height: 600px;
	background-position: center;
}

.swiper-slide a {
	display: block;
	height: 100%;
}

#ss-01 {
	background: url(../images/home/bgMain01.jpg);
}

#ss-02 {
	background: url(../images/home/bgMain02.jpg?ver=170519);
}

#ss-03 {
	background: url(../images/home/bgMain03.jpg?ver=170519);
}

/* :::::::::::::::::::::
	NEWS RELEASE
::::::::::::::::::::: */

#homeNews {
	background: #f1f1f1;
}

/* :::::::::::::::::::::
	BLOG & MEDIA
::::::::::::::::::::: */

#homeNews {
	background: #f1f1f1;
}

@media only screen and (max-width: 999px) and (min-width: 480px) {
	/* :::::::::::::::::::::
	MAIN VISUAL
::::::::::::::::::::: */

	#mainVisual {
		height: 260px;
		z-index: 1;
		text-align: center;
	}

	/* :::::::::::::::::::::
	SERVICE
::::::::::::::::::::: */

	#service {
		background-color: #fff;
	}

	#service table tr {
		background: #fafafa;
		display: block;
		margin-bottom: 20px;
	}

	/* :::::::::::::::::::::
	NEWS RELEASE
::::::::::::::::::::: */

	#homeNews {
	}

	#homeNews .boxNews {
		background: #fff;
		overflow: scroll;
		padding: 8%;
	}

	/* :::::::::::::::::::::
	BLOG & MEDIA
::::::::::::::::::::: */

	#homeBlog {
	}

	/* :::::::::::::::::::::
	MAIN VISUAL
::::::::::::::::::::: */

	#mainVisual {
		margin: 70px 0 57vw;
		height: 0px;
		position: relative;
		text-align: center;
	}

	#mainVisual p {
		text-align: center;
		padding: 150px 0 0;
		color: #fff;
		font-size: 36px;
	}

	#mainVisual ul {
		width: 670px;
		margin: 0px auto 0;
		overflow: hidden;
	}

	#mainVisual ul li {
		color: #fff;
		font-size: 24px;
		border: 1px solid #fff;
		border-radius: 140px;
		padding: 60px 0 0;
		height: 117px;
		width: 177px;
		margin: 40px 22px;
		float: left;
	}

	#mainVisual .top-blog {
		width: 100%;
		margin: 0px auto;
		overflow: hidden;
		position: relative;
		top: 20px;
		z-index: 9999;
		/*display: none;*/
	}

	#mainVisual .top-blog h3 {
		color: #fff;
		font-size: 16px;
		font-weight: normal;
		line-height: 20px;
		padding: 10px 4% 0 4%;
		background: rgba(0, 0, 0, 0.5);
		height: 50px;
		width: 92%;
		line-height: 1.4;
		position: absolute;
		bottom: 0;
	}

	#mainVisual .top-blog .thumbnail {
		display: inline-block;
		background-position: center center;
		background-repeat: no-repeat;
		margin: 0;
		width: 100%;
		height: 40vw;
		background-size: cover;
		position: relative;
		vertical-align: middle;
	}

	/* :::::::::::::::::::::
	SWIPER
::::::::::::::::::::: */

	.swiper-slide {
		width: 100%;
		height: 57vw !important;
		background-size: cover !important;
		background-position: center;
	}

	.swiper-slide a {
		display: block;
		height: 100%;
	}

	#ss-01 {
		background: url(../images/home/bgMain01.jpg);
	}

	#ss-02 {
		background: url(../images/home/bgMain02.jpg?ver=170519);
	}

	#ss-03 {
		background: url(../images/home/bgMain03.jpg?ver=170519);
	}

	/* :::::::::::::::::::::
	NEWS RELEASE
::::::::::::::::::::: */

	#homeNews {
		background: #f1f1f1;
	}

	/* :::::::::::::::::::::
	BLOG & MEDIA
::::::::::::::::::::: */

	#homeNews {
		background: #f1f1f1;
	}

	/*インスタ*/

	.media-grid li.media-list-item {
		width: 50% !important;
	}
}

@media only screen and (max-width: 479px) {
	/* :::::::::::::::::::::
	MAIN VISUAL
::::::::::::::::::::: */

	#mainVisual {
		height: 260px;
		z-index: 1;
		text-align: center;
	}

	/* :::::::::::::::::::::
	SERVICE
::::::::::::::::::::: */

	#service {
		background-color: #fff;
	}

	#service table tr {
		background: #fafafa;
		display: block;
		margin-bottom: 20px;
	}

	/* :::::::::::::::::::::
	NEWS RELEASE
::::::::::::::::::::: */

	#homeNews {
	}

	#homeNews .boxNews {
		background: #fff;
		overflow: scroll;
		padding: 8%;
		/* display: table-cell; */
	}

	/* :::::::::::::::::::::
	BLOG & MEDIA
::::::::::::::::::::: */

	#homeBlog {
	}

	.section-desc--moso {
		font-size: 14px;
		padding: 0 1em;
		margin-bottom: 1.8em;
	}

	#homeBlogMoso .col-md-4 {
		width: 100%;
		float: none;
		margin-bottom: 2em;
	}
	#homeBlogMoso article.listBlog {
		max-width: none;
		min-height: 320px;
	}
	#homeBlogMoso .thumbnail {
		height: 220px;
	}

	/* :::::::::::::::::::::
	MAIN VISUAL
::::::::::::::::::::: */

	#mainVisual {
		margin: 70px 0 106vw;
		height: 80px;
		position: relative;
		text-align: center;
	}

	#mainVisual p {
		text-align: center;
		padding: 150px 0 0;
		color: #fff;
		font-size: 36px;
	}

	#mainVisual ul {
		width: 670px;
		margin: 0px auto 0;
		overflow: hidden;
	}

	#mainVisual ul li {
		color: #fff;
		font-size: 24px;
		border: 1px solid #fff;
		border-radius: 140px;
		padding: 60px 0 0;
		height: 117px;
		width: 177px;
		margin: 40px 22px;
		float: left;
	}

	#mainVisual .top-blog {
		width: 100%;
		margin: 0px auto;
		overflow: hidden;
		position: relative;
		top: 20px;
		z-index: 9999;
		/*display: none;*/
	}

	#mainVisual .top-blog h3 {
		color: #fff;
		font-size: 16px;
		font-weight: normal;
		line-height: 20px;
		padding: 10px 4% 0 4%;
		background: rgba(0, 0, 0, 0.5);
		height: 50px;
		width: 92%;
		line-height: 1.4;
		position: absolute;
		bottom: 0;
	}

	#mainVisual .top-blog .thumbnail {
		display: inline-block;
		background-position: center center;
		background-repeat: no-repeat;
		margin: 0;
		width: 90%;
		height: 220px;
		background-size: cover;
		position: relative;
		vertical-align: middle;
	}

	/* :::::::::::::::::::::
	SWIPER
::::::::::::::::::::: */

	.swiper-slide {
		width: 100%;
		height: 57vw !important;
		background-size: cover !important;
		background-position: center;
	}

	.swiper-slide a {
		display: block;
		height: 100%;
	}

	#ss-01 {
		background: url(../images/home/bgMain01.jpg);
	}

	#ss-02 {
		background: url(../images/home/bgMain02.jpg?ver=170519);
	}

	#ss-03 {
		background: url(../images/home/bgMain03.jpg?ver=170519);
	}

	/* :::::::::::::::::::::
	NEWS RELEASE
::::::::::::::::::::: */

	#homeNews {
		background: #f1f1f1;
	}

	/* :::::::::::::::::::::
	BLOG & MEDIA
::::::::::::::::::::: */

	#homeNews {
		background: #f1f1f1;
	}

	/*インスタ*/

	.media-grid li.media-list-item {
		width: 50% !important;
	}
}

/*メンバーセクション*/

.member {
}

.member-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 40px;
	margin-top: 40px;
}

.member-item {
	text-align: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
}

.member-image {
	margin-bottom: 20px;
}

.member-image img {
	width: 100%;
	height: 360px;
	border-radius: 8%;
	aspect-ratio: 1;
	object-fit: cover;
}

.member-info {
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.member-info .department {
	font-size: 13px;
	color: #333;
	margin: 0 0 8px;
}

.member-info .position {
	font-size: 13px;
	color: #333;
	margin: 0 0 8px;
}

.member-info .name {
	font-size: 18px;
	font-weight: bold;
	margin: 1rem auto;
	color: #111;
}

.member-info .comment_short {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
	.member-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}

	.member-info .name {
		font-size: 16px;
	}

	.member-image img {
		height: 210px;
	}
}

/* モーダル */
.staff-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	justify-content: center;
	align-items: center;
}

.modal-content {
	padding: 30px;
	max-width: 800px;
	width: 90%;
	background: #fff;
	border-radius: 8px;
	max-height: 85vh;
	overflow-y: auto;
}

.staff-modal.active .modal-content {
	opacity: 1;
	transform: translateY(0);
}

.close-modal {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 28px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f5f5f5;
	border-radius: 50%;
}

.modal-header {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.modal-header h2 {
	margin-bottom: 10px;
}

.staff-gallery {
	display: flex;
	gap: 15px;
	margin: 20px 0;
	flex-wrap: wrap;
}

.staff-gallery img {
	max-width: 250px;
	height: auto;
	border-radius: 4px;
}

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

.detail-item {
	margin-bottom: 24px;
}

.detail-item h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #333;
	position: relative;
	padding-left: 15px;
}

.detail-item h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 16px;
	background-color: #333; /* または任意の色 */
	border-radius: 2px;
}

.staff-social {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.social-link {
	display: inline-block;
	padding: 8px 15px;
	margin-right: 10px;
	background: #f5f5f5;
	border-radius: 4px;
	text-decoration: none !important;
	color: #333;
	transition: all 0.3s ease;
}

.social-link:hover {
	background: #1b2f3e;
	color: #fff;
}

@media (max-width: 768px) {
	.modal-content {
		padding: 20px;
		margin: 20px;
	}

	.gallery-swiper {
		height: 300px;
	}

	.staff-name {
		font-size: 20px;
	}
}

/* メイン画像のスタイル */
.staff-main-image {
	margin: 20px 0;
	width: 100%;
}

.modal-image {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	height: 380px;
	object-fit: cover;
	display: block;
	border-radius: 8px;
}

@media (max-width: 768px) {
	.modal-image {
		height: 300px;
		max-width: 280px;
	}
}

/* スタッフ名のスタイル */
.staff-name {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 2rem;
	color: #333;
}

/* 基本情報のスタイル */
.staff-basic-info {
	display: flex;
	gap: 30px;
	margin-bottom: 20px;
}

.info-item h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #333;
	position: relative;
	padding-left: 15px;
}

.info-item h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 16px;
	background-color: #333;
	border-radius: 2px;
}

.info-item p {
	font-size: 14px;
	color: #666;
}

/* 詳細項目のスタイル（既存） */
/* .detail-item h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #333;
	position: relative;
	padding-left: 15px;
}

.detail-item h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 16px;
	background-color: #333;
	border-radius: 2px;
}

@media (max-width: 768px) {
	.staff-name {
		font-size: 20px;
	}

	.staff-basic-info {
		gap: 20px;
	}

	.info-item h3,
	.detail-item h3 {
		font-size: 15px;
	}

	.info-item h3::before,
	.detail-item h3::before {
		height: 15px;
	}
} */

.member-image {
	overflow: hidden;
	border-radius: 8%;
}

.member-image img {
	transition: all 0.3s ease;
	border-radius: 8%;
	filter: none;
}

.staff-card:hover .member-image img {
	transform: scale(1.05);
	/* filter: brightness(0.9) contrast(1.1); */
	/* filter: sepia(0.2); */
	/* filter: grayscale(0.3); */
	filter: brightness(1.1) saturate(1.2);
}

.more-btn {
    display: flex;
	padding: 8px 20px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 100px;
    align-self: center;
}

.more-btn:hover {
	background-color: #000;
	color: #fff;
}
