@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
*/

.l-content {
   padding-top: 0;
}


/* メインビジュアル領域を固定*/
.p-mainVisual .p-mainVisual__imgLayer,
.p-mainVisual .c-filterLayer::before, .p-mainVisual .c-filterLayer::after,
.p-mainVisual .swiper-wrapper {
  position: fixed;
}

.border-style {
	margin-left: 0 !important;
}

hr.border-style {
    border-bottom-width: 4px !important;
    height: 0;
}

hr.border-center-style {
	border-bottom-width: 4px !important;
    height: 0;
}


/* カンパニーページのテーブル */
.company-table-style table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px; /* 角丸 */
    overflow: hidden; /* 角丸が有効になるように */
    box-shadow: 0 4px 12px rgba(0,0,0,0.08); /* 影 */
}

/* th・td の余白・装飾 */
.company-table-style table th,
.company-table-style table td {
    padding: 14px 18px;
    text-align: left;
}

/* 見出し側（th）のデザイン */
.company-table-style table th {
    background: #f5f5f5;
    font-weight: 600;
    width: 30%;
    border-right: 1px solid #e5e5e5;
}

/* 横線の調整 */
.company-table-style table tr + tr th,
.company-table-style table tr + tr td {
    border-top: 1px solid #eaeaea;
}






/* ヘッダーを全ページ透明にする */
.l-header {
  background: transparent !important;
  box-shadow: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* ヘッダー内 wrapper や内部要素も背景透明に */
.l-header__inner,
.l-header__inner * {
  background: transparent !important;
}

/* テキストやリンク色を白に */
.l-header,
.l-header a,
.l-header .ttl,
.l-header .c-iconBtn__icon,
.l-header .c-headLogo__link,
.l-header .c-headLogo__img {
  color: #fff !important;
  fill: #fff !important;
}

/* ヘッダー分の余白確保（もし上の absolute だと重なる場合用） */
body {
  padding-top: var(--header-height, 0);
}

/* トップ画像部分をヘッダーの下に見せるためにマイナスマージンを使う */
.l-topTitleArea {
  margin-top: 0;
}

.l-topTitleArea {
	min-height: 550px;
}


/* 背景固定化 & カバー表示 */
#top_title_area {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}

/* 元の img は背景として使うので非表示（高さは維持） */
#top_title_area img {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

