:root {
    --c-TresNavy: hsl(216 100% 22%);
    --c-TresBlue: hsl(206 100% 32.4%);
    --c-TresLightBlue: hsl(210 76.9% 74.5%);
    --c-TresTypeGray: hsl(15 4.7% 16.9%);
    --c-agent: hsl(50 25% 47.1%);
    --c-sell: var(--c-TresBlue);
    --c-leasing: hsl(0 0% 46.7%);
    --c-consulting: var(--c-TresBlue);
    --c-planting: var(--c-TresBlue);
    --c-TresNavy45: hsla(216 100% 22% / 0.45);
    --c-TresBlue45: hsla(206 100% 32.4% / 0.45);
    --c-grad_3: hsl(209 72.1% 57.8%);
    --c-grad_3_45: hsla(209 72.1% 57.8% / 0.45);
    --c-error: hsl(0 100% 45.1%);
    --c-Black: hsl(0 0% 0%);
    --c-black: hsl(0 0% 20%);
    --c-White: hsl(0 0% 100%);
    --c-white: hsl(0 0% 100%);
    --c-text: hsl(0 0% 20%);
    --c-grayEB: hsl(0 0% 92.2%);
    --c-dummy: hsl(0 0% 85%);
    --c-pink: hsl(300 100% 50%);
    --fvRightW: 72px;
    --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
    --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
    --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
    --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
    --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
    --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
    --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
    --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
    --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
    --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
    --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
    --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
    --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
    --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
    --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

main .fv {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 839px) {
    main .fv {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
main .fv .bg_blend {
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
    width: 500px;
    height: 110px;
    background-color: var(--c-TresNavy);
    position: absolute;
    right: 0;
    bottom: 100px;
}
@media screen and (max-width: 839px) {
    main .fv .bg_blend {
        width: 12vw;
        height: 112px;
        bottom: calc(6vw + 20px);
    }
}
main .fv .photo {
    width: calc(100vw - var(--fvRightW));
    height: 100vh;
    height: 100svh;
    position: relative;
}
@media screen and (max-width: 839px) {
    main .fv .photo {
        width: 100%;
        height: 100%;
    }
}
main .fv .photo .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 40px;
}
@media screen and (max-width: 1139px) {
    main .fv .photo .container {
        top: 30px;
        bottom: 30px;
    }
}
@media screen and (max-width: 839px) {
    main .fv .photo .container {
        top: calc(60px + 6vw);
        bottom: 6vw;
        right: 6vw;
    }
}
main .fv .photo .container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
}
@media screen and (max-width: 839px) {
    main .fv .photo .container img.img_pc {
        display: none;
    }
}
main .fv .photo .container img.img_mb {
    display: none;
}
@media screen and (max-width: 839px) {
    main .fv .photo .container img.img_mb {
        display: block;
    }
}
main .fv .copyright {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
@media screen and (max-width: 839px) {
    main .fv .copyright {
        display: none;
    }
}
main .fv .copyright .text {
    -ms-grid-column-align: center;
        justify-self: center;
    font-size: 11px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: var(--c-white);
    text-align: center;
    -webkit-writing-mode: sideways-lr;
        -ms-writing-mode: sideways-lr;
            writing-mode: sideways-lr;
}
main .fv .copyright .text span {
    font-weight: 500;
}
main .fv .page_title {
    padding: 20px 130px 46px 20px;
    position: absolute;
    right: 0;
    bottom: 100px;
}
@media screen and (max-width: 839px) {
    main .fv .page_title {
        padding: 20px 12vw 20px 20px;
        bottom: calc(40px + 6vw);
    }
}
main .fv .page_title .bg_shape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    mix-blend-mode: multiply;
    overflow: hidden;
}
main .fv .page_title .bg_shape img {
    rotate: -45deg;
}
main .fv .page_title .bg_shape svg {
    stroke: var(--c-TresNavy);
    rotate: -45deg;
}
main .fv .page_title .bg_shape {
    position: absolute;
    inset: 0;
}
main .fv .page_title h1 {
    font-family: "Red Hat Display", sans-serif;
    font-size: 44px;
    line-height: 1em;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: var(--c-white);
    position: relative;
}
main .fv .page_title h1 span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main .fv .page_title h1 {
        font-size: 38px;
    }
}
@media screen and (max-width: 639px) {
    main .fv .page_title h1 {
        font-size: 32px;
    }
}
main .fv.bgBlueHide .bg_blend {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    background-color: transparent;
}
main .fv.fadeElem .photo {
    opacity: 0;
}
main .fv.fadeElem .photo .container {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
main .fv.fadeElem .photo .container img {
    scale: 1.1;
}
main .fv.fadeElem .copyright {
    opacity: 0;
}
main .fv.fadeElem .page_title .bg_shape {
    opacity: 0;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
main .fv.fadeElem .page_title h1 {
    opacity: 0;
    translate: 0 15px;
}
main .fv.fadeIn .photo {
    -webkit-transition: opacity 1s 0.05s;
    transition: opacity 1s 0.05s;
    opacity: 1;
}
main .fv.fadeIn .photo .container {
    -webkit-transition: clip-path 1s var(--easeOutQuart);
    transition: clip-path 1s var(--easeOutQuart);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
main .fv.fadeIn .photo .container img {
    -webkit-transition: scale 1s 0.05s;
    transition: scale 1s 0.05s;
    scale: 1;
}
main .fv.fadeIn .copyright {
    -webkit-transition: opacity 0.6s 0.4s;
    transition: opacity 0.6s 0.4s;
    opacity: 1;
}
main .fv.fadeIn .page_title .bg_shape {
    -webkit-transition: opacity 1s 0.4s, clip-path 1s var(--easeOutQuart) 0.4s;
    transition: opacity 1s 0.4s, clip-path 1s var(--easeOutQuart) 0.4s;
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
main .fv.fadeIn .page_title h1 {
    -webkit-transition: opacity 0.6s 1s, translate 0.6s var(--easeOutQuart) 1s;
    transition: opacity 0.6s 1s, translate 0.6s var(--easeOutQuart) 1s;
    opacity: 1;
    translate: 0 0;
}
main .news {
    margin-top: 150px;
    margin-inline: auto;
    width: 1000px;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main .news {
        margin-top: 115px;
        width: 88vw;
    }
}
@media screen and (max-width: 639px) {
    main .news {
        margin-top: 80px;
    }
}
main .news .news_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 40px;
}
@media screen and (max-width: 1139px) {
    main .news .news_ul {
        row-gap: 35px;
    }
}
@media screen and (max-width: 639px) {
    main .news .news_ul {
        row-gap: 30px;
    }
}
main .news .news_ul li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
}
main .news .news_ul li .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 110px 1fr;
    grid-template-columns: 110px 1fr;
    color: var(--c-black);
}
@media screen and (max-width: 1139px) {
    main .news .news_ul li .container {
        -ms-grid-columns: 102px 1fr;
        grid-template-columns: 102px 1fr;
    }
}
@media screen and (max-width: 639px) {
    main .news .news_ul li .container {
        -ms-grid-columns: 94px 1fr;
        grid-template-columns: 94px 1fr;
    }
}
main .news .news_ul li .container .date {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: 400;
}
main .news .news_ul li .container .date span {
    font-weight: 400;
}
@media screen and (max-width: 1139px) {
    main .news .news_ul li .container .date {
        font-size: 15.5px;
    }
}
@media screen and (max-width: 639px) {
    main .news .news_ul li .container .date {
        font-size: 15px;
    }
}
main .news .news_ul li .container .category {
    -ms-grid-column-align: start;
        justify-self: start;
}
main .news .news_ul li .container .category .item {
    padding: 6.5px 10px;
    position: relative;
}
main .news .news_ul li .container .category .item::before {
    content: "";
    display: inline-block;
    background-color: var(--c-TresBlue);
    position: absolute;
    inset: 0;
}
main .news .news_ul li .container .category .item .text {
    margin-right: -0.05em;
    font-size: 11px;
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: var(--c-white);
    text-align: center;
    translate: 0 0.05em;
    position: relative;
}
main .news .news_ul li .container .category .item .text span {
    font-weight: 400;
}
main .news .news_ul li .container .title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    padding-top: 20px;
}
main .news .news_ul li .container .title a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    display: inline-block;
}
@media screen and (max-width: 639px) {
    main .news .news_ul li .container .title a {
        display: inline;
    }
}
main .news .news_ul li .container .title a h3 {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 18px;
    line-height: 1.65em;
    letter-spacing: 0.05em;
    font-weight: 600;
}
main .news .news_ul li .container .title a h3 span {
    font-weight: 600;
}
@media screen and (max-width: 1139px) {
    main .news .news_ul li .container .title a h3 {
        font-size: 17px;
        line-height: 1.6em;
    }
}
@media screen and (max-width: 639px) {
    main .news .news_ul li .container .title a h3 {
        font-size: 16px;
        line-height: 1.55em;
    }
}
@media screen and (min-width: 1023px) {
    main .news .news_ul li .container .title a:hover {
        color: var(--c-TresBlue);
    }
}
main .news .news_ul li .btn {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    margin-left: 20px;
}
main .news .news_ul li .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main .news .news_ul li .btn a {
        width: 35px;
        height: 35px;
    }
}
@media screen and (max-width: 639px) {
    main .news .news_ul li .btn a {
        width: 30px;
        height: 30px;
    }
}
main .news .news_ul li .btn a::before {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    content: "";
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--c-TresNavy);
    background-color: transparent;
    position: absolute;
    inset: 0;
}
main .news .news_ul li .btn a .arrow {
    -webkit-transition: translate 0.5s var(--easeOutQuart);
    transition: translate 0.5s var(--easeOutQuart);
    position: relative;
}
main .news .news_ul li .btn a .arrow svg {
    -webkit-transition: stroke 0.3s;
    transition: stroke 0.3s;
    fill: none;
    stroke-width: 1px;
    stroke: var(--c-TresNavy);
}
@media screen and (max-width: 839px) {
    main .news .news_ul li .btn a .arrow svg.svg_pc {
        display: none;
    }
}
main .news .news_ul li .btn a .arrow svg.svg_mb {
    display: none;
}
@media screen and (max-width: 839px) {
    main .news .news_ul li .btn a .arrow svg.svg_mb {
        display: block;
    }
}
@media screen and (min-width: 1023px) {
    main .news .news_ul li .btn a:hover::before {
        background-color: var(--c-TresNavy);
    }
}
@media screen and (min-width: 1023px) {
    main .news .news_ul li .btn a:hover .arrow {
        translate: 2px 0;
    }
}
@media screen and (min-width: 1023px) {
    main .news .news_ul li .btn a:hover .arrow svg {
        stroke: var(--c-white);
    }
}
main .news .news_ul li .line {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin-top: 30px;
    width: 100%;
    height: 1px;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main .news .news_ul li .line {
        margin-top: 25px;
    }
}
@media screen and (max-width: 639px) {
    main .news .news_ul li .line {
        margin-top: 20px;
    }
}
main .news .news_ul li .line::before {
    content: "";
    display: inline-block;
    background-image: linear-gradient(to right, var(--c-black), var(--c-black) 1px, transparent 1px, transparent 3px);
    background-size: 3px 1px;
    background-position: left top;
    background-repeat: repeat-x;
    position: absolute;
    inset: 0;
}
/*# sourceMappingURL=style.css.map */