@charset "utf-8";

/*
*	サイト名 花田工業株式会社
*	---------------------------------------------------
*	Font
*	Optimization
*	Color
*	Z-Index
*	---------------------------------------------------
*	layout[ALL]
*		html
*		Body
*		#lf_wrapper
*		#lf_header
*		#lf_container
*		#lf_footer
*	layout[lf_top_page]
*	layout[lf_error_page]





//PCファースト
*  --------------------------------------------------
*  /*  Media Queries for window size under 1200px
*  --------------------------------------------------
*  /*  Media Queries for window size under 767px
*  --------------------------------------------------
*  /*  Media Queries for window size under 640px
*  --------------------------------------------------
*/



/*==================================================

  BaseFont

====================================================*/
body,
button,
input,
select,
option,
textarea {
	font-family: 'Noto Sans JP', sans-serif, "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
	font-weight: 400;
}



/*==================================================

	Optimization

====================================================*/
/*	html
--------------------------*/
html {
	font-size: 75%;
}



/*	Body
--------------------------*/
body,
body *,
body *:before,
body *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	line-height: 1.7;
	letter-spacing: 0.25px;
	font-size: 100%;
}

img {
	-webkit-touch-callout: none;
	/*
	width: auto;
*/
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

a:hover {
	text-decoration: none;
}

/*img,button,i {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	     -o-user-select: none;
	        user-select: none;
}*/
h1,
h2,
h3,
h4 {
	font-size: 100%;
	font-weight: 400;
}

table {
	border-collapse: collapse;
}

button,
input,
select,
option,
textarea {
	border: 0 none;
	letter-spacing: 0px;
}

button {
	outline: none;
}



/*==================================================

	Color

====================================================*/
/* テキスト
--------------------------*/
body {
	color: #4b4b4b;
	-webkit-font-smoothing: antialiased;
}

button,
input,
select,
option,
textarea {
	color: #4b4b4b;
	border: 0 none;
	letter-spacing: 0px;
	border-radius: 0px;
	background-color: transparent;
	/*-webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;*/
}

button:disabled,
input:disabled,
select:disabled,
option:disabled,
textarea:disabled {
	background-color: transparent;
}

textarea {
	resize: none;
	vertical-align: bottom;
}

input:-moz-placeholder {
	color: #bbbbbb;
}

input::-moz-placeholder {
	color: #bbbbbb;
}

input::-webkit-input-placeholder {
	color: #bbbbbb;
}

input:-ms-input-placeholder {
	color: #bbbbbb;
}

textarea:-moz-placeholder {
	color: #bbbbbb;
}

textarea::-moz-placeholder {
	color: #bbbbbb;
}

textarea::-webkit-input-placeholder {
	color: #bbbbbb;
}

textarea:-ms-input-placeholder {
	color: #bbbbbb;
}



/* テキスト選択
--------------------------*/
::selection {
	background: #2bc7a8;
	color: #FFF;
}

::-moz-selection {
	background: #2bc7a8;
	color: #FFF;
}



/* リンク
--------------------------*/
a:link,
a:visited {
	color: #4b4b4b;
}



/*==================================================

	Z-Index

====================================================*/
/*#lf_main_slideshow:before,
#lf_main_slideshow:after{
	z-index: 1;
}
.lf_top_page .lf_list_item:before,
.lf_top_page .lf_list_item:after,
.lf_top_page .lf_list_item > a:before,
.lf_top_page .lf_list_item > a:after {
	z-index: 1;
}
#lf_header_nav{
	z-index: 2;
}
*/

#lf_g_nav_btn {
	z-index: 99;
}

#lf_g_nav {
	z-index: 98;
}

#lf_header {
	z-index: 30;
}

#lf_overlay {
	z-index: 40;
}

#lf_pagetop {
	/*z-index: 3;*/
}

#lf_loading {
	z-index: 100;
}


/*==================================================

	layout[ALL]

====================================================*/
/*  html
--------------------------*/
html {}



/*  body
--------------------------*/
body {
	width: 100%;
	min-width: 320px;
	background-color: #fff;
}



/* .lf_pc .lf_sp
--------------------------*/
.lf_sp,
.br_1200,
.br_767,
.br_480 {
	display: none;
}


/* Text Color
--------------------------*/
.t_col01 {
	color: #3ccbaf;
}



/*  #lf_wrapper
--------------------------*/
#lf_wrapper {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}



/*  #lf_header
--------------------------*/
#lf_header {
	width: 100%;
	max-width: 1840px;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
}

#lf_header_in {
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	padding-left: 34px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

#lf_gNav_head {
	width: 100%;
}

#lf_gNav_head_in {
	width: 100%;
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
}

#lf_logo_wrap {
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
}

#lf_logo {
	width: 369px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

/* .lf_header_scroll #lf_logo {
  width: 221px;
} */
#lf_gNav_toplink {
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
	align-items: center;
}

#lf_gNav_toplink li {
	padding-right: 24px;
	padding-left: 24px;
	border-left: 1px solid #2a2a2a;
	line-height: 1;
}

#lf_gNav_toplink li:first-child {
	border-left: none;
	padding-left: 0;
}

#lf_gNav_toplink li.contact {
	border-left: none;
	background-color: #3ccbaf;
	line-height: 140px;
	padding-right: 0;
	padding-left: 0;
	position: relative;
	overflow: hidden;
}

/* .lf_header_scroll #lf_gNav_toplink li.contact{
	line-height: 108px; */
}

#lf_gNav_toplink li.contact::before {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	background-color: #c91717;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

#lf_gNav_toplink li.contact .lf_menu {
	padding-left: 54px;
	padding-right: 54px;
}

#lf_gNav_toplink li .lf_menu .lf_txt {
	display: inline-block;
	font-size: 134%;
	font-weight: bold;
	position: relative;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

#lf_gNav_toplink li .lf_menu .lf_txt::before {
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background-color: #3ccbaf;
	position: absolute;
	bottom: -2px;
	left: 0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

#lf_gNav_toplink li .lf_menu .lf_txt:hover::before {
	width: 100%;
}

#lf_gNav_toplink li.contact .lf_menu .lf_txt {
	color: #fff;
	position: relative;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	z-index: 2;
}

#lf_gNav_toplink li.contact .lf_menu:hover .lf_txt {
	transform: translateY(80%);
	-webkit-transform: translateY(80%);
	-ms-transform: translateY(80%);
	-moz-transform: translateY(80%);
}

#lf_gNav_toplink li.contact .lf_menu .lf_hov_txt {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 134%;
	font-weight: bold;
	position: absolute;
	top: -80px;
	left: 0;
	right: 0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	z-index: 2;
	pointer-events: none;
}

#lf_gNav_toplink li.contact .lf_menu:hover .lf_hov_txt {
	top: 0;
}

#lf_gNav_toplink li.contact .lf_menu::after {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	background-color: #19b18b;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}



/*  #lf_g_nav
--------------------------*/
#lf_g_nav {
	display: none;
}



/*  #lf_overlay
--------------------------*/
#lf_overlay {
	display: none;
}



/*  #lf_g_nav_btn
--------------------------*/
#lf_g_nav_btn {
	display: none;
}



/*  #lf_container
--------------------------*/
#lf_container {
	width: 100%;
}



/*  #lf_footer
--------------------------*/
#lf_footer {
	background-color: #191919;
	width: 100%;
	position: relative;
}

#lf_footer_top {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 52px;
	padding-bottom: 50px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
}

#lf_f_nav {
	width: 100%;
}

#lf_f_nav_in {}

#lf_f_nav_upper {
	width: 100%;
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
}

#lf_f_nav_upper .lf_f_nav_left {}

#lf_f_logo {}

#lf_f_logo .lf_txt {
	font-size: 184%;
	font-weight: bold;
	color: #fff;
}

#lf_f_nav_upper .lf_f_nav_right {
	padding-left: 110px;
}

#lf_f_nav_upper .lf_f_nav_right ul {
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
}

#lf_f_nav_upper .lf_f_nav_right ul li {}

#lf_f_nav_upper .lf_f_nav_right ul li .lf_f_nav_upper_ttl {
	padding-right: 30px;
	padding-left: 30px;
	border-left: 1px solid #fff;
}

#lf_f_nav_upper .lf_f_nav_right ul li:first-child .lf_f_nav_upper_ttl {
	border-left: none;
}

#lf_f_nav_upper .lf_f_nav_right ul li .lf_f_nav_upper_ttl .lf_txt {
	font-size: 150%;
	font-weight: bold;
	line-height: 1px;
	color: #fff;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

#lf_f_nav_upper .lf_f_nav_right ul li .lf_f_nav_upper_ttl .lf_txt:hover {
	opacity: 0.7;
}

#lf_f_nav_upper .lf_f_nav_right ul.lf_f_bottom_block {
	padding-top: 20px;
}


#lf_footer_btm {
	width: 100%;
	background-color: #37caaf;
}

#lf_footer_btm_in {
	width: 100%;
	max-width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
}

#lf_copyright {
	font-size: 117%;
	font-weight: bold;
	color: #fff;
}



/*  #lf_pagetop
--------------------------*/
#lf_pagetop {
	width: 36px;
	height: 20px;
	position: absolute;
	right: 40px;
	bottom: 40px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

#lf_pagetop i {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#lf_pagetop i:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	position: absolute;
	top: 5px;
	right: 7px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

#lf_pagetop:hover {
	bottom: 48px;
}



/*  Common_parts
--------------------------*/
.lf_sec_header {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
}

.lf_sec_body {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
}

.lf_common_txt01 {
	font-size: 417%;
	font-weight: bold;
	line-height: 1;
}

