@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, figcaption, figure, section {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
@media all and (max-width: 374px) {
    html {
        font-size: 2.667vw;
    }
}
body, table, input, textarea, select, option {
    font-family: "Zen Kaku Gothic New", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, 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;
}
address {
    font-style: normal;
}
a, a:link {
    color: #524747;
    text-decoration: none;
    transition: 0.3s;
}
a:visited {
    color: #524747;
}
a:hover {
    color: #524747;
}
a:active {
    color: #524747;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    color: #524747;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
    animation: bodyshow 3s forwards;
}
@keyframes bodyshow {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
p {
    letter-spacing: 0.16rem;
    line-height: 1.8;
}
html:not(.tab) .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
#container {
    position: relative;
    text-align: left;
}
.fax {
    cursor: default;
    pointer-events: none;
}
a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
}
@media all and (min-width: 820px) {
    .sp {
        display: none !important;
    }
    body {
        min-width: 1280px;
    }
    a[href^="tel:"] {
        cursor: default;
        pointer-events: none;
    }
}
@media all and (max-width: 819px) {
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 100;
}
#header .logo-box {
    display: flex;
    align-items: center;
}
#header .logo {
    margin-right: 1.6rem;
    width: 10.8rem;
}
#header .logo-box h1 {
    color: #FFF;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.14em;
}
.menu {
    cursor: pointer;
    position: fixed;
    right: 0.5rem;
    top: 1rem;
	z-index: 100;
}
.menu-box {
    display: none;
    padding: 0 0 0 2.3rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 101;
}
.menu-box .close {
    position: absolute;
    right: 0.4rem;
    top: 1rem;
    cursor: pointer;
}
.menu-box .sub-box {
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 7.2rem 1.5rem 4rem 2.4rem;
    border-left: 1px solid #0068B7;
}
.menu-box .logo-box {
    display: flex;
    align-items: center;
    margin-bottom: 3.5rem;
}
.menu-box .logo-box .logo {
    width: 6.3rem;
    margin-right: 1.6rem;
}
.menu-box .logo-box p {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.14em;
}
.menu-box .menu-list > li {
    margin-bottom: 3.5rem;
}
.menu-box .menu-list > li > a {
    margin-bottom: 1rem;
    padding: 0 0.5rem 0.7rem 0;
    display: inline-block;
    min-width: 27.5rem;
    color: #0068B7;
    line-height: 1.8;
    letter-spacing: 0.16rem;
    border-bottom: 1px solid #0068B7;
}
.menu-box .menu-list > li ul {
    margin-left: 2rem;
}
.menu-box .menu-list > li li {
    margin-bottom: 1.1rem;
}
.menu-box .menu-list > li li a {
    display: inline-block;
    padding-right: 1.7rem;
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
    background: url(../../images/common/arrow01.svg) no-repeat right 0.3rem;
}
@media all and (max-width: 819px) {
    #g-navi {
        display: none !important;
    }
}
@media all and (min-width: 820px) {
    #header {
        align-items: flex-start;
    }
    .menu-box {
        display: none !important;
    }
    #g-navi {
        position: fixed;
        right: 0;
        top: 0;
        padding: 12px 0px;
        border-radius: 0px 0px 0px 10px;
        background: #0068B7;
    }
    #g-navi > ul {
        display: flex;
    }
    #g-navi > ul > li {
        position: relative;
        border-right: 0.1rem solid #fff;
    }
    #g-navi > ul > li:last-child {
        border-right: none;
    }
    #g-navi > ul > li > a {
        display: inline-block;
        padding: 0 15px;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 3px;
    }
    html:not(.tab) #g-navi > ul > li > a:hover {
        opacity: 0.7;
    }
    #g-navi > ul > li > a span {
        padding-right: 20px;
        display: inline-block;
        background: url(../../images/common/arrow03.svg) no-repeat right 4px;
    }
    #g-navi > ul > li .drop-menu {
        display: none;
        position: absolute;
        top: 100%;
        right: -22px;
        padding-top: 25px;
    }
    #g-navi > ul > li .drop-menu ul {
        padding: 15px 14px;
        background-color: #fff;
        border-radius: 8px;
    }
    #g-navi > ul > li .drop-menu a {
        display: block;
        font-size: 15px;
        white-space: nowrap;
        letter-spacing: 1.6px;
        padding: 10px 9px;
        border-radius: 8px;
    }
    html:not(.tab) #g-navi > ul > li .drop-menu a:hover {
        background-color: #F6F3EB;
    }
    #g-navi > ul > li .drop-menu a span {
        padding-right: 18px;
        display: inline-block;
        background: url(../../images/common/arrow01.svg) no-repeat right 3px;
    }
}
@media all and (min-width: 820px) and (max-width: 1240px) {
    #g-navi > ul > li > a {
        padding: 0 1.15vw;
        font-size: 1.21vw;
		letter-spacing: 0.21rem;
		vertical-align: 0.2vw;
    }
    #g-navi > ul > li > a span {
        padding-right: 1.5vw;
        background-position: right 0.2vw;
        background-size: 1.371vw auto;
    }
    #header .logo {
        margin-right: 1.29vw;
        width: 8.71vw;
    }
    #header .logo-box h1 {
        font-size: 0.887vw;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
    padding: 0 3.1rem 2.3rem;
    border-top: 0.1rem solid #123568;
    background: #0068B7;
}
#footer .fBg {
    margin: 0 -3.1rem -15.1rem;
}
#footer .fBg img {
    width: 100%;
}
#footer .f-white-box {
    margin-bottom: 2.6rem;
    padding: 4.2rem 2rem 3.9rem;
    position: relative;
    border-radius: 1rem;
    background: #FFF;
    box-shadow: 0 0.2rem 0.4rem 0 rgba(136, 144, 194, 0.20), 0 0.5rem 1.5rem 0 rgba(37, 44, 97, 0.15);
    z-index: 1;
}
#footer .logo-box {
    margin-bottom: 4.1rem;
    display: flex;
    align-items: center;
}
#footer .logo {
    margin: -0.2rem 1.6rem 0 0;
    width: 7.8rem;
}
#footer p {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.154em;
    line-height: 1.6;
}
#footer .r-box .ttl {
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
    color: #0068B7;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.096rem;
    border-bottom: 0.1rem solid #0068B7;
    font-family: "din-2014", sans-serif;
}
#footer .r-box ul:not(:last-child), #footer .r-box li:not(:last-child) {
    margin-bottom: 0.8rem;
}
#footer .r-box li a {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.52;
    letter-spacing: 0.26rem;
}
#footer .r-box li a .arrow {
    margin-left: 0.2rem;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    vertical-align: top;
    overflow: hidden;
}
#footer .r-box li a .arrow:before, #footer .r-box li a .arrow:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../../images/common/arrow01.svg) no-repeat right center / 1.5rem;
    transition: .3s;
}
#footer .r-box li a .arrow:before {
    transform: translate(-100%, 100%);
}
#footer .r-box li a .arrow::after {
    transform: translate(0, 0);
}
#footer address {
    color: #FFF;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.088rem;
    text-align: right;
    font-family: "din-2014", sans-serif;
}
@media all and (min-width: 820px) {
    #footer {
        padding: 135px 31px 25px;
        background: #0068B7 url(../../images/common/f_bg01_pc.png) no-repeat center center / cover;
    }
    #footer .fBg {
        display: none;
    }
    #footer .f-box {
        margin: 0 auto;
        max-width: 1100px;
    }
    #footer .f-white-box {
        margin: 0 0 114px auto;
        padding: 42px 38px 46px 20px;
        width: 888px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        border-radius: 20px;
    }
    #footer .logo-box {
        margin-bottom: 0;
    }
    #footer .r-box {
        width: 507px;
    }
    #footer .r-box ul {
        display: flex;
        flex-wrap: wrap;
        gap: 11px;
    }
    #footer .r-box ul:not(:last-child), #footer .r-box li:not(:last-child) {
        margin-bottom: 0;
    }
    #footer .r-box ul:not(:last-child) {
        margin-bottom: 8px;
    }
    html:not(.tab) #footer .r-box li a:hover .arrow:before {
        transform: none;
    }
    html:not(.tab) #footer .r-box li a:hover .arrow:after {
        transform: translate(100%, -100%);
    }
    #footer address {
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 1.04px;
    }
}