@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/company/m_bg.png");
	height: 600px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#catch div {
	width: 800px;
	padding-left: 100px;
	height: 120px;
	background-color: #EEEFEF;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top-right-radius: 69px;
	text-align: left;
}
#catch div h1 {
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	bottom: 0px;
}
#catch div h1 span {
	font-size: 80px;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}
#catch div h1 em {
	color: #4E903C;
	margin-left: 15px;
}





#company {
	margin-top: 110px;
}
#company h2 {
	font-size: 48px;
	font-weight: bold;
	width: 95%;
	margin-left: 5%;
	text-align: left;
	border-bottom: 1px solid #000;
	padding-bottom: 40px;
	margin-bottom: 40px;
	color: #528F42;
}
#company .box {
	width: 90%;
	min-width: 950px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 60px;
	padding-top: 70px;
	padding-bottom: 70px;
}
#company .box table {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #528F42;
}
#company .box table th {
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 21px;
	font-weight: 500;
	width: 16%;
	border-bottom: 1px solid #528F42;
	line-height: 1.6em;
}
#company .box table td {
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 21px;
	font-weight: 500;
	border-bottom: 1px solid #528F42;
	line-height: 1.6em;
}
#company .box+ul {
	width: 90%;
	min-width: 950px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 110px;
	margin-top: 80px;
}
#company .box+ul li {
	width: 48.5%;
	margin-bottom: 40px;
}
#company .box+ul li img {
	width: 100%;
	height: auto;
}
#company h2+figure {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1210px;
	min-width: 950px;
}
#company h2+figure img {
	width: 100%;
	height: auto;
}





#contact {
	margin-bottom: 100px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/company/m_bg.png");
	height: 60vh;
	border-bottom-right-radius: 20vw;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#catch div {
	width: 85%;
	padding-left: 5%;
	height: 18vw;
	background-color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top-right-radius: 69px;
	text-align: left;
}
#catch div h1 {
	font-size: 3.5vw;
	font-weight: 500;
	position: absolute;
	bottom: 0px;
}
#catch div h1 span {
	font-size: 6vw;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}
#catch div h1 em {
	color: #4E903C;
	margin-left: 15px;
}





#company {
	margin-top: 10vw;
}
#company h2 {
	font-size: 6vw;
	font-weight: bold;
	width: 92%;
	margin-left: 8%;
	text-align: left;
	border-bottom: 1px solid #000;
	padding-bottom: 5vw;
	margin-bottom: 5vw;
	color: #528F42;
}
#company .box {
	width: 90%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 15vw;
	padding-top: 5vw;
	padding-bottom: 5vw;
}
#company .box table {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #528F42;
}
#company .box table th {
	font-weight: 500;
	display: block;
	width: 100%;
	line-height: 1.6em;
	padding-top: 3vw;
	color: #528F42;
}
#company .box table td {
	padding-top: 1vw;
	padding-bottom: 3vw;
	font-weight: 500;
	border-bottom: 1px solid #528F42;
	line-height: 1.6em;
	display: block;
}
#company .box+ul {
	width: 84%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10vw;
	margin-top: 5vw;
}
#company .box+ul li {
	width: 48.5%;
	margin-bottom: 3vw;
}
#company .box+ul li img {
	width: 100%;
	height: auto;
}
#company h2+figure {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#company h2+figure img {
	width: 100%;
	height: auto;
}






#contact {
	margin-bottom: 20vw;
}
}



/*===============================================
●画面の横幅が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------------------------------------------- {
}
}