/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 16 2026 | 02:29:20 */
/* 
@media (max-width: 640px) 
@media (min-width: 960px) 
var(--color_main)
サブカラーの設定
var(--color_deep01)
var(--color_deep02)
var(--color_deep03)
*/
/* -------------
○○〇の設定
-----------------------------*/
/*---------不要なソースの削除----------- */
/* -------------
共通の設定
-----------------------------*/
.p-archiveContent {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background: #f3f3f3;
  margin-top: 0em !important;
  padding: 2em 0 0;
}
.p-archiveContent .p-postList {
  max-width: 1050px;
  margin: 0 auto;
}
.-type-card .p-postList__excerpt {
  margin: 0.6em 0;
}
.-type-card .p-postList__link {
  height: auto;
  flex: 1 1 auto;
}
.-ps-style-normal .p-postList__item:hover .p-postList__body, .-type-card .p-postList__item:hover .p-postList__body, .-type-list .p-postList__item:hover .p-postList__body {
  opacity: 1;
}
.post-type-archive-construction .l-mainContent__inner .p-postList__item .p-postList__body:hover {
  opacity: 1;
}
#body_wrap.single-item .l-content, #body_wrap.single-voice .l-content, #body_wrap.single-menu .l-content {
  max-width: 1050px;
  margin: 0 auto;
}
.single-item .c-postTitle__date, .single-voice .c-postTitle__date, .single-menu .c-postTitle__date {
  display: none;
}
.single-item .c-postTitle__ttl, .single-voice .c-postTitle__ttl, .single-menu .c-postTitle__ttl {
  text-align: center;
}
.single-item .c-postTitle__ttl::after, .single-voice .c-postTitle__ttl::after, .single-menu .c-postTitle__ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 14px;
  margin: 0.3em auto 0;
  background: url("//20251224095786u3b5t7.conohawing.com/wp-content/uploads/2026/01/heading-line.svg") no-repeat center / contain;
}
.c-pagination {
  padding: 0 0 2em;
}
@media (max-width: 768px) {
  .-type-card .p-postList__title, .-type-list .p-postList__title, .-type-list2 .p-postList__title {
    font-size: 3.3vw;
  }
}
/*---------不要なソースの削除----------- */
.eight-single-item .p-toc {
  display: none !important;
}
.p-articleFoot {
  display: none;
}
.p-pnLinks {
  display: none;
}
@media (min-width: 600px) {
  .l-articleBottom__section {
    margin-top: 1em;
  }
}
/* -------------
施工事例・メニューの設定
-----------------------------*/
.post_content .staff-related-heading {
  border-top: 1px solid #717171;
  border-bottom: 1px solid #717171;
  padding: 0.5em 4em;
  width: fit-content;
  margin: 1em auto 2em;
}
.staff-related-items {
  position: relative;
  padding: 4rem 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .post_content .staff-related-heading {
    padding: 0.5em 0;
    width: 100%;
  }
}
.staff-related-items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #f5f7f8;
  z-index: -1;
}
.item-excerpt {
  font-size: 14px;
}
.c-postThumb__cat {
  left: 0;
  width: fit-content;
  position: static;
}
.p-postList__item {
  display: flex;
  flex-direction: column;
}
.staff-related-items .p-postList__body {
  flex: 1;
  height: 100%;
}
@media (max-width: 768px) {
  .item-excerpt {
    font-size: 12px;
  }
}
/* -------------
スタッフ紹介の設定
-----------------------------*/
.post_content .staff-section-title {
margin: 1em 0;
}
.post_content .staff-section-title span {
  display: inline-block;
  background: transparent;
  color: var(--color_main);
  padding: 8px 20px;
  border: 2px solid var(--color_main);
  font-size: 1.3rem;
  position: relative;
}
.post_content .staff-section-title span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: var(--color_main) transparent transparent transparent;
}
.post_content .staff-section-title span::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 8px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}
/*-- 折り目の設定 --*/
.staff-info {
  position: relative;
  max-width: 600px;
  margin: 3rem auto;
}
.staff-inner {
 display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 5rem 1rem;
}
.staff-inner {
  position: relative;
  z-index: 2;
  background: #fff;
  border-top: 1px solid #2f2f2f;
  border-left: 1px solid #2f2f2f;
  padding: 2.5rem 2rem;
  display: flex;
  gap: 2rem;
  align-items: center;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 56px),
    calc(100% - 56px) 100%,
    0 100%
  );
}
.outer-shadow {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 100%;
  height: 100%;
background: #cfe3f1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top left;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 56px),
    calc(100% - 56px) 100%,
    0 100%
  );
  z-index: 1;
  pointer-events: none;
}
.staff-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;

  width: 1px;
  height: calc(100% - 55px);
  background: #2f2f2f;
  z-index: 3;
}
.staff-inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: calc(100% - 55px);
  background: #2f2f2f;
  z-index: 3;
}
.staff-inner .fold {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 55px 0 0;
  border-color: #cfe3f1 transparent transparent transparent;
  box-shadow: -1px -1px 0 0 #2f2f2f;
  z-index: 4;
  pointer-events: none;
}
.staff-inner .fold-mask {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 55px 0 0;
  border-color: #fff;
  z-index: 2;
  pointer-events: none;
}
.post_content .staff-name {
  font-size: 1rem;
  margin: 0.3rem 0;
  text-align: left;
}
.staff-tagline {
  line-height: 1.7;
  font-size: 0.8rem;
  margin: 0.3rem 0;
}
.staff-related-buttons {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.staff-link {
  position: relative;
  color: #333;
  text-decoration: none;
  padding-right: 1.2em;
  border-bottom: 1px solid #333;
  font-size: 0.75rem;
}
.staff-link span {
  position: absolute;
  right: 0;
  top: 0;
}
.staff-image{
    width: 100px;
}
.staff-text {
    width: 70%;
}
.pin-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: auto;
  z-index: 5;
  pointer-events: none;
}
	.staff-info--sp {
		display: none;
	}
