@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/


/*======= 共通 ======*/

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}


/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(40px,6vw,70px);
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
	color:#2d2d2d;
}
.spot-heading01::first-letter {
	color: var(--main-color)
  }

.spot-heading02-img {
	width: 50%;
  }

.spot-heading02{
	font-size: clamp(23px, 2.3vw, 30px);
	line-height: 1.1em;
  font-weight: 700;
  text-align: center;
  min-height: 0vw;
  color: var(--main-color);
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
}
.spot-heading02+p{
    margin-top: 0.5em;
    font-size: 14px;
		text-align: center;
		margin-bottom: 10px;
}
.line{
	width: 1px;
	height: auto;
	padding-top: clamp(20px,6vw,30px);
	background-color: #2d2d2d;
	margin: 0% auto;
	margin-bottom: 2%;
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1.9607% auto;
}

.lead-copy {
    text-align: center;
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 700;
    line-height: 1.4;
    color: var(--accent-color2);
    letter-spacing: 0.05em;
    margin: 1.5rem auto 0.3rem;
}


/*======= FONT ======*/
/*英字*/
.heading06::before {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700 !important;
  font-style: normal;
	z-index: -1;
}

.heading,
.heading14::before,
.heading-decoration_c + p,
.heading-decoration + p,
.heading-decoration_nl + p,
.heading-decoration_lg + p
 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 700 !important;
    font-style: normal;
}

/*日本語*/
@media (min-width: 769px) {
    .nav ul {
        font-family: "Zen Old Mincho", serif;
        font-weight: 500 !important;
        font-style: normal;
    }
}

@media (max-width: 768px) {
    .nav ul {
        font-family: "Zen Old Mincho", serif;
        font-weight: 500 !important;
        font-style: normal;
    }
}

.heading06,
.heading span,
.spot-heading02,
.heading-decoration,
.flow01 > li dl dt,
.greeting-card__item H4,
.sec1-card__item H4,
.heading-decoration2,
.sec2__title ,
.sec2__catch01,
.sec2__subtitle,
.heading-decoration_nl,
.heading-decoration_c,
.heading-decoration_lg,
.card__item H4
 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 700 !important;
    font-style: normal;
}



/*======= TOP ======*/

/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0  0 ;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.greeting-spot {
	color: var(--accent-color1);
	font-size: 1.2em;
}

p.grp{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.3;
	margin: 0 auto;
	width: fit-content;
	color: #666;
}

/* お悩みリスト */ 
.sec1 {
    padding: 50px 0;
}

.trouble-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}

/* チェックマーク */
.trouble-list li {
	position: relative;
	background: #fff;
	border-radius: 12px;
	padding: 16px 18px 16px 52px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.06);
	line-height: 1.6;
	font-size: 15px;
	border: 1px solid var(--accent-color1);
	transition: all 0.3s ease;
}

/* チェック */
.trouble-list li::before {
	content: "✓";
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--accent-color1);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.3s ease;
}

.trouble-list li:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	background: #f7f9fb;
}


.trouble-list li:hover::before {
	background: var(--main-color); 
	transform: translateY(-50%) scale(1.1);
}


@media only screen and (max-width: 968px) {
	.trouble-list {
		grid-template-columns: 1fr 1fr;
	}
}


@media only screen and (max-width: 568px) {
	.trouble-list {
		grid-template-columns: 1fr;
	}
}

/*======= BNR section ======*/

.bnr_sec1 {
	padding: var(--v-space) 0 var(--v-space);
	position: relative;
	z-index: 1;
	background-color: #f3e9d250;
}
.bnr_sec1::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: var(--base-color);
	clip-path: polygon(0 0, 50% 100%, 100% 0); /* ▼ 谷型 */
	z-index: 2; /* 上にかぶせる */
}

/*TELバナー*/
.tel_bnr {
    padding: 0;
    border: 1px solid var(--main-color);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    overflow: hidden;
    display: block;
		margin-top: 40px;
}

.tel_bnr img {
	width: 100%;
	height: auto;
	display: block;
}

/*======= コンテンツ ======*/


/*======= services ======*/
/*section1*/

.symptom-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	margin-top: 10px;
}

.symptom-list span {
	display: inline-block;
	color: var(--accent-color2);
	font-size: 14px;
	padding: 6px 12px;
	border-radius: 20px;
	line-height: 1.4;
	border: 1px solid var(--accent-color2);
	background-color: #f2f5f6;
}

