/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

/* 2026.05.12 */
.banner .bn_text02.interview {
    font-size: 1.5rem;
    top: 2.7rem;
	line-height: 1.4;
}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 767px) {
  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/

/* 2026.05.12 */
.banner .bn_text02.interview {
    font-size: 1.2rem;
    top: 2rem;
    line-height: 1.4;
}
}
