<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! Writen  by SCSS */
.fix_bg {
  position: relative;
  z-index: 1; }
  .fix_bg::before {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    background: url("../../image/bg_fix.jpg") top center/cover no-repeat; }

.lead_lg {
  font-size: clamp(22px, 2.34vw, 32px);
  line-height: 1.4; }

.lead {
  font-size: clamp(16px, 1.89vw, 26px);
  line-height: 1.5; }

.read {
  font-size: clamp(13px, 1.12vw, 14px);
  line-height: 1.6; }

.ls_n005 {
  letter-spacing: -0.05em; }

.bg_sec {
  background: rgba(0, 0, 0, 0.4);
  color: #fff; }
</pre></body></html>