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

/* =========================================================
   サイト全体の基本スタイル
   （本文・全体ボディの設定など）
========================================================= */
/* 見出し */
h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.2 !important;
  letter-spacing: 0.05em;
}

/* 本文 */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  line-height: 1.909;
  letter-spacing: 0.05em;
}

/* 本文font-weightの切り替え */
.fw-500 {
    font-weight: 500;
}

/* デフォルトでは非表示（PC・タブレット） */
.br_sp {
  display: none;
}

@media (max-width: 767px) {
  .br_sp {
    display: block;
    content: '';
    height: 0;
  }
}

/*View moreボタンカスタマイズ*/
.is-style-more_btn {
  font-weight: bold;
}
.is-style-more_btn a {
  background: transparent;
  width: -moz-fit-content;
  width: fit-content;
  min-width: unset;
  padding: 0.6em 5.5em 0.5em 1.8em;
  box-shadow: none;
  color: var(--color_text);
}
.is-style-more_btn a:hover {
  background: transparent;
  color: inherit;
}
.is-style-more_btn a::after {
  content: "→";
  background: #333;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px; 
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

/*pタグの右端揃え*/
.justify {
 text-align: justify;
}

/* 固定ページタイトル中央寄せ */
.c-pageTitle,
.c-pageTitle__inner {
  color: #000;
  float: none!important;
  text-align: center;
}

 /* 固定ページカバーのh1を調整 */
.c-pageTitle {
  line-height: 1.125; 
  letter-spacing: 0.025em; 
}

/* =========================================================
   headerの調整
========================================================= */
@media (max-width: 768px) {
  .l-header {
    padding: 0.7em 0;
  }
}