<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*蜈ｨ菴�
-----------------*/
body{
	font-family: "繝｡繧､繝ｪ繧ｪ";
	line-height: 1.7;
	font-size: 13px;
	font-size:0.8125rem;
}

/*縲繝代ョ繧｣繝ｳ繧ｰ繧偵し繧､繧ｺ蜀��縺ｫ縺吶ｋ蜃ｦ逅�*/
* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img{
	vertical-align: middle;
}


#wrapper{
	overflow: hidden;
	background: url(../img/item/bg.jpg);
}

/*蜈ｱ騾�
----------------*/


/*繝倥ャ繝繝ｼ
------------*/
.header{
	position: fixed;
	width: 100%;
	left:20px;
	top:20px;
	z-index: 10;
}

.logo {
  width: 229px;
}

.logo img{
	width: 100%;
}

.copy_right {
  position: fixed;
  right: 35px;
  top: 120px;
  z-index: 10;
}

/*繧ｹ繝槭�逕ｨ繧｢繝ｳ繧ｫ繝ｼ繝ｪ繝ｳ繧ｯ*/
#sp_button{
	display: none;
}





.sp_navi_list li a{
	font-size: 26px;
	color: #555;
	font-weight: normal;
}

.pc_anchor{
	display: block;
}

.sp_anchor{
	display: none;
}


/*繝輔ぃ繝ｼ繧ｹ繝�
---------------*/
.inner{
	width: 1024px;
	margin: 0 auto;
}

.mainvisual_box{
	text-align: center;
	margin: 0 auto 147px;
}

.arrow_scroll_link_box{
	text-align: center;
	margin-bottom: 100px;
}


.arrow_scroll_link_box img:hover{
	opacity: .7;
}

/*繧ｻ繧ｫ繝ｳ繝�
---------------*/

.img_box{
	width: 50%;
	float:left;
}

.img_box img{
	width: 100%;
	height: auto;
}

.text_box{
	width:50%;
	float:left;
}

.h3_second_title{
	margin-left: -80px;
	/*margin-top: 80px;*/
	margin-top: 20px;
	margin-bottom: 59px;
	position: relative;
	z-index: 1;
}

.second_text{
	width: 430px;
	margin-left: 59px;
	font-size: 15px;
	color: #555;
	margin-bottom: 55px;
}

.service_btn{
	width: 300px;
	height: 43px;
	line-height: 43px;
	border: 1px solid #555555;
	text-align: center;
	margin-left: 59px;
	transition: .3s;
}

.service_btn:hover{
	background: #ebf150;
	transition: .3s;
	border: 1px solid #fff;
	box-shadow: 2px 2px 3px #ccc;
}

/*譁�ｭ苓牡縺ｮ隱ｿ謨ｴ縺ｮ髫�*/
/*.service_btn:hover a{
	transition: .3s;
	color: #555;
}*/

.service_btn a{
	font-size: 15px;
	color: #555;
}

/*繧ｹ繝槭�逕ｨ繧｢繝ｳ繧ｫ繝ｼ*/
.sp_service_btn{
	display: none;
}

/*繧ｵ繝ｼ繝峨閭梧勹逋ｽ
---------------*/
#third{
	background: #fff;
}

.h3_third_title{
	text-align: center;
	position: relative;
	margin-bottom: 120px;
}

.h3_third_title:before {
  content: "";
  width: 25px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  background: #e4ec0a;
  height: 2px;
}


.service_list{
	margin-left: -3.3%;
}

/*蝗ｺ螳壹≧縺｡逕ｨ*/
/*.service_list li{
	width: 305px;
	float: left;
	overflow: hidden;
	margin-left: 50px;
}
*/


.inner_respon{
	width: 90%;
	margin: 0 auto;
}

/*蜿ｯ螟臥畑*/
.service_list li {
  width: 30%;
  float: left;
  overflow: hidden;
  margin-left: 3.3%;
}


