.page-showroom .m-hdg-05 {
    color: #000;
}

.button-more {
    display: flex;
    justify-content: center;
}
.button-more a {
    background-color: #fff;
    display: block;
    text-decoration: none;
    display: flex;
    justify-content: center;
}
.button-more span {
    display: block;
    color: #015bab;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}
.button-more a:hover span {
    color: #fff;
}
.button-more a.logo-search span {
    display: block;
}

.button-pdf {
    width: 100%;
}
.button-pdf a {
    display: block;
    line-height: 1.71;
    text-decoration: none;
    color: #000;
}
.button-pdf a:hover {
    background-color: #3db4d0;
    border-color: #3db4d0;
    color: #fff;
}
.button-pdf .m-icon.m-icon-pdf {
    display: none;
}

/* SECTION - VISUAL */
.section-visual .visual-main {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    z-index: 1;
}
.section-visual .main-title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
}
.section-visual span {
    display: block;
}
.section-visual .title-circle {
    display: block;
}
.section-visual .title-circle.color-pink .circle-text {
    background-color: #df74a5;
}
.section-visual .title-circle.color-yellow .circle-text {
    background-color: #e9bc46;
}
.section-visual .title-circle.color-blue .circle-text {
    background-color: #58a7ba;
}
.section-visual .circle-contain {
    position: relative;
    padding-top: 100%;
}
.section-visual .circle-text {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-weight: 700;
    line-height: 1.8;
}
.section-visual .main-detail {
    position: relative;
    z-index: 0;
    background: rgba(240, 245, 250, .85);
    font-weight: 700;
    text-align: center;
}

/* SECTION - INTRO */

.section-intro img {
    display: block;
}

/* SECTION - EXPLAIN */
.section-explain {
    background: #e5f2f8;
}
.section-explain .m-hdg-05 {
    position: relative;
    color: #015bab;
}
.section-explain .m-hdg-05::after {
    content: "";
    position: absolute;
    right: 0;
}
.section-explain .m-hdg-05 span {
    position: relative;
    z-index: 1;
}
.section-explain .m-hdg-05 span::after {
    content: "";
    background: #FFFF7B;
    position: absolute;
    z-index: -1;
}
.section-explain .list-item {
    display: flex;
    flex-wrap: wrap;
}
.section-explain .item-top,
.section-explain .item-bottom {
    width: 100%;
}
.section-explain .item-top {
    align-self: flex-start;
}
.section-explain .item-bottom {
    align-self: flex-end;
}
.section-explain .item-number {
    position: relative;
    color: #ffff7b;
    text-align: center;
    line-height: 1;
}
.section-explain .item-number::after {
    content: "";
    background: #fff;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.section-explain .is-large {
    width: 100%;
    display: block;
}
.section-explain .is-small {
    width: 100%;
    display: block;
}
.section-explain .item-title {
    background: #015bab;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.section-explain .content-detail {
    color: #666;
}
.section-explain .content-detail time {
    display: block;
}
.section-explain .content-link {
    display: flex;
    justify-content: center;
}
.section-explain .content-link a {
    background: #ffffc8;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    color: #015bab;
}
.section-explain .content-link a:hover {
    opacity: .8;
}
.section-explain .content-table li {
    display: flex;
    align-items: flex-start;
    background: url("/img/brand/showroom/showroom_bg_001.png") bottom left / auto auto repeat-x;
}
.section-explain .table-number {
    border-radius: 999px;
    background: #ffffc8;
    display: block;
    color: #015bab;
    text-align: center;
}
.section-explain .table-text {
    color: #666;
}

