@charset "utf-8";

/* service
--------------------------------------------------*/
#service {
	color: #1e2f46;
	min-width: 1000px;
/* 	padding-top: 110px; */
}
#service h3 {
	font-size: 28px;
	line-height: 40px;
}
#service ol li {
	list-style:none;
}
#service .sec02:after,
#service .sec03:after,
#service .sec04:after {
	position: absolute;
	content: " ";
	height: 0;
	width: 0;
	top: 100%;
	left: 50%;
}


/* main_headaer
--------------------------------------------------*/
.main_header {
	background: url(../img/portfolio/bg_service_01.png) repeat;
	color: #fff;
}
.main_header > .inner {
	/*position: relative;*/
}
.main_header .service_bg {
	background: url(../img/portfolio/img_mv_01_pc.png) center bottom no-repeat;
	height: 350px;
}

.main_header h2 {
	font-size: 35px;
	font-weight: bold;
	line-height: 35px;
	text-align: left;
	margin: 11% auto 0% 17%;
	letter-spacing: 0.04em;
}
.main_header h2 span{
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 45px;
}
.main_header h2 span.mini{
	font-size: 16px;
	font-weight: 500;
	line-height: 34px;
	margin-top: 20px;
}

/* service sec01
--------------------------------------------------*/
#service .sec01 {
	background: url(../img/portfolio/bg_sec01_01_pc.png) no-repeat;
	background-size: cover;
	box-sizing: border-box;
	height: 520px;
	padding: 90px 0 90px;
}
#service .sec01 .sec01_cover {
	background: rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	margin-left: auto;
	padding: 55px 65px;
	width: 50%;
}
#service .sec01 .sec01_cover p {
	font-size: 14px;
	line-height: 28px;
	margin: 20px 0 0 5px;
}

/* service sec02
--------------------------------------------------*/
#service .sec02 {
	padding: 90px 0 10px;
	position: relative;
}
#service .sec02:after {
	border:30px solid transparent;
	border-top:20px solid #f3f7fa;
	margin-left: -30px;
}
#service .sec02 h3 {
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}
#service .sec02 .sec02_encounter h3 {
	line-height: 34px;
}
#service .sec02 .sec02_reason h3 {
	line-height: 32px;
}
#service .sec02 .sec02_inner {
	width: 860px;
	margin: 0 auto;
}
#service .sec02 .sec02_cover {
	background: #fff url(../img/portfolio/bg_sec02_01_pc.jpg) top no-repeat;
	padding: 90px 0 90px;
	position: relative;
}
#service .sec02 .sec02_top {
	position: absolute;
	top: 165px;
	left: 50%;
	margin-left: -262px;
}
#service .sec02 .sec02_cover .sec02_encounter {
	background: #fff;
	position: relative;
}
#service .sec02 .sec02_cover .sec02_encounter h3:after,
#service .sec02 .sec02_cover .sec02_reason h3:after {
	content: "";
	display: block;
	background: #1e2f46;
	width: 50px;
	height: 2px;
	margin: 16px auto 0;
}
#service .sec02 .sec02_cover .sec02_encounter p {
	font-size: 14px;
	line-height: 25px;
}
#service .sec02 .sec02_cover .sec02_reason {
	background: #fff;
	position: relative;
}
#service .sec02 .sec02_cover .sec02_reason ul {
	margin: 35px 0 0;
}
#service .sec02 .sec02_cover .sec02_reason ul li {
	float: left;
	width: 260px;
	margin-right: 35px;
}
#service .sec02 .sec02_cover .sec02_reason ul li:last-child {
	margin-right: 0;
}
#service .sec02 .sec02_cover .sec02_reason h5 {
	color: #25b26a;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding: 38px 0 30px;
	font-weight: 500;
}
#service .sec02 .sec02_cover .sec02_reason h5.korekara {
	padding: 0 0 35px;
}
#service .sec02 .sec02_cover .sec02_reason ul li p {
	font-size: 14px;
	line-height: 25px;
	padding: 0 0 0 5px;
}
#service .sec02 .sec02_cover .sec02_link {
	width: 300px;
	margin: 55px auto 0;
}
#service .sec02 .sec02_cover .sec02_link li {
	box-sizing: border-box;
	float: left;
	text-align: center;
	width: 282px;
}

#service .sec02 .sec02_cover .sec02_link li:first-child {
	margin-right: 40px;
}

