@charset "UTF-8";

/* *****************************************************************

Stylesheet: ベーススタイル（全て）に適応

******************************************************************/

/*フローティングボタン*/

/* PC でのみ右端にフローティング表示 */
@media (min-width: 1025px) {
  .sm-float-contact {
    position: fixed;
    right: 20px;
    top: 90%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
	font-size:24px;
	  font-weight:bold;
  }

  .sm-float-contact__item {
    display: block;
    padding: 12px 30px;
    border-radius: 999px 0 0 999px; /* 右端にくっついた丸ボタン風 */
    background: #335EAC;            /* WEB予約の色 */
    color: #fff;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0,0,0,.25);
    white-space: nowrap;
	  font-size:24px;
	  font-weight:bold;
  }

  .sm-float-contact__item--line {
    background: #00c300; /* LINEカラー */
  }

  .sm-float-contact__item:hover {
    opacity: 0.9;
  }
}

/* SP では非表示（すでに下部固定ボタンがあるため） */
@media (max-width: 1024px) {
  .sm-float-contact {
    display: none;
  }
}




/* 本文フォント設定 */
body,
p,
.entry-content,
.sm-section__body {
  font-family: YuGothic, "Yu Gothic Medium", 游ゴシック体, "Yu Gothic",
    游ゴシック, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

/* タイトル（見出し・記事タイトルなど）フォント設定 */
h1, h2, h3, h4, h5, h6,
.entry-title,
.c-entry-summary__title,
.page-title {
  font-family: "Noto Serif JP", "Noto Serif", sans-serif;
}



.padding-0{padding:0;}


/*タブの中の文字をmargin-0に*/
.has-text-align-center.margin-0{margin-top:0!important;}

/*header*/

.l-2row-header{background-color:#fff!important;}
/*headerロゴの大きさを調節*/
.c-site-branding--has-logo{width:100%;
height:auto;}

.c-site-branding__title .custom-logo{width:400px!important;
height:auto;}


.custom-logo{height:100%;
width:auto;}

.header-list{display:flex;
	justify-content:end;
list-style:none;
align-items:center;
	column-gap:10px;
	
}

.header-list a{display:block;
	width:100%;
}
.header-list a img {width:auto;
height:100%;
max-height:100%;}

.header-list img {
	width:auto;
height:100%;
max-height:100%;}
.header-list-tel-img{display:inline-block;
height:30px;
	
}


.header-list-tel{display:flex;
	align-items:center;
margin:0 10px;
	font-weight:bold;
	 display: inline-block;
  vertical-align: middle;
	
}

.header-list-contact{background-image: linear-gradient(90deg, #22d3ee, #335eac);
font-family:'Noto Serif JP';
	position: relative;
	text-align: center;
	color:#fff;
font-weight:bold;
	padding:16px;
	font-size:24px;
}


.line-yoyaku{background:#06C755;
	width:186px;
	color:#ffffff;
	font-family:'Noto Serif JP';
font-weight:bold;
	position: relative;
	text-align: center;
	padding:16px;
	font-size:24px;
}

a {text-decoration:none;}


/*ヘッダーメニューのあしらい*/

/* ヘッダーのグローバルナビ想定 */
#menu-header-1.c-navbar > .c-navbar__item + .c-navbar__item {
  position: relative;
}

#menu-header-1.c-navbar > .c-navbar__item + .c-navbar__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2em; /* 文字高さに合わせて調整 */
  background-color: rgba(0,0,0,.3); /* 色はお好み */
}

/*グローバルナビのフォントサイズ変更*/
.p-global-nav .c-navbar__item>a>span{font-size:20px;}

/* リンクの余白（狭い場合） */
#menu-header-1.c-navbar > .c-navbar__item > a {
  padding: 0.6rem 1rem;
}

.p-drop-nav .p-global-nav .c-navbar__item>a{padding-left:16px!important;
padding-right:16px!important;}


/*ボタンをセンター寄せに*/
.smb-btn__label {
  text-align: center;
}

/*リンク*/
a{text-decoration: none;}

/*固定ページのタイトル*/
.page-id-1178 .c-entry__header {
  display: none;
}

.page-id-123 .c-entry__header {
  display: none;
}

.page-id-1180 .c-entry__header {
  display: none;
}

.page-id-314 .c-entry__header {
  display: none;
}

.page-id-270 .c-entry__header {
  display: none;
}

.page-id-1210 .c-entry__header {
  display: none;
}
.page-id-1208 .c-entry__header {
  display: none;
}
.page-id-1182 .c-entry__header {
  display: none;
}
.page-id-1303 .c-entry__header {
  display: none;
}
.page-id-1288 .c-entry__header {
  display: none;
}

/*footerの背景*/
.p-footer-sub-nav.c-sub-nav.c-sub-nav--center {
  background-color: #DEE8FF;
}

/*footerの余白を削除*/
.l-footer-widget-area {
  padding: 0;
}

