@charset "utf-8";


body {
    background-color: #fff;
    line-height: 1.7;
    letter-spacing: .08em;
    text-indent: .08em;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

img {
    width: 100%;
    border: 0;
    display: block;
    border: none;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.4rem;
}

p {
    font-weight: 200;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
    background-color: #fff;
}

header a {
    font-weight: 500;
}

/*
nav {
    box-shadow: 5px 0 5px 1px rgba(0, 0, 0, 0.1);
}
*/

.dropdown-menu a {
    font-size: 1rem !important;
}

.dropdown-menu .active {
    background-color: #fff;
    border: none;
}

#navbarDropdown:after {
    display: none;
}

.navbar {
    background-color: #fff;
}

/*ハンバーガーボタン*/
.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0);
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
    margin-right: -10px;
    margin-top: -15px;
}

.navbar-toggler-icon {
    position: relative;
    width: 40px;
    height: 40px;
    background: none;
    appearance: none;
    cursor: pointer;
}

.navbar-toggler-icon,
.navbar-toggler-icon span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
}

.navbar-toggler-icon span {
    position: absolute;
    left: 5px;
    width: 80%;
    height: 2px;
    background-color: #a5a5a5;
    border-radius: 1px;
}

.navbar-toggler-icon span:nth-of-type(1) {
    top: 12px;
}

.navbar-toggler-icon span:nth-of-type(2) {
    top: 22px;
    width: 25px;
    background-color: #0c355c;
}

.navbar-toggler-icon span:nth-of-type(3) {
    width: 15px;
    top: 30px;
}

.navbar-toggler[aria-expanded=true] span.navbar-toggler-icon span:nth-of-type(1) {
    transform: translateY(10px) rotate(-315deg);
}

.navbar-toggler[aria-expanded=true] span.navbar-toggler-icon span:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded=true] span.navbar-toggler-icon span:nth-of-type(3) {
    transform: translateY(-10px) rotate(315deg);
    width: 80%;
}

.navbar-nav {
    height: 100vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-nav {
    margin-top: -65px;
}

.navbar-nav li {
    font-weight: bold;
    margin: 7px auto;
}

.navbar li a {
    font-size: 1.2rem;
}

.navbar li a span {
    display: block;
    font-size: 9px;
    letter-spacing: 0;
}

nav .active {
    font-weight: bold;
    border-bottom: 1px solid #002e6d;
    color: #002e6d !important;
}

nav .active a {
    color: #002e6d !important;
}

.navbar-toggler-icon p {
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 0.6rem;
    margin-top: 38px;
}

address a {
    color: #fff;
    transition: 0.5s;
}

address a:hover {
    opacity: 0.5;
    color: #fff;
    text-decoration: none;
}

/*ボタン*/
.btn-primary {
    position: relative;
    display: inline-block;
    padding: .9em 4em;
    background-color: #333;
    border: 2px solid #333;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.btn-primary::after {
    position: absolute;
    top: 50%;
    right: .8em;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #fff;
    opacity: 0;
}

.btn-primary:hover::after {
    animation: arrow 1.2s infinite;
}

@keyframes arrow {
    50% {
        right: .2em;
        opacity: 1;
    }

    100% {
        right: -.4em;
        opacity: 0;
    }
}



    .navbar-brand {
        height: auto;
        margin-left: 0;
        width: 100px;
    }

    .navbar-brand img {
        height: auto;
        width: 100%;
        max-width: 150px;
        margin: 5px;
    }


.wrap {
    overflow: hidden;
}


/*共通各ページタイトルまわり*/

.cat_title > .container-fluid {
    max-width: 100%;
    padding: 0;
}

.maincat_v img {
    margin-bottom: 60px;
    width: 100%;
}

.maincat_v h1 {
    padding: 40px;
    font-size: 1rem;
    text-align: center;
    color: #0c3459;
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-top: 100px;
}

.maincat_v h1 span {
    font-size: 2.5rem;
    display: block;
}

/*footer*/
footer {
    text-align: center;
    color: #ffffff;
    background-image: url("../img/footer_bg.jpg");
    background-size: cover;
    background-position: center center;
    padding: 0 0 30px 0;
    margin-top: 0;
}

.f_contact {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.f_contact img {
    height: 30px;
    width: auto;
}

.f_contact a {
    margin-bottom: 15px;
    padding: 5px 20px;
    transition: 0.5s;
}


.f_contact a:last-child {
    border-right: none;
}

.line_f {
    width: 100%;
    height: 20px;
    margin-bottom: 50px;
}

.footer_logo img {
    width: 150px;
    margin: 0 auto 50px auto;
}

address {
    text-align: center;
}

#copyright {
    font-size: 0.8rem;
    text-align: center;
}


.nobr_pc {
    display: block;
}

.nobr_sp {
    display: none;
}

#page_top a {
    position: fixed;
    bottom: 90px;
    right: 10px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    transition: 0.3s;
    background-image: url("../img/pagetop.png");
    background-size: cover;
    text-indent: -9999px;
    z-index: 999;
}

