@import url("common.css");

#faq{
	padding: 0 20px;
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
}
.faq-contents{
	margin: 100px 0;
}
.faq{
	background-color: #FCF3F3;
	border-radius: 10px;
	padding: 30px 60px;
	margin: 0 0 20px;
	line-height: 1.6;
}
.faq h3{
/*

font-size: 18px;
font-weight: bold;
	background-position: left center;*/
	background-image: url(/image/staff/icon_q.svg);
	background-repeat: no-repeat;
padding: 16px 0 18px 60px;
  margin-bottom:10px;
}
.faq-a{
/*
background-repeat: no-repeat;
	background-position: left 10px;*/
background-image: url(/image/staff/icon_a.svg);
	background-repeat: no-repeat;
padding: 10px 0 10px 60px;
    
}

#staff{

}
.staff-contents{
	padding: 0 20px;
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
}

.message{
line-height: 2;
}
.message h3{
	border-bottom:solid #ccc 1px;
	font-family: 'KudryashevDisplaySans', sans-serif;
	font-size: 40px;
	
	margin-bottom: 20px;
}
.message p{
	margin-bottom: 20px;
}
.shikaku{
	background-color: #FCF3F3;
	padding: 20px 40px;
	line-height: 2.4;
	border-radius: 10px;
	margin: 50px 0 100px;
}
#employee{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 200px;
	padding: 0 20px;
}
#employee h3{
	border-bottom:solid #ccc 1px;
	font-family: 'KudryashevDisplaySans', sans-serif;
	font-size: 40px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.emp-contents{
	display: flex;
	margin: 0 0 40px;
}
.emp-contents img{
	
}
.emp-contents h4{
	font-family: 'KudryashevDisplaySans', sans-serif;
	font-size: 36px;
	margin-bottom: 30px;
}
.emp-contents p{
	line-height: 1.8;
}
.img-wrapper {
    position: relative;
  
    flex-shrink: 0;  /* 画像が潰れないように固定 */
}
.img-wrapper img {
    display: block;
    width: 355px; /* サイズは適宜調整してください */
    height: auto;
}
.img-wrapper::before,
.img-wrapper::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 355px;  /* SVGの横幅 */
    height: 90px; /* SVGの縦幅 */
    background-repeat: no-repeat;
    background-size: contain;
}

/* 上の装飾 */
.img-wrapper::before {
    top: 0;
    background-image: url('/image/staff/staff_up.svg'); 
    /* または普通にパス指定: url("image/deco-top.svg") */
}

/* 下の装飾 */
.img-wrapper::after {
    bottom: 0;
    background-image: url('/image/staff/staff_bottom.svg');
}
.detail{
	margin-left: 40px;
}
@media screen and (max-width: 469px){
	.faq{
		padding:20px;
	}
	.faq h3{
		line-height:1.4;
	}
}