/* SECTION - CASE */
.section-case {
    background: #e5f2f8;
}
.section-case .case-thumbnail {
    margin: 0 auto;
}
.section-case .case-thumbnail img {
    width: 100%;
    display: block;
}
.visual-logo-site{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
}
.visual-logo-site .glb-content{
    text-align: right;
    font-size: 10px;
    color: #aaa;
    line-height: 13px;
    padding: 10px;
}
.visual-logo-site .glb-content figure{
    margin-left: 15px;
    display: inline-block;
}
@media print,screen and (min-width:769px) and (max-width:9999px) {

    .is-mb {
        display: none!important;
    }

    .page-showroom .m-hdg-05 {
        margin-bottom: 30px;
        font-size: 3.5rem;
        line-height: 1.4;
    }
    .section-visual.visual-showroom{
        margin-bottom: 100px;
    }
    .button-more a {
        background: #fff url("/img/brand/showroom/showroom_icon_002.png") center right 83px / 13px auto no-repeat;
        padding: 0px 119px 0 56px;
        border: 1px solid #015bab;
    }
    .button-more span {
        padding: 26px 0 25px 0;
        font-size: 2.4rem;
        letter-spacing: -.086em;
    }
    .button-more .logo-search span {
        background: url("/img/brand/showroom/showroom_icon_001.png") center left 0 / 47px auto no-repeat;
        padding-left: 59px;
    }
    .button-more a:hover {
        background: #015bab url("/img/brand/showroom/showroom_icon_002_hover.png") center right 83px / 13px auto no-repeat;
    }
    .button-more a.logo-search:hover span  {
        background: url("/img/brand/showroom/showroom_icon_001_hover.png") center left 0 / 47px auto no-repeat;
    }

    .button-pdf {
        margin: 12px 0 18px 0;
    }
    .button-pdf a {
        padding: 6px 0 6px 17px;
        background: #ecf5f8 url("/img/brand/showroom/showroom_icon_006.png") center right 10px / 26px auto no-repeat;
        border: 1px solid #58a7ba;
        font-size: 1.4rem;
        letter-spacing: -.04em;
    }



    /* SECTION - VISUAL */
    
    .section-visual .main-title {
        margin-bottom: -40px;
    }
    .section-visual .title-circle {
        width: 120px;
        padding: 9px;
    }
    .section-visual .circle-text {
        font-size: 2.7rem;
    }
    .section-visual .main-detail {
        padding: 41px 50px 39px 50px;
        font-size: 3rem;
        line-height: 1.75;
        letter-spacing: .1em;
    }
    .section-visual .main-detail span {
        letter-spacing: -.065em;
    }

    /* SECTION - INTRO */
    .section-intro {
        padding-bottom: 100px;
    }
    .section-intro .intro-main {
        display: flex;
        justify-content: space-between;
    }
    .section-intro .intro-detail {
        margin: -7px 0 0 0;
        padding: 0 0 0 40px;
        font-size: 1.6rem;
        line-height: 1.95;
        text-align: left;
    }
    .section-intro .intro-thumbnail {
        width: 374px;
        margin: 0 -9px 0 0;
    }
    .section-intro img {
        width: 100%;
    }
    .section-intro .button-more a {
        margin: 20px 0 0 0;
    }
    

    /* SECTION - EXPLAIN */
    .section-explain {
        padding: 87px 0 100px 0;
    }
    .section-explain .m-hdg-05::after {
        width: 104px;
        height: 150px;
        margin-right: 39px;
        background: url("/img/brand/showroom/showroom_exp_001.png") top center / 104px auto no-repeat;
        top: -46px;
    }
    .section-explain .m-hdg-05 span::after {
        height: 13px;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .section-explain .button-more a {
        width: 100%;
        text-align: center;
    }
    .section-explain .explain-list {
        margin-top: -30px;
    }
    .section-explain .list-contain {
        margin: -20px -30px;
        display: flex;
    }
    .section-explain .list-item {
        width: 50%;
        flex: 1 0 auto;
        padding: 20px;
    }
    .section-explain .item-number {
        margin-bottom: -24px;
        padding: 24px 0 15px 0;
        background: url("/img/brand/showroom/showroom_exp_002.png") top center / 189px auto no-repeat;
    }
    .section-explain .item-number::after {
        width: 36px;
        height: 1px;
    }
    .section-explain .is-large {
        font-size: 2.6rem;
    }
    .section-explain .is-small {
        margin-top: 5px;
        font-size: 1.4rem;
    }
    .section-explain .item-title {
        padding: 39px 0 27px 0;
        font-size: 2.4rem;
        line-height: 1.375;
    }
    .section-explain .item-content {
        margin: 21px 0 0 0;
    }
    .section-explain .content-detail {
        min-height: 87px;
        margin-bottom: 40px;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.8125;
    }
    .section-explain .content-detail time {
        font-size: 1.2rem;
    }
    .section-explain .content-link a {
        width: 300px;
        padding: 11px 0 10px 0;
        border-radius: 999px;
        border: 1px solid #015bab;
        font-size: 1.7rem;
        letter-spacing: -.04em;
    }
    .section-explain .content-table ul {
        margin-bottom: 30px;
    }
    .section-explain .content-table li {
        padding: 0 15px;
    }
    .section-explain .table-number {
        width: 25px;
        height: 25px;
        margin-top: 21px;
        border: 1px solid #015bab;
        font-size: 1.6rem;
        line-height: 1.3125;
    }
    .section-explain .table-text {
        padding: 15px 0 3px 10px;
        font-size: 2rem;
        letter-spacing: -.085em;
    }
    .section-explain .button-more a {
        padding-left: 25px;
        padding-right: 0;
        background: #fff;
    }
    .section-explain .button-more span {
        padding-left: 0;
        padding-right: 25px;
        background: url("/img/brand/showroom/showroom_icon_002.png") center right 0 / 13px auto no-repeat;
        letter-spacing: -.13em;
    }
    .section-explain .button-more .logo-search span {
        padding-left: 59px;
        padding-right: 48px;
        margin-left: -55px;
        background: url("/img/brand/showroom/showroom_icon_002.png") center right 0 / 13px auto no-repeat,
            url("/img/brand/showroom/showroom_icon_001.png") center left 0 / 47px auto no-repeat;
    }
    .section-explain .button-more a:hover {
        background: #015bab;
    }
    .section-explain .button-more a:hover span {
        background: url("/img/brand/showroom/showroom_icon_002_hover.png") center right 0 / 13px auto no-repeat;
    }
    .section-explain .button-more .logo-search:hover span {
        background: url("/img/brand/showroom/showroom_icon_002_hover.png") center right 0 / 13px auto no-repeat,
            url("/img/brand/showroom/showroom_icon_001_hover.png") center left 0 / 47px auto no-repeat;
    }


    /* SECTION - CHECK */
    .section-check {
        padding: 100px 0 100px 0;
    }
    .section-check .button-more a {
        margin: 20px -53px 0 0;
    }

    /* SECTION - CASE */
    .section-case {
        padding: 50px 0 100px 0;
    }
    .section-case .case-thumbnail {
        width: 318px;
    }
    .section-case .case-thumbnail img {
        margin: -10px 0 20px 0;
    }
    .section-case .a-center {
        margin-top: 17px;
    }

    /* SECTION - REMODEL */
    .section-remodel {
        padding: 0 0 120px 0;
    }
    .section-remodel .button-more a {
        margin: 20px -53px 0 0;
    }

    /* SECTION - COMMITMENT */
    .section-commitment {
        padding-bottom: 140px;
    }

}

@media print,screen and (min-width:769px) and (max-width:9999px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .section-visual{
        margin-bottom: 140px;
    }
    .button-more span {
        padding: 29px 0 22px 0;
    }

    .button-pdf a {
        padding: 9px 0 3px 17px;
    }

    .section-explain .m-hdg-05 span::after {
        bottom: 20px;
    }

    .section-visual .circle-text {
        padding-top: 10px;
    }

    .section-explain .content-link a {
        padding: 14px 0 7px 0;
    }

    .section-explain .table-number {
        line-height: 1.6125;
    }

    .section-explain .table-text {
        padding: 18px 0 0 10px;
    }


}

@media print,screen and (min-width:0px) and (max-width:768px) {

    .is-pc {
        display: none!important;
    }
    .section-visual .visual-main {
        bottom: -8rem;
    }
    .page-showroom .glb-content {
        padding: 1.2rem .75rem 0;
    }
    .visual-logo-site .glb-content{
        line-height: 11px;
        padding: 6px 10px !important;
        font-size: 8px;
    }

    .page-showroom .m-hdg-05 {
        margin-bottom: 2.7rem;
        font-size: 2rem;
        line-height: 1.45;
    }

    .button-more a {
        width: 80%;
        background: #fff url("/img/brand/showroom/showroom_icon_002.png") center right .95rem / .65rem auto no-repeat;
        padding: 1rem 2rem;
        border: 1px solid #015bab;
    }
    .button-more span {
        width: 100%;
        padding: 1.3rem 0 1.25rem 0;
        font-size: 1.4rem;
        letter-spacing: -.086em;
        text-align: center;
    }
    .button-more a.logo-search span {
        width: auto;
        background: url("/img/brand/showroom/showroom_icon_001.png") center left 0 / 2.35rem auto no-repeat;
        margin: 0 auto;
        padding-left: 2.9rem;
        position: relative;
        left: -.6rem;
        line-height: 1.2;
        text-align: center;
    }
    .button-more a:hover {
        background: #015bab url("/img/brand/showroom/showroom_icon_002_hover.png") center right .95rem / .65rem auto no-repeat;
    }
    .button-more a.logo-search:hover span {
        background: url("/img/brand/showroom/showroom_icon_001_hover.png") center left 0 / 2.35rem auto no-repeat;
    }

    .button-pdf {
        margin: 1.7rem 0 1.85rem 0;
    }
    .button-pdf a {
        padding: .6rem 0 .7rem 1.8rem;
        background: #ecf5f8 url("/img/brand/showroom/showroom_icon_006.png") center right 1rem / 2.75rem auto no-repeat;
        border: .05rem solid #58a7ba;
        font-size: 1.5rem;
        letter-spacing: -.04em;
    }



    /* SECTION - VISUAL */
    .visual-showroom {
        margin-bottom: 11.5rem;
    }
    .section-visual .main-detail {
        width: 89.33%;
        padding: 1.25rem 0 2.35rem 0;
        font-size: 1.8rem;
        line-height: 2.42;
        letter-spacing: .1em;
    }
    .section-visual .main-detail span {
        line-height: 1;
        letter-spacing: -.065em;
    }
    .section-visual .main-title {
        margin-bottom: -1.75rem;
    }
    .section-visual .title-circle {
        width: 5.25rem;
        padding: .4rem;
    }
    .section-visual .circle-text {
        font-size: 1.2rem;
    }

    /* SECTION - INTRO */
    .section-intro {
        padding-bottom: 5.7rem;
    }
    .section-intro .intro-detail {
        margin: -.65rem 0 2.15rem 0;
        font-size: 1.4rem;
        line-height: 1.93;
        text-align: center;
    }
    .section-intro .intro-thumbnail {
        width: 26rem;
        margin: 0 auto;
    }
    .section-intro .button-more {
        margin: 3rem 0 0 0;
    }

    /* SECTION - EXPLAIN */
    .section-explain {
        padding: 3.2rem 0 4.8rem 0;
    }
    .section-explain .m-hdg-05 {
        margin-bottom: 2.95rem;
    }
    .section-explain .m-hdg-05::after {
        width: 5.2rem;
        height: 7.5rem;
        margin-right: 2rem;
        top: -.7rem;
        background: url("/img/brand/showroom/showroom_exp_001.png") top center / 100% auto no-repeat;
    }
    .section-explain .m-hdg-05 span::after {
        height: .7rem;
        right: -.2rem;
        bottom: 0;
        left: -.35rem;
    }
    .section-explain .list-contain {
        margin: -2.4rem 0;
    }
    .section-explain .list-item {
        padding: 2.4rem 3.3%;
    }
    .section-explain .item-number {
        margin-bottom: -1.5rem;
        padding: 1.65rem 0 1rem 0;
        background: url("/img/brand/showroom/showroom_exp_002.png") top center / 13.35rem auto no-repeat;
    }
    .section-explain .item-number::after {
        width: 2.55rem;
        height: .05rem;
    }
    .section-explain .is-large {
        font-size: 1.85rem;
    }
    .section-explain .is-small {
        margin-top: .45rem;
        font-size: .95rem;
    }
    .section-explain .item-title {
        padding: 2.55rem 0 2.1rem 0;
        font-size: 1.7rem;
        line-height: 1.382;
        letter-spacing: -.08em;
    }
    .section-explain .item-content {
        margin: 1.55rem 0 0 0;
    }
    .section-explain .content-detail {
        margin-bottom: 3rem;
        font-size: 1.6rem;
        line-height: 1.78;
        letter-spacing: -.055em;
        text-align: justify;
    }
    .section-explain .content-detail time {
        font-size: 1.4rem;
    }
    .section-explain .content-link a {
        width: 21.35rem;
        padding: .8rem 0;
        border: 1px solid #015bab;
        border-radius: 1rem;
        font-size: 1.6rem;
        letter-spacing: -.04em;
    }
    .section-explain .content-table ul {
        margin-bottom: 1.5rem;
    }
    .section-explain .content-table li {
        padding: 0 2.9%;
    }
    .section-explain .table-number {
        width: 2.3rem;
        height: 2.3rem;
        flex: 0 0 auto;
        margin: 1.55rem 0 .4rem 0;
        border: 1px solid #015bab;
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .section-explain .table-text {
        padding: 1.25rem 0 .15rem .7rem;
        font-size: 1.6rem;
        letter-spacing: -.18em;
    }
    .section-explain .item-bottom {
        margin-top: 1.4rem;
    }

    /* SECTION - CHECK */
    .section-check {
        padding: 3.35rem 0 4.95rem 0;
    }
    .section-check .button-more a {
        margin: 4.5rem 0 0 0;
    }

    /* SECTION - CASE */
    .section-case {
        padding: 3.35rem 0 5rem 0;
    }
    .section-case .case-thumbnail {
        width: 15.9rem;
    }
    .section-case .case-thumbnail img {
        margin: 0 0 2.825rem 0;
    }
    .section-case .list-item {
        position: relative;
    }
    .section-case .item-bar {
        width: 10.67vw;
        height: 10.67vw;
        padding: 2.6vw 0 0 0;
        border-radius: 49.95rem;
        position: absolute;
        top: 2.3rem;
        left: 0;
        font-size: .7rem;
        line-height: 1;
        text-align: center;
    }
    .section-case .bar-number {
        margin-top: .25rem;
        display: block;
        font-size: 1.2rem;
        line-height: 1;
    }
    .section-case .list-general {
        display: flex;
        justify-content: center;
    }
    .section-case .list-general .list-contain {
        margin: 0 0 -.45rem 0;
    }
    .section-case .list-general .list-item {
        padding: 0 0 .8rem 15vw;
    }
    .section-case .list-general .item-description {
        margin: 0 0 0 0;
        padding: 1rem 0 .3rem 0;
        justify-content: flex-start;
    }
    .section-case .list-general .item-description span {
        padding: 0;
        background: none;
        white-space: nowrap;
        font-size: 1.4rem;
        line-height: 1;
        text-align: left;
    }
    .section-case .list-general .item-title {
        font-size: 1.9rem;
        line-height: 1.315;
        text-align: left;
    }
    .section-case .a-center {
        width: 93%;
        margin: 2.7rem auto 0 auto;
    }

    /* SECTION - REMODEL */
    .section-remodel {
        padding: 0 1rem 8rem 1rem;
    }
    .section-remodel .m-hdg-05 {
        margin-bottom: 1.7rem;
    }
    .section-remodel .m-list_content {
        margin: -.4rem;
    }
    .section-remodel .button-more a {
        margin: 2.4rem 0 0 0;
    }

    /* SECTION - COMMITMENT */
    .section-commitment {
        padding: 0 1rem 8.8rem 1rem;
    }
    .section-commitment .m-hdg-05 {
        margin-bottom: 1.8rem;
    }
    .section-commitment .m-list_content {
        margin: -.25rem;
    }
    .section-commitment .a-center {
        margin: 1.7rem -.2rem 0 -.3rem;
    }

    /* SECTION - SHOWROOM */
    .section-showroom {
        padding-bottom: 10rem;
    }
    .section-showroom .m-box-showroom-03 {
        margin: 0 .8rem 0 .7rem;
    }

}