@charset "UTF-8";


/*---------------------------------------------------------
Reset
---------------------------------------------------------*/
body,
div, article, section,
h1, h2, h3, h4, h5, h6,
dl, dt, dd,
ul, ol, li,
pre, form, input, textarea, address,
table, th, td,
a, p, img {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: top;
}

html {
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	margin-top: 0 !important;
}

table {
	border-collapse: collapse;
}

ul, li {
	list-style-type: none;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup { bottom: 1ex; }
sub { top: .5ex; }

img {
	border: none;
}



/*-----------------------------------------------------

  /biz/index.html

-----------------------------------------------------*/
#main {
  padding-bottom: 140px;
}

.inner {
  position: relative;
}

.br_pc { display: inline; }
.br_sp { display: none; }

@media only screen and (max-width: 640px) {

	#main {
	padding-bottom: 50px;
	}
	.inner {
	padding: 0;
	}
	.br_pc { display: none; }
	.br_sp { display: inline; }

}

#title { margin-bottom: 0; }


#biz_mv {
	background-image: url(../images/biz_mv_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 360px;
	margin: 0 0 60px 0;
}
#biz_mv .wrap {
	background-image: url(../images/biz_mv_pic.png);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: auto auto;
	width: 100%;
	height: 380px;
	text-align: center;
}
#biz_mv .catch {
	padding: 50px 0 10px;
	font-size: 3.2rem;
	font-weight: bold;
	color: #000b5f;
}
#biz_mv .lead{
	font-size: 1.8rem;
	line-height: 1.8;
}

@media only screen and (max-width: 640px) {

	#biz_mv {
		position: relative;
		background-image: url(../images/biz_mv_bg_sp.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% auto;
		width: 100%;
		height: auto;
		margin: 0 0 20px 0;
	}
	#biz_mv .wrap {
		background-image: url(../images/biz_mv_pic_sp.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% auto;
		width: 100%;
		height: auto;
		padding-top: 37.5%;
		text-align: left;
	}
	#biz_mv .catch {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		padding: 10.5vw 0 0 7.8%;
		font-size: 1.7rem;
		font-weight: bold;
		color: #000b5f;
	}
	#biz_mv .lead{
		padding: 15px 3.125% 0;
		font-size: 1.3rem;
		line-height: 1.5;
	}

}


.clm {
	padding: 0 0 50px 0;
}

@media only screen and (max-width: 640px) {
	.clm {
		padding: 0 3.125% 25px;
	}
}


#biz_clm01 {
}
#biz_clm01 .wrap {
	overflow: hidden;
}
#biz_clm01 .ttl03 {
	margin: 0 0 30px;
}
#biz_clm01 .wrap {
	position: relative;
}
#biz_clm01 .wrap .txt {
	float: left;
	width: 600px;
}
#biz_clm01 .wrap .txt .ttl {
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #bbb;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
	vertical-align: middle;
}
#biz_clm01 .wrap .txt .ttl span {
	display: inline-block;
	background-color: #006a00;
	width: 106px;
	margin: 0 20px 0 0;
	padding: 4px 0;
	border-radius: 25px;
	box-sizing: border-box;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	vertical-align: middle;
}
#biz_clm01 .wrap .txt .lead {
	font-size: 1.7rem;
	line-height: 1.65;
}
#biz_clm01 .wrap .pic {
	position: absolute;
	width: 335px;
	top: 0;
	right: 0;
}

#biz_clm01 ul {
	margin: 20px 0 0 0;
	padding: 20px;
	border: 4px solid #cde8cd;
}
#biz_clm01 ul li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	font-size: 1.7rem;
	line-height: 1.3;
}
#biz_clm01 ul li::before {
	content: '';
	position: absolute;
	background-color: #009600;
	width: 10px;
	height: 10px;
	top: 6px;
	left: 5px;
	border-radius: 5px;
}