/* 折り目の装飾終わり */
@media (max-width: 768px) {
	.staff-inner {
		flex-direction: column;
		gap:0px;
		padding: 4rem 2em;
		gap: 2rem;
		clip-path: polygon(
			0 0,
			100% 0,
			100% calc(100% - 31px),
			calc(100% - 31px) 100%,
			0 100%
		);
	}
	.outer-shadow {
		top: 12px;
		left: 12px;
		clip-path: polygon(
			0 0,
			100% 0,
			100% calc(100% - 31px),
			calc(100% - 31px) 100%,
			0 100%
		);
	}
	.staff-inner::before {
		width: 1px;
		height: calc(100% - 30px);
	}
	.staff-inner::after {
		height: 1px;
		width: calc(100% - 30px);
	}
	.staff-inner .fold {
		border-width: 30px 30px 0 0;
	}
	.staff-inner .fold-mask {
		border-width: 30px 30px 0 0;
	}
	.staff-info:not(.staff-info--sp) {
		display: none;
	}
	.staff-info--sp {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.staff-sp-head {
		display: flex;
		align-items: center;
	}
	.staff-info--sp .staff-image img {
		width: 56px;
		height: 56px;
	}
	.staff-sp-text {
		flex: 1;
	}
	.staff-info--sp .staff-name {
		margin: 0;
		font-size: 1rem;
	}
	.staff-info--sp .staff-tagline {
		margin: 4px 0 0;
		font-size: 0.8rem;
	}
}
/* =====並び替え===== */
.archive-sortbar{
  display:flex;
  align-items:center;
  gap:.75rem;
  flex-wrap:wrap;
  margin-top: .75rem;
  font-size: clamp(13px, 1.3vw, 14px);
  line-height: 1.8;
}
.archive-sortbar > label{
  font-weight: 600;
  letter-spacing: .02em;
}
#archiveSortSelect{
  -webkit-appearance: none;
  appearance: none;
  padding: .45rem 2.0rem .45rem .75rem;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 999px;
  background-color: #fff;
  font-size: 0.95em;
  line-height: 1.4;
  cursor: pointer;
  position: relative;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
  background-image:
    url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .65rem center;
  background-size: 12px 8px;
}
#archiveSortSelect:hover{
  border-color: rgba(0,0,0,.22);
}
#archiveSortSelect:focus{
  outline: none;
  border-color: rgba(0, 123, 255, .5);
  box-shadow: 0 0 0 3px rgba(0,123,255,.12);
}
.archive-sortbar > span{
  font-size: .9em;
  color: #667085;
  white-space: nowrap;
}
@media (max-width: 599px){
  .archive-sortbar{
    gap:.5rem .75rem;
    margin-top: .5rem;
  }
  .archive-sortbar > label{
    font-size: .95em;
  }
  #archiveSortSelect{
    padding: .4rem 1.75rem .4rem .65rem;
  }
  .archive-sortbar > span{
    font-size: .85em;
  }
}