@charset "UTF-8";

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Futura';
    src: url(../font/Futura.ttc);
}

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

html {
    overflow: auto;
}

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

/*段落・フォント*/

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

.en {
    font-family: 'Futura', sans-serif;
    font-weight: normal;
}

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

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

/*全体*/

article.content_article {
    padding: 30px 0;
}

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

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

/*内包*/

.wrap {
    width: 1050px;
    margin: 0 auto;
}

.middle_wrap {
    width: 1400px;
    margin: 0 auto;
}

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

/*共通h2*/

.common_h2 {
    text-align: center;
    margin-bottom: 50px;
}

.common_h2 .sub {
    font-size: 16px;
    color: #92A8BE;
    letter-spacing: 0.15em;
}

.common_h2 h2 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.2em;
}

/*共通ボタン*/

.common_btn {
    max-width: 280px;
    margin: auto;
}

.common_btn a {
    display: block;
    font-size: 16px;
    background: #92A8BE;
    text-align: center;
    color: #fff;
    letter-spacing: 0.2em;
    padding: 17px 0 19px;
    position: relative;
}

.common_btn a::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

/*一般*/

small {
    font-size: 80%;
}

strong {
    font-weight: 900;
}

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

.brSp {
    display: none;
}

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

.lp_img img {
    display: block;
}

/*枠付き*/

.lp_img.be_border img {
    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 {
    margin-top: 120px;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

footer .f1 {
    padding: 30px 0;
}

footer .f2 {
    padding: 15px 0;
    background: #90A5BA;
    position: relative;
}

/*---------------------
* サイト情報
---------------------*/

footer .f1 .info {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

footer .f1 .info .logo {
    width: 200px;
    margin-right: 40px;
}

footer .f1 .info .sns ul {
    display: flex;
    align-items: center;
}

footer .f1 .info .sns ul li {
    width: 30px;
    margin-right: 10px;
}

footer .f1 .info .sns ul li:last-child {
    margin-right: 0;
}

/*---------------------
* フッターメニュー(1)
---------------------*/

footer .f1 .foot_menu1 {
    display: flex;
    justify-content: space-between;
}

footer .f1 .foot_menu1 a {
    color: #1a1a1a;
}

footer .f1 .foot_menu1 a:hover {
    text-decoration: underline;
}

footer .f1 .foot_menu1 dl {
    width: 25%;
}

footer .f1 .foot_menu1 dl dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

footer .f1 .foot_menu1 dl dd > ul > li {
    font-size: 13px;
    margin-bottom: 5px;
}

footer .f1 .foot_menu1 dl dd > ul > li:last-child {
    margin-bottom: 0;
}

/*サブメニュー*/

footer .f1 .foot_menu1 dl dd > ul > li ul.sub li {
    font-size: 10px;
    margin-top: 2px;
}

/*外部リンクアイコン*/

footer .f1 .foot_menu1 a i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../images/icon/link.png);
    background-size: cover;
    margin-left: 5px;
    position: relative;
    top: 1px;
}

/*---------------------
* フッターメニュー(2)
---------------------*/

footer .f2 .foot_menu2 ul {
    display: flex;
    font-size: 11px;
}

footer .f2 .foot_menu2 ul li::after {
    content: "|";
    margin: 0 5px;
    color: #fff;
}

footer .f2 .foot_menu2 ul li:last-child::after {
    content: none;
}

footer .f2 .foot_menu2 ul li a {
    color: #fff;
}

footer .f2 .foot_menu2 ul li a:hover {
    text-decoration: underline;
}

/*---------------------
* コピーライト
---------------------*/

footer p.copy {
    color: #fff;
    font-size: 10px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 13px;
    pointer-events: none;
}




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

/*1920px以下*/

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

/*1400px以下*/

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

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

    .middle_wrap {
        width: 92%;
    }

}

/*1050px以下*/

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

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

    .wrap {
        width: 92%;
    }

}

/*644px以下*/

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

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

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

    p {
        font-size: 14px;
    }

    /*---------------------
    * [共通]コンテナ関係
    ---------------------*/

    article.content_article {
        padding: 25px 0;
    }

    /*---------------------
    * [共通]テキスト関係
    ---------------------*/

    .brRes {
        display: none;
    }

    .brSp {
        display: block;
    }

    /*---------------------
    * [共通]画像関係
    ---------------------*/

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

    /*---------------------
    * [共通]表示関係
    ---------------------*/

    ._pc {
        display: none !important;
    }

    ._sp {
        display: block !important;
    }

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

    footer {
        margin-top: 60px;
    }

    footer .f1 {
        padding: 30px 0 0;
    }

    footer .f2 {
        padding: 22px 0;
    }

    /*サイト情報*/

    footer .f1 .info {
        display: block;
        margin-bottom: 40px;
    }

    footer .f1 .info .logo {
        width: 190px;
        margin-right: 0;
        margin: 0 auto 15px;
    }

    footer .f1 .info .sns ul {
        justify-content: center;
    }

    footer .f1 .info .sns ul li {
        width: 30px;
    }

    /*フッターメニュー(1)*/

    footer .f1 .foot_menu1 {
        display: block;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }

    footer .f1 .foot_menu1 a {
        color: #3a638b;
    }

    footer .f1 .foot_menu1 a:hover {
        text-decoration: none;
    }

    footer .f1 .foot_menu1 dl {
        width: 100%;
        border-top: solid 1px #90A5BA;
    }

    footer .f1 .foot_menu1 dl dt {
        font-weight: normal;
        margin-bottom: 0;
        text-align: center;
        padding: 12px 10px 12px 10px;
        position: relative;
        cursor: pointer;
    }

    footer .f1 .foot_menu1 dl dt::before {
        content: "+";
        position: absolute;
        top: 14px;
        right: 20px;
        font-size: 20px;
        line-height: 20px;
        color: #90A5BA;
    }

    footer .f1 .foot_menu1 dl dt.active::before {
        content: "-";
    }

    footer .f1 .foot_menu1 dl dd {
        display: none;
    }

    footer .f1 .foot_menu1 dl dd > ul > li {
        font-size: 15px;
        font-weight: normal;
        margin-bottom: 0;
        text-align: center;
        padding: 10px 10px 11px;
        background: #f5f5f5;
        border-top: solid 1px #ccc;
        color: #3a638b;
    }

    footer .f1 .foot_menu1 dl dd > ul > li ul.sub li {
        font-size: 12px;
        margin-top: 10px;
        background: #fff;
        border-radius: 500px;
        padding: 8px;
        border: solid 1px #90A5BA;
    }

    footer .f1 .foot_menu1 a i {
        top: 0px;
    }

    /*フッターメニュー(2)*/

    footer .f2 .foot_menu2 ul {
        justify-content: center;
        font-size: 11px;
    }

    footer .f2 .foot_menu2 ul li::after {
        margin: 0 4px;
    }

    /*コピーライト*/

    footer p.copy {
        font-size: 10px;
        position: static;
        bottom: 0;
        margin-top: 12px
    }

}

/*375px以下*/

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

/*360px以下*/

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

/*330px以下*/

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