@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.helo {
	margin-top: 70px;
	height: 260px;
	background-image: url("../images/business/h_bg.webp");
	background-position: center center;
	background-size: cover;
	position: relative;
}
.helo h1 {
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	padding-top: 110px;
}


.section_box {
	padding-top: 150px;
	padding-bottom: 150px;
}
.section_box .flex {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
}
.section_box .flex figure {
	width: 544px;
}
.section_box .flex div {
	width: 500px;
}
.section_box .flex div h2 {
	font-size: 26px;
	font-weight: 500;
	color: #009AD0;
	margin-bottom: 15px;
}
.section_box .flex div h2+p {
	font-size: 17px;
	text-align: left;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.section_box.second {
	background-color: #E7F9F6;
}
.section_box.second .flex {
	flex-direction: row-reverse;
}
.section_box.second .flex h2 {
	color: #20D6B7;
}
.section_box.second .flex .btn a {
	background-color: #20D6B7;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
.helo {
	margin-top: 13.3333333333vw;
	height: 40vw;
	background-image: url("../images/business/h_bg.webp");
	background-position: center center;
	background-size: cover;
	position: relative;
}
.helo h1 {
	color: #fff;
	font-size: 6vw;
	font-weight: 500;
	padding-top: 16vw;
}


.section_box {
	padding-top: 15vw;
	padding-bottom: 15vw;
}
.section_box .flex {
	margin-left: 5vw;
	margin-right: 5vw;
	align-items: center;
}
.section_box .flex figure {

}
.section_box .flex div {

}
.section_box .flex div h2 {
	font-size: 5vw;
	font-weight: 500;
	color: #009AD0;
	margin-bottom: 3vw;
	margin-top: 3vw;
}
.section_box .flex div h2+p {
	text-align: left;
	line-height: 1.8em;
	margin-bottom: 5vw;
}
.section_box.second {
	background-color: #E7F9F6;
}
.section_box.second .flex {
	flex-direction: row-reverse;
}
.section_box.second .flex h2 {
	color: #20D6B7;
}
.section_box.second .flex .btn a {
	background-color: #20D6B7;
}
}



/*===============================================
●画面の横幅が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------------------------------------------- {
}
}