@charset "UTF-8";

body,
h1,
h2,
h3,
p,
ul,
figure {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    vertical-align: bottom;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, sans-serif, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN", Arial;
    background-color: #fff;
    color: #333333;
    font-size: 21px;
}


.inner {
    width: 980px;
    margin: auto;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.privacy {
    width: 980px;
    margin: auto;
    text-align: right;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.privacy a {
    text-decoration: none;
    color: #000;
}

header {
    width: 980px;
    margin: auto;
    margin-bottom: 20px;
}

header .tp_address {
    margin-top: 35px;
}

header .tp_address span {
    font-weight: bold;
}


.hamburger {
    display: none;
}

.globalMenuSp {
    display: none;
}

.nav_pc {
    width: 750px;
    margin: auto;
    margin-bottom: 20px;
}

.nav_pc .navflex {
    display: flex;
    justify-content: flex-end;
}

.nav_pc ul li {
    width: calc(750px/5);
    height: 55px;
    text-align: center;
}

.nav_pc ul .nav01 {
    width: 119px;
    background-image: url(../images/HOME.png);
}

.nav_pc ul .nav01:hover {
    background-image: url(../images/HOME_hover.png);
}

.nav_pc ul .nav02 {
    width: 141px;
    background-image: url(../images/COMPANY.png);
}

.nav_pc ul .nav02:hover {
    background-image: url(../images/COMPANY_hover.png);
}

.nav_pc ul .nav03 {
    width: 178px;
    background-image: url(../images/Performance.png);
}

.nav_pc ul .nav03:hover {
    background-image: url(../images/Performance_hover.png);
}

.nav_pc ul .nav04 {
    width: 154px;
    background-image: url(../images/Information.png);
}

.nav_pc ul .nav04:hover {
    background-image: url(../images/Information_hover.png);
}

.nav_pc ul .nav05 {
    width: 157px;
    background-image: url(../images/Inquiry.png);
}

.nav_pc ul .nav05:hover {
    background-image: url(../images/Inquiry_hover.png);
}

.nav_pc ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: transparent;
    line-height: 0;
    font-size: 0;
}


footer {
    border-top: 1px solid #333;
    padding-top: 20px;
}

footer .ft_box {
    margin-bottom: 20px;
}

footer .ft_address {
    margin-top: 15px;
}

footer .ft_address span {
    font-weight: bold;
}


footer .ft_nav {
    display: flex;
    justify-content: space-around;
}

footer .ft_nav .ft_navlist {
    display: flex;
}

footer ul li {
    margin-bottom: 5px;
}

footer ul li a {
    text-decoration: none;
    color: #0085CA;
}

footer ul li span {
    color: #000;
}

footer .nav_out {
    padding-left: 10px;
}

footer .nav_out li {
    color: #0085CA;
}


footer .nav_in {
    text-indent: 1em;
}


.ft_info {
    background-color: #fff;
    border: 1px solid #333;
    text-align: center;
    width: 350px;
    height: 140px;
}

.ft_info p {
    padding-top: 30px;
    font-size: 32px;
    font-weight: bold;
}

.ft_info button {
    width: 270px;
    height: 45px;
    font-size: 21px;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #333;
    cursor: pointer;
}



.ft_info button span {
    color: #f00;
}

.ft_info button a {
    text-decoration: none;
    color: #333;
    transition: 0.5s;
}

.ft_info button a:hover {
    color: #0085CA;
    transition: 0.5s;
}



.footer_area {
    margin-bottom: 40px;
}

.copyright {
    border-top: 1px solid #333;
    background: linear-gradient(rgba(0, 91, 151, 0.6), rgba(0, 117, 190, 0.6), rgba(30, 156, 215, 0.6), rgba(204, 224, 244, 0.6));
    text-align: center;
    height: 110px;
}

.copyright small {
    font-size: 18px;
    color: #000;
}

@media screen and (max-width:680px) {

    .flex {
        display: block;
    }

    .inner {
        width: auto;
    }

    .privacy {
        width: auto;
    }

    .logo img {
        width: 100%;
    }

    .tp_address {
        font-size: 18px;
        margin-left: 20px;
    }

    header {
        width: auto;
    }

    .nav_pc {
        display: none;
    }




    footer .ft_nav {
        display: none;
    }

    .ft_logo img {
        width: 100%;
    }

    .ft_info {
        width: auto;
    }

    footer .ft_address {
        font-size: 18px;
        margin-left: 15px;
    }


    .globalMenuSp {
        display: block;
    }


    /*　ハンバーガーボタン */
    .hamburger {
        display: block;
        position: fixed;
        z-index: 3;
        right: 32px;
        top: 32px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;

    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #555;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        transition: 0.5s all;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;
    }

    /* ナビ開いてる時のボタン */

    .hamburger.active span:nth-child(1) {
        top: 16px;
        left: 6px;
        width: 24px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2) {
        left: 60%;
        opacity: 0;
        -webkit-animation: active-btn17-bar02 .8s forwards;
        animation: active-hamburger-bar02 .8s forwards;
    }

    @-webkit-keyframes active-hamburger-bar02 {
        100% {
            height: 0;
        }
    }

    @keyframes active-hamburger-bar02 {
        100% {
            height: 0;
        }
    }

    .hamburger.active span:nth-child(3) {
        top: 16px;
        width: 24px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }


    .hamburger::after {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        content: '';
        width: 52px;
        height: 52px;
        margin: -32px 0 0 -32px;
        border-radius: 50%;
        border: 2px solid rgba(0, 0, 0, 0);
        transition: all .75s;
    }

    .hamburger.active::after {
        border: 2px solid #fff;
    }

    nav.globalMenuSp {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        color: #fff;
        background: rgba(0, 113, 202, 0.7);
        text-align: center;
        width: 100%;
        opacity: 0;
        transition: opacity .6s ease, visibility .6s ease;
        visibility: hidden;
    }

    nav.globalMenuSp ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        transition: .4s all;
    }

    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
    }

    nav.globalMenuSp ul li:hover {
        background: #ddd;
    }

    nav.globalMenuSp ul li a {
        display: block;
        color: #fff;
        padding: 1em 0;
        text-decoration: none;
    }

    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        opacity: 100;
        visibility: visible;

    }
}