@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.wrapper img{
	display: block;
	line-height: 0;
}

.lead{
	text-align: center;
	font-size: 15px;
	line-height: 2;
	margin: 15% auto;
}

.slide{
	position: relative;
	overflow: inherit;
	width: 90%;
	margin: 10% auto;
}

.slide_img{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	opacity: 0;
	animation :slideshow 6s;
	animation-iteration-count: infinite;
}

@keyframes slideshow {
	  0%{
		opacity: 0;
	  }
	  25%{
		opacity: 1;
	  }
	  50%{
		opacity: 1;
	  }
	  75%{
		opacity: 0;
	  }
	  100%{
		opacity: 0;
	  }
}

.staff{
	width: 90%;
	margin: 10% auto;
	display: flex;
	column-gap: 5px;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.staff .box{
	background-color: #faf7f1;
	box-sizing: border-box;
	padding: 2%;
	border-radius: 10px;
}

.staff .box h1{
	text-align: center;
	font-size: 16px;
	margin: 2% 0;
}

.staff .box .staffImg img{
	width: 90%;
	margin: 5% auto;
	border-radius: 150px;
}

.staff .box p{
	font-size: 11px;
	text-align: center;
	line-height: 1.5;
	margin: 5% 0;
	letter-spacing: -0.3px;
}

.sns{
	display: flex;
	column-gap: 5px;
	margin: 2% auto 0;
	box-sizing: border-box;
	justify-content: center;
}

.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;
}

.sns a{
	display: block;
	border: 1px solid #E6E6E6;
	border-radius: 50%;
	height: 40px;
	width: 40px;
}

.pointContents{
	margin: 10% auto;
}

.box-item{
	width: fit-content;
	margin: 5% auto 10%;
}
.box-item{
    --x-gradient: linear-gradient(90deg, #333 0 20px, transparent 0 calc(100% - 20px), #333 calc(100% - 20px));
    --y-gradient: linear-gradient(#333 0 20px, transparent 0 calc(100% - 20px), #333 calc(100% - 20px));
    position: relative;
    padding: 1rem;
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    background-position: top, right, bottom, left;
    font-weight: bold;
    font-size: 22px;
	line-height: 1.6;
    text-align: center;
}

.item{
	width: 80%;
	margin: 5% auto;
	box-sizing: border-box;
	/*border: solid 1px #000;*/
}

.pointBorder{
	width: 80%;
	margin: 10% auto;
	border: solid 1px orange;
	box-sizing: border-box;
	/*padding: 5% 0 0;*/
}

.pointBorder h1{
	text-align: center;
	margin: 0 0 3%;
	font-size: 22px;
	background-color: orange;
	padding: 2% 0;
}

.point{
	width:fit-content;
	margin: 5% auto 10%;
}

.pointBox{
	margin-bottom: 5%;
}

.pointBox p{
	font-size: 13px;
	font-weight: 600;
	line-height: 1.7;
	display: inline-block;
	position: relative;
	padding-left: 60px;
}

.pointBox p:before{
	content: '';
	display: inline-block;
	width: 55px;
	height: 55px;
	background-image: url("https://www.dot-st.com/static/docs/elura/keyword/250704_ase/images/icon.png");
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.pointBox span{
	color:orange;
}

.colorvariation{
	margin: 10% auto;
}

.color__box{
	margin-bottom: 0%;
	box-sizing:border-box;
	padding: 5% 0 2%;
}

.box__title {
	width: 100%;
	margin: 3% 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: 22px;
	font-weight: 600;
	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;
}

.slider__box{
	width: 80%;
	margin: 10% auto; 
	position: relative;
}

/*.swiper-slide{
	position: relative;
}*/

.swiper-button-next:after, .swiper-button-prev:after {
  color: #000;
  font-size: 30px!important;
}

.copy1{
	position: absolute;
	width: 75%;
	top: -3%;
	right: -5%;
	z-index: 10;
	transform: rotate(10deg);
}

.copy2{
	position: absolute;
	width: 83%;
	top: -3%;
	right: -5%;
	z-index: 10;
	transform: rotate(10deg);
}

.copy3{
	position: absolute;
	width: 83%;
	top: -3%;
	right: -5%;
	z-index: 10;
	transform: rotate(8deg);
}

.bg01{
	background-color: #FEFEF8;
}

.bg02{
	background-color: #fee3e5;
}

.bg03{
	background-color: #fde3d7;
}

@media(min-width:750px){
	.bnr{
		width: 60%;
		margin: 0 auto
	}
	
	.lead{
		margin: 8% auto;
	}
	
	.slide{
		width: 60%;
		margin: 8% auto;
	}
	
	.staff{
		width: 60%;
		margin: 8% auto;
		column-gap: 20px;
	}
	
	.pointContents{
		margin-bottom: 10%;
	}

	.box-item{
		padding: 1rem 3rem;
	}
	
	.item{
		width: 60%;
	}
	
	.pointBorder{
		margin-bottom: 5%;
	}
	
	.pointBorder h1{
		font-size: 25px;
	}
	
	.point{
		margin: 5% auto;
	}
	
	.pointBox p{
		font-size: 15px;
	}
	
	.pointBox p br{
		display: none;
	}

	.pointBox p:before{
		width: 45px;
		height: 45px;
	}
	
	.box__title {
		width: 96%;
	}

	.box__title__border {
		font-size: 18px;
	}

	.colorvariation{
		display: flex;
		column-gap: 0px;
		margin: 10% auto 5%;
		justify-content: center;
	}
	
	.color__box{
		width: calc(33.3% - 0px);
		margin-bottom: 0;
		padding: 2% 0 0; 
	}
	
	.copy1{
		width: 80%;
		right: -7%;
	}

	.copy2{
		width: 86%;
		top: -3%;
		right: -7%;
	}

	.copy3{
		width: 83%;
		right: -7%;
	}
	
	.br_s{
		display: none;
	}

}
