@charset "utf-8";

/* CSS Document */


/*----------------------------------------------

　共通　

----------------------------------------------*/

* {
    padding: 0;
    margin: 0;
}
html {
    scroll-behavior: smooth;
    height: 100%;
    width: 100%;
    font-size: 62.5%;
}
body {
    color: #333;
    font-size: 1.6em;
    background-color: #FFF;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1.75px;
}
section,
article {
    display: block;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    width: 100%;
}
a img {
    border-style: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
    z-index: 999;
}
a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
strong {
    font-weight: normal;
}
li {
    list-style-type: none;
}
a {
    color: #666;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}
a:hover {
    color: #00336e;
    text-decoration: none;
}
input {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
}

/* -----------------------------------------
ヘッダー
-------------------------------------------*/

header {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    z-index: 100;
}
header h1 a img {
    display: block;
    position: absolute;
    width: 6%;
    aspect-ratio: 114 / 67;
	z-index: 999;
}

/* -----------------------------------------
フッター
-------------------------------------------*/

footer {
    background-color: rgba(0, 0, 0, 1.0);
    clear: both;
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}
.copy {
    font-size: 1.2vw;
    font-style: normal;
    padding: 2vw 0;
    color: #FFF;
}
footer .cont_wrap img {
    margin-top: 3vw;
    min-width: 240px;
    width: 25%;
    aspect-ratio: 476 / 75;
}
@media screen and (min-width:768px) {
    /* ヘッダー   -------------------------------------------*/
    header {
        height: 105px;
        position: fixed;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    header h1 a img {
        top: 26px;
        left: 8.5%;
		z-index:300;
    }

    header.fixed {
        height: 105px;
    }
    .menu_btn,
    .btn_close {
        display: none;
    }
    /* PCグローバルナビ  -------------------------------------------*/
    #g_navi {
        width: 100%;
        display: block;
        position: absolute;
        height: 140px;
        z-index: 1000;
        left: 0px !important;
        bottom: 0px;
        font-size: .88vw;
        font-weight: bold;
		z-index:100;
    }
    #g_navi ul.navi_base {
        width: 88%;
        max-width: 1780px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-end;
    }
    #g_navi ul li {
        display: inline;
        padding: 3.6vw 0 .6vw 1.6vw;
    }
    #g_navi li a {
        width: 100%;
        display: block;
        color: #666;
        font-weight: 100;
        padding: .7vw 1.1vw .7vw 0;
        text-decoration: none;
        text-align: center;
        position: relative;
        float: left;
    }
    #g_navi li:nth-last-child(2),
    #g_navi li:last-child {
        margin-right: 50px;
    }
    #g_navi li:nth-last-child(2) a {
        color: #fff!important;
        background: linear-gradient(to right,#E29EA9 , #d82144);
        background-size: contain;
    }

    #g_navi li:last-child a {
        color: #fff!important;
        background: linear-gradient(to right,#0f53a5 , #003470);
        background-size: contain;
    }
    #g_navi li:nth-last-child(2) a,
    #g_navi li:last-child a {
        display: inline-block;
        padding: .8em 1em;
        font-size: .8vw;
        text-decoration: none;
        border-radius: 30px;
        color: #FFF;
        transition: .4s;
        font-weight: bold;
        box-shadow: 2px 2px 6px rgba(51,51,51,.2);
    }
    #g_navi li:nth-last-child(2) a:hover,
    #g_navi li:last-child a:hover {
        box-shadow: 2px 2px 6px rgba(51,51,51,.8);
    }
    #g_navi li a:hover,
    #g_navi li a.active,
    #g_navi ul li:hover > a {
        color: #999;
    }
}
@media screen and (max-width:1200px){
    header{
        height: 60px;
    }
    #g_navi{
        height: 60px;
    }
    #g_navi ul li{
        padding:20px 20px 0 0;
    }
    #g_navi li a{
        padding: 10px 14px 10px 0;
    }
    #g_navi li:nth-last-child(2),
    #g_navi li:last-child {
        margin-right: 2%;
    }
    #g_navi li:nth-last-child(2) a,
    #g_navi li:last-child a{
        padding: 7px 10px;
    }
}
@media screen and (max-width:768px) {
    body.fixed {
        overflow: hidden;
    }
    img {
        /*max-width: 100% !important;*/
        height: auto;
        /*width: auto;*/
        margin: 0 auto;
    }
    #g_navi ul.navi_base {
        display: none;
    }

    /* ヘッダー  -------------------------------------------*/
    header {
        height: 80px;
    }
    header h1 a img {
        top: 2vw;
        left: 3vw;
    }
    header h1 a img {
        width: 17%;
    }
    header .h_menu {
        display: none;
    }
    /* フッター  -------------------------------------------*/
    .copy {
        padding-top: 10px;
        display: block;
        clear: both;
    }
}