@charset "UTF-8";


/*=======================================================*/
/*					セクション毎のCSS					  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(30px, 4vw, 50px);
	line-height: 1;
	font-style: italic;
	text-align: center;
	/*font-family: "Montserrat", sans-serif;*/
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02{
	font-size: clamp(19px, 2vw, 25px);
	line-height: 1.2;
	font-style: italic;
	font-weight: 600;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: clamp(14px, 1.5vw, 17px);
	text-align: center;
	margin-inline: auto;
	color: #916c2b;
	font-family: 'Noto Serif JP', serif;
}
@media only screen and (max-width: 767px) {
	.spot-heading02+p{
		/*text-align: left;*/
	}
	/*<br>のブレイクポイント*/
	.br768{
		display:none;
	}
}
.line{
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #fff;
	/* margin: 1.9607% auto; */
	margin: 1.1% auto;	/*今回のみ*/
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #777;
	/* margin: 1.9607% auto; */
	margin: 1.1% auto;	/*今回のみ*/
}
.hline {
	display: inline-block;
	width: 40px; /* 横棒の長さ（調整可） */
	height: 1px; /* 横棒の太さ（調整可） */
	background-color: #2d2d2d; /* 横棒の色 */
	vertical-align: middle;
	margin: 0 0.5em; /* 文章と横棒の間隔 */
}
/**/
.spot__heading03 {
	position: relative; /* 親要素を相対位置に設定 */
}
.spot__heading03 h3 {
	width: fit-content;
	font-size: clamp(19px, 5vw, 30px);
	font-family: 'Noto Serif JP', serif;
	text-align: left;
	/*padding-left: clamp(10px,7vw,70px);*/
	/*padding-right: 10px;*/
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 0.5vw;
	font-weight: 400;
}
.spot__heading03 h3:first-letter {
	font-size: 140%;
	color: var(--accent-color3);
	margin-right: 2px;
}
.spot__heading03 span {
	position: absolute;
	/*font-family: "WindSong", serif;*/
	font-family: "Corinthia", cursive;
	margin: 0;
	font-size: clamp(27px,9vw,40px);
	text-align: left;
	top: -35px; /* 調整が必要かもしれません */
	left: 0;
	transform-origin: left top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: var(--main-color);
	opacity: 0.3;
	/*transform: rotate(-8deg);*/
	z-index: 2;
}
.spot__heading03 p {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(14px,1.4vw,16px);
	line-height: 1.4;
	text-align: left;
	/*padding-left: clamp(10px,7vw,70px);*/
	margin: -5px 0 0.9vw 0;
	position: relative;
	z-index: 1;
}

/**/
.spot_photo{
	padding: 5px;
	background-color: #FFF;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* ソフトシャドウ */
	transition: all 0.3s ease;
	border-top-left-radius: 20%;
	border-bottom-right-radius: 20%;
}
.spot_photo img{
	border-top-left-radius: 20%;
	border-bottom-right-radius: 20%;
}
.spot_photo:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.spot_photo02{
	margin:0 auto;
	position: relative;
}
.spot_photo02::before,
.spot_photo02::after {
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
}
.spot_photo02::before {
	border-top: 2px solid var(--accent-color2);
	border-left: 2px solid var(--accent-color3);
	top:-10px;
	left:-10px;
}
.spot_photo02::after {
	border-right: 2px solid var(--accent-color2);
	border-bottom: 2px solid var(--accent-color3);
	bottom:-10px;
	right:-10px;
}


.spot_photo03 img{
	border-top-left-radius: 500px;
	border-bottom-right-radius: 500px;
}
@media only screen and (max-width: 568px) {
	.spot_photo03 img{
		border-top-left-radius: 200px;
		border-bottom-right-radius: 200px;
	}
}

.entry_bk{
	padding: 0;
	position: relative;
	z-index: 1;
}
.nav_bk{
	background-color: var(--main-color);
}

/*パンくず*/
.sec_pankuzu{
	padding: 0 0 15px 0;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}

