@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: "Montserrat", sans-serif;
	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(13.5px, 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: "Montserrat", sans-serif;
	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;
}
/* 下層 見出し */
.lowerPage-heading-decoration_ex{
	font-size: clamp(23px, 2.4vw, 35px);
	min-height: 0vw;
	text-align:center;
	font-weight: 400;
	line-height: 1.3;
	/*color: #26a5b3;*/
	color: #333;
	/* padding-top: 2em; */
}
.lowerPage-heading-decoration_ex::after {
	display: block;
	content: "";
	margin-top: 0.2em;
	margin-right:auto;
	margin-left:auto;
	width: 3.5em;
	height: 4px;
	/*background: linear-gradient(to right, #23460b, #7baa61);*/
	background: linear-gradient(to right, #045db7, #37b5fa);
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	left: calc(50% - 3.5em / 2);
}
.lowerPage-heading-decoration_ex + p {
	margin-top: 1em;
	margin-bottom: 2em;
	color: var(--main-color);
	text-align:center;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(13px, 1.5vw, 17px);
}



/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: var(--v-space2) 0 clamp(40px, 5vw, 60px) 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(15px, 1.4vw, 16px);
	line-height: 1.7;
	font-weight: 400 !important;
	/*-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;*/
}


/*こんなパソコントラブルやお困りはありませんか？*/
.top_sec1{
	padding: clamp(40px, 5vw, 60px) 0 var(--v-space2) 0;
	background-color: #ffffff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/**/
.trouble-section {
	padding: 50px 1rem;
	background: #efefef;
	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: 568px) {
	.trouble-section {
		padding: 30px 1rem;
		background-image: url(../img/bg_01a.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 245px;

	}
}
/**/
.trouble-section 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{
		text-align: justify;
		width: fit-content;
		margin: 10px auto;
		background-color: #ffffffde;
		padding: 15px;
	}
}
@media (max-width: 568px) {
	.trouble-section p{
		font-size: 15px;
		padding: 10px 15px;
	}
}



.trouble-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	max-width: 1000px;
	margin: 0 auto;
}
.trouble-bubble {
	background: #ffffffe8;
	border-radius: 20px;
	padding: 1rem 1.2rem;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	position: relative;
	max-width: 280px;
	width: 100%;
	font-size: clamp(15px, 1.5vw, 16px);
	color: #333;
	animation: fadeSlideUp 0.8s ease-out forwards;
	opacity: 0;
	transform: translateY(30px);
}
/* 吹き出しのしっぽ */
/*
.trouble-bubble::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 30px;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
*/
@keyframes fadeSlideUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/* レスポンシブ対応 */
@media (max-width: 568px) {
	.trouble-bubble {
		max-width: 100%;
	}
}
/*矢印*/
.arrow_bottom {
	/*display: inline-block;*/
	width: 30px;
	height: 35px;
	background: #000000;
	clip-path: polygon(0 48.2%, 31% 48.2%, 31% 0, 69% 0, 69% 48.2%, 100% 48.2%, 50% 100%);
	margin: 25px auto;
}





/*当店が選ばれる理由*/
.top_sec2{
	padding: clamp(40px, 5vw, 60px) 0 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_sec2 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;
	color: #fff;
}


/*3つ*/
.strength-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
@media (max-width: 868px) {
	.strength-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.strength-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷用*/
@media print{
	.strength-item-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}
}
/**/
.strength-item{
	/*display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 0px;
	align-items: center;*/
	padding: 15px;
	background-color: #ffffff;
	box-sizing: border-box;
	position: relative;
	border: 1px #ccc solid;
}

/**/
p.galname{
	padding: 5px 12px;
	background-color: #fff;
	color: var(--main-color);
	font-family: 'Noto Serif JP', serif;
	font-style: italic;
	font-size: clamp(23px, 2.5vw, 27px);
	font-weight: 600;
	line-height: 1;

	position: relative;
	height: 30px;
	top: -40px;/*heightにpaddingの上下分をたした分*/
	/*box-sizing: border-box;*/

	display: inline-block;
}

.s4k{
	margin-top: -35px;
}
.s4k h4{
	font-size: clamp(16px, 1.7vw, 20px);
	line-height: 1.4;
	padding: 5px;
	border-bottom: 3px double #ccc;
	margin-bottom: 10px;
}
@media (max-width: 768px) {
	.s4k h4{
		font-size: 18px;
	}
}
.s4k p{
	font-size: clamp(14px, 1.4vw, 15px);
	text-align: justify;
	line-height: 1.5;
}

/*下から上へ30px移動*/
.fade-in-up {
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 1.2s ease-out forwards;
	animation-delay: 0.2s;
	will-change: opacity, transform;
	backface-visibility: hidden;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}




/**/
.topbnr_sec{
	padding: var(--v-space2) 0 var(--v-space) 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有効にする */
	text-align: justify;
}
.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);
	color: #ffec83;
}
.overlay-title {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(25px, 2vw, 30px);
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 17px;
	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;
	}
}

/* デフォルトでは改行なし（1068px以下） */
.overlay-title br {
	display: none;
}

/* 1068px以上では改行あり */
@media screen and (min-width: 1068px) {
	.overlay-title br {
		display: inline;
	}
}


