@charset "UTF-8";


/*=======================================================*/
/*					セクション毎のCSS					  */
/*======================================================*/

/*============ 共通 =========== */

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
@media print {
	.full {
		margin: 0;
		width: 100%;
	}
}

.line{
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #222222;
	margin: 1.1% auto;	/*今回のみ*/
}
@media only screen and (max-width: 767px) {
	.line {
		padding-top: 10%;
	}
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1.9607% auto;
}
@media only screen and (max-width: 767px) {
	.line2 {
		padding-top: 10%;
	}
}
.hline {
	display: inline-block;
	width: 40px; /* 横棒の長さ（調整可） */
	height: 1px; /* 横棒の太さ（調整可） */
	background-color: #2d2d2d; /* 横棒の色 */
	vertical-align: middle;
	margin: 0 0.1em; /* 文章と横棒の間隔 */
}

/*タイトル 英字大きく・日本語小さく*/
.spot-heading03 {
	text-align: center;
	/* 中央寄せ（左寄せにしたければ left に） */
	padding: 1.25rem 1rem;
	/* 上下の余白 */
}

/* 英字大見出し */
.spot-heading03 .eng {
	margin: 0;
	font-family: "Playfair Display", "Times New Roman", "Lusitana", serif;
	/* セリフで重厚に */
	font-weight: 800;
	text-transform: uppercase;
	/* 大きさは画面に応じて伸縮（最小→理想→最大） */
	font-size: clamp(2.5rem, 7vw, 5rem);
	line-height: 0.85;
	/* 文字の高さを詰めて画像風に */
	letter-spacing: -0.02em;
	/* タイトに見せる */
	color: #FFF;
	/* 濃い黒 */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* 日本語小見出し */
.spot-heading03 .jp {
	margin: 0.45rem 0 0;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--accent-color1);
	letter-spacing: 0.02em;
}

/* 筆記体英字見出し */
.spot-heading04 {
	position: relative; /* 親要素を相対位置に設定 */
	margin-top: 70px;
}

.spot-heading04 h2 {
	font-size: clamp(23px, 2.9vw, 33px);
	/*font-family: 'Noto Serif JP', serif;*/
	font-family: "Zen Kaku Gothic New", serif;
	text-align: center;
	line-height: 1.2;
	font-weight: 400;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	/*margin-bottom: 2.5vw;*/
	margin-bottom: 25px;
}
.spot-heading04 span {
	position: absolute;
	font-family: "WindSong", serif;
	font-family: "Corinthia", cursive;
	margin: 0 auto;
	font-size: clamp(22px, 3vw, 40px);
	text-align: center;
	top: -1.2em;

	transform-origin: center top;
	pointer-events: none;
	white-space: nowrap;
	font-weight: normal;
	color: #01669a;
	opacity: 0.25;
	/*transform: rotate(-10deg);*/

	left: 50%;/*中央配置*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
/**/
.spot-heading04 h2.sublead-copy {
	/*font-family: 'Noto Serif JP', serif;*/
	font-family: "Zen Kaku Gothic New", serif;
	text-align: center;
	font-size: clamp(15px, 1.8vw, 20px);
	font-weight: 500;

	background: linear-gradient(90deg, #D4AF37, #B08D57, #8C6239); /* 金→ブロンズ */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;

	margin: 1.5rem auto 0 auto;
	line-height: 1.4;
	width: fit-content;
}
/*地色が暗い時*/
.spot-heading04 span.irokae {
	position: absolute;
	font-family: "WindSong", serif;
	font-family: "Corinthia", cursive;
	margin: 0 auto;
	font-size: clamp(50px,10vw,80px);
	text-align: center;
	top: -1em;

	transform-origin: center top;
	pointer-events: none;
	white-space: nowrap;
	/* text-transform: lowercase; */
	font-weight: normal;
	color: #6d9ebb;
	opacity: 0.65;
	/*transform: rotate(-10deg);*/

	left: 50%;/*中央配置*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}


/*パンくず*/
.sec_pankuzu{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}





/*======= 共通 ======*/
/*主フォント*/
.f-now{
	font-family: "Zen Kaku Gothic New", serif;
}



/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: var(--v-space2) 0 0 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
.greeting-haba {
	margin: 0 auto;
	max-width: 1000px;
	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: #666;
}
/**/
p.grp2{
	font-size: clamp(14px, 1.4vw, 16px);
	line-height: 1.7;
	font-weight: 400 !important;
	/*-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;*/
}
/**/
.topbnr_sec{
	padding: clamp(40px, 5vw, 60px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*各ページ遷移バナー*/
/* グリッド全体 */
.link-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 6px;
	/*padding: 20px;*/
	box-sizing: border-box;
}
/* 各カード */
.link-card {
	position: relative;
	overflow: hidden;
}
/* リンク全体 */
.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有効にする */
}
.overlay-en {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	letter-spacing: 1px;
	font-size: clamp(13px, 1.3vw, 14px);
	text-transform: uppercase;
	margin-bottom: 2px;
	font-weight: normal;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.overlay-title {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(23px, 2vw, 30px);
	font-weight: 400;
	margin-bottom: 7px;
	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: 280px; /* 任意の高さ。調整可能 */
		overflow: hidden;
	}

	.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;
	}
}
@media (max-width: 600px) {
	.link-grid {
		grid-template-columns: 1fr;
	}
}

/*フッターバナー*/
.footerbnr {
	padding: var(--v-space2) 0;
	position: relative;
	z-index: 1;
	background-image: url(../img/bg_01.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.footerbnr::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #6d4605bf;
}

/*フッターバナー：簡素版（thanks,mail.php,privacy-policy）*/
.footerbnr2 {
	padding: clamp(25px, 3vw, 50px) 0;
	position: relative;
	z-index: 1;
	background-color: #FFF;
}

/*お問い合わせバナー*/
.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;
	}
}


/*宮崎ボイラーの5つの強み*/
.top_sec1{
	padding: var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_03.png);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
/*タイトル(共通)*/
.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;*/
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #777;
	margin: 1.1% auto;
}
.top_sec1 h3 {
	text-align: center;
	font-size: clamp(18px, 2vw, 25px);
	font-family: 'Noto Serif JP', serif;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	margin-bottom: 20px;
}
/**/
.strength-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 25px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.strength-list li {
	background-color: #fff;
	padding: 20px 25px 25px 25px;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	text-align: center;
	position: relative;
	width: calc((100% - 50px) / 3); /* 3列時の幅（gap*2 = 50） */
	max-width: 360px;
	box-sizing: border-box;
}

