@charset "UTF-8";
/******************************************************************

Site Name: LFC
Author: Logical Force Corporation.

Stylesheet: Main Stylesheet

******************************************************************/

/*++++++++++++++++++++++++++++++++++++++++++++++++
 STYLE CSS
++++++++++++++++++++++++++++++++++++++++++++++++*/
/*------------------------------------------------
 Base style
------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
html, body {
  width: 100%;
	scroll-behavior: smooth;
}
html {
  /*overflow-y: scroll;*/
  height: 100%;
}
body {
	position: relative;/*topに戻る用に記述*/
  margin: 0;
  /*min-width: 1100px;*/
  background-color: #fff;
  color: #000;
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont,'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "Segoe UI", "Helvetica", Helvetica, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  line-height: 2;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt'; /* 色々なフォントをプロポーショナル化 */
	word-break: break-all;/*英数字を改行させる*/
	overflow-wrap: break-all;/*英数字を改行させる*/
}
/*	MAIN CONTAINER Set the width to whatever you want the width of your site to be. */
img {
	display: block;
  max-width: 100%;
  height: auto;
	max-height: 100%;
  /*width: auto;*/
  /* 画像の下に隙間ができるのを防ぐ */
  vertical-align: bottom;
}
.inner_1110 {
	width: 1110px;
	margin: 0 auto;
}
.inner_900 {
	width: 900px;
	margin: 0 auto;
}
.sub .inner_900,
.sub .inner_1110 {
	padding: 3rem 1rem;
}
.company .inner_900 {
	padding-top: 0;
}
.post_content {
	 font-family: -apple-system, BlinkMacSystemFont, 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Segoe UI", "Helvetica", Helvetica, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
}
.post_content p {
	margin-bottom: 1.0rem;
}
.kome {
  font-size: 0.5em;
}
/* PCとスマホで表示切り替え PC=表示、SP=非表示 */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media screen and (max-width:1110px) {
	.inner_1110 {
		width: 100%;
		padding: 0 1rem;
	}
	.inner_900 {
		width: 100%;
		padding: 0 1.5rem;
	}
}
@media screen and (max-width: 768px) {
	body {
		min-width: 100%;
	}
	.sub .inner_900 {
		padding: 2rem 1.5rem;
	}
	.post_content {
		padding: 0 15px;
	}
}
@media screen and (max-width: 520px) {
	body {
		font-size: 0.85rem;
	}
	.post_content p {
		margin-bottom: 0.8rem;
	}
}

/*------------------------------------------------
 Clearfix
------------------------------------------------*/
/* clearfix */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* micro clearfix */
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
/*------------------------------------------------
Common Style
------------------------------------------------*/
/* link style
-----------------------------------*/
a {
  text-decoration: none;
	outline: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* タップ時のハイライトを透明にする*/
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}
a:focus, *:focus {
  outline: none;
}






/*------------------------------------------------
Basic Layout
------------------------------------------------*/
.content {
	margin-top: 100px;
}
.home.content {
	margin-top: 0;
}
table {
	/*border-collapse: collapse;*/
	border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
table tr {
  /*border-bottom: solid 1px #e9e9e9;*/
}
table tr:first-child {
  /*border-top: solid 1px #e9e9e9;*/
}
table th, td {
  padding: 1%;
}
@media screen and (min-width: 1200px) {
}
@media screen and (max-width:1024px) {
	.content {
		margin-top: 50px;
	}
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
}


/*------------------------------------------------
追従ボタン　.float_wrap
------------------------------------------------*/
.float_wrap {
	position: fixed;
	z-index: 100;
	right: 20px;
  bottom: 20px;
	display: flex;
	align-items: flex-end;
}
.float_wrap .float_button {
	margin-left: 0.5rem;
	width: 110px;/*140px;*//*120px;*/
  height: 110px;/*140px;*//*120px;*/
}
.float_wrap .float_button a {
	/*縦中央*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	/*border: 2px solid #005720;
  background-color: #005720;*//*#007130*/
	border: 2px solid #afafaf;
  background-color: #afafaf;
	opacity: 0.85;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 0.9rem;
	line-height: 1.4;
	color: #fff;
	text-align: center;
}
.float_wrap #recruit_link a {
	background-image: url("../img/common/recruit_link.png");
	background-size: 65%;
}
.float_wrap #contact_link a {
	background-image: url("../img/common/contact_link.png");
	background-size: 55%;
}
.float_wrap #recruit_link:hover a,
.float_wrap #contact_link:hover a {
	background-image: none;
}
.float_wrap .float_button a:hover {
	background-color: #fff;
	transition: 0.5s;
	color: gray;
	font-weight: bold;
}
.float_wrap #top_link {
	width: 50px;
	height: 50px;
	margin-left: 0.3rem;
}
.float_wrap #top_link a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	/*border: 2px solid #005720;
  background-color: #005720;*//*#007130*/
	border: 2px solid #afafaf;
  background-color: #afafaf;
	background-image: url("../img/common/top_link.png");
	background-position: center 46%;
	background-repeat: no-repeat;
	background-size: 50%;
	opacity: 0.85;
}
.float_wrap #top_link:hover a {
	opacity: 0.6;
}
@media only screen and (max-width:480px) {
	.float_wrap {
		right: 10px;
		bottom: 10px;
		flex-direction: column;
		align-items: center;
	}
	.float_wrap .float_button {
		margin-left: 0;
		width: 60px;
		height: 60px;
	}
	.float_wrap .float_button:not(:last-of-type) {
		margin-bottom: 0.3rem;
	}
	.float_wrap .float_button a {
		font-size: 0.5rem;
		letter-spacing: 0.01rem;
	}
	.float_wrap .float_button a:hover {
		background-color: #005720;
		transition: 0;
	}
	/*.float_wrap #recruit_link:hover a {
		background-image: url("../img/common/wood_link.png");
	}
	.float_wrap #contact_link:hover a {
		background-image: url("../img/common/contact_link.png");
	}*/
	.float_wrap #top_link {
		width: 34px;
		height: 34px;
		margin: 0;
	}
	.float_wrap #top_link:hover a {
		background-image: url("../img/common/top_link.png");
	}
	.float_wrap .float_button a:hover {
		color: #fff;
		font-weight: normal;
	}
}