.lf_common_txt02 {
	font-size: 134%;
	font-weight: bold;
	padding-left: 16px;
}



/*  #ERRITEM
--------------------------*/
#ERRITEM {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding-right: 40px;
	padding-left: 40px;
	margin-top: 30px;
	color: #d62d2d;
}

#ERRITEM a {
	color: #d62d2d;
	text-decoration: underline;
	font-size: 134%;
}

#ERRITEM a:hover {
	text-decoration: none;
}

#ERRITEM p {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 134%;
	border-top: 2px solid #d62d2d;
	border-left: 2px solid #d62d2d;
	border-right: 2px solid #d62d2d;
}

#ERRITEM ul {
	border-bottom: 2px solid #d62d2d;
	border-left: 2px solid #d62d2d;
	border-right: 2px solid #d62d2d;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}



/*  #lf_main_view(lf_under_page)
--------------------------*/
.lf_under_page #lf_main_view {
	width: 100%;
}

.lf_under_page #lf_main_view_in {
	width: 100%;
	padding-top: 276px;
	padding-bottom: 94px;
	background-color: #e1fff9;
	text-align: center;
}

.lf_under_page #lf_main_view_in .lf_common_txt02 {
	display: block;
	padding-top: 16px;
	padding-left: 0;
}











/*==================================================

	layout[lf_top_page]

====================================================*/
.lf_top_page #lf_main_view {
	width: 100%;
}

.lf_top_page #lf_main_view_in {
	width: 100%;
	position: relative;
}

.lf_top_page #lf_main_view_in ul {
	width: 100%;
}

.lf_top_page #lf_main_view_in ul li.lf_slide {
	width: 100%;
}

.lf_top_page #lf_main_view_in .lf_main_txt {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -100px;
}

.lf_top_page #lf_main_view_in .lf_main_txt {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -100px;
}

/* .lf_top_page #lf_main_view_in .lf_main_txt > img{
	width: 607px;
} */





.lf_top_page #lf_news {
	width: 100%;
	position: relative;
}

.lf_top_page #lf_news .lf_sec_body {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
}

.lf_top_page #lf_news .lf_sec_body dl {
	width: 100%;
	display: table;
	border-radius: 10px;
	box-shadow: 0px 8px 10px -1px #d3d3d3;
}

.lf_top_page #lf_news .lf_sec_body dl dt {
	width: 180px;
	display: table-cell;
	vertical-align: middle;
	background-color: #2bc7a8;
	padding-top: 22px;
	padding-bottom: 24px;
	text-align: center;
	border-radius: 10px 0 0 10px;
}

.lf_top_page #lf_news .lf_sec_body dl dt .lf_txt {
	color: #fff;
	font-size: 184%;
	font-weight: bold;
}

.lf_top_page #lf_news .lf_sec_body dl dd {
	display: table-cell;
	vertical-align: middle;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #fff;
	border-radius: 0 10px 10px 0;
}

.lf_top_page #lf_news .lf_sec_body dl dd .lf_txt {
	font-size: 184%;
	font-weight: bold;
}





.lf_top_page #lf_greeting {
	width: 100%;
	background-color: #f5f5f5;
	background-image: url(../images/top/bg_greeting.png);
	background-size: contain;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

/* .lf_top_page #lf_greeting.lf_reference{
	padding-top: 60px;
	margin-top: -60px;
} */
.lf_top_page #lf_greeting .lf_sec_body {
	padding-top: 150px;
	padding-bottom: 166px;
}

.lf_top_page #lf_greeting .lf_sec_body ul {
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
}

.lf_top_page #lf_greeting .lf_sec_body ul li {
	width: 50%;
}

.lf_top_page #lf_greeting .lf_sec_body ul li:first-child {
	padding-right: 60px;
	margin-top: -10px;
}

.lf_top_page #lf_greeting .lf_sec_body ul li .lf_ttl {
	width: 100%;
}

.lf_top_page #lf_greeting .lf_sec_body ul li .lf_txt_wrap {
	width: 100%;
	font-size: 134%;
	line-height: 2;
	padding-top: 22px;
}

.lf_top_page #lf_greeting .lf_sec_body ul li .lf_btn_wrap {
	width: 100%;
	padding-top: 40px;
}

.lf_top_page #lf_greeting .lf_sec_body ul li .lf_btn_wrap .lf_btn_in {
	width: 100%;
	background-color: #2bc7a8;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.lf_top_page #lf_greeting .lf_sec_body ul li .lf_btn_wrap .lf_btn_in::before {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	background-color: #19b18b;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.lf_top_page #lf_greeting .lf_sec_body ul li .lf_btn_wrap .lf_btn_in .lf_btn {
	display: block;
	line-height: 80px;
	font-size: 217%;
	color: #fff;
	position: relative;
	z-index: 10;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.lf_top_page #lf_greeting .lf_sec_body ul li .lf_btn_wrap .lf_btn_in:hover .lf_btn {
	transform: translateY(80%);
	-webkit-transform: translateY(80%);
	-ms-transform: translateY(80%);
	-moz-transform: translateY(80%);
}

.lf_top_page #lf_greeting .lf_sec_body ul li .lf_btn_wrap .lf_btn_in .lf_hov_txt {
	display: block;
	line-height: 80px;
	font-size: 217%;
	color: #fff;
	position: absolute;
	top: -80%;
	left: 0;
	right: 0;
	z-index: 10;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.lf_top_page #lf_greeting .lf_sec_body ul li .lf_btn_wrap .lf_btn_in:hover .lf_hov_txt {
	top: 0;
}



/* .lf_top_page #lf_business {
	width: 100%;
	padding-top: 100px;
	margin-top: -100px;
} */
.lf_top_page #lf_business .lf_sec_header {
	padding-top: 50px;
}

.lf_top_page #lf_business .lf_sec_body {
	padding-top: 30px;
	padding-bottom: 60px;
}

.lf_top_page #lf_business .lf_sec_body>p {
	width: 100%;
	font-size: 150%;
}

.lf_top_page #lf_business .lf_sec_body>p.lf_t {
	padding-top: 60px;
}

.lf_top_page #lf_business .lf_sec_body .lf_img_wrap {
	width: 100%;
	padding-top: 32px;
}

.lf_top_page #lf_business .lf_sec_body ul {
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	padding-top: 28px;
}

.lf_top_page #lf_business .lf_sec_body ul li {
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 2px solid #f5f5f5
}

.lf_top_page #lf_business .lf_sec_body ul li dl {
	width: 100%;
	display: table;
}

.lf_top_page #lf_business .lf_sec_body ul li dl dt {
	width: 100px;
	display: table-cell;
	vertical-align: top;
}

.lf_top_page #lf_business .lf_sec_body ul li dl dt .lf_txt {
	display: inline-block;
	width: 100%;
	line-height: 27px;
	font-size: 134%;
	color: #fff;
	text-align: center;
	background-color: #2bc7a8;
	border-radius: 14px;
	margin-top: 3px;
}

.lf_top_page #lf_business .lf_sec_body ul li dl dd {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}

.lf_top_page #lf_business .lf_sec_body ul li dl dd .lf_txt {
	font-size: 150%;
}





/* .lf_top_page #lf_reference{
	padding-top: 150px;
	margin-top: -150px;
} */
.lf_top_page #lf_recruit {
	width: 100%;
	background-color: #e1fff9;
	background-image: url(../images/top/bg_recruit.png);
	background-size: cover;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.lf_top_page #lf_recruit .lf_recruit_in {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 110px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
}

.lf_top_page #lf_recruit .lf_recruit_in .lf_posa {
	width: 100%;
	max-width: 440px;
}

.lf_top_page #lf_recruit .lf_recruit_in .lf_posa .lf_sec_header {
	padding-left: 0;
	padding-right: 0;
}

.lf_top_page #lf_recruit .lf_recruit_in .lf_posa .lf_sec_body {
	padding-right: 0px;
	padding-left: 0px;
}

.lf_top_page #lf_recruit .lf_recruit_in .lf_posa .lf_txt_wrap {
	padding-top: 20px;
	font-size: 134%;
	line-height: 2;
}


.lf_top_page #lf_recruit .lf_recruit_in .lf_posa .lf_sec_body .lf_btn_wrap {
	width: 100%;
	padding-top: 30px;
}

.lf_top_page #lf_recruit .lf_recruit_in .lf_posa .lf_sec_body .lf_btn_wrap .lf_btn_in {
	width: 100%;
	background-color: #2bc7a8;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.lf_top_page #lf_recruit .lf_recruit_in .lf_posa .lf_sec_body .lf_btn_wrap .lf_btn_in::before {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	background-color: #19b18b;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.lf_top_page #lf_recruit .lf_recruit_in .lf_posa .lf_sec_body .lf_btn_wrap .lf_btn_in .lf_btn {
	display: block;
	line-height: 80px;
	font-size: 200%;
	color: #fff;
	position: relative;
	z-index: 10;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.lf_top_page #lf_recruit .lf_recruit_in .lf_posa .lf_sec_body .lf_btn_wrap .lf_btn_in:hover .lf_btn {
	transform: translateY(80%);
	-webkit-transform: translateY(80%);
	-ms-transform: translateY(80%);
	-moz-transform: translateY(80%);
}

.lf_top_page #lf_recruit .lf_recruit_in .lf_posa .lf_sec_body .lf_btn_wrap .lf_btn_in .lf_hov_txt {
	display: block;
	line-height: 80px;
	font-size: 200%;
	color: #fff;
	position: absolute;
	top: -80%;
	left: 0;
	right: 0;
	z-index: 10;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.lf_top_page #lf_recruit .lf_recruit_in .lf_posa .lf_sec_body .lf_btn_wrap .lf_btn_in:hover .lf_hov_txt {
	top: 0%;
}