@media only screen and (max-width: 640px) {

	#biz_clm01 .ttl03 {
		margin: 0 0 15px;
	}
	#biz_clm01 .wrap .txt {
		float: none;
		width: 100%;
	}
	#biz_clm01 .wrap .txt .ttl {
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		font-size: 1.6rem;
	}
	#biz_clm01 .wrap .txt .ttl span {
		width: auto;
		margin: 0 10px 0 0;
		padding: 4px 20px;
		border-radius: 25px;
		font-size: 1.4rem;
	}
	#biz_clm01 .wrap .txt .lead {
		font-size: 1.3rem;
		line-height: 1.5;
	}
	#biz_clm01 .wrap .pic {
		position: static;
		float: none;
		width: 100%;
		text-align: center;
	}
	#biz_clm01 .wrap .pic img {
		width: 80%;
		height: auto;
	}

	#biz_clm01 ul {
		margin: 10px 0 0 0;
		padding: 15px;
		border: 3px solid #cde8cd;
	}
	#biz_clm01 ul li {
		position: relative;
		margin: 0 0 10px 0;
		padding: 0 0 0 15px;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	#biz_clm01 ul li:last-child {
		margin: 0;
	}
	#biz_clm01 ul li::before {
		width: 5px;
		height: 5px;
		top: 7px;
		left: 3px;
	}

}


#biz_clm02 {
}
#biz_clm02 .wrap {
	overflow: hidden;
}
#biz_clm02 .ttl03 {
	margin: 0 0 30px;
}
#biz_clm02 .wrap .txt {
	float: right;
	width: 445px;
}
#biz_clm02 .wrap .txt .lead {
	font-size: 1.7rem;
	line-height: 1.65;
}
#biz_clm02 .wrap .pic {
	float: left;
	width: 480px;
}

@media only screen and (max-width: 640px) {
	
	#biz_clm02 .ttl03 {
		margin: 0 0 15px;
	}
	#biz_clm02 .wrap .txt {
		float: none;
		width: 100%;
	}
	#biz_clm02 .wrap .txt .lead {
		font-size: 1.3rem;
		line-height: 1.5;
	}
	#biz_clm02 .wrap .pic {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
		text-align: center;
	}
	#biz_clm02 .wrap .pic img {
		width: 80%;
		height: auto;
	}

}


#biz_clm03 {
}
#biz_clm03 .wrap {
	overflow: hidden;
}
#biz_clm03 .ttl03 {
	margin: 0 0 30px;
}
#biz_clm03 .wrap .txt {
	float: left;
	width: 575px;
}
#biz_clm03 .wrap .txt .lead {
	font-size: 1.7rem;
	line-height: 1.65;
}
#biz_clm03 .wrap .txt .link {
    text-align: right;
    margin-top: 20px;
}
#biz_clm03 .wrap .pic {
	float: right;
	width: 350px;
}

@media only screen and (max-width: 640px) {
	
	#biz_clm03 .ttl03 {
		margin: 0 0 15px;
	}
	#biz_clm03 .wrap .txt {
		float: none;
		width: 100%;
	}
	#biz_clm03 .wrap .txt .lead {
		font-size: 1.3rem;
		line-height: 1.5;
	}
	#biz_clm03 .wrap .txt .link {
	    text-align: center;
	    margin-top: 10px;
	}
	#biz_clm03 .wrap .pic {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
		text-align: center;
	}
	#biz_clm03 .wrap .pic img {
		width: 80%;
		height: auto;
	}

}


#biz_clm04 ,
#biz_clm05 {
}
#biz_clm04 .wrap ,
#biz_clm05 .wrap {
	overflow: hidden;
}
#biz_clm04 .ttl03 ,
#biz_clm05 .ttl03 {
	margin: 0 0 30px;
}
#biz_clm04 .wrap .txt ,
#biz_clm05 .wrap .txt {
	width: 100%;
}
#biz_clm04 .wrap .txt .lead ,
#biz_clm05 .wrap .txt .lead {
	font-size: 1.7rem;
	line-height: 1.65;
}
#biz_clm04 .wrap .txt .link ,
#biz_clm05 .wrap .txt .link {
    text-align: right;
    margin-top: 20px;
}
#biz_clm05 .wrap .txt .link a {
	padding: 15px 50px 15px 30px;
}

@media only screen and (max-width: 640px) {
	
	#biz_clm04 .ttl03 ,
	#biz_clm05 .ttl03 {
		margin: 0 0 15px;
	}
	#biz_clm04 .wrap .txt .lead ,
	#biz_clm05 .wrap .txt .lead {
		font-size: 1.3rem;
		line-height: 1.5;
	}
	#biz_clm04 .wrap .txt .link ,
	#biz_clm05 .wrap .txt .link {
	    text-align: center;
	    margin-top: 10px;
	}

}