/*------------------------------------------------
文字装飾など
------------------------------------------------*/
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}


/*------------------------------------------------
マージン・パディング
------------------------------------------------*/
.mb_120 { margin-bottom: 120px; }
.mb_80 { margin-bottom: 80px; }
.mb_40 { margin-bottom: 40px; }
@media only screen and (max-width:768px) {	
	.mb_120 { margin-bottom: 40px; }
	.mb_80 { margin-bottom: 30px; }
	.mb_40 { margin-bottom: 20px; }
}


/*------------------------------------------------*/
/* 下層用見出し .mds_02
-----------------------------------*/
.mds_02 {
	padding: 13rem 0 9rem 0;
	/*padding: 3rem;*/
	/*background-image: url("../img/common/sub_head.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.9;*/
}
.mds_02 h1,
.mds_02 h2 { /* 英語 */
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	/*color: #fad43a;*/
}
.mds_02 h1 span,
.mds_02 h2 span { /* 日本語 */
	display: block;
	margin-top: 0.3rem;
	font-size: 0.9rem;
	color: #000;
}
@media only screen and (max-width:480px) {
	.mds_02 {
		padding: 4rem 1.5rem 3.5rem 1.5rem;
	}
	.mds_02 h1,
	.mds_02 h2 { /* 英語 */
		font-size: 1.4rem;
	}
	.mds_02 h1 span,
	.mds_02 h2 span { /* 日本語 */
		font-size: 0.7rem;
	}
}

/*------------------------------------------------*/
/* 下層用見出し h2
-----------------------------------*/
.sub h2.mds_03 {
	margin-bottom: 2rem;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
}
.sub h2.mds_03::before {
	background-color: #fad43a; /* 線の色 */
  /*border-radius: 5px;*/ /* 線の両端を丸く */
  bottom: -10px; /* 線の位置 */
  content: "";
  height: 2px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 30px; /* 線の長さ */
}
.sub h2.mds_03 span {
	padding: 0.2rem;
	border-bottom: 2px solid #007130;
}
@media only screen and (max-width:480px) {
	.sub h2.mds_03 {
		margin-bottom: 1rem;
		font-size: 1.2rem;
	}
	.sub h2.mds_03::before {
		bottom: -5px;
	}
}

/*------------------------------------------------*/
/* ボタン .button01
/* ホバーでテキスト切り替え
-----------------------------------*/
.button01,
.button01 a {
	position: relative;
	display: block;
	margin: 1rem 0 0 auto;
	width: 13rem;
	height: 2rem;
}
.sub .button01 a {
	width: 10rem;
}
.button01 span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin: 0;
	text-align: center;
	color: #fff;
	/*アニメーションの指定*/
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.button01 span:nth-child(1) {
	background-color: #000;
	line-height: 2rem;
	/*font-family: 'Roboto', sans-serif;*/
}
.button01 span:nth-child(2) {
	/*日本語*/
  opacity:0;/*透過0に*/
	/*background-color: #007130;*/
	background-color: #000;
	font-size: 0.85rem;
	font-weight: bold;
	line-height: 2rem;
}
/*hoverするとテキストが入れ替わる設定*/
.button01:hover span:nth-child(1),
.button01 a:hover span:nth-child(1) {
	/*英語*/
  opacity:0;/*透過0に*/
}
.button01:hover span:nth-child(2),
.button01 a:hover span:nth-child(2) {
	/*日本語*/
  opacity:1;/*不透明に*/
	/*background-color: #007130;*/
	
	background-color: #c3c5c6;
}
@media only screen and (max-width:480px) {
	.button01,
	.button01 a {
		margin: 1rem auto 0 auto;
		height: 3rem;
	}
	.button01 span:nth-child(1) {
		line-height: 3rem;
	}
	.button01 span:nth-child(2) {
		/*日本語*/
		line-height: 3rem;
	}
	.sub .button01 a {
		width: 100%;
	}
}