#service .sec02 .sec02_cover .sec02_link li a {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	padding: 12px 0 12px 14px;
	width: 100%;
	height: 100%;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#service .sec02 .sec02_cover .sec02_link .k_link a {
	color: #25b26a;
	background: url(../img/portfolio/icon_sec02_01_of.png) left 12% top 50% no-repeat #ffffff;
	background-size: 14px auto;
	border: 1px solid #25b26a;
}
#service .sec02 .sec02_cover .sec02_link .c_link a {
	color: #f77f2e;
	background: url(../img/portfolio/icon_sec02_02_of.png) left 12% top 50% no-repeat #ffffff;
	background-size: 7px auto;
	border: 1px solid #f77f2e;
}

#service .sec02 .sec02_cover .sec02_link .k_link a:hover {
	color: #ffffff;
	background: url(/service/img/portfolio/icon_sec02_01_on.png) left 12% top 50% no-repeat #25b26a;
	background-size: 14px auto;
	border: 1px solid #25b26a;
}

#service .sec02 .sec02_cover .sec02_link .c_link a:hover {
	color: #ffffff;
	background: url(/service/img/portfolio/icon_sec02_02_on.png) left 12% top 50% no-repeat #f77f2e;
	background-size: 7px auto;
	border: 1px solid #f77f2e;
}
#service .sec02 .sec02_cover .sec02_reason ul li p.point_title{
	font-size: 26px;
	text-align: center;
	margin: 6% auto;
	font-weight: bold;
	line-height: 1.5em;
}

#service .sec02 .sec02_cover .sec02_reason ul li p.point_title span{
	font-size: 40px;
	font-weight: bolder;
	color: #ffc900;
}

#service .sec02 .sec02_cover .sec02_reason p.messe{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

/* service sec03
--------------------------------------------------*/
#service .sec03 {
	padding: 105px 0 100px;
	position: relative;
	text-align: center;
}
#service .sec03:after {
	border:30px solid transparent;
	border-top:20px solid #fff;
	margin-left: -30px;
	z-index: 30;
}
#service .sec03 .sec03_cover {
	width: 800px;
	margin: 0 auto;
}
#service .sec03 ol {
	margin-top: 42px;
}
#service .sec03 ol li {
	margin-top: 55px;
}
#service .sec03 ol li:first-child {
	margin-top: 0;
}
#service .sec03 ol li span {
	display: block;
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	position: relative;
	letter-spacing: 0.02em;
}
#service .sec03 ol li span:after {
	background: url(../img/baloon_sec03_01_pc.gif) no-repeat;
	content: "";
	display: block;
	margin: 0 auto;
	width: 116px;
	height: 10px;
}
#service .sec03 ol li h5 {
	color: #25b26a;
	font-size: 21px;
	line-height: 40px;
	margin-top: 18px;
	font-weight: 500;
}
#service .sec03 ol li p {
	font-size: 14px;
	line-height: 25px;
	margin-top: 10px;
}

/* service sec04
--------------------------------------------------*/
#service .sec04 {
	padding: 100px 0 10px;
	position: relative;
}
#service .sec04:after {
	border:30px solid transparent;
	border-top:20px solid #f3f7fa;
	margin-left: -30px;
}
#service .sec04 ol {
	padding: 20px 0 60px;
}
#service .sec04 ol li {
	float: left;
	height: 400px;
	margin-right: 53px;
	position: relative;
	width: 210px;
}
#service .sec04 ol li:after {
	position: absolute;
	content: " ";
	height: 0;
	width: 0;
	left: 100%;
	top: 20%;
	border:11px solid transparent;
	border-left:18px solid #25b26a;
	margin-left: 18px;
}
#service .sec04 ol li:last-child {
	margin-right: 0;
}
#service .sec04 ol li:last-child:after {
	display: none;
}
#service .sec04 ol li h5 {
	font-size: 17px;
	line-height: 25px;
	margin: 16px 0 5px;
	text-align: center;
}
#service .sec04 ol li p,
#service .sec04 ul li p{
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}
#service .sec04 .sec04_cover {
	background: #fff;
	padding: 30px 40px 40px;
}
#service .sec04 .sec04_cover > h3 {
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
}



#service .sec04 ul li {
	float: left;
	margin-right: 32px;
	text-align: left;
	width: 285px;
}
#service .sec04 ul li:last-child {
	margin-right: 0;
}
#service .sec04 ul li h5 {
	font-size: 18px;
	line-height: 27px;
	margin: 25px 0 10px;
}

#service .sec04 h3 {
	text-align: center;
	position: relative;
	margin-bottom: 25px;
	line-height: 34px;
	line-height: 32px;
}

#service .sec04 h3:after {
	content: "";
	display: block;
	background: #1e2f46;
	width: 50px;
	height: 2px;
	margin: 16px auto 0;
}


