@charset "UTF-8";
/* スマホ用フォントサイズ PCのフォントサイズを数字で指定して同じ比率で縮小表示する
*/
.bg-white.first { padding: 100px 0; margin-bottom: 150px; }
@media screen and (max-width: 767px) { .bg-white.first { padding: 50px 0; margin-bottom: 75px; } }
.bg-white.first ul { font-size: clamp(12px, 2.1vw, 30px); }
.bg-white.first ul a { display: flex; justify-content: flex-start; align-items: flex-start; padding: 0.5em 1em; }
.bg-white.first ul a:hover { background: #281a14; background: -webkit-linear-gradient(left, rgba(40, 26, 20, 0.5) 0%, rgba(40, 26, 20, 0.5) 100%); background: -o-linear-gradient(left, rgba(40, 26, 20, 0.5) 0%, rgba(40, 26, 20, 0.5) 100%); background: linear-gradient(to right, rgba(40, 26, 20, 0.5) 0%, rgba(40, 26, 20, 0.5) 100%); background-repeat: no-repeat; color: #fff; }
.bg-white.first ul a span { display: inline-block; margin-right: 1em; flex-shrink: 0; white-space: nowrap; }
.bg-white.first ul a span:after { top: -0.1em; margin-left: 0.75em; }

.bg-white.first ul a:hover span:after { border-top: 2px solid #fff; border-right: 2px solid #fff; }
