@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap');
/*------------------------------------------------------------
    デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
html {
    font-size: 62.5%;
}
body, table, input, textarea, select, option {
    font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
a,
a:link {
    color: #000;
    text-decoration: none;
    transition: .3s;
}
a:visited {
    color: #000;
}
a:hover {
    color: #000;
}
a:active {
    color: #000;
}
/*------------------------------------------------------------
    レイアウト
------------------------------------------------------------*/
body {
    color: #000;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #000;
}
#container {
    text-align: left;
    padding-top: 100px;
}
#main {
    display: block;
    overflow: hidden;
    background-color: #fff;
}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}

/* 1600px以上でSPメニュー要素を完全に隠す */
@media all and (min-width: 1600px) {
    .menu-sp {
        display: none !important;
    }
    .menu-box {
        display: none !important;
    }
}
@media all and (min-width: 897px) {
    .sp {
        display: none !important;
    }
}

@media all and (max-width: 896px) {
    body {
        min-width: inherit;
        font-size: 1.5rem;
    }
    #container {
        padding-top: 80px;
    }
    a:hover,
    a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
/*------------------------------------------------------------
    ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: fixed;
    left: 0;
    top: 0;
    padding: 27px 210px 10px;
    width: 100%;
    height: 100px;
    background-color: #000;
    box-sizing: border-box;
    z-index: 99;
}
#gHeader .h-box {
    max-width: 1442px;
    margin: 0 auto;
    padding-right: 60px;
    box-sizing: border-box;
}
#gHeader h1 {
    width: 215px;
}
#g-navi {
    margin-top: 7px;
}
#g-navi ul {
    justify-content: flex-end;
}
#g-navi li:not(:first-child) {
    margin-left: 50px;
}
#g-navi a {
    padding-bottom: 6px;
    color: #fff;
    display: block;
    position: relative;
}
#g-navi a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    opacity: 0;
    transition: .3s;
}
#g-navi li.on a:before,
#g-navi li a:hover:before {
    opacity: 1;
}
#gHeader .h-link {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
}
#gHeader .h-link > a {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #E70012;
}
#gHeader .h-list {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 2px 20px 17px 23px;
    background-color: #fff;
    box-sizing: border-box;
    display: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
#gHeader .h-list > li:not(:last-child) {
    border-bottom: 1px solid #000;
}
#gHeader .h-list > li > a,
#gHeader .h-list > li > span {
    padding: 12px 27px;
    display: block;
    font-weight: 700;
    background: url("../../images/common/icon01.png") no-repeat left 2px top 24px;
    background-size: 15px auto;
}
#gHeader .h-list ul {
    margin: -8px 0 0 27px;
}
#gHeader .h-list ul li:not(:last-child) {
    margin-bottom: 6px;
}
#gHeader .h-list ul img {
    width: 118px;
}
#gHeader .h-list a:hover {
    opacity: 0.7;
}
@media all and (max-width: 1340px) {
    #gHeader {
        padding-left: 15px;
    }
}
@media all and (max-width: 1140px) {
    #gHeader .h-box {
        padding-right: 0;
    }
}
@media all and (max-width: 1060px) {
    #gHeader {
        padding-right: 190px;
    }
    #gHeader .h-link {
        width: 180px;
    }
    #g-navi {
        width: 430px;
    }
    #g-navi li:not(:first-child) {
        margin-left: 20px;
    }
}
@media all and (min-width: 897px) {
    #gHeader .h-link:hover > a {
        opacity: 0.7;
    }
}

/*------------------------------------------------------------
    1599px以下でハンバーガーメニューを表示
------------------------------------------------------------*/
@media all and (max-width: 1599px) {
    #g-navi {
        display: none;
    }
    #gHeader .h-link {
        right: 70px;
    }
    .menu {
        width: 60px;
        height: 60px;
        position: absolute;
        right: 0;
        top: 20px;
        cursor: pointer;
        z-index: 100;
        display: block;
    }
    .menu span {
        width: 20px;
        height: 1px;
        position: absolute;
        top: 22px;
        left: 20px;
        background: #fff;
        transition: all .4s;
    }
    .menu span:nth-of-type(2) {
        top: 29px;
    }
    .menu span:nth-of-type(3) {
        top: 36px;
    }
    .menu.on span:nth-of-type(1) {
        transform: translateY(7px) translateX(0) rotate(-45deg);
    }
    .menu.on span:nth-of-type(2) {
        opacity: 0;
    }
    .menu.on span:nth-of-type(3) {
        transform: translateY(-7px) translateX(0) rotate(45deg);
    }
    
    .menu-box {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        box-sizing: border-box;
        z-index: 98;
        background-color: #000;
    }
    .menu-box .menu-list {
        padding: 127px 40px;
    }
    .menu-box .menu-list a,
    .menu-box .menu-list span {
        color: #fff;
        display: block;
        font-size: 2rem;
        font-weight: 700;
    }
    .menu-box .menu-list > li:not(:last-child) {
        margin-bottom: 34px;
    }
    .menu-box .menu-list > li > a,
    .menu-box .menu-list > li > span {
        padding: 0 0 0 56px;
        background: url("../../images/common/sp_icon05.png") no-repeat left top 12px;
        background-size: 46px auto;
    }
    .menu-box .menu-ul {
        margin: 14px 0 0 59px;
    }
    .menu-box .menu-ul > li:not(:last-child) {
        margin-bottom: 4px;
    }
    .menu-box .menu-ul > li > a,
    .menu-box .menu-ul > li > span {
        padding-left: 25px;
        font-size: 1.5rem;
        background: url("../../images/common/sp_icon06.png") no-repeat left top 9px;
        background-size: 14px auto;
    }
    .menu-box .menu-link {
        margin: 5px 0 0 26px;
    }
    .menu-box .menu-link li {
        width: 47.8%;
    }
    .menu-box .menu-link img {
        width: 100%;
        max-width: 170px;
    }
}

