@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.helo {
	margin-top: 70px;
	height: 260px;
	background-image: url("../images/projects/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;
}





.ba_section {
	margin-top: 120px;
	padding-bottom: 60px;
	background-color: #DFF5FA;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 16px;
}
.ba_section h2 {
	font-size: 28px;
	color: #0096d2;
	font-weight: 500;
	padding-top: 60px;
	margin-bottom: 60px;
}
.ba_section .flex {
	display: flex;
	justify-content: space-between;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.ba_section .flex figure {
	width: 628px;
}
.ba_section .flex p {
	width: 297px;
	font-size: 17px;
	line-height: 1.8em;
	color: #000;
}
.ba_section .flex+figure {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}
.ba_section.green {
	background-color: #E7F9F6;
}
.ba_section.green h2 {
	color: #00c395;
}
.ba_section.green .flex {
	width: 978px;
}
.ba_section.green .flex+.flex {
	margin-top: 70px;
}
.ba_section.green figure {
	width: 561px;
}
.ba_section.green p {
	width: 387px;
}
.ba_section.bk .flex+figure {
	width: 589px;
	margin-left: 78px;
}
.ba_section ul {
	display: flex;
	justify-content: space-between;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
.ba_section ul li {
	width: 375px;
}
.ba_section ul li figure {
	width: 375px!important;
}
.ba_section ul li figure img {
	width: 100%!important;
	height: auto;
}
.ba_section ul+p {
	width: 775px!important;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 30px;
	font-size: 17px;
}





.btn_contact a {
	display: block;
	width: 490px;
	height: 126px;
	margin-left: auto;
	margin-right: auto;
	background-color: #1EC398;
	color: #fff;
	border-radius: 100px;
	text-decoration: none;
	font-size: 37px;
	font-weight: 500;
	background-image: url("../images/projects/arrow.svg");
	background-size: 48px;
	background-repeat: no-repeat;
	background-position: center right 50px;
	padding-right: 50px;
	margin-top: 120px;
	margin-bottom: 80px;
	transition: 0.3s;
}
.btn_contact a span {
	display: block;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 24px;
}
.btn_contact a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){

/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
.helo {
	margin-top: 13.3333333333vw;
	height: 40vw;
	background-image: url("../images/projects/h_bg.webp");
	background-position: center right -24vw;
	background-size: cover;
	position: relative;
}
.helo h1 {
	color: #fff;
	font-size: 6vw;
	font-weight: 500;
	padding-top: 16vw;
}





.ba_section {
	margin-top: 15vw;
	padding-bottom: 15vw;
	background-color: #DFF5FA;
	margin-left: 5vw;
	margin-right: 5vw;
	border-radius: 3vw;
}
.ba_section h2 {
	font-size: 6vw;
	color: #0096d2;
	font-weight: 500;
	padding-top: 8vw;
	margin-bottom: 8vw;
}
.ba_section .flex {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.ba_section .flex figure {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.ba_section .flex p {
	line-height: 1.8em;
	color: #000;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5vw;
}
.ba_section .flex+figure {
	margin-left: 5vw;
	margin-right: 5vw;
	margin-top: 8vw;
}
.ba_section.green {
	background-color: #E7F9F6;
}
.ba_section.green h2 {
	color: #00c395;
}
.ba_section.green .flex {
}
.ba_section.green .flex+.flex {
	margin-top: 8vw;
}
.ba_section ul {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.ba_section ul li {
	width: 48%;
}
.ba_section ul li figure {
	width: 100%!important;
}
.ba_section ul li figure img {
	width: 100%!important;
	height: auto;
}
.ba_section ul+p {
	width: 90%!important;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 30px;
}





.btn_contact a {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #1EC398;
	color: #fff;
	border-radius: 100px;
	text-decoration: none;
	font-size: 6.2vw;
	font-weight: 500;
	background-image: url("../images/projects/arrow.svg");
	background-size: 6vw;
	background-repeat: no-repeat;
	background-position: center right 4vw;
	margin-top: 10vw;
	margin-bottom: 15vw;
	transition: 0.3s;
	padding-bottom: 5vw;
}
.btn_contact a span {
	display: block;
	font-size: 3.2vw;
	font-weight: normal;
	margin-bottom: 1vw;
	margin-top: 3vw;
}
.btn_contact a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
}



/*===============================================
●画面の横幅が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------------------------------------------- {
}
}