@media all and (max-width: 767px) {
	
	.sp_obj {
		display: block;
	}
	
	.pc_obj {
		display: none;
	}
	
	.inner {
		width: 92%;
		margin: 0 auto;
	}
	
	img {
		width: 100%;
	}
	#service {
		min-width: 100%;
	}
	#service h3 {
		font-size: 20px;
		line-height: 27px;
	}
	/* main_header
	--------------------------------------------------*/
	
	.main_header .service_bg {
		background: url(../img/portfolio/img_mv_01_sp.jpg) top center no-repeat;
		background-size : 100% auto;
		width: 100%;
		height: auto;
		padding-top: 84%;
		margin: 0 auto;
	}
	.main_header h2 {
		font-size: 23px;
		font-weight: bold;
		line-height: 30px;
		text-align: left;
		margin: -62% 0% 0% 26%;	
	}
	.main_header h2 span{
		display: block;
		font-size: 12px;
		font-weight: bold;
		line-height: 30px;
	}
	.main_header h2 span.mini{
		font-size: 12px;
		line-height: 25px;
		margin-top: 2%;
		font-weight: 500;
	}
	/* #service
	--------------------------------------------------*/

		/* service sec01
		--------------------------------------------------*/
	#service .sec01 {
		background: url(../img/portfolio/bg_sec01_01_sp.jpg) no-repeat;
		background-size: 100%;
		box-sizing: border-box;
		height: auto;
		padding: 47% 0 0;
	}
	#service .sec01 .sec01_cover {
		background: #fff;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 8% 0;
		width: 87.6%;
	}
	#service .sec01 .sec01_cover > h3 {
		font-size: 21px;
		line-height: 20px;
	}
	#service .sec01 .sec01_cover > p {
		font-size: 12px;
		line-height: 21px;
		margin: 6.6% 0 0 0;
	}
	
	/* service sec02
	--------------------------------------------------*/
	#service .sec02 {
		padding: 15% 0 15%;
	}
	#service .sec02:after {
		border:20px solid transparent;
		border-top:12px solid #f3f7fa;
		margin-left: -20px;
	}
	#service .sec02 h3 {
		margin-bottom: 6.6%;
	}
	#service .sec02 .sec02_inner {
		width: 87.6%;
		margin: 0 auto;
	}
	#service .sec02 .sec02_cover {
		background: #fff url(../img/portfolio/bg_sec02_01_sp.jpg) top no-repeat;
		background-size: 100%;
		padding: 1% 0 12%;
		width: 100%;
	}
	#service .sec02 .sec02_top {
		top: 5%;
		left: 50%;
		margin-left: -50%;
	}
	
	#service .sec02 .sec02_cover .sec02_encounter {
		margin-top: 70%;
	}
	#service .sec02 .section_inner {
		width: 87.68%;
		margin: 0 auto;
	}
	#service .sec02 .sec02_cover .sec02_encounter h3:after,
	#service .sec02 .sec02_cover .sec02_reason h3:after {
		width: 11%;
		top: 130%;
		left: 47%;
	}
	#service .sec02 .sec02_cover .sec02_encounter p {
		font-size: 12px;
		line-height: 21px;
		/*margin-top: 12%;*/
	}
	#service .sec02 .sec02_cover .sec02_reason {
		margin-top: 10%;
	}
	#service .sec02 .sec02_cover .sec02_reason ul {
		/*margin: 8% 0 0;*/
		margin: 0;
	}
	#service .sec02 .sec02_cover .sec02_reason ul li {
		float: none;
		width: 100%;
		margin: 8% 0 0 0;
	}
	#service .sec02 .sec02_cover .sec02_reason ul li:first-child {
		margin-top: 0;
	}
	#service .sec02 .sec02_cover .sec02_reason ul li h5 {
		font-size: 16px;
		line-height: 24px;
		padding: 6% 0 2%;
		font-weight: 500;
	}
	#service .sec02 .sec02_cover .sec02_reason ul li h5.korekara {
		padding: 6% 0 2%;
	}
	#service .sec02 .sec02_cover .sec02_reason ul li p {
		font-size: 12px;
		line-height: 21px;
		padding: 0 0 0 0;
	}
	#service .sec02 .sec02_cover .sec02_link {
		width: 76.81%;
		margin: 15% auto 0;
	}
	#service .sec02 .sec02_cover .sec02_link li {
		box-sizing: border-box;
		float: none;
		text-align: center;
		width: 100%;
	}
	#service .sec02 .sec02_cover .sec02_link li:first-child {
		margin-right: 0px;
	}
	#service .sec02 .sec02_cover .sec02_link li a {
		font-size: 16px;
		font-weight: 400;
		line-height: 28px;
		padding: 3%;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	#service .sec02 .sec02_cover .sec02_link .k_link {
		background: #fff url(../img/icon_sec02_01_of.png) left 12% top 50% no-repeat;
		background-size: 5%;
		margin: 0 auto 5%;
	}
	#service .sec02 .sec02_cover .sec02_link .c_link {
		background: #fff url(../img/icon_sec02_02_of.png) left 12% top 50% no-repeat;
		background-size: 3%;
		margin: 0 auto;
	}
	
	/* service sec03
	--------------------------------------------------*/
	#service .sec03 {
		padding: 20% 0 20%;
	}
	#service .sec03:after {
		border:20px solid transparent;
		border-top:12px solid #fff;
		margin-left: -20px;
	}
	#service .sec03 h3 {
		font-size: 20px;
		line-height: 17px;
	}
	#service .sec03 .sec03_cover {
		width: 86.7%;
		margin: 0 auto;
	}
	#service .sec03 ol {
		margin-top: 10%;
	}
	#service .sec03 ol li {
		margin-top: 15%;
	}
	#service .sec03 ol li:first-child {
		margin-top: 0;
	}
	#service .sec03 ol li span {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.02em;
	}
	#service .sec03 ol li span:after {
		background: url(../img/baloon_sec03_01_sp.gif) center no-repeat;
		background-size: 65%;
		width: 40%;
		height: 15px;
	}
	#service .sec03 ol li h5 {
		font-size: 16px;
		line-height: 24px;
		margin-top: 0;
		font-weight: 500;
	}
	#service .sec03 ol li p {
		font-size: 12px;
		line-height: 21px;
		margin-top: 3%;
		text-align:left;
	}
	
	/* service sec04
	--------------------------------------------------*/
	#service .sec04 {
		padding: 0 0 10%;
	}
		#service .sec04 h3 {
		text-align: center;
		font-size: 20px;
		line-height: 17px;
	}
	#service .sec04 ol {
		    padding: 0;
    width: 60%;
    margin: auto;
	}
	#service .sec04 ol li {
		height: auto;
		margin: 5% auto;
		width: 100%;
		position: relative;
	}
	#service .sec04 ol li:after {
		position: absolute;
		content: " ";
		height: 0;
		width: 0;
		top: auto;
		bottom: -32px;/* old ie */
		bottom: -webkit-calc(-32px - 4%);
		bottom: calc(-32px - 4%);
		left: 50%;
		margin-left: -11px;
		border-top: 16px solid #25b26a;
		border-right: 11px solid transparent;
		border-left: 11px solid transparent;
		z-index: 1;
	}
	#service .sec04 ol li:last-child {
		margin-right: 0;
	}
	#service .sec04 ol li:last-child:after {
		display: none;
	}
	#service .sec04 ol li h5 {
		font-size: 16px;
		line-height: 14px;
		margin: 0 0 5%;
	}
	#service .sec04 ol li > img {
		display: block;
		float: none;
		width: 100%;
		max-width: 257px;
		height: auto;
		max-height: 300px;
		margin: auto;
	}
	#service .sec04 ol li .flow_wrap {
		float: none;
		width: 100%;
		margin:auto;
	}
	#service .sec04 ol li p,
	#service .sec04 ul li p{
		font-size: 12px;
		line-height: 21px;
	}
	#service .sec04 .sec04_cover {
		background: #fff;
		padding: 6% 0 10%;
	}
	#service .sec04 .sec04_cover > h3 {
		text-align: center;
		font-size: 20px;
		line-height: 27px;
		width: 76.81%;
		margin: 0 auto;
	}
	#service .sec04 ul {
		width: 76.81%;
		margin: 0 auto;
	}
	#service .sec04 ul li {
		float: left;
		margin: 8% 0 8%;
		text-align: left;
		width: 100%;
	}
	#service .sec04 ul li:last-child {
		margin-right: 0;
	}
	#service .sec04 ul li h5 {
		font-size: 16px;
		line-height: 25px;
		margin: 5% 0 3%;
	}
	
	
}

/* iphone5 */
@media all and (max-width: 360px) {
	.main_header h2 {
		line-height: 26px;
	}
	.main_header h2 span{
		font-size: 10px;
	}
	.main_header h2 span.mini{
		font-size: 10px;
	}
	#service h3 {
		font-size: 18px;
	}
	#service .sec02 .sec02_top {
		top: 3.2%;
	}
	#service .sec03 ol li h5 {
		font-size: 14px;
	}
	#service .sec04 ol li h5 {
		font-size: 14px;
	}
	#service .sec04 .sec04_cover > h3 {
		font-size: 18px;
	}
}

@media all and (min-width: 768px) {

}