@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.pcBox{
	display: none;
}

.wrapper{
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 5%;
	background-color: #f4efeb;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.font_DIN_cond{
	font-family: "ff-din-paneuropean-cond", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.font_DIN_bold{
	font-family: "ff-din-paneuropean", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.top p{
	margin: 10% auto;
	text-align: center;
	font-size: 15px;
	line-height: 2;
}

.staff{
	margin: 15% auto;
}

.box__title {
	width: 100%;
	margin: 0 auto 5%;
	display: flex;
	align-items: center;
}
.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: 40px;
	letter-spacing: 2px;
	margin: 1% auto;
	line-height: 1.0;
	top:0;
	color: #000;
}

.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;
}

.staff ul{
	width: 90%;
	margin: 8% auto;
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 15px;
}

.staff ul li a{
	display: block;
	text-decoration: none;
	color: #000;
}
.staff ul li p{
	font-size: 12px;
	text-align: center;
	margin: 3% 0;
}

.staff ul li img{
	border-radius: 50%;
	border: solid 2px #000;
	box-sizing: border-box;
	padding: 4px;
}


.staff ul li .list_color_01{
	border: solid 2px #577c8e;
}

.staff ul li .list_color_02{
	border: solid 2px #c0432e;
}

.staff ul li .list_color_03{
	border: solid 2px #0e3a61;
}

.box{
	margin: 10% auto 20%;
	padding-top: 5%;
}

.box h1{
	text-align: center;
	line-height: 0.9;
	font-size: 80px;
	letter-spacing: 0.5px;
	color: #577c8e;
	margin: 2% auto;
}

.box h1 span{
	font-size: 28px;
	color: #000;
	letter-spacing: 2px;
}

.box .color_01{
	color: #577c8e;
}

.box .color_02{
	color: #c0432e;
}

.box .color_03{
	color: #0e3a61;
}

.box h2{
	text-align: center;
	font-size: 20px;
	margin: 5% auto;
	letter-spacing: 2px;
}

.box h2:before{
	content: '(';
	display: inline-block;
	margin-right: 10px;
}

.box h2:after{
	content: ')';
	display: inline-block;
	margin-left: 10px;
}

.imgBox{
	width: 80%;
	/*margin: 8% auto;*/
	margin: 0 auto 8%;
}

.imgBoxSub{
	position: relative;
	margin: 15% auto;
}

.first{
	width: 50%;
	margin-left: 0;
	transform: rotate(-7deg); 
}

.second{
	width: 52%;
	transform: rotate(7deg);
	margin-left: 48%;
	margin-top: -50%;
}

.border_01{
	box-sizing: border-box;
	border: solid 5px #547788;
}

.border_02{
	box-sizing: border-box;
	border: solid 5px #c0432e;
}

.border_03{
	box-sizing: border-box;
	border: solid 5px #0e3a61;
}

.profile{
	width: 80%;
	margin: 10% auto;
	box-sizing: border-box;
	padding: 3%;
	border-radius: 10px;
}

.profile_bg_01{
	background-color: #b9cecc;
}

.profile_bg_02{
	background-color: #e3cbc7;
}

.profile_bg_03{
	background-color: #b8c3cd;
}


.profile h3{
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.6px;
	margin: 3% auto 0;
}

.profile p{
	text-align: center;
	font-size: 13px;
	line-height: 1.8;
	margin: 5% 0;
}

.profile p:before{
	content: '';
	display: inline-block;
	background-image: url("../images/icon.png");
	background-size: contain;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin-right: 4px;
}

.staffSns{
	display: flex;
	column-gap: 10px;
	margin: 5% auto;
	justify-content: center;
}

.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;
}

.scroll{
	margin: 10% auto 10%;
}

.scroll_title{
	width: 55%;
	margin: 0 auto;
}

.scroll h3{
	text-align: center;
	font-size: 20px;
	margin: 2% auto;
}
.scrollGroup {
	position: relative;
	width: 100%;
	margin: 5% auto 10%;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}

