@charset "UTF-8";

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

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

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

html, body {
  background-color: transparent !important;
  overscroll-behavior: none;
}

.l-contents__inner {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

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

/*サイドバーを非表示*/
.l-contents__sidebar{display:none;}

/*背景色*/
html, body {
  background-color: #fff !important;
  overscroll-behavior: none;
}

:root {
  background-color: #fff !important;
}



.home .p-singular.page-template.page-template-page-templates.page-template-one-column.page-template-page-templatesone-column-php.logged-in.wp-custom-logo.wp-theme-snow-monkey.l-body--one-column.l-body.customize-support{background:#ffffff!important;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*footerの背景*/
.c-copyright.c-copyright--inverse {
  background-color: #2F5597;
}

.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;
}


/*コピーライトの背景*/
.l-footer__footer {
  background-color: #2F5597 !important;
  text-align: center;
  color: #fcfcfc;
}

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

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

/*TOP、お任せくださいのあしらい*/
.top-soudan {
  padding: 10px;
  border-top: 6px double #2F5597;
  border-bottom: 6px double #2F5597;
}

/*Googleマップのサイズ*/
.gmap_iframe {
  max-width: 1000px;
  width: 100%;
  height: 400px;
}

.map {
  text-align: center;
}


/*ContactForm7カスタマイズ*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 textarea {
  color: #333333;
  /* 入力されたテキストの色を黒に変更 */
}

.wpcf7 select {
  color: #333;
  /* 選択されたテキストの色を黒に変更 */
}

.cf7 {
  width: 60%;
  margin: 0 auto;
}

.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

.cf7__list dt {
  width: 35%;
  padding-top: 15px;
}

.cf7__list dd {
  width: 65%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}

.cf7__required {
  background: #BE1D1D;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {

  text-align: center;
}

.wpcf7-spinner {
  display: none;
}


input[type="submit"] {
  width: 260px;
  height: 60px;
  background: #EF9338;
  color: #fff;
  transition: opacity .6s;
}

input[type="submit"]:hover {
  opacity: .6;
}

/* 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-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;
}

/* ====== 施工実績アーカイブ専用 ====== */
.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;
}


/*余白調節*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.page-id-910 .l-contents__container.c-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 {
  position: relative;
}

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


/*投稿日等削除*/

.c-meta__item--modified{display:none;}
.c-meta__item--author{display:none;}
.c-meta__item--categories{display:none;}


/*カスタム投稿ページの余白調節*/
.padding-0{padding-top:0;
padding-bottom:0;}

@media (max-width: 1300px) {
	.padding-100{padding-left:100px; padding-right:100px;}
	.c-fluid-container{padding-left:0; padding-right:0;}
	
}


@media (max-width: 1023px) {

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

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

******************************************************************/
  /*ContactForm7カスタマイズ*/
  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }

  .cf7 {
    width: 100%;
    margin: 0 auto;
  }

  .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;
}

.c-entry__title{margin-top:40px;}

.c-entry-summary__term{
  display: none;
}
	
	.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;
}
	
	
}
@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;
	}

}
	
@media (max-width: 500px) {
.padding-100{padding-left:20px; padding-right:20px;}
}