@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/


/*======= 共通 ======*/
/*タイトル(共通)*/

.spot__heading03 {
	position: relative;
	/* 親要素を相対位置に設定 */
}

.spot__heading03 h3 {
	width: fit-content;
	font-size: clamp(18px, 5vw, 30px);
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	/* 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: 1vw;
	color: var(--accent-color2);
}

.spot__heading03 span {
	position: absolute;
	font-family: "WindSong", serif;
	margin: 0;
	font-size: clamp(40px, 10vw, 70px);
	text-align: center;
	top: clamp(-60px, -5vw, -40px);
	/* 調整が必要かもしれません */
	left: 50%;
	transform: translateX(-50%);
	transform-origin: center top;
	pointer-events: none;
	white-space: nowrap;
	font-weight: normal;
	color: #bae424;
	opacity: 0.4;
	/* transform: rotate(-10deg); */
}

.spot__heading03 p {
	font-size: clamp(12px, 1.4vw, 18px);
	text-align: center;
	padding-left: 2px;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 1;
}

.line {
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #fff;
	/* margin: 1.9607% auto; */
	margin: 1.1% auto;
	/*今回のみ*/
}

.line2 {
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #777;
	/* margin: 1.9607% auto; */
	margin: 1.1% auto;
	/*今回のみ*/
}

.hline {
	display: inline-block;
	width: 25px;
	/* 横棒の長さ（調整可） */
	height: 1px;
	/* 横棒の太さ（調整可） */
	background-color: var(--txt-color);
	/* 横棒の色 */
	vertical-align: middle;
	margin: 0 0.2em;
	/* 文章と横棒の間隔 */
}


/* タグ（左右が揃う）  */
.kakomi-tag01 {
	display: flex;
	flex-wrap: wrap; /* 子要素を折り返す */
	gap: 5px;
	width: 100%;
	justify-content: space-between; /* 左右のボックスを揃える */
}
.kakomi-tag01 p {
	background-color: #eee;
	padding: 2px 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	flex-grow: 1; /* ボックスのサイズを自動調整 */
	min-width: 30px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
	/* border-radius: 5px; */
}
.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: right; /* 水平方向の中央揃え */
}

/* 写真枠 */
/*端まで写真の背景色を突き抜ける装飾*/
/* 左に写真があるとき */
.spot_photo {
	position: relative;
	z-index: 1;
}
.spot_photo::after {
	content: "";
	position: absolute;
	top: 2rem;
	bottom: -1.5rem;
	left: calc(-1 * (100vw - 100%)/2); /* 左端まで */
	right: -1.5rem; /* 常に2rem右に広げる */
	background-color: #d8e8f070;
	/*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	border-radius: 0 15px 15px 0;*/
	z-index: -1;
}
.spot_photo img{
	outline: 1px solid #fff;
	outline-offset: -0.6rem;
}

@media only screen and (max-width: 767px) {
	.spot_photo {
		margin-bottom: 10px;
	}
	.spot_photo::after {
		content: "";
		top: 1rem;
		bottom: -1rem;
		right: -1rem; /* 常に2rem右に広げる */
	}
}
/* 右に写真があるとき */
.spot_photo02 {
	position: relative;
	z-index: 1;
}
.spot_photo02::after {
	content: "";
	position: absolute;
	top: 2rem;
	bottom: -1.5rem;
	left: -1.5rem; /* 左に1.5rem出す */
	right: calc(-1 * (100vw - 100%) / 2); /* 右端まで突き抜ける */
	background-color: #b39f7c28;
	/*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	border-radius: 0 15px 15px 0;*/
	z-index: -1;
}
.spot_photo02 img{
	outline: 1px solid #fff;
	outline-offset: -0.6rem;
}

@media only screen and (max-width: 767px) {
	.spot_photo02 {
		margin-bottom: 10px;
	}
	.spot_photo02::after {
		content: "";
		top: 1rem;
		bottom: -1rem;
		left: -1rem; /* 常に2rem左に広げる */
	}
}

/* SNSコンテナ */
.sns-container{
	display: grid;
	grid-template-columns: 1fr 50px;
	gap:10px;
}

/* SNSバナー */
.sns_bnr {
	max-width: 600px;
	margin: 0 auto;
	margin-top: 50px;
}

.sns_bnr img{
	border-radius: 10px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;
}
.sns_bnr img:hover {
	transform: scale(1.05);
}

