@charset "UTF-8";


/*=======================================================*/
/*					セクション毎のCSS					  */
/*======================================================*/

/*============ 共通 =========== */

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
@media print {
	.full {
		margin: 0;
		width: 100%;
	}
}
/*パンくず*/
.sec_pankuzu{
	padding: 0 0 15px 0;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}

/**/
.common_end {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*背景（各ページで変えることも可）*/
.combg-01{
	background-image: url(../img/bg_03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.common_end p {
	font-size: clamp(15px,1.5vw,16px);
	line-height: 1.5;
	color: #151515;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}
.bgfit{
	background-color: #fff9;
	max-width: 970px;
	padding: 55px 20px 20px 20px;
	margin: 0 auto;
}
/**/
.spot__heading03 {
	position: relative; /* 親要素を相対位置に設定 */
}
.spot__heading03 h3 {
	font-size: clamp(14px,1.5vw,17px);
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.9);
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: 400;
	text-align: center;
	color: #151515;
	padding-top: 25px;
}
.spot__heading03 span.subsh03 {
	position: absolute;
	/*font-family: "WindSong", serif;*/
	font-family: "Corinthia", cursive;
	margin: 0;
	font-size: clamp(50px,5vw,60px);
	text-align: center;
	top: -0.65em; /* 調整が必要かもしれません */
	left: 50%;
	transform: translateX(-50%);
	/*transform-origin: left top;*/
	pointer-events: none;
	/*white-space: nowrap;*/
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #8f7f6a;
	opacity: 0.8;
	z-index: 2;
}
@media only screen and (max-width: 868px) {
	.spot__heading03 h3 {
		text-align: justify;
	}
}
/*印刷用*/
@media print{
	.spot__heading03 h3 {
		font-size: clamp(14px,1.5vw,17px);
		text-shadow: 0 0 3px rgba(255, 255, 255, 0.9);
		line-height: 1.5;
		margin-bottom: 15px;
		font-weight: 400;
		text-align: center;
		color: #151515;
		padding-top: 25px;
	}
}

/*お問い合わせバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 10px;
}
@media only screen and (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 10px;
	}
}
/*フッターバナー：簡素版thanks・プライバシーポリシー*/
.footerbnr2 {
	padding: 0 0 clamp(55px, 6vw, 70px) 0;
	position: relative;
	z-index: 1;
	background-color: #FFF;
}

h3.normalh3{
	font-size: clamp(20px, 2vw, 27px);
	font-weight: 400;
	text-align: center;
}

/*テキストcenter→justify*/
.tx-ctj2 {
	margin: 0px auto;
	text-align: center;
}
@media (max-width: 968px) {
	.tx-ctj2 {
		text-align: justify;
	}
}
/*印刷時*/
@media print{
	.tx-ctj2 {
		margin: 0px auto;
		text-align: center;
	}
}
/**/
.spot-heading09{
	text-align: center;
	position: relative;
	top:-50px;
	display: block;
	z-index: 3;
	margin-bottom: -60px;
}
.spot-heading09 .heading-line {
	width: 1px;
	height: 100px;
	background-color: var(--main-color);
	margin: 0 auto 20px auto;
}
.spot-heading09 p {
	position: relative;
	top:-5px;
	font-size: 30px;
	line-height: 1.2;
	color: #d5d0c3;
	margin: 5px 0;
	font-family: "Corinthia", cursive;
}
.spot-heading09 h2 {
	position: relative;
	font-size: clamp(24px, 3vw, 30px);
	color: #444;
	font-weight: normal;
}









/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: var(--v-space3) 0 clamp(20px, 4vw, 30px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
.greeting-haba {
	margin: 0 auto;
	max-width: 900px;
	padding: 1% 0 0 0;
}
/*冒頭一文*/
p.grp{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.3;
	margin: 0 auto 10px auto;
	width: fit-content;
	color: var(--main-color);
}

/**/
.each-page__heading01 {
	position: relative; /* 親要素を相対位置に設定 */
	margin-top: 65px;
}

.each-page__heading01 h2 {
	/*width: fit-content;*/
	font-size: clamp(25px,2.7vw,27px);
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.3;
	font-weight: 400;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 15px;
}
.each-page__heading01 h2::after {
	content: "";
	width: 3em;
	height: .2em;
	border-radius: .1em;
	background-color: #425c82;
	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;*/
	font-family: "Corinthia", cursive;
	margin: 0 auto;
	font-size: clamp(45px,5vw,60px);
	text-align: center;
	/*top: -1.1em;*/
	top: -0.9em;
	transform-origin: center top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #8ba867;
	opacity: 0.3;
	/*transform: rotate(-10deg);*/

	left: 50%;/*中央配置*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

/*サブキャッチ補足文章*/
.lead-p {
	text-align: center;
	color: #c6583f;
	font-size: clamp(16px, 1.6vw, 19px);
	font-weight: 400;
	margin: 5px auto 10px auto;
	line-height: 1.4;
	/*font-family: "Zen Maru Gothic", sans-serif;*/
}
@media (max-width: 568px) {
	.lead-p {
		text-align: justify;
		font-feature-settings: 'palt' 1;
		-webkit-font-smoothing: antialiased;
	}
}
/**/
p.grp2{
	font-size: clamp(15px, 1.4vw, 16px);
	line-height: 1.7;
	font-weight: 400;
	text-align: justify;
}

/*強み*/
.top_sec1{
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/* spot: フルブリード画像 × テキストカード */
.full_imgtext {
	position: relative;
	padding: clamp(35px, 5vw, 60px) 0;
	overflow-x: clip;
	overflow-x: hidden;
}
/* レイアウト：PCは画像＋カードの2エリア／SPは縦積み */
.full_imgtext .full_imgtext__grid{
	display: grid;
	grid-template-areas:
		"media"
		"card";
}
/* 画像：フルブリード（ビューポートいっぱいに突き抜け） */
.full_imgtext .full_imgtext__media{
	grid-area: media;
	position: relative;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	height: clamp(260px, 60vh, 600px);
	overflow: hidden;
	z-index: 0;
}
/* 横幅は svw で安定化（対応ブラウザのみ） */
@supports (width: 100svw){
	.full_imgtext .full_imgtext__media{
		margin: 0 calc(50% - 50svw);
		width: 100svw;
	}
}
/* 高さは svh で安定化（対応ブラウザのみ） */
@supports (height: 1svh){
	.full_imgtext .full_imgtext__media{
		height: clamp(260px, 40svh, 800px);
	}
}
/* スマホ幅（～767px）は高さを aspect-ratio で固定 */
@media only screen and (max-width: 767px){
	.full_imgtext .full_imgtext__media {
		height: auto !important;       /* vh依存をやめる */
		/*aspect-ratio: 4 / 3;*/          /* 好みで 4/3 や 21/9 に変更可 */
		aspect-ratio: 21 / 9;
	}
}
.full_imgtext .full_imgtext__media img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
/* 画像上の装飾テキスト（任意） */
/* === 文字オーバーレイ（親基準）。画像に切られない === */
.full_imgtext .full_imgtext__deco{
	position: absolute;
	/* フルブリード幅に合わせる：左右をビューポートいっぱいへ */
	left: calc(50% - 50vw);
	right: calc(50% - 50vw);
	/* 下寄せ（SPほど少し上げる） */

	/* レイヤリング */
	z-index: 1;
	pointer-events: none;

	/* タイポ */
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(22px, 4vw, 56px);
	line-height: 1.1;
	letter-spacing: .06em;
	color: #FFF;
	text-shadow: 0 2px 22px rgba(0,0,0,.65);

	/* 折返し挙動（スマホで細切れにならない設定） */
	white-space: normal;
	word-break: keep-all;
	overflow-wrap: normal;
	text-wrap: pretty; /* 対応ブラウザで自然な改行 */
}
@supports (width: 100svw){
	.full_imgtext .full_imgtext__deco{
		left: calc(50% - 50svw);
		right: calc(50% - 50svw);
	}
}
/* デスクトップ：カード重ねの手前で文字が埋もれないように */
@media print, screen and (min-width: 992px){
	.full_imgtext .full_imgtext__deco{
		bottom: clamp(20px, 10vw, 100px);
	}
}
/* タブレット幅（568px$301C991px）のとき */
@media print, screen and (min-width: 568px) and (max-width: 991px){
	.full_imgtext .full_imgtext__deco{
		bottom: 45%; /* 好きな値に調整 */
		font-size: clamp(20px, 4.5vw, 40px); /* 中間サイズ */
	}
}
/* スマホ：見切れ対策で少し上げ、文字サイズを微調整 */
@media only screen and (max-width: 567px){
	.full_imgtext .full_imgtext__deco{
		top:clamp(260px, 35vh, 800px);
		font-size: clamp(20px, 5.6vw, 32px);
		letter-spacing: .02em;
	}
}

/* カード：白・影・角丸。PCでは画像にオーバーラップ */
.full_imgtext .full_imgtext__card{
	grid-area: card;
	max-width: min(900px, 95%);
	/*margin-inline: auto;*/
	background: #ffffffd9;
	box-shadow: 0 10px 28px rgba(0,0,0,.12);
	padding: clamp(20px, 3.6vw, 36px) clamp(20px, 3.6vw, 40px);
}
.full_imgtext .full_imgtext__title{
	font-size: clamp(23px, 2vw, 30px);
	line-height: 1.4;
	margin: 0 0 7px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	border-bottom: 1px dotted #999;
}
.full_imgtext .full_imgtext__lead{
	font-size: clamp(14px, 1.4vw, 15px);
	line-height: 1.4;
	text-align: justify;
	margin: 0;
	color: #555;
}
/*追加装飾*/
.full_imgtext .full_imgtext_p{
	font-size: clamp(16px, 1.7vw, 17px);
	line-height: 1.4;
	text-align: right;
	margin: 7px 0 0 0;
	color: #555;
}

/* ====== PC配置：画像とカードを2カラムに。カードは右寄せで重ねる ====== */
@media print, screen and (min-width: 992px){
	.full_imgtext .full_imgtext__media{
		height: clamp(260px, 60vh, 600px);
	}
	.full_imgtext .full_imgtext__grid{
		grid-template-columns: 1fr min(50%, 800px);
		grid-template-areas: "media card";
		align-items: center;
	}
	/* カードをやや上に重ねる（オーバーラップ感） */
	.full_imgtext .full_imgtext__card{
		margin-right: clamp(20px, 5vw, 72px);
		margin-left: 0;
		/*transform: translateY(-15%);*//*少し上に*/
		transform: translateY(0%);/*真横*/
		background: #ffffff;
	}
	/* 反転レイアウト */
	.full_imgtext .full_imgtext__grid.is-reverse{
		grid-template-columns: min(50%, 800px) 1fr;
		grid-template-areas: "card media";
	}
	.full_imgtext .full_imgtext__grid.is-reverse .full_imgtext__card{
		margin-left: clamp(20px, 5vw, 72px);
		margin-right: 0;
	}
}
@media print{
	.full_imgtext .full_imgtext__media{
		height: 500px;
	}
	.full_imgtext .full_imgtext__deco {
		bottom: 15%;
	}
}


/*施行までの流れ*/
.top_sec2{
	padding: var(--v-space) 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.flow_mosaic_wrapper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}
.flow_step {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	min-height: 300px; /* 高さ統一 */
	background-size: cover;
	background-position: center;
	color: #fff;
	transition: transform 0.3s;
}
.flow_step:hover {
	transform: scale(1.03);
}
.step_overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top,
		rgba(0,0,0,0.65) 0%,
		rgba(0,0,0,0.45) 35%,
		rgba(0,0,0,0.2) 55%,
		rgba(0,0,0,0) 75%
	);
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
}
.step_number {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 22px;
	color: #ceb275;
	margin-bottom: 8px;
	padding: 4px 10px;
	display: inline-block;
	background: rgba(64, 54, 43, 0.87);
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.25);
	align-self: flex-start; /* ← これが効く */
}
.step_overlay h3 {
	font-size: clamp(17px, 1.5vw, 18px);;
	margin-bottom: 10px;
	color: #fff;
}
.step_overlay p {
	font-size: 14px;
	line-height: 1.5;
	color: #fdfbf5;
	text-align: justify;
}
/* 背景画像 */
.flow_step.step1 { background-image: url("../img/flow_step01.jpg"); }
.flow_step.step2 { background-image: url("../img/flow_step02.jpg");background-position: center top; }
.flow_step.step3 { background-image: url("../img/flow_step03.jpg");background-position: center 20%; }
.flow_step.step4 { background-image: url("../img/flow_step04.jpg"); }
.flow_step.step5 { background-image: url("../img/flow_step05.jpg"); }

/* レスポンシブ */
@media (max-width: 1024px) {
	.flow_mosaic_wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 768px) {
	.flow_mosaic_wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 468px) {
	.flow_mosaic_wrapper {
		grid-template-columns: 1fr;
	}
}
/**/
.heading03k {
	text-align: center;
	color: #444;
	font-weight: 400;
	font-size: clamp(24px, 3vw, 30px);
	line-height: 1.2;
	margin-bottom: 7px;
	position: relative;
	padding: 35px 0 0 0;
	-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;
}
.heading03k::before {
	content: "";
	border: 0;
	position: absolute;
	left: calc(50% - 120px);
	background-image: url(../img/icon04.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 240px;
	height: 100px;
	top: -75px;
}



/* 業務案内（列挙） */
.top_services {
	padding: var(--v-space3) 0 var(--v-space3) 0;
	background-color: #f2efeb;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.tsh {
	text-align: center;
	color: #444;
	font-weight: 400;
	font-size: clamp(24px, 3vw, 30px);
	line-height: 1.2;
	position: relative;
}
/* CTA*/
.service_cta {
	margin: 40px auto 10px auto !important;
	text-align: center;
}

/**/
.service-summary{
	padding: 30px 30px;
	margin: 10px 0;
	background: #fff;
}
/*flexで*/
.service-summary-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	box-sizing: border-box;
}
.service-summary-container article {
	width: calc((100% - 45px) / 4); /* gap分引いた上で4分割 */
	min-width: 200px; /* スマホで潰れすぎ防止 */
	box-sizing: border-box;
}
/* タブレット対応：2カラム */
@media only screen and (max-width: 1068px) {
	.service-summary-container article {
		width: calc((100% - 15px) / 2);
	}
}
/* スマホ対応：1カラム */
@media only screen and (max-width: 568px) {
	.service-summary-container article {
		width: 100%;
	}
}
/* 印刷用 */
@media print {
	.service-summary-container article {
		width: calc((100% - 45px) / 4);
		min-width: 200px;
		box-sizing: border-box;
	}
}
.service-summary-container h4{
	position: relative;
	font-size: clamp(15px, 1.6vw, 17px);
	padding-left: 11px;
	margin: 10px 0 5px 0;
}
.service-summary-container h4::before{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	content: '';
	display: block;
	width: 3px;
	height: 80%;
	background-color: var(--main-color);
}
.service-summary-container p{
	font-size: clamp(13px, 1.4vw, 14px);
	font-weight: 400;
	line-height: 1.4;
	text-align: justify;
	padding: 5px 3px;
}





/*======= 業務内容ページ ======*/
.services_sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/* タグ */
.kakomi01{
	margin-top: 10px;
}
.kakomi01 span {
	padding: 3px 7px 2px 7px;
	margin: 0px 0px 5px;
	background-color: #fff;
	border: 1px solid var(--main-color);
	color: var(--main-color);
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(11px, 1.3vw, 12px);
}
/*ボタン*/
.detail-link {
	margin-top: 10px;;
}
.detail-link a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;

	padding: 0.5em 1.5em;
	min-width: 180px;
	box-sizing: border-box;

	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;

	color: #fff;
	background-color: var(--accent-color3);
	border-radius: 9999px;

	transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

/* 矢印アイコン（CSSのみ） */
.detail-link a::after {
	content: "→";
	font-size: 0.9em;
	transition: transform 0.2s ease;
}
.detail-link a:hover {
	background-color: var(--main-color);
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.detail-link a:hover::after {
	transform: translateX(4px);
}

/* スマホ対応 */
@media (max-width: 768px) {
	.detail-link a {
		width: 100%;
		min-width: unset;
		justify-content: center;
	}
}


/*塗装工事*/
.services_sec2 {
	padding: var(--v-space3) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*窓・サッシ工事*/
.services_sec3 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*玄関工事*/
.services_sec4 {
	padding: var(--v-space3) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*ガラス工事*/
.services_sec5 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*シャッター工事*/
.services_sec6 {
	padding: var(--v-space3) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*エクステリア工事*/
.services_sec7 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*駐車場工事*/
.services_sec8 {
	padding: var(--v-space3) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*内装工事*/
.services_sec9 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}


/*flexで*/
.general-item3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	box-sizing: border-box;
	margin: 30px auto 0 auto;
}
.item3 {
	width: calc((100% - 20px) / 3);
	/*min-width: 250px;*/ /* スマホで潰れすぎ防止 */
	box-sizing: border-box;
}
/* タブレット対応：2カラム */
@media only screen and (max-width: 868px) {
	.general-item3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		margin: 30px 0 50px 0;
		box-sizing: border-box;
	}
	.item3 {
		width: calc((100% - 40px) / 2);
	}
}
@media only screen and (max-width: 568px) {
	.item3 {
		width: 100%;
	}
}
/* 印刷用 */
@media print {
	.general-item3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
		box-sizing: border-box;
		margin: 30px auto 0 auto;
	}
	.item3 {
		width: calc((100% - 20px) / 3);
		/*min-width: 250px;*/ /* スマホで潰れすぎ防止 */
		box-sizing: border-box;
	}
}








/*======= 玄関・窓リフォームページ ======*/
.reform_intro {
	padding: 0 0 var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*窓リフォーム*/
.reform_sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.heading03x {
	/*font-family: 'Noto Serif JP', serif;*/
	text-align: center;
	color: #444;
	font-weight: 400;
	/*font-size: clamp(25px, 2.5vw, 30px);*/
	font-size: clamp(24px, 3vw, 30px);
	line-height: 1.2;
	margin-bottom: 7px;
	position: relative;
	padding: 125px 0 0 0;
}
.heading03x::before {
	content: "";
	border: 0;
	position: absolute;
	left: calc(50% - 120px);
	background-image: url(../img/icon02.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 240px;
	height: 160px;
	top: -40px;
}
/*こんなお悩みありませんか？*/
.reform_sec2{
	padding: 0 0;
	background-color: #f7f5f1;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.trouble-section {
	padding: 50px 1rem;
	background: #f7f5f1;
	text-align: center;
	background-image: url(../img/bg_01a.png),url(../img/bg_01b.png);
	background-repeat: no-repeat,no-repeat;
	background-position: left bottom,right bottom;
	background-size: 260px,250px;
}
/* レスポンシブ対応 */
@media (max-width: 1168px) {
	.trouble-section {
		padding: 50px 95px 75px 95px;
		background-size: 200px,220px;
	}
}
@media (max-width: 968px) {
	.trouble-section {
		padding: 50px 65px 75px 65px;
		background-size: 190px,180px;
	}
}
@media (max-width: 868px) {
	.trouble-section {
		padding: 50px 65px 75px 65px;
		background-size: 220px,230px;
	}
}
@media (max-width: 568px) {
	.trouble-section {
		padding: 30px 15px 150px 15px;
		background-size: 170px,175px;
	}
}
/* 印刷用 */
@media print {
	.trouble-section {
		padding: 50px 1rem;
		background: #f7f5f1;
		text-align: center;
		background-image: url(../img/bg_01a.png),url(../img/bg_01b.png);
		background-repeat: no-repeat,no-repeat;
		background-position: left bottom,right bottom;
		background-size: 260px,250px;
	}
}

/**/
.trouble-section p,.trouble-section2 p{
	font-size: clamp(14px, 1.4vw, 17px);
	line-height: 1.5;
	-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;
	text-align: center;
}
@media (max-width: 868px) {
	.trouble-section p,.trouble-section2 p{
		text-align: justify;
		width: fit-content;
		margin: 10px auto;
		background-color: #ffffffde;
		padding: 15px;
	}
}
@media (max-width: 568px) {
	.trouble-section p,.trouble-section2 p{
		font-size: 15px;
		padding: 10px 15px;
	}
}

/**/
.trouble-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	max-width: 850px;
	margin: 0 auto;
}
.trouble-bubble {
	background: #ffffffe8;
	border-radius: 15px;
	padding: 1rem 0.5rem;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	position: relative;
	max-width: 300px;
	width: 100%;
	font-size: clamp(15px, 1.7vw, 17px);
	font-weight: 600;
	color: #79705f;
	text-align: center;
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}
.trouble-bubble.show {
	animation: fadeSlideUp 0.8s ease-out forwards;
}
/* 順番にディレイをかける */
.trouble-bubble.show:nth-child(1) { animation-delay: 0.1s; }
.trouble-bubble.show:nth-child(2) { animation-delay: 0.2s; }
.trouble-bubble.show:nth-child(3) { animation-delay: 0.3s; }
.trouble-bubble.show:nth-child(4) { animation-delay: 0.4s; }
.trouble-bubble.show:nth-child(5) { animation-delay: 0.5s; }
.trouble-bubble.show:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeSlideUp {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/* レスポンシブ対応 */
@media (max-width: 568px) {
	.trouble-bubble {
		max-width: 100%;
	}
}
/*印刷対応*/
@media print {
	/* アニメーションやトランジションを無効化 */
	.trouble-bubble {
		opacity: 1 !important;
		transform: none !important;
		animation: none !important;
		transition: none !important;
	}
	/* IntersectionObserverでclass付与されていなくても表示されるように */
	.trouble-bubble:not(.show) {
		opacity: 1 !important;
		transform: none !important;
	}
}





/*窓リフォームのメリット*/
.reform_sec3{
	padding: 0 0 var(--v-space2) 0;
	background-color: #ffffff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*矢印*/
.arrow_bottom {
	width: 1px;
	height: 100px;
	background-color: var(--main-color);
	margin: 0 auto 20px auto;
	position: relative;
	animation: fadeSlideUp 0.8s ease-out forwards;
	opacity: 0;
	transform: translateY(30px);
}
/* 矢印の先端 */
.arrow_bottom::after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 13px;
	height: 13px;
	border-right: 1px solid var(--main-color);
	border-bottom: 1px solid var(--main-color);
	transform: translateX(-50%) rotate(45deg);
}

/**/
.window-benefits {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-top: 40px;
}
.benefit-card {
	background: #fff;
	border-radius: 12px;
	padding: 24px 20px;
	text-align: center;
	box-shadow: 0 8px 20px rgba(0,0,0,0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.benefit-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}
.benefit-icon {
	margin-bottom: 16px;
}
.benefit-icon img {
	width: 110px;
	height: auto;
	margin: 0 auto;
}
.benefit-title {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 12px;
	color: #333;
}
.benefit-text {
	font-size: 0.95rem;
	line-height: 1.7;
	color: #555;
	text-align: left;
}

/* タブレット */
@media screen and (max-width: 1024px) {
	.window-benefits {
		grid-template-columns: repeat(2, 1fr);
	}
}
/* スマホ */
@media screen and (max-width: 599px) {
	.window-benefits {
		grid-template-columns: 1fr;
	}

	.benefit-card {
		padding: 20px 16px;
	}
}


/*このあと出てくる具体的な対応内容への橋渡しとして作成*/
/*画面半分体裁デザインのところ 左画像用*/
.harf_reform{
	padding: 0;
	background-color: #deddd485;
}
/*半分*/
.harf_reform-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　画像用*/
.harf_reform-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	min-height: 400px;
}
/*右カラム　文字用*/
.harf_reform-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 90px;
}

/*可変対応*/
@media only screen and (max-width: 1268px) {
	.harf_reform-container-item2 {
		grid-area: 1 / 2 / 2 / 3;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 40px 50px;
	}
}
@media only screen and (max-width: 968px) {
	.harf_reform-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(250px 1fr, 1);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.harf_reform-container-item1 { grid-area: 2 / 1 / 3 / 2; min-height: 300px; }
	.harf_reform-container-item2 { grid-area: 1 / 1 / 2 / 2; padding: 50px 20px; }
}

/*画像の選定 1000*500*/
.harfreform-bg01{
	background-image: url(../img/harf_reform_img01.jpg);
	background-position: center;
}



/*サッシ修理/ガラス修理/シャッター取付け*/
.reform_sec4{
	padding: var(--v-space) 0 var(--v-space3) 0;
	background-color: #ffffff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.th3p{
	color: #c1b9a3;
	text-align: center;
	font-family: "Corinthia", cursive;
	font-size: clamp(30px, 3vw, 35px);
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 1.2;
}
/**/
.reform_sec4-summary-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 0;
	box-sizing: border-box;
}
.reform_sec4-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;
	transition: transform 0.3s ease;
}
.reform_sec4-summary-container article:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* タブレット対応：2カラム */
@media only screen and (max-width: 1068px) {
	.reform_sec4-summary-container article {
		width: calc((100% - 20px) / 2);
	}
}

/* スマホ対応：1カラム */
@media only screen and (max-width: 668px) {
	.reform_sec4-summary-container {
		justify-content: center;
	}
	.reform_sec4-summary-container article {
		width: 100%;
	}
}

/* 印刷用 */
@media print {
	.reform_sec4-summary-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		margin: 0;
		box-sizing: border-box;
	}
	.reform_sec4-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;
		transition: transform 0.3s ease;
	}
}
h4.fuz-tit {
	margin: 10px auto;
	padding: 5px 10px 0 10px;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(17px, 1.7vw, 19px);
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}
.reform_sec4-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;
}


