@charset "utf-8";
* {
color: #333;
font-family: "Noto Sans JP", sans-serif;
line-height: 180%;
}
* > * {
color: inherit;
}
body{
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
word-break:break-all;
counter-reset: number 0;
margin: 0;
}

main {
    padding-top: 80px;
}

.eg {
  font-family: "Montserrat", sans-serif;
}
.mBC {
	background: #ED6A00;
}
.lBC {
	background: #22ba4f;
}
.sBC {
	background: #2C3983;
}
.s2BC {
	background: #F4F1EB;
}
.s3BC {
	background: #E7EEF2;
}
.mFC {
	color: #ED6A00;
}
.sFC {
	color: #2C3983;
}

.mW {
width: 100%;
max-width: 1120px;
padding-left: 60px;
padding-right: 60px;
margin: auto;
}
img {
height: auto;}

.br{
    display: inline-block;
}
.call > div:first-child {
background: #fff;
border-radius: 50px;
}
.contact > div:first-child {
background: #fff;
border-radius: 50px;
}
.call a:hover,.contact a {
transition: all 0.3s ease-out;
}

@media screen and (min-width:768px) {
	.call a:hover,.contact a:hover {
	opacity: 0.8;
	}
}

/* レスポンシブ */

@media screen and (max-width: 767px){
	.mW {
		width: 100%;
		max-width: 1000px;
		padding-left: 20px;
		padding-right: 20px;
		margin: auto;
	}
	
	main{
		padding-top: 60px;
	}
	
	}
	
	@media screen and (min-width:768px) and (max-width: 1119px) {
	main {
		padding-top: 80px;
	}
	}