@charset "UTF-8";

html,
body {
    font-family: 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
    /*自動文字詰め*/
    font-feature-settings: "palt";
}

html {
    overflow: auto;
}

body {
    overflow: hidden;
    font-size: 16px;
    line-height: 1.7;
    color: #1a1a1a;
    background: #fff;
}

/*段落・フォント*/

p {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: #1a1a1a;
    font-family: 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
}

.font-mincho {
    font-family: 'Noto Serif JP', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.font-arial {
    font-family: 'Arial', sans-serif;
}


/******************************************************************************
*
* [共通]基本設定
*
******************************************************************************/

/*---------------------
* コンテナ関係
---------------------*/

/*全体*/

article.content_article {
    padding: 80px 0;
    position: relative;
}

article.content_article.none_pt {
    padding-top: 0;
}

article.content_article.none_pb {
    padding-bottom: 0;
}

/*共通セクションテキスト*/

.sec_txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.sec_txt img {
    height: 250px;
    width: auto !important;
}

/*内包*/

.wrap {
    width: 960px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.middle_wrap {
    width: 1400px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.full_wrap {
    position: relative;
}

/*---------------------
* 背景
---------------------*/

/*要素が見えたら背景画像を浮遊化*/

.fixed_bg {
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.fixed_bg.on {
    background-attachment: fixed;
}

/*---------------------
* テキスト関係
---------------------*/

/*共通見出し*/

.common_h2 {
    margin-bottom: 80px;
}

.common_h2 .logo {
    width: 170px;
    margin: 0 auto 15px;
}

.common_h2 h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 0.2em;
    font-weight: 900;
}

.common_h2.w h2 {
    color: #fff;
}

/*一般*/

small {
    font-size: 80%;
}

strong {
    font-weight: 800;
}

/*カラー*/

.tc1 {
    color: #d10e0c;
}

.tc2 {
    color: #0065ad;
}

.tc3 {
    color: #ce9b2f;
}

.tc4 {
    color: #6e3a87;
}

.tc5 {
    color: #53c0bd;
}

/*マーカー*/

.tm1 {
    background: linear-gradient(transparent 60%, #efcaca 60%);
}

.tm2 {
    background: linear-gradient(transparent 60%, #e9efff 60%);
}

.tm3 {
    background: linear-gradient(transparent 60%, #ffeab0 60%);
}

.tm4 {
    background: linear-gradient(transparent 60%, #ffdd00 60%);
}

.tm5 {
    background: linear-gradient(transparent 60%, #c4ff00 60%);
}

/*改行(SP時のみ改行)*/

.brSp {
    display: none;
}

/*---------------------
* 余白調整
---------------------*/

/*縦*/

.lp_m {
    margin: 50px 0;
}

.lp_m_auto {
    margin: 50px auto;
}

/*横*/

.lp_p {
    padding: 0 50px;
}

/*上のみ*/

.lp_mt {
    margin-top: 50px;
}

.lp_pt {
    padding-top: 50px;
}

/*下のみ*/

.lp_mb {
    margin-bottom: 50px;
}

.lp_pb {
    padding-bottom: 50px;
}

/*---------------------
* 画像関係
---------------------*/

.lp_img img {
    display: block;
}

/*枠付き*/

.lp_img.be_border img {
    box-sizing: border-box;
    border: solid 1px #e0e0e0;
}

/*画像補足情報*/

figure figcaption {
    text-align: right;
    font-size: 11px;
    line-height: 2;
    color: #666;
}

/*---------------------
* 動画(埋め込み用)
---------------------*/

.mov {
    width: 100%;
    height: auto;
    position: relative;
}

.mov::before {
    content: "";
    display: block;
    padding-top: 56.2%;
}

.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---------------------
* 表示関係
---------------------*/

._pc {}

._sp {
    display: none !important;
}

/******************************************************************************
*
* [共通]フッター
*
******************************************************************************/

footer {
    background: #000;
    padding: 50px 0;
    text-align: center;
    position: relative;
    z-index: 10;
}

footer p.copy {
    color: #5b5f70;
    font-size: 10px;
    font-weight: 300;
    line-height: 2.5;
}

footer p.copy a.tokushoho {
    font-size: 14px;
    text-decoration: none;
    color: #5b5f70;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

footer p.copy a.tokushoho:hover {
    opacity: 0.7;
}

/*追従*/

#fixed_btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 130px;
    z-index: 9;
}

/******************************************************************************
*
* [共通]ブラウザ別対応
*
******************************************************************************/

/*Firefox*/

@-moz-document url-prefix() {}

/*Safari*/

@media screen and (-webkit-min-device-pixel-ratio:0) {

    ::i-block-chrome,
    .selector {}
}

/*IE10*/

@media all and (-ms-high-contrast:none) {}

/*IE11*/

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .selector {}
}

/*Edge*/

@supports (-ms-ime-align:auto) {}


/******************************************************************************
*
* [共通]レスポンシブ対応
*
******************************************************************************/

/*1920px以下*/

@media only screen and (max-width: 1920px) {}

/*1400px以下*/

@media only screen and (max-width: 1400px) {
    .middle_wrap {
        width: 94%;
    }
}

/*960px以下*/

@media only screen and (max-width: 960px) {
    .wrap {
        width: 94%;
    }
}

/*644px以下*/

@media only screen and (max-width: 644px) {

    /*---------------------
    * [共通]背景/全体テキスト
    ---------------------*/

    body {
        font-size: 14px;
        line-height: 1.5;
    }

    p {
        font-size: 14px;
        line-height: 1.5;
    }

    /*---------------------
    * [共通]基本設定
    ---------------------*/

    /*コンテナ関係*/

    article.content_article {
        padding: 40px 0;
    }

    /*共通セクションテキスト*/

    .sec_txt img {
        height: 80px;
        width: auto !important;
    }

    /*共通見出し*/

    .common_h2 {
        margin-bottom: 40px;
    }

    .common_h2 .logo {
        width: 120px;
    }

    .common_h2 h2 {
        font-size: 26px;
        letter-spacing: 0.1em;
    }

    /*テキスト関係*/

    .brRes {
        display: none;
    }

    .brSp {
        display: block;
    }

    /*余白調整*/

    .lp_m {
        margin: 20px 0;
    }

    .lp_m_auto {
        margin: 20px auto;
    }

    .lp_p {
        padding: 0 16px;
    }

    .lp_mt {
        margin-top: 20px;
    }

    .lp_pt {
        padding-top: 20px;
    }

    .lp_mb {
        margin-bottom: 20px;
    }

    .lp_pb {
        padding-bottom: 20px;
    }

    /*画像関係*/

    figure figcaption {
        text-align: left;
        font-size: 10px;
        line-height: 1.5;
        margin-top: 5px;
    }

    /*表示関係*/

    ._pc {
        display: none !important;
    }

    ._sp {
        display: block !important;
    }

    /*---------------------
    * [共通]フッター
    ---------------------*/

    footer {
        padding: 30px 0;
    }

    #fixed_btn {
        width: 96%;
        bottom:10px;
        right: 0;
        left: 0;
        margin: auto;
        border-radius: 4px;
        overflow: hidden;
    }

}

/*375px以下*/

@media only screen and (max-width: 375px) {}

/*360px以下*/

@media only screen and (max-width: 360px) {}

/*330px以下*/

@media only screen and (max-width: 330px) {}
