@charset "UTF-8";
/*==============================================
information
==============================================*/
body {
    background: #f7f6f6;
}

.information{
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    padding: 210px 40px 130px;
}

.information h1{
    margin-left: 4%;
}

.information h1 span{
    font-size: 6.0rem;
    font-weight: bold;
    line-height: 1;
    display: block;
}

.information h1 small{
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1;
    display: block;
    margin-top: 11px;
}

.information .infoCnt{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 100px 0 0 4%;
}

.information .infoCnt .infoList{
    width: 74.5833%;
}

.information .infoCnt .infoList ul li a{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid #e4e0df;
    position: relative;
}

.information .infoCnt .infoList ul li a::before{
    content: "";
    width: 45px;
    height: 33px;
    border-bottom: 2px solid #634f45;
    position: absolute;
    bottom: -1px;
    right: 0;
    background: url("../img/common/arrow03.svg") no-repeat center top;
}

.information .infoCnt .infoList ul li .date{
    font-size: 1.4rem;
    font-weight: 500;
    width: 13.17%;
}

.information .infoCnt .infoList ul li .imgArea{
    width: 21.0056%;
    aspect-ratio: 188 / 110;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 4.4693%;
}

.information .infoCnt .infoList ul li .imgArea img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.information .infoCnt .infoList ul li .imgArea{
    width: 21.0056%;
    aspect-ratio: 188 / 110;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 4.4693%;
}

.information .infoCnt .infoList ul li .txtArea{
    width: 56.98%;
    font-size: 1.4rem;
    font-weight: 500;
}

.information .infoCnt .infoList ul li .txtArea .cat{
    padding: 6px 20px 9px;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: var(--fontfamily-sans-serif);
    line-height: 1;
    background: #fff;
    display: table;
    margin-bottom: 7px;
}

.information .infoCnt .catList{
    width: 17.6%;
    background: #634f45;
    border-radius: 20px;
    padding: 22px 0 32px;
    z-index: 100;
}

.information .infoCnt .catList h2{
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #b1a7a2;
    margin-bottom: 28px;
}

.information .infoCnt .catList ul{
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 0 26px;
}

.information .infoCnt .catList ul li a{
    font-size: 1.2rem;
    font-weight: 500;
    font-family: var(--fontfamily-sans-serif);
    color: #fff;
    line-height: 1;
    padding-left: 24px;
    position: relative;
}

.information .infoCnt .catList ul li a::before{
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 7px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #b1a7a2;
}

.information .infoCnt .catList ul li.active a::before{
    width: 10px;
    height: 10px;
    background: #634f45;
    border: 2px solid #b1a7a2;
}


@media screen and (max-width: 1024px) {


.information{
    padding: 28vw 6.67vw 17.33vw;
}

.information h1{
    margin-left: 0;
}

.information h1 span{
    font-size: 10.67vw;
}

.information h1 small{
    font-size: 3.6vw;
    margin-top: 1.467vw;
}

.information .infoCnt{
    flex-direction: column-reverse;
    margin: 13.33vw 0 0 0;
}

.information .infoCnt .infoList{
    width: 100%;
}

.information .infoCnt .infoList ul li a{
    padding: 5vw 0;
    flex-wrap: wrap;
    align-items: flex-start;
}

.information .infoCnt .infoList ul li a::before{
    display: none;
}

.information .infoCnt .infoList ul li .date{
    font-size: 3.2vw;
    margin: 0 0 2vw;
    width: 100%;
}

.information .infoCnt .infoList ul li .imgArea{
    width: 30%;
    border-radius: 1.2vw;
}

.information .infoCnt .infoList ul li .txtArea{
    width: calc(70% - 4.4693%);
    font-size: 3.2vw;
}

.information .infoCnt .infoList ul li .txtArea .cat{
    padding: 1.2vw 2.67vw;
    font-size: 3vw;
    margin-bottom: 1.4vw;
}

.information .infoCnt .catList{
    width: 100%;
    border-radius: 2.67vw;
    padding:2.933vw 0 4.267vw;
    margin-bottom: 4vw;
}

.information .infoCnt .catList h2{
    font-size: 3.4vw;
    padding-bottom: 2.67vw;
    margin-bottom: 3vw;
}

.information .infoCnt .catList ul{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 2.67vw;
    padding: 0 3.467vw;
}

.information .infoCnt .catList ul li a{
    font-size: 3vw;
    padding: 0 0 0.5vw 3.6vw;
}

.information .infoCnt .catList ul li a::before{
    width: 2.8vw;
    height: 2.8vw;
    border-radius: 1.4vw;
}

.information .infoCnt .catList ul li.active a::before{
    width: 2.267vw;
    height: 2.267vw;
    border: 0.533vw solid #b1a7a2;
}

}