@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
*/

/* ===== Mobile fixes ===== */
@media (max-width: 767px) {

  /* 全セクション内の余白 */
  .wp-block-group__inner-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box;
  }

  /* post_content直下の余白（Worksページ等） */
  .post_content {
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box;
  }

  /* CAREER: 3カラム → 1カラム */
  .ob-section .is-layout-constrained > div > div {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  /* career tableの読みやすさ */
  .ob-career-table {
    width: 100%;
    font-size: 0.85em;
  }

  /* ヒーロー写真の傾きで角が見えるのを防ぐ */
  .ob-hero img {
    transform: scale(1.2) !important;
  }
}