@charset "UTF-8";

/*=======================================================
共通
=======================================================*/
.el-btn {
	width: 414px;
	font-size: 18px;
	border-radius: 30px;
	color: #FFFFFF;
	padding: 16px 0 15px 0;
	letter-spacing: 0.72px;
	line-height: 1.5em;
	position: relative;
}
.el-btn::after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
    background: url(../images/faq/btn-white-icon.png) top center / contain no-repeat;
	top: 50%;
	transform: translateY(-50%);
	right: 23px;
}
.el-btn.gold {
	background-color: #BD9535;
	border: 1px solid #FFFFFF;
}
.el-btn.green {
	background-color: #006E54;
	border: 1px solid #FFFFFF;
}
.el-btn:hover {
	background-color: #FFFFFF;
	color: #0E0101;
	position: relative;
	transition: all 0.3s ease;
}
.el-btn:hover::after  {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
    background: url(../images/faq/btn-black-icon.png) top center / contain no-repeat;
	top: 50%;
	transform: translateY(-50%);
	right: 23px;
}
@media screen and (max-width: 750px) {
	.el-btn {
	    width: 606px;
	    font-size: 30px;
		padding: 22px 0 20px;
	    border-radius: 44px;
		letter-spacing: 1.2px;
		margin: auto;
    }
    .el-btn::after {
	    width: 34px;
	    height: 34px;
	    right: 30px;
    }
	.el-btn.gold:hover {
	    background-color: #BD9535;
	    border: 1px solid #FFFFFF;
		color: #FFFFFF;
    }
	.el-btn.green:hover {
	    background-color: #006E54;
	    border: 1px solid #FFFFFF;
		color: #FFFFFF;
    }
	.el-btn:hover::after  {
		width: 34px;
	    height: 34px;
        background: url(../images/faq/btn-white-icon.png) top center / contain no-repeat;
		right: 30px;
    }
}

/*=======================================================
背景パララックス
=======================================================*/
.ly-main {
    background: url(../images/common/bg.jpg) top center / contain no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
	.ly-main {
        background: url(../images/common/bg-sp.jpg) top center / contain no-repeat;
		background-attachment: fixed;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/*=======================================================
MV
=======================================================*/
.el-lower-mv-ttl::after {
	content: "FAQ";
}
@media screen and (max-width: 750px) {
	.el-lower-mv-ttl {
		padding-top: 160px;
	}
}

/*=======================================================
FAQ
=======================================================*/
.bl-faq {
	padding: 80px 0 0;
}
.bl-faq-txt {
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 56px;
}
.bl-faq-btn {
    display: flex;
	flex-flow: nowrap;
	gap: 80px;
	margin-bottom: 56px;
	justify-content: center;
}
#homecare-faq.anchor,
#pro-faq.anchor {
	display: block;
    padding-top: 100px;
    margin-top: -100px;
}
#homecare-faq {
	padding-bottom: 96px;
}
.bl-pro-faq {
	padding-top: 80px;
	background: rgba(255,255,255,0.75);
}
.bl-pro-faq .ly-cont-inner {
	padding-bottom: 96px;
}
.bl-faq .el-sec-mainTtl {
	font-size: 26px;
	text-align: start;
	margin-bottom: 72px;
	letter-spacing: 1.92px;
	line-height: 1.6em;
	position: relative;
}
#homecare-faq .el-sec-mainTtl {
	color: #FFFFFF;
}
.bl-faq .el-sec-mainTtl::after {
	position: absolute;
	content: "";
	width: 1512px;
	border-bottom: 1px solid #FFFFFF;
	bottom: -8px;
	left: 0;
}
.bl-faq-list {
	display: flex;
	flex-flow: column;
	gap: 40px;
}
.bl-faq summary {
	padding: 9px 56px 9px 80px;
}
.bl-faq summary::before {
	position: absolute;
	content: "";
	background: url(../images/common/icon-q.svg) top center / contain no-repeat;
	width: 40px;
	height: 40px;
	top: 50%;
	transform: translateY(-50%);
	left: 24px;
}
.bl-faq summary:after {
	background: #0E0101;
	color: #FFFFFF;
}
.bl-faq .bl-details-summary {
	background-color: #004568;
}
.bl-faq .el-details-ttl {
	font-size: 22px;
	letter-spacing: 1.56px;
	line-height: 1.6em;
	color: #FFFFFF;
}
.bl-faq .bl-details-content-inner {
	padding: 24px 32px 0 0;
	margin: auto;
}
#homecare-faq .el-faq-txt {
	color: #FFFFFF;
}

/* パンくず */
.bl-breadcrumbs-inner > li {
	color: #222222;
}
@media screen and (max-width: 750px) {
	.bl-faq-btn {
	    flex-flow: column;
	    gap: 40px;
	    margin-bottom: 80px;
    }
	#homecare-faq.anchor {
        padding-top: 200px;
        margin-top: -200px;
    }
	.bl-faq .el-sec-mainTtl {
		text-align: center;
	    font-size: 30px;
    }
	.bl-faq .el-sec-mainTtl::after {
	    width: 750px;
	    bottom: -16px;
	    left: 50%;
	    transform: translateX(-50%);
    }
	.bl-faq-list {
	    gap: 56px;
    }
    .bl-faq summary {
        padding: 12px 56px 12px 96px;
    }
    .bl-faq summary::before {
	    width: 50px;
	    height: 50px;
    }
    .bl-faq .el-details-ttl {
	    font-size: 24px;
    }
}
