/* ==========================================================================
   header
   ========================================================================== */
/* Header
   ----------------------------------------------------------------- */
/* p-header
----------------------------------------------------------------- */
.close
{
    opacity: 0;
}

.p-header
{
    position: absolute;
    z-index: 510;
    top: 0;

    width: 100%;

    -webkit-transition: all .3s;

    transition: all .3s;

    opacity: 0;
}

.p-header .color-none
{
    display: none;
}

@media screen and (max-width: 1023px)
{
    .p-header
    {
        border-top: solid #000 20px;
    }
}

.p-header.on-load
{
    position: fixed; 

    opacity: 1;
}

.p-header.on-load.is-scrool
{
    padding-top: 15px;
    padding-bottom: 15px; 

    background: #000;
}

@media screen and (max-width: 1023px)
{
    .p-header.on-load.is-scrool
    {
        border-top: solid #000 0;
    }
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header.on-load.is-scrool
    {
        padding-top: .78488vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header.on-load.is-scrool
    {
        padding-top: .81081vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header.on-load.is-scrool
    {
        padding-top: 1.61133vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-header.on-load.is-scrool
    {
        padding-top: 2.14844vw;
    }
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header.on-load.is-scrool
    {
        padding-bottom: .78488vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header.on-load.is-scrool
    {
        padding-bottom: .81081vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header.on-load.is-scrool
    {
        padding-bottom: 1.61133vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-header.on-load.is-scrool
    {
        padding-bottom: 2.14844vw;
    }
}

@media screen and (min-width: 1024px)
{
    .p-header.on-load.is-scrool .p-header__logo
    {
        width: 180px;
    }
}

@media screen and (max-width: 1023px)
{
    .p-header.on-load.is-scrool .p-header__logo
    {
        width: 20vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-header.on-load.is-scrool .p-header__logo
    {
        width: 40vw;
    }
}

.p-header.on-load.is-scrool .p-header__inner
{
    padding-top: 0;
}

.p-header.on-load.is-scrool .p-header__inner h1
{
    top: -17px; 

    opacity: 0;
}

.p-header.on-load.is-scrool .p-header__menuWrap
{
    display: none;
}

.p-header.on-load.is-scrool .p-header__tel
{
    display: none;
}

.p-header.on-load.is-scrool .p-header__hamburger
{
    position: relative; 

    display: -webkit-box; 

    display: -ms-flexbox; 

    display: flex;

    opacity: 1;
}

.p-header.on-load.is-scrool .p-header__grid
{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.p-header.on-load.is-scrool .color-none
{
    display: block;
}

.p-header.on-load.is-scrool .color
{
    display: none;
}

.p-header.is-open
{
    padding-top: 15px;
    padding-bottom: 15px; 

    background: #000;
}

@media screen and (max-width: 1023px)
{
    .p-header.is-open
    {
        border-top: solid #000 0;
    }
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header.is-open
    {
        padding-top: .78488vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header.is-open
    {
        padding-top: .81081vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header.is-open
    {
        padding-top: 1.61133vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-header.is-open
    {
        padding-top: 2.14844vw;
    }
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header.is-open
    {
        padding-bottom: .78488vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header.is-open
    {
        padding-bottom: .81081vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header.is-open
    {
        padding-bottom: 1.61133vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-header.is-open
    {
        padding-bottom: 2.14844vw;
    }
}

.p-header.is-open .color-none
{
    display: block;
}

.p-header.is-open .color
{
    display: none;
}

@media screen and (min-width: 1024px)
{
    .p-header.is-open .p-header__logo
    {
        width: 180px;
    }
}

@media screen and (max-width: 1023px)
{
    .p-header.is-open .p-header__logo
    {
        width: 20vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-header.is-open .p-header__logo
    {
        width: 40vw;
    }
}

.p-header.is-open .p-header__inner
{
    padding-top: 0;
}

.p-header.is-open .p-header__inner h1
{
    top: -17px; 

    opacity: 0;
}

.p-header.is-open .p-header__grid,
.p-header.is-open .p-header__rightContent
{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.p-header.is-open .p-header__menuWrap
{
    display: none;
}

.p-header.is-open .p-header__tel
{
    display: none;
}

.p-header.is-open .p-header__grid
{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.p-header__inner
{
    position: relative;
    position: relative;

    width: 100%; 
    padding-top: 60px;

    -webkit-transition: all .5s;

    transition: all .5s;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__inner
    {
        padding-top: 3.13953vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__inner
    {
        padding-top: 3.24324vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__inner
    {
        padding-top: 6.44531vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-header__inner
    {
        padding-top: 8.59375vw;
    }
}

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

@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__inner
    {
        padding-top: 1.56977vw;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__inner
    {
        padding-top: 1.62162vw;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__inner
    {
        padding-top: 3.22266vw;
    }
}

@media screen and (max-width: 1023px) and (max-width: 767px)
{
    .p-header__inner
    {
        padding-top: 4.29688vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-header__inner
    {
        padding-right: 4vw;
        padding-left: 4vw;
    }
}

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

@media screen and (min-width: 768px) and (max-width: 1279px)
{
    .p-header__inner
    {
        padding-right: 20px; 
        padding-left: 20px;
    }
}

@media screen and (min-width: 1280px)
{
    .p-header__inner
    {
        max-width: 1540px;
        padding-right: 20px; 
        padding-left: 20px;
    }
}

.p-header__inner h1
{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;

    position: absolute;
    z-index: 10; 
    top: 0;
    left: 0;

    width: 100%;
    padding: 5px 20px;

    -webkit-transition: all .3s ease 0s;

    transition: all .3s ease 0s;

    color: #fff;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__inner h1
    {
        font-size: .81395vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__inner h1
    {
        font-size: .94595vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__inner h1
    {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .p-header__inner h1
    {
        font-size: 17px;
    }
}

.p-header__inner h1:before
{
    position: absolute;
    z-index: -10; 
    top: 0;
    left: -50%;

    display: block;

    width: 200vw;
    height: 100%;

    content: '';

    background: #000;
}

@media screen and (max-width: 1023px)
{
    .p-header__inner h1
    {
        display: none;
    }
}

.p-header__body
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
}

.p-header__grid
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-transition: all .5s;

    transition: all .5s;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.p-header__menuWrap
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;

    -webkit-transition: all .5s;

    transition: all .5s;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s; 

    -webkit-box-pack: justify; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 1023px)
{
    .p-header__menuWrap
    {
        display: none;
    }
}

.p-header__menuItem
{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 33px;
    font-size: 3.3rem;
    font-weight: 500;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-right: 70px; 

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__menuItem
    {
        font-size: 1.9186vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__menuItem
    {
        font-size: 2.22973vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__menuItem
    {
        font-size: 3.38379vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-header__menuItem
    {
        font-size: 3.65234vw;
    }
}

.p-header__menuItem a
{
    line-height: 1;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-transition: all .5s;

    transition: all .5s; 
    text-decoration: none;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.p-header__menuItem a img
{
    width: 23px;
    margin-right: 5px;
    margin-bottom: 5px;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__menuItem
    {
        margin-right: 3.66279vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__menuItem
    {
        margin-right: 3.78378vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__menuItem
    {
        margin-right: 7.51953vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-header__menuItem
    {
        margin-right: 10.02604vw;
    }
}

.p-header__menuItem:last-child
{
    margin-right: 0;
}

.p-header__menuList
{
    position: relative;
    z-index: 20;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-right: 40px; 
    margin-left: 40px;

    -webkit-transition: all .5s;

    transition: all .5s;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__menuList
    {
        margin-left: 2.09302vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__menuList
    {
        margin-left: 2.16216vw;
    }
}

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

@media screen and (max-width: 767px)
{
    .p-header__menuList
    {
        margin-left: 5.72917vw;
    }
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__menuList
    {
        margin-right: 2.09302vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__menuList
    {
        margin-right: 2.16216vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__menuList
    {
        margin-right: 4.29688vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-header__menuList
    {
        margin-right: 5.72917vw;
    }
}

.p-header__menuList a
{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;

    display: inline-block; 

    text-decoration: none;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__menuList a
    {
        font-size: 1.86047vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__menuList a
    {
        font-size: 2.16216vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__menuList a
    {
        font-size: 3.28125vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-header__menuList a
    {
        font-size: 3.54167vw;
    }
}

.p-header__menuList a:nth-child(n + 2)
{
    margin-left: 40px;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__menuList a:nth-child(n + 2)
    {
        margin-left: 2.09302vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__menuList a:nth-child(n + 2)
    {
        margin-left: 2.16216vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__menuList a:nth-child(n + 2)
    {
        margin-left: 4.29688vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-header__menuList a:nth-child(n + 2)
    {
        margin-left: 5.72917vw;
    }
}

@media screen and (max-width: 1023px)
{
    .p-header__menuList
    {
        display: none;
    }
}

.p-header__logo
{
    width: 220px;

    -webkit-transition: all .5s;

    transition: all .5s;
}

@media screen and (max-width: 1023px)
{
    .p-header__logo
    {
        width: 25vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-header__logo
    {
        width: 45vw;
    }
}

.p-header__gnavlink
{
    margin-right: 40px; 

    text-decoration: none;
}

@media screen and (max-width: 1479px)
{
    .p-header__gnavlink
    {
        margin-right: 2vw;
    }
}

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

@media screen and (max-width: 767px)
{
    .p-header__utility
    {
        padding: 0vw 16vw 0vw 0vw;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
    }
}

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

@media screen and (min-width: 1190px)
{
    .p-header__utility
    {
        margin-top: 42px;
    }
}

.p-header__rightArea
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}

@media screen and (min-width: 1480px)
{
    .p-header__rightArea
    {
        margin-left: 30px;
    }
}

.p-header__tel
{
    display: block;

    min-width: 270px;
}

@media screen and (max-width: 1479px) and (min-width: 1024px)
{
    .p-header__tel
    {
        min-width: 230px;
    }
}

@media screen and (max-width: 1023px)
{
    .p-header__tel
    {
        display: none;
    }
}

.p-header__tel a
{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 100;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding: .4vw 1.2vw; 

    -webkit-transition: all .5s; 

    transition: all .5s;
    text-align: center;
    text-decoration: none;
    text-decoration: none;

    color: #fff;
    border-radius: 100vw;
    background: #f7de03;

    -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 (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__tel a
    {
        font-size: 1.51163vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__tel a
    {
        font-size: 1.75676vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__tel a
    {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .p-header__tel a
    {
        font-size: 17px;
    }
}

.p-header__tel a img
{
    width: 16px;
}

@media screen and (min-width: 768px)
{
    .p-header__tel a img
    {
        margin-right: 5px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-header__tel a img
    {
        width: 23px;
    }
}

@media screen and (max-width: 767px)
{
    .p-header__tel a img
    {
        width: 30px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1479px)
{
    .p-header__tel a
    {
        margin-left: 0;
    }
}

@media screen and (max-width: 1023px)
{
    .p-header__tel a
    {
        font-size: 34px;
        font-size: 3.4rem;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__tel a
    {
        font-size: 1.97674vw;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__tel a
    {
        font-size: 2.2973vw;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__tel a
    {
        font-size: 3.98438vw;
    }
}

@media screen and (max-width: 1023px) and (max-width: 767px)
{
    .p-header__tel a
    {
        font-size: 5.3125vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__tel a
    {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
}

.p-header__tel a span
{
    line-height: 1;

    display: block;
}

@media screen and (max-width: 767px)
{
    .p-header__tel a span
    {
        display: none;
    }
}

.p-header__menu
{
    display: none;

    text-align: center;
}

@media screen and (min-width: 768px)
{
    .p-header__nav
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.p-header__btn
{
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.25; 

    display: -webkit-box; 

    display: -ms-flexbox; 

    display: flex;

    color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}

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

        background-color: #00b2a3;
    }
}

@media screen and (min-width: 768px)
{
    .p-header__btn
    {
        font-size: 16px;
        font-size: 1.6rem;

        width: 120px;
        height: 60px;
        margin-left: 10px;
    }
}

.p-header__btn--company
{
    background: #00b2a3;
}

@media screen and (max-width: 767px)
{
    .p-header__btn--company
    {
        display: none;
    }
}

.p-header__btn--contact
{
    background: #000;
}

@media screen and (max-width: 767px)
{
    .p-header__btn--contact
    {
        display: none;
    }
}

@media screen and (min-width: 768px)
{
    .p-header__btn--tel
    {
        display: none;
    }
}

.p-header__hamburger
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 165px;
    height: 40px;
    padding: 5px 20px; 

    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;

    color: #fff;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 1023px)
{
    .p-header__hamburger
    {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 0;
    }
}

.p-header__hamburger.is-open .close
{
    opacity: 1;
}

.p-header__hamburger.is-open .open
{
    opacity: 0;
}

.p-header__hamburger .btnWrap
{
    position: relative;

    display: block;

    width: 70px; 
    height: 100%;
}

@media screen and (max-width: 767px)
{
    .p-header__hamburger .btnWrap
    {
        display: none;
    }
}

.p-header__hamburger .imgWrap
{
    position: relative;

    display: block;
    display: none; 

    width: 30px;
    padding-bottom: 5px;
}

.p-header__hamburger .btn
{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 40px;
    font-weight: 400;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin: auto;

    -webkit-transition: all .3s;

    transition: all .3s;

    -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) and (min-width: 768px)
{
    .p-header__hamburger .btn
    {
        font-size: 32px;
    }
}

.p-header__icon
{
    text-align: center;
}

@media screen and (max-width: 767px)
{
    .p-header__icon
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 8vw;
        height: 8vw; 

        -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 (min-width: 768px)
{
    .p-header__icon
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        height: 36px; 

        -webkit-box-align: end; 

            -ms-flex-align: end; 

                align-items: flex-end;
    }
}

@media screen and (max-width: 767px)
{
    .p-header__icon img
    {
        width: 100%;
    }
}

.close_btn
{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;

    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 300px;
    margin: 60px auto 0;
    padding: 10px 0 10px;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    color: #fff;

    -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 (min-width: 768px)
{
    .close_btn
    {
        margin: 110px auto 0;
    }
}

.close_btn img
{
    width: 35px;
    margin-right: 15px;
}

.close_btn:hover
{
    opacity: .8;
}

@media screen and (max-width: 767px)
{
    .close_btn
    {
        font-size: 40px;
        font-size: 4rem;

        width: -webkit-fit-content;

        width: -moz-fit-content;

        width: fit-content;
        padding: 1.6vw 4.8vw .8vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .close_btn
    {
        font-size: 2.32558vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .close_btn
    {
        font-size: 2.7027vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .close_btn
    {
        font-size: 4.6875vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    .close_btn
    {
        font-size: 6.25vw;
    }
}

/* p-gnav
-------------------------------------------------------------------------- */
.p-gnav .c-heading
{
    color: #fff;
}

.p-gnav__telwrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 90px; 

    -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 (max-width: 1479px) and (min-width: 1280px)
{
    .p-gnav__telwrap
    {
        margin-bottom: 4.7093vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-gnav__telwrap
    {
        margin-bottom: 4.86486vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-gnav__telwrap
    {
        margin-bottom: 9.66797vw;
    }
}

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

.p-gnav__tel
{
    display: block;

    width: -webkit-fit-content;

    width: -moz-fit-content;

    width: fit-content;
}

.p-gnav__tel a
{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 500;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding: .8vw 2.4vw; 

    -webkit-transition: all .5s; 

    transition: all .5s;
    text-align: center;
    text-decoration: none;
    text-decoration: none;

    color: #fff;
    border-radius: 100vw;
    background: #73b4d4;

    -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 (max-width: 1023px)
{
    .p-gnav__tel a
    {
        padding: 1.6vw 4.8vw;
    }
}

.p-gnav__tel a img
{
    width: 18px;
    margin-right: 5px;
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-gnav__tel a img
    {
        width: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .p-gnav__tel a img
    {
        width: 14px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1479px)
{
    .p-gnav__tel a
    {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1023px)
{
    .p-gnav__tel a
    {
        font-size: 34px;
        font-size: 3.4rem;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-gnav__tel a
    {
        font-size: 1.97674vw;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-gnav__tel a
    {
        font-size: 2.2973vw;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-gnav__tel a
    {
        font-size: 3.98438vw;
    }
}

@media screen and (max-width: 1023px) and (max-width: 767px)
{
    .p-gnav__tel a
    {
        font-size: 5.3125vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-gnav__tel a
    {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
}

@media screen and (max-width: 767px)
{
    .p-gnav__tel a
    {
        font-size: 40px;
        font-size: 4rem;
    }
}

@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-gnav__tel a
    {
        font-size: 2.32558vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-gnav__tel a
    {
        font-size: 2.7027vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-gnav__tel a
    {
        font-size: 4.6875vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    .p-gnav__tel a
    {
        font-size: 6.25vw;
    }
}

.p-gnav__tel a span
{
    line-height: 1;

    display: block;
}

.p-gnav__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.p-gnav__item
{
    font-weight: 400;

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}

@media screen and (min-width: 768px)
{
    .p-gnav__item
    {
        width: 25%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-gnav__item
    {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-right: 40px;
        margin-bottom: 60px; 
        margin-left: 70px;
    }
}

@media screen and (max-width: 767px)
{
    .p-gnav__item
    {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-right: 42px;
        margin-bottom: 2.5em; 
        margin-left: 42px;
    }
    .p-gnav__item:last-child
    {
        margin-bottom: 0;
    }
}

.p-gnav__item:before
{
    position: absolute;
    top: -1vw;
    left: -.5vw;

    display: block;

    width: 1px;
    height: 60%;

    content: '';
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

    background: #fff;
}

@media screen and (max-width: 1023px)
{
    .p-gnav__item:before
    {
        top: -3vw;
        left: -1.5vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-gnav__item:before
    {
        top: -6vw;
        left: -3vw;
    }
}

.p-gnav__link
{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;

    position: relative;

    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; 

    width: -webkit-fit-content; 

    width: -moz-fit-content; 

    width: fit-content;

    white-space: nowrap;
    text-decoration: none;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-gnav__link
    {
        font-size: 2.32558vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-gnav__link
    {
        font-size: 2.7027vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-gnav__link
    {
        font-size: 4.6875vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-gnav__link
    {
        font-size: 6.25vw;
    }
}

@media screen and (max-width: 1023px)
{
    .p-gnav__link
    {
        font-size: 45px;
        font-size: 4.5rem;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-gnav__link
    {
        font-size: 2.61628vw;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-gnav__link
    {
        font-size: 3.04054vw;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-gnav__link
    {
        font-size: 5.27344vw;
    }
}

@media screen and (max-width: 1023px) and (max-width: 767px)
{
    .p-gnav__link
    {
        font-size: 7.03125vw;
    }
}

.p-gnav__link span:nth-child(1)
{
    color: #fff;
}

.p-gnav__link span:nth-child(2)
{
    color: #adadad;
}

.p-gnav__tel
{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 500;

    display: block !important;

    width: -webkit-fit-content;

    width: -moz-fit-content;

    width: fit-content;
    margin-right: auto;
    margin-left: auto;

    text-decoration: none;

    color: #fff;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-gnav__tel
    {
        font-size: 2.32558vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-gnav__tel
    {
        font-size: 2.7027vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-gnav__tel
    {
        font-size: 4.6875vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-gnav__tel
    {
        font-size: 6.25vw;
    }
}

.p-gnav__icon
{
    font-size: 0;

    text-align: left;
}

@media screen and (max-width: 767px)
{
    .p-gnav__icon
    {
        width: 9.33333vw;
        margin: 0vw 2.67vw 0vw 0vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-gnav__icon
    {
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px)
{
    .p-gnav__icon img
    {
        width: 100%;
    }
}

@media screen and (max-width: 767px)
{
    .p-gnav__icon--mail
    {
        width: 8vw;
    }
}

.p-gnav__contact
{
    text-align: center;
}

@media screen and (max-width: 767px)
{
    .p-gnav__contact
    {
        margin: 8vw 0vw 0vw 0vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-gnav__contact
    {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px)
{
    .p-gnav__logo
    {
        width: 48vw;
        margin: 0vw auto 8vw auto;
    }
}

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

/* p-breadcrumbs
-------------------------------------------------------------------------- */
@media screen and (min-width: 768px)
{
    .p-breadcrumbs
    {
        margin-top: 40px;
        padding: 13px 0;
    }
}

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

@media screen and (max-width: 767px)
{
    .p-breadcrumbs__nav
    {
        position: relative;

        overflow-x: scroll;

        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width: 767px)
{
    .p-breadcrumbs__list
    {
        font-size: 24px;
        font-size: 3.2vw; 

        display: table;

        padding: 2.67vw 2.67vw 2.67vw 2.67vw;
    }
}

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

        display: block;
    }
}

.p-breadcrumbs__item
{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

@media screen and (max-width: 767px)
{
    .p-breadcrumbs__item
    {
        display: table-cell;

        vertical-align: middle;
        white-space: nowrap;
    }
}

@media screen and (min-width: 768px)
{
    .p-breadcrumbs__item
    {
        display: inline;
    }
}

.p-breadcrumbs__item::before
{
    display: inline-block;

    padding: 0 .25em;

    content: '>';
}

.p-breadcrumbs__item:first-child::before
{
    display: none;
}

.p-breadcrumbs__link
{
    font-weight: 400;

    text-decoration: none;
}

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