/*玄関リフォーム*/
.reform_sec5{
	padding: var(--v-space2) 0 var(--v-space2) 0;
	background-color: #ffffff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.heading03z {
	/*font-family: 'Noto Serif JP', serif;*/
	text-align: center;
	color: #444;
	font-weight: 400;
	/*font-size: clamp(25px, 2.5vw, 30px);*/
	font-size: clamp(24px, 3vw, 30px);
	line-height: 1.2;
	margin-bottom: 7px;
	position: relative;
	padding: 125px 0 0 0;
}
.heading03z::before {
	content: "";
	border: 0;
	position: absolute;
	left: calc(50% - 120px);
	background-image: url(../img/icon03.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 240px;
	height: 160px;
	top: -40px;
}
/*こんなお悩みありませんか？*/
.reform_sec6{
	padding: 0 0;
	background-color: #edf4f3;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.trouble-section2 {
	padding: 50px 1rem;
	background: #edf4f3;
	text-align: center;
	background-image: url(../img/bg_02a.png),url(../img/bg_02b.png);
	background-repeat: no-repeat,no-repeat;
	background-position: left bottom,right bottom;
	background-size: 260px,250px;
}
/* レスポンシブ対応 */
@media (max-width: 1168px) {
	.trouble-section2 {
		padding: 50px 95px 75px 95px;
		background-size: 200px,220px;
	}
}
@media (max-width: 968px) {
	.trouble-section2 {
		padding: 50px 65px 75px 65px;
		background-size: 190px,180px;
	}
}
@media (max-width: 868px) {
	.trouble-section2 {
		padding: 50px 65px 75px 65px;
		background-size: 220px,230px;
	}
}
@media (max-width: 568px) {
	.trouble-section2 {
		padding: 30px 15px 150px 15px;
		background-size: 170px,175px;
	}
}
/* 印刷用 */
@media print {
	.trouble-section2 {
		padding: 50px 1rem;
		background: #edf4f3;
		text-align: center;
		background-image: url(../img/bg_02a.png),url(../img/bg_02b.png);
		background-repeat: no-repeat,no-repeat;
		background-position: left bottom,right bottom;
		background-size: 260px,250px;
	}
}


/*玄関リフォームのメリット*/
.reform_sec7{
	padding: 0 0 var(--v-space2) 0;
	background-color: #ffffff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}


/*------------------------------------------------*/
/*セクションの間イメージ画像*/
.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: 968px) {
	.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; }
}