.lf_top_page #lf_company {
	width: 100%;
}

/* .lf_top_page #lf_company.lf_reference{
	padding-top: 100px;
	margin-top: -100px;
} */
.lf_top_page #lf_company .lf_sec_header {
	padding-top: 100px;
}

.lf_top_page #lf_company .lf_sec_body {
	padding-top: 12px;
	padding-bottom: 90px;
}

.lf_top_page #lf_company .lf_sec_body ul {
	width: 100%;
}

.lf_top_page #lf_company .lf_sec_body ul li {
	width: 100%;
	border-bottom: 2px solid #e3e3e3;
}

.lf_top_page #lf_company .lf_sec_body ul li dl {
	width: 100%;
	display: table;
	padding-top: 36px;
	padding-bottom: 36px;
	padding-left: 20px;
	padding-right: 20px;
}

.lf_top_page #lf_company .lf_sec_body ul li dl dt {
	width: 250px;
	display: table-cell;
	vertical-align: top;
}

.lf_top_page #lf_company .lf_sec_body ul li dl dt .lf_txt {
	font-size: 167%;
	font-weight: bold;
}

.lf_top_page #lf_company .lf_sec_body ul li dl dd {
	display: table-cell;
	vertical-align: top;
}

.lf_top_page #lf_company .lf_sec_body ul li dl dd .lf_txt {
	display: block;
	font-size: 167%;
	font-weight: bold;
}



.lf_top_page #lf_contact {
	width: 100%;
}

/* .lf_top_page #lf_contact.lf_reference{
	padding-top: 100px;
	margin-top: -100px;
} */
.lf_top_page #lf_contact .lf_sec_header {}

.lf_top_page #lf_contact .lf_sec_body {
	padding-top: 40px;
	padding-bottom: 140px;
	padding-right: 20px;
	padding-left: 20px;
}

.lf_top_page #lf_contact .lf_sec_body>ul {
	width: 100%;
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
}

.lf_top_page #lf_contact .lf_sec_body>ul>li {
	width: 50%;
	padding-right: 20px;
	padding-left: 20px;
}

.lf_top_page #lf_contact .lf_sec_body>ul>li>p {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic";
	font-size: 150%;
	font-weight: bold;
}

.lf_top_page #lf_contact .lf_sec_body>ul>li .lf_btn_wrap {
	width: 100%;
	padding-top: 36px;
}

.lf_top_page #lf_contact .lf_sec_body>ul>li .lf_btn_wrap .lf_btn_in {
	width: 100%;
	background-color: #2bc7a8;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.lf_top_page #lf_contact .lf_sec_body>ul>li .lf_btn_wrap .lf_btn_in::before {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	background-color: #19b18b;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.lf_top_page #lf_contact .lf_sec_body>ul>li .lf_btn_wrap .lf_btn_in .lf_btn {
	display: block;
	line-height: 80px;
	font-size: 200%;
	color: #fff;
	position: relative;
	z-index: 10;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.lf_top_page #lf_contact .lf_sec_body>ul>li .lf_btn_wrap .lf_btn_in:hover .lf_btn {
	transform: translateY(80%);
	-webkit-transform: translateY(80%);
	-ms-transform: translateY(80%);
	-moz-transform: translateY(80%);
}

.lf_top_page #lf_contact .lf_sec_body>ul>li .lf_btn_wrap .lf_btn_in .lf_hov_txt {
	display: block;
	line-height: 80px;
	font-size: 200%;
	color: #fff;
	position: absolute;
	top: -80%;
	left: 0;
	right: 0;
	z-index: 10;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.lf_top_page #lf_contact .lf_sec_body>ul>li .lf_btn_wrap .lf_btn_in:hover .lf_hov_txt {
	top: 0%;
}

.lf_top_page #lf_contact .lf_sec_body>ul>li .lf_tel_wrap {
	width: 100%;
	padding-top: 30px;
}

.lf_top_page #lf_contact .lf_sec_body>ul>li .lf_tel_wrap .lf_txt {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic";
	font-size: 434%;
	font-weight: bold;
	color: #3ccbaf;
	line-height: 1.2;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.lf_top_page #lf_contact .lf_sec_body>ul>li .lf_tel_wrap .lf_txt:hover {
	opacity: 0.7;
}







.lf_top_page .lf_bottom_wrap {
	width: 100%;
	background-image: url(../images/top/b_img01.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in {
	width: 100%;
}

.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_header {
	padding-top: 36px;
}

.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_header .lf_common_txt01 {
	color: #fff;
	line-height: 1.1;
}

.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_header .lf_common_txt02 {
	color: #fff;
	padding-left: 24px;
}

.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 40px;
}

.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body ul {
	width: 100%;
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	background-color: rgba(255, 255, 255, 0.9);
	padding-top: 28px;
	padding-bottom: 28px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body ul li {
	width: 50%;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 16px;
	padding-left: 16px;
	border-left: 2px dotted #54ccb4;
}

.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body ul li:first-child {
	border-left: none;
}

.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body ul li dl {
	width: 100%;
	display: table;
}

.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body ul li dl dt {
	width: 128px;
	display: table-cell;
	vertical-align: middle;
}

.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body ul li dl dd {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
	padding-top: 10px;
}

.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body ul li dl dd .lf_num {
	font-size: 234%;
	font-weight: bold;
	line-height: 1;
}

.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body ul li dl dd .lf_num.lf_col1 {
	color: #970a31;
}

.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body ul li dl dd .lf_num.lf_col2 {
	color: #f5a20b;
}


.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body ul li dl dd .lf_txt {
	display: block;
	font-size: 125%;
	letter-spacing: -1px;
	padding-top: 4px;
}

.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body ul li .lf_ptxt {
	display: block;
	font-size: 125%;
	letter-spacing: -1px;
	padding-top: 10px;
}







/*==================================================

	layout[lf_recruit_page]

====================================================*/
.lf_recruit_page #lf_recruit {
	width: 100%;
}

.lf_recruit_page #lf_recruit .lf_sec_body {
	padding-top: 136px;
	padding-bottom: 100px;
	padding-right: 20px;
	padding-left: 20px;
}

.lf_recruit_page #lf_recruit .lf_sec_body>ul {
	width: 100%;
}

.lf_recruit_page #lf_recruit .lf_sec_body>ul::after {
	content: "";
	display: block;
	clear: both;
}

.lf_recruit_page #lf_recruit .lf_sec_body>ul>li {
	width: 50%;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
}

.lf_recruit_page #lf_recruit .lf_sec_body>ul>li .lf_ttl {
	width: 100%;
}

.lf_recruit_page #lf_recruit .lf_sec_body>ul>li .lf_ttl .lf_common_txt01 {
	font-size: 350%;
}

.lf_recruit_page #lf_recruit .lf_sec_body>ul>li .lf_ttl .lf_common_txt02 {
	display: block;
	padding-left: 0;
	padding-top: 6px;
}

.lf_recruit_page #lf_recruit .lf_sec_body>ul>li>p {
	width: 100%;
}

.lf_recruit_page #lf_recruit .lf_sec_body>ul>li>p.lf_cont {
	padding-top: 16px;
}

.lf_recruit_page #lf_recruit .lf_sec_body>ul>li>p .lf_txt {
	font-size: 150%;
	line-height: 2;
}

.lf_recruit_page #lf_recruit .lf_sec_body>ul>li>p.lf_president {
	padding-top: 80px;
	text-align: right;
}

.lf_recruit_page #lf_recruit .lf_sec_body>ul>li>p.lf_president .lf_txt {
	padding-right: 20px;
}

.lf_recruit_page #lf_recruit .lf_sec_body .lf_rikunavi_wrap {
	width: 100%;
	padding-top: 110px;
	padding-right: 20px;
	padding-left: 20px;
}

.lf_recruit_page #lf_recruit .lf_sec_body .lf_rikunavi_wrap>a {
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.lf_recruit_page #lf_recruit .lf_sec_body .lf_rikunavi_wrap>a:hover {
	opacity: 0.7;
}








/*==================================================

	layout[lf_policy_page]

====================================================*/
.lf_policy_page #lf_policy {
	width: 100%;
}

.lf_policy_page #lf_policy .lf_sec_header {
	padding-top: 136px;
}

.lf_policy_page #lf_policy .lf_sec_header .lf_header_in {
	width: 100%;
}

.lf_policy_page #lf_policy .lf_sec_header .lf_header_in .lf_common_txt01 {
	font-size: 267%;
}

.lf_policy_page #lf_policy .lf_sec_body {
	padding-top: 30px;
	padding-bottom: 100px;
}

.lf_policy_page #lf_policy .lf_sec_body ul {
	width: 100%;
}

.lf_policy_page #lf_policy .lf_sec_body ul li {
	width: 100%;
}

.lf_policy_page #lf_policy .lf_sec_body ul li dl {
	width: 100%;
	padding-top: 26px;
	padding-bottom: 26px;
}

.lf_policy_page #lf_policy .lf_sec_body ul li dl dt {
	width: 100%;
}

.lf_policy_page #lf_policy .lf_sec_body ul li dl dt .lf_txt {
	font-size: 200%;
	font-weight: bold;
	color: #3ccbaf;
}

.lf_policy_page #lf_policy .lf_sec_body ul li dl dd {
	width: 100%;
}

.lf_policy_page #lf_policy .lf_sec_body ul li dl dd {
	width: 100%;
}

.lf_policy_page #lf_policy .lf_sec_body ul li dl dd .lf_txt {
	display: block;
	font-size: 150%;
	line-height: 2;
}

