@charset "UTF-8";
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* ファーストビュー */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
.mainVisual {
	height: 85vh;
	background-image: url(../images/bkimg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.mainVisual .conWrapMin{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);

}
.mainWrap {
	flex-wrap: wrap;
	position: relative;
}
.mainWrap::before {
	content: '';
	width: 130%;
	height: 130%;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.6);
	border-radius: 100%;
	display: block;
	position: absolute;
	top: -15%;
	left: -15%;
	bottom: 0;
	right: 0;
	z-index:1;
}
.mainWrap h1 {
	width: 100%;
	text-align: center;
	z-index: 2;
}
/* テキスト */
/* - - - - - - - - - */
.mVtxt {
	flex: 1;
	z-index: 2;
	margin-right: 20px;
}
.mVtxt a span {
	display: block;
	font-size: 16px;
	font-weight: normal;
}

/* イラスト */
/* - - - - - - - - - */
.mVimg {
	z-index: 2;
	width: 45%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* 概要　こころわとは？ */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
.abouTxt,
.aboutImg {
	width: 48%;
}
.abouTxt a {
	display: block;
	width: 350px;
	margin: 30px auto 0;
}
.abouTxt p {
	font-size: 18px;
	line-height: 2;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* サービス紹介 */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
.svImte {
	width: 48%;
	padding: 50px;
	background-color: #fff;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
}
.svImte h3 {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 15px;
	position: relative;
}
.svLife h3::before,
.svSupport h3::before  {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100px;
	height: 5px;
	display: block;
}
.svLife h3::before {
	background-color: var(--sub-g);
}
.svSupport h3::before {
	background-color: #FDE68A;
}
.svImte p {
	margin-bottom: 30px;
}
.svImte a {
	width: 300px;
	margin: auto auto 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* お知らせ */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
.infoWrap ul {
	margin-bottom: 10px;
	border-top: solid 2px var(--border);
}
.infoWrap ul li{
	padding: 20px 10px;
	border-bottom: solid 2px var(--border);
}
.infoWrap ul li span {
	background-color:#eee;
	padding: 5px 10px;
	margin-right: 10px;
	font-size: 12px;
}
.infoWrap ul li time {
	font-size: 14px;
}
.infoWrap p {
	margin: 5px 0 0;
}
a.infoLink {
	display: block;
	text-align: right;
}
a.infoLink:hover {
	color: var(--sub-o);
}
/* - - - - - - - - - */


@media screen and (max-width:1400px) {
	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	/* ファーストビュー */
	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	.mainVisual {
		height: 85vh;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	.mainWrap::before {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	/* テキスト */
	/* - - - - - - - - - */
	.mVtxt p {
		font-size: 16px;
	}
	/* イラスト */
	/* - - - - - - - - - */
	.mVimg {
		width: 45%;
	}

	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	/* 概要　こころわとは？ */
	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	.abouTxt h2 {
		font-size: 22px;
	}
	
}/* @media screen and (max-width:1400px)  */



@media screen and (max-width:960px) {
	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	/* ファーストビュー */
	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	.mainVisual {
		height: 90vh;
	}
	.mainWrap h1 {
		font-size: 5vw;
	}
	/* テキスト */
	/* - - - - - - - - - */
	.mVtxt {
		width: 100%;
		margin-right: 0;
		position: relative;
	}
	.mVtxt img {/* イラスト */
		width: 300px;
		margin: 0 0 0 auto;
		display: block;
		opacity: 0.4;
		position: absolute;
		right: 0;
		bottom: 50px;
		z-index: -1;
	}
	.mVtxt p {
		width: 90%;
		margin: 0 auto 100px;
		font-size: 18px;
		font-weight: bold;
	}
	.mVtxt a {
		width: 350px;
		margin: 0 auto;
	}

	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	/* 概要　こころわとは？ */
	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	.abouTxt{
		width: 100%;
	}
	.aboutImg {
		width: 70%;
		margin: 0 auto;
	}
	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	/* サービス紹介 */
	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	.svImte {
		width: 100%;
		margin-bottom: 30px;
		padding: 30px;
	}	
	.svImte:last-child {
		margin-bottom: 0;
	}
}/* @media screen and (max-width:960px)  */


@media screen and (max-width:600px) {
	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	/* ファーストビュー */
	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	.mainVisual {
		height: 95vh;
	}
	.mVtxt p {
		width: 95%;
		margin: 0 auto 100px;
		font-size: 18px;
		font-weight: normal;
	}

	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	/* 概要　こころわとは？ */
	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	.abouTxt,
	.aboutImg {
		width: 100%;
	}
}/* @media screen and (max-width:600px)  */



@media screen and (max-width:480px) {
/* - - - - - - - - - - - - - - - - - - - - - - - - */
	
}/* @media screen and (max-width:480px)  */