@media (max-width: 568px) {
	.sec-adimg-container {
		display: grid;
		grid-template-columns: repeat(2, 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 { display: none; }
	.sec-adimg-container-item5 { display: none; }
}

/*------------------------------------------------*/






/*======= 屋根・外壁診断ページ ======*/
.diagnosis_sec1 {
	padding: var(--v-space3) 0 var(--v-space) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*こんな症状はありませんか？*/
.diagnosis_sec2 {
	padding: 0 0 var(--v-space2) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*flexで*/
.diagnosis-summary-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 30px 0;
	box-sizing: border-box;
}
.diagnosis-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;
	transition: transform 0.3s ease;
}
.diagnosis-summary-container article:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* タブレット対応：2カラム */
@media only screen and (max-width: 1068px) {
	.diagnosis-summary-container article {
		width: calc((100% - 20px) / 2);
	}
}

/* スマホ対応：1カラム */
@media only screen and (max-width: 668px) {
	.diagnosis-summary-container {
		justify-content: center;
	}
	.diagnosis-summary-container article {
		width: 100%;
	}
}

/* 印刷用 */
@media print {
	.diagnosis-summary-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		margin: 30px 0;
		box-sizing: border-box;
	}
	.diagnosis-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;
		transition: transform 0.3s ease;
	}
}
.diagnosis-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;
}

