.breadcrumb-wrap {
    background: rgba(255, 255, 255, 0.3);
}

.page_ttl {
    background-image: url(/pc/img/company/page_fv_bg.jpg);
    background-size: cover;
}

.page_ttl .text-wrap {
    padding: 73px 0 107px;
}

.page_ttl h1 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: .04em;
    display: inline-block;
    padding: 20px 40px;
    background: rgba(0,0,0,.5);
    color: #fff;
}

.column{
    margin-bottom: 90px;
}

.faq-list{
    padding: 20px;
    border: 1px solid var(--line);
    margin-bottom: 20px;
}


.q {
    cursor: pointer;
    font-size: 18px;
}

.q::before{
    content: "Q. ";
}

.q:hover {
    opacity: .5;
}
.a {
    display: none;
    background: #f2f2f2;
    font-size: 18px;
    padding: 10px;
    margin-top: 20px;
    line-height: 1.4;
}
.a::before{
    content: "A. ";
}

/*------------------------
無料相談会のよくあるご質問
------------------------*/
#faq{
	margin-bottom: 80px;
}
#faq .qa_box {
	margin-bottom: 10px;
}
#faq .qa_box .q_box {
	background: var(--faq);
    display: flex;
    align-items: center;
    padding: 10px 55px 10px 15px;
    position: relative;
    cursor: pointer;
}
#faq .qa_box .q_box::before,#faq .qa_box .q_box::after {
	content: '';
	position: absolute;
	top: 48%;
	right: 20px;
	width: 20px;
	height: 3px;
	background: #fff;
	transition: .35s ease-in-out;
}
#faq .qa_box span {
	font-size: 28px;
	font-weight: bold;
	color: var(--faq);
	margin-right: 10px;
}
#faq .qa_box .q_box p {
	font-size: 18px;
    color: #fff;
}
#faq .q_box::after {
	transform: rotate(90deg);
}
#faq .q_box.on::after {
	transform: rotate(0deg);
}
#faq .q_box.on::before {
	opacity: 0;
}
#faq .qa_box .a_box {
	display: none;
}
#faq .qa_box .a_box .a_inner {
	background: #eeeeee;
	display: flex;
	align-items: baseline;
	padding: 10px 20px 20px;
}
#faq .qa_box span {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	margin-right: 10px;
}
#faq .qa_box .a_box span {
	color: var(--faq);
}
#faq .contents_wrap .content {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}
#faq .qa_box .a_box p {
	font-size: 17px;
    line-height: 1.5;
}