@charset "UTF-8";

/*//////////-----SLIDER-TOP -----//////////*/

#slider-top{
	width:100%;
	
	box-sizing: border-box;
	padding-top:5px;
}

#slider-top p.slider-child{
	box-sizing: border-box;
	padding:5px;
	
	border-radius:5px;
}

#slider-top p.slider-child a{
	display:block;
	
	transition:0.25s;
}

#slider-top p.slider-child a:hover{
	opacity: 0.6;
	
	text-decoration: none;
}

#slider-top p.slider-child img{
	width:100%;
	vertical-align: bottom;
	
	border-radius:5px;
}

/*/////-----INTRO-----/////*/

.intro{
	width:100%;
	
	background-color:#000;
	color:#fff;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.intro div.inner{
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	
	width:100%;
	height:100%;
	
	box-sizing: border-box;
	padding:10px;
	
	background-color:rgba(0,0,0,0.60);
}

.intro div.content{
	box-sizing: border-box;
	padding:10px;
	
	width:100%;
	margin:0 auto;
	max-width: 800px;
	
	font-size:0.8rem;
	line-height:1.75em;
	
	background-color:rgba(0,150,70,0.70);
}

.intro div.content h3{
	font-family: 'Noto Serif JP', serif;
	font-size:1.25rem;
	line-height:30px;
	font-weight:500;
	
	text-align: center;
	
	margin-bottom:5px;
}

.intro div.content h3:before{
	display:none;
	
	content:"〜";
	
	box-sizing: border-box;
	padding:0 5px;
}

.intro div.content h3:after{
	display:none;
	
	content:"〜";
	
	box-sizing: border-box;
	padding:0 5px;
}

@media only screen and (min-width: 720px){
	
	.intro div.inner{
		padding:20px;
	}
	
	.intro div.content{
		padding:20px;
		
		font-size:1.0rem;
		line-height:1.75em;
	}
	
	.intro div.content h3{
		font-size:1.5rem;
		line-height:40px;
	}
	
	.intro div.content h3:before{
		display:inline-block;
	}
	
	.intro div.content h3:after{
		display:inline-block;
	}
	
	.intro div.content h3 br{
		display:none;
	}
	
}

/*/////-----BUSINESS-----/////*/

.business{
	background-color:#f0f0f0;
}

.business header.inner-header{
	background-color:#f0f0f0;
}

.business div.content{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	margin:0 auto;
	max-width: 960px;
	
	box-sizing: border-box;
	padding:10px;
}

.business div.row{
	width:100%;
	margin-bottom:20px;
}

.business div.row:last-child{
	margin-bottom:0;
}

.business div.row div.inner{
	box-sizing: border-box;
	padding:10px;
	
	background-color:#fff;
	
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	justify-content:flex-start;
	
	width:100%;
}

.business div.row p.thumbnail{
	width:100%;
	margin-bottom:10px;
}

.business div.row p.thumbnail img{
	width:100%;
	vertical-align: bottom;
}

.business div.row div.text{
	width:100%;
}

.business div.row div.text h4{
	font-family: 'Noto Serif JP', serif;
	font-weight:500;
	text-align: center;
	
	font-size:1.5rem;
	line-height:1.5em;
	
	margin-bottom:10px;
}

.business div.row div.text h4 span.note{
	display:block;
	
	font-size:1.0rem;
	line-height:1.75em;
	font-weight:400;
	color:#222;
}

.business div.row div.text h4 span.note::before{
	content:"（";
}

.business div.row div.text h4 span.note::after{
	content:" ）";
}

.business div.row div.text p{
	font-size:1.0rem;
	line-height:1.75em;
}

.business div.row div.text p.btn{
	display:none;
	width:180px;
	margin:5px auto;
	
	font-size:0.8rem;
	line-height:30px;
	font-weight:500;
	
	text-align: center;
}

.business div.row div.text p.btn a{
	display:block;
	
	background-color:#f80;
	color:#fff;
	
	background-image: url("../images/icon_btn-voice.webp");
	background-repeat: no-repeat;
	background-size:15px;
	background-position: center right 10px;
}

.business div.row div.text p.btn a:hover{
	opacity: 0.8;
	text-decoration: none;
}

@media only screen and (min-width: 720px){
	
	.business div.row{
		width:100%;
		margin:0;
		
		box-sizing: border-box;
		padding:10px;
	}
	
	.business div.row p.thumbnail{
		width:50%;
		margin-bottom:0;
	}
	
	.business div.row div.text{
		width:50%;
		
		box-sizing:border-box;
		padding:15px;
	}
	
	.business div.row div.text h4{
		text-align:left;
	}
	
}

/*/////-----TOPIX-----/////*/

.topix div.content{
	box-sizing: border-box;
	padding:10px;
	
	width:100%;
	margin:0 auto;
	max-width: 960px;
}

/*/////-----PICKUP-----/////*/

.pickup{
	width:100%;
	
	background-color:#000;
	color:#fff;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.pickup div.inner{
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	
	width:100%;
	height:100%;
	
	box-sizing: border-box;
	padding:10px;
	
	background-color:rgba(0,0,0,0.60);
}

.pickup div.content{
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	
	width:100%;
	margin:0 auto;
	max-width: 960px;
}

.pickup div.row{
	margin-bottom:10px;
}

.pickup div.row:last-child{
	margin-bottom:0;
}

.pickup div.row a{
	box-sizing: border-box;
	padding:10px;
	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	
	background-color:rgba(0,0,0,0.60);
	color:#fff;
	
	transition:0.25s;
}

.pickup div.aboutus a{
	background-color:rgba(255,0,0,0.60);
}

.pickup div.recruit a{
	background-color:rgba(255,120,0,0.70);
}

.pickup div.row a:hover{
	opacity: 0.8;
	text-decoration: none;
}

.pickup div.row p.thumbnail{
	width:80px;
}

.pickup div.row div.text{
	width:calc(100% - 80px);
	
	box-sizing: border-box;
	padding-left:10px;
}

.pickup div.row div.text h4{
	font-weight:500;
}

.pickup div.row div.text p{
	font-size:0.8rem;
	line-height:1.75em;
}

.pickup div.row div.text p.btn{
	width:160px;
	margin-top:10px;
	
	font-size:0.6rem;
	line-height:25px;
	font-weight:500;
	
	text-align: center;
	
	background-image: url("../images/icon_btn-voice.webp");
	background-repeat: no-repeat;
	background-size:12.5px;
	background-position: center right 10px;
	
	box-sizing: border-box;
	border:solid 1px #fff;
}

.pickup div.row div.text p.btn a{
	display:block;
	
	background-color:#f80;
	color:#fff;
	
	background-image: url("../images/icon_btn-voice.webp");
	background-repeat: no-repeat;
	background-size:15px;
	background-position: center right 10px;
}

@media only screen and (min-width: 720px){
	
	.pickup div.row{
		width:50%;
		
		margin-bottom:0;
		
		box-sizing: border-box;
		padding:10px;
	}
	
}