/*外壁・屋根診断の必要性*/
.diagnosis_sec3 {
	padding: 0 0 var(--v-space) 0;
	background-color: #ffffff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/* 横並び */
.diagnosis-flex {
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
/* 吹き出し風テキスト */
.diagnosis-text {
	position: relative;
	background: #f4f1ec;
	padding: 30px;
	border-radius: 12px;
	max-width: 600px;
	line-height: 1.8;
}
/* 吹き出しの三角 */
.diagnosis-text::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -38px;
	transform: translateY(-50%);
	border-width: 20px;
	border-style: solid;
	border-color: transparent transparent transparent #f4f1ec;
}
/* 画像 */
.diagnosis-flex .img img {
	max-width: 300px;
	height: auto;
}
/* 768px以下：縦並び */
@media screen and (max-width: 768px) {
	.diagnosis-flex {
		flex-direction: column;
	}
	.diagnosis-text::after {
		top: auto;
		bottom: -38px;
		right: 50%;
		transform: translateX(50%);
		border-color: #f4f1ec transparent transparent transparent;
	}
	.diagnosis-flex .img img {
		margin: 0 auto;
	}
}
@media screen and (max-width: 468px) {
	.diagnosis-flex .img img {
		max-width: 80%;
	}
}
/* 印刷用 */
@media print {
	.diagnosis-flex {
		display: flex;
		gap: 40px;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}
	.diagnosis-text::after {
		content: "";
		position: absolute;
		top: 50%;
		right: -38px;
		transform: translateY(-50%);
		border-width: 20px;
		border-style: solid;
		border-color: transparent transparent transparent #f4f1ec;
	}
	.diagnosis-flex .img img {
		max-width: 300px;
		height: auto;
	}
}

/*塗装の役割*/
.diagnosis_sec4 {
	padding: 0 0 var(--v-space) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/**/
/* このセクション専用 */
.imgtext2 .img-fixed {
	flex: 1;	/* 元のflex比を維持 */
	overflow: hidden;      /* 横にはみ出した部分を隠す */
	display: flex;
	justify-content: center; 
	align-items: center;
}
.imgtext2 .img-fixed img {
	height: 100%;          /* 親の高さに合わせて縦は可変 */
	width: auto;           /* アスペクト比維持 */
	max-width: none;       /* 制約解除 */
	object-fit: cover;     /* はみ出した部分を切る */
	display: block;
}
@media screen and (max-width: 867px) {
	.imgtext2 .img-fixed {
		overflow: visible;   /* 横切り解除 */
		justify-content: flex-start; /* 元の配置に戻す */
	}
	.imgtext2 .img-fixed img {
		height: auto;        /* 元の比率通り可変 */
		width: 100%;         /* 幅は親に合わせる */
		object-fit: contain; /* 切り取りなし */
	}
}






/*======= 会社案内ページ ======*/
.company_sec1 {
	padding: var(--v-space3) 0 50px 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/* 全体コンテナ */
.company_haba {
	margin: 50px auto 20px auto;
	background-color: #ffffffb5;
}
/*あいさつ*/
.flex02{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}
/*横並びにする*/
.flex-child03{
	width: 43%;
}
.flex-child04{
	width: 55%;
}
@media screen and (max-width: 768px) {
	.flex-child03, .flex-child04 {
		width: 99%;
		margin: 5px auto;
	}
}
/*印刷用*/
@media print{
	.flex-child03{
		width: 43%;
	}
	.flex-child04{
		width: 55%;
	}
}
/**/
.prof-l p{
	text-align: right;
	font-size: clamp(21px, 2vw, 23px);
	line-height: 0.9;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 3px;
	margin-top: 10px;
}
@media (max-width: 768px) {
	.prof-l p{
		text-align: center;
		letter-spacing: 2px;
	}
}

/**/
.prof-r {
	padding: 0 30px;
}
@media (max-width: 768px) {
	.prof-r {
		padding: 0 10px;
	}
}
.prof-r h3 {
	font-family: 'Noto Serif JP', serif;
	margin: 0px 0 20px 0;
	padding: 2px;
	font-size: clamp(21px, 2vw, 24px);
	color: #555;
	font-weight: 400;
	border-bottom: 1px solid var(--accent-color3);
}
.prof-r h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(17px, 1.8vw, 19px);
	padding: 2px;
	margin: 0 0 15px 0;
	color: var(--main-color);
}
.prof-r p {
	margin: 5px 0 15px 0;
	padding: 2px;
	font-size: clamp(14px, 1.5vw, 16px);
	color: #555;
}
@media (max-width: 768px) {
	.prof-r h3 {
		margin: 5px 0 15px 0;
	}
}
/*印刷用*/
@media print{
	.prof-r {
		padding: 0 30px;
	}
	.prof-r h3 {
		font-family: 'Noto Serif JP', serif;
		margin: 0px 0 20px 0;
		padding: 2px;
		font-size: clamp(21px, 2vw, 24px);
		color: #555;
		font-weight: 400;
		border-bottom: 1px solid var(--accent-color3);
	}
}

/*概要*/
.company_sec2{
	padding: var(--v-space2) 0 var(--v-space3) 0;
	background-color: #f4f2f0;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/* 全体コンテナ */
.company_haba2 {
	max-width: 950px;
	margin: 50px auto 0 auto;
	background-color: #ffffffb5;
	padding: 15px 25px 25px 25px;
	/*border: 1px #d8e6e4 solid;*/
	box-shadow: 0 4px 10px rgba(132, 132, 132, 0.1);
}
@media screen and (max-width: 568px) {
	.company_haba2 {
		padding: 15px 15px;
	}
}
/* テーブルデザイン */
.company_container {
	display: grid;
	grid-template-columns: 1fr;
}
.company_container .item {
	border-bottom: 1px solid #cad5d3;
	/*background-color: #ffffff85;*/
	padding: 8px 5px;
	display: grid;
	grid-template-columns: 12.5em 1fr;
	align-items: stretch;
	gap: 20px;
}
.company_container .label {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #353535;
	white-space: nowrap;
	padding: 5px;
	font-size: clamp(15px, 1.6vw, 16px);
}

.label-square {
	gap: 12px; /* 文字との間隔調整 */
	position: relative;
}

/* 左の4つの■（2×2の正方形） */
.label-square::before {
	content: "";
	width: 14px;   /* 全体の大きさ */
	height: 14px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 2px; /* 四角同士の隙間 */
}

/* 4つの小さな■を作る */
.label-square::before {
	background:
		linear-gradient(#8f7f6a 0 0) left top,
		linear-gradient(#7fa8a0 0 0) right top,
		linear-gradient(#7fa8a0 0 0) left bottom,
		linear-gradient(#8f7f6a 0 0) right bottom;
	background-size: 6px 6px; /* 小さい■のサイズ */
	background-repeat: no-repeat;
}

.company_container .content {
	display: flex;
	align-items: center;
	color: #333;
	padding: 5px;
	font-size: clamp(14px, 1.6vw, 16px);
}
@media screen and (max-width: 568px) {
	.company_container .item {
		grid-template-columns: 1fr;
		padding: 8px 1px;
		gap: 0;
	}
	.company_container .label {
		line-height: 1.6;
		background-color: #f7f7f7fc;
	}
	.company_container .content {
		display: block;
		font-size: 15px;
		line-height: 1.4;
		padding: 10px 5px 5px 5px;
		text-align: justify;
	}
}
/**/
.mt20 {
	margin-top: 20px;
}
/*アクセス*/
.access-sec{
	padding: var(--v-space2) 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*カードレイアウト*/
.access_sec1_subcontainer {
	margin: 30px 0 0 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
}
.access_sec1_card {
	padding: 20px 20px 15px 20px;
	box-shadow: 0 2px 11px rgba(142, 142, 142, 0.1);
	border-radius: 5px;
	background-color: #fffffff0;
}

/**/
.access_sec1_card h3 {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 7px;
	color: var(--main-color);
	border-bottom: solid 2px #d9d9d9;
	padding-bottom: 0.2em;
	position: relative;
}
.access_sec1_card h3::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px var(--accent-color3);
	padding-bottom: 0.2em;
	width: 25%;
}

.access_sec1_card p {
	margin-top: 5px;
	margin-bottom: 10px;
}
/*-------------------------------------------------------------------------*/
/**/
.pcspwid2{
	width: 460px;
	margin: 15px auto;
}
@media only screen and (max-width: 568px) {
	.pcspwid2{
		width: 100%;
		margin: 15px auto;
	}
}









/*==========================================================*/
/*      	　　　個人よく使う指定CSS  		  	  */
/*=========================================================*/
/*印刷には表示されない*/
@media print{
	.print_none{
		display: none;
	}
}
/*調整*/
.adjus{
	padding-top: 10px;
	padding-bottom: 30px;
}
/*テキスト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;
	width: fit-content;
}
/**/
.kukuri p{
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.4;
	color: #666;
}
/**/
.kukuri2{
	padding: 15px 15px;
	margin: 20px 0;
	box-sizing: border-box;
	background: #f9f8f7;
}
.kukuri2 p{
	font-size: clamp(13.5px, 1.5vw, 15px);
	line-height: 1.4;
}
/*任意のみ表示*/
@media print, screen and (max-width: 869px) {
	.nini-869 {
		display: none;
	}
}
/*画像角丸*/
img.borad {
	border-radius: 7px;
	/*border: 1px solid #e1e1e1;*/
}
/* コンテンツ幅 */
div.haba{
	margin: 0 8%;
	padding: 0;
}
@media only screen and (max-width: 968px)  {
	div.haba{
		margin: 0;
		padding: 0;
	}
}
/*印刷時*/
@media print{
	div.haba{
		margin: 0 8%;
		padding: 0;
	}
}
/*pcとspで画像のサイズ変えたいときの指定*/
.pcspwid{
	width: 450px;
	margin: 0 auto;
}
@media only screen and (max-width: 568px) {
	.pcspwid{
		width: 100%;
	}
}
/**/
.fniyori {
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
}
/*四角デザイン*/
.head-square {
	color: #a7ccad;
	font-size: clamp(16px, 1.8vw, 19px);
	display: flex;
	align-items: center;
	gap: 12px; /* 文字との間隔調整 */
	position: relative;
	margin-top: 10px;
}

/* 左の4つの■（2×2の正方形） */
.head-square::before {
	content: "";
	width: 14px;   /* 全体の大きさ */
	height: 14px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 2px; /* 四角同士の隙間 */
}

/* 4つの小さな■を作る */
.head-square::before {
	background:
		linear-gradient(#9acaa2 0 0) left top,
		linear-gradient(#fff 0 0) right top,
		linear-gradient(#fff 0 0) left bottom,
		linear-gradient(#9acaa2 0 0) right bottom;
	background-size: 6px 6px; /* 小さい■のサイズ */
	background-repeat: no-repeat;
}
/*□装飾*/
.cp_h4title {
	position: relative;
	font-size: clamp(18px, 1.8vw, 20px);
	padding: 2px 2px 2px 32px;
	border-bottom: 1px dotted #999;
	/*font-family: 'Noto Serif JP', serif;*/
	font-family: "Zen Kaku Gothic New", serif;
	margin: 30px 0 10px 0;
}
.cp_h4title::before,
.cp_h4title::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	/*border: 2px solid var(--accent-color1);*/
}
.cp_h4title::before {
	top: 6px;
	left: 5px;
	border: 2px solid var(--accent-color2);
}
.cp_h4title::after {
	top: 10px;
	left: 10px;
	border: 2px solid var(--main-color);
}
/*リスト　大きめディスク*/
ul.nor{
	list-style: disc;
	margin: 5px 5px 5px 25px;
	line-height: 1.4;
}
ul.nor li::marker{
	font-size: 150%;
	font-weight: bold;
	line-height: 0.7;
	color: var(--main-color);
	left: 10px;
}
ul.nor li{
	/*border-bottom: 1px dashed #b9b9b9;*/
	padding: 0.2em 0;
}
ul.nor li.noli::marker{
	font-size: 150%;
	font-weight: bold;
	line-height: 0.7;
	color: rgba(255,255,255,0);
}
ul.nor li.noli{
	margin-left: -25px;
}

/*4つの枠で3つ*/
/*flexで*/
.general-item-circle3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	box-sizing: border-box;
	margin: 30px auto 0 auto;
	max-width: 1100px;
}
.circle-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-circle3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 5px 15px;
		margin: 30px 0 50px 0;
		box-sizing: border-box;
	}
	.circle-item3 {
		width: calc((100% - 30px) / 3);
	}
}
/* スマホ対応：2カラム */
@media only screen and (max-width: 468px) {
	.circle-item3 {
		width: calc((100% - 15px) / 2);
	}
}

/* 印刷用 */
@media print {

}

.circle-item3 img{
	/*outline: 10px solid #ffffff69;*/
	outline: 2px solid #ffffff69;
	outline-offset: -10px;
}


/*円*/
.circle {
	width: 100%;
	max-width: 300px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}

/* ゆらゆらアニメーション */
@keyframes float-updown {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px); /* 上に10px動く */
	}
}

/* 適用クラス */
.float-anim {
	animation: float-updown 3s ease-in-out infinite;
}

/* 遅延付きバリエーション */
.float-delay1 {
	animation-delay: 0s;
}
.float-delay2 {
	animation-delay: 1s;
}
.float-delay3 {
	animation-delay: 2s;
}
/* 印刷用 */
@media print {
	/* アニメーションを無効にする */
	.float-anim {
		animation: none !important;
	}
}




