@charset "utf-8";


body {
    min-width: 100%;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
ul li {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}


a {
    text-decoration: none;
}


img {
    width: 100%;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}


.flex {
    display: flex;
}

.center {
    display: flex;
    justify-content: center;
}



header {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    z-index: 999;
    position: fixed;
    top: 0;
    background-color: RGB(255, 255, 255, 90%);
    mix-blend-mode: luminosity;
}

.gNav {
    margin-left: 2%;
    margin-right: 5%;
}

.gNav ul {
    display: flex;
    justify-content: flex-start;
}

.gNav ul li {
    margin-left: 10%;
    font-size: 17px;
}

.gNav ul li a,
.text-action {
    font-weight: bold;
}

.nav-active {
    border-bottom: solid 2px #434769;
    padding-bottom: 3px;
    mix-blend-mode: difference;
}

.logo {
    width: 150px;
    height: 40px;
}

.header-button {
    margin-top: -10px;
    margin-left: 130px;

}

.header-button .btn {
    background-color: #EFF0F2;
    width: 49px;
    height: 49px;
    position: relative;
}

.header-button .btn a {
    display: inline-block;
}

.header-button .btn img {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}



.otoiawase-link {
    background-color: #434769;
    color: #fff;
    padding-top: 30px;
}

.otoiawase-link .shadow-soft {
    box-shadow: 0px 0px 0px #b8b9be, 0px 0px 0px #ffffff !important;
}

.contact-card {
    width: 95%;
}

.contact-card .card-body {
    padding: 4% 0;
    display: flex;
    align-items: center;
}

.contact-card h3 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
}


.contact-card .card-body .btn {
    width: 65px;
    height: 65px;
    position: relative;
    padding: 10px 0;
    margin-left: 10%;
}

.contact-card .card-body .btn.btn-pill {
    border-radius: 100%;
}

.contact-card .card-body img {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.contact-card .card-text:last-child {
    margin-left: 5%;
}




/*--フッター--*/

.footer {
    background-color: #31344B;
    color: #fff;
    text-align: center;
}



.tel-fax {
    display: flex;
    justify-content: center;
}

.footer ul {
    margin-bottom: 0;
}

.footer ul li {
    list-style: none;
    padding-bottom: 0.3em;
    font-size: 12px;
    line-height: 1.6;
}


.footer-menu {
    background-color: #8A92A8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0;
}

.footer-nav ul {
    display: flex;
    justify-content: center;
}

.footer-nav ul li {
    font-size: 17px;
    margin-left: 2.5em;
    padding-bottom: 0;
}

.footer-nav a,
.text-action {
    color: #fff;
}

.copy {
    width: 100%;
    background-color: #1E1F2D;
    padding: 6px 0;
    margin-top: 10px;
}



@media (min-width:540px) {

    .pc-none {
        display: none;
    }

}


@media (min-width:768px)and (max-width:1024px) {}



@media (max-width:540px) {



    .sp-header {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        padding-top: 20px;
        z-index: 999;
        position: fixed;
        top: 0;
        background-color: RGB(255, 255, 255, 90%);
    }

    .logo {
        margin-top: -10px;
    }

    /*　ハンバーガーボタン　*/
    .hamburger {
        display: block;
        position: fixed;
        z-index: 3;
        right: 13px;
        top: 6px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #434769;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        opacity: 0.7;
    }

    .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;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background-color: #fff;
        opacity: 0.7;
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #fff;
        opacity: 0.7;
    }

    nav.globalMenuSp {
        position: fixed;
        width: 100%;
        height: 100vh;
        z-index: 2;
        top: 0;
        left: 0;
        background-color: #1789DE;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        transform: translateX(100%);
        transition: all 0.6s;
        width: 100%;
        opacity: 0.9;
    }

    nav.globalMenuSp ul {
        width: 100%;
        margin-top: 22%;
        padding-left: 0;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        font-weight: bold;
        font-size: 20px;
    }

    nav.globalMenuSp ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 0.7em 0;
        text-decoration: none;
    }

    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        transform: translateX(0%);
    }


    .nav-logo img {
        width: 15%;
        margin-bottom: 30px;
    }



    .sp-none {
        display: none;
    }


    body {
        position: relative;
    }

    .contact-card h3 {
        display: block;
        font-size: 19px;
        font-weight: bold;
        margin-top: 5px;
    }


    .contact-card .card-body .btn {
        width: 50px;
        height: 50px;
        position: relative;
        padding: 10px 0;
        margin-left: 5%;
    }

    .contact-card .card-body .btn.btn-pill {
        border-radius: 100%;
    }

    .contact-card .card-body img {
        width: 25px;
        height: 25px;
    }

    .contact-card .card-text:last-child {
        margin-left: 5%;
    }


    .footer-menu {
        padding: 6px 0;
    }


    .footer-nav ul {
        flex-direction: column;
        align-items: center;

    }

    .footer-nav ul li {
        padding-bottom: 0.3em;
        margin: 0 auto;
    }



}
