* {
    font-family: noto-sans-cjk-jp, sans-serif
}

body {
    color: #333
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    line-height: 1.6em
}

a img {
    opacity: 1;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

a:hover img {
    opacity: .8
}

a.opacity {
    opacity: 1;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

a.opacity:hover {
    opacity: .8
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.center {
    text-align: center
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.f-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.f-jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.f-jc-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.f-jc-fe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.f-ai-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.f-ai-fs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.f-ai-fe {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.f-ac-c {
    -ms-flex-line-pack: center;
    align-content: center
}

.base {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    padding: 0 1.25rem
}

img {
    max-width: none;
    width: 100%
}

.wrap {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin: 0 auto
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 50px;
    height: 3.125rem;
    background: #fff
}

.header__in {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__logo {
    width: 189px;
    width: 11.8125rem;
    padding: 0 20px;
    padding: 0 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo__in {
    width: 143px;
    width: 8.9375rem
}

.header__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 11.8125rem)
}

.header__link {
    color: #fff;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__link.tel {
    background: #2e66df
}

.header__link.tel .header__link__icon {
    width: 9px;
    width: .5625rem;
    margin: 0 auto 6px;
    margin: 0 auto .375rem
}

.header__link.tel .header__link__txt {
    font-family: Roboto, sans-serif
}

.header__link.mail {
    background: #231815
}

.header__link.mail .header__link__icon {
    width: 16px;
    width: 1rem;
    margin: 0 auto 8px;
    margin: 0 auto .5rem
}

.header__link__in {
    display: block
}

.header__link__txt {
    width: 100%;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1;
    text-align: center
}

@media (min-width:768px) {
    html {
        font-size: 1.2307692308vw
    }
}

@media (max-width:767px) {
    html {
        font-size: 4.0712468193vw
    }
}

@media only screen and (min-width:768px) {
    .sp {
        display: none !important
    }

    .header {
        height: 3.75rem
    }

    .header__in {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header__logo {
        width: 11.375rem;
        padding: 0 1.875rem
    }

    .header__logo__in {
        width: 100%
    }

    .header__box {
        width: 24.375rem
    }

    .header__link.tel .header__link__icon {
        width: 1.25rem;
        margin: 0
    }

    .header__link.mail .header__link__icon {
        width: 1.875rem;
        margin: 0
    }

    .header__link__in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 0 .625rem
    }

    .header__link__txt {
        font-size: .875rem
    }
}

@media only screen and (max-width:767px) {
    .pc {
        display: none !important
    }
}

/*# sourceMappingURL=../maps/layout/base.min.css.map */