@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;
}
/**/
.habatel{
	margin: 0 9%;
	padding: 0;
}
@media (max-width: 599px) {
	.habatel{
		margin: 0 1%;
		padding: 0;
	}
}


/*テキスト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;
	}
}





/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: var(--v-space3) 0 clamp(30px, 4vw, 40px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.greeting-haba {
	margin: 20px 9% 40px 9%;
	padding: 0;
}
@media (max-width: 599px) {
	.greeting-haba {
		margin: 20px 1% 40px 1%;
		padding: 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);
	text-align: center;
	line-height: 1.3;
	font-weight: 400;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 15px;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
}
.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: "Corinthia", cursive;*/
	font-family: "Montserrat", sans-serif;
	margin: 0 auto;
	font-size: clamp(23px,2.5vw,40px);
	text-align: center;
	top: -1.3em;
	transform-origin: center top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #174d84;
	opacity: 0.5;

	left: 50%;/*中央配置*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

/*サブキャッチ補足文章*/
.lead-p {
	text-align: center;
	color: var(--accent-color3);
	font-size: clamp(16px, 1.6vw, 19px);
	font-weight: 600;
	margin: 5px auto 10px auto;
	line-height: 1.4;
}
@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{
	padding: 60px 0 var(--v-space3) 0;
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/**/
.strength-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 70px 20px;
	margin-top: 50px;
}
/* 各カード */
.strength-details {
	background-color: #f5f5f5; /* デフォルト */
	padding: 1.8rem;
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 2px 6px rgba(0,0,0,0.04);
	/*display: flex;
	flex-direction: column;*/
}
.strength-details figure {
	margin-bottom: 1.2rem;
	margin-top: -17%;
}

.strength-details img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}
.strength-details h3 {
	font-size: clamp(15px,1.5vw,18px);
	text-align: center;
	margin-bottom: 0.6rem;
	line-height: 1.5;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
}
.strength-details p {
	font-size: 0.95rem;
	line-height: 1.7;
	margin-top: auto;
	text-align: justify;
}
@media screen and (max-width: 1024px) {
	.strength-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 767px) {
	.strength-list {
		grid-template-columns: 1fr;
	}
	.strength-details {
		padding: 1.4rem;
	}
}


/*色*/
.strength-details:nth-child(1) {
	background-color: #d7eaf2; /* 青み・鍵／防犯系 */
}
.strength-details:nth-child(2) {
	background-color: #f6efe4; /* ベージュ・加工／素材系 */
}
.strength-details:nth-child(3) {
	background-color: #e7eee1; /* グリーン寄り・刃物 */
}


/* 業務案内（列挙） */
.top_services {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
/* CTA*/
.service_cta {
	margin: 40px auto 10px auto !important;
	text-align: center;
}

/*ボタン*/
.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;
	}
}

/**/
.topbnr_sec{
	padding: clamp(55px, 5vw, 70px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-size: 6px 6px;
	background-image: repeating-linear-gradient(0deg, #f0e8e0, #f0e8e0 1px, #fff 1px, #fff);
}

/*各ページ遷移バナー*/
/* グリッド全体 */
.link-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	/*padding: 20px;*/
	box-sizing: border-box;
}
/* 各カード */
.link-card {
	position: relative;
	overflow: hidden;
	border-radius: 9px;
}
/* リンク全体 */
.link-card-inner {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
}
/* 画像 */
.link-image img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.4s ease;
}
/* テキスト（画像の上に左下寄せ） */
.link-text {
	position: absolute;
	bottom: 16px;
	left: 16px;
	right: 16px;
	color: #fff;
	z-index: 2;
	pointer-events: none; /* テキスト上でもhover有効にする */
	text-align: justify;
}
.overlay-en {
	letter-spacing: 1px;
	font-size: clamp(12px, 1.2vw, 13px);
	/*text-transform: uppercase;*/
	margin-bottom: 7px;
	font-weight: 600;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
	color: #dee6a8;
	width: fit-content;
	padding: 5px 10px;
	background-color: #0000006b;
	border-radius: 55px;
}
.overlay-title {
	font-size: clamp(18px, 1.9vw, 25px);
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 9px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.overlay-desc {
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.4;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
/* ホバー時の画像拡大 */
.link-card-inner:hover img {
	transform: scale(1.05);
}
/* レスポンシブ対応 */
@media (max-width: 1068px) {
	.link-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.link-image {
		position: relative;
		width: 100%;
		height: 300px; /* 任意の高さ。調整可能 */
		overflow: hidden;
	}

	.link-text {
		background-color: #00000057;
		margin: -16px;
		padding: 12px;
	}
	.overlay-en {
		font-size: 13px;
	}
	.overlay-title {
		font-size: 25px;
	}
	.link-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center; /* 上下中央を表示 */
		transition: transform 0.4s ease;
	}
	/* の画像だけ上寄せに */
	.link-image img.crop-top {
		object-position: top;
	}
	.link-image img.crop-bottom {
		object-position: bottom;
	}
}
@media (max-width: 600px) {
	.link-grid {
		grid-template-columns: 1fr;
	}
}
/*印刷時*/
@media print{
	.link-grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
		box-sizing: border-box;
	}
}