/* タグ */
.kakomi01 span {
	padding: 3px 6px 3px 6px;
	margin: 0px 5px 5px 0px;
	background-color: #ffffff8a;
	border: 1px solid #82ae63;
	color:#333;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(12px, 1.3vw, 12px);
}
.kakomi01 span.nonk1 {
	padding: 3px 6px 3px 6px;
	margin: 0px 5px 5px 0px;
	background-color: initial;
	border: 0;
	color:#333;
	border-radius: 5px;
	text-align: left;
	display: inline-block;
	font-size: 12px;
}
.kakomi02{
	padding: 3px 20px 2px 20px;
	margin: 4px 1px 10px;
	background-color: #e7838a;
	border: 1px solid #aeaeae;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}

/* タグ（左右が揃う）  */
.kakomi-tag01 {
	display: flex;
	flex-wrap: wrap; /* 子要素を折り返す */
	gap: 10px;
	width: 90%;
	justify-content: space-between; /* 左右のボックスを揃える */
	margin: 20px auto;
}
.kakomi-tag01 p {
	background-color: #65943736;
	padding: 3px 7px 5px 7px;
	font-size: clamp(14px, 1.3vw, 15px);
	font-family: Arial, sans-serif;
	flex-grow: 1; /* ボックスのサイズを自動調整 */
	min-width: 160px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
	border-radius: 50px;
	font-family: "Zen Kaku Gothic New", serif;
}
.kakomi-tag01 .end{		/* などを末尾につけたい場合に */
	background-color:transparent;
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	width: 20px;
	min-width: 40px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: left; /* 水平方向の中央揃え */
}
@media (max-width: 968px) {
	.kakomi-tag01 {
		width: 100%;
	}
}
@media (max-width: 568px) {
	.kakomi-tag01 .end{
		text-align: right;
	}
}
/*印刷時*/
@media print{
	.kakomi-tag01 {
		display: flex;
		flex-wrap: wrap; /* 子要素を折り返す */
		gap: 10px;
		width: 90%;
		justify-content: space-between; /* 左右のボックスを揃える */
		margin: 20px auto;
	}
}
/*-----------------------------------------------*/
/*よく使うデザイン*/
/*-----------------------------------------------*/
/*印刷には表示されない*/
@media print{
	.print_none{
		display: none;
	}
}
/*調整*/
.adjus{
	padding-top: 15px;
}
/*テキストcenter→justify*/
.tx-ctj {
	margin: 0px auto;
	text-align: center;
}
@media (max-width: 968px) {
	.tx-ctj {
		text-align: justify;
	}
}
/*印刷時*/
@media print{
	.tx-ctj {
		margin: 0px auto;
		text-align: center;
	}
}
/*文字シャドウ*/
.tx-sha {
	text-shadow: #000 1px 0 10px;
}
/**/
.kukuri{
	border: 1px solid #aaa;
	padding: 20px 20px;
	margin: 25px auto;
	box-sizing: border-box;
	outline: 1px solid var(--accent-color2);
	outline-offset: -0.4rem;
}
/**/
.kukuri p{
	font-size: clamp(15px, 1.5vw, 16px);
	line-height: 1.4;
}
/**/
.kukuri2{
	border: 1px dotted #8e8e8e;
	padding: 10px 20px;
	margin: 10px auto;
	display: inline-block;/*今回だけ*/
}
@media (max-width: 568px) {
	.kukuri2{
		display: block;/*今回だけ*/
	}
}
/**/
.kukuri2 p{
	font-size: clamp(15px, 1.3vw, 16px);
	line-height: 1.4;
	margin-bottom: 2px;
}
.kbg01{
	background-color: rgba(255, 255, 255, 0.8);
}
.kbg02{
	background-image: url("../img/bg_04.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
/**/
.lead-copy {
	text-align: center;
	font-size: clamp(22px, 2vw, 30px);
	font-weight: 700;
	/*background: linear-gradient(to right, #063286, #3bb084);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	margin: 1.5rem auto 0.3rem auto;
	/*max-width: 720px;*/
	line-height: 1.4;
	color: var(--accent-color1)
}
/*サブキャッチ補足文章*/
.lead-p {
	text-align: center;
	color: var(--accent-color1);
	font-size: clamp(16px, 1.7vw, 19px);
	font-weight: 500;
	margin: 5px auto 25px auto;
	line-height: 1.4;
	font-family: "Zen Kaku Gothic New", serif;
}
@media (max-width: 568px) {
	.lead-p {
		text-align: justify;
	}
}
/*======= 共通 ======*/
/*今回*/
.f-fzg{
	font-family: "Zen Kaku Gothic New", serif;
}
/*ika表示*/
@media print, screen and (min-width: 449px) {
	.ika {
		display: none;
	}
}
/**/
.emp2color{
	color: #6f6048;
}

/**/
.each-page__heading01 {
	position: relative; /* 親要素を相対位置に設定 */
	margin-top: clamp(35px,3vw,50px);
	margin-bottom: clamp(1px,1.5vw,20px);
}

.each-page__heading01 h2 {
	/*width: fit-content;*/
	font-size: clamp(25px, 2.4vw, 33px);
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.2;
	font-weight: 400;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 15px;
}
.each-page__heading01 h2::after {
	content: "";
	width: 3em;
	height: 5px;
	background: linear-gradient(to right, #1B4875, #429DA8, #A9D3D6);
	background-color: var(--main-color);
	position: absolute;
	bottom: -15px;
	left: calc(50% - 3em / 2);
}
.each-page__heading01 h2.disno::after{
	display: none;/*下線無くしたい場合*/
}
.each-page__heading01 span {
	position: absolute;
	/*font-family: "WindSong", serif;*/
	margin: 0 auto;
	font-size: clamp(35px,9vw,60px);
	text-align: center;
	top: -1.0em;

font-family: "Parisienne", cursive;
font-weight: 400;
font-style: normal !important;

	transform-origin: center top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	opacity: 0.5;
	/*transform: rotate(-10deg);*/

	left: 50%;/*中央配置*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}



/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: var(--v-space2) 0;
	background-color: #F7F7F7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*冒頭一文*/
p.grp{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.3;
	margin: 0 auto 10px auto;
	width: fit-content;
	color: #666;
}
/**/
p.grp2{
	font-size: clamp(15px, 1.6vw, 17px);
	line-height: 1.7;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400 !important;
	/*-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;*/
}
/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 10px;
	align-items: end;
}
@media (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 15px;
	}
}
/*印刷時の為*/
@media print{
	.tel_bnr{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 15px;
		grid-row-gap: 10px;
		align-items: end;
	}
}

/*当社について・事業内容*/
/*ブリッジ*/
.bridge-top1 {
	padding: var(--v-space2) 0;
	background-image: url(../img/bg_02.png);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
/*
.bridge-top1::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #506d999e;
}
*/
.bridge-top1 h3{
	text-align: center;
	font-size: clamp(18px, 2vw, 25px);
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: var(--accent-color1);
	/*text-shadow: #273242 1px 0 15px;*/
	margin-bottom: 20px;
}

/*flexで*/
.service-summary-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 30px 0;
	box-sizing: border-box;
}

.service-summary-container article {
	width: calc((100% - 40px) / 3); /* gap分引いた上で4分割 */
	min-width: 250px; /* スマホで潰れすぎ防止 */
	padding: 15px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 8px 18px rgba(121, 121, 121, 0.1);
	box-sizing: border-box;
}

/* タブレット対応：2カラム */
@media only screen and (max-width: 1068px) {
	.service-summary-container article {
		width: calc((100% - 20px) / 2);
	}
}

/* スマホ対応：1カラム */
@media only screen and (max-width: 668px) {
	.service-summary-container {
		justify-content: center;
	}
	.service-summary-container article {
		width: 100%;
	}
}

/* 印刷用 */
@media print {
	.service-summary-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		margin: 30px 0;
		box-sizing: border-box;
	}
	.service-summary-container article {
		width: calc((100% - 40px) / 3);
		box-sizing: border-box;
	}
}
h4.fuz-tit {
	margin: 10px auto;
	padding: 5px 10px 0 10px;
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(16px, 1.5vw, 18px);
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}
.service-summary-container p{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(13px, 1.5vw, 15px);
	font-weight: 400;
	line-height: 1.4;
	text-align: justify;
	padding: 5px 10px;
}


/*実績*/
.sec1 {
	padding: var(--v-space2) 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-image: url(../img/bg_01.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

/**/
.performance-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 32px;
	margin: 60px 0 40px;
	padding: 0;
	list-style: none;
	font-family: "Zen Kaku Gothic New", serif;
}
.performance-list li {
	background: #ffffffcf;
	padding: 24px;
	border-radius: 8px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
}
.performance-list li:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.performance-list .badge {
	position: absolute;
	top: -12px;
	left: 16px;
	background: linear-gradient(135deg, var(--accent-color1, #2a5dad), #4e90e3);
	color: #fff;
	font-size: 0.9rem;
	padding: 6px 12px;
	border-radius: 999px;
	font-weight: bold;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.performance-list h4 {
	font-size: 1.15rem;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #222;
	font-weight: 600;
}
.performance-list p {
	font-size: 0.95rem;
	color: #555;
	line-height: 1.6;
}
.btn-wrap {
	text-align: center;
	margin-top: 24px;
}
.btn-more {
	display: inline-block;
	background-color: var(--accent-color1);
	color: #fff;
	padding: 10px 28px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 500;
	font-size: 1rem;
	transition: background-color 0.3s ease;
	/*font-family: 'Noto Serif JP', serif;*/
	font-family: "Zen Kaku Gothic New", serif;
}
.btn-more:hover {
	background-color: #1f4a8c;
}

/* スマホ調整 */
@media (max-width: 568px) {
	.performance-list {
		gap: 24px;
	}
	.performance-list li {
		padding: 20px;
	}
	.performance-list h4 {
		font-size: 1.05rem;
	}
}
/* 印刷用 */
@media print {
	.performance-list {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
		gap: 32px;
		margin: 60px 0 40px;
		padding: 0;
		list-style: none;
		font-family: "Zen Kaku Gothic New", serif;
	}
}
/*------------------------------------------------*/
/*セクションの間イメージ画像*/
.sec-adimg{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}
.sec-adimg-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.sec-adimg-container-item1 { grid-area: 1 / 1 / 2 / 2; }
.sec-adimg-container-item2 { grid-area: 1 / 2 / 2 / 3; }
.sec-adimg-container-item3 { grid-area: 1 / 3 / 2 / 4; }
.sec-adimg-container-item4 { grid-area: 1 / 4 / 2 / 5; }
.sec-adimg-container-item5 { grid-area: 1 / 5 / 2 / 6; }

@media (max-width: 568px) {
	.sec-adimg-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	
	.sec-adimg-container-item1 { display: none; }
	.sec-adimg-container-item2 { grid-area: 1 / 1 / 2 / 2; }
	.sec-adimg-container-item3 { grid-area: 1 / 2 / 2 / 3; }
	.sec-adimg-container-item4 { grid-area: 1 / 3 / 2 / 4; }
	.sec-adimg-container-item5 { display: none; }
}
/*------------------------------------------------*/










/*======= 建築に関することならページ ======*/
.services-sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*3つ*/
.general-item-container3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin: 30px 0 0 0;
}
@media (max-width: 868px) {
	.general-item-container3 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.general-item-container3 {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷用*/
@media print{
	.general-item-container3 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		margin: 10px 0;
	}
}
.general-item3{
	background-color: #6594371a;
	border-radius: 7px;
	padding: 10px;
}
.general-item3 h4{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.1;
	text-align: center;
	margin-top: 10px;
}



/*建築設計*/
.services-sec2 {
	padding: var(--v-space2) 0;
	background-color: #f9f9f9;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
h4.normh4{
	font-size: clamp(16px, 1.7vw, 19px);
	font-family: "Zen Kaku Gothic New", serif;
	margin: 10px 0;
}

.heading0333 {
	/*font-family: "Zen Kaku Gothic New", serif;*/
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	color: #66533b;
	font-weight: 400;
	font-size: clamp(20px, 2vw, 25px);
	margin-bottom: 10px;
	position: relative;
	padding: 1.5rem 1.5rem 0rem 1.5rem;
	margin-top: 50px;
}
.heading0333::before {
	content: "";
	border: 0;
	position: absolute;
	left: calc(50% - 50px);
	background-image: url(../img/icon03.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100px;
	height: 50px;
	top: -30px;
}


/*4つの枠で3つ*/
/*flexで*/
.general-item-octagon3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	box-sizing: border-box;
	margin: 30px auto 0 auto;
	max-width: 1100px;
}
.octagon-item3 {
	width: calc((100% - 60px) / 4); /* gap分引いた上で4分割 */
	/*min-width: 250px;*/ /* スマホで潰れすぎ防止 */
	box-sizing: border-box;
}
/* タブレット対応：2カラム */
@media only screen and (max-width: 868px) {
	.general-item-octagon3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 5px 15px;
		margin: 30px 0 50px 0;
		box-sizing: border-box;
	}
	.octagon-item3 {
		width: calc((100% - 30px) / 3);
	}
}
/* スマホ対応：2カラム */
@media only screen and (max-width: 468px) {
	.octagon-item3 {
		width: calc((100% - 15px) / 2);
	}
}

/* 印刷用 */
@media print {

}
/* 八角形画像のスタイル */
.octagon {
	width: 100%;
	max-width: 300px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	clip-path: polygon(
		30% 0%, 70% 0%,
		100% 30%, 100% 70%,
		70% 100%, 30% 100%,
		0% 70%, 0% 30%
	);
}
/* 六角形（Hexagon） */
.hexagon {
	width: 100%;
	max-width: 300px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	clip-path: polygon(
		25% 0%, 75% 0%,
		100% 50%,
		75% 100%, 25% 100%,
		0% 50%
	);
}

/* 七角形（Heptagon） */
.heptagon {
	width: 100%;
	max-width: 300px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	clip-path: polygon(
		50% 0%,
		90% 20%,
		100% 60%,
		75% 100%,
		25% 100%,
		0% 60%,
		10% 20%
	);
}





/*耐震診断・耐震補強*/
.services-sec3 {
	padding: var(--v-space2) 0;
	background-color: #6594371a;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*カードレイアウト*/
.services-sec3_subcontainer {
	margin: 20px 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	gap: 20px;
}
@media (max-width: 568px) {
	.services-sec3_subcontainer {
		margin: 20px 0;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		gap: 20px;
	}
}
.services-sec3_card {
	background: var(--card-bg);
	border-radius: 7px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13);
	padding: 20px;
	transition: transform 0.3s ease-in-out;
	
	background-color: #ffffff8a;
}
.services-sec3_card:hover {
	transform: scale(1.02);
}
/**/
.services-sec3_card h4 {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(16px, 1.7vw, 19px);
	margin: 0 0 15px 0;
	border-left: 5px solid var(--accent-color2);
	padding: 0 0 3px 10px;
	background-color: rgba(255, 255, 255, 0.9);
}





/*木造住宅の耐震診断・補強（青梅市 補助制度あり）*/
.services-sec4 {
	padding: var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*3つ*/
.seismic-grid-container3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 5px 0 10px 0;
}
@media (max-width: 1068px) {
	.seismic-grid-container3 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.seismic-grid-container3 {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時の為*/
@media print{
	.seismic-grid-container3 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
		margin: 20px 0 0 0;
	}
}
/*画像の表示*/
.seismic-grid-container3 img {
	width: 100%;
	height: auto;
	height: 300px;
	object-fit: cover;
}
@media (max-width: 568px) {
	.seismic-grid-container3 img {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
}
.seismic-grid-item3 h4.gallery-title{
	font-size: clamp(14px, 1.5vw, 15px);
	font-family: "Zen Kaku Gothic New", serif;
}
/**/
.fa-hand-point-up {
	margin-right: 5px;
	color: var(--accent-color3);
}



/*下部*/
.sub {
	padding: var(--v-space2) 0;
	background-image: url(../img/bg_sub.jpg);
	background-size: cover;
	background-position: bottom right;
	background-repeat: no-repeat;
}
h3.heading-sub{
	font-size: clamp(19px, 2.5vw, 30px);
	letter-spacing: -1px;
	line-height: 1.3;
	font-weight: normal;
	display: block;
	color: #222;
	text-shadow: 0 0 10px rgba(255, 255, 255);
	margin-bottom: 15px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500;
}
h3.heading-sub span{
	color: #b1a603;
	text-shadow: 0 0 10px rgba(255, 255, 255);
}
.bgfit{
	/*background-color: rgb(0, 51, 102, 0.8);*/
	width: fit-content;
	padding: 20px;
}
@media only screen and (max-width: 768px) {
	.bgfit{
		background-color: rgb(255, 255, 255, 0.7);
		width: fit-content;
		padding: 20px;
	}
}
/**/
.fuchidori-sub1{
	-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;
	font-family: "Zen Kaku Gothic New", serif;
}












/*======= 業務実績ページ ======*/
.projects-sec1 {
	padding: var(--v-space3) 0 clamp(25px, 3vw, 50px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
.projects_box1{
	margin: 30px auto;
	background-color: #aa686126;
	outline: 1px solid #FFF;
	outline-offset: -0.8rem;
	padding: 30px 50px;
}
.projects_box1 p{
	text-align: justify;
	font-family: "Zen Kaku Gothic New", serif;
	line-height: 1.6;
	font-size: clamp(15px, 1.7vw, 17px);
}
@media (max-width: 768px) {
	.projects_box1 {
		padding: 30px 35px;
	}
}


/*7つ*/
.general-item-container7 {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 10px;
	margin: 10px 0;
}
@media (max-width: 1368px) {
	.general-item-container7 {
		grid-template-columns: repeat(6, 1fr);
	}
}
@media (max-width: 968px) {
	.general-item-container7 {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 668px) {
	.general-item-container7 {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 468px) {
	.general-item-container7 {
		grid-template-columns: repeat(2, 1fr);
	}
}
/*印刷用*/
@media print{
	.general-item-container7 {
		display: grid;
		grid-template-columns: repeat(7, 1fr);
		gap: 10px;
		margin: 10px 0;
	}
}
/**/
.general-item7 {
	position: relative; /* オーバーレイを重ねるために必要 */
	background-color: #d7e3ca7d;
	border-radius: 7px;
	padding: 15px 10px 15px 10px;
	overflow: hidden; /* オーバーレイがはみ出ないように */
	transition: color 0.3s ease;
}
/* オーバーレイ */
.general-item7 .overlay {
	position: absolute;
	inset: 0;
	/*background: linear-gradient(135deg, rgba(63, 81, 181, 0.7), rgba(85, 133, 165, 0.7), rgba(200, 220, 235, 0.7));*/
	background: linear-gradient(135deg, var(--accent-color1), var(--accent-color3), #a1e3e1);
	background: linear-gradient(135deg, #002F4B, #005F73, #0A9396);


	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1;
	border-radius: 7px;
	pointer-events: none; /* リンクなどを邪魔しないように */
}
/* ホバーで表示 */
.general-item7:hover .overlay {
	opacity: 1;
}


.general-item7 img{
	width: 70%;
	margin: 0 auto 10px;
}
.general-item7 h4{
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
	font-size: clamp(14px, 1.5vw, 16px);
	line-height: 1.1;
	text-align: center;
	margin-top: 10px;
}
.general-item7 h4::after {
	content: "\f103"; /* Font AwesomeのUnicode */
	font-family: "Font Awesome 5 Free"; /* または "Font Awesome 6 Free" */
	font-weight: 900; /* Solidアイコンの場合は必要 */
	display: block; /* 下に表示 */
	font-size: 1em;
	margin-top: 10px;
	text-align: center;
	color: #777;
}


/* 中身の要素がオーバーレイより上に表示されるように */
.general-item7 figure,
.general-item7 h4 {
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
}
/* ホバー時に画像を明るく・白っぽくする */
.general-item7:hover img {
	filter: brightness(11) contrast(0.99);
}

/* ホバー時にテキストを白に */
.general-item7:hover h4 {
	color: #fff;
}
.general-item7:hover h4::after {
	color: #ccc;
}




/*福祉施設*/
.projects-sec2 {
	padding: clamp(35px, 3vw, 50px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*4つ*/
.gallery-grid-container4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 20px 0 0 0;
}
@media (max-width: 1068px) {
	.gallery-grid-container4 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.gallery-grid-container4 {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時の為*/
@media print{
	.gallery-grid-container4 {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
		margin: 20px 0 0 0;
	}
}
/*画像の表示*/
.gallery-grid-container4 img {
	width: 100%;
	height: 250px;
	/*height: auto;*/
	object-fit: cover;
}
@media (max-width: 568px) {
	.gallery-grid-container4 img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
}
.gallery-grid-item4 h4.gallery-title{
	font-size: clamp(14px, 1.5vw, 15px);
	font-family: "Zen Kaku Gothic New", serif;
}


/*マンション*/
.projects-sec3 {
	padding: clamp(35px, 3vw, 50px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*複合用途*/
.projects-sec4 {
	padding: clamp(35px, 3vw, 50px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*店舗・物流施設*/
.projects-sec5 {
	padding: clamp(35px, 3vw, 50px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*個人住宅*/
.projects-sec6 {
	padding: clamp(35px, 3vw, 50px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*木造集合住宅*/
.projects-sec7 {
	padding: clamp(35px, 3vw, 50px) 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*3つ*/
.gallery-grid-container3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 20px 0 0 0;
}
@media (max-width: 1068px) {
	.gallery-grid-container3 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.gallery-grid-container3 {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時の為*/
@media print{
	.gallery-grid-container3 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
		margin: 20px 0 0 0;
	}
}
/*画像の表示*/
.gallery-grid-container3 img {
	width: 100%;
	height: 250px;
	/*height: auto;*/
	object-fit: cover;
}
@media (max-width: 568px) {
	.gallery-grid-container3 img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
}
.gallery-grid-item3 h4.gallery-title{
	font-size: clamp(14px, 1.5vw, 15px);
	font-family: "Zen Kaku Gothic New", serif;
}


/*その他*/

/*1つ～*/
.gallery-grid-container1 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
	margin: 20px 0 0 0;
}
@media (max-width: 1068px) {
	.gallery-grid-container1 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.gallery-grid-container1 {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時の為*/
@media print{
	.gallery-grid-container1 {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
		margin: 20px 0 0 0;
	}
}
/*画像の表示*/
.gallery-grid-container1 img {
	width: 100%;
	height: 250px;
	/*height: auto;*/
	object-fit: cover;
}
@media (max-width: 568px) {
	.gallery-grid-container1 img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
}
.gallery-grid-item1 h4.gallery-title{
	font-size: clamp(14px, 1.5vw, 15px);
	font-family: "Zen Kaku Gothic New", serif;
}




/*業務経歴概要（平成元年～現在）*/
.history {
	padding: var(--v-space2) 0;
	background-color: #f9f9f9;
	background-image: url(../img/history_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right bottom;
}
@media (max-width: 768px) {
	.history {
		background-size: 130%;
	}
}
/*印刷時*/
@media print{
	.history {
		padding: var(--v-space2) 0;
		background-color: #f9f9f9;
		background-image: url(../img/history_bg.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: right bottom;
	}
}








/*======= 会社概要ページ ======*/
.about-sec1 {
	padding: var(--v-space3) 0;
	background-color: #f9f9f9;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.bg_b {
	background: rgba(255, 255, 255, 0.8);
	padding: 40px;
}
@media (max-width: 568px) {
	.bg_b {
		padding: 20px;
		margin: 0;
	}
}
/* 概要部分のテーブル */
table.inftb{
	box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", serif;
}
table.inftb tr {
	box-sizing: border-box;
}
table.inftb tr td:nth-of-type(1) {
	font-weight: 600;
	border-bottom: 1px dashed #b0b0b0;
	padding: 10px 13px 10px 39px;
	width: 10em;
	box-sizing: border-box;
	background: url(../img/icon02.png) no-repeat 7px center;
	background-size: 27px;
	font-size: clamp(16px, 1.7vw, 17px);
	line-height: 1.2;
}
table.inftb tr td:nth-of-type(2)  {
	border-bottom: 1px dashed #b0b0b0;
	padding: 10px 13px;
	box-sizing: border-box;
	width: calc((100% - 10em) / 1);
	font-size: clamp(15px, 1.6vw, 17px);
}

@media screen and (max-width: 568px) {
	table.inftb tr td:nth-of-type(1) {
		display: block;
		padding: 10px 5px 10px 41px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
		background-color: rgba(101, 148, 55, 0.07);
	}
	table.inftb tr td:nth-of-type(2)  {
		display: block;
		border-bottom: none;
		padding: 10px 5px 15px 5px;
		width: 100%;
		text-align: justify;
	}
/*今回だけ*/
	table.inftb tr td.padnon {
		display: block;
		border-bottom: none;
		padding: 10px 0 15px 0!important;
		width: 100%;
		text-align: justify;
	}
}
/* ／　リスト */
ul.bus-li {
	font-family: "Zen Kaku Gothic New", serif;
}
ul.bus-li li{
	line-height: 1.4;
	display: inline-block;
	white-space: nowrap;
	font-weight:400;
}
ul.bus-li li::after{
	content: " / ";
}
ul.bus-li li:last-child::after{
	content: none;
}
@media (max-width: 767px) {
	ul.bus-li li::after{
		content: none;
	}
	ul.bus-li li {
		display:block;
		width: 100%;
		line-height: 1.4;
	}
}

/*分野別 実績一覧*/
.about-sec2 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}


/* 実績カテゴリ グリッド全体 */
.category-blocks {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin-top: 2em;
	padding: 0;
}
/* レスポンシブ対応 */
@media screen and (max-width: 1168px) {
	.category-blocks {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 768px) {
	.category-blocks {
		grid-template-columns: 1fr;
	}
}
/* 印刷用 */
@media print {
	.category-blocks {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 25px;
		margin-top: 2em;
		padding: 0;
	}
}

/* 各カテゴリブロック */
.category-block {
	background-color: #f5f5f5; /* 薄いグレー */
	border-radius: 6px;
	padding: 20px;
	box-sizing: border-box;
	transition: box-shadow 0.3s ease;
}
.category-block:hover {
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* カテゴリ見出し（h4） */
.category-block h4 {
	font-size: clamp(17px, 1.9vw, 21px);
	color: var(--accent-color1);
	margin-bottom: 0.5em;
	border-left: 4px solid var(--accent-color1);
	padding: 1px 0 3px 10px;
	font-family: "Zen Kaku Gothic New", serif;
}

/* 下部リンクセクション */
.link-to-works {
	margin-top: 2em;
	font-size: 0.95em;
	font-family: "Zen Kaku Gothic New", serif;
	text-align: center;
}



/*アクセス*/
.access_sec1 {
	padding: var(--v-space3) 0 50px 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	background-color: #6594371a;
}
/* アクセス部分のテーブル */
table.actab {
	font-family: "Zen Kaku Gothic New", serif;
	box-sizing: border-box;
	font-size: clamp(16px, 1.7vw, 17px);
}
table.actab tr {
	box-sizing: border-box;
}
table.actab tr td:nth-of-type(1) {
	line-height: 1.3;
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 7px 5px 5px 5px;
	width: 9em;
	color: #000;
	box-sizing: border-box;
}
table.actab tr td:nth-of-type(2) {
	border-bottom: 1px dashed #999;
	padding: 7px 5px;
	box-sizing: border-box;
}
@media screen and (max-width: 568px) {
	table.actab tr td:nth-of-type(1) {
		display: block;
		padding: 5px 5px 3px 5px;
		width: 100%;
		background-color: #cccccc3d;
	}
	table.actab tr td:nth-of-type(2) {
		display: block;
		padding: 8px 5px;
		width: 99%;
	}
}
/*アイコン*/
.f-awesome_icon01 {
	font-size: 1.2em;
	color: #828282;
	margin: 0 10px 7px 5px;
	display: inline-block;
	vertical-align: middle;
}
.f-awesome_icon02 {
	font-size: 1.2em;
	color: #828282;
	margin: 0 10px 7px 3px;
	display: inline-block;
	vertical-align: middle;
}
