.heading-services {
	top: calc((var(--v-space2) + 0.6em) * -1);
	position: absolute;
	font-size: clamp(35px, 4.8vw, 55px);
	min-height: 0vw;
	color: var(--main-color);
	font-weight: 700;
	font-style: normal;
	font-family: "Zen Old Mincho", serif;
	z-index: 5;
	letter-spacing:0.5ch;
}

.heading-services span{
	margin-bottom: 20px;
	letter-spacing:0.2ch;
	display: block;
	color: #454545;
	font-size: clamp(17px, 1.5vw, 25px);
	font-weight: 500;
	font-style: normal;

}

/* フルワイド2カラム */
.bg-sec1 {
	padding: 0;
}

.sec1-container {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.sec1-container.reverse {
	flex-direction: row-reverse;
}
.sec1-image {
	width: 50%;
	min-height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
  background-position: bottom center;
	flex-shrink: 0;
}

.sec1-text {
	width: 50%;
	padding: 100px;
	box-sizing: border-box;
}

.sec1-text p {
	inline-size: fit-content;
	margin-inline: auto;
}

@media only screen and (max-width: 1100px) {
	.sec1-container {
		flex-direction: column;
	}

	.sec1-container.reverse {
		flex-direction: column;
	}

	.sec1-image {
		width: 100%;
		height: 400px;
		min-height: auto;
	}

	.sec1-text {
		width: 100%;
		padding: clamp(45px, 7vw, 60px) 40px;
	}
}

@media only screen and (max-width: 568px) {
	.sec1-image {
		height: 300px;
	}

	.sec1-text img {
		display: block;
		width: 60%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 968px) {
	.heading-services{
		top: calc(var(--v-space) * -0.9);
	}
}


/* =========================
	背景画像
========================= */
.sec1-bg01 {
	background-image: url(../img/services_01.jpg);
}

.sec1-bg02 {
	background-image: url(../img/services_02.jpg);
}

.sec1-bg03 {
	background-image: url(../img/services_03.jpg);
}



/*======= FLOW ======*/
/*section2*/
.sec2 {
	padding: var(--v-space2) 0 var(--v-space);
  background-color: #f0f4f5;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* Flow */
/* Flow全体 */
.flow-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-top: 40px;
}

/* 各カード */
.flow-item {
	position: relative;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 6px 16px rgba(0,0,0,0.06);
	overflow: hidden;
	transition: 0.3s;
}

.flow-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

/* 番号 */
.flow-num {
	position: absolute;
	top: 0px;
	left: 0px;
	background: var(--accent-color2);
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	z-index: 2;
	font-family: "Zen Old Mincho", serif;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

/* 中身 */
.flow-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
}

/* 画像 */
.flow-img {
	margin: 0;
	height: 280px;
	overflow: hidden;
}

.flow-img img {
	height: 100%;
	object-fit: cover;
	display: block;
}

/* テキスト */
.flow-body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.flow-body h3 {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.4;
	color: var(--main-color);
	font-family: "Zen Old Mincho", serif;
}

.flow-body p {
	font-size: 15px;
	line-height: 1.8;
}



/* タブレット */
@media only screen and (max-width: 768px) {
	.flow-list {
		grid-template-columns: 1fr;
	}

	.flow-box {
		grid-template-columns: 1fr;
	}

	.flow-img {
  object-fit: cover; 
	}
}

/* スマホ */
@media only screen and (max-width: 568px) {
	.flow-body {
		padding: 16px;
	}

	.flow-body h3 {
		font-size: 19px;
	}

	.flow-body p {
		font-size: 15px;
		line-height: 1.7;
	}
}



/*======= FAQ ======*/
.faq_sec1 {
	padding: var(--v-space) 0;
	background-color: #FFF;
	position: relative;
	z-index: 1;
}

.faq2 {
	/*display: flex;*/
	flex-direction: column;
	gap: 10px;
}

.faqItem {
	display: grid;
	grid-template-columns: 2em 1fr;
	align-items: flex-start;
    column-gap: 0;
}

.faqItem .label {
	font-weight: bold;
	color: var(--main-color);
	font-size: 130%;
	line-height: 1.4;
}

.faqItem .labelA {
	font-weight: bold;
	color: var(--accent-color3);
	font-size: 130%;
	line-height: 1.4;
}

.faq2 p {
	margin-top: 5px;
	line-height: 1.5;
    letter-spacing: 0.06em;
	text-align: left;
	display: block;
}

.faq2 p.b {
	font-weight: bold;
	color: #444;
}

hr.faqHr {
	height: 0px;
	border: 1px dashed var(--accent-color3);
	margin: 20px auto;
}


/*======= 会社案内ページ ======*/
/*会社案内*/
.info_sec1{
	padding: var(--v-space) 0;
  background-image: linear-gradient(0deg, #f4f8ff, #f9f7ec);
	background-size:cover;
	background-position: bottom;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}


/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
    border-bottom: 1px dashed var(--accent-color3);
	padding: 5px;
	width: 5.25em;
	line-height: 1.5;
    letter-spacing: 0.06em;
}
.info2 {
    border-bottom: 1px dashed var(--accent-color3);
	padding: 5px;
	width: 400px;
    line-height: 1.5;
    letter-spacing: 0.06em;
}


@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.info2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}

/*営業時間*/
.kome {
    background-color: #7d955580;
    padding: 2px 6px;
    font-size: 16px;
    box-sizing: border-box;
    margin: 5px 5px 5px 0;
    display: inline-block;
    width: fit-content;
    /*min-width: 170px;*/
}

.b-hours {
	display: flex;				/* 横並びにする */
	align-items: center;			/* 高さを揃える */
	white-space: nowrap;
	margin-bottom: 2px;
}

.day {
	background-color: #d9d9d9;
	/* font-weight: bold; */
	padding: 2px 6px;
    font-size: 16px;
	min-width: 180px;				/* 横幅を固定（全行で共通） */
	box-sizing: border-box;			/* paddingを含めた幅にする */
}

.time {
	font-size: 16px;
	margin-left: 0.5em;		/* dayとの余白 */
}

/*会社概要*/
.bg_b{
	background: rgba(255, 255, 255, 0.9);
	padding:40px;
	border-radius: 20px;
}
@media screen and (max-width: 568px) {
	.bg_b {
		padding: 20px;
	}
}




/*写真入りレイアウト*/
	.company-info-wrapper {
		display: grid;
		grid-template-columns: 3fr 2fr;	/* PC幅：表3・写真2の割合で横並び */
		gap: 20px;
		align-items: start;
	}

	.company-info-table {
		width: 100%;
		border-collapse: collapse;
	}

	.company-photo {
		width: 100%;
		max-width: 400px;
		height: auto;
	}

	@media screen and (max-width: 868px) {
		.company-info-wrapper {
			grid-template-columns: 1fr;	/* スマホ・タブレットでは縦並び */
		}
		.company-photo {
			margin-top: 20px;	/* 表と画像の間に余白を追加 */
		}
	}


/*======= ACCESS アクセス ======*/

.access_sec1{
	padding: var(--v-space) 0;
	background-color: #FFF;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* アクセス部分のテーブル */
.access1 {
	font-weight: bold;
	border-bottom: 1px dashed var(--accent-color3);
	padding: 5px;
	width: 5.25em;
}
.access2 {
	border-bottom: 1px dashed var(--accent-color3);
    padding: 5px;
    width: 400px;
    line-height: 1.5;
    letter-spacing: 0.06em;
}

@media screen and (max-width: 568px) {
	.access1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.access2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}




/*======= 電話 ======*/
 .sec3-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(14px, 1vw, 18px);
    text-align: center;
    border: 0;
    color: var(--txt-color);
    margin: 10px;
}

.sec3-heading::before {
    margin-right: 30px;
    transform: rotate(-35deg);
    content: '';
    width: 1px;
    height: 40px;
    background-color: var(--main-color);
}

.sec3-heading::after {
    margin-left: 30px;
    transform: rotate(35deg);
    content: '';
    width: 1px;
    height: 40px;
    background-color: var(--main-color);
}

a.btn_01 {
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 1rem 1rem;
    font-size: small;
    color: var(--base-color);
    background: var(--accent-color1);
    transition: 0.3s ease-in-out;
}

a.btn_01::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid var(--accent-color2);
    transition: 0.2s;
}
@media (max-width: 865px) {
	a.btn_01 {
		width: 70%;
	}
}
@media (max-width: 568px) {
	a.btn_01 {
		width: 90%;
	}
}

/*======= 調整 ======*/
.l-c {
    margin-right: auto;
    margin-left: auto;
}

.l-c50 {
    margin-right: auto;
    margin-left: auto;
	width: 50%;
}

@media (max-width: 1000px) {
	.l-c50 {
		width: 80%;
	}
}

@media (max-width: 568px) {
	.l-c50 {
		width: 100%;
	}
}


.f-la{
	font-size: 14px;
}

.cap{
	font-size: 14px;
	font-weight: 600;
}

.enp01{
	font-size: 24px;
	line-height: 0.9em;
	position: relative;
  top: 2px;
}

.enp02{
	font-weight: 900;
	background: linear-gradient(transparent 50%, #e0ffc1 50%);
}

.ind01{
	letter-spacing: -0.4em;
	display: inline-block;
}