@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
/*body全体の初期スタイル調整*/
body {
  font-size: 62.5%; /*emの計算をしやすくするための定番設定*/
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: normal;
  color: #000;
}
/*リンク文字の設定*/
a {
  text-decoration: underline;
}
a:link, a:visited {
  color: #39f;
}
a:hover, a:active {
  color: #f60;
}
/*ブラウザのCSSをリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}
/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}
/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/
h2 {
  margin: 0.5em 0em;
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
	position: relative;
  padding: 1.5rem;
}

h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 5px;
  background: #6c8c31;
}


h3 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.6em;
  font-weight: bold;
  border-left: 8px solid #6c8c31;
  border-bottom: 1px dotted #6c8c31```;
}
h4 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.4em;
  border: 1px solid #ccc;
  font-weight: bold;
}
h5 {
  margin: 1em 0em 0.5em;
  padding: 0.1em;
  font-size: 1.4em;
  color: #4d6d12;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  display: inline-block;
}
/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-color: #f2f2f2;
	overflow:hidden;
}
/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  font-size: 1.6em; /*=16px*/
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}

.article{
	width: 100%;
}

/*カラム全体の幅を変更する*/
.top_image_in,.section_inr {
  width: 950px;
  margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
}
/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}
/*ヘッダー内部をカラム幅にする*/
.header_inr {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
/*ヘッダーのロゴ*/
.header_logo {
  width: 25%;
  float: left;
  margin: 0em;
  padding: 1em 0;
  margin-right: 3em;
}
/*ヘッダーのメニュー*/
.header_menu li{
float: left;
list-style: none;
font-size: 1.5em;
margin-left: 2em;
margin-right: 10px;
padding-top: 1.7em;
}

.header_menu li a{
text-decoration: none;
color: #000;
}

.header_menu li a:hover{
color: #4d6d12;
}

/*ヘッダーの相談・見積もりボタン*/
.header_soudan {

  float: right;
  margin: 0.4em 0 1em 0;
}

.header_soudan img{
  width: 55%;
  box-shadow: 2px 4px 6px #d7d7d7;
}

/*ヘッダー内の画像が常に幅100%になるように*/
.header_logo img, .header_mail img, .header_tel img {
  width: 100%;
}


/*--------------------------------------------------
下部固定ヘッダー（PCは非表示）
-----------------------------------------------------*/

.fix_menu_smartphone{
  display: none;
}


/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: url("../images/top_image_back.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  height: auto;
}
.top_image_in img {
  width: 100%;
}
/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
.seciton_01 {
	background: #fff;
  padding: 1.5em 3em;
  margin-bottom: 2em;
}
.section_02 {
  background: #FFFEF0;
  padding: 1.5em 3em;
	text-align: center;
	margin-top: 5em;
}

.section_03 {
  padding: 1.5em 3em;
}

.section_04 {
  background: #f6f6f6;
  padding: 1.5em 1em;
}

.seciton_05{
  background: #f9f9f9;
padding: 1.5em 3em;

}


.section_inr{
	text-align: center;
	margin-top: 5em;

}



/*--------------------------------------------------
お悩みエリア
-----------------------------------------------------*/
	.nayami {
    background-image: url("../images/nyami_bg.png") ;
		background-size:  cover;

    padding-bottom: 0.6em;
		position: relative;
  }
  .nayami_title {

	 padding: 0.8em 0 0.8em 0.5em;
    font-family: "ヒラギノ角ゴ ProN";
    color: #000;
	  text-align: center;

  }

.nayami_innr{
	width: auto;
	margin: 0 auto;
}



	 .nayami_title02 {

		  background-color: #dc2814;
	 padding: 0.8em 0 0.8em 0.5em;
    font-family: "ヒラギノ角ゴ ProN";
    color: #fff;
	  text-align: center;



border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;



	}


  .nayami_midashi01 {
    font-weight: bold;
    font-size: 1.6em;
	  color: #000;
	position: relative;
	  text-align: center;
	  border-bottom: 3px dotted #000;
	  margin-bottom: 0.5em;
  }


.nayami_midashi01:before {
	 position: absolute;
  bottom: -15px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #fff;

}


  .nayami_komidashi {
    font-weight: bold;
    font-size: 2.3em;
	  color: #fff;
	  background:linear-gradient(transparent 70%, #c93508 0%);
	  text-shadow:1px 1px 3px #000;
	  font-family: "ヒラギノ角ゴ StdN";


  }

.checkbox_arw{
	position: relative;
	text-align: center;
	top: -3em;

}



	.nayami_undertext{
		text-align: center;
		font-weight: bold;
		font-size: 1.3em;
		padding: 1em;
		text-decoration: underline;
		text-decoration-color:#fff55b;
	}



	.checkbox{
		padding: 2em 5em;
		text-align: left;
		margin:0 5em;

	}


	.checkbox_inr {
  margin: 0;
  font-size: 1.5em;
  font-weight: bold;
  padding: 2em 2em 2em 5em ;
  background: #FFFCF7;
}
.checkbox_inr_text {
  background: url("../images/../images/checkbox-icon.png") no-repeat;
  padding-left: 1.5em;
vertical-align: middle;
  margin-bottom: 1em;
}

.checkbox_inr img{

padding-top: 1em;

}


/*--------------------------------------------------
３つの理由
-----------------------------------------------------*/
.select_inr{

	padding: 1.5em 3em;
	background: #FFFEF0;
  margin: 0 auto;
}



.select_komidashi{
	margin-top: 3em;
  padding: 1.5em 0 0.5em 0;

	font-size: 2em;

	font-weight: bold;
	margin-bottom: 1em;
text-align: left;


}

.select_01,.select_02,.select_03{
	position: relative;
	margin: 6em auto 5em;
	background-color: #fff;
	padding: 2em 10em 2em;
	width: auto;

}


.select_number {
  font-family: 'Roboto', sans-serif;
  font-size: 2em;
	font-weight: bold;
color: #6c8c31;
  line-height: 1;


}

.select_content{
	background-color: #fff;

}


.select_text{
padding-top: 1em;
	font-size: 1.2em;
text-align: left;

}
.select_img{
	padding-top: 1em;
}


dl {
  display: flex;
  justify-content:space-between;
  width: 100%;
}


.select_01 dt{
  width: 100%;
	padding-top: 2em;
}

.select_01 dd {
  width: 100%;
}


.select_02 dt {
  width: 100%;
	padding-top: 1em;
}

.select_02 dd {
padding-top: 6em;
  width: 100%;
}


.select_03 dt{
  width: 100%;
	padding-top: 1em;
}

.select_03 dd{
  width: 100%;
}



/*--------------------------------------------------
運用実績のご紹介
-----------------------------------------------------*/
.seisaku_inr{
  max-width: 1500px;
	text-align: center;
	margin:0 auto;
  background: #fff;
  text-align: center;
}




.jirei01{
  text-align: center;
  padding: 2em 10em 4em ;
margin: -15em 5em 10em;
background: #fff;
}


.jirei02{
  padding: 2em 10em 4em ;
margin: -15em 5em 10em;
background: #fff;
}


.jirei01 p,.jirei02 p{
  padding-top: 1em;
  text-align: left;
  font-size: 1.2em;
}

.seisaku_komidashi{
  margin-top: 3em;
  padding: 1.5em 0 0.5em 0;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
text-align: left;
}


.seisaku_text{
  font-size: 1.2em;
  margin: 0 auto;
}


.seisaku_number {
  font-family: 'Roboto', sans-serif;
  font-size: 2em;
	font-weight: bold;
color: #75202d;
  line-height: 1;
}


.jirei_img{
margin-top: 5em;
}


/*--------------------------------------------------
できること
-----------------------------------------------------*/

.dekirukkoto_inr{
text-align: center;
margin: 0 auto;

}

.deki_service{

margin-bottom: 8em;

}

.title_service{
  margin-top: 3em;
  padding: 1.5em 0 0.5em 0;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
  background: url("../images/bg_service.png") no-repeat center;
  display: block;

}



.service_inr{
  padding: 0 5em;
  margin: 0 auto;

}


.service_text{
font-size: 1.2em;


}

.title_purpose{
  margin-top: 3em;
  padding: 1.5em 0 0.5em 0;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
  background: url("../images/bg_purpose.png") no-repeat center;
  display: block;

}


.purpose_inr{
margin: 0 auto;

}

.purpose_ul{
  list-style: none;
  display: flex;
  justify-content:space-around;
}


.purpose_ul li {
width: 30%;

}

.box{
margin: 0 auto;
text-align: center;
padding-bottom: 1em;
}




/*--------------------------------------------------
サービスの流れ
-----------------------------------------------------*/
.flow_inr{
margin: 0 auto;
text-align: center;
}

.flow_contents {
  margin: 0 auto;
}

.flow_title {
  padding-left: 0.5em;
  padding: 0.6em 0;
  font-family: "ヒラギノ角ゴ ProN";
  color: #fff;
  background-color: #40709c;
  border-radius: 1em;
  display: inline-block;
  width: 700px;
  text-align: center;
}

.flow_title02 {
  padding-left: 0.5em;
  padding: 0.6em 0;
  font-family: "ヒラギノ角ゴ ProN";
  color: #fff;
  background-color: #518ec6;
  border-radius: 1em;
  display: inline-block;
  width: 700px;
  text-align: center;
}


.flow_midashi01 {
  font-style: italic;
  font-weight: bold;
  font-size: 1.2em;
}
.flow_midashi02 {
  font-weight: bold;
  font-size: 1.7em;
  padding-left: 0.8em;
}
.flow_img {
  padding: 1em 4em;
  font-size: 1.2em;
}
.flow_img img {
  width: 100%;
}
.arw03 {
  text-align: center;
  margin: 1em 0;
}


/*--------------------------------------------------
よくある質問
-----------------------------------------------------*/

.question_inr{
  text-align: center;
  margin: 5em 15em;

}


.box_qa {
  background-color: #caeaca;
  padding: 1em ;
	margin-bottom: 5em;
}
.box_qa_q {
  background-color: #fff;
  padding: 1em 2em 1em 3em;
  border-bottom: 1px solid #ccc;
  font-size: 1.4em;
  font-weight: bold;
  color: #164903;
}
.box_qa_a {
  background-color: #fff;
  padding: 1em 2em 1em 3em;
  font-size: 1.2em;
}
.box_qa_q p, .box_qa_a p {
  text-indent: -2em;
}


/*--------------------------------------------------
会社概要
-----------------------------------------------------*/
.company_title {
  margin-top: 5em;
}
table {
  margin: 2em auto;
}
th {
  background-color: #6c8c31;
  color: #fff;
  padding: 1em;
  font-size: 1.2em;
}
td {
  padding-left: 2em;
  font-size: 1.2em;

}
.map {
  text-align: center;
  margin: 0 3em 2em;
}


.map iframe{
width: 600px;
height: 400;
padding:1em 0 5em;
}


/*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/

.cta_inr{
	margin: 0.5em 20em 1em;
	text-align: center;
	background-color: #fff;
  border-radius: 10px;
  padding: 0.2em 1em 1em;

}

.cta_title{
	color: #164903;
	text-align: center;
	font-weight: bold;
	font-size: 1.7em;
}


.cta_title::before {
    content: " \005C ";
    font-family: arial;
    color: #164903;
    font-size: 1.6em;
	font-weight: normal;
    position: relative;
    bottom: -7px;
    right: 24px;
}

.cta_title::after {
    content: " / ";
    font-family: arial;
    color: #164903;
    font-size: 1.6em;
	font-weight: normal;
    position: relative;
    bottom: -7px;
    left: 13px;
}


.cta_subtitle{
  padding: 0.5em 0;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 1.7em;

}

.tokuka{
	font-size: 1.2em;
	font-weight: bold;
	color: red;

}

.zeikomi{

	font-size: 0.5em;
	font-weight: bold;
	color: red;
}



.cta_subtitle img{

	width:10%;
	padding-right: 0.5em;
}

.cta_btn01{
	padding-top: 1em;
	width: 100%;
	margin: 0 auto;
}

.cta_btn01 img{
  box-shadow: 2px 4px 6px #d7d7d7;
}



	.cta_btn02{
		text-align: center;
		margin-top: 3em;

	}

  	.cta_btn02 img{
      box-shadow: 2px 4px 6px #d7d7d7;

    }

  .box_01{
    padding-right: 1.5em;
  }

  .box_02{

padding-left: 1.5em;

  }

  .cta_btn02_btn{
	margin: 0 auto;
  padding-top: 1em;
}



/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #6c8c31;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}
.footer a {
  color: #fff;
}



/*--------------------------------------------------
プライバシーポリシー
-----------------------------------------------------*/
.privacy_innr{
padding: 0 10em;
}
