@charset "utf-8";

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}


.zoom-target {
  transform: scale(0.8);
  transition: transform 0.6s ease-out;
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.zoom-target.active {
  transform: scale(1.0);
  opacity: 1;
}



/* フェードイン用のCSS */
.show2 {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.show2.active {
  opacity: 1;
  transform: translateY(0);
}




.sidesubmenu_navbutton  {
  position: relative;
}

.child {
    display: none;
}

.sidesubmenu-item a{
	height: 59px;
    background-color: #3EA60C;
    color: #fff!important;
    padding-left: 10px;
    display:block;
    width:100%;
 
}	
.sidesubmenu-item a:visited  {
    color: #fff!important;
}






.wp-pagenavi {
	clear: both;
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #3EA60C;
	background-color: #FFFFFF;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: thin solid #3EA60C;
}
.wp-pagenavi a:hover{
	color: #fff!important;
	background-color: #3EA60C;
    }
.wp-pagenavi span.current{
	color: #fff!important;
	background-color: #3EA60C;
    }
	
	
	






/* =============================================================================
   基本設定
   ========================================================================== */


*, *:before, *:after {
box-sizing: border-box;

}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:bottom;
    background:transparent;
    font-style: normal;
    font-weight: normal;
  
}




/**html**/
html{
	height:100%;
	width: 100%;
	margin: 0!important;
    padding: 0!important;
}




body {
	color: #333;line-height: 1.6;
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "Noto Sans JP", sans-serif;
	margin: 0!important;
    padding: 0!important;
    width: 100%;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#overwrap {overflow: hidden;position: relative;}
a {color: #333;text-decoration: none;}
a:hover {color: #FF9326;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
a:hover img {opacity: 0.8;filter: alpha(opacity=80);-moz-opacity: 0.8;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
img {width: auto;max-width: 100%;height: auto;vertical-align: bottom;}
em {font-style: normal;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
ul {list-style: none;}
sup {vertical-align: super;}
sub {vertical-align: sub;}


p{margin: 0;padding: 0;}


a:visited,
a:active {
  color: #BBBBBB; /* 現在のテキスト色を維持 */
}


/* ========================================================================== */
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-o-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-webkit-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}



html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent !important;

}

/* コンテンツ全体をラップ */
.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
 
  position: relative;
  margin: 0 auto;
  width: 100%;
  background-color: transparent !important;
}





/**clear**/
.clear:after {
 content:".";
 display:block;
 visibility:hidden;
 clear:both;
 height:0;
}

.clear{
	min-height:1px;
	clear: both;
	float: none;

}












/* =========================PC=========================================== */
@media screen and (min-width: 768px) {


	/*page-top*/
	#page-top {
		position: fixed;
		bottom: 50px;
		right: 50px;
		font-size: 77%;
		z-index: 100;
	}
	#page-top a {
		text-decoration: none;
		width: 80px;
		text-align: center;
		display: block;
		border-radius: 5px;
		background-image: url(../img/top_bt.png);
		height: 80px;
		padding-top: 0px;
		padding-right: 0;
		padding-bottom: 0px;
		padding-left: 0;
		text-indent: -9999px;
		background-repeat: no-repeat;
	}
	#page-top a:hover {
		background-image: url(../img/top_bt.png);
		background-repeat: no-repeat;
		background-position: 0px -80px;
		height: 80px;
		width: 80px;
			transition: color 0.5s;
	}
 
 
 

.sptell {
	display: none;
}
  

.sp {
	display: none;
}



/* ヘッダー全体 */
header {
  display: flex;
  justify-content: space-between;
  height: 522px;
  padding: 0 40px;
  background: url('../img/key01.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  color: #ffffff;
}

/* ロゴ部分 */
.head_logo h1 {
  margin: 60px 0px 0px 40px;
  
}
.head_logo img {
}


/* 右側コンテンツ全体 */
.head_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  color: #ffffff;
  padding-top:20px;
}

.head_right_a_flex {
  display: flex;
    justify-content: flex-start;
    width:100%;
    align-items: center;         /* 縦中央揃え */
 
}

/* 無料見積もりバッジ */
.head_right_a {
  background-color: #d60000;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 4px;
  width:150px;
}

/* 受付時間テキスト */
.head_right_b {
  font-size: 13px;
  margin-bottom: 4px;
  
}

/* 電話番号表示ブロック */
.head_right_c {
  font-size: 40px;
  color: #fff;
  display: flex;
  align-items: center;
 font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900;
}
.head_right_c img {
  width: auto;
  margin-right: 8px;
}





/* メッセージセクション全体 */
.message-section {
  position: relative;
  height: 362px;
  background-color: #fff;
  overflow: hidden;
}

/* 上部グラデーションバー */
.message-gradient {
  height: 5px;
  width: 100%;
  background: linear-gradient(to right, #265CFF, #4D7AFF, #001A66);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}

/* 斜め背景（濃紺） */
.message-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: -850px;
  width: 1000px;
  height: 362px;
  background-color: #212849;
  transform: skewX(-40deg);
  z-index: 0;
}

/* メッセージテキスト */
.message-inner {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
  padding: 0 20px;
  box-sizing: border-box;
}

.message-inner p {
 font-size: 1.25rem;
  color: #000;
  line-height: 1.8;
}




/* 巨石キャッチセクション全体 */
#feature {
  background: url('../img/kyoseki_bk.jpg') repeat;
  height: 430px;
  position: relative;
  overflow: hidden;
  margin-bottom:105px;
}

.feature-inner {
  max-width: 1040px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.feature-text {
  position: absolute;
  top: 80px;
  left: 10px;
  z-index: 2;
  color: #000;
}

.feature-text h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "kozuka-mincho-pr6n", serif;

}

.feature-text p {
  font-size: 1.5rem;
  margin-bottom: 10px;
    font-family: "kozuka-mincho-pr6n", serif;
}

/* 無料見積もりバッジ再利用 */
.head_right_a {
  background-color: #d60000;
  color: #fff;
  font-size: 0.875rem;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 4px;
  width: 150px;
  text-align: center;
}

/* 巨石画像を右下に配置 */
.feature-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: auto;
  width: auto;
  max-width: none;
}