@media (max-width: 992px) {
	.strength-list li {
		width: calc((100% - 25px) / 2); /* 2列 */
	}
}

@media (max-width: 568px) {
	.strength-list {
		flex-direction: column;
		align-items: center;
	}

	.strength-list li {
		width: 100%;
	}

	.strength-list h3 {
		font-size: 20px;
	}
}
/* 印刷用 */
@media print {
	.strength-list li {
		background-color: #fff;
		padding: 20px 25px 25px 25px;
		border-radius: 8px;
		box-shadow: 0 2px 8px rgba(0,0,0,0.05);
		text-align: center;
		position: relative;
		width: calc((100% - 50px) / 3); /* 3列時の幅（gap*2 = 50） */
		max-width: 360px;
		box-sizing: border-box;
	}
}

.strength-number {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(25px, 2vw, 29px);
	font-weight: bold;
	color: var(--main-color);
	margin-bottom: 2px;
}

.strength-list h3 {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(18px, 1.8vw, 22px);
	font-weight: 500;
	line-height: 1.3;
	color: var(--accent-color1);
	margin-bottom: 20px;
	word-break: keep-all;
}

.strength-list p {
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.5;
	text-align: justify;
	color: #555;
}

/*保有資格・登録*/
.qualifications {
	margin: 40px auto 0;
	padding: 15px 13px;
	background: #ece7d296;
	border-left: 5px solid #2a4d6b;
	border-radius: 4px;
}
.qualifications h4 {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(18px, 1.8vw, 20px);
	color: #2a4d6b;
	margin-bottom: 10px;
}

/* タグ */
.kakomi01 span {
	font-family: "Zen Kaku Gothic New", serif;
	padding: 3px 9px 5px 9px;
	font-weight: bold;
	margin: 0px 9px 5px 0px;
	background-color: #ffffffe5;
	color: var(--main-color);
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(12px, 1.4vw, 15px);
}







/*======= 業務内容ページ ======*/
.se_sec1 {
	padding: var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/* タグ（左右が揃う）  */
.kakomi-tag01 {
	display: flex;
	flex-wrap: wrap; /* 子要素を折り返す */
	gap: 10px;
	width: 90%;
	justify-content: space-between; /* 左右のボックスを揃える */
	margin: 20px auto;
}
.kakomi-tag01 p {
	background-color: #d2a76536;
	padding: 4px 7px 4px 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;
	}
}


