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

/* 会社概要ページ：代表署名を写真の中央下に配置（PEO 2026-08-08） */
.peo-message-cols .peo-sign{ text-align: center; }
.peo-message-cols .peo-sign .peo-sign-sub{ text-align: center; }

/* 会社概要ページ：本社ビル写真を見出しの右上に回り込ませ（PEO 2026-08-08）*/
.peo-section .wp-block-image:has(> figure.alignright){ float:right; width:auto; max-width:45%; margin:0 0 1em 1.5em; }
.peo-section .wp-block-image > figure.alignright{ float:none; margin:0; }
.peo-section .wp-block-embed, .peo-section .wp-block-html{ clear:both; }

/* 英語ページ：アイキャッチをページタイトルの上にヒーロー帯として表示（PEO 2026-08-08）*/
.l-mainContent__inner:has(> .p-articleThumb){ display:flex; flex-direction:column; }
.l-mainContent__inner > .p-articleThumb{ order:-1; margin:0 0 1.5em; }
.l-mainContent__inner > .c-pageTitle{ order:0; }
.l-mainContent__inner > .post_content{ order:1; }
.p-articleThumb__img{ width:100%; height:clamp(200px,26vw,340px); object-fit:cover; object-position:center 45%; }

/* Japan Market Entry のヒーロー（COR.energy 製品画像）は全体を見せる */
.p-articleThumb__img[src*="235237"],
.p-articleThumb__img[data-src*="235237"]{ object-fit:contain; background:#0d0d0d; }

/* ヘッダーロゴを拡大（PCのみ。メニュー幅を圧迫しない上限で設定） PEO 2026-08-09 */
@media (min-width: 960px){
  .l-header__logo{ flex: 0 0 auto; max-width: 300px; }
  .c-headLogo{ max-width: 300px; }
  .c-headLogo,
  .c-headLogo__link{ height: auto; display: flex; align-items: center; }
  .c-headLogo__img{ width: 100%; height: auto; max-height: 120px; display: block; }
}
