<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('./font/Inter.css');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", 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: #1C1C1C;
    text-decoration: none;
}
a:visited {
    color: #1C1C1C;
}
a:hover {
    color: #1C1C1C;
}
a:active {
    color: #1C1C1C;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    color: #1C1C1C;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-size-adjust: none;
    font-feature-settings: 'pkna'on;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
#container {
    text-align: left;
}
#main {
    display: block;
}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}
@media all and (min-width: 991px) {
    .sp {
        display: none !important;
    }
}
@media all and (max-width: 990px) {
    body {
        min-width: inherit;
        font-size: 1.4rem;
    }
    body.fixed {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        overflow: auto;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader {
    position: sticky;
    top: 0;
    z-index: 101;
    padding: 11px 63px 11px 43px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#gHeader h1 {
    width: 188px;
}
#gHeader .header_logo {
    width: 188px;
}
@media all and (max-width: 990px) {
    #gHeader {
        padding: 20px 63px 18px 18px;
        position: relative;
        z-index: 1111;
		background-color: #fff;
    }
    #gHeader h1 {
        width: 110px;
    }
    #gHeader .header_logo {
        width: 110px;
    }
    #gHeader .menu {
        position: absolute;
        top: 21px;
        right: 28px;
        width: 24px;
        height: 15px;
        cursor: pointer;
        z-index: 10;
    }
    #gHeader .menu span {
        position: absolute;
        width: 24px;
        height: 3px;
        display: block;
        background-color: #EA3800;
        transition: all .3s ease;
        z-index: 20;
    }
    #gHeader .menu span:nth-of-type(2) {
        top: 6px;
    }
    #gHeader .menu span:nth-of-type(3) {
        top: 13px;
    }
    #gHeader .menu.active {
        top: 18px;
    }
    #gHeader .menu.active span:first-of-type {
        transform: translate(0, 10px) rotate(45deg);
    }
    #gHeader .menu.active span:last-of-type {
        transform: translate(0, -3px) rotate(-45deg);
    }
    #gHeader .menu.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menuBox {
        display: none;
        padding-top: 59px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 111;
        box-sizing: border-box;
        background-color: #fff;
    }
    .menuBox .inner {
		padding: 0 15px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        background-color: rgba(234, 56, 0, 0.85);
    }
    .menuBox .inner::before {
        width: 100%;
        bottom: 0;
        top: 1px;
        left: 0;
        position: absolute;
        mix-blend-mode: multiply;
        background: url(../../img/uxui/common/menu_bg.png);
        background-repeat: repeat;
        background-size: 375px;
        opacity: 0.15;
        content: "";
        border-radius: 20px 20px 0px 0px;
    }
    .menuBox .inner ul {
        position: relative;
        z-index: 1;
    }
    .menuBox li {
        margin-bottom: 42px;
    }
    .menuBox li:last-child {
        margin-bottom: 0;
    }
    .menuBox li .imgBox {
        margin-bottom: 7px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menuBox li .imgBox .photo {
        margin: 0 14px 0 0;
        width: 164px;
    }
    .menuBox li:last-child .imgBox {
        margin-bottom: 15px;
    }
    .menuBox li:last-child .photo {
        margin-right: 40px;
        width: 120px;
    }
    .menuBox li .imgBox p {
        width: calc(100% - 164px);
        font-size: 2rem;
        color: #fff;
    }
    .menuBox li .btn a {
        margin: 0 auto;
        padding: 5px 39px;
        width: 98%;
        height: 74px;
        font-size: 1.6rem;
        font-weight: bold;
        color: #EA3800;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        border-radius: 35px;
        background-color: #fff;
    }
    .menuBox li .btn .icon {
        width: 20px;
    }
}
@media all and (max-width: 374px) {
	.menuBox li:last-child .photo {
		margin-right: 23px;
	}
	.menuBox li .imgBox .photo {
		width: 141px;
	}
	.menuBox li .imgBox p {
		flex: 1;
		font-size: 1.5rem;
	}
	.menuBox li .btn a {
		padding: 5px 33px;
	}
}
/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
    padding: 64px 85px 38px;
    background-color: #1C1C1C;
}
#gFooter .fLogo {
    margin: 0 auto 64px;
    width: 240px;
}
#gFooter .fLogo a {
    display: block;
}
#gFooter address {
    padding-top: 37px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    border-top: 1px solid #666666;
    font-family: 'Inter', sans-serif;
}
@media all and (max-width: 990px) {
    #gFooter {
        padding: 64px 24px 38px;
    }
}
</pre></body></html>