/* セクションタイトル共通ボックス */
.section-title-box {
  height: 170px;
  background-color: #EEEEEE;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* タイトル本体 */
.section-title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}

/* タイトル下の英字 */
.section-title span {
  display: block;
  font-size: 0.875rem;
  color: #0034D8;
  margin-top: 8px;
  letter-spacing: 2px;
}

/* 下線（任意、見本に応じて） */
.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #000;
  margin: 8px auto 0;
}


/* ボックス全体 */
.business-list-box {
  width: 850px;
  margin: 60px auto;
  padding: 40px 20px;
  border: 1px solid #000;
  border-radius: 20px;
  box-sizing: border-box;
}

/* リスト全体 */
.business-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

/* 各リスト項目 */
.business-list li {
  font-size: 1.125rem; /* 約18px */
  font-weight: 600;
}



/* セクション全体 */
#company {
  position: relative;
  background-color: #fff;
  padding: 60px 0;
  overflow: hidden; /* はみ出し背景回避 */
}

/* テーブル内側 */
.company-inner {
  width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding:60px 0px;
}

/* テーブル装飾 */
.company-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.8;
}

.company-table th {
  text-align: left;
  font-weight: bold;
  border-bottom: 2px solid #000;
  width: 200px;
  vertical-align: top;
  padding:25px 10px;
}

.company-table td {
   border-bottom: 2px solid #999;
  padding:25px 10px;
}

/* 右下斜め背景 */
#company::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -350px;
  width: 700px;
  height: 700px;
  background-color: #212849;
  transform: translateY(-50%) rotate(45deg);
  z-index: 0;
}

.access-caption {
  text-align: center;
  margin: 60px 0;
  font-size: 1rem; /* 任意で調整可 */
}




.footer-tel {
  text-align: center;
  margin: 40px 0 60px;
}

.footer-tel-img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* フッター */
.footer {
  background-color: #212849;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-inner {
  width: 100%;
  text-align: center;
}


.footer-copyright span {
  font-size: 1rem; /* or 16px */
  color: #fff;
}


}




@media screen and (min-width: 1024px) {
  .footer-tel a {
    pointer-events: none; /* PCではクリック無効 */
  }
}