.lf_policy_page #lf_policy .lf_sec_body ul li dl dd .lf_txt.indent {
	text-indent: -1.2em;
	margin-left: 1.2em;
}













/*==================================================

	layout[lf_contact_page]

====================================================*/
.lf_contact_page #lf_form {
	width: 100%;
}

.lf_contact_page #lf_form .lf_sec_header {
	width: 100%;
	padding-top: 136px;
}

.lf_contact_page #lf_form .lf_sec_header .lf_header_in {
	width: 100%;
	text-align: center;
}

.lf_contact_page #lf_form .lf_sec_header .lf_header_in .lf_txt {
	font-size: 267%;
	font-weight: bold;
}

.lf_contact_page #lf_form .lf_sec_body {
	width: 100%;
	padding-top: 36px;
	padding-bottom: 100px;
}

.lf_contact_page #lf_form .lf_sec_body .lf_txt_wrap {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}

.lf_contact_page #lf_form .lf_sec_body .lf_txt_wrap .lf_txt {
	display: block;
	font-size: 150%;
}

.lf_contact_page #lf_form .lf_sec_body .lf_txt_wrap .lf_must {
	display: inline-block;
	width: 54px;
	line-height: 25px;
	text-align: center;
	background-color: #e12323;
	color: #fff;
	font-size: 87.31%;
}

.lf_contact_page #lf_form .lf_sec_body ul {
	width: 100%;
	padding-top: 20px;
}

.lf_contact_page #lf_form .lf_sec_body ul li {
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
}

.lf_contact_page #lf_form .lf_sec_body ul li dl {
	width: 100%;
	display: table;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.lf_contact_page #lf_form .lf_sec_body ul li dl dt {
	width: 24%;
	display: table-cell;
	vertical-align: top;
	padding-top: 6px;
}

.lf_contact_page #lf_form .lf_sec_body ul li dl dt .lf_dt_in {
	width: 100%;
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}

.lf_contact_page #lf_form .lf_sec_body ul li dl dt .lf_dt_in .lf_txt {
	display: block;
	font-size: 150%;
}

.lf_contact_page #lf_form .lf_sec_body ul li dl dt .lf_dt_in .lf_must {
	display: block;
	width: 52px;
	line-height: 27px;
	text-align: center;
	background-color: #e12323;
	color: #fff;
	font-size: 114%;
}

.lf_contact_page #lf_form .lf_sec_body ul li dl dt .lf_s_txt {
	display: block;
	font-size: 100%;
	color: #ff4343;
	line-height: 1.4;
	padding-top: 6px;
	text-indent: -1em;
	margin-left: 1em;
}

.lf_contact_page #lf_form .lf_sec_body ul li dl dd {
	width: 76%;
	display: table-cell;
	vertical-align: top;
	padding-left: 32px;
}

.lf_contact_page #lf_form .lf_sec_body ul li dl dd img {
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.lf_contact_page #lf_form .lf_sec_body ul li dl dd img:hover {
	opacity: 0.7;
}

.lf_contact_page #lf_form .lf_sec_body ul li dl dd span input {
	border: 1px solid #e3e3e3;
	width: 100%;
	height: 40px;
	font-size: 150%;
	padding-left: 12px;
	padding-right: 12px;
}

.lf_contact_page #lf_form .lf_sec_body ul li dl dd select {
	display: inline-block;
	position: relative;
	background-image: url(../images/contact/arrow01.jpg);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

.lf_contact_page #lf_form .lf_sec_body ul li dl dd span select {
	display: inline-block;
	border: 1px solid #e1e1e1;
	width: 412px;
	height: 40px;
	font-size: 134%;
	padding-left: 12px;
	padding-right: 12px;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.lf_contact_page #lf_form .lf_sec_body ul li dl dd span textarea {
	border: 1px solid #e3e3e3;
	width: 100%;
	height: 144px;
	font-size: 150%;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
}

.lf_contact_page #lf_form .lf_sec_body ul li dl dd .lf_dd_in span input[type=radio] {
	display: none;
}

.lf_contact_page #lf_form .lf_sec_body ul li dl dd .lf_dd_in span input[type=radio]+label {
	position: relative;
	display: inline-block;
	width: 116px;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 150%;
}

.lf_contact_page #lf_form .lf_sec_body ul li dl dd .lf_dd_in span input[type=radio]+label::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #e3e3e3;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
}

.lf_contact_page #lf_form .lf_sec_body ul li dl dd .lf_dd_in span input[type=radio]:checked+label::before {
	border: 1px solid #d6b98e;
}

.lf_contact_page #lf_form .lf_sec_body ul li dl dd .lf_dd_in span input[type=radio]:checked+label::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #d6b98e;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -5px;
}

.lf_contact_page #lf_form .lf_sec_body .lf_btn_wrap {
	width: 100%;
	max-width: 510px;
	margin: 0 auto;
	padding-top: 72px;
}

.lf_contact_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in {
	width: 100%;
	background-color: #37caaf;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.lf_contact_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in::before {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	background-color: #19b18b;
	position: absolute;
	bottom: 0;
	left: 0;
}

.lf_contact_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in::after {
	content: "";
	display: block;
	width: 36px;
	height: 24px;
	background-image: url(../images/common/icon_submit.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: -40px;
	margin-top: -11px;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
}

.lf_contact_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in:hover::after {
	left: 120px;
}

.lf_contact_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in .lf_btn {
	display: inline-block;
	width: 100%;
	line-height: 80px;
	color: #fff;
	font-size: 217%;
	cursor: pointer;
	position: relative;
	z-index: 10;
	cursor: pointer;
}














/*==================================================

	layout[lf_confirm_page]

====================================================*/
.lf_confirm_page #lf_form {
	width: 100%;
}

.lf_confirm_page #lf_form .lf_sec_header {
	width: 100%;
	padding-top: 136px;
}

.lf_confirm_page #lf_form .lf_sec_header .lf_header_in {
	width: 100%;
	text-align: center;
}

.lf_confirm_page #lf_form .lf_sec_header .lf_header_in .lf_txt {
	font-size: 267%;
	font-weight: bold;
}

.lf_confirm_page #lf_form .lf_sec_body {
	width: 100%;
	padding-top: 36px;
	padding-bottom: 100px;
}

.lf_confirm_page #lf_form .lf_sec_body {
	width: 100%;
	padding-bottom: 100px;
	position: relative;
}

.lf_confirm_page #lf_form .lf_sec_body .lf_txt_wrap {
	width: 100%;
}

.lf_confirm_page #lf_form .lf_sec_body .lf_txt_wrap .lf_txt {
	display: block;
	font-size: 150%;
}

.lf_confirm_page #lf_form .lf_sec_body ul {
	width: 100%;
	padding-top: 20px;
}

.lf_confirm_page #lf_form .lf_sec_body ul li {
	width: 100%;
	border-bottom: 2px solid #e3e3e3;
}

.lf_confirm_page #lf_form .lf_sec_body ul li .lf_dl {
	width: 100%;
	display: table;
	padding-top: 32px;
	padding-bottom: 32px;
	padding-left: 10px;
	padding-right: 10px;
}

.lf_confirm_page #lf_form .lf_sec_body ul li .lf_dl .lf_dt {
	width: 25%;
	display: table-cell;
	vertical-align: top;
}

.lf_confirm_page #lf_form .lf_sec_body ul li .lf_dl .lf_dt .lf_txt {
	display: block;
	font-size: 150%;
}

.lf_confirm_page #lf_form .lf_sec_body ul li .lf_dl .lf_dd {
	width: 75%;
	display: table-cell;
	vertical-align: top;
	padding-left: 30px;
}

.lf_confirm_page #lf_form .lf_sec_body ul li .lf_dl .lf_dd .lf_txt {
	display: block;
	width: 100%;
	font-size: 150%;
}

.lf_confirm_page #lf_form .lf_sec_body ul li .lf_dl .lf_dd .lf_txt.last {
	line-height: 2;
}

.lf_confirm_page #lf_form .lf_sec_body .lf_btn_wrap {
	width: 100%;
	max-width: 510px;
	margin: 0 auto;
	padding-top: 72px;
}

.lf_confirm_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in {
	width: 100%;
	background-color: #37caaf;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.lf_confirm_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in::before {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	background-color: #19b18b;
	position: absolute;
	bottom: 0;
	left: 0;
}

.lf_confirm_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in::after {
	content: "";
	display: block;
	width: 36px;
	height: 24px;
	background-image: url(../images/common/icon_submit.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: -40px;
	margin-top: -11px;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
}

.lf_confirm_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in:hover::after {
	left: 100px;
}

.lf_confirm_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in .lf_btn {
	display: inline-block;
	width: 100%;
	line-height: 80px;
	color: #fff;
	font-size: 217%;
	cursor: pointer;
	position: relative;
	z-index: 10;
	cursor: pointer;
}

.lf_confirm_page #lf_form .lf_sec_body .lf_btn_wrap .lf_back {
	position: absolute;
	bottom: 158px;
	left: 40px;
}

.lf_confirm_page #lf_form .lf_sec_body .lf_btn_wrap .lf_back .lf_back_in {
	padding-left: 16px;
	position: relative;
}

.lf_confirm_page #lf_form .lf_sec_body .lf_btn_wrap .lf_back .lf_back_in .lf_txt {
	font-size: 150%;
	position: relative;
	cursor: pointer;
}

.lf_confirm_page #lf_form .lf_sec_body .lf_btn_wrap .lf_back .lf_back_in .lf_txt::after {
	content: "<";
	display: block;
	font-size: 134%;
	position: absolute;
	top: 50%;
	left: -16px;
	margin-top: -20px;
}

