@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.vision-block {
  position: relative;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  background: url('/wp-content/uploads/2025/10/meatsのコピー.jpg') center/cover no-repeat;
  overflow: hidden;
  padding-left: 15%;

}

.vision-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 2rem;
  margin-left: 100px;
}

.vision-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000; /* ← 完全不透明に修正 */
  transform: translateX(var(--overlay-transform, 0%));
  z-index: 1;
  will-change: transform;
}