@media screen and (max-width: 1024px) {
  .message-section::before {
    left: -1000px;
  }
  
  /* ロゴ部分 */
.head_logo h1 {
  margin: 20px 0 0 15px;
}


/* 電話番号表示ブロック */
.head_right_c {
  font-size: 25px;
  color: #fff;
  display: flex;
  align-items: center;
 font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900;
}
.head_right_c img {
  width: auto;
  margin-right: 8px;
}










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


 


.pc {
	display: none;
}

/* ヘッダー全体 */
header {
  height: 400px !important; /* ← 最優先で固定 */
  padding: 0 40px;
  background: url('../img/key01.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  color: #ffffff;
  
   flex-direction: column;
    align-items: center;
    padding: 20px 16px;
    height: auto;
    text-align: center;
  
  
}

/* ロゴ部分 */
.head_logo h1 {
   margin: 100px  auto 20px auto;
  
}
.head_logo img {
}


/* 右側コンテンツ全体 */
.head_right {
display:none;
}

.head_right_a_flex {
  display: flex;
    justify-content: flex-start;
    width:100%;
    align-items: center;         /* 縦中央揃え */
 
}

/* 無料見積もりバッジ */
.head_right_a {
  background-color: #d60000;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 4px;
  width:150px;
}

/* 受付時間テキスト */
.head_right_b {
  font-size: 13px;
  margin-bottom: 4px;
  
}

/* 電話番号表示ブロック */
.head_right_c {
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
 font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900;
}
.head_right_c img {
  width: auto;
  margin-right: 8px;
}


.sptell {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
  }

  .sptell img {
    width: 45px;
    height: auto;
  }




/* メッセージセクション全体 */
.message-section {
  position: relative;
  height: 362px;
  background-color: #fff;
  overflow: hidden;
}

/* 上部グラデーションバー */
.message-gradient {
  height: 10px;
  width: 100%;
  background: linear-gradient(to right, #265CFF, #4D7AFF, #001A66);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}

/* 斜め背景（濃紺） */
display:none;
}

/* メッセージテキスト */
.message-inner {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
  padding: 0 20px;
  box-sizing: border-box;
}

.message-inner p {
 font-size: 1.1rem;
  color: #000;
  line-height: 1.8;
}




/* 巨石キャッチセクション全体 */
#feature {
  background: url('../img/kyoseki_bk.jpg') repeat;
  height: 430px;
  position: relative;
  overflow: hidden;
  margin-bottom:105px;
}

.feature-inner {
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  padding:20px 10px;
}

.feature-text {
  color: #000;
   text-align: center;
}

.feature-text h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "kozuka-mincho-pr6n", serif;

}

.feature-text p {
  font-size: 1.1rem;
  margin-bottom: 10px;
    font-family: "kozuka-mincho-pr6n", serif;
}

/* 無料見積もりバッジ再利用 */
.head_right_a {
  background-color: #d60000;
  color: #fff;
  font-size: 0.875rem;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 4px;
  width: 150px;
  text-align: center;
  margin:0px auto;
}

/* 巨石画像を右下に配置 */
.feature-image {
  margin-top:20px;
  height: auto;
  width: auto;
  max-width: 100%;
}



/* セクションタイトル共通ボックス */
.section-title-box {
  height: 150px;
  background-color: #EEEEEE;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* タイトル本体 */
.section-title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}

/* タイトル下の英字 */
.section-title span {
  display: block;
  font-size: 0.875rem;
  color: #0034D8;
  margin-top: 8px;
  letter-spacing: 2px;
}

/* 下線（任意、見本に応じて） */
.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #000;
  margin: 8px auto 0;
}


/* ボックス全体 */
.business-list-box {
  margin: 60px 10px;
  padding: 20px 10px;
  border: 1px solid #000;
  border-radius: 20px;
  box-sizing: border-box;
}

/* リスト全体 */
.business-list {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

/* 各リスト項目 */
.business-list li {
  font-size: 1.125rem; /* 約18px */
  font-weight: 600;
    line-height: 1.8;
  
}



/* セクション全体 */
#company {
  position: relative;
  background-color: #fff;
  padding: 60px 0;
  overflow: hidden; /* はみ出し背景回避 */
}

/* テーブル内側 */
.company-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding:60px 0px;
}

/* テーブル装飾 */
.company-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.8;
}

.company-table th {
  text-align: left;
  font-weight: bold;
  border-bottom: 2px solid #000;
  width: 100%;
  vertical-align: top;
  padding:25px 10px;
  display:block;
}

.company-table td {
   /*border-bottom: 2px solid #999;*/
  padding:15px 10px 40px 10px;
   display:block;
}

/* 右下斜め背景 */
#company::after {
display:none;
}

.access-caption {
  text-align: center;
  margin: 60px 0;
  font-size: 1rem; /* 任意で調整可 */
}




.footer-tel {
  text-align: center;
  margin: 40px 0 60px;
}

.footer-tel-img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* フッター */
.footer {
  background-color: #212849;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-inner {
  width: 100%;
  text-align: center;
}


.footer-copyright span {
  font-size: 1rem; /* or 16px */
  color: #fff;
}

/* page-top */
#page-top {
  display: none !important;
}



}