/* デフォルトでは改行なし（1068px以下） */
.overlay-title br {
	display: none;
}

/* 1068px以上では改行あり */
@media screen and (min-width: 1068px) {
	.overlay-title br {
		display: inline;
	}
}





/*======= 当社についてページ ======*/
.about_sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
@media only screen and (max-width: 768px) {
	.about_sec1 {
		background-position: 80% 100%;
		background-size: cover;
	}
}
/*印刷時*/
@media print{
	.about_sec1 {
		padding: var(--v-space3) 0;
		background-color: #fff;
		position: relative; /* sectionの位置を相対的にする*/
		z-index: 1; /* 背景画像より上に表示 */
		background-image: url(../img/bg_02.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
	}
}
/**/
.about_sec2 {
	padding: var(--v-space3) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
.about_sec3 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/* 選ばれる理由 */
.about_sec4 {
	padding: var(--v-space2) 0;
	background-color: #eee8e0;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.reason-list {
	list-style: none;
	padding: 0;
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 20px;
}
.reason-item h4 {
	font-size: clamp(15px, 1.5vw, 19px);
	line-height: 1.4;
	color: #d97706;
	margin-bottom: 10px;
	position: relative;
	z-index: 3;
	-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
}
.reason-item p {
	font-size: clamp(14px, 1.5vw, 16px);
	line-height: 1.7;
}
.reason-item {
	position: relative;
	border: 1px solid #ddd;
	padding: 25px 19px 20px 19px;
	background: #fff;
	border-radius: 10px;
}

/* 人物画像 */
.point-icon {
	position: absolute;
	top: -25px;     /* 枠の上から少し出す */
	right: 9px;    /* 右上が自然 */
	width: 80px;    /* 主張しすぎないサイズ */
	height: auto;
	z-index: 2;
}
/* スマホでは少し小さく */
@media (max-width: 668px) {
	.point-icon {
		width: 70px;
		top: -17px;
	}
}





/*======= 業務内容ページ ======*/
.services_sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
@media only screen and (max-width: 768px) {
	.services_sec1 {
		background-position: 80% 100%;
		background-size: cover;
	}
}
/*印刷時*/
@media print{
	.services_sec1 {
		padding: var(--v-space3) 0;
		background-color: #fff;
		position: relative; /* sectionの位置を相対的にする*/
		z-index: 1; /* 背景画像より上に表示 */
		background-image: url(../img/bg_02.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
	}
}

/**/
.heading03xx {
	text-align: center;
	color: #444;
	font-weight: 400;
	font-size: clamp(20px, 3vw, 29px);
	line-height: 1.3;
	margin-bottom: 20px;
	position: relative;
	padding: 150px 1% 0 1%;
	box-sizing: border-box;
}
.heading03xx::before {
	content: "";
	border: 0;
	position: absolute;
	left: calc(50% - 105px);
	background-image: url(../img/icon01.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 210px;
	height: 140px;
	top: 0px;
}
@media only screen and (max-width: 468px) {
	.heading03xx {
		line-height: 1.5;
		font-weight: 600;
		font-feature-settings: 'palt' 1;
		-webkit-font-smoothing: antialiased;
	}
}

/*鍵・防犯サービス*/
/*工具・道具類*/
/*各種プラスチック板の販売・加工・彫刻*/
.services_sec2,
.services_sec4,
.services_sec6 {
	padding: var(--v-space3) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
.heading-decoration + h4 {
	margin-top: 1em;
	line-height: 1.4;
	margin-bottom: 1em;
	padding: 5px 15px 7px 15px;
	background: var(--accent-color1);
	color: #fff;
	text-align: center;
	font-family: "Zen Kaku Gothic New", serif;
	width: fit-content;
	border-left: 10px solid var(--main-color);
	border-right: 10px solid var(--main-color);
}
@media only screen and (max-width: 568px) {
	.heading-decoration + h4 {
		line-height: 1.4;
		margin: 1em auto 1em auto;
		padding: 5px 10px 7px 10px;
		background: var(--accent-color1);
		color: #fff;
		text-align: center;
		font-family: "Zen Kaku Gothic New", serif;
		width: fit-content;
		border-left: 10px solid var(--main-color);
		border-right: 10px solid var(--main-color);
	}
}
/*h5*/
.services_sec2 h5,
.services_sec3 h5,
.services_sec4 h5,
.services_sec5 h5,
.services_sec6 h5 {
	font-size: clamp(14px, 1.4vw, 16px);
	line-height: 1.4;
	border-bottom: 1px dashed #ccc;
	margin: 15px 0 5px 0;
}


/*flexで*/
.service-summary-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin: 15px 0;
	box-sizing: border-box;
}

.service-summary-container article {
	width: calc((100% - 60px) / 5); /* gap分引いた上で4分割 */
	min-width: 220px; /* スマホで潰れすぎ防止 */
	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;
}
.service-summary-container article:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* タブレット対応：3カラム */
@media only screen and (max-width: 1268px) {
	.service-summary-container article {
		width: calc((100% - 30px) / 3);
	}
}
/* タブレット対応：2カラム */
@media only screen and (max-width: 868px) {
	.service-summary-container article {
		width: calc((100% - 15px) / 2);
	}
}
/* スマホ対応：1カラム */
@media only screen and (max-width: 568px) {
	.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: 15px;
		margin: 30px 0;
		box-sizing: border-box;
	}
	.service-summary-container article {
		width: calc((100% - 60px) / 5);
		box-sizing: border-box;
	}
}
.service-summary-container h4{
	font-size: 17px;
	line-height: 1.4;
}
@media print, screen and (min-width: 1269px) {
	.service-summary-container h4{
		font-size: clamp(13px, 1.4vw, 15px);
		line-height: 1.4;
		font-feature-settings: 'palt' 1;
		-webkit-font-smoothing: antialiased;
	}
}
.service-summary-container p{
	font-size: clamp(13px, 1.3vw, 14px);
	font-weight: 400;
	line-height: 1.4;
	text-align: justify;
	padding: 5px 10px;
}

/* サービス一覧 見出し高さを揃える */
.service-summary-container .fuz-tit {
	min-height: 3.6em; /* 2行分を想定 */
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}


/*建築金物・サッシ用金物*/
/*研磨・刃とぎ・修理*/
.services_sec3,
.services_sec5 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}






/*======= ご利用案内・FAQページ ======*/
.guide_sec1 {
	padding: var(--v-space3) 0 clamp(15px, 2vw, 30px) 0;
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*ご利用の流れ*/
.guide_sec2 {
	padding: var(--v-space) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
.guide_sec2::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: clamp(50px, 6vw, 80px);
	background-color: var(--base-color);
	clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
	z-index: 2;
}
/*調整*/
.adjus2{
	padding-top: 30px;
	padding-bottom: 10px;
}
@media screen and (max-width: 567px) {
	.adjus2{
		padding-top: 5px;
		padding-bottom: 5px;
	}
}
/**/
.flow3v-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	padding: 20px 10px;
}
.flow3v-item {
	background: #ffffffe8;
	padding: 25px;
	border-radius: 15px;
	box-shadow: 0 8px 16px rgba(0,0,0,0.1);
	position: relative;
	border-left: 4px solid #2c3e50;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.flow3v-item:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}
/*丸*/
.flow3v-icon {
	position: absolute;
	top: -10px;
	left: -20px;
	width: 40px;
	height: 40px;
	background: linear-gradient(45deg, #2c3e50, #4b79a1);
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.flow3v-body {
	display: flex;
	flex-direction: column; /* 文章→画像の縦並び固定 */
	gap: 15px;
}
.flow3v-text-area p {
	font-size: clamp(14px, 1.4vw, 15px);
	line-height: 1.5;
	text-align: justify;
}
.flow3v-text-area p.fl-item span {
	font-weight: bold;
	background: #c5dbc694;
	padding: 0px 4px;
	margin: 0 5px 2px 0;
}
.flow3v-text-area h3 {
	font-size: clamp(17px, 1.6vw, 22px);
	color: var(--main-color);
	margin-bottom: 8px;
	border-bottom: 1px #ccc dotted;
}
/**/
p.note {
	font-size: clamp(12px, 1.3vw, 13px);
	font-weight: bold;
	line-height: 1.4;
	color: #a65757;
	border: 1px solid #ccc;
	padding: 5px;
	text-align: justify;
	margin: 0 auto;
	background: #ffffffd1;
}
p.note2 {
	font-size: 13px;
	line-height: 1.4;
	color: #777;
	text-align: justify;
}
.flow3v-image-area img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* タブレットは2列、スマホは1列 */
@media (max-width: 1024px) {
	.flow3v-content {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.flow3v-content {
		grid-template-columns: 1fr;
		gap: 35px;
	}
}
.mt15{
	margin-top: 15px;
}


/*よくある質問*/
.faq_sec {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
div.faq-in{
	padding: 0;
}
/*枠付きデザイン*/
.onecours{
	background-color: #f7f7f7;
	padding: 15px 25px 15px 20px;
	margin: 0 0 17px 0;
	font-size: clamp(15px, 1.5vw, 16px);
	/*border: 1px #f0efdd solid;*/
}
.faq-item {
	display: grid;
	grid-template-columns: 1.5em 1fr;
	column-gap: 10px;
	row-gap: 10px;
}
.faq-label {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.5;
	border-radius: 3px;
	width: 1.5em;
	text-align: center;
	align-self: start;	/* lavelを上揃えに */
	padding: 0 1px 3px 1px;
	font-family: "Zen Kaku Gothic New", serif;
}
.faq-label.q {
	background-color: var(--main-color);
}
.faq-label.a {
	background-color: var(--accent-color1);
}
.faq-question,
.faq-answer {
	margin: 0;
	line-height: 1.5;
	text-align: justify;
}
.faq-question{
	font-weight: bold;
}
hr.faqHr{
	height: 0px;
	border-bottom: 1px dotted #7b7b7b;
	margin: 10px auto;
}





/*======= 会社案内ページ ======*/
.company_sec1 {
	padding: var(--v-space3) 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_03.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
}
/* 全体コンテナ */
.company_haba {
	max-width: 950px;
	margin: 60px auto 0 auto;
	background-color: #ffffffde;
	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_haba {
		margin: 40px auto 0 auto;
		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: 18px;   /* 全体の大きさ */
	height: 18px;
	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(#d97706 0 0) left bottom,
		linear-gradient(#8f7f6a 0 0) right bottom;
	background-size: 8px 8px; /* 小さい■のサイズ */
	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: #e4e4e478;
	}
	.company_container .content {
		display: block;
		font-size: 15px;
		line-height: 1.4;
		padding: 10px 5px 5px 5px;
		text-align: justify;
	}
}


/*代理店紹介*/
.agency-sec {
	padding: var(--v-space2) 0 var(--v-space2) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
.agency-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
	margin-top: 32px;
	padding: 0;
	list-style: none;
}
.agency-item {
	border: 1px solid #ddd;
	background: #fff;
}
.agency-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 18px;
	text-decoration: none;
	color: inherit;
	transition: background-color 0.2s ease;
}
.agency-link:hover {
	background-color: #f6f6f6;
}
.agency-name {
	font-weight: 600;
}
/*
.agency-label {
	font-size: 0.85rem;
	color: #666;
	margin-left: auto;
	margin-right: 8px;
}
*/
.agency-link svg {
	flex-shrink: 0;
	fill: currentColor;
}


/*アクセス*/
.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(--main-color);
	padding-bottom: 0.2em;
	width: 25%;
}

.access_sec1_card p {
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1.5;
}



/*==========================================================*/
/*      	　　　個人よく使う指定CSS  		  	  */
/*=========================================================*/
/*------------------------------------------------*/
/*セクションの間イメージ画像*/
.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; }
}

/*------------------------------------------------*/

/*印刷には表示されない*/
@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 var(--main-color);
	padding: 13px 13px;
	margin: 5px auto;
	box-sizing: border-box;
	outline: 1px solid var(--accent-color2);
	outline-offset: -0.4rem;
	/*width: fit-content;*/
	background-color: #ffffffc2;
}
.kukuri p{
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.4;
	text-align: justify;
}

/* タグ */
.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(--accent-color1);
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(11px, 1.3vw, 12px);
}
/*任意のみ表示*/
@media only screen and (max-width: 869px) {
	.nini-869 {
		display: none;
	}
}
/*印刷時*/
@media print{
	.nini-869 {
		display: inline;
	}
}

/*画像角丸*/
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;
	font-size: clamp(15px, 1.5vw, 16px);
}
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;
	}
}




