﻿@charset "utf-8";

/* =======================================================================
	BASE_STYLE
======================================================================= */
html {height:100%;box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, code, form, fieldset, legend, input, textarea, 
p, blockquote, th, td{margin:0;padding:0;}
a {outline: none; color:#0055AC;}
img { border:none }
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal;}
body{
	width:100%;
	height:100%;
	font-family: Helvetica , YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size:15px;
	line-height: 1.6;
	color:#111;
	background:#FFF;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-wrap:
	break-word;
}
/* Clearfix */
.cf:after {
	content: "";
	clear: both;
	display: block;
}
#wrapper{width:100%;}
.pc_none{display:none;}

/* =======================================================================
	HEADER
======================================================================= */
#wrapper header{width:100%;}
header p.kumiki_logo{
	position:absolute;
	top:0;
	left:0;
}
.header_logo{
	width:100%;
	line-height:1.0;
    background: none;
    display: flex;
    position: fixed;
    justify-content: space-between;
    transition: .2s;
}
.header_logo p{display:none;}
ul.header_nav{display:none;}
ul.header_nav li a{color:#FFF;text-decoration: none;}
ul.header_nav li a:hover{color:#FFF;text-decoration: underline;}

.header_logo.transform{
	height:65px;
	line-height:65px;
    background: rgba(255,255,255,1.0);
    padding:0 2%;
    filter: drop-shadow(1px 0 2px rgba(0,0,0,0.2));
}
.header_logo.transform p{display:block !important;}
.header_logo.transform p img{margin-top:-10px;}
.header_logo.transform ul.header_nav{
	list-style-type: none;
	display:block;
}
.header_logo.transform ul.header_nav li{
	float:left;
	font-size:18px;
	margin:0 0 0 35px;
}
.header_logo.transform ul.header_nav li a{color:#000;}
@media screen and (max-width:1024px) {
	.header_logo.transform ul.header_nav li{
		font-size:16px;
		margin:0 0 0 25px;
	}
}
@media screen and (max-width:900px) {
	.header_logo.transform ul.header_nav li{
		font-size:15px;
		margin:0 0 0 20px;
	}
}
/* DRAWER */
.sp_header_nav{
	display:none;
}

/* =======================================================================
	MAIN
======================================================================= */
#wrapper main{}
main section{padding:70px 0;}
#wrapper main h2{
	font-size:38px;
	font-weight:bold;
	text-align:center;
	margin-bottom:50px;
}
#wrapper main h2 span{
	font-size:17px;
	font-family:HelveticaNeue;
	color:#0066C1;
	display:block;
	margin-top:3px;
}

/* MV */
section#mv{
	width:100%;
	height:650px;
	background:url(../images/mv_pic.jpg)  top center no-repeat;
	background-size: cover;
	padding:0;
}
section#mv .mv_wrapper{
	width:1200px;
	margin:0 auto;
}
section#mv .kumiki_logo{
	display:block;
	padding:20px 0;
}
section#mv h1{text-align:center;}
section#mv h2{
	font-size:28px;
	line-height:1.4;
	color:#0066C1;
	margin:40px 0 30px 0;
}
section#mv h3{
	font-size:18px;
	font-weight:bold;
	line-height:1.8;
	text-align:center;
}
section#mv .mv_inner{
	width:1025px;
	margin:50px auto 0 auto;
}
.mv_inner .mv_left{
	float:left;
	width:52%;
	margin-right:3%;
}
.mv_inner .mv_right{
	float:left;
	width:45%;
}
.mv_inner .mv_right img{
	width:100%;
	height:auto;
	display:block;
	margin:0 0 15px 0;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	section#mv .mv_wrapper{
		width:1024px;
		margin:0 auto;
	}
	section#mv .kumiki_logo{
		padding:20px 30px;
	}
	section#mv h3{
		font-size:17px;
	}
	section#mv .mv_inner{
		width:900px;
		margin:70px auto 0 auto;
	}
	.mv_inner .mv_left{
		float:left;
		width:55%;
		margin-right:3%;
	}
	.mv_inner .mv_right{
		float:left;
		width:42%;
		padding:30px 0 0 0;
	}
}

/* 支障木調査の現状と課題 */
section#issues{
	background:#FAFAEC;
	border-top:#F0F0E3 1px solid;
	border-bottom:#F0F0E3 1px solid;
}
section#issues .issues_inner{
	width:1024px;
	text-align:center;
	margin:0 auto;
}
.issues_inner p{margin-bottom:30px;}

