@charset "UTF-8";
/* ここから共通 */

a:hover{
    transition:all 0.5s ease; /*0.5秒かけて要素を変化させる*/
    }
a .hover_img{
    transition:all 0.5s ease; /*0.5秒かけて要素を変化させる*/
    }
a:hover .hover_img{
    opacity: 0.5;/*要素の透明度を指定*/
    filter: alpha(opacity=50); /*ie6、7の透明度指定*/
    /*ちなみにie8の透明度指定はこれ→ -ms-filter: "alpha(opacity=70)";*/
    }
.header_line {
	background-color: #C89F62;
	height: 3px;
}
#wrapper,#wrapper2 {
	width: 904px;
	margin-left: auto;
	margin-right: auto;
    z-index: 999;
    position: relative;
}
#wrapper2 {
	margin-bottom: -2px !important;
}

#header {
	width: 904px;
	height: 60px;
}
#mainmenu {
	width: 904px;
	height: 60px;
}
#header_logo {
	width: 250px;
	height: 60px;
	float: left;
}
.header_text {
	width: 290px;
	height: 40px;
	float: left;
	font-size: 8px;
	line-height: 12px;
	display: block;
	margin-top: 20px;
}
#header_form {
	width: 364px;
	height: 60px;
	float: right;
}
.mainmenu {
	width: 112px;
	height: 30px;
	float: left;
	color: #595757;
	margin-top: 30px;
    position: relative;
}
.mainmenu ul {
    position: absolute;
    top: 25px;
    left: 0;
    display: none;
}
.mainmenu:hover ul {
    display: block;
}
.mainmenu ul li {
    display: block;
    width: 110px;
    height: 25px;
    background: #fff;
    padding: 0 1px;
    line-height: 25px;
}

