@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	background-color: #D2D0D0;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	box-sizing: border-box;
	padding: 5% 3%;
}

.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: 34px;
	line-height: 1.2;
	letter-spacing: 0.8px;
}

.lead{
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin: 8% auto;
}

.box{
	margin: 10% auto 20%;
}

.main{
	margin: 0 auto 5%;
}

.w90{
	width: 90%;
	margin: 3% auto;
}

.main h2{
	font-size: 40px;
	margin: 1% 0;
}

.main p{
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin: 3% auto;
}

.main p span{
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 3%;
}

.credit{
	width: 95%;
	margin: 5% auto;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
	justify-content: space-between;
}

.credit-box{
	display: flex;
	width: calc(50% - 10px);
	column-gap: 10px;
	font-size: 14px;
	text-decoration: none;
	line-height: 2;
	color: #000;
	justify-content: space-between;
}

.credit-box p{
	margin: 0;
}

.credit-box span:after{
	content: '(tax in)';
	font-size: 11px;
	padding-left: 3px;
}

.font11{
	font-size: 13px;
}

.style{
	display: flex;
	column-gap: 5px;
}

.harf :first-child{
	margin-bottom: 5px;
}

.btn{
	display: block;
	width: 50%;
	margin: 5% auto 10%;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 15px;
	padding: 3% 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: 90%;
	margin: 5% auto;
	text-align: center;
	color: #000;
	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%;
}


@media(min-width:750px){
	.sticky__container{
		display: flex;
		background-color: #f6f6f6;
	}
	.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;
		padding: 1%;
		background-color: #D2D0D0;
		margin: 0 auto;
		padding: 5% 3%;
	}
	
	.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%;
	}
	}