.scrollBox {
	flex: 0 0 auto;
	width: 60%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
}

.scrollBox:first-child {
	margin-left: 15%;
}

.scrollBox:last-child {
	margin-right: 15%;
}

.scrollBox img {
	width: 100%;
	object-fit: cover;
}

.slider-non{
	justify-content: center;
	width: 100%;
}

.scroll p{
	text-align: center;
	font-size: 13px;
	line-height: 1.8;
	margin: 8% auto;
}

.scrollGroup::-webkit-scrollbar {
	display: block;
}

.scrollGroup::-webkit-scrollbar {
	scrollbar-color: darkcyan lightgray;
}

.scrollGroup::-webkit-scrollbar {
	height: 12px; /* スクロールバーの幅 */
}

.scrollGroup::-webkit-scrollbar-track {
	background: lightgray; /* トラック（背景）の色 */
	border-radius: 20px;

}

.scrollGroup_cl01::-webkit-scrollbar-thumb {
	background: #577c8e; /* サム（つまみ）の色 */
	border-radius: 20px;
}

.scrollGroup_cl02::-webkit-scrollbar-thumb {
	background: #c0432e; /* サム（つまみ）の色 */
	border-radius: 20px;
}

.scrollGroup_cl03::-webkit-scrollbar-thumb {
	background: #0e3a61; /* サム（つまみ）の色 */
	border-radius: 20px;
}


.btn{
	display: block;
	width: 40%;
	margin: 5% auto;
	text-align: center;
	border: solid 1px #000;
	border-radius: 20px;
	line-height: 2.5;
	text-decoration: none;
	font-size: 16px;
	color: #000;
}

.pick{
	margin: 10% auto;
}
.pick_title{
	width: 50%;
	margin: 0 auto;
}

.pickBox{
	width: 80%;
	margin: 3% auto 5%;
	background-color: #ecdfd4;
	box-sizing: border-box;
	padding: 8%;
}

.mainItem{
	position: relative;
}

.pickBox_img{
	width: 100%;
	margin: 0 auto;
	border-radius: 0 20px 0 0;
}

.pickBox_img img{
	border-radius: 0 60px 0 0;
}

.check{
	position: absolute;
	top: -3%;
	right: -2%;
	width: 20%;
}

.pickBox p{
	text-align: center;
	font-size: 12px;
	line-height: 2;
	margin: 8% auto 0;
}

.pickBox .itemNmae{
	font-size: 15px;
}

.pickBox .itemNmae:after{
	content: 'tax in';
	font-size: 11px;
	display: inline-block;
	margin-left: 3px;
}

.all{
	display: block;
	width: 60%;
	margin: 5% auto 10%;
	text-align: center;
	font-size: 16px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	line-height: 3;
}

.no{
	font-family: "ff-din-paneuropean", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	margin: 0;
	position: relative;
	box-sizing: border-box;
}

.no span{
	font-size: 24px;
}

.no :before{
	 position: absolute;
    content: 'STAFF';
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background-color: #577c8e;
    transform: rotate(180deg);
    font-size: 18px;
    line-height: 1.4;
    left: -21px;
    top: 47px;
    padding: 1% 0;
    text-align: center;
	font-family: "ff-din-paneuropean", sans-serif;
	font-weight: 700;
	font-style: normal;
    letter-spacing: 2px;
	color: #fff;
}

@media(min-width:750px){
	.sticky__container{
		display: flex;
		background-color: #F4EFEB;
	}
	.pcBox{
		width: 33%;
		height: 100vh;
		position: sticky;
		left: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.pc_bnr{
		border: solid 1px #fff;
	}
	
	.wrapper{
		width: 35%;
		box-sizing: border-box;
		margin: 0 auto;
		background-color: #fff;
	}
	
	.leftBox img{
		display: block;
		width: 43vh;
	}
	
	.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%;
	}
	
	.staff ul{
		width: 80%;
	}
	
	.br_s{
		display: none;
	}
	
	.scrollBox:last-child {
		margin-right: 15%;
		padding-right: 0;
	}
}


