﻿
.home-container-pc > .area10 {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-container-pc > .area10 > .reflection-box {
    height: 39.609cqh;
}

.home-container-pc > .area10 > .reflection-box > p {
    font-size: 13.505cqw;
    line-height: 16.54cqh;
    position: relative;
    left: 0px;
}

.home-container-pc > .area10 > .reflection-box > p:nth-child(1) {
    color: #ffffff;
    top: 0px;
    z-index: 3;
}

.home-container-pc > .area10 > .reflection-box > p:nth-child(2) {
    color: #313131;
    top: -46px;
    z-index: 2;
}

.home-container-pc > .area10 > .reflection-box > p:nth-child(3) {
    color: #0c0c0c;
    top: -92px;
    z-index: 1;
}

.home-container-pc > .area10 > .footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.home-container-pc > .area10 > .footer > .phone {
    color: #ffb800;
    font-size: 3.918cqh;
    line-height: 5.767cqh;
}

.home-container-pc > .area10 > .footer > .address {
    width: 55.714cqh;
    color: #c2c2c2;
    font-size: 3.918cqh;
    line-height: 5.767cqh;
    margin-top: 10px;
}

.home-container-pc > .area10 > .footer > .icon-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.home-container-pc > .area10 > .footer > .icon-box > div > a {
    display: block;
    pointer-events: auto;
}

.home-container-pc > .area10 > .footer > .icon-box > div > a > img:nth-child(1) {

}

.home-container-pc > .area10 > .footer > .icon-box > div > a > img:nth-child(2) {
    display: none;
}

.home-container-pc > .area10 > .footer > .icon-box > div > a:hover > img:nth-child(1) {
    display: none;
}

.home-container-pc > .area10 > .footer > .icon-box > div > a:hover > img:nth-child(2) {
    display: block;
}

.home-container-pc > .area10 > .footer > img.logo {
    width: 11.479cqw;
    margin-top: 30px;
}

.home-container-pc > .area10 > .footer > p.to-top {
    color: #505050;
    cursor: pointer;
    font-size: 1.742cqh;
    line-height: 1.741cqh;
    margin-top: 20px;
    pointer-events: auto;
}