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

/* 既存のCSSを上書き */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body .page-id-22 .l-topTitleArea {
  display: none;
}

.l-content {
  margin-bottom: 0;
}

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

/* 新しいCSSを追加 */
/* ボタンカラム */
.c-button-columns {
  container-type: inline-size;
}

@container (max-width: 521px) {
  .swell-block-columns__inner {
    flex-direction: column;
  }
}

/* 採用代行ページのアイコン */
.c-icon-recruit {
  font-size: 30px;
  color: #614b1c;
}

/* 汎用クラス */
.u-font-family--customize01 {
  font-family: 'Shippori Mincho', serif;
}

.u-font-weight--400 {
  font-weight: 400 !important;
}

.is-style-btn_shiny.u-font-weight--400 a {
  font-weight: 400 !important;
}

.u-text--center {
  text-align: center;
}