/**/
.se_sec2 {
	padding: var(--v-space) 0 var(--v-space2) 0;
	background-color: #f9f9f9;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.spot__heading03 {
	position: relative; /* 親要素を相対位置に設定 */
}
.spot__heading03 h3 {
	width: fit-content;
	font-size: clamp(19px, 5vw, 30px);
	font-family: "Zen Kaku Gothic New", 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-color2);
	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;
}

/*アイコン付きタイトル*/
.heading-se2 {
	display: flex;
	align-items: center; /* 縦方向の中央揃え */
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(17px, 2vw, 23px);
	font-weight: 600;
	line-height: 1.3;
	margin: 10px 0;
	padding: 3px 2px 5px 5px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	/*background: url(../img/icon02.png) no-repeat 3px center;
	background-size: 35px;
	min-height: 35px;*/
	color: #84676d;
	background-color: #e7c6c833;
}





/**/
/*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% - 20px) / 2); /* 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;
}
/* スマホ対応：1カラム */
@media only screen and (max-width: 768px) {
	.service-summary-container {
		justify-content: center;
	}
	.service-summary-container article {
		width: 100%;
	}
}
/* 印刷用 */
@media print {
	.service-summary-container article {
		width: calc((100% - 20px) / 2); /* 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;
	}
}
/* 横並び（PC用） */
.content-flex {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: stretch;
}
.text-block {
	flex: 2;
}
.img-block {
	flex: 1;
	position: relative;
	aspect-ratio: 4 / 3;  /* 800x600 */
	overflow: hidden;
	border-radius: 6px;
}
.img-block img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;      /* トリミング表示 */
	object-position: center;
	border-radius: 6px;
}
/* スマホ対応 */
@media only screen and (max-width: 1168px) {
	.content-flex {
		flex-direction: column;
	}
	.text-block,
	.img-block {
		flex: unset;
		width: 100%;
	}
	.img-block {
		aspect-ratio: unset;
		position: relative;
		height: auto;
	}
	.img-block img {
		position: static;
		width: 100%;
		height: auto;
		object-fit: contain;  /* 全体表示 */
		object-position: center;
	}
}

h4.fuz-tit {
	margin: 10px auto;
	padding: 5px 10px 0 10px;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(19px, 1.9vw, 22px);
	font-weight: 600;
	line-height: 1.4;
}
.service-summary-container p{
	font-size: clamp(14px, 1.5vw, 15px);
	font-weight: 400;
	line-height: 1.6;
	text-align: justify;
	padding: 5px 10px;
}
/**/
.one-con p{
	font-size: clamp(14px, 1.5vw, 16px);
	font-weight: 400;
	line-height: 1.6;
	text-align: justify;
	padding: 5px 10px;
}

.one-con {
	margin: 30px 0;
	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;
}
/**/
.sidelist {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 7px 0;
	list-style: none;
	gap: 8px; /* 項目間の隙間 */
	box-sizing: border-box;
}

.sidelist li {
	width: calc(50% - 8px); /* 隙間分を引いて2列に */
	background-color: #e1d6c6;
	color: #111;
	padding: 5px 3px 7px 3px;
	box-sizing: border-box;
	border-radius: 4px; /* 角丸は任意 */
	text-align: center;
	display: inline-block;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(13px, 1.3vw, 13px);
	font-weight: 500;
}
@media (max-width: 1268px) and (min-width: 1068px) {
	.sidelist li {
		font-size: clamp(11px, 1.2vw, 12px);
	}
	.sidelist li.f-sss {
		font-size: 10px;
	}
}
/*
@media (max-width: 1068px) and (min-width: 1068px) {
	.sidelist li {
		width: 100%;
	}
}
*/
/* ▼ 1068px未満はまた2列に戻す */
/*
@media (max-width: 1067px) {
	.sidelist li {
		width: calc(50% - 8px);
	}
}
*/
@media (max-width: 867px) and (min-width: 768px)  {
	.sidelist li.f-sss {
		font-size: 12px;
	}
}
@media (max-width: 568px) {
	.sidelist li {
		width: 100%;
		font-size: 15px;
	}
}


/*サービスの流れ*/
.flow_sec {
	padding: var(--v-space2) 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: linear-gradient(#eaeef2 1px, transparent 1px), linear-gradient(to right, #eaeef2 1px, #fdfdfd 1px);
	background-size: 20px 20px;
}

/*修理・メンテナンス対応内容*/
.se_sec3 {
	padding: var(--v-space2) 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_05.png);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
/**/
.performance-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 35px;
	margin: 60px 0 40px;
	padding: 0;
	list-style: none;
}
/* PCサイズ（例：1024px以上）のときだけ3列にする */
@media (min-width: 1024px) {
	.performance-list {
		grid-template-columns: repeat(3, 1fr);
	}
}
.performance-list li {
	background: #ffffffcf;
	padding: 39px 24px 24px 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(--main-color), #748b9f);
	color: #fff;
	font-size: 0.9rem;
	padding: 6px 12px 8px 12px;
	border-radius: 7px;
	font-weight: bold;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.performance-list p {
	font-size: 0.95rem;
	color: #555;
	line-height: 1.6;
}

/* スマホ調整 */
@media (max-width: 568px) {
	.performance-list li {
		padding: 30px 20px 20px 20px;
	}
}
/* 印刷用 */
@media print {
	.performance-list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 32px;
		margin: 60px 0 40px;
		padding: 0;
		list-style: none;
	}
}








/*======= よくある質問ページ ======*/
.faq_sec {
	padding: var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
div.faq-in{
	padding: 0;
	font-family: "Zen Kaku Gothic New", serif;
}
/*枠付きデザイン*/
.onecours{
	background-color: rgba(247, 247, 247, 0.85);
	padding: 15px 25px 15px 20px;
	margin: 0 0 15px 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;
}




/*======= 会社案内ページ ======*/
/*企業理念*/
.info_sec1 {
	padding: var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.company-philosophy {
	background-color: #f9f9f9;
	padding: 110px 25px 50px 25px;
	outline: 2px solid #fff;
	outline-offset: -0.8rem;
	background-image: url(../img/bg_02.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.company-philosophy .philosophy-inner {
	max-width: 1000px;
	margin: 30px auto 0 auto;
}
.company-philosophy .philosophy-text {
	font-size: clamp(15px, 1.6vw, 17px);
	text-align: justify;
	line-height: 1.9;
}



/*会社概要*/
.info_sec2{
	padding: var(--v-space2) 0;
	/*background-color: #f7f7f7;*/
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_04.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
/* 概要部分のテーブル */
.info_haba{
	max-width: 900px;
	margin: 70px auto 0 auto;
}
.info_container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 15px;
	font-family: 'Arial', sans-serif;
}
.info_container .item {
	/*border-bottom: 1px solid #ddd;*/
	/*box-shadow: 0 2px 6px rgba(0,0,0,0.1);*/
	background-color: #fff;
	padding: 12px 0px 12px 12px;
	display: grid;
	grid-template-columns: 220px 1fr;
	align-items: stretch;
	gap: 20px;
	font-family: "Zen Kaku Gothic New", serif;
}
.info_container .label {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: var(--txt-color);
	white-space: nowrap;
	background-color: #f5f2ed;
	padding: 5px 7px 7px 7px;
	font-size: 17px;
}
.info_container .content {
	display: flex;
	align-items: center;
	color: #333;
	padding: 3px 7px 5px 7px;
	font-size: 17px;
}
/* レスポンシブ：568px以下で縦並び＋枠内レイアウトも縦に */
@media only screen and (max-width: 568px) {
	.info_container {
		gap: 10px;
	}
	.info_container .item {
		grid-template-columns: 1fr;
		gap:0px;
		padding: 12px 12px;
	}
	.info_container .label {
		line-height: 1.6;
		font-size: 15px;
	}
	.info_container .content {
		display: block;
		font-size: 15px;
		padding: 5px 7px 0px 7px;
	}
}

/*リスト*/
ul.list06{
	list-style: disc;
	list-style-position: inside;
	line-height: 1.2;
	margin: 0 auto 0 5px;
}
ul.list06 li{
	font-size: clamp(15px, 1.6vw, 16px);
	/*border-bottom: 1px dotted #999;*/
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
}
ul.list06 li::marker{
	font-size: 110%;
	font-weight: bold;
	color: #777;
}

/*アクセス*/
.access-sec{
	padding: var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*カードレイアウト*/
.access_sec1_subcontainer {
	margin: 20px 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
}
.access_sec1_card {
	padding: 10px;
}

/**/
.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-color2);
	padding-bottom: 0.2em;
	width: 25%;
}

.access_sec1_card p {
	margin-top: 5px;
	margin-bottom: 10px;
}