#mainmenu a:link {
	color: #595757;
	display: block;
}
#mainmenu a:visited {
	color: #595757;
}
#mainmenu a:hover {
	  color: #C89F62;
}
#mainbody {
	width: 904px;
}
#footer_bg {
	background-color: #342F2D;
	clear: both;
	height: 320px;
}
#footer {
	width: 904px;
	margin-left: auto;
	margin-right: auto;
}
#footer_logo_wrap {
	width: 904px;
	height: 60px;
	padding-top: 30px;
	padding-bottom: 10px;
}
#footer_logo {
	width: 610px;
	height: 60px;
	float: left;
}
#footer_form {
	width: 294px;
	height: 60px;
	float: right;
}
#footer_text_wrap {
	width: 904px;
}
#footer1 {
	width: 256px;
	float: left;
}
#footer2 {
	width: 120px;
	float: left;
	padding-left: 18px;
}
#footer3 {
	width: 120px;
	float: left;
	padding-left: 18px;
}
#footer4 {
	width: 120px;
	float: left;
	padding-left: 18px;
}
#footer5 {
	width: 214px;
	float: left;
	padding-left: 18px;
}
.footer1 {
	height: 40px;
	width: 256px;
	color: #FFFFFF;
	font-size: 9px;
	text-align: left;
	padding-bottom: 10px;
}
.footer1_text {
	height: 14px;
	width: 256px;
	font-weight: normal !important;
}
.footer1_img {
	height: 26px;
	width: 32px;
	float: left;
	margin-left: 60px;
}
.footer1_tel {
	height: 26px;
	width: 158px;
	float: right;
	font-size: 20px;
}
.footer_midashi {
	font-size: 12px;
	color: #B4B5B5;
	text-align: left;
	padding-bottom: 10px;
}
.footer_text{
	font-size: 9px;
	color: #B4B5B5;
	text-align: left;
	padding-bottom: 5px;
}
#footer a{
	color: #B4B5B5;
}
#footer a:hover{
	  color: #C89F62;
}
#footer_copy_bg {
	background-color: #342F2D;
	height: 80px;
}
#footer_copy {
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding-top: 10px;
}
#footer_copy1 {
	float: left;
	font-size: 12px;
}
#footer_copy2 {
	float: right;
	font-size: 9px;
}
/* ここまで共通 */
/* ここからTOPページ */
#mainimg_top {
	width: 100%;
	margin-bottom: 40px;
}
#leftbody_top {
	width: 604px;
	float: left;
}
#rightbody_top {
	width: 280px;
	float: right;
}
#topmenu1 a{
	background-image: url(../img/top/topmenu1.jpg);
	float: left;
	height: 120px;
	width: 151px;
	text-indent: -9999px;
}
#topmenu1 a:hover {
	background-image: url(../img/top/topmenu1hov.jpg);
}
#topmenu2 a{
	background-image: url(../img/top/topmenu2.jpg);
	float: left;
	height: 120px;
	width: 151px;
	text-indent: -9999px;
}
#topmenu2 a:hover {
	background-image: url(../img/top/topmenu2hov.jpg);
}
#topmenu3 a{
	background-image: url(../img/top/topmenu3.jpg);
	float: left;
	height: 120px;
	width: 151px;
	text-indent: -9999px;
}
#topmenu3 a:hover {
	background-image: url(../img/top/topmenu3hov.jpg);
}
#topmenu4 a{
	background-image: url(../img/top/topmenu4.jpg);
	float: left;
	height: 120px;
	width: 151px;
	text-indent: -9999px;
}
#topmenu4 a:hover {
	background-image: url(../img/top/topmenu4hov.jpg);
}
/* ここまでTOPページ */
/* ここから下層ページ */
#mainimg {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
#leftbody {
	width: 730px;
	float: left;
}
#rightbody {
	width: 154px;
	float: right;
}
/* ここまで下層ページ */
/* ここからフロートメニュー */
#float{
	margin: 0 auto;
	position: relative;
	width: 134px;
	padding: 20px 10px;
}
.float_text{
	width: 134px;
	line-height: 22px;
	text-align: center;
	padding: 15px 0;
	font-size: 15px;
}
.float_text a{
color:#595757;
}
.float_text a:link {
	color: #595757;
	display: block;
}
.float_text a:visited {
	color: #595757;
}
.float_text a:hover {
	  color: #C89F62;
}
.float_border{
	width: 134px;
	height: 1px;
	background-color: #22AC38;
}
.float_top{
	width: 114px;
	height: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
}
.about #float_wrap {
	height:2600px;
}
.gaiyou #float_wrap {
	height:3600px;
}
/* ここまでフロートメニュー */
/* ここから歩みページ */
#mainimg_ayumi {
	width: 904px;
	height: 455px;
	margin-bottom: 40px;
}
#leftbody_ayumi {
	width: 603px;
	float: left;
	
}
#rightbody_ayumi {
	width: 301px;
	height: auto;
	float: right;
}
#ayumi1 {
	width: 904px;
}
#ayumi2 {
	float: left;
	width: 255px;
}
#ayumi3 {
	float: right;
	width: 308px;
	padding: 0px 20px;
}
#leftbody_ayumi p {
	line-height: 19px;
}
.ayumi_side {
	font-size: 20px;
	color: #FFFFFF !important;
	background-image: url(../img/page/ayumi_side.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 231px;
	padding-left: 70px;
	padding-top: 25px;
	margin: 0;
}
a:hover .ayumi_side {
	color: #C9BC9C;
	background-image: url(../img/page/ayumi_side_hover.jpg);
	background-repeat: no-repeat;
    transition:all 0.5s ease; /*0.5秒かけて要素を変化させる*/
	margin: 0;
}
#sougyou_title {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	line-height: 30px;
	color: #7D98CE;
	width: 904px;
	margin-bottom: 40px;
}
#seityou_title {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	line-height: 30px;
	color: #F4B1AA;
	width: 904px;
	margin-bottom: 40px;
}
#hatten_title {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	line-height: 30px;
	color: #9BB282;
	width: 904px;
	margin-bottom: 40px;
}
#hiyaku_title {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	line-height: 30px;
	color: #F5AE73;
	width: 904px;
	margin-bottom: 40px;
}
#seijyuku_title {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	line-height: 30px;
	color: #A688AB;
	width: 904px;
	margin-bottom: 40px;
}
#tenkan_title {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	line-height: 30px;
	color: #D3B685;
	width: 904px;
	margin-bottom: 40px;
}
#shinten_title {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	line-height: 30px;
	color: #60A3D9;
	width: 904px;
	margin-bottom: 40px;
}


/*ここから追加*/
/*news*/
.information {
	width: 100%;
	height: 305px;
	overflow: auto;
}
.information li {
	width: 87%;
	clear:both;
	display: flex;
	line-height: 18px;
	border-bottom: 1px dashed #D5CAA8;
	padding: 5px 0 5px 10px;
}
.information li a {
    display: flex;
}
.information li a:hover {
    opacity: 0.5;
}

.information li a .date {
    width: 100%;
	font-size:15px;
	font-weight:bold;
	letter-spacing: 1px;
    margin-bottom: 10px;
    display: inline-block;
}
.information li a {
	
    width: 100%;
	color:  #444;
}
.information li a .newsinfo {
    display: block;
}
.information li a .newsimg {
    display: block;
    
}
.information li a .newsimg img {
    margin-right: 15px;

}

