@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	background-color: #EAEAE5;
	padding-bottom: 5%;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.pcBox{
	display: none;
}

.lead{
	text-align: center;
	font-size: 15px;
	line-height: 2;
	margin: 15% auto;
}

.member{
	width: 90%;
	margin: 15% auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.member img{
	width: 50%;
}

.member img:first-child{
	box-sizing: border-box;
	padding: 2%;
}

.box{
	width: 90%;
	margin: 10% auto 20%;
}

.box h1{
	font-family: arial, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 60px;
	color: #203864;
	margin: 1% 0;
}

.box h1 span{
	font-family: bahnschrift-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	margin-left: 20px;
}

.movie{
	width: 100%;
	margin: 0 auto 10%;
}
video{
	width: 100%;
	height: auto;
}


.profile{
	margin: 5% 0;
}

.profile p{
	font-size: 13px;
	line-height: 1.8;
	margin: 2% 0;
}

.sns{
	margin: 5% 0;
	display: flex;
	column-gap: 40px;
	background-color: #f8f8f8;
	border: solid 1px #ccc;
	box-sizing: border-box;
	padding: 3% 0;
	align-items: center;
	justify-content: center;
}

.sns img{
	width: 25%;
	box-sizing: border-box;
	border-radius: 50%;
}

.snsBox{
}

.snsBox p{
	font-size: 20px;
	line-height: 1.7;
	margin: 0 0 3% 0;
	font-weight: normal;
	font-family: arial, sans-serif;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 1px;
}

.staffSns{
	display: flex;
	column-gap: 5px;
	margin: 2% auto 0;
}

.snsIcon{
	display: flex;
	column-gap: 5px;
	margin: 2% auto 0;
}

.staffbord a {
    background: #fff url("https://www.dot-st.com/static/docs/bayflow/pages/241119_newbasic_bj/images/sb.jpg") 50% 50% no-repeat;
    background-size: 80% auto;
}

.instagram a {
    background: #fff url(https://www.dot-st.com/static/docs/c/pages/cp-staffboard/images/icon_instagram.png) 50% 50% no-repeat;
    background-size: 24px auto;
}

.snsIcon a{
	display: block;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.color-01{
	border: solid 5px #ff95ca;
}

.color-02{
	border: solid 5px #00b050;	
}

.color-03{
	border: solid 5px #ed7d31;
}

.color-04{
	border: solid 5px #fff2cc;
}

.color-05{
	border: solid 5px #ffc50d;
}

@media(min-width:750px){
	.sticky__container{
		display: flex;
	}
	.pcBox{
		width: 33%;
		height: 100vh;
		position: sticky;
		left: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.wrapper{
		width: 39%;
		box-sizing: border-box;
		margin: 0 auto;
	}
	
	.leftBox img{
		display: block;
		width: 30vh;
	}	

}