/*フッターバナー：簡素版*/
.footerbnr2 {
	padding: clamp(25px, 3vw, 50px) 0 var(--v-space2) 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;
	}
}







/*======= パソコン修理・サポートページ ======*/
.pc_sec1 {
	padding: var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/* タグ */
.kakomi01 {
	text-align: center;
	margin: 10px auto 5px auto;
}
.kakomi01 span {
	font-family: "Zen Kaku Gothic New", serif;
	padding: 3px 9px 5px 9px;
	font-weight: bold;
	margin: 0px 9px 5px 0px;
	background-color: #0661ba;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(13px, 1.4vw, 16px);
}
/*テキストcenter→justify*/
.tx-ctj2 {
	margin: 0px auto;
	text-align: center;
}
@media (max-width: 768px) {
	.tx-ctj2 {
		text-align: justify;
	}
}
/*印刷時*/
@media print{
	.tx-ctj2 {
		margin: 0px auto;
		text-align: center;
	}
}


/*サービス内容*/
.pc_sec2 {
	padding: var(--v-space2) 0;
	background-color: #f9f9f9;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*flexで*/
.service-summary-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 30px 0;
	box-sizing: border-box;
}

.service-summary-container article {
	width: calc((100% - 40px) / 3); /* gap分引いた上で4分割 */
	min-width: 250px; /* スマホで潰れすぎ防止 */
	padding: 15px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 8px 18px rgba(121, 121, 121, 0.1);
	box-sizing: border-box;
}

/* タブレット対応：2カラム */
@media only screen and (max-width: 1068px) {
	.service-summary-container article {
		width: calc((100% - 20px) / 2);
	}
}

/* スマホ対応：1カラム */
@media only screen and (max-width: 668px) {
	.service-summary-container {
		justify-content: center;
	}
	.service-summary-container article {
		width: 100%;
	}
}

/* 印刷用 */
@media print {
	.service-summary-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		margin: 30px 0;
		box-sizing: border-box;
	}
	.service-summary-container article {
		width: calc((100% - 40px) / 3);
		box-sizing: border-box;
	}
}
h4.fuz-tit {
	margin: 10px auto;
	padding: 5px 10px 0 10px;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(16px, 1.5vw, 18px);
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}
.service-summary-container p{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(13px, 1.5vw, 15px);
	font-weight: 400;
	line-height: 1.4;
	text-align: justify;
	padding: 5px 10px;
}


/*サービスの流れ*/
.flow_sec {
	padding: var(--v-space2) 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-size: 6px 6px;
	background-image: repeating-linear-gradient(0deg, #d5f0fb96, #d5f0fb96 1px, #fff 1px, #fff);
}


/*フロー*/
.flow_list01 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.flow_list01 li {
	background: #ffffffcf;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease;
}
.flow_list01 li:hover {
	transform: translateY(-5px);
}

.flow_list01 dl {
	margin: 0;
	padding: 0;
}
.flow_list01 dt {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: bold;
	font-size: 1.1em;
	padding: 15px;
	background-color: #f0f4f8c2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.flow_list01 dd {
	margin: 0;               /* ← ★ ブラウザのデフォルト余白をリセット */
	padding: 15px 15px 20px 15px;           /* ← 必要な余白はここでコントロール */
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: left;
}


.step_icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #007acc;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border-radius: 20%;
	font-weight: bold;
	font-size: 0.9em;
}
.step_title {
	font-size: clamp(14px, 1.5vw, 18px);
	line-height: 1.4;
}
.step_image {
	width: 100%;
	height: auto;
	border-radius: 8px;
	border: 1px solid #ccc;
}
/**/
.lesp3{
	letter-spacing: -1.5px;
}
.flow_list01 dd p{
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.4;
	text-align: justify;
}


/* 画面幅 1124px 以下 → 3列 */
@media screen and (max-width: 1124px) {
	.flow_list01 {
		grid-template-columns: repeat(3, 1fr);
	}
	.step_title {
		font-size: 17px;
		line-height: 1.4;
	}
	.lesp3{
		letter-spacing: 0;
	}
}
/* 画面幅 768px 以下 → 2列 */
@media screen and (max-width: 768px) {
	.flow_list01 {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* 画面幅 490px 以下 → 1列 */
@media screen and (max-width: 490px) {
	.flow_list01 {
		grid-template-columns: 1fr;
	}
}
/* 印刷用 */
@media print {
	.flow_list01 {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 20px;
		margin: 0 auto;
		padding: 0;
		list-style: none;
	}
	.step_title {
		font-size: clamp(14px, 1.5vw, 18px);
		line-height: 1.4;
	}
}



/**/
.faq_sec {
	padding: var(--v-space2) 0 clamp(25px, 3vw, 50px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
div.faq-in{
	padding: 0;
}
/*枠付きデザイン*/
.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;
}







/*======= 家電販売・修理ページ ======*/
.appl_sec1 {
	padding: var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}






/*======= 会社案内ページ ======*/
/*会社概要*/
.info_sec1{
	padding: var(--v-space2) 0;
	/*background-color: #f7f7f7;*/
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_02.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 568px) {
	.info_sec1{
		background-position: 90% 100%;
	}
}

/* 概要部分のテーブル */
.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: #ffffffe8;
	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: #eae6e191;
	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 clamp(25px, 3vw, 50px) 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;
}




