/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20240601
*/

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.roboto-<uniquifier> {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

a{text-decoration:none;color:#000;}
a:hover{text-decoration:none;color:#000;opacity:0.5;color:#0c8d4c;}
a:active{color:#0c8d4c;}

/*-- ロゴ部分 --*/
#fixed-header{width:100%;margin:0;padding:0px;box-sizing:border-box;background:#fff;position:fixed;top:-100px;height:85px; transition: .5s; z-index:999;display:flex; justify-content: space-between;}
#fixed-header.is-show {
  top: 0;}
.rogobox{width:320px;margin:0;padding:15px 20px 5px;box-sizing:border-box;}
.smahobox{margin:0;padding:0;display:none;}
.nabibox{width;600px;margin:0;padding:0;display:flex;flex-direction: column;align-items:flex-end; }
.nabieria{width:600px;}
.iconeria{width:350px;display:flex;}
.i-tel{width:50%;margin:0;padding:5px 10px;background:#286EB4;box-sizing:border-box;}
.i-mail{width:50%;margin:0;padding:5px 10px;background:#0C8D4C;box-sizing:border-box;}
.iconeria p{color:#fff;font-weight:700;font-size:16px;}
.iconeria img{width:30px;height:25px;}

/*-- スマホ時の電話とフォームボタン --*/
.sumarennraku{display:none;}


/*-- ホーム以外 --*/
body:not(.home) #fixed-header{top:0px;}
body:not(.front-page) main{padding-top:100px;padding-bottom:50px;}
/*-- カテゴリ未分類非表示 --*/
.cat-item.cat-item-1 {
	display: none;}

/*グローバルナビメニュー*/
.nabieria ul {
    list-style: none;
    padding-left: 0;
}
.nabieria ul li a {
    text-decoration: none;
    display: block;
    width: 120px;
    height: 100%;
    text-align: center;
    color: #000;
	font-size:16px;
}
.nabieria ul li a:hover {
    opacity: 0.7;
}
.nabieria > ul {
    display: flex;
}
.nabieria > ul > li {
    width: 170px;
    position: relative;
    padding: 5px 10px;
}
.nabieria > ul > li > a {
    padding: 5px 10px;
}

/*子階層*/
.gnav_child {
    visibility: hidden; /*最初は非表示*/
    width: 100%;
    position: absolute;
    left: 0;
    top: 95%;
    background: #fff;
    -webkit-box-shadow: 0px 3px 10px 2px rgba(25, 26, 26, 0.3);
    box-shadow: 0px 3px 10px 2px rgba(25, 26, 26, 0.3);
    border-radius: 5px;
    z-index: 0;
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1); /*アニメーションの時間とイージング設定*/
    transform: scaleY(0); /*ドロップダウンアニメーションのために高さを０にしておく*/
    transform-origin: center top; /*transformの基準点を設定　上部中央*/
    opacity: 0; /*フェイドインのアニメーションのために透明度０にする*/
}

/*子階層ドロップダウン*/
.nabieria > ul > li:hover .gnav_child { /*親階層の<li>にマウスオンしたとき*/
    visibility: visible; /*表示する*/
    opacity: 1; /*フェイドイン 透明度を１に*/
    transform: scaleY(1); /*ドロップダウン 高さを１に*/
}

/*子階層の▲の装飾*/
.gnav_child::before {
    content: "";
    display: block;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    filter: drop-shadow(0 0px 5px rgba(25, 26, 26, 0.3));
    z-index: -1;
}
.gnav_child li {
    background: #fff;
}

/*子階層の背景の角丸設定*/
.gnav_child > li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.gnav_child > li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.gnav_child a {
    padding: 10px 5px; 
}


/*-- へダー部分 --*/
body{overflow-x: hidden;background-image:url(https://suzukigumi-murakami.co.jp/wp-content/uploads/2025/01/concrete_wall_4.jpg);background-repeat:repeat;}
body:not(.home) .mainslide{display:none;}
#st-headwide #headbox{display:none;}

/*-- 各ページのへダー部分 --*/
#st-header-post-under-box.st-header-post-data{margin-top:80px;}
#st-header-post-under-box.st-dark .blogbox p, #st-header-post-under-box.st-dark .entry-title{text-align:center;}


#st-ami {
    overflow-x: hidden;
}

/*-- フッター部分 --*/
.footadless{width:100%;margin:-10px 0px 10px;text-align:center;}
.footadless p{font-size:14px;line-height:140%;font-weight:500;}
#footer .footermenust a{color:#000;}
.footermenust{margin-top:20px;}

/*-- メイン部分透明に --*/
body.front-page main{background-color: transparent!important;}
.colum1 main{background-color: transparent!important;}
body:not(.front-page) main{border:0px solid #ccc!important;}

/*-- トップメインスライダ --*/
.mainslide{width:100%;margin:0;padding:0;}
.bgimg-slider {
    width: 100vw;
    height: 90vh;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
	overflow-x: hidden;
}
.slider-title {
    color: #fff;
    font-size: 48px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}

.bgimg-slider img{width:600px;height:auto;
 top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-70%);
  -webkit-transform: translate(-50%,-70%);
  transform: translate(-50%,-70%);
  margin:0;
  padding:0;
position:absolute;}
/*-- トップメインスライダここまで --*/

/*-- トップアバウトアス--*/
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	margin-top:-60px;
}
.about{width;100%;margin:0; background-image:url(https://suzukigumi-murakami.co.jp/wp-content/uploads/2025/01/gaikan2.jpg);background-repeat:no-repeat;background-size:cover;background-position:center bottom;}
.aboutnaka{width:40%;margin-left:50%;padding:50px; box-sizing:border-box;}
.kakutitle{width:100%;margin:0;}
.kakutitle h2{font-size:16px!important;color:#000;line-height:125%;text-align:left;margin-left:-20px!important;}

/*-- トップ業務案内-*/
.worktop{width:1200px;margin:0 auto;padding:0;display:flex;box-sizing:border-box;}
.w-naka{width:50%;margin:0;padding:25px 50px;box-sizing:border-box;flex: auto;}
.kakutitle2{width:100%;margin:50px 0px 0px 0px;;}
.kakutitle2 h2{font-size:16px!important;color:#000;line-height:125%;text-align:center!important;}

.hashi{width:100%;height:auto;position:relative;}
.irobox{width:100%;height:100%;position:absolute; top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;text-align:center;
background-color: rgba(40,110,180,0.7);transition: all  0.5s ease;}
.irobox:hover{background-color: rgba(40,110,180,0.0);}
.irobox p{width:90%;font-weight:700;color:#fff;font-size:21px!important;line-height:130%;position:absolute; top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);}

.irobox2{width:100%;height:100%;position:absolute; top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;text-align:center;
background-color: rgba(12,141,76,0.7);transition: all  0.5s ease;}
.irobox2:hover{background-color: rgba(12,141,76,0.0);}
.irobox2 p{width:90%;font-weight:700;color:#fff;font-size:21px!important;line-height:130%;position:absolute; top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);}

/*-- トップリクルート--*/
.reclu{width;100%;margin:0; background-image:url(https://suzukigumi-murakami.co.jp/wp-content/uploads/2025/01/rec-back.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center;text-align:center;height:550px;position:relative;}

.recnaka{width:800px;height:auto;margin:0px auto;
  padding:0px 30px 30px;text-align:center;position:absolute;box-sizing:border-box;
background-color: rgba(255,255,255,0.8);transition: all  0.5s ease;
top:50%;left:50%;
transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

/*-- トップインフォ＆コンタクト-*/
.infocont{width:100%;margin:0;padding:0;display:flex;}
.info-t{margin:0;padding:40px;box-sizing:border-box;background-color:#E7FBFF;flex: auto;}
.infonaka{width:400px;margin:0px 0px 0px auto!important;text-align:left;}
.conta-t{margin:0;padding:40px;box-sizing:border-box;background-color:#fff;text-align:left;flex: auto;}
.contanaka{width:400px;margin:0;text-align:left;}
/*お知らせlist表示*/
.post ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list){list-style:none;padding-left:0px;}
.lcp_catlist li{font-size:18px;border-bottom: 1px dotted #999999;margin-bottom:5px;}

/*-- カテゴリ-ヘッダー-*/
.full2 {
	margin: -15px calc(50% - 50vw) 10px;
	width: 100vw;
}
.cateobi{display:none;}
.infobi{display:none;}
.sekodobo{display:none;}
.cateobi p{position:absolute;color:#fff!important;top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);}
.infobi p{position:absolute;color:#fff!important;top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);}
.sekodobo p{position:absolute;color:#fff!important;top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);}

.category-sekou .cateobi{width:100%;margin:0;padding:0;background-image:url(https://suzukigumi-murakami.co.jp/wp-content/uploads/2025/01/catemain.jpg);height:200px;background-size:cover;background-position:center center;position:relative;display:block;margin-bottom:30px;}
.category-info .infobi{width:100%;margin:0;padding:0;background-image:url(https://suzukigumi-murakami.co.jp/wp-content/uploads/2025/01/sora.jpg);height:200px;background-size:cover;background-position:center center;position:relative;display:block;margin-bottom:30px;}
.category-doboku .sekodobo{width:100%;margin:0;padding:0;background-image:url(https://suzukigumi-murakami.co.jp/wp-content/uploads/2025/01/arakawa2.jpg);height:200px;background-size:cover;background-position:center center;position:relative;display:block;margin-bottom:30px;}

.pt-cv-view .pt-cv-title{line-height:125%;}

/*-- このサイトについて-*/
.riyoukitei{width:100%;margin:30px 0px;padding:0;}
.riyoukitei dl{width:100%;margin-bottom:30px;}
.riyoukitei dt{font-weight:700;font-size:21px;color:000;padding-bottom:5px;margin-bottom:10px;border-bottom:1px dotted #999;}
.riyoukitei dd{font-size:16px;line-height:150%;color:#333;}

/*-- works-*/
.whitewakunai{background:#fff;width:100%;padding:10px 30px; box-sizing:border-box;}
.workwari{width:100%;margin:0;padding:0;}
.zuhyou{width:400px;margin:0;padding:10px;float:right;}
.shikumi{margin:20px 0px;padding:40px;box-sizing:border-box;border:1px solid #66BB50;border-radius:10px;clear:both;}
.phbox{width:100%;padding:5px 0px;display:flex;}
.phbox img{padding:0 4px;box-sizing:border-box;width:50%}

/*ボタン */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}

a.btn-border {
  border: 0px solid #000;
  border-radius: 0;
  background-color:#286EB4;
	background:#286EB4;
}

a.btn-border:hover {
  color: #fff;
  background: #0c8d4c;
}

.bottton{margin:20px auto;}
.bottton-r{width:200px;margin:30px auto 30px auto;text-align:center;}

/*-- 施工例テーブルデザイン --*/
.waku{width:100%;margin:20px 0px;padding:50px;box-sizing:border-box;background:#fff;}
.table_design01 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.table_design01 th, .table_design01 td {
  border: 2px solid #fff;
  background-color: #e6f1f6;
  padding: 1em;
}
.table_design01 th {
  background-color: #286EB4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}

/* 会社案内等の表示 */
.whitespace{width:100%;background:#fff;margin:20px 0px;padding:30px;box-sizing:border-box;}
.enkaku{
width:100%;
margin:0;
margin-bottom:20px;
padding:0;
border-top:1px dotted #999;
box-sizing:border-box;
}

.enkaku dl{
text-align:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0;
	overflow:hidden;
	border-bottom:1px dotted #999;
box-sizing:border-box;
clear:both;
}

.enkaku dt{
	width:200px;
	text-align:right;
	float:left;
	padding:10px;
margin:0;
	
	font-size:16px;
	font-weight:700;
	color:#000;
line-height:160%;
box-sizing:border-box;
}
.enkaku dd{
	text-align:left;
	padding:10px;
margin:0;
	
	font-size:16px;
	font-weight:400;
	color:#000;
line-height:160%;
border-left:1px dotted #999;
float:right;
width:calc(100% - 200px);
box-sizing:border-box;
}

/* 沿革の表示 */
.timeline li{padding-top:0;padding-bottom:0;}

.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.timeline-date {
  width: 110px;
  float: left;
  margin-top: 0px;
}
.timeline-content {
  width: 75%;
  float: left;
  border-left: 3px #e5e5d1 solid;
  padding-left: 30px;
	padding-top:2px;padding-bottom:10px;
}

.timeline-content:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #6fc173;
  position: absolute;
  left: 106px;
  top: 9px;
  border-radius: 100%;
}

.timeline-content img{width:30%;}


/* コンタクトフォーム７で設定したreCapchaのバッジ非表示 */
.grecaptcha-badge { visibility: hidden; }




/*media Queries スマートフォンとタブレットサイズ（1299px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
/*-- トップ業務案内-*/
.worktop{width:100%;margin:0 auto;padding:0;display:flex;box-sizing:border-box;}
.w-naka{width:50%;margin:0;padding:25px;box-sizing:border-box;}
	/*-- ここまで --*/
}


/*media Queries スマートフォンとタブレットサイズ（1199px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
/*-- トップアバウトアス--*/
.aboutnaka{width:55%;margin-left:40%;padding:50px; box-sizing:border-box;}
.kakutitle{width:100%;margin:0;}
.kakutitle h2{font-size:16px!important;color:#000;line-height:125%;text-align:left;margin-left:-20px!important;}


	/*-- ここまで --*/
}


/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {

/*-- ロゴ部分 --*/
#fixed-header{width:100%;margin:0;padding:0px;box-sizing:border-box;background:#fff;position:fixed;top:-100px;height:85px; transition: .5s; z-index:999;display:flex; justify-content: space-between;}
#fixed-header.is-show {
  top: 0;}
.rogobox{width:320px;margin:0;padding:15px 20px 5px;box-sizing:border-box;}
.smahobox{margin:0;padding:0;display:block;}
.nabibox{width;600px;margin:0;padding:0;display:none;flex-direction: column;align-items:flex-end; }
.nabieria{width:600px;}
.iconeria{width:350px;display:flex;}
.i-tel{width:50%;margin:0;padding:5px 10px;background:#286EB4;box-sizing:border-box;}
.i-mail{width:50%;margin:0;padding:5px 10px;background:#0C8D4C;box-sizing:border-box;}
.iconeria p{color:#fff;font-weight:700;font-size:16px;}
.iconeria img{width:30px;height:25px;}

/*-- スマホ時の電話とフォームボタン --*/
.sumarennraku{width:100%;display:flex;z-index:999;bottom:0;left:0;position:fixed;}
.is-tel{width:50%;margin:0;padding:5px 10px;background:#286EB4;box-sizing:border-box;text-align:center;}
.is-mail{width:50%;margin:0;padding:5px 10px;background:#0C8D4C;box-sizing:border-box;text-align:center;}
.sumarennraku p{color:#fff;font-weight:700;font-size:16px;}
.sumarennraku img{width:30px;height:25px;}

/*-- ホーム以外 --*/
body:not(.front-page) main{padding-top:0px;padding-bottom:50px;}

	/*-- トップ業務案内-*/
.kakutitle2{width:100%;margin:50px 0px 0px 0px;;}
.kakutitle2 h2{font-size:16px!important;color:#000;line-height:125%;text-align:center!important;}
	
/*-- トップリクルート--*/
.reclu{width;100%;margin:0; background-image:url(https://suzukigumi-murakami.co.jp/wp-content/uploads/2025/01/rec-back.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center;text-align:center;height:550px;position:relative;}

.recnaka{width:90%;height:auto;margin:0px auto;
  padding:0px 30px 30px;text-align:center;position:absolute;box-sizing:border-box;
background-color: rgba(255,255,255,0.8);transition: all  0.5s ease;
top:50%;left:50%;
transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

/*-- トップインフォ＆コンタクト-*/
.infocont{width:100%;margin:0;padding:0;display:block;}
.info-t{margin:0;padding:40px;box-sizing:border-box;background-color:#E7FBFF;flex: auto;}
.infonaka{width:600px;margin:0px auto!important;text-align:left;}
.conta-t{margin:0;padding:20px 40px 40px;box-sizing:border-box;background-color:#fff;text-align:left;flex: auto;}
.contanaka{width:600px;margin:0 auto!important;text-align:left;}

.cateobi{margin-top:100px!important;}
.infobi{margin-top:100px!important;}

	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {
/*-- 施工例テーブルデザイン --*/
.waku{width:100%;margin:20px 0px;padding:20px;box-sizing:border-box;background:#fff;}

	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {
	
/*-- メインカラムとフッターの間の余白消した --*/	
.colum1 main{margin-bottom:-20px;padding-bottom:0;}

	/*-- ここまで --*/
}

/*media Queries スマホサイズ（699px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 699px) {
/*-- トップアバウトアス--*/
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	margin-top:-40px;
}
.about{width;100%;margin:0; background-image:url(https://suzukigumi-murakami.co.jp/wp-content/uploads/2025/01/gaikan2.jpg);background-repeat:no-repeat;background-size:cover;background-position:center bottom;}
.aboutnaka{width:100%;margin-left:10px;padding:50px; box-sizing:border-box;}
.kakutitle{width:100%;margin:50px 0px 0px 0px;}
.kakutitle h2{font-size:16px!important;color:#000;line-height:125%;text-align:center!important;}

	/*-- トップ業務案内-*/
.worktop{width:100%;margin:0;padding:0;display:block;}
.w-naka{width:100%;margin:0;padding:25px;box-sizing:border-box;}
.kakutitle2{width:100%;margin:50px 0px 0px 0px;}
.kakutitle2 h2{font-size:16px!important;color:#000;line-height:125%;text-align:center!important;}
	
/*-- トップインフォ＆コンタクト-*/
.infocont{width:100%;margin:0;padding:0;display:block;}
.info-t{margin:0;padding:20px;box-sizing:border-box;background-color:#E7FBFF;flex: auto;}
.infonaka{width:90%;margin:0px auto!important;text-align:left;}
.conta-t{margin:0;padding:20px 20px 20px;box-sizing:border-box;background-color:#fff;text-align:left;flex: auto;}
.contanaka{width:90%;margin:0 auto!important;text-align:left;}

/*-- 会社案内等-*/
.enkaku{
width:100%;
margin:0;
margin-bottom:20px;
padding:0;
box-sizing:border-box;
border-top:0px dotted #999;
}

.enkaku dl{
text-align:left;
	width:100%;
	margin:10px 0px 5px 0px;
	padding:0;
	overflow:hidden;
	border:1px solid #999;
box-sizing:border-box;
clear:both;
}

.enkaku dt{
	width:100%;
	text-align:left;
	float:none;
	padding:10px;
margin:0;border-left:0px solid #999;	
	font-size:16px;
	font-weight:700;
	color:#000;
line-height:160%;
border-bottom:1px dotted #999;
box-sizing:border-box;
}
.enkaku dd{
	text-align:left;
	padding:10px;
margin:0;
border-left:0px solid #999;		
	font-size:16px;
	font-weight:400;
	color:#000;
line-height:160%;
float:none;
width:100%;
box-sizing:border-box;
}


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {
/*-- メイン部分透明に --*/
body.front-page main{background: transparent!important;}
.colum1 main{background: transparent!important;}

/*-- トップメインスライダ --*/
.bgimg-slider {
    width: 100vw;
    height: 90vh;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-title {
    color: #fff;
    font-size: 48px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}	

/*-- トップリクルート--*/
.reclu{width;100%;margin:0; background-image:url(https://suzukigumi-murakami.co.jp/wp-content/uploads/2025/01/rec-back.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center;text-align:center;height:630px;position:relative;}
/*-- フッターロゴ--*/	
	#footer .footerlogo img{max-width:250px;}
	.footermenust{margin-top:30px;}
/*-- 施工例テーブルデザイン --*/
.waku{width:100%;margin:20px 0px;padding:0px;box-sizing:border-box;background:#fff;}

/*-- ホーム以外 --*/
body:not(.front-page) main{padding-top:0px;padding-bottom:0px;}
	body:not(.front-page) #footer{margin-top:-10px;}

/* 沿革の表示 */

.timeline li{padding-top:0;padding-bottom:0;}

.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
		margin-bottom: 30px;}

.timeline-date {
  width: 100%;
  float: left;
  margin-top: 0px;
	background:#6fc173;
	color:#fff;
	padding-left:10px;
	margin-bottom:0px;
}

.timeline-content {
  width: 100%;
  float: none;
  border-left: 0px #e5e5d1 solid;
  padding-left: 5px;
	padding-top:2px;padding-bottom:10px;
}

.timeline-content:before {
  content: "";
  width: 0px;
  height: 0px;
  background: #6fc173;
  position: absolute;
  left: 106px;
  top: 9px;
  border-radius: 100%;
}

.timeline-content img{width:100%;}

/*-- works-*/
.whitewakunai{background:#fff;width:100%;padding:10px 0px; box-sizing:border-box;}
.workwari{width:100%;margin:0;padding:10px;box-sizing:border-box;}
.zuhyou{width:100%;margin:0;padding:10px;float:none;}
.shikumi{margin:20px 0px;padding:20px;box-sizing:border-box;border:1px solid #66BB50;border-radius:10px;clear:both;}
.phbox{width:100%;padding:10px 0px 0px;display:block;}
.phbox img{padding:4px 0px 0px;box-sizing:border-box;width:100%}


	/*-- ここまで --*/
}

/*ハンバーガーボタン*/
.el_humburger {

  width: 46px;
  height: 30px;
  padding-top: 20px!important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color: #000;
  text-align: center;
margin-right:20px;}

 
@media screen and (max-width: 840px) {
  .el_humburger {
    display: block;
    right: 0;
    top: 0;
    padding-top: 20px;
	  margin-right:0px;
    width: 70px;
    height: 70px;}
    #factory .el_humburger {
      display: none; } }
 
.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 42px;
  display: inline-block; }
 
@media screen and (max-width: 840px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 30px; } }
 
.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none; }
 
.el_humburger_text.el_humburger_text__close {
  display: none; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block; }
 
@media screen and (max-width: 840px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px; } }
 
@media screen and (max-width: 840px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000; } }
 
@media screen and (max-width: 840px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000; } }
 
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: #000;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
 
.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #000; }
 
@media screen and (max-width: 840px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #000; } }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg); }
 
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%; }
 
.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000; }
 
.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg); }
 
.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }
 
.navi {
  position: fixed;
  right: 0;
  height: 100%;
	margin-top:20px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 450px;
  z-index: 3;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  transform:translateZ(0) translateX(100%);
  overflow: auto; }
  .js_humburgerOpen .navi {
    transform:translateZ(0) translateX(0); }
    @media screen and (max-width: 840px) {
      .navi {	margin-top:0px;
        padding: 100px 5% 0; }
      .js_humburgerOpen .navi {
        width: 100%;} }
 
.navi_item {
  position:relative;
  margin-bottom: 20px;
	border-bottom:1px dotted #999;
	padding-bottom:5px;
  font-size: 20px;
  font-family: "Marcellus", serif !important;
  white-space: nowrap;
  margin-left: 90px; }
  .navi_item.op_innerLink {
    cursor: pointer; }
  @media screen and (max-width: 840px) {
    .navi_item {
      margin-left: 0;
      font-size: 18px; } }
 
 
 
.el_spChildNavOpen {
  position: absolute;
  top: -6px;
  left: 80%;
  z-index: 20;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  padding: 10px; }
 
.js_openParent.js_fire > .el_spChildNavOpen {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
  .js_openParent.js_fire > .el_spChildNavOpen > .el_spChildNavOpen_wrapper:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
 
.el_spChildNavOpen_wrapper {
  position: relative;
  width: 15px;
  height: 15px;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }
  .el_spChildNavOpen_wrapper:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #111;
    position: absolute;
    top: calc(50% - 1px); }
  .el_spChildNavOpen_wrapper:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #111;
    position: absolute;
    left: calc(50% - 1px);
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
 
 
.nav_child{
  padding-top:20px;
}
 
.nav_child_item{
  position: relative;
  font-size:18px;
  padding-left:20px;
  margin-bottom:10px!important;
}
 
.nav_child_item > a{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
}
 
.nav_child_item:last-child{
  margin-bottom:0px;
}
 
.js_openSwitch {
  cursor: pointer; }
 
.js_openTarget {
  display: none; }

#footer{margin-top:-60px;}