.menu {
	margin-bottom: 45px;
}

#wrapper img {
	display: block;
	margin: 0 ;
	padding: 0;
}

/* フロートクリア  */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

#mainbody:before, #mainbody:after { content: ""; display: table; }
#mainbody:after { clear: both; }
#mainbody { zoom: 1; }


/*施工事例*/
.sekouall {
	width: 100%;
	padding-bottom: 50px;
}
.sekourei li {
	float: left;
	margin: 0 8px 20px
}

.sekounavi {
	width: 100%;
	border-top: 1px solid #22ac38;
	padding: 30px 0;
}
.snavi_all {
	width: 93px;
	height: 160px;
	border-left: 1px solid;
	border-right: 1px solid;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}
.snavi_all a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/sekou/s_menu01.png) no-repeat center center;
}

.snavi_yearall {
	float: left;
	width: 809px;
	height: 59px;
	border-bottom: 1px dashed;
}
.snavi_style {
	float: left;
	width: 809px;
	height: 100px;

}
.snavi_yearall .snavi_year {
	float: left;
	width: 88px;
	height: 59px;
	overflow: hidden;
	text-indent: -9999px;
	border-right: 1px solid;
}
.snavi_yearall a {
	display: block;
	width: 100%;
	height: 100%;
}
.snavi_style1 {
	float: left;
	width: 177px;
	position: relative;
	border-right: 1px solid;
}
.snavi_style2 {
	float: left;
	width: 88px;
	text-indent: -9999px;
	border-right: 1px solid;
}

.snavi_style1 a {
	display: block;
	width: 100%;
	height: 100px;
}

