@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.helo {
	background-image: url("../images/business/h_bg.webp");
	height: 500px;
	background-position: center center;
	background-size: cover;
}
.helo .inner {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 200px;
}
.helo .inner h1 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3), 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.helo .inner h1 span {
	color: #fff;
	font-size: 80px;
	font-family: 'Inter', 'Noto Serif JP', serif;
	display: block;
	margin-bottom: 40px;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3), 0px 0px 15px rgba(0, 0, 0, 0.3);
}





.service {
	padding-top: 100px;
}
.service .flex {
	position: relative;
	margin-top: 80px;
}
.service .flex figure {
	width: 60%;
	overflow: hidden;
}
.service .flex figure img {
	width: 100%;
	height: auto;
}
.service .flex .box {
	width: 48%;
	padding-left: 5%;
	padding-right: 5%; 
	position: absolute;
	right: 0px;
	background-color: rgba(255,255,255,0.80);
	height: 25vw;
	padding-top: 3vw;
	padding-bottom: 3vw;
	text-align: left;
	top: 0px;
	bottom: 0px;
	margin: auto;
	display: flex;
	align-items: center;
	min-height: 280px;
	z-index: 999;
}
.service .flex .box h3 {
	color: #D83935;
	font-size: 40px;
	line-height: 1.4em;
	position: relative;
	margin-bottom: 30px;
}
.service .flex .box h3::after {
	content: "";
	width: 50px;
height: 1px;
background: #D83935;
position: absolute;
left: 0px;
bottom: -15px;
}
.service .flex .box p {
	line-height: 2em;
}
.service h4 {
	color: #D83935;
	font-size: 40px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-top: 70px;
	margin-bottom: 35px;
}
.service .flex2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.service .flex2::after {
	content: "";
	width: 331px;
}
.service .flex2 div {
	width: 331px;
height: 124px;
border: 1px solid #E9E9E9;
background: #FFF;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
margin-bottom: 30px;
}
.service .flex2 div h5 {
	color: #D83935;
	font-weight: bold;
	font-size: 24px;
	padding-top: 25px;
	padding-left: 25px;
}
.service .flex2 div p {
	font-size: 16px;
	padding-left: 25px;
	margin-top: 10px;
}
.service h6 {
	text-align: left;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	color: #D83935;
	font-size: 24px;
	font-weight: bold;
}
.service h6+ul {
	text-align: left;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 2em;
	margin-top: 15px;
}
.service h6+ul+p {
text-align: left;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	margin-top: 20px;
}





.warehouse {
	padding-top: 150px;
	margin-top: 40px;
	margin-bottom: 50px;
}
.warehouse .flex2 {
	margin-top: 60px;
}
.warehouse .flex2+h6 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 15px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
.helo {
	background-image: url("../images/business/h_bg.webp");
	height: 60vw;
	background-position: center right -22vw;
	background-size: cover;
}
.helo .inner {
	width: 90%;
	padding-top: 35vw;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.helo .inner h1 {
	color: #fff;
	font-size: 6vw;
	font-weight: bold;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3), 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.helo .inner h1 span {
	color: #fff;
	font-size: 12vw;
	font-family: 'Inter', 'Noto Serif JP', serif;
	display: block;
	margin-bottom: 5vw;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3), 0px 0px 15px rgba(0, 0, 0, 0.3);
}





.service {
	padding-top: 10vw;
}
.service .flex {
	position: relative;
	margin-top: 15vw;
}
.service .flex figure {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.service .flex figure img {
	width: 100%;
	height: auto;
}
.service .flex .box {
	padding-left: 5%;
	padding-right: 5%; 
	background-color: rgba(255,255,255,0.80);
	padding-top: 3vw;
	padding-bottom: 3vw;
	text-align: left;
	top: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 999;
	width: 80%;
}
.service .flex .box h3 {
	color: #D83935;
	font-size: 6vw;
	line-height: 1.4em;
	position: relative;
	margin-bottom: 7vw;
}
.service .flex .box h3::after {
	content: "";
	width: 12vw;
height: 1px;
background: #D83935;
position: absolute;
left: 0px;
bottom: -5vw;
}
.service .flex .box p {
	line-height: 2.5em;
}
.service h4 {
	color: #D83935;
	font-size: 6vw;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3vw;
	margin-top: 5vw;
	margin-bottom: 5vw;
}
.service .flex2 {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align: left;
	margin-bottom: 15vw;
}
.service .flex2 div {
	width: 90%;
border: 1px solid #E9E9E9;
margin-left: auto;
	margin-right: auto;
background: #FFF;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
margin-bottom: 5vw;
padding-bottom: 5vw;
}
.service .flex2 div h5 {
	color: #D83935;
	font-weight: bold;
	font-size: 5vw;
	padding-top: 5vw;
	padding-left: 5vw;
}
.service .flex2 div p {
	padding-left: 5vw;
	margin-top: 3vw;
}
.service h6 {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	color: #D83935;
	font-size: 5vw;
	font-weight: bold;
}
.service h6+ul {
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
	margin-top: 3vw;
}
.service h6+ul+p {
text-align: left;
width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5vw;
}





.warehouse {
	padding-top: 150px;
	margin-top: 40px;
	margin-bottom: 50px;
}
.warehouse .flex2 {
	margin-top: 60px;
}
.warehouse .flex2+h6 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 15px;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}