@charset "UTF-8";
/******************************************************************************/
/* アクロスホーム 共通CSS                                                     */
/*----------------------------------------------------------------------------*/
/* モバイル向けメディアクエリ                                                 */
/*   現在はスマホもタブレットも区別せず max-width: 767px で統一               */
/*   ・タブレット：max-width: 959px                                           */
/*   ・スマホ    ：max-width: 480px                                           */
/******************************************************************************/


:root {
    --font-family-title   : "Zen Kaku Gothic New", sans-serif;
    --fs-site-ttl: 8.1rem;
    --fs-page-ttl: 5.5rem;
    --fs-ttl-ll: 3.6rem;
    --fs-ttl-l: 3rem;
    --fs-ttl-m: 2.2rem;
    --fs-ttl-s: 1.8rem;
    --fs-txt-l: 1.6rem;
    --fs-txt: 1.5rem;
    --fs-en-ttl: 1.4rem;
    --fs-txt-m: 1.3rem;
    --fs-txt-s: 1.2rem;
    --fs-small: 1rem;
    --ls-base: .2em;
    --color-across-red: #850000;
    --color-across-gray: #5c5a5a;
    --color-iekoi-yellow: #e9b900;
    --color-actis-black: #221815;
    --color-green-green: #317e69;
    --ti-adjust: .2em;
    --mr-adjust: -.2em;
}

body {
    width                 : 100%;
    font-family           : "Noto Sans JP", Helvetica, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
                            "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "MS PGothic", sans-serif;
    font-size             : 10px;
    line-height           : 1.6;
    word-break            : break-word;
    font-feature-settings : "palt";
    color                 : #000;
    background-color      : #fff;
}

.page__title {
    padding-top           : 120px;
    font-family           : var( --font-family-title );
    font-size             : 3rem;
    letter-spacing        : 0.2em;
    text-indent           : 0.1em;
    font-weight           : 900;
    text-align            : center;
    background-color      : #fff;
}

.page__title--sub {
    margin-top            : -0.2rem;
    padding-bottom        : 80px;
    font-family           : var( --font-family-title );
    font-size             : 1.2rem;
    letter-spacing        : 0.2em;
    text-indent           : 0.2em;
    font-weight           : 700;
    text-align            : center;
    background-color      : #fff;
}








/*
################################################################################
#                                                                              #
#  ページヘッダ：メインビジュアル                                              #
#                                                                              #
################################################################################
*/





/*----------------------------------------------------------------------------*/
/* End of Files                                                               */
/*----------------------------------------------------------------------------*/