.snavi_yearall .m01 {
	background: url(../img/sekou/s_menu02.png) no-repeat center center;
}
.snavi_yearall .m02 {
	background: url(../img/sekou/s_menu03.png) no-repeat center center;
}
.snavi_yearall .m03 {
	background: url(../img/sekou/s_menu04.png) no-repeat center center;
}
.snavi_yearall .m04 {
	background: url(../img/sekou/s_menu05.png) no-repeat center center;
}
.snavi_yearall .m05 {
	background: url(../img/sekou/s_menu06.png) no-repeat center center;
}
.snavi_yearall .m06 {
	background: url(https://takeda-g.co.jp/wordpress/wp-content/uploads/2025/08/teimeinew.png) no-repeat center center;
}
.snavi_yearall .m07 {
	background: url(https://takeda-g.co.jp/wordpress/wp-content/uploads/2025/08/tenkannew.png) no-repeat center center;
}
.snavi_yearall .m08 {
	background: url(https://takeda-g.co.jp/wordpress/wp-content/uploads/2025/08/sintennew.png) no-repeat center center;
}
.snavi_style .m11 {
	background: url(../img/sekou/s_menu10.png) no-repeat center center;
}
.snavi_style .m12 {
	background: url(../img/sekou/s_menu11.png) no-repeat center center;
}
.snavi_style .m13 {
	background: url(../img/sekou/s_menu12.png) no-repeat center center;
}
.snavi_style .m14 {
	background: url(../img/sekou/s_menu13.png) no-repeat center center;
}



.sekou {
		width: 100%;
	border-top: 1px solid #22ac38;
	padding: 0px 0px 30px;;
}

.sekoumainimg {
	margin-bottom: 30px;
}
.sekoumainimg img {
	width: 100%;
	height: auto;
}

.sekou .leftinfo {
	width: 400px;
	float: left;
	color: #595959;
	margin-bottom: 50px;
	padding-left: 5px;
}
.sekou .rightinfo {
	width: 480px;
	float: right;
	margin-bottom: 50px;
}

.leftinfo .lotno {
	display: block;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
	margin-bottom: 5px;
}
h3.lottitle {
	font-size: 42px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
}
.leftinfo .teitakumei {
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
}
.leftinfo .sekouyear {
	display: block;
	font-size: 13px;
	margin-bottom: 15px;
}
.leftinfo .sekouinfo {
	margin: 5px 0 30px;
}
h4.lotsubtitle {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 25px;
}

.leftinfo p {
	font-size: 13px;
	line-height:20px;
	margin-bottom: 10px;
}

.rightinfo .sekousubimg {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.sekousubimg li {
    width: 230px;
    height: 125px;
	display: block;
	margin: 0px 5px 10px;
}
.sekousubimg li img {
	width: 230px;
    height: 125px;
    object-fit: cover;
    
}

.etcinfo {
	clear: both;
	padding-top: 10px;
	margin-bottom: 50px;
}



/*news*/
.newsbox {
	width: 90%;
	color: #595959;
	padding: 30px 0 50px;
	margin: 0 auto;
}
h2.newstitle {
	font-size: 24px;
	margin-bottom: 10px;
}
.newsbox .postdate {
	display: block;
	font-size: 13px;
	margin-bottom: 40px;
}
.newsbox p {
	font-size: 13px;
	line-height:20px;
	margin-bottom: 10px;
}


/*ホバーエフェクト*/

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	width: 100%;
	height: auto;
	background: #ffffff;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 400;
	font-size: 24px;
	text-shadow: 2px 2px 1px #333;
	padding:0;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 0px;
	font-size: 13px;
	line-height: 15px;
}
.grid figure p span {
	display: block;
	font-size: 21px;
	line-height: 22px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
}




.grid2 figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 0;
	width: 100%;
	height: auto;
	background: #ffffff;
	text-align: center;
	cursor: pointer;
}
.jigyoubox {
	margin-right: 40px !important;
}

.grid2 figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid2 figure figcaption {
	padding: 15px;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid2 figure figcaption::before,
.grid2 figure figcaption::after {
	pointer-events: none;
}

.grid2 figure figcaption,
.grid2 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid2 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid2 figure h2 {
	word-spacing: -0.15em;
	font-weight: bold;
	font-size: 36px;
	text-shadow: 2px 2px 1px #333;
	padding:0;
}

.grid2 figure h2 span {
	font-weight: 800;
}

.grid2 figure h2,
.grid2 figure p {
	margin: 0;
}

.grid2 figure p {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 1px;
}
.grid2 figure p span {
	display: block;
	font-size: 30px;
	line-height: 36px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
}


/*---------------*/
/***** Lexi *****/
/*---------------*/

figure.effect-lexi {
	
	background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
	background: linear-gradient(-45deg, #000 0%,#fff 100%);
}

figure.effect-lexi div {
	width: 280px;
	height: 170px;
}
figure.effect-lexi img {
	margin: 0px 0 0 0px;
	max-width: 280px !important;
	width: 280px !important;
	height: 170px !important;
	max-height: 170px !important;
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0px,0px,0);
	transform: translate3d(0px,0px,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
	position: absolute;
	right: -100px;
	bottom: -100px;
	width: 200px;
	height: 200px;
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.4); 
	box-shadow: 0 0 0 900px rgba(255,255,255,0.3);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5,0.5,1);
	transform: scale3d(0.5,0.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-lexi:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lexi h2 {
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(5px,5px,0);
	transform: translate3d(5px,5px,0);
}

figure.effect-lexi p {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1.5em 1.5em 0;
	width: 105px;
	text-align: left;
	opacity: 0;
	-webkit-transform: translate3d(20px,20px,0);
	transform: translate3d(20px,20px,0);
}

figure.effect-lexi:hover figcaption::before {
	opacity: 1;
	right: -25px;
	bottom: -50px;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-lexi:hover h2,
figure.effect-lexi:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-lexi:hover p {
	right: 15px;
	bottom: 5px;
}
.grid img {
	width: 280px !important;
	height: 170px !important;
}

.fudousanimg {
	background: url(../img/top/side_01.jpg) center center no-repeat !important;
}
.saiyouimg {
	background: url(../img/top/side_02.jpg) center center no-repeat !important;
}
.gyoushaimg {
	background: url(../img/top/side_03.jpg) center center no-repeat !important;
}

figure.effect-lexi2 {
	width: 432px;
	height: 262px;
	float: left;
	background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
	background: linear-gradient(-45deg, #000 0%,#fff 100%);
}

figure.effect-lexi2 div {
	width: 432px;
	height: 262px;
	float: left;
}
figure.effect-lexi2 img {
	margin: 0px 0 0 0px;
	max-width: 432px !important;
	width: 432px !important;
	height: 262px !important;
	max-height: 262px !important;
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0px,0px,0);
	transform: translate3d(0px,0px,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-lexi2 figcaption::before,
figure.effect-lexi2 p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi2 figcaption::before {
	position: absolute;
	right: -40px;
	bottom: -50px;
	width: 260px;
	height: 260px;
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.4); 
	box-shadow: 0 0 0 900px rgba(255,255,255,0.3);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5,0.5,1);
	transform: scale3d(0.5,0.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-lexi2:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lexi2 h2 {
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(5px,5px,0);
	transform: translate3d(5px,5px,0);
}

figure.effect-lexi2 p {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1.5em 1.5em 0;
	width: 130px;
	text-align: left;
	opacity: 0;
	-webkit-transform: translate3d(20px,20px,0);
	transform: translate3d(20px,20px,0);
}

figure.effect-lexi2:hover figcaption::before {
	opacity: 1;
	right: -25px;
	bottom: -50px;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-lexi2:hover h2,
figure.effect-lexi2:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-lexi2:hover p {
	right: 15px;
	bottom: 5px;
}
.jiyouimg {
	background: url(../img/page/jigyou_shoukai.jpg) no-repeat center center;
}
.tuyomiimg {
	background: url(../img/page/jigyou_tuyomi.jpg) no-repeat center center;
}



/*スライダー追加*/


#mainimg_top ul {text-align:center; margin:0 ; width:100%; position: relative;}

.cell {
	width: 904px;
	height: 454px;
}
.cell a {
	position: absolute;
	left:0px;
	width: 605px;
	height: 100%;
	display: block;
}
.cell img {
	width:100%;
	height: auto;
}


/*お問い合わせ*/

.contactbody {
	border-top: 1px solid #22ac38;
	padding: 50px 0;
}

.contactcontent {
	width: 700px;
	border-top: 1px solid #22ac38;
	font-size: 13px;
	padding: 50px 102px;
}
.contactcontent h3 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	color: #c9bc9c;
	margin: 30px 0 5px;
}
.contactcontent p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
}

.contactcontent table {
	border-collapse: collapse;
	margin-bottom: 5px;
}
.contactcontent table th,.contactcontent table td {
	border: 1px solid #c9bc9c;
}

.contactcontent table th {
	background: url(../img/page/contact_bg.png);
	width: 220px;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	text-align:left;
	vertical-align: middle !important;
	padding: 15px 0px 15px 60px;
}
.contactcontent table th span {
	font-size: 12px !important;
}
.contactcontent table td {
	width: 370px;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 20px;
}
.contactcontent .hissu {
	display: inline-block;
	width: 30px;
	text-align: center;
	font-size: 10px !important;
	height: 20px;
	background-color: #c30d23;
	color: #fff;
	margin:0 5px 0 -35px;

}
.contactcontent input.contct_btn {
	float: right;
	width: 150px !important;
	height: 50px !important;
	line-height: 50px !important;
	margin: 20px 30px 0 0;
}

.contactcontent .vertical-item {
	display: block;
}
.contactcontent .form2 {
	display: block;
	width: 99% !important;
	height: 18px;
	line-height: 18px;
	margin: 8px 0;
}
.contactcontent .form3 {
	width: 50px !important;
	height: 18px;
	line-height: 18px;
	margin-bottom: 8px;
}
.contactcontent select.form4 {
	height: 18px !important;
	line-height: 18px !important;
	margin-bottom: 8px;

}

.contactcontent .form5 {
	width: 90px !important;
	height: 18px;
	line-height: 18px;
	margin-bottom: 8px;
}

.contactcontent .form6 {
	width: 99% !important;
	height: 150px !important;
	line-height: 18px;
	margin-bottom: 8px;
}

.contactcontent .error {
	font-size: 12px !important;
	font-weight: bold;
	color: #c30d23;
}

/*ポップアップ用*/
.kyouryokulist {
	padding: 20px;
}
.kyouryokulist li {
	font-size: 20px;
	line-height: 40px;
}
.kyouryokulist li a {
	color: #444;
	letter-spacing: 2px;
}
.kyouryokulist li a:hover {
	color: #FF5F00;
	font-weight: bold;
}
.hentry p {
	font-size: 16px;
	line-height: 24px;
	padding: 10px 15px
}

/*採用情報*/
.saiyou img {
	display: block;
	margin-bottom: 20px !important;
}
img.saiyouimg1 {
	margin-left: -13px !important;
}
img.saiyouimg2 {
	margin-right: -35px !important;
}
img.saiyouimg3 {
	margin-right: -20px !important;
}
#float_wrap.saiyou {
	height: 4600px;

}
#float_wrap.jigyou {
	height: 2650px;

}
#float_wrap.tuyomi {
	height: 2150px;

}

.dropmenu ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
	opacity: 0;
	transition: 0s;
	background: url(../img/sekou/menubg_03.png) center bottom;

	
}
.dropmenu ul li {
	width: 180px;
}

.dropmenu .snavi_style1:hover ul {
	visibility: visible;
	opacity: 1;
}
.dropmenu ul li a {
	width: 135px;
	height: auto !important;
	line-height: 15px;
	color: #fff;
	padding: 15px 0 15px 45px;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	background: url(../img/sekou/menu_mark_05.png) 24px 16px no-repeat;
}
.dropmenu .snavi_style1:hover ul a {
	visibility: visible;
	opacity: 1;
}