.service_title{
	width: 200px;
	text-align: center;
	margin:0 auto 20px;
}

.service_title img{
	width: 100%;
}


span.icon {
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  background: #e4ec0a;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 20px auto 45px;
  position: relative;
}
span.icon img {
  transform: rotate(-45deg);
}

.service_text{
	font-size: 14px;
	color: #555;
}



/*繝輔か繝ｼ繧ｹ
---------------*/


.h3_fourth_title{
	text-align: center;
	position: relative;
	margin-bottom: 120px;
}

.h3_fourth_title:before {
  content: "";
  width: 25px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  background: #e4ec0a;
  height: 2px;
}

.company_list {
  display: flex;
  justify-content: center;
}

.company_list li {
  width: 50%;
  float: left;
}

.company_list dd br{
	display: none;
}

.company_list dt {
  float: left;
  width: 91px;
  border-right: 1px dotted #b2b2b1;
  padding: 10px 0;
  font-size: 14px;
  color: #555;
}

.company_list dd{
	float:left;
	margin-left: 46px;
	padding: 10px 0;
	font-size: 14px;
  	color: #555;
}


/*繝輔ぅ繝輔せ縲
--------------*/

.h3_fifth_title{
	position: relative;
	margin-bottom: 62px;
}

.h3_fifth_title:before {
  content: "";
  width: 25px;
  position: absolute;
  bottom: -20px;
  left: 0;
   margin: auto;
  display: block;
  text-align: center;
  background: #e4ec0a;
  height: 2px;
}

.contact_sub_info{
	width: 450px;
	margin-bottom: 30px;
}

.contact_sub_info img {
  width: 100%;
}

.contact_info_text{
	font-size: 12px;
	color: #555;
}

.contact_list{
	margin-bottom: 400px;
}

.contact_list .left{
	width: 470px;
	height: 200px;
	float: left;
}

.contact_list .right{
	width: 470px;
	height: 197px;
	line-height: 200px;
	float: right;
	background: #e4ec0a;
	text-align: center;
	border-bottom: 3px solid #c2c907;
}

.contact_btn {
  background: url(../img/item/btn.png) no-repeat 95% center;
}

.contact_btn img{
	width: 50%;
	height: auto;
}


/*繝輔ャ繧ｿ繝ｼ
--------------*/
#footer {
  background: #e4ec0a;
  width: 100%;
  height: 270px;
  position: absolute;
  bottom:0;
}


.f_logo {
  text-align: center;
  padding-top: 88px;
  width: 160px;
  margin: 0 auto 50px;
}
.f_logo img{
	width: 100%;
}

.sosical_list {
  width: 122px;
  margin: 0 auto;
}

.sosical_list li {
  float: left;
  text-align: center;
  margin: 0 10px;
}

.sosical_list li:hover{
	opacity: .7;
}

.sosical_list li:nth-child(1) img {
  width: 12px;
}

.sosical_list li:nth-child(n + 2) img {
  width: 25px;
}



.sp_navi_list li a{
	position: relative;
}

.sp_navi_list li a:before{
  position: absolute;
  top: 1.6em;
  left: 0;
  content: "";
 /* display: inline-block;*/
  width: 0;
  height: 1px;
  background: #555;
  transition: .7s;
}

.sp_navi_list li a:hover:before{
  width: 100%;
}







/*讓ｪ繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ
-------------*/
#fp-nav ul {
  display: none;
}


/*繝医ャ繝励∈謌ｻ繧�
----------------*/

.page-top {
  width: 127px;
  position: absolute;
  top: -61px;
  right: 50%;
  margin-right: -510px;
  z-index: 10;
}


.page-top img{
	width: 100%;
}
.page-top:hover{
	opacity: .7;
}


/*繧ｹ繝槭�逕ｨ*/
.sp_back{
	display: none;
}



/*clearfix
-----------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
</pre></body></html>