/*------------------------------------------------------------
    896px以下（スマホレイアウト）
------------------------------------------------------------*/
@media all and (max-width: 896px) {
    #gHeader {
        padding: 28px 21px 10px;
        height: 80px;
    }
    #gHeader .h-box {
        max-width: inherit;
        padding-right: 0;
    }
    #gHeader h1 {
        width: 124px;
    }
    #gHeader .h-link {
        right: 60px;
        top: 13px;
        width: 95px;
    }
    #gHeader .h-link.off {
        display: none;
    }
    #gHeader .h-link > a {
        height: 54px;
        font-size: 1.3rem;
    }
    #gHeader .h-list {
        padding: 0 10px 8px;
    }
    #gHeader .h-list > li > a,
    #gHeader .h-list > li > span {
        padding: 9px 5px 9px 12px;
        font-weight: 500;
        font-size: 1.3rem;
        background-position: left top 17px;
        background-size: 8px auto;
    }
    #gHeader .h-list ul {
        margin: -1px 3px 0;
    }
    #gHeader .h-list ul li:not(:last-child) {
        margin-bottom: 2px;
    }
    #gHeader .h-list ul img {
        width: 70px;
    }
    .menu {
        top: 10px;
    }
}

/*------------------------------------------------------------
    フッター
------------------------------------------------------------*/
#gFooter {
    padding: 50px 15px 46px;
    position: relative;
    z-index: 1;
    background-color: #000;
}
#gFooter .f-box {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 230px;
    position: relative;
    box-sizing: border-box;
}
#gFooter .f-logo {
    width: 215px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
}
#gFooter address {
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    font-style: normal;
    font-family: 'M PLUS 1p', sans-serif;
}
.page-top {
    display: none;
    position: fixed;
    right: 31px;
    bottom: 24px;
    z-index: 98;
}
.page-top a {
    width: 69px;
    height: 69px;
    display: block;
    background: #fff url("../../images/common/icon12.png") no-repeat center top 26px;
    background-size: 21px auto;
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
@media all and (min-width: 897px) {
    .page-top a:hover {
        background-position: center top 21px;
    }
}
@media all and (max-width: 896px) {
    #gFooter {
        padding: 23px 20px 19px;
    }
    #gFooter .f-box {
        max-width: inherit;
        padding: 0;
    }
    #gFooter .f-logo {
        width: 150px;
        margin: 0 auto 12px;
        position: static;
    }
    #gFooter address {
        font-size: 1.1rem;
        line-height: 1.54;
    }
    .page-top {
        right: 20px;
        bottom: 55px;
    }
    .page-top a {
        width: 46px;
        height: 46px;
        background-position: center center;
        background-size: 15px auto;
    }
}