@charset "utf-8";



html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.7;
    letter-spacing: .08em;
    text-indent: .08em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

.san01 {
    width: 40px;
    animation: sankaku 30s linear infinite;
    margin-bottom: 10px;
}

.san02 {
    width: 40px;
    animation: sankaku2 30s linear infinite;
    margin-bottom: 10px;
}

.st1 {
    fill: #E7404B;
}

@keyframes sankaku {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes sankaku2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-180deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}


.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 24px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1rem;
}

.arrow::before,
.arrow::after {
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.a01::before {
    left: 6px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #e63e4b;
    border-right: 2px solid #e63e4b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.navbar-tel {
    height: 30px;
    position: absolute;
    top: 20px;
    right: 5px;
}

.navbar-tel img {
    height: 30px;
}

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

h2 {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    font-size: 1.6rem;
}

h3 {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    font-size: 1.4rem;
}

p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;

}

/*
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: #3a87bb;
    outline: none;
    background-color: #3a87bb;
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
}

.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: 8px;
    width: 65%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
}

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

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

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

.navbar-toggler[aria-expanded=true] span.navbar-toggler-icon span:nth-of-type(1) {
    transform: translateY(5px) 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);
}

.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;
}

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

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

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

.btn-primary:hover {
    color: #000;
    background-color: transparent;
}

.btn-primary {
    position: relative;
    padding: 1em 1.5em;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    font-size: 1rem;
}

.btn-primary {
    color: #000;
}

.btn-primary::after,
.btn-primary::before {
    content: "";
    display: block;
    position: absolute;
    width: 20%;
    height: 50%;
    border: 1px solid;
    transition: all 0.6s ease;

}

.btn-primary::after {
    bottom: 0;
    right: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #435a6b;
    border-right-color: #435a6b;
}

.btn-primary::before {
    top: 0;
    left: 0;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: #435a6b;
    border-left-color: #435a6b;
}

.btn-primary:hover:after,
.btn-primary:hover:before {
    border-bottom-color: #435a6b;
    border-right-color: #435a6b;
    border-top-color: #435a6b;
    border-left-color: #435a6b;
    width: 100%;
    height: 100%;
}


.navbar-brand img {
    width: auto;
    height: 40px;
}

.wrap {
    margin-top: 65px;
    overflow: hidden;
}

#maincat_v {
    height: 300px;
    margin-bottom: 60px;
    display: flex;
    align-items: flex-end;
}

#maincat_v h1 {
    font-weight: 200;
    font-size: 1.8rem;
    font-family: 'Poppins', sans-serif;
}

#maincat_v h1 span {
    display: block;
    padding-top: 5px;
    font-size: 1.2rem;
    font-weight: bold;
}

.maincopy p {
    text-align: center;
    padding-bottom: 50px;
}

/*footer*/
footer {
    position: relative;
    border-top: 2px solid #0089c0;
    border-image-slice: 1;
    padding-top: 20px;
    margin: 20px 20px 0 20px;
}

footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 60px;
    height: inherit;
    border-top: 2px solid #e63e4b;
}

#copyright p {
    text-align: right;
    font-size: 0.8rem;
    margin-bottom: 50px;
}

#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    min-width: 50px;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    bottom: 2%;
    right: 2%;
}

#pagetop a:hover {
    opacity: 0.5;
}

#left_b img {
    width: auto;
    height: 60px;
    margin: 0 auto 0 auto;
}

#left_b {
    font-size: 0.8rem;
    line-height: 60px;
}

#left_b ul {
    margin: 0;
    padding: 0;
}

#left_b li {
    display: inline-block;
}

#left_b li a {
    color: #000;
    text-decoration: none;
    transition: 0.4s;
}

#left_b .active a {
    color: #0089c0;
    font-weight: bold;
    padding-bottom: 10px;
}

#left_b li a:hover {
    color: #0089c0;
}

.needle {
    width: 50px;
    margin: 0 auto 30px auto;
}

.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;
}

.s03_pc {
    display: none;
}

.s03_sp {
    width: 50px;
    position: fixed;
    bottom: 10px;
    left: 10px;
}

.s03_sp img {
    width: 170px;
}

.line-banner {
    margin-bottom: 100px;
}


@media (min-width: 768px) {

    .s03_sp {
        display: none;
    }

    .s03_pc {
        width: 50px;
        display: block;
    }

    .s03_pc {
        width: 50px;
        position: fixed;
        bottom: 50%;
        transform: translateY(50%);
        left: 0;
    }

    #maincat_v {
        height: 480px;
        margin-bottom: 60px;
        display: flex;
        align-items: flex-end;
    }


    footer:before {
        width: 130px;
    }


    .wrap {
        background-image: url('../img/bg.svg');
        background-size: contain;
        background-position: 0 500px;
    }

    #maincat_v h1 {
        font-size: 6.5rem;
    }

    .wrap {
        margin-top: 90px;
        -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-nav {
        height: auto;
        margin-top: 0;
    }

    .navbar-nav li {
        margin: 0;
    }

    .navbar-brand img {
        height: 60px;
    }

    .navbar li a {
        font-size: clamp(9px, 1vw, 17px);
        transition: 0.4s;
        margin-right: 3px;
    }

    .navbar li a:hover {
        color: #0089c0 !important;
    }

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

    .navbar {
        letter-spacing: 0;
    }

    .head_tel {
        width: 30vw;
    }

    .head_tel a {
        margin: 0 auto;
        display: block;
        width: 90%;
        transition: 0.4s;
    }

    .head_tel a:hover {
        opacity: 0.5;
    }

    .htel_l {
        margin-right: -20px;
    }

    footer {
        margin: 80px 40px 0 40px;
    }

    #copyright p{
        margin-bottom: 0;
    }

    #left_b img {
        width: auto;
        height: 60px;
        display: inline-block;
        float: left;
        margin-right: 30px;
    }

    #left_b li a {
        margin-right: 15px;
    }

    .line-banner {
        margin-bottom: 150px;
    }
}


@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?tc04n9');
    src: url('../fonts/icomoon.eot?tc04n9#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?tc04n9') format('truetype'),
        url('../fonts/icomoon.woff?tc04n9') format('woff'),
        url('../fonts/icomoon.svg?tc04n9#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bookmark:before {
    content: "\e900";
}

.icon-file-empty:before {
    content: "\e924";
}

.icon-files-empty:before {
    content: "\e925";
}

.icon-phone:before {
    content: "\e942";
}

.icon-location:before {
    content: "\e947";
}

.icon-compass2:before {
    content: "\e94a";
}

.icon-clock:before {
    content: "\e94e";
}

.icon-clock2:before {
    content: "\e94f";
}

.icon-display:before {
    content: "\e956";
}

.icon-mobile:before {
    content: "\e958";
}

.icon-search:before {
    content: "\e986";
}

.icon-checkmark:before {
    content: "\ea10";
}

.icon-arrow-up2:before {
    content: "\ea3a";
}

.icon-arrow-down2:before {
    content: "\ea3e";
}

.icon-circle-up:before {
    content: "\ea41";
}

.icon-circle-right:before {
    content: "\ea42";
}

.icon-circle-down:before {
    content: "\ea43";
}

.icon-facebook2:before {
    content: "\ea91";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-youtube:before {
    content: "\ea9d";
}

.icon-safari:before {
    content: "\eadd";
}