.lf_confirm_page #lf_form .lf_sec_body .lf_btn_wrap .lf_back .lf_back_in .lf_txt::before {
	content: "";
	display: block;
	width: 0%;
	height: 1px;
	background-color: #3c3c3c;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.lf_confirm_page #lf_form .lf_sec_body .lf_btn_wrap .lf_back .lf_back_in .lf_txt:hover::before {
	width: 100%;
}













/*==================================================

	layout[lf_thanks_page]

====================================================*/
.lf_thanks_page #lf_form {
	width: 100%;
}

.lf_thanks_page #lf_form .lf_sec_header {
	width: 100%;
	padding-top: 136px;
}

.lf_thanks_page #lf_form .lf_sec_header .lf_header_in {
	width: 100%;
}

.lf_thanks_page #lf_form .lf_sec_header .lf_header_in .lf_txt {
	font-size: 300%;
	font-weight: bold;
}

.lf_thanks_page #lf_form .lf_sec_body {
	width: 100%;
	padding-top: 36px;
	padding-bottom: 100px;
}

.lf_thanks_page #lf_form .lf_sec_body>p {
	font-size: 150%;
}

.lf_thanks_page #lf_form .lf_sec_body .lf_txt_middle {
	width: 100%;
	padding-top: 36px;
	padding-bottom: 36px;
}

.lf_thanks_page #lf_form .lf_sec_body .lf_txt_middle .lf_tel {
	font-size: 450%;
	line-height: 1;
	font-weight: bold;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.lf_thanks_page #lf_form .lf_sec_body .lf_txt_middle .lf_tel:hover {
	opacity: 0.6;
}

.lf_thanks_page #lf_form .lf_sec_body .lf_btn_wrap {
	width: 100%;
	max-width: 510px;
	margin: 0 auto;
	padding-top: 72px;
}

.lf_thanks_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in {
	width: 100%;
	background-color: #37caaf;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.lf_thanks_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in::before {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	background-color: #19b18b;
	position: absolute;
	bottom: 0;
	left: 0;
}

.lf_thanks_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in .lf_btn {
	display: inline-block;
	width: 100%;
	line-height: 80px;
	color: #fff;
	font-size: 217%;
	cursor: pointer;
	position: relative;
	z-index: 10;
	cursor: pointer;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.lf_thanks_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in .lf_hov_txt {
	display: block;
	line-height: 80px;
	font-size: 217%;
	color: #fff;
	position: absolute;
	top: -80%;
	left: 0;
	right: 0;
	z-index: 10;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.lf_thanks_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in:hover .lf_hov_txt {
	top: 0;
}

.lf_thanks_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in:hover .lf_btn {
	transform: translateY(80%);
	-webkit-transform: translateY(80%);
	-ms-transform: translateY(80%);
	-moz-transform: translateY(80%);
}













/*==================================================

	layout[lf_error_page]

====================================================*/
.lf_error_page #lf_error {
	width: 100%;
}

.lf_error_page #lf_error .lf_sec_body {
	padding-top: 136px;
	padding-bottom: 100px;
}

.lf_error_page #lf_error .lf_sec_body .lf_ttl_wrap {
	width: 100%;
}

.lf_error_page #lf_error .lf_sec_body .lf_ttl_wrap .lf_ttl_in {
	width: 100%;
}

.lf_error_page #lf_error .lf_sec_body .lf_ttl_wrap .lf_ttl_in .lf_cmn_txt {
	font-size: 234%;
	font-weight: bold;
	color: #3ccbaf;
}

.lf_error_page #lf_error .lf_sec_body .lf_cont {
	width: 100%;
	padding-top: 26px;
}

.lf_error_page #lf_error .lf_sec_body .lf_cont>p {
	width: 100%;
	padding-bottom: 26px;
}

.lf_error_page #lf_error .lf_sec_body .lf_cont>p .lf_txt {
	font-size: 150%;
}

.lf_error_page #lf_error .lf_sec_body .lf_cont>p .lf_gr {
	color: #3ccbaf;
}

.lf_error_page #lf_error .lf_sec_body .lf_cont>p a {
	color: #3ccbaf;
	text-decoration: underline;
	text-decoration-color: #3ccbaf;
}

.lf_error_page #lf_error .lf_sec_body .lf_cont>p a:hover {
	text-decoration: none;
	text-decoration-color: #3ccbaf;
}

.lf_error_page #lf_error .lf_sec_body .lf_cont .lf_btn_wrap {
	width: 100%;
	padding-top: 30px;
}

.lf_error_page #lf_error .lf_sec_body .lf_cont .lf_btn_wrap .lf_btn_in {
	width: 100%;
	max-width: 510px;
	margin: 0 auto;
	position: relative;
	background-color: #3ccbaf;
	overflow: hidden;
}

.lf_error_page #lf_error .lf_sec_body .lf_cont .lf_btn_wrap .lf_btn_in .lf_hov_txt {
	display: block;
	line-height: 80px;
	font-size: 217%;
	color: #fff;
	position: absolute;
	top: -80%;
	left: 0;
	right: 0;
	z-index: 10;
	text-align: center;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.lf_error_page #lf_error .lf_sec_body .lf_cont .lf_btn_wrap .lf_btn_in:hover .lf_hov_txt {
	top: 0%;
}

.lf_error_page #lf_error .lf_sec_body .lf_cont .lf_btn_wrap .lf_btn_in .lf_btn {
	display: block;
	width: 100%;
	font-size: 217%;
	color: #fff;
	text-align: center;
	line-height: 80px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	position: relative;
	z-index: 10;
}

.lf_error_page #lf_error .lf_sec_body .lf_cont .lf_btn_wrap .lf_btn_in:hover .lf_btn {
	transform: translateY(80%);
	-webkit-transform: translateY(80%);
	-ms-transform: translateY(80%);
	-moz-transform: translateY(80%);
}

.lf_error_page #lf_error .lf_sec_body .lf_cont .lf_btn_wrap .lf_btn_in::before {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	background-color: #19b18b;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.lf_error_page #lf_share {
	background-color: #fff;
}