/*======= TOP ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space);
	background-color: #FFF;
	background-image: url(../img/bg_01a.png),url(../img/bg_01b.png);
	background-position: top right,bottom left;
	background-repeat: no-repeat,no-repeat;
	background-size: auto,auto;

	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}
@media only screen and (max-width: 767px) {
	.greeting {
		background-size: 300px,300px;
	}
}

.greeting-haba {
	max-width: 950px;
	margin: 0 auto;
	padding: 2% 0 0 0;
}

/*TELバナー*/
.tel_bnr {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

@media (max-width: 568px) {
	.tel_bnr {
		grid-template-columns: repeat(1, 1fr);
	}
}


/*======= 訪問介護 ======*/
.sec1 {
	padding: var(--v-space) 0;
	background-color: #fffdf4;
	background-image: url(../img/bg_02.png);
	background-repeat: repeat;

	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}



/*======= 家事支援 ======*/
.sec2 {
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}


.card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 24px;
	margin-top: 30px;
}
.card {
	display: grid;
	grid-template-rows: auto 1fr; /* subgridが効くためのベース */
	border: 1px solid #ccc;
	border-radius: 12px;
	background-color: #fff;
	overflow: hidden;
}

.card figure {
	margin: 0;
}

.card img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.card-inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 16px;
	text-align: center;
}

.card-inner h3 {
	margin-bottom: 8px;
	color: #5C5248;
	font-size: 1.1rem;
}

.card-inner p {
	color: #333;
	font-size: 0.95rem;
}

.areaNote {
	margin-top: 20px;
	font-size: 0.85rem;
	color: #5C5248;
	text-align: right;
}


@media print{
	.card-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.card-inner p {
		color: #333;
		font-size: 13px;
	}
}


/*======= ギフト商品販売 ======*/
.sec3 {
	padding: var(--v-space) 0;
	background-color: #ececec;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}
/* PC用画像 */
@media print, only screen and (min-width: 568px) {
	.sec3 {
		background-image: url(../img/bg_02.jpg);
	}
}

/* SP用画像 */
@media only screen and (max-width: 567px) {
	.sec3 {
		background-image: url(../img/bg_02_sp.jpg);
	}
}



/*======= FAQ ======*/
.faq_sec1 {
	padding: var(--v-space) 0;
	background-color: #EAF5EC;

	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}

.faq-item {
	display: grid;
	grid-template-columns: 1.5em 1fr;
	column-gap: 10px;
	row-gap: 5px;
}

.faq-label {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.5;
	border-radius: 3px;
	width: 1.5em;
	text-align: center;
	align-self: start;
	/* lavelを上揃えに */
}

.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.6;
	text-align: justify;
}

.faq-question {
	font-weight: bold;
}

hr.faqHr {
	height: 0px;
	border: 1px dashed var(--accent-color2);
	margin: 20px auto;
}



/*======= 会社案内ページ ======*/

/*会社案内*/
.info_sec1 {
	padding: var(--v-space) 0 ;
	background-color: #fff4f5;
	background-size: cover;
	background-position: bottom;

	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}

/* PC用画像 */
@media print, only screen and (min-width: 568px) {
	.info_sec1 {
		background-image: url(../img/bg_03.jpg);
	}
}

/* SP用画像 */
@media only screen and (max-width: 567px) {
	.info_sec1 {
		background-image: url(../img/bg_03_sp.jpg);
	}
}



/* 概要部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	/* color: var(--txt-color); */
	padding: 5px;
	/* width: 5.25em; */
	width: 170px;
}

.info2 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	/* width: 400px; */
}

@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%;
	}
}



/*会社概要*/
.bg_b {
	background: rgba(255, 255, 255, 0.7);
	padding: 40px;
	border-radius: 20px;
}


@media screen and (max-width: 568px) {
	.bg_b {
		padding: 20px;
	}
}



.access_sec1 {
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}

/* アクセス部分のテーブル */
.access1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 5.25em;
}

.access2 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 400px;
}

@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%;
	}
}

.recruit_sec1 {
	padding: var(--v-space) 0 clamp(120px, 9vw, 180px);
	background-color: #E5F1E5;
	background-image: url(../img/bg-line.svg);
	background-repeat: no-repeat;
	background-position: bottom -1px center;; /* 下端中央に配置 */
	background-size: 100% 10vh; /* 横を100%、高さを固定（例：50px） */

	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}

/* 求人情報 */

/* 人に寄り添うしごと、はじめませんか */
.recruit-points {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 18px;
	margin: 10px 0 25px;
}

.recruit-points .point {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 12px;
	overflow: hidden;
	display: grid;
	grid-template-rows: auto auto 1fr;
}

.recruit-points .point figure {
	margin: 0;
}

.recruit-points .point img {
	width: 100%;
	display: block;
	object-fit: cover;
}

.recruit-points .point h4 {
	font-size: 1.05rem;
	color: #5C5248;
	padding: 12px 14px 4px;
}

.recruit-points .point p {
	padding: 0 14px 14px;
	font-size: .95rem;
}


/* 募集要項container */
.recruit-container{
	display: grid;
	grid-template-columns: 1fr 400px;
	gap:10px;
}
@media only screen and (max-width: 980px) {
	.recruit-container{
		grid-template-columns: repeat(1,1fr);
		gap:20px;
	}
}
.recruit-container img{
	margin: 0 auto;
}