/* レスポンシブ指定
-----------------------------------*/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    /* 画面サイズを小さくした時に背景が切れるのを防ぐ */
    min-width: 100%;
  }
}
@media (max-width: 480px) {
	/* PCとスマホで表示切り替え PC=非表示、SP=表示 */
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (max-width: 360px) {
}

/* 改行
-----------------------------------*/
@media screen and (min-width: 481px) {
  .pc-br{
    display: block; /* PCの改行する */
  }
  .sp-br{
    display: none; /* SPの改行を隠す */
  }
}
@media screen and (max-width: 480px) {
  .pc-br{
    display: none; /* PCの改行を隠して */
  }
  .sp-br{
    display: block; /* SPを改行する */
  }
}




/*++++++++++++++++++++++++++++++++++++++++++++++++
#pagenation ページネーション
++++++++++++++++++++++++++++++++++++++++++++++++*/
#pagenation {
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 20px 0 0;
}
#pagenation .pagenation_next a,
#pagenation .pagenation_prev a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 40px;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	font-weight: 500;
}
#pagenation .pagenation_next a:hover,
#pagenation .pagenation_prev a:hover {
	color: #007130;
}
#pagenation .pagenation_next a::before,
#pagenation .pagenation_prev a::before {
	content:"";
	position:absolute;
	top: 2px;
	bottom: 0;
	width: 6px;
	height: 12px;
	margin: auto;
	background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%2016%22%3E%3Cdefs%3E%3Cstyle%3E.f%2C.g%7Bfill%3Anone%3B%7D.g%7Bstroke%3A%23000%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22a%22%2F%3E%3Cg%20id%3D%22b%22%3E%3Cg%20id%3D%22c%22%3E%3Cg%20id%3D%22d%22%3E%3Cg%20id%3D%22e%22%3E%3Cpath%20class%3D%22f%22%20d%3D%22M0%2C0H8V16H0V0Z%22%2F%3E%3Cpath%20class%3D%22g%22%20d%3D%22M1%2C2l6%2C6L1%2C14%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-size: cover;
}
#pagenation .pagenation_next a:hover::before,
#pagenation .pagenation_prev a:hover::before {
	background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%208%2016%22%20style%3D%22enable-background%3Anew%200%200%208%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3B%7D%20.st1%7Bfill%3Anone%3Bstroke%3A%23007130%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22a%22%3E%3C%2Fg%3E%3Cg%20id%3D%22b%22%3E%20%3Cg%20id%3D%22c%22%3E%20%3Cg%20id%3D%22d%22%3E%20%3Cg%20id%3D%22e%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C0h8v16H0V0z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1%2C2l6%2C6l-6%2C6%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E')
}
#pagenation .pagenation_prev a::before {
	left: 6px;
	transform: rotate(180deg);
}
#pagenation .pagenation_next a::before {
	right: 6px;
}
#pagenation ol.pagenation_body {
	display: flex;
	margin: 0;
	padding: 0;
}
#pagenation ol.pagenation_body a,
#pagenation ol.pagenation_body li {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
}
#pagenation ol.pagenation_body li {
	width: 40px;
	height: 40px;
	margin: 0 5px;
	overflow: hidden;
}
#pagenation ol.pagenation_body a {
  width: 40px;
  height: 40px; 
  background: #fff;
	text-decoration: none;
}
#pagenation ol.pagenation_body a:hover {
	color: #007130;
}
#pagenation ol.pagenation_body .current {
	width: 40px;
  height: 40px; 
  background-color: #007130;
	color: #fff;
}
@media screen and (max-width:767px) {
	#pagenation {
		margin-top: 30px;
	}
	#pagenation .pagenation_next a,
	#pagenation .pagenation_prev a {
		width: 60px;
		font-size: 13px;
	}
	#pagenation .pagenation_prev a::before {
		left: 0;
	}
	#pagenation .pagenation_next a::before {
		right: 0;
	}
	#pagenation ol.pagenation_body {
		margin: 0 10px;
	}
}
@media screen and (max-width:480px) {
	#pagenation {
		margin-top: 20px;
	}
	#pagenation .pagenation_next a {
		justify-content: flex-start;
	}
	#pagenation .pagenation_prev a {
		justify-content: flex-end;
	}
	#pagenation .pagenation_prev a::before {
		left: 10px;
	}
	#pagenation .pagenation_next a::before {
		right: 10px;
	}
	
}




/*++++++++++++++++++++++++++++++++++++++++++++++++
リキャプチャのバッジ非表示
++++++++++++++++++++++++++++++++++++++++++++++++*/
.grecaptcha-badge {
	/* 表示を消す */
	visibility: hidden !important;
}