.l-footer-widget-area__item.c-row__col.c-row__col--1-1.c-row__col--md-1-1.c-row__col--lg-1-1 {
  padding: 0;
  margin: 0;
}

.l-footer-widget-area__item.c-row__col.c-row__col--1-1.c-row__col--md-1-1.c-row__col--lg-1-1 {
  padding: 0;
  margin: 0;
}

.l-footer-widget-area {
  padding: 0 !important;
  margin: 0;
}


/*コピーライトの背景*/
.c-copyright.c-copyright--inverse{background-color:#335EAC!important;
  text-align:center;
  color: #fcfcfc;
}


/*ボタンのシャドウ*/
.smb-btn {
  box-shadow: 0 0px 10px 0 #cfd0d1;
	  border: 1px solid #335EAC;
}

.smb-btn:hover {
 background: #335EAC;
  color: #fff;}


/*Googleマップのサイズ*/
.map {
  text-align: center;
}




/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

/*h2のマージン調節*/
.wp-block-heading {
  margin: 20px auto !important;
}

/*コンテンツの余白調節
.l-contents__inner {
  margin-bottom: 0 !important;
}

.l-contents__inner {
  padding: 0 !important;
}*/


.category-achievements {
  margin-top: 60px;
  margin-bottom: 60px;
}

.achievements-categor-communication {
  margin-top: 60px;
  margin-bottom: 60px;
}


.achievements-categor-high-pressure {
  margin-top: 60px;
  margin-bottom: 60px;
}

.achievements-categor-ev {
  margin-top: 60px;
  margin-bottom: 60px;
}

.achievements-categor-general {
  margin-top: 60px;
  margin-bottom: 60px;
}

.news-categories-news {
  margin-top: 60px;
  margin-bottom: 60px;
}

/*記事を書いた人を消す*/
.wp-profile-box {
  display: none;
}

/*記事の余白*/
.c-entry__footer {
  margin-top: 100px;
}

.smb-taxonomy-posts.wp-block-snow-monkey-blocks-taxonomy-posts {
  margin-top: 60px;
  margin-bottom: 60px;
}



/*余白調節*/

.page-id-1182 .l-contents__container{margin:0;
padding:0;
max-width:100%;}

.page-id-1208 .l-contents__container{margin:0;
padding:0;
max-width:100%;}

.page-id-1210 .l-contents__container{margin:0;
padding:0;
max-width:100%;}

.page-id-270 .l-contents__container{margin:0;
padding:0;
max-width:100%;}

.page-id-314 .l-contents__container{margin:0;
padding:0;
max-width:100%;}

.page-id-1180 .l-contents__container{margin:0;
padding:0;
max-width:100%;}

.page-id-123 .l-contents__container{margin:0;
padding:0;
max-width:100%;}


.page-id-1178 .l-contents__container{margin:0;
padding:0;
max-width:100%;}


.page-id-29 .l-contents__container{margin:0;
padding:0;
max-width:100%;}


.page-id-1303 .l-contents__container{margin:0;
padding:0;
max-width:100%;}

.page-id-1288 .l-contents__container{margin:0;
padding:0;
max-width:100%;}

.c-fluid-container{padding-left:0; padding-right:0;}

/*投稿ページの次へを削除*/

.c-prev-next-nav{display:none;}



.smb-section__background-text__text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.has-text-align-center{margin-top:16px!important;}



/* ====== 施工実績アーカイブ専用 ====== */
.mb-6{
  margin-bottom: 3rem;
}

.lg-achv-cats__link{
  text-decoration: none;
  border: #666 1px solid;
  border-radius: 0.8rem;
  padding: 1rem;
  transition: all 0.3s ease;
  color: initial;
}
.lg-achv-cats__link:hover{
  color: #fff;
  background-color:  #f27800;
}

.lg-achv-cats__link.is-active{
  color: #f27800;
  pointer-events: none;
}

.lg-achv-archive {

}


.lg-achv-archive__bg {
  background-image: url(../images/bg-achievements.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lg-achv-archive__bg--news{
  background-image: url(../images/bg-news.webp);
}

.lg-achv-archive__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.5); /* 黒の半透明フィルター */
}

.lg-achv-archive__title {
  position: relative; /* 疑似要素の下に潜らないように */
  text-align: center;
  z-index: 1;
}
.lg-achv-archive__title::after {
  content: "";
  position: absolute;
  background-color: #f27800;
  width: 50%;
  height: 1px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.lg-achv-archive__title--en{
  position: relative;
  z-index: 1;
  color: #f27800;
  margin-bottom: .5rem;
}

.lg-achv-archive ul{
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 3rem 0;
  padding: 2rem 0;
}
.lg-achv-archive li{

}

/* グリッド：SP1 → タブレット2 → PC3 */
.lg-achv-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 0 20px;
}
@media (min-width: 640px) {
  .lg-achv-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .lg-achv-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* カード */
.lg-achv-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}
.lg-achv-card:hover,
.lg-achv-card:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

/* サムネ（比率固定・切り抜き） */
.lg-achv-card__thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

/* タイトル */
.lg-achv-card__title {
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 0.9rem 1rem 0.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 2行で省略 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 抜粋 */
.lg-achv-card__excerpt {
  color: #555;
  font-size: .95rem;
  margin: 0 1rem 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 3行で省略 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* カテゴリ */
.lg-achv-card__cats {

}
.lg-achv-card__cats a {
  display: inline-block;
  padding: .25rem .5rem;
  border-radius: 999px;
  background: #f2f4f7;
  color: #333;
  font-size: .8rem;
  text-decoration: none;
}
.lg-achv-card__cats a:focus,
.lg-achv-card__cats a:hover {
  background: #e6eaf0;
}

/* カード全体リンクのヒット領域 */
.lg-achv-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.lg-achv-card__link a{
  color: inherit;
  text-decoration: none;
}

/* ページネーション最小 */
.lg-achv-pagination {
  margin-top: 2rem;
  text-align: center;
}
.lg-achv-pagination .page-numbers {
  display: inline-block;
  padding: .5rem .75rem;
  margin: 0 .15rem;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  text-decoration: none;
}
.lg-achv-pagination .current {
  background: #111;
  color: #fff;
  border-color: #111;
}
.lg-achv-pagination a:hover,
.lg-achv-pagination a:focus {
  background: #f2f2f2;
}


/*お知らせのアイキャッチの高さ*/
.c-page-header__bgimage{height:80%;}

/*サイドバーの消去*/
.l-contents__sidebar{display:none;}

@media (max-width: 1320px) {
	.padding-100{padding-left:100px; padding-right:100px;}
	.c-fluid-container{padding-left:0; padding-right:0;}
	
	
/*グローバルナビのフォントサイズ変更*/
.p-global-nav .c-navbar__item>a>span{font-size:14px;}
	
	
}



@media (max-width: 1280px) {

  /******************************************************************

Stylesheet: 1280px以下（タブレット）で適用

******************************************************************/
	
	#menu-footer{background-color:#ebf9ff;}
 .l-contents__inner {
	   padding-top:0px!important;
  padding-left:10px;
	  padding-right:10px;
}
	
  .c-site-branding__title .custom-logo {
    width: 200px !important;
    height: auto;
  }


.l-footer-widget-area>.c-fluid-container {
  padding: 0;
}

/*投稿ページのフォントサイズ調節*/
.c-entry-summary__title {
  font-size: 16px !important;
}

/*投稿ページの余白調節*/
.l-contents__sidebar {
  display: none;
}

/*h2、h3の余白*/
	.wp-block-heading{margin-top:10px!important;
	margin-bottom:10px!important;}
	
	.has-text-align-center{margin-top:10px!important;}

	
.c-entry-summary__term{
  display: none;
}
	/*余白調節*/
	.margin-top-0{padding-top:0px!important;}
	
	.padding-100{padding-left:80px; padding-right:80px;}
	
	.p-search-form{display:none;}
	
	.c-drawer__inner{background-color:#ffffff;
	color:#000000;}
	
	#menu-item-55{color:#f27800;}
	
	/*コンタクトのタイトル*/
.smb-section__background-text {
  position: relative;
}

.smb-section__background-text__text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
	
	.smb-section__title{font-size:24px;}
	
	
	.c-drawer__inner{background:#F5F8FD;}
	
	/*グローバルナビの余白*/
	.p-drop-nav .p-global-nav .c-navbar__item>a{padding-left:12px!important;
padding-right:12px!important;}
	
	#menu-header-1.c-navbar > .c-navbar__item > a{padding-left:12px!important;
padding-right:12px!important;}
	
	#menu-item-1552{background-color:#06C755;
    padding-top: 10px;
    padding-bottom: 10px;}
	
	#menu-item-1551{background-color:#335EAC;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size:13px;
		color:#fff;
    font-weight:bold;}
	
	.p-footer-sticky-nav .c-navbar__item>a{font-size:16px;
		color:#fff;
    font-weight:bold;
	}
}
@media (max-width: 639px) {

  /******************************************************************

Stylesheet: 639px以下(スマホ)で適用

******************************************************************/
  .c-entry-summary__term.c-entry-summary__term--achievements-categor-4.c-entry-summary__term--achievements-categor-slug-high-pressure {
    font-size: 10px;
	}
.l-contents__inner {
  padding-left:10px;
	  padding-right:10px;
}

	#menu-item-1552{background-color:#06C755;
    padding-top: 10px;
    padding-bottom: 10px;}
	
	#menu-item-1551{background-color:#335EAC;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size:13px;
		color:#fff;
    font-weight:bold;}
	
	.p-footer-sticky-nav .c-navbar__item>a{font-size:16px;
		color:#fff;
    font-weight:bold;
	}
}
	
@media (max-width: 500px) {
.padding-100{padding-left:20px; padding-right:20px;}
	
}