/* header  banner  footer  popup */

/* reset  start */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Shippori Mincho';
    color: #414141;
}
body.menu-open {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
img {
    display: block;
    vertical-align: middle;
}
a {
    display: block;
    color: #414141;
    text-decoration: none;
}
ol, ul, li {
    text-decoration: none;
    list-style: none;
}
input, button, select, textarea {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    font: inherit;
    outline: none;
}
.disPC {
    display: block !important;
}
.disPcFlex {
    display: flex !important;
}
.disSP,.disSpFlex {
    display: none !important;
}
@media screen and (max-width: 594px) {
    .disPC,.disPcFlex {
        display: none !important;
    }
    .disSP {
        display: block !important;
    }
    .disSpFlex {
        display: flex !important;
    }
}
/* reset  end */

/* header start */
header {
    padding: 15px 3.47% 15px 1.19%;
}
header .header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .left {
    /* width: 8.63%; */
    width: 116px;
}
header .left img {
    width: 100%;
}
header .right,
header ul {
    display: flex;
    align-items: center;
    gap: 40px;
}
header ul {
    
}
header a {
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
header .banner-menu a {
    padding-bottom: 9px;
}
header .banner-menu a::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #C1A684;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
header .btn-inquiry {
    width: 170px;
    height: 50px;
    line-height: 50px;
    padding-left: 53px;
    border-radius: 8px;
    box-sizing: border-box;
    font-weight: 600;
    color: #fff !important;
    background-color: #C1A684;
    background-image: url(../img/pc/icon_email.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 24px;
}
@media screen and (min-width: 595px) {
    .index-main header {
        position: absolute;
        width: 100%;
        z-index: 20;
        background: transparent;
        transition: background-color 0.2s ease, box-shadow 0.2s ease;
    }
    .index-main.header-sticky header {
        position: fixed;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }
}
@media (any-hover: hover) {
    header a:hover {
        opacity: .7;
    }
}
@media screen and (max-width: 1000px) {
    header {
        padding: 15px 2%;
    }
    header .left {
        width: 8.63%;
    }
    header .right, 
    header ul {
        gap: 20px;
    }
    header a {
        font-size: 14px;
    }
}
@media screen and (max-width: 594px) {
    header {
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
    }
    header .header-main {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        min-height: 100vh;
        /* display: block; */
        background: #fff;
        display: none;
        padding: 0 20px;
        box-sizing: border-box;
        z-index: 12;
    }
    header .header-main.show {
        display: block;
    }
    header .left {
        width: 20.2%;
        padding-top: 20px;
    }
    header .right, 
    header ul {
        display: block;
    }
    header a {
        font-size: 18px;
    }
    header .banner-menu li {
        border-bottom: 1px solid #C1A684;
    }
    header .banner-menu a {
        text-align: center;
        padding: 20px 0;
    }
    header .banner-menu a::before {
        content: none;
    }
    header .btn-inquiry {
        width: 60%;
        min-width: 116px;
        height: 60px;
        line-height: 60px;
        margin: 0 auto;
        margin-top: 20px;
        text-align: center;
        padding-left: 30px;
    }
    header .btn-menu {
        display: block;
        position: fixed;
        right: 20px;
        top: 20px;
        cursor: pointer;
        width: 16px;
        height: 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        display: none;
        z-index: 13;
    }
    header .btn-menu.show {
        display: flex;
    }
    header .btn-menu span {
        display: block;
        width: 20px;
        height: 2px;
        background: #C1A684;
    }
    header .btn-menu.menu-close span {
        width: 2px;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        transform: rotate(45deg);
    } 
    header .btn-menu.menu-close span:last-child {
        top: 0;
        transform: rotate(-45deg);
    } 
}
/* header end */
.white-icon {
    position: absolute;
}
.index-main .person-part .white-icon.icon_1 {
    width: 40%;
    left: 80%;
    top: 88%;
    height: auto;
}
.index-main .person-part .white-icon.icon_2 {
    width: 44%;
    top: -86%;
    left: 85%;
    height: auto;
}
.index-main .person-part .white-icon.icon_3 {
    width: 35%;
    top: -15%;
    left: -19%;
    height: auto;
}
.index-main .person-part .white-icon.icon_4 {
    width: 52%;
    top: -8%;
    left: -26%;
    height: auto;
}
.index-main .person-part .white-icon.icon_5 {
    width: 28%;
    top: 81%;
    left: 83%;
    height: auto;
}
.index-main .person-part .white-icon.icon_6 {
    width: 68%;
    top: 90%;
    left: 69%;
    height: auto;
}
.index-main .person-part .white-icon.icon_7 {
    width: 81%;
    top: 84%;
    left: 65%;
    height: auto;
}
.index-main .tab-cont-list a {
    font-size: 14px;
}
.index-main .trouble .tab-cont-list a {
    font-size: 12px;
}
@media screen and (max-width: 594px) {
    .index-main .tab-cont-list a {
        font-size: 10px;
        letter-spacing: 0;
    }
}
/* main start */
main {
    background: #EFEAE3;
}
/* main end */

/* footer start */
footer {

}
footer .footer-main {
    padding: 57px 7.15% 25px 2.15%;
    background: #A38560;
}
footer .footer-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .left {
    width: 153px;
}
footer .left img {
    width: 100%;
}
footer .footer-menu {
    display: flex;
    align-items: center;
    gap: 40px;
}
footer .footer-menu a {
    color: #fff;
    font-weight: 600;
}
footer .footer-btm {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 80px;
}
@media screen and (max-width: 1000px) {
    footer .footer-main {   
        padding: 57px 4.5% 25px;
    }
    footer .left {
        width: 12.4%;
    }
    footer .footer-menu {
        gap: 20px;
    }
    footer .footer-menu a {
        font-size: 14px;
    }
}
@media screen and (max-width: 594px) {
    footer .footer-cont,
    footer .footer-menu {
        flex-direction: column;
    }
    footer .footer-menu {
        gap: 30px;
    }
    footer .footer-menu a {
        text-align: center;
    }
    footer .footer-main {
        padding: 60px 0 30px;
    }
    footer .left {
        width: 136px;
        margin: 0 auto 40px;
    }
    footer .footer-btm {
        margin-top: 61px;
        font-size: 12px;
        line-height: 18px;
    }
}
/* footer end */