.issues_inner .feature_area{}
.feature_area .feature_bx{
	float:left;
	width:22.7%;
	margin-right:3%;
}
.feature_bx:last-child{
	margin-right:0;
}
.feature_bx h3{
	font-size:18px;
	line-height:1.5;
	font-weight:bold;
	margin-top:25px;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	section#issues .issues_inner{
		width:1024px;
		text-align:center;
		margin:0 auto;
	}
	.issues_inner p img{
		width:900px;
		height:auto;
	}
	.issues_inner .feature_area{
		width:900px;
		margin:0 auto;
	}
	.feature_bx img{
		width:auto;
		height:100px;
	}
}

/* お申込・ご利用の流れ */
section#flow{
	text-align:center;
}
section#flow .flow_inner{
	width:1024px;
	text-align:center;
	margin:0 auto;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	section#flow .flow_inner{
		width:1024px;
		text-align:center;
		margin:0 auto;
	}
	section#flow .flow_inner img{
		width:900px;
		height:auto;
	}
}

/* 導入事例 */
section#casestudy{
	text-align:center;
	background:#F7F7F7;
	border-top:#EDEDED 1px solid;
	border-bottom:#EDEDED 1px solid;
}
section#casestudy .casestudy_inner{
	width:1024px;
	text-align:center;
	margin:0 auto;
}
 .casestudy_inner .casestudy_logo{
 	width:980px;
 	margin:0 auto;
 }
.casestudy_logo .cl_left{
	float:left;
	margin-right:40px;
}
.casestudy_logo .cl_left img{
	border:#ccc 1px solid;
}
.casestudy_logo .cl_right{
	float:left;
	font-size:20px;
	text-align:left;
	padding-top:20px;
}
.cl_right h3{
	font-size:29px;
	margin-bottom:10px;
}
.casestudy_inner .casestudy_pic{
	margin-top:50px;
}
.casestudy_inner .casestudy_pic img{
	border:#ccc 1px solid;
	margin:0 10px;
}

/* お問い合わせボタン */
.contact_btn{
	font-weight:bold;
	text-align:center;
	padding:80px 0;
}
.contact_btn a.more_btn{
    width: 450px;
    height: 90px;
    line-height: 90px;
    font-size: 25px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    background: #0066C1;
    display: block;
    margin: 0 auto;
}
.contact_btn a.more_btn:hover{
	background:#1AC7F2;
}

/* =======================================================================
	FOOTER
======================================================================= */
#wrapper footer{}
#wrapper footer a{
	color:#FFF;
	text-decoration: none;
}
#wrapper footer a:hover{opacity: 0.5}
footer .footer_info1{
	width:100%;
	background:#000;
	padding:50px 0;
}
.footer_info1 .footer_info1_inner{
	width:1000px;
	height:250px;
	margin:0 auto;
}
.footer_info1_inner .smx_area1{
	float:left;
	width:270px;
}
.footer_info1_inner .smx_area2{
	float:left;
	width:380px;
	color:#FFF;
}
.smx_area2 b{
	font-size:19px;
	line-height:1.0;
	display:block;
	margin-bottom:12px;
}
.footer_info1_inner .footer_nav1{
	float:left;
	width:220px;
}
.footer_info1_inner .footer_nav2{
	float:left;
	width:130px;
}
.footer_info1_inner .footer_nav1 a,
.footer_info1_inner .footer_nav2 a{
	display:block;
	margin-bottom:15px;
}
.footer_info1_inner .footer_nav1 span.tree,
.footer_info1_inner .footer_nav2 span.tree{
	color:#FFF;
}
.footer_info1_inner .footer_nav1 span.tree a,
.footer_info1_inner .footer_nav2 span.tree a{
	padding-left:15px;
	margin:10px 0;
}
.footer_info1_inner .footer_nav2 a.login{
	width:90px;
	font-size:14px;
	text-align:center;
	border:#FFF 2px solid;
	border-radius: 24px;
    box-sizing: border-box;
	padding:7px 0 6px 0;
	margin-top:20px;
}
footer .footer_info2{
	width:100%;
	background:#006EBB;
}
.footer_info2 .footer_info2_inner{
	width:1000px;
	height:55px;
	line-height:55px;
	font-size:14px;
	margin:0 auto;
}
.footer_info2 ul{
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}
.footer_info2 ul li{
	float:left;
	margin-right:25px;
}
.footer_info2 .footer_copyright{
	float:right;
	color:#FFF;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	.footer_info1 .footer_info1_inner{width:924px;}
	.footer_info1_inner .smx_area1{
		width:240px;
	}
	.footer_info1_inner .smx_area1 img{
		width:85%;
		height:auto;
	}
	.footer_info1_inner .smx_area2{
		width:340px;
		font-size:13px;
	}
	.footer_info1_inner .footer_nav1{
		width:210px;
	}
	.footer_info2 .footer_info2_inner{width:924px;}
}