/*==================================================

	Media Queries for window size under1200px

====================================================*/
@media screen and (max-width: 1200px) {

	#lf_wrapper {
		width: 100%;
	}



	/* .lf_pc .lf_sp(under 1200px)
	--------------------------*/
	.br_1200 {
		display: inline;
	}



	/* #lf_header(under 1200px)
	--------------------------*/
	#lf_header {
		padding-top: 20px;
	}

	#lf_header_in {
		padding-right: 34px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	/* .lf_header_scroll #lf_header_in {
		padding-right: 34px;
    padding-top: 16px;
    padding-bottom: 16px;
	} */
	#lf_gNav_toplink {
		display: none;
	}




	/*  #lf_g_nav(under 1200px)
	--------------------------*/
	#lf_g_nav {
		display: block;
		width: 100%;
		position: absolute;
		top: 180px;
		right: -100%;
		opacity: 0;
		transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-o-transition: all 500ms ease;
	}

	.lf_nav_open #lf_g_nav {
		width: 100%;
		opacity: 1;
		right: 0;
	}

	.lf_header_scroll.lf_nav_open #lf_g_nav {
		position: fixed;
	}

	#lf_g_nav_in {
		width: 100%;
	}

	#lf_g_nav_upper {
		width: 100%;
	}

	#lf_g_nav_upper ul {
		width: 100%;
	}

	#lf_g_nav_upper ul li {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
	}

	#lf_g_nav_upper ul li .lf_g_nav_upper_ttl {
		display: inline-block;
		opacity: 0;
		transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-o-transition: all 500ms ease;
	}

	.lf_nav_open #lf_g_nav_upper ul li .lf_g_nav_upper_ttl {
		opacity: 1;
	}

	#lf_g_nav_upper ul li .lf_g_nav_upper_ttl .lf_txt {
		font-size: 200%;
		font-weight: bold;
		color: #fff;
		transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-o-transition: all 300ms ease;
	}

	#lf_g_nav_upper ul li .lf_g_nav_upper_ttl .lf_sub_txt {
		display: block;
		font-size: 117%;
		font-weight: bold;
		color: #fff;
		transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-o-transition: all 300ms ease;
	}

	#lf_g_nav_upper ul li .lf_g_nav_upper_ttl:hover .lf_txt {
		color: #3ccbaf;
	}

	#lf_g_nav_upper ul li .lf_g_nav_upper_ttl:hover .lf_sub_txt {
		color: #3ccbaf;
	}



	/*  #lf_overlay(under 1200px)
	--------------------------*/
	#lf_overlay {
		display: none;
		display: block;
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.88);
		width: 0%;
		height: 120%;
		transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-o-transition: all 500ms ease;
	}

	.lf_nav_open #lf_overlay {
		width: 100%;
	}



	/*  #lf_g_nav_btn(under 1200px)
	--------------------------*/
	#lf_g_nav_btn {
		display: block;
		width: 40px;
		height: 36px;
		position: absolute;
		top: 52px;
		right: 80px;
		transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-o-transition: all 500ms ease;
	}

	.lf_header_scroll.lf_nav_open #lf_g_nav_btn {
		position: fixed;
	}

	#lf_g_nav_btn .lf_nav_in {
		width: 100%;
		height: 100%;
	}

	#lf_g_nav_btn .lf_nav_in .lf_brder {
		width: 100%;
		height: 6px;
		background-color: #3ccbaf;
		position: absolute;
		transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-o-transition: all 500ms ease;
	}

	.lf_nav_open #lf_g_nav_btn .lf_nav_in .lf_brder {
		background-color: #fff;
	}

	#lf_g_nav_btn .lf_nav_in .lf_brder.b01 {
		top: 0;
		left: 0;
	}

	#lf_g_nav_btn .lf_nav_in .lf_brder.b02 {
		top: 50%;
		left: 0;
		margin-top: -3px;
	}

	#lf_g_nav_btn .lf_nav_in .lf_brder.b03 {
		bottom: 0;
		left: 0;
	}

	.lf_nav_open #lf_g_nav_btn .lf_brder.b01 {
		transform: translateY(15px) rotate(-135deg);
	}

	.lf_nav_open #lf_g_nav_btn .lf_brder.b02 {
		width: 0;
	}

	.lf_nav_open #lf_g_nav_btn .lf_brder.b03 {
		transform: translateY(-15px) rotate(135deg);
	}







	/* #lf_footer(under 1200px)
	--------------------------*/
	#lf_f_nav_upper {
		display: block;
	}

	#lf_f_logo {
		width: 240px;
	}

	#lf_f_nav_upper .lf_f_nav_right {
		padding-left: 0;
		padding-top: 30px;
	}

	#lf_f_nav_upper .lf_f_nav_right ul li .lf_f_nav_upper_ttl {
		padding-right: 20px;
		padding-left: 20px;
	}

	#lf_f_nav_upper .lf_f_nav_right ul {
		justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		-moz-justify-content: center;
	}



	/*  #lf_pagetop
	--------------------------*/
	#lf_pagetop {
		bottom: 79px;
	}

	#lf_pagetop:hover {
		bottom: 86px;
	}



	/*  #lf_main_view(lf_under_page)
	--------------------------*/
	.lf_under_page #lf_main_view {
		width: 100%;
	}

	.lf_under_page #lf_main_view_in {
		padding-top: 216px;
	}












	/*==========================
    layout[lf_top_page](under 1200px)
  ==========================*/
	.lf_top_page #lf_news .lf_sec_body {
		top: -26px;
	}

	.lf_top_page #lf_greeting .lf_sec_body ul {
		display: block;
	}

	.lf_top_page #lf_greeting .lf_sec_body ul li {
		width: 100%;
	}

	.lf_top_page #lf_greeting .lf_sec_body ul li .lf_txt_wrap .br_1200 {
		display: none;
	}

	.lf_top_page #lf_greeting .lf_sec_body ul li:first-child {
		padding-right: 0;
		margin-top: 0;
	}

	.lf_top_page #lf_greeting .lf_sec_body ul li:last-child {
		padding-top: 50px;
	}

	.lf_top_page #lf_greeting .lf_sec_body ul li:last-child img {
		width: 100%;
	}

	.lf_top_page #lf_greeting .lf_sec_body ul li .lf_btn_wrap .lf_btn_in {
		max-width: 440px;
		margin: 0 auto;
	}


	.lf_top_page #lf_construction .lf_sec_body ul li dl dd {
		padding-left: 16px;
		padding-right: 16px;
	}

	.lf_top_page #lf_construction .lf_sec_body ul li dl dd .lf_ttl .lf_txt {
		font-size: 234%;
		padding-left: 0;
		padding-top: 8px;
		display: block;
	}

	.lf_top_page #lf_recruit {
		/* background-image: url(../images/top/bg_recruit_sp.png);
		background-size: cover; */
	}

	.lf_top_page #lf_contact .lf_sec_body ul li dl dt {
		width: 280px;
		display: block;
	}

	.lf_top_page #lf_contact .lf_sec_body ul li dl dd {
		width: 100%;
		display: block;
		padding-left: 0;
		padding-top: 16px;
	}

	.lf_top_page #lf_company .lf_sec_body ul li dl dt {
		width: 200px;
	}

	.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body ul li {
		width: 100%;
	}

	.lf_top_page #lf_contact .lf_sec_body {
		padding-right: 40px;
		padding-left: 40px;
	}

	.lf_top_page #lf_contact .lf_sec_body>ul {
		display: block;
	}

	.lf_top_page #lf_contact .lf_sec_body>ul>li {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}

	.lf_top_page #lf_contact .lf_sec_body>ul>li:last-child {
		padding-top: 40px;
	}

	.lf_top_page #lf_contact .lf_sec_body>ul>li>p br {
		display: none;
	}




	.lf_top_page .lf_bottom_wrap {
		background-image: url(../images/top/b_img01_sp.jpg);
	}

	.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_header {
		padding-top: 20px;
	}

	.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_header .lf_common_txt02 {
		padding-left: 0;
	}

	.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body ul {
		padding-top: 14px;
		padding-bottom: 14px;
		padding-right: 10px;
		padding-left: 10px;
		margin-bottom: 10px;
	}

	.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body ul li {
		padding-top: 8px;
		padding-bottom: 8px;
		padding-right: 8px;
		padding-left: 8px;
		border-left: none;
	}

	.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body ul li dl dt {
		width: 100px;
	}

	.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body ul li dl dd {
		padding-left: 10px;
	}

	.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body ul li dl dd .lf_num {
		font-size: 184%;
	}

	.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body ul li dl dd .lf_txt {
		font-size: 117%;
	}

	.lf_top_page .lf_bottom_wrap .lf_bottom_wrap_in .lf_sec_body ul li .lf_ptxt {
		font-size: 117%;
		padding-top: 0px;
	}








	/*==========================
    layout[lf_recruit_page](under 1200px)
  ==========================*/
	.lf_recruit_page #lf_recruit .lf_sec_body {
		padding-right: 40px;
		padding-left: 40px;
	}

	.lf_recruit_page #lf_recruit .lf_sec_body>ul>li {
		width: 100%;
		float: none;
		padding-right: 0;
		padding-left: 0;
	}

	.lf_recruit_page #lf_recruit .lf_sec_body>ul>li:first-child {
		display: none;
	}

	.lf_recruit_page #lf_recruit .lf_sec_body>ul>li .lf_img_wrap.lf_sp {
		display: block;
		width: 100%;
		padding-top: 28px;
	}









	/*==========================
    layout[lf_contact_page](under 1200px)
  ==========================*/
	.lf_contact_page #lf_form .lf_sec_body ul li dl {
		display: block;
	}

	.lf_contact_page #lf_form .lf_sec_body ul li dl dt {
		width: 220px;
		display: block;
	}

	.lf_contact_page #lf_form .lf_sec_body ul li dl dd {
		width: 100%;
		display: block;
		padding-left: 0;
		padding-top: 10px;
	}








	/*==========================
    layout[lf_confirm_page](under 1200px)
  ==========================*/
	.lf_confirm_page #lf_form .lf_sec_body .lf_btn_wrap .lf_back {
		width: 100%;
		position: static;
		text-align: center;
		padding-top: 20px;
	}










	/*==========================
    layout[lf_thanks_page](under 1200px)
  ==========================*/








	/*==========================
    layout[lf_error_page](under 1200px)
  ==========================*/




}










