@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	background-color: #b3a48e;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	box-sizing: border-box;
	padding: 5% 0;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.pcBox{
	display: none;
}

.nimbus{
	font-family: "nimbus-sans", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.wrapper h1{
	text-align: center;
	font-size: 55px;
	line-height: 1.1;
	letter-spacing: 5px;
}

.lead{
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin: 8% auto;
}

.move-wrap{
	display: flex;
	align-items: center;
	overflow: hidden;
	margin: 2% 0;
	column-gap: 10px;
}

.slideshow{
	display: flex;
	column-gap: 10px;
    animation: loop-slide 30s infinite linear 1s both;
}

.content{
	width: 130px;
}

.content img{
	border-radius: 0px;
	box-sizing: border-box;
	/*border: solid 1px #000;*/
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


.box{
	margin: 10% auto 15%;
	box-sizing: border-box;
	padding: 0 3%;
}

.main{
	margin: 0 auto 5%;
}

.w90{
	width: 90%;
	margin: 3% auto;
}

.main h2{
	font-size: 40px;
	margin: 1% 0;
}

.movie{
	width: 100%;
	margin: 0 auto 10%;
}
video{
	width: 100%;
	height: auto;
}

.item{
	font-size: 17px;
	font-weight: 600;
	margin: 5% auto 3%;
	text-align: center;
}

.box_lead{
	text-align: center;
	font-size: 13px;
	line-height: 2;
	margin: 3% auto 10%;
}

.box_lead span{
	display: inline-block;
	/*text-align: left;*/
}

.style{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20%;
	border-bottom: solid 1px #665740;
}

.style img{
	width: calc(50% - 5px);
}

.btn{
	display: block;
	width: 50%;
	margin: 2% auto 10%;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 15px;
	padding: 2% 0;
	position: relative;
	text-decoration: none;
}

.btn:after{
	background-image: url("../images/arrow-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 0.75rem;
    position: absolute;
    right: 1.375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.4375rem;
}

.all-btn{
	display: block;
	width: 85%;
	margin: 15% auto 5%;
	text-align: center;
	color: #000;
	background-color: #fff;
	border: solid 1px #000;
	font-size: 15px;
	padding: 3% 0;
	position: relative;
	text-decoration: none;
}

.all-btn:after{
	background-image: url("../images/arrow-bk.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 0.75rem;
    position: absolute;
    right: 1.375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.4375rem;
}

.mgb10{
	margin-bottom: 10%;
}

.staff_contents{
	width: 80%;
	margin: 20% auto 5%;
}

.staff_contents h2{
	text-align: center;
	font-size: 30px;
	letter-spacing: 1px;
	margin: 3% auto;
}

.staffBox{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin: 5% auto;
	/*column-gap: 20px;*/
	background-color: #ddd6cc;
	box-sizing: border-box;
	padding: 3% 0;
}

.staffBox img{
	width: 30%;
	box-sizing: border-box;
	border-radius: 50%;
}

.staffProfile{
	/*width: 65%;*/
}

.staffProfile p{
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 3% 0;
	font-family: "poppins", sans-serif;
	font-weight: 400;
}

.staffProfile span{
	font-size: 20px;
	padding-right: 10px;
}

.staffSns{
	display: flex;
	column-gap: 5px;
	margin: 2% auto 0;
}

.staffSns__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
}

.staffSns__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
}

.staffSns a{
	display: block;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    height: 39px;
    width: 39px;
}


@media(min-width:750px){
	.sticky__container{
		display: flex;
		background-color: #d2c5b2;
	}
	.pcBox{
		width: 33%;
		height: 100vh;
		position: sticky;
		left: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.wrapper{
		width: 35%;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 2% 0;
	}
	
	.leftBox img{
		display: block;
		width: 50vh;
	}
	
	.snsBOX{
		font-family: 'Arial',sans-serif;
	}
	
	.snsBOX__inner{
		border-radius: 15px;
		text-align: center;
	}
	
	.snsBOX__list01{
		display: flex;
		padding: 0;
		list-style: none;
		justify-content: center;
		margin: 0;
	}
	
	.snsBOX__list01 li{
		margin: 0 7px;
		line-height: 0;
	}
	
	.snsBOX__list01 li img{
		width: 50px;
		height: auto;
	}
	
	.header_logo_bayflow{
		width: 65%;
		margin: 2% auto 4%;
	}
	}