@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	/*background-color: #D0CECE;*/
	padding: 5% 0;
}

.font__helvetica{
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.pcBox{
	display: none;
}

.title{
	width: 75%;
	margin: 5% 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%);
  }
}

.lead{
	text-align: center;
	font-size: 15px;
	line-height: 2;
	margin: 10% auto;
}

.staff_contents{
	width: 85%;
	margin: 10% auto 20%;
}

.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: #f8f8f8;
	border: solid 1px #ccc;
	box-sizing: border-box;
	padding: 3% 0;
}

.staffBox img{
	width: 28%;
	box-sizing: border-box;
	border-radius: 50%;
}

.staffProfile{
	/*width: 65%;*/
}

.staffProfile p{
	font-size: 12px;
	line-height: 1.7;
	margin: 0 0 3% 0;
	font-weight: normal;
}

.staffProfile span{
	font-size: 16px;
	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__wear a {
    background: #fff url("https://static.dot-st.com/static/docs/c/pages/cp-staffboard/images/icon_wear.png") 50% 50% no-repeat;
    background-size: 80% auto
}

.staffSns a{
	display: block;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    height: 39px;
    width: 39px;
}

.staff_contents .box_lead{
	text-align: center;
	font-size: 13px;
	line-height: 2;
	margin: 3% auto 10%;
}

.box{
	width: 100%;
	margin: 10% auto 25%;
	box-sizing: border-box;
	padding: 0 3%;
}

.box__title {
	width: 100%;
	margin: 3% auto 5%;
	display: flex;
	align-items: center;
	font-size: 18px;
}
.box__title:before,
.box__title:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}

.box__title__border {
	position: relative;
	display: table;
	padding: 0em 1em;
	font-size: 35px;
	margin: 1% auto;
	line-height: 1.0;
	top:0;
	color: #000;
}

.font26{
	font-size: 26px;
}

.box__title__border:before, .box__title__border:after {
	  position: absolute;
	  top: 0;
	  content:'';
	  width: 8px;
	  height: 100%;
	  display: inline-block;
}

.box__title__border:before {
	  border-left: solid 1px #000;
	  left: 0;
}

.box__title__border:after {
	  content: '';
	  border-right: solid 1px #000;
	  right: 0;
}

.box_style{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.slide{
	position: relative;
	overflow: inherit;
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}

.slide__right{
	grid-column-start: 2;
	grid-column-end: 4;
}

.slide_img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	opacity: 0;
	animation :slideshow 4s;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: steps(1, end);
}

@keyframes slideshow{
	  0%{
		opacity: 0;
	  }
	  50%{
		opacity: 1;
	  }
	  100%{
		opacity: 0;
	  }
	}

.credit{
	width: 90%;
	margin: 8% auto;
}

.coment{
	width: 90%;
	margin: 10% auto;
	font-size: 13px;
	line-height: 2;
	text-align: center;
}

.credit a{
	width: 90%;
	margin: 10% auto;
}

.credit a{
	display: block;
	text-decoration: none;
	font-size: 15px;
	color: #000;
	line-height: 1.5;
	border-bottom: solid 1px #000;
	margin: 6% auto;
	position: relative;
	padding-bottom: 1%;
}

.credit a:after{
	content: 'BUY';
	display: inline-block;
	background-color: #000;
	color: #fff;
	position: absolute;
	right: 0;
	box-sizing: border-box;
	padding: 0 5%;
}

.credit a span{
	float: right;
	margin-right: 80px;
}

.credit a span:after{
	content: 'tax in';
	font-size: 11px;
	margin-left: 3px;
}

.staff__link{
	width: 60%;
	margin: 10% auto;
}

.staff__link a{
	display: block;
	text-align: center;
	color: #fff;
	background-color: #000;
	line-height: 3.4;
	text-decoration: none;
	font-size: 14px;
}

.staff__link a:before{
	content: '';
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 20px;
	box-sizing: border-box;
	background-image: url("https://www.dot-st.com/static/docs/bayflow/pages/241119_newbasic_bj/images/sb.jpg");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	border: solid 3px #fff;
	margin-right: 10px;
}

.all{
	display: block;
	width: 80%;
	margin: 5% auto;
	text-align: center;
	font-size: 15px;
	line-height: 3;
	text-decoration: none;
	background-color: #000;
	color: #fff;
}

.box_last{
	margin-bottom: 15%;
}

	.snsBOX{
		margin-top: 15%;
	}
	
	.snsBOX__inner{
		border-radius: 15px;
		width: 40%;
		margin: 0 auto;
	}
	
	.snsBOX__list01{
		/*display: flex;*/
		padding: 0;
		list-style: none;
		justify-content: center;
		margin: 15% auto 0;
		/*width: 40%;*/
	}
	
	.snsBOX__list01 li{
		line-height: 2;
		display: flex;
		column-gap: 10px;
		align-items: center;
		margin-bottom: 3%;
	}
	
	.snsBOX__list01 li p{
		font-size: 16px;
		font-family: "helvetica-lt-pro", sans-serif;
		font-weight: 700;
		font-style: normal;
		margin: 0;
		padding-bottom: 10px;
	}
	
	.snsBOX__list01 li img{
		width: 40px;
		height: auto;
	}
	
	.header_logo_bayflow{
		width: 100%;
		margin: 0;
	}


@media(min-width:750px){
	.sticky__container{
		display: flex;
		background-color: #fff;
	}
	.pcBox{
		width: 50%;
		height: 100vh;
		position: sticky;
		left: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #f8f8f8;
	}
	.wrapper{
		width: 35%;
		box-sizing: border-box;
		margin: 0;
		padding: 2% 0;
	}
	
	.leftBox img{
		display: block;
		width: 14vh;
	}
	
	.snsBOX__inner{
		border-radius: 15px;
		width: 40%;
		margin: 0 auto;
	}
	
	.snsBOX__list01{
		/*display: flex;*/
		padding: 0;
		list-style: none;
		justify-content: center;
		margin: 15% auto 0;
		/*width: 40%;*/
	}
	
	.snsBOX__list01 li{
		line-height: 2;
		display: flex;
		column-gap: 10px;
		align-items: center;
		margin-bottom: 3%;
	}
	
	.snsBOX__list01 li p{
		font-size: 16px;
		font-family: "helvetica-lt-pro", sans-serif;
		font-weight: 700;
		font-style: normal;
		margin: 0;
		padding-bottom: 10px;
	}
	
	.snsBOX__list01 li img{
		width: 40px;
		height: auto;
	}
	
	.header_logo_bayflow{
		width: 100%;
		margin: 0;
	}
	
	.font26{
		font-size: 30px;
	}
	}