/*==================================================

	Media Queries for window size under767px

====================================================*/
@media screen and (max-width: 767px) {

	#lf_wrapper {
		width: 100%;
	}



	/* .lf_pc .lf_sp(under 767px)
	--------------------------*/
	.lf_pc {
		display: none;
	}

	.lf_sp {
		display: block;
	}

	.br_767 {
		display: inline;
	}



	/* #lf_header(under 767px)
	--------------------------*/
	#lf_header {
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#lf_header_in {
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 14px;
		padding-bottom: 16px;
	}

	/* .lf_header_scroll #lf_header_in {
    padding-top: 8px;
    padding-bottom: 8px;
	} */
	#lf_logo {
		width: 169px;
		margin-top: 0;
	}

	/* .lf_header_scroll #lf_logo {
    width: 101px;
	} */



	/*  #lf_g_nav(under 767px)
	--------------------------*/
	#lf_g_nav {
		top: 120px;
	}

	#lf_g_nav_upper ul li {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#lf_g_nav_upper ul li .lf_g_nav_upper_ttl .lf_txt {
		font-size: 150%;
	}

	#lf_g_nav_upper ul li .lf_g_nav_upper_ttl .lf_sub_txt {
		font-size: 100%;
	}




	/*  #lf_g_nav_btn(under 767px)
	--------------------------*/
	#lf_g_nav_btn {
		width: 24px;
		height: 22px;
		top: 29px;
		right: 20px;
	}

	/* .lf_header_scroll #lf_g_nav_btn {
    top: 26px;
	} */
	#lf_g_nav_btn .lf_nav_in .lf_brder {
		height: 4px;
	}

	#lf_g_nav_btn .lf_nav_in .lf_brder.b02 {
		margin-top: -2px;
	}

	.lf_nav_open #lf_g_nav_btn .lf_brder.b01 {
		transform: translateY(9px) rotate(-135deg);
	}

	.lf_nav_open #lf_g_nav_btn .lf_brder.b03 {
		transform: translateY(-9px) rotate(135deg);
	}



	/* #lf_footer(under 767px)
	--------------------------*/
	#lf_footer_top {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 32px;
		padding-bottom: 30px;
	}

	#lf_f_logo .lf_txt {
		font-size: 167%;
	}

	#lf_f_nav_upper .lf_f_nav_right {
		padding-top: 10px;
	}

	#lf_f_nav_upper .lf_f_nav_right ul {
		display: block;
	}

	#lf_f_nav_upper .lf_f_nav_right ul.lf_f_bottom_block {
		padding-top: 0;
	}

	#lf_f_nav_upper .lf_f_nav_right ul li .lf_f_nav_upper_ttl {
		padding-right: 0;
		padding-left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		border-left: none;
	}

	#lf_f_nav_upper .lf_f_nav_right ul li .lf_f_nav_upper_ttl .lf_txt {
		font-size: 134%;
	}

	#lf_footer_btm_in {
		padding-left: 20px;
		padding-right: 20px;
		line-height: 40px;
	}

	#lf_copyright {
		font-size: 84%;
	}


	/*  #lf_pagetop
	--------------------------*/
	#lf_pagetop {
		top: 42px;
		right: 10px;
	}

	#lf_pagetop:hover {
		top: 32px;
	}

	#lf_pagetop i:before {
		width: 16px;
		height: 16px;
	}



	/*  #ERRITEM
	--------------------------*/
	#ERRITEM {
		padding-right: 20px;
		padding-left: 20px;
		margin-top: 15px;
	}

	#ERRITEM p {
		padding-top: 10px;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 8px;
		font-size: 117%;
	}

	#ERRITEM ul {
		padding-bottom: 10px;
		padding-right: 10px;
		padding-left: 10px;
	}

	#ERRITEM a {
		font-size: 117%;
	}

	.lf_top_page #lf_contact .lf_sec_body ul li dl dd .err_tx {
		font-size: 117%;
	}





	/*  Common_parts
	--------------------------*/
	.lf_sec_header {
		padding-left: 20px;
		padding-right: 20px;
	}

	.lf_sec_body {
		padding-left: 20px;
		padding-right: 20px;
	}

	.lf_common_txt01 {
		font-size: 217%;
		font-weight: bold;
		line-height: 1;
	}

	.lf_common_txt02 {
		font-size: 109%;
		font-weight: bold;
		padding-left: 8px;
	}



	/*  #lf_main_view(lf_under_page)
	--------------------------*/
	.lf_under_page #lf_main_view_in {
		padding-top: 122px;
		padding-bottom: 46px;
	}

	.lf_under_page #lf_main_view_in .lf_common_txt02 {
		padding-top: 8px;
	}










	/*==========================
    layout[lf_top_page](under 767px)
  ==========================*/
	#lf_main_view_in ul li .lf_pc {
		display: none;
	}

	#lf_main_view_in ul li .lf_sp {
		display: block;
	}



	.lf_top_page #lf_news .lf_sec_body dl dt {
		width: 100%;
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
		border-radius: 10px 10px 0 0px;
	}

	.lf_top_page #lf_news .lf_sec_body dl dt .lf_txt {
		font-size: 150%;
	}

	.lf_top_page #lf_news .lf_sec_body dl dd {
		width: 100%;
		display: block;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 10px;
		padding-right: 10px;
		border-radius: 0 0 10px 10px;
	}

	.lf_top_page #lf_news .lf_sec_body dl dd .lf_txt {
		font-size: 150%;
	}


	.lf_top_page #lf_greeting .lf_sec_body {
		padding-bottom: 84px;
	}

	.lf_top_page #lf_greeting .lf_sec_body ul li:last-child {
		padding-top: 25px;
	}

	.lf_top_page #lf_greeting .lf_sec_body ul li .lf_txt_wrap {
		font-size: 134%;
	}

	.lf_top_page #lf_greeting .lf_sec_body ul li .lf_btn_wrap {
		padding-top: 20px;
	}

	.lf_top_page #lf_greeting .lf_sec_body ul li .lf_btn_wrap .lf_btn_in {
		max-width: 250px;
	}

	.lf_top_page #lf_greeting .lf_sec_body ul li .lf_btn_wrap .lf_btn_in .lf_btn {
		line-height: 50px;
		font-size: 167%;
	}

	.lf_top_page #lf_greeting .lf_sec_body ul li .lf_btn_wrap .lf_btn_in .lf_hov_txt {
		line-height: 50px;
		font-size: 167%;
	}



	.lf_top_page #lf_business .lf_sec_header {
		padding-top: 25px;
	}

	.lf_top_page #lf_business .lf_sec_body {
		padding-top: 16px;
		padding-bottom: 30px;
	}

	.lf_top_page #lf_business .lf_sec_body>p {
		font-size: 134%;
	}

	.lf_top_page #lf_business .lf_sec_body>p.lf_t {
		padding-top: 40px;
	}

	.lf_top_page #lf_business .lf_sec_body ul {
		padding-top: 14px;
	}

	.lf_top_page #lf_business .lf_sec_body ul li {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.lf_top_page #lf_business .lf_sec_body ul li dl dt {
		width: 74px;
		display: block;
	}

	.lf_top_page #lf_business .lf_sec_body ul li dl dt .lf_txt {
		font-size: 117%;
		line-height: 25px;
	}

	.lf_top_page #lf_business .lf_sec_body ul li dl dd {
		display: block;
		padding-left: 0;
		padding-top: 8px;
	}

	.lf_top_page #lf_business .lf_sec_body ul li dl dd .lf_txt {
		font-size: 134%;
	}





	/* .lf_top_page #lf_reference {
    padding-top: 100px;
    margin-top: -100px;
	} */
	.lf_top_page #lf_recruit {
		/* background-image: url(../images/top/bg_recruit_sp.png);
		background-position: 25% 50%; */
	}

	.lf_top_page #lf_recruit .lf_recruit_in {
		height: auto;
		padding-top: 50px;
		padding-bottom: 60px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.lf_top_page #lf_recruit .lf_recruit_in .lf_posa {
		width: 100%;
		max-width: 100%;
		position: static;
		margin-top: 0;
	}

	.lf_top_page #lf_recruit .lf_recruit_in .lf_posa .lf_txt_wrap {
		padding-top: 10px;
		font-size: 134%;
	}

	.lf_top_page #lf_recruit .lf_recruit_in .lf_posa .lf_sec_body .lf_btn_wrap {
		padding-top: 20px;
	}

	.lf_top_page #lf_recruit .lf_recruit_in .lf_posa .lf_sec_body .lf_btn_wrap .lf_btn_in {
		max-width: 250px;
		margin: 0 auto;
	}

	.lf_top_page #lf_recruit .lf_recruit_in .lf_posa .lf_sec_body .lf_btn_wrap .lf_btn_in .lf_btn {
		line-height: 50px;
		font-size: 167%;
	}

	.lf_top_page #lf_recruit .lf_recruit_in .lf_posa .lf_sec_body .lf_btn_wrap .lf_btn_in .lf_hov_txt {
		line-height: 50px;
		font-size: 167%;
	}


	/* .lf_top_page #lf_company.lf_reference {
    padding-top: 60px;
    margin-top: -60px;
	} */
	.lf_top_page #lf_company .lf_sec_header {
		padding-top: 50px;
	}

	.lf_top_page #lf_company .lf_sec_body {
		padding-top: 6px;
		padding-bottom: 46px;
	}

	.lf_top_page #lf_company .lf_sec_body ul li dl {
		padding-top: 18px;
		padding-bottom: 18px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.lf_top_page #lf_company .lf_sec_body ul li dl dt {
		width: 106px;
	}

	.lf_top_page #lf_company .lf_sec_body ul li dl dt .lf_txt {
		font-size: 134%;
	}

	.lf_top_page #lf_company .lf_sec_body ul li dl dd .lf_txt {
		font-size: 134%;
	}


	.lf_top_page #lf_contact .lf_sec_body {
		padding-top: 30px;
		padding-bottom: 70px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.lf_top_page #lf_contact .lf_sec_body>ul>li:last-child {
		padding-top: 30px;
	}

	.lf_top_page #lf_contact .lf_sec_body>ul>li>p {
		font-size: 117%;
	}

	.lf_top_page #lf_contact .lf_sec_body>ul>li .lf_btn_wrap {
		padding-top: 18px;
	}

	.lf_top_page #lf_contact .lf_sec_body>ul>li .lf_btn_wrap .lf_btn_in .lf_btn {
		line-height: 50px;
		font-size: 167%;
	}

	.lf_top_page #lf_contact .lf_sec_body>ul>li .lf_btn_wrap .lf_btn_in .lf_hov_txt {
		line-height: 50px;
		font-size: 167%;
	}

	.lf_top_page #lf_contact .lf_sec_body>ul>li .lf_tel_wrap {
		padding-top: 10px;
	}

	.lf_top_page #lf_contact .lf_sec_body>ul>li .lf_tel_wrap .lf_txt {
		font-size: 367%;
	}














	/*==========================
    layout[lf_policy_page](under 767px)
  ==========================*/
	.lf_policy_page #lf_policy .lf_sec_header {
		padding-top: 68px;
	}

	.lf_policy_page #lf_policy .lf_sec_header .lf_header_in .lf_common_txt01 {
		font-size: 184%;
	}

	.lf_policy_page #lf_policy .lf_sec_body {
		padding-top: 16px;
		padding-bottom: 50px;
	}

	.lf_policy_page #lf_policy .lf_sec_body ul li dl {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.lf_policy_page #lf_policy .lf_sec_body ul li dl dt .lf_txt {
		font-size: 150%;
	}

	.lf_policy_page #lf_policy .lf_sec_body ul li dl dd .lf_txt {
		font-size: 117%;
	}














	/*==========================
    layout[lf_recruit_page](under 767px)
  ==========================*/
	.lf_recruit_page #lf_recruit .lf_sec_body {
		padding-top: 68px;
		padding-bottom: 50px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.lf_recruit_page #lf_recruit .lf_sec_body>ul>li .lf_ttl .lf_common_txt01 {
		font-size: 300%;
	}

	.lf_recruit_page #lf_recruit .lf_sec_body>ul>li .lf_img_wrap.lf_sp {
		padding-top: 20px;
	}

	.lf_recruit_page #lf_recruit .lf_sec_body>ul>li>p.lf_cont {
		padding-top: 10px;
	}

	.lf_recruit_page #lf_recruit .lf_sec_body>ul>li>p .lf_txt {
		font-size: 134%;
	}

	.lf_recruit_page #lf_recruit .lf_sec_body>ul>li>p.lf_president {
		padding-top: 40px;
	}

	.lf_recruit_page #lf_recruit .lf_sec_body>ul>li>p.lf_president img {
		width: 132px;
	}

	.lf_recruit_page #lf_recruit .lf_sec_body>ul>li>p.lf_president .lf_txt {
		padding-right: 10px;
	}

	.lf_recruit_page #lf_recruit .lf_sec_body .lf_rikunavi_wrap {
		padding-top: 50px;
		padding-right: 0px;
		padding-left: 0px;
	}













	/*==========================
    layout[lf_contact_page](under 767px)
  ==========================*/
	.lf_contact_page #lf_form .lf_sec_header {
		padding-top: 68px;
	}

	.lf_contact_page #lf_form .lf_sec_body {
		padding-top: 18px;
		padding-bottom: 50px;
	}

	.lf_contact_page #lf_form .lf_sec_body .lf_txt_wrap {
		padding-right: 0;
		padding-left: 0;
	}

	.lf_contact_page #lf_form .lf_sec_body .lf_txt_wrap .lf_txt {
		font-size: 117%;
	}

	.lf_contact_page #lf_form .lf_sec_body .lf_txt_wrap .lf_must {
		width: 46px;
		line-height: 21px;
	}

	.lf_contact_page #lf_form .lf_sec_body ul {
		padding-top: 10px;
	}

	.lf_contact_page #lf_form .lf_sec_body ul li dl {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.lf_contact_page #lf_form .lf_sec_body ul li dl dt {
		width: 200px;
	}

	.lf_contact_page #lf_form .lf_sec_body ul li dl dt .lf_dt_in .lf_txt {
		font-size: 117%;
	}

	.lf_contact_page #lf_form .lf_sec_body ul li dl dt .lf_dt_in .lf_must {
		width: 50px;
		line-height: 23px;
		font-size: 100%;
	}

	.lf_contact_page #lf_form .lf_sec_body ul li dl dd span input {
		height: 34px;
		font-size: 117%;
		padding-left: 6px;
		padding-right: 6px;
	}

	.lf_contact_page #lf_form .lf_sec_body ul li dl dd span textarea {
		height: 200px;
		font-size: 117%;
		padding-left: 6px;
		padding-right: 6px;
	}

	.lf_contact_page #lf_form .lf_sec_body .lf_btn_wrap {
		max-width: 250px;
		padding-top: 36px;
	}

	.lf_contact_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in .lf_btn {
		line-height: 55px;
		font-size: 150%;
	}

	.lf_contact_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in::after {
		width: 26px;
	}

	.lf_contact_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in:hover::after {
		left: 24px;
	}












	/*==========================
    layout[lf_confirm_page](under 767px)
  ==========================*/
	.lf_confirm_page #lf_form .lf_sec_header {
		padding-top: 68px;
	}

	.lf_confirm_page #lf_form .lf_sec_body {
		padding-top: 18px;
		padding-bottom: 50px;
	}

	.lf_confirm_page #lf_form .lf_sec_body .lf_txt_wrap {
		padding-right: 0;
		padding-left: 0;
	}

	.lf_confirm_page #lf_form .lf_sec_body .lf_txt_wrap .lf_txt {
		font-size: 117%;
	}

	.lf_confirm_page #lf_form .lf_sec_body {
		padding-bottom: 50px;
	}

	.lf_confirm_page #lf_form .lf_sec_body .lf_txt_wrap .lf_txt {
		font-size: 117%;
	}

	.lf_confirm_page #lf_form .lf_sec_body ul {
		padding-top: 10px;
	}

	.lf_confirm_page #lf_form .lf_sec_body ul li .lf_dl {
		padding-top: 16px;
		padding-bottom: 16px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.lf_confirm_page #lf_form .lf_sec_body ul li .lf_dl .lf_dt {
		width: 100%;
		display: block;
	}

	.lf_confirm_page #lf_form .lf_sec_body ul li .lf_dl .lf_dt .lf_txt {
		font-size: 117%;
	}

	.lf_confirm_page #lf_form .lf_sec_body ul li .lf_dl .lf_dd {
		width: 100%;
		display: block;
		padding-left: 0;
		padding-top: 10px;
	}

	.lf_confirm_page #lf_form .lf_sec_body ul li .lf_dl .lf_dd .lf_txt {
		display: block;
		width: 100%;
		font-size: 117%;
	}

	.lf_confirm_page #lf_form .lf_sec_body .lf_btn_wrap {
		padding-top: 28px;
	}

	.lf_confirm_page #lf_form .lf_sec_body .lf_btn_wrap .lf_back {
		padding-top: 10px;
	}

	.lf_confirm_page #lf_form .lf_sec_body .lf_btn_wrap .lf_back .lf_back_in .lf_txt {
		font-size: 134%;
	}

	.lf_confirm_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in {
		max-width: 250px;
	}

	.lf_confirm_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in::after {
		width: 26px;
	}

	.lf_confirm_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in:hover::after {
		left: 10px;
	}

	.lf_confirm_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in .lf_btn {
		font-size: 150%;
		line-height: 55px;
	}

	.lf_confirm_page #lf_form .lf_sec_body .lf_btn_wrap .lf_back .lf_back_in .lf_txt::after {
		margin-top: -18px;
	}













	/*==========================
    layout[lf_thanks_page](under 767px)
  ==========================*/
	.lf_thanks_page #lf_form .lf_sec_header {
		padding-top: 68px;
	}

	.lf_thanks_page #lf_form .lf_sec_body {
		padding-top: 18px;
		padding-bottom: 50px;
	}

	.lf_thanks_page #lf_form .lf_sec_header .lf_header_in .lf_txt {
		font-size: 200%;
	}

	.lf_thanks_page #lf_form .lf_sec_body>p {
		font-size: 117%;
	}

	.lf_thanks_page #lf_form .lf_sec_body .lf_txt_middle {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.lf_thanks_page #lf_form .lf_sec_body .lf_txt_middle .lf_tel {
		font-size: 350%;
	}

	.lf_thanks_page #lf_form .lf_sec_body .lf_btn_wrap {
		padding-top: 28px;
	}

	.lf_thanks_page #lf_form .lf_sec_body .lf_btn_wrap .lf_back {
		padding-top: 10px;
	}

	.lf_thanks_page #lf_form .lf_sec_body .lf_btn_wrap .lf_back .lf_back_in .lf_txt {
		font-size: 134%;
	}

	.lf_thanks_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in {
		max-width: 250px;
	}

	.lf_thanks_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in .lf_btn {
		font-size: 150%;
		line-height: 55px;
	}

	.lf_thanks_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in .lf_hov_txt {
		line-height: 55px;
		font-size: 150%;
	}












	/*==========================
    layout[lf_error_page](under 767px)
  ==========================*/
	.lf_error_page #lf_error .lf_sec_body {
		padding-top: 68px;
		padding-bottom: 50px;
	}

	.lf_error_page #lf_error .lf_sec_body .lf_ttl_wrap .lf_ttl_in .lf_cmn_txt {
		font-size: 150%;
	}

	.lf_error_page #lf_error .lf_sec_body .lf_cont {
		padding-top: 16px;
	}

	.lf_error_page #lf_error .lf_sec_body .lf_cont>p .lf_txt {
		font-size: 117%;
	}

	.lf_error_page #lf_error .lf_sec_body .lf_cont>p {
		padding-bottom: 10px;
	}

	.lf_error_page #lf_error .lf_sec_body .lf_cont .lf_btn_wrap {
		padding-top: 15px;
	}

	.lf_error_page #lf_error .lf_sec_body .lf_cont .lf_btn_wrap .lf_btn_in {
		max-width: 250px;
	}

	.lf_error_page #lf_error .lf_sec_body .lf_cont .lf_btn_wrap .lf_btn_in .lf_btn {
		font-size: 150%;
		line-height: 55px;
	}

	.lf_error_page #lf_error .lf_sec_body .lf_cont .lf_btn_wrap .lf_btn_in .lf_hov_txt {
		line-height: 55px;
		font-size: 150%;
	}



}