#page_top a:hover {
    opacity: 0.5;
}

#sns_pc a {
    z-index: 999;
}


#sns_pc a:hover {
    opacity: 0.5;
}

.s01_pc img,
.s02_pc img {
    width: 50px;
    height: 50px;
}
 
.s01_pc {
    position: fixed;
    bottom: 48px;
    right: 10px;
}

.s02_pc {
    position: fixed;
    bottom: 5px;
    right: 10px;
}

@media (min-width: 576px) {
    
    .f_contact a:hover {
        opacity: 0.5;
    }
    #page_top a {
        position: fixed;
        bottom: 105px;
        right: 15px;
    }
    /*footer*/
    footer {
        text-align: center;
        color: #ffffff;
        background-image: url("../img/footer_bg.jpg");
        background-size: cover;
        background-position: center center;
        padding: 0 0 50px 0;
        margin-top: 0;
    }

    .f_contact {
        display: flex;
        flex-flow:row;
        justify-content: center;
        align-items: center;
        margin-bottom: 60px;
    }

    .f_contact img {
        height: 30px;
        width: auto;
    }

    .f_contact a {
        margin-bottom: 0;
        padding: 5px 20px;
        transition: 0.5s;
    }

    .f_contact a:hover {
        opacity: 0.5;
    }

    .f_contact a:last-child {
        border-right: none;
    }

    .line_f {
        width: 100%;
        height: 20px;
        margin-bottom: 100px;
    }

    .footer_logo img {
        width: 150px;
        margin: 0 auto 50px auto;
    }

    address {
        text-align: center;
    }

    #copyright {
        font-size: 0.8rem;
        text-align: center;
    }


    .navbar-brand {
        height: auto;
        margin-left: 30px;
        width: 20%;
        max-width: 150px;
    }

    .navbar-brand img {
        height: auto;
        width: 100%;
        max-width: 150px;
    }


    /*共通各ページタイトルまわり*/

    header {
        background-color: #fff;
    }

    .cat_title > .container-fluid {
        max-width: 100%;
        padding: 0;
    }

    .maincat_v img {
        margin-bottom: 60px;
        width: 90%;
    }

    .maincat_v h1 {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 6vw;
        font-size: 1rem;
        text-align: center;
        color: #0c3459;
        background-color: #ffffff;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
    }

    .maincat_v h1 span {
        font-size: 2.5rem;
        display: block;
    }

    .navbar-nav .logo_pc {
        width: 160px;
        margin: 0 50px;
    }

    .fixed-top {
        position: relative;
    }

    .wrap {
        -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
        animation: fadeIn 1.5s ease 0s 1 normal;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    .nobr_pc {
        display: none;
    }

    .nobr_sp {
        display: block;
    }

    .navbar {

        height: 120px;
    }

    .navbar-nav {
        margin: 30px 0 30px 30px;
    }

    .navbar-nav img {
        margin-top: 20px;
    }

    .navbar-nav li {
        margin: 0;
    }

    .navbar li a {
        font-size: clamp(9px, 1.3vw, 14px);
        letter-spacing: 1px;
        transition: 0.4s;
        margin-right: 2vw;
    }


    .navbar li a span {
        margin-top: 3px;
        font-size: 0.6rem;
    }

    .navbar li a:hover {
        color: #004db7 !important;
    }

    .container-fluid {
        max-width: 1300px;
        padding: 0 40px;
    }

    #footer_navi ul {
        display: flex;
    }

    .fn_cont {
        display: block;
        width: calc(100%/4);
    }

    .s01_pc img,
    .s02_pc img {
        width: 50px;
        height: 50px;
    }

    .s01_pc {
        position: fixed;
        bottom: 12px;
        right: 15px;
    }

    .s02_pc {
        position: fixed;
        bottom: 55px;
        right: 15px;
    }

}


/*アニメーション*/


.box-a01 {
    width: 125px;
    height: 125px;
    background: #f3f5f7;
    animation-name: animation-box1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    position: absolute;
    right: 125px;
    top: 0;
}

.box-a02 {
    width: 125px;
    height: 125px;
    background: #f3f5f7;
    animation-name: animation-box2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    position: absolute;
    right: 250px;
    top: 125px;
}


@keyframes animation-box1 {
    0% {
        right: 125px;
        top: 0;

    }

    25% {
        right: 125px;
        top: 125px;
    }

    50% {
        right: 250px;
        top: 125px;
    }

    75% {
        right: 250px;
        top: 0;
    }

    100% {
        right: 125px;
        top: 0;
    }
}

@keyframes animation-box2 {
    0% {
        right: 250px;
        top: 125px;

    }

    25% {
        right: 125px;
        top: 0;
    }

    50% {
        right: 125px;
        top: 0;
    }

    75% {
        right: 125px;
        top: 125px;
    }

    100% {
        right: 250px;
        top: 125px;
    }
}