@charset 'UTF-8';
/* ==========================================================================
   footer
   ========================================================================== */
/* Footer
   ----------------------------------------------------------------- */
/* p-footer
   ----------------------------------------------------------------- */
.p-footer {
    color: #fff;
    background: #000;
}

@media screen and (max-width: 1023px) {
    .p-footer__inner {
        padding: 8vw 8vw 0vw 8vw;
    }
}

@media screen and (min-width: 768px) {
    .p-footer__inner {
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .p-footer__grid {
        padding-bottom: 8vw;
    }
}

@media screen and (min-width: 768px) {
    .p-footer__grid {
        padding: 60px 0;
    }
}

@media screen and (min-width: 1024px) {
    .p-footer__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        max-width: 1200px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1023px) {
    .p-footer__heading {
        margin-bottom: 5.33vw;
        padding: 10.67vw 0vw 5.33vw 0vw;
    }
}

@media screen and (min-width: 768px) {
    .p-footer__heading {
        width: 370px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .p-footer__heading {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0;
    }
}

@media screen and (max-width: 1023px) {
    .p-footer__logo {
        width: 66.66667vw;
        margin: 5.33vw auto 5.33vw auto;
    }
}

@media screen and (min-width: 768px) {
    .p-footer__logo {
        width: 355px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-footer__logo {
        width: 400px;
        margin: 5.33vw auto 5.33vw auto;
    }
}

@media screen and (max-width: 767px) {
    .p-footer__logo {
        width: 80vw;
        margin: 5.33vw auto 5.33vw auto;
    }
}

.p-footer__logo .p-f__desc {
    background: #fff;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 40px;
    background: red;
}

@media screen and (max-width: 767px) {
    .p-footer__logo .p-f__desc {
        font-size: 20px;
        font-size: 2rem;
    }
}

.p-footer__logo .p-f__access {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .p-footer__logo .p-f__access {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.p-footer__logo .p-f__access span {
    font-size: 18.5px;
    font-size: 1.85rem;
    display: block;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .p-footer__logo .p-f__access span {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 768px) {
    .p-footer__body {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1024px) {
    .p-footer__body {
        margin: 0;
        max-width: none;
        width: 61.25%;
    }
}

.p-footer__copyright {
    color: #fff;
    text-align: center;
    padding-bottom: 40px;
}

@media screen and (max-width: 1023px) {
    .p-footer__copyright {
        font-size: 20px;
        font-size: 2.67vw;
        padding: 2em 0;
        line-height: 1;
    }
}

@media screen and (min-width: 768px) {
    .p-footer__copyright {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.p-footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media screen and (max-width: 1023px) {
    .p-footer__menu {
        margin-bottom: 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-footer__menu {
        margin-top: 40px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .p-footer__item {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 5.33vw;
    }
}

@media screen and (max-width: 1023px) {
    .p-footer__item:last-child {
        margin-right: 0;
    }
}

.p-footer__link {
    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;
    text-align: center;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    text-decoration: none;
}

@media screen and (max-width: 1023px) {
    .p-footer__link {
        padding: 2vw 0vw 2vw 0vw;
        line-height: 1.2;
        border: .53333vw solid #fff;
    }
}

@media screen and (min-width: 768px) {
    .p-footer__link {
        width: 170px;
        height: 60px;
        font-size: 20px;
        font-size: 2rem;
        border: 2px solid #fff;
    }
}

.p-footer__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.25;
    color: #fff;
    letter-spacing: .25em;
    margin-left: 15px;
    margin-right: 15px;
}

@media screen and (max-width: 1023px) {
    .p-footer__btn {
        width: 100px;
        margin: 0 2px;
        height: 70px;
        letter-spacing: .1em;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .p-footer__btn {
        width: 46.66667vw;
        margin-left: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-footer__btn {
        width: 150px;
        height: 65px;
        font-size: 21px;
        font-size: 2.1rem;
        margin-left: 17px;
    }
}

@media screen and (min-width: 1024px) {
    .p-footer__btn {
        margin-right: 0;
    }
}

.p-footer__btn--contact {
    border: 2px solid #fff;
}

@media screen and (max-width: 1023px) {
    .f-tel {
        width: 100%;
        vertical-align: top;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .f-tel img {
        height: 30px;
        width: auto;
        vertical-align: top;
        margin-top: 5px;
    }
}

.fb_icon {
    display: block;
    width: 100%;
    margin-top: -20px;
}

@media screen and (min-width: 768px) {
    .fb_icon {
        margin-top: -5px;
    }
}

/* p-summary
   ----------------------------------------------------------------- */
.p-summary {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .p-summary {
        margin-bottom: 10.67vw;
    }
}

@media screen and (min-width: 768px) {
    .p-summary {
        margin: 30px auto 0;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .p-summary__heading {
        border-bottom: .53333vw solid #fff;
        margin-bottom: 4vw;
        padding-bottom: 4vw;
    }
}

@media screen and (min-width: 768px) {
    .p-summary__heading {
        border-bottom: 2px solid #fff;
        padding-bottom: 20px;
    }
}

.p-summary__name {
    line-height: 1;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .p-summary__name {
        margin-bottom: 1.33vw;
        font-size: 38px;
        font-size: 5.07vw;
    }
}

@media screen and (min-width: 768px) {
    .p-summary__name {
        margin-bottom: 8px;
        font-size: 20px;
        font-size: 2rem;
    }
}

.p-summary__information {
    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;
}

@media screen and (min-width: 768px) {
    .p-summary__information {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.8;
    }
}

@media screen and (max-width: 1023px) {
    .p-summary__information {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

@media screen and (max-width: 1023px) {
    .p-summary__number, .p-summary__hour, .p-summary__address {
        display: block;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .p-summary__number, .p-summary__hour, .p-summary__address {
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 1023px) {
    .p-summary__address {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .p-summary__address {
        margin-right: 50px;
    }
}

@media screen and (max-width: 767px) {
    .p-summary__address {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.p-summary__desc {
    line-height: 1.8;
}

@media screen and (min-width: 768px) {
    .p-summary__desc {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .p-summary__body {
        padding-top: 20px;
    }
}

.p-summary__text {
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .p-summary__text {
        margin-bottom: 2em;
        line-height: 2;
    }
}

/* p-sitemap
   ----------------------------------------------------------------- */
.p-subPage .p-gnav__link {
    color: #000;
}

.p-subPage .p-gnav__menu {
    margin-bottom: 60px;
}

.p-subPage .p-gnav__title {
    color: #7f191b;
}

.p-subPage .p-gnav__title::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #ffa300;
}

.p-sitemap {
    color: #fff;
    width: 100%;
    display: block;
    margin: 30px 0 0;
}

.p-sitemap__label {
    line-height: 1;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .p-sitemap__label {
        margin-top: .75em;
        margin-bottom: .75em;
        margin-bottom: 1em;
        font-size: 36px;
        font-size: 4.8vw;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .p-sitemap__label {
        margin-bottom: 20px;
        font-size: 20px;
        font-size: 2rem;
    }
}

.p-sitemap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .p-sitemap__list {
        text-align: left;
        font-size: 45px;
        font-size: 6vw;
        margin-left: 4vw;
    }
}

@media screen and (min-width: 768px) {
    .p-sitemap__list {
        width: 100%;
        margin: 0 auto;
    }
}

.p-sitemap__list.comAbout {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media screen and (max-width: 767px) {
    .p-sitemap__list.comAbout {
        margin-left: 0;
    }
}

.p-sitemap__item {
    line-height: 1;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    font-weight: normal;
}

.p-sitemap__link {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.p-sitemap__link:hover {
    text-decoration: underline;
}

.p-sitemap .com_about {
    margin: 15px 0 30px;
    padding: 0 !important;
    width: calc( (100% - 20px) / 4);
}

@media screen and (max-width: 1023px) {
    .p-sitemap .com_about {
        width: calc( (100% - 150px) / 2);
    }
    .p-sitemap .com_about:nth-child(2n) {
        width: calc( (100%) / 4);
    }
}

@media screen and (max-width: 767px) {
    .p-sitemap .com_about {
        width: 100%;
        margin: 0 0 30px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 4vw;
    }
    .p-sitemap .com_about:nth-child(2n) {
        width: 100%;
    }
}

.p-sitemap .com_about span {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8em;
}

@media screen and (max-width: 767px) {
    .p-sitemap .com_about span {
        margin-top: 5px !important;
        display: block;
        margin-bottom: 15px;
    }
}

.p-sitemap .com_about .p-sitemap__link {
    font-family: -apple-system, 'メイリオ', Meiryo, sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
}

.p-sitemap .com_about .p-sitemap__link img {
    margin-right: 15px;
    margin-bottom: 15px;
    height: 40px;
    width: auto;
}

@media screen and (max-width: 767px) {
    .p-sitemap .com_about .p-sitemap__link {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 10px;
        height: auto;
    }
}

.p-sitemap_company {
    color: #747474;
    width: 100%;
    display: block;
    margin: 30px 0 0;
}

.p-sitemap_company__btn {
    height: 21px;
    margin: 20px 0 30px;
    display: block;
}

.p-sitemap_company__btn1 {
    height: 21px;
    margin: 20px 0 30px;
    width: 100%;
    display: block;
}

@media screen and (max-width: 767px) {
    .p-sitemap_company__btn1 {
        height: 0;
        margin: 0 0 30px;
    }
}

.p-sitemap_company__label {
    line-height: 1;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .p-sitemap_company__label {
        margin-top: .75em;
        margin-bottom: .75em;
        margin-bottom: 1em;
        font-size: 36px;
        font-size: 4.8vw;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .p-sitemap_company__label {
        margin-bottom: 20px;
        font-size: 20px;
        font-size: 2rem;
    }
}

.p-sitemap_company__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .p-sitemap_company__list {
        text-align: left;
        font-size: 45px;
        font-size: 6vw;
        margin-left: 4vw;
    }
}

@media screen and (min-width: 768px) {
    .p-sitemap_company__list {
        width: 100%;
        margin: 0 auto;
    }
}

.p-sitemap_company__list.comAbout {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media screen and (max-width: 767px) {
    .p-sitemap_company__list.comAbout {
        margin-left: 0;
    }
}

.p-sitemap_company__link {
    color: #757575;
    text-decoration: none;
    font-size: 24px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 1023px) {
    .p-sitemap_company__link {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        font-size: 18px;
    }
    .p-sitemap_company__link span {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.p-sitemap_company__link span {
    margin-top: 8px;
}

.p-sitemap_company__item {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 39%;
    display: block;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .p-sitemap_company__item {
        width: 100%;
        margin-bottom: 4vw;
    }
}

@media screen and (min-width: 768px) {
    .p-sitemap_company__item {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 12px;
        padding-right: 10px;
        margin-right: 10px;
    }
}

.p-sitemap_company__item:first-child {
    width: 100%;
}

.p-sitemap_company__item:nth-child(2n) {
    width: 59%;
}

@media screen and (max-width: 1023px) {
    .p-sitemap_company__item:nth-child(2n) {
        width: 100%;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .p-sitemap_company__item:nth-child(2n) {
        width: 55%;
    }
}

.p-sitemap_company__item:nth-child(2) img, .p-sitemap_company__item:nth-child(3) img {
    height: 55px;
    width: auto;
}

.p-sitemap_company .com_about {
    margin: 15px 0 30px;
    padding: 0 !important;
}

@media screen and (min-width: 768px) {
    .p-sitemap_company .com_about:nth-child(2) {
        margin: 15px 40px 30px;
    }
}

@media screen and (min-width: 768px) {
    .p-sitemap_company .com_about:nth-child(4) {
        margin: 15px 40px 30px 0;
    }
}

@media screen and (max-width: 767px) {
    .p-sitemap_company .com_about {
        width: 100%;
        margin: 0 0 30px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 4vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .p-sitemap_company .com_about:nth-child(2n) {
        padding-left: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-sitemap_company .com_about:nth-child(3) {
        margin: 15px 100px 30px !important;
    }
}

.p-sitemap_company .com_about span {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8em;
}

@media screen and (max-width: 767px) {
    .p-sitemap_company .com_about span {
        margin-top: 5px !important;
        display: block;
        margin-bottom: 15px;
    }
}

/* p-pageTop
   ----------------------------------------------------------------- */
.p-pageTop {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 98;
}

@media screen and (max-width: 767px) {
    .p-pageTop {
        right: 4vw;
        bottom: 9.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-pageTop {
        right: 20px;
        bottom: 20px;
    }
}

.p-pageTop.is-show {
    opacity: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    visibility: visible;
}

.p-pageTop__link {
    position: relative;
    display: block;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .p-pageTop__link {
        width: 13.33333vw;
        height: 13.33333vw;
    }
}

@media screen and (min-width: 768px) {
    .p-pageTop__link {
        width: 50px;
        height: 50px;
    }
}

.p-pageTop__icon {
    position: absolute;
    content: '';
    display: block;
    top: 40%;
    left: 50%;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-50%) rotate(-45deg);
            transform: translate(-50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
    .p-pageTop__icon {
        width: 6.66667vw;
        height: 6.66667vw;
        border-top: 5px solid #000;
        border-right: 5px solid #000;
    }
}

@media screen and (min-width: 768px) {
    .p-pageTop__icon {
        width: 24px;
        height: 24px;
        border-top: 4px solid #000;
        border-right: 4px solid #000;
    }
}
