@charset "UTF-8";


/*PC*/
@media print, screen and (min-width: 768px) {
#seekers{
margin: 0 auto 30px;
}

#seekers .section_wrap{
margin: auto;
min-width: 1300px;
}

#seekers .section_wrap h2{
font-size: 3rem;
font-weight: 900;
margin: 0 0 40px;
text-align: center;
}

#seekers .section_wrap h3{
font-size: 2.2rem;
font-weight: 900;
margin: 0 0 10px;
text-align: center;
}


#seekers .section_wrap p{
font-size: 1.4rem;
font-weight: 700;
text-align: center;
margin: 0;
line-height: 2;
}

#seekers .section_wrap .slider3{
margin:100px 0 100px;
}

#seekers .section_wrap .slider3 .slick-slide{
margin: 0 10px;
border-radius: 1rem;
overflow: hidden;
}

#seekers .bg_img{
width: 100%;
margin: 60px 0 0;
vertical-align: bottom;
}

}
/*sp*/
@media only screen and (max-width: 767px) {
#seekers{
margin: 0 auto 30px;
}

#seekers .section_wrap{
width: 90%;
margin: 0 auto;
}

#seekers .section_wrap h2{
font-size: 1.4rem;
font-weight: 900;
line-height: 1.4;
margin: 0 0 20px;
text-align: center;
}

#seekers .section_wrap h3{
font-size: 1.2rem;
font-weight: 900;
margin: 0 0 10px;
text-align: center;
}


#seekers .section_wrap p{
font-size: 1rem;
font-weight: 700;
margin: 0;
line-height: 2;
}

#seekers .section_wrap .slider3{
margin:30px 0;
}

#seekers .section_wrap .slider3 .slick-slide{
margin: 0 5px;
border-radius: .6rem;
overflow: hidden;
}

#seekers .bg_img{
width: 100%;
margin: 60px 0 0;
vertical-align: bottom;
}

}