/*==================================================

	Media Queries for window size under640px

====================================================*/
@media screen and (max-width: 640px) {}







/*==================================================

	Media Queries for window size under480px

====================================================*/
@media screen and (max-width: 480px) {

	.br_480 {
		display: inline;
	}



	/*==========================
    layout[lf_top_page](under 480px)
  ==========================*/
	.lf_top_page #lf_contact .lf_sec_body>ul>li .lf_tel_wrap .lf_txt {
		font-size: 242%;
	}








	/*==========================
    layout[lf_recruit_page](under 480px)
  ==========================*/
	.lf_recruit_page #lf_recruit .lf_sec_body>ul>li .lf_ttl .lf_common_txt01 {
		font-size: 200%;
	}








	/*==========================
    layout[lf_contact_page](under 480px)
  ==========================*/
	.lf_contact_page #lf_form .lf_sec_header .lf_ttl .lf_common_txt02 {
		padding-left: 0;
	}








	/*==========================
    layout[lf_confirm_page](under 480px)
  ==========================*/
	.lf_confirm_page #lf_form .lf_sec_header .lf_ttl .lf_common_txt02 {
		padding-left: 0;
	}








	/*==========================
    layout[lf_thanks_page](under 480px)
  ==========================*/
	.lf_thanks_page #lf_form .lf_sec_body .lf_txt_middle .lf_tel {
		font-size: 234%;
	}




}








/*==================================================

	汎用css

====================================================*/
.no-wrap {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	text-align: left;
}



/* clearfix
--------------------------*/
.clearfix {
	zoom: 1;
	/* for IE 5.5-7 */
}

.clearfix:after {
	/* for modern browser */
	content: "";
	display: block;
	clear: both;
}