@font-face {
    font-family: "Kontrapunkt Bob";
    src: url("kontrapunktbob-bold.woff2") format("woff2"), url("kontrapunktbob-bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Public Sans";
    src: url("publicsans-italic.woff2") format("woff2"), url("publicsans-italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Kontrapunkt Miki";
    src: url("kontrapunktmiki-extrabold.woff2") format("woff2"), url("kontrapunktmiki-extrabold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Letter Gothic Std";
    src: url("lettergothicstd-bold.woff2") format("woff2"), url("lettergothicstd-bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Public Sans";
    src: url("publicsans-bold.woff2") format("woff2"), url("publicsans-bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Kontrapunkt Miki";
    src: url("kontrapunktmiki-regular.woff2") format("woff2"), url("kontrapunktmiki-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Public Sans";
    src: url("publicsans-light.woff2") format("woff2"), url("publicsans-light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Public Sans";
    src: url("publicsans-lightitalic.woff2") format("woff2"), url("publicsans-lightitalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Public Sans";
    src: url("publicsans-regular.woff2") format("woff2"), url("publicsans-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Public Sans";
    src: url("publicsans-semibold.woff2") format("woff2"), url("publicsans-semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Public Sans";
    src: url("publicsans-semibolditalic.woff2") format("woff2"), url("publicsans-semibolditalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Kontrapunkt Bob";
    src: url("kontrapunktbob.woff2") format("woff2"), url("kontrapunktbob.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Dallas;
    src: url("dallas-bold.woff2") format("woff2"), url("dallas-bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Graphik;
    src: url("graphik-medium.woff2") format("woff2"), url("graphik-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Public Sans";
    font-style: normal;
    font-weight: 300;
    font-size: 1.25vw;
    color: rgb(0, 0, 0);
    letter-spacing: 0.062vw;
    line-height: 1.84;
    z-index: 0;
    position: relative;
}

h1 {
    font-family: "Kontrapunkt Miki";
    font-style: normal;
    font-weight: normal;
    font-size: 7.708vw;
    color: rgb(0, 0, 0);
    letter-spacing: -0.4vw;
    line-height: 0.88;
}

h1 span {
    padding-left: 1vw;
}

h1>span {
    padding-left: 0px;
}

h2 {
    font-family: "Kontrapunkt Miki";
    font-style: normal;
    font-weight: normal;
    font-size: 5.208vw;
    color: rgb(0, 0, 0);
    letter-spacing: -0.126vw;
    line-height: 1;
    text-transform: lowercase;
}

h3 {
    font-family: "Kontrapunkt Bob";
    font-style: normal;
    font-weight: normal;
    font-size: 1.563vw;
    color: rgb(0, 0, 0);
    letter-spacing: 0.08vw;
    text-transform: uppercase;
}

h4 {
    font-family: "Kontrapunkt Miki";
    font-style: normal;
    font-weight: normal;
    font-size: 2.344vw;
    color: rgb(0, 0, 0);
    letter-spacing: -0.057vw;
}

img {
    width: 100%;
    height: auto;
}

a {
    color: rgb(0, 0, 0);
}

a:hover {
    color: rgb(0, 0, 0);
    filter: unset;
}

section {
    border-bottom: 2px solid rgb(0, 0, 0);
}

.site_button {
    display: inline-block;
    position: relative;
    font-family: Dallas;
    font-style: normal;
    font-weight: bold;
    font-size: 1.042vw;
    color: rgb(0, 0, 0);
    letter-spacing: 0.1vw;
    text-transform: uppercase;
    line-height: 1.6;
    padding: 1.5vw;
    z-index: 2;
}

.site_button:hover {
    color: rgb(0, 0, 0);
}

.site_button:hover .btn_arrow img {
    margin-left: 90%;
    transition: all 0.7s ease 0s;
}

.site_button .btn_arrow {
    position: absolute;
    left: 0px;
    top: 0vw;
    width: 4.7vw;
    height: 100%;
    background-color: rgb(223, 205, 196);
    border-radius: 40vw;
    z-index: 1;
    transition: all 0.7s ease 0s;
    display: flex;
    align-items: center;
    padding-left: 1.4vw;
}

.site_button .btn_arrow img {
    width: 1.9vw;
    height: auto;
    transition: all 0.7s ease 0s;
}

.site_button:hover .btn_arrow {
    width: 110%;
}

.section_inner {
    margin: 0px auto;
}

.site_button .btn_text {
    z-index: 9;
    position: relative;
    padding-left: 2.6vw;
}

.desktop_only {
    display: block;
}

.mobile_only {
    display: none;
}

@media (max-width: 768px) {
    h2 br {
        display: none;
    }

    .section_left_item,
    .section_right_item {
        width: 100%;
    }

    .desktop_only {
        display: none;
    }

    .mobile_only {
        display: block !important;
    }

    .site_button .btn_arrow {
        width: 20.7vw;
        height: 20.7vw;
    }
    .site_button:hover .btn_arrow {
        width: 20.7vw !important;
    }

    .site_button .btn_arrow img {
        width: 9vw;
        margin-left: 4vw !important;
    }

    .site_button .btn_text {
        padding-left: 0px;
        text-align: left;
        padding-right: 0vw;
        margin-left: 15vw;
        letter-spacing: 0.25vw;
        line-height: 5vw;
        padding-top: 1.4vw;
        transition: all 0.7s ease 0s;
    }

    section {
        border-bottom: 1px;
    }

    h2 {
        font-size: 9.5vw;
    }

    h3 {
        font-size: 5.4vw;
        line-height: 6.9vw;
    }
}

.header_area {
    background-color: rgb(27, 27, 27);
    z-index: 1;
}

.header_inner {
    padding: 1.5vw 0px 1.2vw;
    width: 94%;
    margin: 0px auto;
}

.logo {
    width: 11.7vw;
}

@media (max-width: 768px) {
    .logo {
        width: 53vw;
    }

    .header_inner {
        width: 93%;
        padding-top: 4vw;
        padding-bottom: 2.4vw;
    }

    .site_button {
        font-size: 4.4vw;
        padding: 4vw;
    }
}

.section_01 .section_inner {
    display: flex;
}

.section_01 .section_left_item {
    background-size: cover;
    width: 50%;
    border-right: 2px solid rgb(0, 0, 0);
    padding-left: 2.2vw;
    padding-top: 18.1vw;
    padding-bottom: 6.5vw;
    z-index: 0;
}

.hero_mouce_move {
    position: absolute;
    width: 80vw;
    height: 80vw;
    transform: translate3d(-50%, -50%, 0px);
    transition: transform 0.2s cubic-bezier(0.02, 1.23, 0.79, 1.08) 0s;
    background-color: transparent;
    z-index: 0;
    left: -35vw;
    top: -29vw;
}

.hero_mouce_move svg {
    width: 100%;
    height: auto;
}

.section_01 .section_left_item h1 {
    margin-bottom: 1.9vw;
    position: relative;
    z-index: 99;
}

.section_01 .site_button {
    margin-left: 0.3vw;
}

.section_01 .section_right_item {
    width: 50%;
    background-image: url("sec1-right.jpg");
    background-size: cover;
    position: relative;
}

@media (max-width: 768px) {
    .section_01 .section_inner {
        flex-direction: column-reverse;
    }

    .section_01 .section_right_item {
        width: 100%;
        background-image: url("sec1-right-m.jpg");
        background-size: cover;
        height: 84.8vw;
    }

    .section_01 .section_left_item {
        width: 100%;
        border-right: 0px;
        border-top: 1px solid rgb(0, 0, 0);
        padding-top: 11vw;
        padding-left: 5vw;
        padding-bottom: 18.8vw;
        border-bottom: 1px solid rgb(0, 0, 0);
        background-image: url("sec1-left-m.jpg");
    }

    .section_01 .site_button {
        margin: 0px auto;
        width: 76vw;
        left: -4vw;
    }

    .section_01 .section_left_item h1 {
        font-size: 15vw;
        letter-spacing: -0.77vw;
        margin-bottom: 8vw;
        line-height: 0.94;
    }

    .section_01 .section_left_item .site_button {
        display: flex;
        justify-content: space-between;
    }

    .section_01 {
        border-top: 0px solid rgb(0, 0, 0);
    }
}

.section_02 {
    padding-top: 5.3vw;
    padding-bottom: 5.4vw;
    background-color: rgb(247, 248, 238);
    z-index: 0;
}

.section_02 .section_inner {
    width: 95%;
}

.section_02 .section_inner h2 {
    text-align: center;
    margin-bottom: 1.7vw;
}

.section_02 .section_inner p {
    text-align: center;
    margin-bottom: 2.5vw;
}

.section_02 .site_button {
    position: relative;
    left: 45%;
    margin-left: 1vw;
}

.section_02 .site_button:hover .btn_arrow {
    width: 140%;
}

.section_02 .site_button:hover .btn_arrow img {
    margin-left: 70%;
}

.section_01 .site_button:hover .btn_arrow img {
    margin-left: 90%;
}

@media (max-width: 768px) {
    .section_02 {
        padding-top: 11vw;
        padding-bottom: 13vw;
        border-bottom: 1px solid rgb(0, 0, 0);
    }

    .section_02 .section_inner h2 {
        margin-bottom: 6vw;
    }

    .section_02 .section_inner p {
        font-size: 4vw;
        margin: 0px;
        padding: 0px 5vw 6vw;
        line-height: 6.34vw;
        letter-spacing: 0.1vw;
    }

    .section_02 .site_button {
        padding-top: 7vw;
        left: 29%;
    }

    .section_02 .section_inner p br {
        display: none;
    }

    .section_02 .btn_text {
        padding-top: 0vw;
        margin-left: 18vw;
    }

    .section_02 .btn_arrow {
        margin-left: 2.8vw;
    }

    .section_01 .site_button:hover .btn_arrow img {
        margin-left: 4vw;
    }
}

.section_03 {
    padding-top: 5.7vw;
    padding-bottom: 8.5vw;
    background-image: url("sec3-bg.jpg");
    background-size: cover;
}

.section_03 .section_inner {
    width: 90%;
}

.section_03 .section_inner h2 {
    text-align: center;
    margin: 0px 0vw 2.3vw;
}

.section_03 .section_inner h3 {
    text-align: center;
    margin: 0px 2vw 4.1vw;
}

.section_03 .video_area {
    width: 61%;
    margin: 0px auto;
}

@media (max-width: 768px) {
    .section_03 .section_inner {
        width: 90%;
    }

    .section_03 {
        padding-top: 11vw;
        padding-bottom: 17vw;
        border-bottom: 1px solid rgb(0, 0, 0);
        background-image: url("sec3-bg-m.jpg");
    }

    .section_03 .section_inner h2 {
        margin-bottom: 6vw;
    }

    .section_03 .section_inner h3 {
        margin-bottom: 9vw;
        font-size: 6vw;
    }

    .section_03 .video img {
        width: 98.5%;
        margin-left: 0.7vw;
    }

    .section_03 .video_area {
        width: 100%;
    }
}

.section_04 {
    padding-top: 3.8vw;
    background-color: rgb(247, 248, 238);
}

.section_04 .section_inner h2 {
    text-align: center;
    padding: 0px 10vw 5.7vw;
    margin-bottom: 0px;
}

.section_04 .service_item {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 2px solid rgb(0, 0, 0);
}

.section_04 .service_item img {
    width: auto;
    height: 4.5vw;
    margin-bottom: 1.2vw;
}

.section_04 .service_item p {
    font-family: "Kontrapunkt Bob";
    font-style: normal;
    font-weight: normal;
    font-size: 1.823vw;
    color: rgb(0, 0, 0);
    letter-spacing: 0.026vw;
    text-transform: uppercase;
    text-align: center;
    line-height: 2.6vw;
}

.section_04 .service {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 2px solid rgb(0, 0, 0);
    padding: 2.8vw 2vw 2.4vw;
}

.section_04 .service:last-child {
    border-right: 0px;
}

@media (max-width: 768px) {
    .section_04 .service_item {
        flex-wrap: wrap;
        border-width: 1px;
    }

    .section_04 .service {
        width: 50%;
        border-bottom: 1px solid rgb(0, 0, 0);
        padding: 10vw 2vw 3vw;
        border-right: 0px;
        overflow: hidden;
    }

    .section_04 .service_item::after {
        content: "";
        width: 0px;
        height: 96.5vw;
        background-color: rgb(0, 0, 0);
        position: absolute;
        left: 50%;
        top: inherit;
        bottom: 0;
    }
    .section_04 .service:nth-child(2n+0){
        border-left: 1px solid rgb(0, 0, 0);
    }

    .section_04 .service:nth-child(3),
    .section_04 .service:nth-child(4) {
        padding-bottom: 6vw;
    }

    .section_04 {
        border-bottom: 0px;
        padding-top: 8.4vw;
    }

    .section_04 .section_inner h2 {
        font-size: 15vw;
        padding: 0px 8vw;
        text-align: center;
        letter-spacing: -0.5vw;
        margin-bottom: 10vw;
    }

    .section_04 .service_item img {
        height: 16vw;
        margin-left: 3vw;
        margin-bottom: 5vw;
    }

    .section_04 .service_item p {
        font-size: 4.2vw;
        line-height: 4.4vw;
        font-weight: bold;
        padding: 0px 3vw;
        letter-spacing: 0.4vw;
    }
}

.section_05 {
    padding-top: 6.3vw;
    padding-bottom: 13vw;
    background-color: rgb(232, 231, 221);
    overflow: visible;
}



.section_05 .section_inner {
    width: 92%;
}

.section_05 .guide_line_item {
    position: relative;
}

.section_05 .guide_line_item::after {
    content: "";
    height: 112.5%;
    width: 2px;
    background-color: rgb(0, 0, 0);
    left: 50%;
    position: absolute;
    top: 2vw;
}

.section_05 h2 {
    text-align: center;
    margin-bottom: 3.4vw;
}

.section_05 .dropdown-content {
    height: 0vw;
    position: absolute;
    width: 0vw;
    display: none;
    opacity: 0;
    transition: all 0.7s ease 0s;
}

.section_05 .dropdown-content h3::before {
    content: "";
    position: absolute;
    height: 2vw;
    width: 100%;
    top: -4vw;
    left: 0px;
    background-image: url("drop-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 39% center;
    z-index: 9;
}

.section_05 .post_button_txt {
    transition: all 0.7s ease 0s;
    background-color: rgb(223, 222, 210);
    margin-left: 0.5vw;
    border-radius: 20vw;
    text-transform: uppercase;
    letter-spacing: 0.08vw;
    font-family: Dallas;
    font-weight: bold;
    text-decoration: underline;
    font-size: 1vw;
    display: inline-block;
    width: fit-content;
    z-index: 2;
    position: relative;
    padding: 0.5vw 5vw 0.5vw 1.3vw !important;
}

.section_05 .post_button_txt:hover::before {
    width: 100%;
}

.section_05 .post_button_txt::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    background-color: rgb(223, 205, 196);
    border-radius: 20vw;
    transition: all 0.7s ease 0s;
}

.section_05 .post_button_txt::after {
    content: "";
    position: absolute;
    background-image: url("right-arrow.png");
    background-size: cover;
    width: 1.5vw;
    height: 1.5vw;
    right: 2vw;
    cursor: pointer;
    top: 24%;
    transition: all 0.5s ease 0s;
}

.section_05 .post_button_txt:hover::after {
    right: 1vw;
    transition: all 0.7s ease 0s;
}

.section_05 .dropdown-content h3 {
    padding-left: 1.4vw;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0.4vw;
}

.section_05 .dropdown-content h3:after {
    display: none;
}

span.post_button_txt {
    padding: 0.5vw 5vw 0.5vw 1.3vw !important;
    display: block;
}

.section_05 .dropdown-content p {
    text-transform: initial;
    font-size: 1.4vw;
    font-family: "Public Sans";
    font-weight: 300;
    padding-left: 1.3vw;
    letter-spacing: 0px;
    line-height: 2.34vw;
    margin-bottom: 1.4vw;
}

.section_05 .dropdown-content {
    height: fit-content;
    width: 41.3vw;
    opacity: 1;
    transition: all 0.7s ease -0.7s;
    left: -1.4vw;
    top: 4.5vw;
    background-color: rgb(247, 248, 238);
    padding: 2vw 1vw 0.7vw 1.3vw;
    border-radius: 4vw;
    border: 2px solid rgb(0, 0, 0);
    z-index: 99999;
}

.section_05 .guide_item {
    width: 50%;
    position: relative;
    box-sizing: border-box;
}
.section_05 .item2{
    z-index: 1;
}

.section_05 .item3 {
    margin-top: 5.5vw;
    z-index: 3;
}

.section_05 .item5 {
    margin-top: 0.7vw;
    z-index: 2;
}

.section_05 .item6 {
    margin-top: 3.2vw;
    margin-bottom: 4.3vw;
}

.section_05 .item7 {
    margin-top: 0.7vw;
}

.section_05 .guide_item:nth-child(2n+1) {
    float: left;
}

.section_05 .guide_item:nth-child(2n) {
    float: right;
}

.section_05 .guide_item:first-child .guide_item_in {
    margin-top: 0px;
    margin-bottom: 6vw;
}

.section_05 .guide_item:nth-child(2n) .guide_item_in {
    padding-left: 6.7vw;
    padding-right: 0px;
    margin-bottom: 4vw;
}

.section_05 .guide_item:last-child {
    margin-bottom: 0px;
}

.section_05 .guide_item:nth-child(2) .guide_item_in {
    margin-top: 12.8vw;
    margin-bottom: 2.7vw;
}

.section_05 .guide_item:nth-child(2n) h3::before {
    content: "";
    position: absolute;
    /* height: 2vw; */
    /* width: 100%; */
    top: -4vw;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 39% center;
    z-index: 9;
}

.section_05 .guide_item.item1:before {}

.section_05 .guide_item.item2.:before {}

.section_05 .guide_item.item3:before {}

.section_05 .guide_item.item4:before {}

.section_05 .guide_item.item5:before {}

.section_05 .guide_item.item6:before {}

.section_05 .guide_item item7:before {}

.section_05 .guide_item.item8:before {}

.section_05 .guide_item:nth-child(2n+1)::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 3vw;
    right: 0px;
    top: 2vw;
    background-color: rgb(0, 0, 0);
}

.section_05 .guide_item:nth-child(2n+1) .guide_item_in {
    padding-left: 1.5vw;
    margin-bottom: 3vw;
}

.section_05 .guide_item .guide_item_in {
    padding: 0px 4vw 0vw 0vw;
    margin-bottom: 3vw;
}

.section_05 .guide_item h3 {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 1.9vw;
    letter-spacing: 0.04vw;
    margin-bottom: 0.7vw;
    font-weight: bold;
    position: relative;
}

.section_05 .guide_item h3 span {
    padding: 1vw;
    border-radius: 100%;
    background-color: rgb(223, 205, 196);
    width: 4vw;
    height: 4vw;
    margin-right: 0.7vw;
    text-align: center;
    font-size: 1.9vw;
}

.section_05 .guide_item p {
    padding-left: 1.5vw;
    margin-bottom: 2vw;
    font-weight: 300;
}

.section_05 .guide_item:nth-child(2) .guide_item_in h3 {
    position: relative;
}

.section_05 .guide_item:nth-child(2n) .guide_item_in h3:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 3vw;
    background-color: #000;
    left: -6.7vw;
    top: 2vw;
}


.section_05 .post_button.active span.dropdown-content {
    display: none;
}


.section_05 .post_button.active span.dropdown-content {
    display: block;
}

#loadMore,
#loadLess {
    display: none;
}

#button1,
#button2,
#button3,
#button4,
#button5,
#button6 {
    position: relative;
    cursor: pointer;
}
.guide_item.item8.aos-init.aos-animate {
    z-index: 9;
}
.guide_item.item3 {}

.guide_item.item4 {
}

.guide_item.item5 {}

.section_05 .item6 {}

.guide_item.item7 {}

.guide_item.item8 {}

.mbl_btn {
    display: none;
}

@media (max-width: 768px) {
    .section_05 .guide_line_item {
        flex-direction: column;
    }

    .section_05 .guide_item {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 3vw;
        padding-left: 4.3vw !important;
    }

    .section_05 .guide_item p br {
        display: none;
    }

    .section_05 .post_button_txt::after {
        display: none;
    }

    .section_05 .guide_item:nth-child(2n+1)::before,
    .section_05 .guide_item:nth-child(2n)::before {
        right: inherit;
        left: 0px;
        width: 9vw;
        top: 6vw;
    }

    .section_05 .guide_item:nth-child(2n) .guide_item_in h3:after {
        width: 9vw;
        left: -8.5vw;
        top: 6vw;
    }

    .section_05 .guide_item:nth-child(2) {
        margin-top: 0px;
    }
    .section_05 .dropdown-content h3{
        margin-left: 0 !important;
    }
    .section_05 .guide_line_item::after {
        left: 0px;
        height: 1000%;
    }

    .section_05 .guide_item:nth-child(2n) {
        padding-left: 5vw !important;
    }
    .section_05 .guide_item:nth-child(2n) p{
        padding-left: 0.6vw;
    }

    .section_05 h2 {
        font-size: 14.8vw;
        letter-spacing: -0.64vw;
        margin-bottom: 10vw;
        margin-left: -5vw;
    }

    .section_05 {
        padding-top: 10vw;
        overflow: hidden;
        padding-bottom: 16vw;
    }

    .section_05 .guide_item h3 {
        font-size: 6vw;
        margin-left: 4vw;
        letter-spacing: 0.15vw;
        margin-bottom: 3vw;
    }

    .section_05 .item2 h3 {
        margin-bottom: 1.4vw;
    }

    .section_05 .item3 {
        margin-top: 7vw;
    }

    .section_05 .item4 {
        margin-top: 7vw;
    }

    .section_05 .guide_item p {
        font-size: 4vw;
        letter-spacing: 0.11vw;
        line-height: 6.4vw;
        padding-right: 5.9vw;
    }

    .section_05 .guide_item h3 span {
        font-size: 5.5vw;
        width: 13vw;
        height: 13vw;
        line-height: 11.9vw;
        margin-right: 2vw;
    }

    .section_05 .section_inner {
        width: 100%;
        padding-left: 5.5vw;
    }

    .section_05 .guide_item:first-child {
        margin-top: 8.6vw !important;
    }

    .section_05 .post_button {
        font-size: 3.5vw;
        padding: 0;
        /* top: 4vw; */
        letter-spacing: 0vw;
        text-align: center;
        background: transparent;
        margin-left: -2vw;
        padding-left: 0;
    }

    .section_05 .post_button::after {
        display: none;
    }

    .section_05 .post_button span {
        width: 97%;
        top: 1vw;
        /* padding-top: 4.5vw; */
        left: 0vw;
        border-radius: 14vw;
    }

    .section_05 .post_button span h3 {
        font-size: 3.5vw;
        display: inline-block;
        /* margin-left: 0; */
    }

    .section_05 .post_button span p {
        font-size: 4vw;
        letter-spacing: 0.08vw;
        line-height: 6.1vw;
        padding-left: 6vw;
        padding-right: 0vw;
        text-align: left;
        display: inline-block;
    }

    .section_05 a.post_button span h3::before {
        height: 6vw;
        top: -10.5vw;
    }

    .section_05 .guide_item:nth-child(2n) .guide_item_in {
        padding-left: 0;
        margin-top: 0;
    }

    .section_05 .guide_item:nth-child(2n) h3::before {
        width: 8.4vw;
        left: -8.3vw;
        top: 7.5vw;
    }

    .section_05 .dropdown-content h3::before {
        display: none;
    }

    .section_05 .dropdown-content {
        position: relative;
        width: 96% !important;
        top: 5vw !important;
        text-align: left;
        margin-left: 1vw;
        padding: 4vw 4vw 3vw 6vw;
    }

    .section_05 .guide_item:nth-child(2n+1) .guide_item_in{
        padding-left: 0;
    }

    .section_05 .post_button::before {
        display: none;
    }

    #section_heightm {
        height: 100vw;
    }

    .mbl_btn {
        display: block;
    }

    .section_05 .guide_item.item4,
    .section_05 .guide_item.item5,
    .section_05 .guide_item.item6,
    .section_05 .guide_item.item7,
    .section_05 .guide_item.item8 {
        display: none;
    }


    .section_05.active .guide_item.item4,
    .section_05.active .guide_item.item5,
    .section_05.active .guide_item.item6,
    .section_05.active .guide_item.item7,
    .section_05.active .guide_item.item8 {
        display: block;
    }
    span.mbl_btn.site_button {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 80%;
        margin: 0vw auto;
        top: 3vw;
        cursor: pointer;
    }

    span.mbl_btn.site_button:before{
        content: '';
        position: absolute;
        height: 2px;
        width: 9vw;
        background-color: #000;
        left: -4.5vw;
        top: 10vw;
    }
    
    span.mbl_btn.site_button .btn_text {
        margin-top: 3vw;
        margin-left: 12vw;
    }
    
    span.mbl_btn.site_button:hover .btn_arrow img {
        margin-left: 83%;
    }
}

.section_06 {
    padding-top: 5.9vw;
    padding-bottom: 7vw;
    background-image: url("sec6-bg.jpg");
    background-size: cover;
    position: relative;
}

.section_06 .section_inner {
    width: 81%;
}

.section_06 .section_inner h2 {
    text-align: center;
    margin: 0px 3vw 2vw;
}

.section_06 .section_inner h3 {
    text-align: center;
    margin: 0px 5vw 3.5vw;
    line-height: 2.5vw;
}

.section_06 .team_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section_06 .team_member {
    margin: 0px 0.8vw;
    border: 2px solid rgb(0, 0, 0);
    background-color: rgb(232, 225, 217);
}

.section_06 .team_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0vw 1.2vw 0.5vw 1.8vw;
    border-width: 2px 0px 0px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    width: 100%;
    margin: 0 auto;
}

.section_06 .team_action {
    font-family: "Kontrapunkt Bob";
    font-style: normal;
    font-weight: normal;
    font-size: 1.563vw;
    color: rgb(0, 0, 0);
    letter-spacing: 0.026vw;
    text-transform: uppercase;
}

.section_06 .team_name {
    font-family: "Kontrapunkt Miki";
    font-style: normal;
    font-weight: normal;
    font-size: 2.604vw;
    color: rgb(0, 0, 0);
    letter-spacing: -0.013vw;
    text-decoration: underline;
}

.section_06 .team_arrow {
    height: 3.3vw;
    width: 3.3vw;
    border-radius: 50%;
    background-color: rgb(216, 192, 182);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Letter Gothic Std";
    font-style: normal;
    font-weight: bold;
    font-size: 1.042vw;
    color: rgb(0, 0, 0);
    padding-left: 0.3vw;
    padding-top: 0.3vw;
}

.section_06 .author1_img{
    background-image: url(authour1.jpg);
    background-size: cover;
    width: 25.15vw;
    height: 22.7vw;
    /* padding: 11.8vw; */
}
.section_06 .author2_img{
    background-image: url(authour2.jpg);
    background-size: cover;
    width: 25.15vw;
    height: 22.7vw;
    /* padding: 11.8vw; */
}
.section_06 .author3_img{
    background-image: url(authour3.jpg);
    background-size: cover;
    width: 25.15vw;
    height: 22.7vw;
    /* padding: 11.8vw; */
}
.section_06 .slick-track {
    margin-left: inherit !important;
}
@media (max-width: 768px) {
    .section_06 .team_area {
        flex-direction: column;
    }

    .section_06 .team_member {
        width: 98%;
        margin-bottom: 10vw;
        /* border-width: 1px; */
        margin-right: 1.1vw;
    }

    .section_06 .team_member img {
        height: 80vw;
    }

    .section_06 {
        padding-top: 12vw;
        padding-bottom: 5vw;
        border-bottom: 1px solid rgb(0, 0, 0);
        background-image: url("sec6-bg-m.jpg");
        border-top: 1px solid rgb(0, 0, 0);
    }

    .section_06 .section_inner h2 {
        margin: 0px 0px 8vw;
        font-size: 15.5vw;
        letter-spacing: -0.66vw;
        padding: 0px 2vw;
        line-height: 13vw;
    }

    .section_06 .team_link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1vw 1.5vw 3.5vw 2vw !important;
        border-width: 2px 1px 1px;
        border-style: solid;
        border-color: rgb(0, 0, 0);
        width: 90%;
        margin: 0 auto;
    }

    .section_06 .section_inner h3 {
        margin: 0px;
        line-height: 7vw;
        padding: 0px 4vw 9vw;
        font-size: 6vw;
        letter-spacing: 0.2vw;
    }

    .section_06 .section_inner h3 br {
        display: none;
    }

    .section_06 .section_inner {
        width: 90%;
    }

    .section_06 .team_link>div {
        margin-top: 1vw;
    }

    .section_06 .team_action {
        font-size: 5vw;
        letter-spacing: 0.6vw;
    }

    .section_06 .team_name {
        font-size: 8vw;
        padding-left: 1vw;
    }

    .section_06 .team_arrow {
        height: 12vw;
        width: 12vw;
        font-size: 4vw;
        margin-top: 3vw;
    }

    .section_05 .post_button_txt {
        background-color: rgb(223, 222, 210);
        padding: 4vw !important;
        border-radius: 20vw;
        display: inline-block;
        font-size: 3.5vw;
    }


    .section_06 .team_link {
        padding-left: 2vw;
        padding-right: 1vw;
        padding-bottom: 1vw;
        border-width: 0px 0px 0px;
        border-top-style: solid;
        border-top-color: rgb(0, 0, 0);
        border-image: initial;
        border-left-style: initial;
        border-left-color: initial;
        border-right-style: initial;
        border-right-color: initial;
        border-bottom-style: initial;
        border-bottom-color: initial;
        /* border-top: 0; */
    }

    .section_06 .author1_img,
    .section_06 .author2_img,
    .section_06 .author3_img{
        width: 88vw;
        height: 80vw;
        border-bottom: 2px solid #000;
    }
    
}

.section_07 {
    padding-top: 8.8vw;
    padding-bottom: 8.8vw;
    background-color: rgb(232, 225, 217);
}

.section_07 .section_inner {
    width: 79%;
}

.section_07 .offer_area {
    border: 2px solid rgb(0, 0, 0);
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 9.2vw 2vw 6vw;
    background-color: rgb(247, 248, 238);
}

.section_07 .offer_area h2 {
    text-align: center;
    margin: 0vw 0vw 2.9vw 0.8vw;
}

.section_07 .offer_area h4 {
    text-align: center;
    padding-right: 0.7vw;
    margin-bottom: 2.4vw;
}

.section_07 .offer_area span.btn_text {
    color: rgb(0, 0, 0);
}

.section_07 .offer_area p {
    text-align: center;
    margin: 0px 2vw 3.5vw;
    font-weight: normal;
}

.section_07 .offer_area span {
    font-family: "Kontrapunkt Bob";
    font-style: normal;
    font-weight: normal;
    color: rgb(255, 255, 255);
    line-height: 1;
    text-transform: uppercase;
}

.section_07 .price {
    position: absolute;
    background-color: rgb(0, 0, 0);
    text-align: center;
    transform: rotate(-33deg);
    width: 40vw;
    padding: 1vw 1vw 0.5vw 0vw;
    top: 4vw;
    left: -11.4vw;
}

.section_07 .pricing_text {
    font-size: 1.302vw;
    letter-spacing: 0.026vw;
    display: block;
}

.section_07 .amount {
    font-style: normal;
    font-size: 2.604vw;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold !important;
}

.section_07 .amount span {
    font-size: 1.302vw;
    font-weight: bold;
}

.section_07 .site_button:hover .btn_arrow {
    width: 120%;
}

.section_07 .site_button:hover .btn_arrow img {
    margin-left: 85%;
}

.section_07 .site_button span {
    font-family: Dallas;
    font-weight: bold;
}
.section_07 .site_button:hover{
    margin-left: 1vw;
        transition: all 0.7s ease 0s;
}

@media (max-width: 768px) {
    .section_07 {
        padding-top: 14.3vw;
        padding-bottom: 15.5vw;
        border-bottom: 1px solid rgb(0, 0, 0);
    }

    .section_07 .section_inner {
        width: 100%;
        padding-left: 6vw;
        padding-right: 5.7vw;
    }

    .section_07 .offer_area {
        border: 1px solid rgb(0, 0, 0);
        padding: 50vw 4vw 12vw 4vw;
    }

    .section_07 .offer_area h2 {
        font-size: 14vw;
        margin: 0px;
        letter-spacing: -0.8vw;
        line-height: 0.835;
        padding-bottom: 5.2vw;
    }

    .section_07 .offer_area h4 {
        font-size: 7vw;
        text-transform: lowercase;
        letter-spacing: -0.17vw;
        padding-right: 0px;
        padding-left: 0vw;
        line-height: 9.33vw;
        margin-bottom: 2vw;
    }

    .section_07 .offer_area h4 br {
        display: none;
    }

    .section_07 .offer_area span.btn_text {
        top: 3vw;
    }

    .section_07 .price {
        top: 13.7vw;
        left: -38vw;
        width: 132vw;
        padding-top: 4vw;
        padding-bottom: 1vw;
    }

    .section_07 .pricing_text {
        font-size: 6vw;
        letter-spacing: 0.2vw;
        padding-left: 3vw;
        padding-bottom: 1vw;
        
    }

    .section_07 .amount {
        font-size: 12vw;
    }

    .section_07 .amount span {
        font-size: 5.5vw;
        padding-left: 1vw;
    }

    .section_07 .site_button {
        margin-left: 0vw;
        left: 5vw;
        display: inline-block;
        width: auto;
        transition: all 0.7s ease 0s;
    }
    .section_07 .site_button:hover{
        left: 5vw;
    }

    .section_07 .offer_area p {
        margin: 0px 0px 10vw;
        font-size: 4vw;
        padding: 0px 3vw;
        line-height: 6.5vw;
        letter-spacing: 0.1vw;
    }
    .section_07 .site_button:hover .btn_arrow img {
        margin-left: 80%;
    }
    .section_07 .site_button:hover .btn_text {
        margin-left: 3vw;
    }
    .section_07 .offer_area p br{
        display:none;
    }
}

.section_08 {
    background-color: rgb(232, 231, 221);
    z-index: 0;
}

.section_08 .section_inner {
    display: flex;
}

.section_08 .section_left_item {
    width: 50%;
    border-right: 2px solid rgb(0, 0, 0);
    background-image: url("sec8-left.jpg");
    background-size: cover;
}

.section_08 .section_right_item {
    width: 50%;
    padding-top: 9.2vw;
    padding-left: 5.5vw;
    background-size: cover;
    padding-bottom: 4.6vw;
    background-color: rgb(232, 231, 221);
    padding-right: 5vw;
}

.section_08 .section_right_item h2 {
    margin-bottom: 14.1vw;
}

.section_08 .section_right_item h4 {
    padding-left: 0.5vw;
    padding-right: 1vw;
    margin-bottom: 3.4vw;
}

.section_08 .section_08_list {
    display: flex;
}

.section_08 .section_08_list ul {
    list-style: none;
    padding-left: 3.5vw;
}

.section_08 .section_08_list .ul_left {
    width: 45%;
}

.section_08 .section_08_list .ul_right {
    width: 55%;
    padding-left: 6vw !important;
}

.section_08 .section_08_list ul:nth-child(2) {
    padding-left: 9.7vw;
}

.section_08 .section_08_list ul li {
    position: relative;
    z-index: 9;
    font-size: 1.458vw;
    line-height: 1;
    margin-bottom: 0.82vw;
}

.section_08 .section_08_list ul li::before {
    content: "";
    position: absolute;
    width: 1.155vw;
    height: 1.154vw;
    background-image: url("lists.svg");
    left: -2.6vw;
    top: 0vw;
    background-size: cover;
}

@media (max-width: 768px) {
    .section_08 .section_08_list {
        flex-direction: column;
    }

    .section_08 .section_inner {
        flex-direction: column;
    }

    .section_08 .section_left_item {
        width: 100%;
        border-bottom: 1px solid rgb(0, 0, 0);
        background-size: cover;
        background-image: url("sec8-left-m.jpg");
        height: 60.9vh;
        border-right: 0;
    }

    .section_08 .section_right_item {
        width: 100%;
        padding-top: 9vw;
        padding-left: 7vw;
    }

    .section_08 .section_08_list ul, .section_08 .section_08_list ul:nth-child(2) {
        padding-left: 3vw !important;
        width: 100% !important;
        margin-bottom: 0;
    }

    .section_08 .section_right_item h2 {
        font-size: 15vw;
        letter-spacing: -0.7vw;
        margin-right: 4.35vw;
        line-height: 13vw;
        margin-bottom: 10.4vw;
    }

    .section_08 .section_right_item h4 {
        font-size: 7vw;
        text-transform: lowercase;
        letter-spacing: -0.2vw;
        line-height: 9.2vw;
        padding-right: 1.6vw;
        margin-bottom: 8vw;
    }

    .section_08 .section_right_item h4 br {
        display: none;
    }

    .section_08 .section_08_list ul li {
        font-size: 7vw;
        padding-left: 9vw;
        margin-bottom: 3vw;
    }

    .section_08 .section_08_list ul li::before {
        height: 5.2vw;
        width: 5.3vw;
        left: -2.7vw;
        top: 0.4vw;
    }

    .section_08 {
        padding-bottom: 5.9vw;
        border-bottom: 1px solid rgb(0, 0, 0);
    }
}

.section_09 {
    padding-top: 6.6vw;
    padding-bottom: 7.9vw;
    background-color: rgb(239, 238, 229);
    background-image: url("sec9-bg.jpg");
    background-size: cover;
    background-position: right center;
    overflow: hidden;
    z-index: 0;
}

.section_09 .slick-track{
    transform: 0 !important;
}

.section_09 .section_inner {
    width: 100%;
    padding: 0px 8vw;
}

.section_09 .section_inner h2 {
    text-align: center;
    padding: 0px 5vw;
    margin-bottom: 2.6vw;
}

.section_09 .slider_item {
    text-align: center;
    overflow: hidden;
}

.section_09 .slider_item p {
    text-align: center;
    padding: 0px 5vw;
    letter-spacing: 0.07vw;
    margin-bottom: 2.3vw;
    font-weight: normal;
}

.section_09 .slider_item h3 {
    text-align: center;
    padding: 0px 6vw;
    text-transform: inherit;
    line-height: 2.6vw;
    font-size: 2vw;
    letter-spacing: 0.1vw;
    margin-bottom: 1.4vw;
}

.section_09 .author_img {
    width: 12.2vw;
    margin: 0px auto 2.5vw;
    position: relative;
    z-index: 9;
}

.section_09 .author_img::before,
.section_09 .author_img::after {
    content: "";
    position: absolute;
    width: 4.134vw;
    height: 3.49vw;
    top: 33%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}

.section_09 .author_img::before {
    background-image: url("img_b.svg");
    left: -3.7vw;
}

.section_09 .author_img::after {
    background-image: url("img_a.svg");
    right: -8vw;
}

.section_09 .auth_name {
    margin-top: -0.8vw;
    margin-left: 0.7vw;
}

.section_09 .slider_item h4 {
    margin: 0px 8vw 1.4vw;
}

.section_09 .auth_name p {
    font-weight: 600;
    margin-bottom: 0.1vw;
}

.section_09 .auth_name p:last-child {
    font-style: italic;
}

.section_09 .auth_name span {
    font-weight: normal;
}

.section_09 .slick-prev,
.slick-next {
    width: 5.573vw;
    height: 5.573vw;
    border-radius: 50%;
    background-color: rgb(223, 205, 196);
    top: 49.6%;
    z-index: 999;
}

.section_09 .slick-prev {
    left: -3.3vw;
}

.section_09 .slick-next {
    right: -3.3vw;
}

.section_09 .slick-prev:hover,
.slick-next:hover {
    background-color: rgb(255, 255, 255);
}

.section_09 .slick-prev::before,
.slick-next::before {
    font-family: "Letter Gothic Std";
    font-style: normal;
    font-weight: bold;
    font-size: 1.823vw;
    color: rgb(0, 0, 0);
    letter-spacing: 0.052vw;
    line-height: 3.2;
    text-transform: uppercase;
}

.section_09 .slick-next::before {
    content: ">";
}

.section_09 .slick-prev::before {
    content: "<";
}

.section_09 .slick-list.draggable {
    overflow: hidden;
}


.section9_slider{
    height: 48vw;
    overflow: hidden;
}
.section9_slider.slick-initialized{
    height: auto;
    overflow: unset;
}


.section_09 .slick-prev:hover, .section_09 .slick-prev:focus, .section_09 .slick-next:hover, .section_09 .slick-next:focus{
    background: rgb(223, 205, 196) !important;
    color: transparent;
}
@media (max-width: 768px) {
    .section_09 .section_inner h2 {
        font-size: 15vw;
        padding: 0px 9vw;
        letter-spacing: -0.78vw;
        line-height: 13.4vw;
        margin-bottom: 6vw;
    }

    .section_09 {
        padding-top: 11vw;
        padding-bottom: 0px;
        border-bottom: 1px solid rgb(0, 0, 0);
        background-image: url("sec9-bg-m.jpg");
    }

    .section_09 .author_img {
        width: 41vw;
        margin-bottom: 7vw;
    }

    .section_09 .author_img::before {
        width: 15vw;
        height: 15vw;
        left: -13vw;
    }

    .section_09 .author_img::after {
        width: 15vw;
        height: 15vw;
        right: -28vw;
    }

    .section_09 .slider_item h4 {
        margin: 0px;
        font-size: 7vw;
        text-transform: lowercase;
    }

    .section_09 .slider_item p br {
        display: none;
    }

    .section_09 .slider_item h4 {
        letter-spacing: -0.16vw;
        line-height: 9vw;
        margin-bottom: 8vw;
    }

    .section_09 .slider_item p {
        font-size: 4vw;
        letter-spacing: 0.1vw;
        padding: 0vw 1vw;
        margin-bottom: 6vw;
        line-height: 6.35vw;
    }

    .section_09 .section_inner {
        padding: 0px 7vw;
    }

    .section_09 .auth_name {
        padding-top: 2vw;
    }

    .section_09 .auth_name p {
        margin-bottom: 0vw;
    }

    .section_09 .slick-prev {
        top: inherit;
        bottom: -3vw;
        width: 25vw;
        height: 25vw;
        left: 13vw;
    }

    .section_09 .slick-next {
        top: inherit;
        bottom: -3vw;
        height: 25vw;
        width: 25vw;
        right: 13vw;
    }

    .section9_slider {
        padding-bottom: 45vw;
    }

    .section_09 .slick-next::before,
    .section_09 .slick-prev::before {
        font-size: 9vw;
        line-height: 3;
    }
}

.section_10 {
    padding-top: 8.2vw;
    padding-bottom: 7.4vw;
    background-color: rgb(247, 248, 238);
    overflow: hidden;
    z-index: 0;
}

.section_10 .section_inner {
    width: 79%;
}

.section_10 .section_inner h2 {
    text-align: center;
    margin: 0vw 2vw 2.5vw 1.8vw;
}

.section_10 .section_inner h4 {
    margin: 0px 3vw 2.4vw;
    text-align: center;
}

.section_10 .section_inner p {
    text-align: center;
    margin: 0px 10vw 3.5vw;
}

.section_10 .section_inner .site_button {
    margin: 0px auto 0px 0.49vw;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0.11vw;
}

.section_10 .section_inner .site_button:hover .btn_arrow {
    width: 120%;
}

.section_10 .section_inner .site_button:hover .btn_arrow img {
    margin-left: 85%;
}

.section_10 .offer_area {
    border: 2px solid rgb(0, 0, 0);
    position: relative;
    z-index: 9;
    overflow: hidden;
    padding: 9.2vw 7vw 5.7vw;
    background-color: rgb(232, 231, 221);
}

.section_10 .price {
    position: absolute;
    background-color: rgb(0, 0, 0);
    text-align: center;
    transform: rotate(-33deg);
    width: 40vw;
    padding: 0.7vw 1vw 0.4vw 0vw;
    top: 4vw;
    left: -11.4vw;
}

.section_10 .pricing_text {
    display: block;
}

.section_10 .price span {
    font-family: "Kontrapunkt Bob";
    font-style: normal;
    font-weight: normal;
    color: rgb(255, 255, 255);
    line-height: 1;
    text-transform: uppercase;
}

.section_10 .amount {
    font-style: normal;
    font-size: 2.604vw;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold !important;
}

.section_10 .amount span {
    font-size: 1.302vw;
    font-weight: bold;
}

.section_10 .site_button {
    margin: 0px auto;
    transition: all 0.7s ease 0s;
}
.section_10 .site_button:hover{
    transition: all 0.7s ease 0s;
    margin-left: -2.2vw;
}
@media (max-width: 768px) {
    .section_10 .pricing_text {
        font-size: 6vw;
        letter-spacing: 0.2vw;
        padding-left: 3vw;
        padding-bottom: 1vw;
    }

    .section_10 .amount {
        font-size: 12vw;
    }

    .section_10 .amount span {
        font-size: 5.5vw;
        padding-left: 1vw;
    }

    .section_10 .price {
        top: 13.7vw;
        left: -38vw;
        width: 132vw;
        padding-top: 4vw;
        padding-bottom: 1vw;
    }

    .section_10 .section_inner {
        width: 89%;
    }

    .section_10 .offer_area h2 {
        font-size: 13.5vw;
        margin: 0px;
        letter-spacing: -0.5vw;
        line-height: 12.7vw;
        padding-bottom: 7vw;
        padding-left: 1vw;
    }

    .section_10 .offer_area h4 {
        margin: 0px 0px 10vw;
        font-size: 7vw;
        padding: 0px 1vw 0px 3.5vw;
        line-height: 9.3vw;
        letter-spacing: -0.16vw;
        text-transform: lowercase;
    }

    .section_10 .offer_area h4 br {
        display: none;
    }

    .section_10 .offer_area {
        border: 1px solid rgb(0, 0, 0);
        padding: 56vw 6vw 15.1vw 4vw;
    }

    .section_10 .offer_area span.btn_text {
        top: 3vw;
    }

    .section_10 {
        padding-top: 14.4vw;
        padding-bottom: 15vw;
        border-bottom: 1px solid rgb(0, 0, 0);
    }

    .section_10 .section_inner .site_button {
        margin-left: 0vw;
        left: 0;
        transition: all 0.7s ease 0s;
        position: relative;
        transform: translateX(0%);
        margin-left: 4vw;
    }
    .section_10 .site_button:hover{
        transition: all 0.7s ease 0s;
        margin-left: 0vw;
    }
    .section_10 .offer_area .site_button:hover span.btn_text {
        margin-left: 3vw;
    }
}

.section_11 {
    padding-top: 7.9vw;
    padding-bottom: 3.4vw;
    background-image: url("sec10-bg.jpg");
    background-size: cover;
    overflow: hidden;
}

.section_11 .section_inner {
    width: 90%;
}

.section_11 h2 {
    text-align: center;
    margin-bottom: 5.5vw;
}

.section_11 .section_in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section_11 .section_in .section_left_item {
    width: 50%;
    padding-left: 4.2vw;
    padding-right: 2.5vw;
}

.section_11 .section_in .section_right_item {
    width: 50%;
    padding-left: 8.7vw;
    padding-right: 1.5vw;
}

.section_11 .acc-container {
    width: 100%;
}

.section_11 .acc {
    margin-bottom: 2.95vw;
}

.section_11 .acc-content p {
    letter-spacing: 0.07vw;
    margin-bottom: 0px;
    font-weight: normal;
}

.section_11 .acc-head.active {
    padding: 0px;
}

.section_11 .acc-head {
    position: relative;
    cursor: pointer;
}

.section_11 .acc-head::before {
    content: "+";
    position: absolute;
    top: 1.3vw;
    left: -3.2vw;
    font-family: "Kontrapunkt Miki";
    font-style: normal;
    font-weight: bold;
    font-size: 2.344vw;
    line-height: 0;
    color: rgb(0, 0, 0);
}

.section_11 .acc-head.active::before {
    content: "-";
    left: -2.9vw;
}

.section_11 .section_right_item .acc-head::before {
    left: -3.8vw;
}

.section_11 .section_right_item .acc-head.active::before {
    content: "-";
    left: -3.5vw;
}

.section_11 .acc.active {
    margin-bottom: 2.25vw;
}

.section_11 .acc-head h4 {
    margin-bottom: 1.4vw;
}

.section_11 .acc-content {
    padding: 0vw;
    display: none;
}

@media (max-width: 768px) {
    .section_11 .section_in {
        flex-direction: column;
    }

    .section_11 .section_in .section_left_item {
        width: 100%;
        padding-left: 1vw;
        padding-right: 1vw;
    }

    .section_11 .section_in .section_right_item {
        width: 100%;
        padding-left: 0px;
    }

    .section_11 {
        padding-top: 13.2vw;
        padding-bottom: 10.5vw;
        background-image: url("sec10-bg-m.jpg");
    }

    .section_11 h2 {
        font-size: 15vw;
        line-height: 13vw;
        margin-bottom: 11vw;
        letter-spacing: -0.8vw;
    }

    .section_11 .acc-head h4 {
        text-align: center;
        text-decoration: underline;
        font-size: 7vw;
        text-transform: lowercase;
        letter-spacing: -0.2vw;
        margin-left: 0vw;
        margin-bottom: 6vw;
        padding: 0px 6.5vw;
        line-height: 1.34;
    }

    .section_11 .acc-content p {
        text-align: center;
        font-size: 3.7vw;
        padding-left: 4.4vw;
        padding-right: 4.4vw;
        letter-spacing: 0.23vw;
        line-height: 6.3vw;
    }

    .section_11 .acc-content p br {
        display: none;
    }

    .section_11 .acc-head::before {
        display: none;
    }

    .section_11 .acc {
        margin-bottom: 8.9vw;
    }

    .section_11 .acc.active {
        margin-bottom: 9vw;
    }
}

.site_footer {
    background-color: rgb(24, 27, 25);
    padding-top: 1vw;
    padding-bottom: 0.8vw;
}

.site_footer .section_inner {
    width: 80%;
    display: flex;
    justify-content: center;
    text-align: center;
    border-bottom: 0;
}

.site_footer p {
    font-family: Graphik;
    font-style: normal;
    font-weight: normal;
    font-size: 1.042vw;
    color: rgb(237, 241, 234);
    letter-spacing: 0.078vw;
    text-transform: uppercase;
    margin: 0px;
}

.site_footer .section_inner span {
    padding-left: 1vw;
    padding-right: 1vw;
    display: inline-block;
}

.site_footer .section_inner p:first-child {
    padding-left: 2.8vw;
    letter-spacing: 0.17vw;
}

.site_footer .section_inner p:last-child {
    padding-left: 0.6vw;
    letter-spacing: 0.17vw;
}

.site_footer .section_inner p:last-child a {
    font-style: normal;
    font-weight: bold;
    color: rgb(222, 232, 89);
    text-transform: uppercase;
    padding-left: 0.5vw;
    position: relative;
}

@media screen and (max-width: 768px) {
    .site_footer {
        padding-top: 4.1vw;
        padding-bottom: 6.5vw;
    }

    .site_footer .section_inner {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }

    .site_footer p {
        font-size: 2.842vw;
        letter-spacing: 0.078vw;
        font-weight: 600;
    }

    .site_footer .section_inner p:first-child {
        padding-left: 0vw;
        letter-spacing: 0.54vw;
        width: 100%;
        padding-bottom: 1vw;
    }

    .site_footer .section_inner p:last-child {
        padding-left: 0.6vw;
        letter-spacing: 0.46vw;
        font-size: 3.142vw;
    }

    .site_footer .section_inner p:last-child a {
        padding-left: 1.3vw;
        letter-spacing: 0.2vw;
    }

    .site_footer .section_inner p:last-child a::after {
        content: "";
        position: absolute;
        height: 0px;
        width: 87%;
        left: 5px;
        bottom: -1px;
        background-color: rgb(217, 168, 99);
    }

    .site_footer .section_inner span {
        display: none;
    }
}

.ac_popup {
    padding-top: 1.7vw;
    padding-left: 2.4vw;
    padding-bottom: 2vw;
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0vw;
    left: 0px;
    background: #00000057;
    z-index: 999;
    border-bottom: 0;
    visibility: inherit;
    display: none;
}

.ac_popup .section_in {
    width: 86%;
    margin: 3vw auto;
    /* border-top: 1px solid rgb(0, 0, 0); */
    /* border-right: 1px solid rgb(0, 0, 0); */
    /* border-left: 1px solid rgb(0, 0, 0); */
    /* border-image: initial; */
    /* border-bottom: 1px solid #000; */
    /* background-color: rgb(247, 248, 238); */
    /* height: 46.75vw; */
    overflow: hidden;
    z-index: 999999;
}

.popup_slide .slide_in {
    flex-wrap: wrap;
    display: flex !important;
}

.popup_slide .section_left_item {
    width: 35.7%;
    border-right: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
}

.slide_img {
    height: 0;
    margin-bottom: 0 !important;
}

.slide_image_bg {
    height: 100%;
    width: 29.5vw !important;
    background-image: url(popup_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}



.ac_popup .slide_in {
    display: flex !important;
    flex-wrap: wrap;
    border-top: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgb(0, 0, 0);
    border-left: 1px solid rgb(0, 0, 0);
    box-sizing: border-box;
    background-color: rgb(247, 248, 238);
}

.ac_popup .section_left_item {
    width: 35%;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
}

.ac_popup .section_right_item {
    width: 65%;
    border-bottom: 1px solid #000;
    position: relative;
}
.ac_popup .section_right_item .slide_info:before{
    content:"";
    width: 6.5%;
    background-color: black;
    display: block;
    position: absolute;
    top: 0vw;
    left: 0vw;
    height: 134%;
}

.popup_slide .section_right_item {
    width: 64.3%;
    border-bottom: 1px solid rgb(0, 0, 0);
}

.slide_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.3vw 2.2vw 1.6vw;
    border-bottom: 1px solid rgb(0, 0, 0);
}

.slide_head_name span:first-child {
    font-family: "Kontrapunkt Miki";
    font-style: normal;
    font-weight: normal;
    font-size: 1.8vw;
    color: rgb(0, 0, 0);
    letter-spacing: 0vw;
}

.slide_head_name span:last-child {
    font-family: "Kontrapunkt Miki";
    font-style: normal;
    font-weight: normal;
    font-size: 4.2vw;
    color: rgb(0, 0, 0);
    letter-spacing: -0.15vw;
    line-height: 1;
    padding-left: 0.6vw;
}

.slide_head_address p {
    font-weight: lighter;
    font-size: 1.35vw;
    color: rgb(0, 0, 0);
    letter-spacing: 0.026vw;
    margin: 0px;
    padding-right: 0.2vw;
    position: relative;
}

.slide_info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /* min-height: 13vw; */
}

.slide_info_topic {
    width: 6.5%;
    background-color: black;
    border-bottom: 1px solid rgb(255, 255, 255);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1vw;
    padding-bottom: 1vw;
}

.slide_info:nth-child(3) p {
    /* margin-top: 7vw; */
}

.slide_info:nth-child(4) p {
    /* margin-top: 8vw; */
}

.slide_info_passage ul {
    margin: 0px;
    list-style: none;
    padding: 1.5vw 0vw 0.6vw 1.8vw;
}

.slide_info_topic p {
    font-family: "Kontrapunkt Bob";
    font-style: normal;
    font-weight: normal;
    font-size: 0.838vw;
    color: rgb(247, 248, 238);
    /* letter-spacing: 0.026vw; */
    text-transform: uppercase;
    /* white-space: nowrap; */
    /* margin: 12vw 0px 0px; */
    /* transform: rotate(-90deg); */
    /* line-height: 0vw; */
    /* text-align: center; */
    writing-mode: vertical-lr;
    display: block;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* height: 100%; */
    margin-bottom: 0px;
}

.slide_info_topic p span {
    /* position: absolute; */
    /* word-wrap: break-word; */
    /* letter-spacing: 20px; */
}

.slide_info_passage {
    width: 93.5%;
    padding: 1vw 1vw 1.6vw 1.7vw;
    border-bottom: 1px solid rgb(0, 0, 0);
}

.slide_info_passage p {
    font-size: 1.094vw;
    color: rgb(0, 0, 0);
    letter-spacing: 0.054vw;
    margin: 0px;
}

.slide_info_passage ul li {
    position: relative;
    z-index: 9;
    font-size: 1.094vw;
    color: rgb(0, 0, 0);
    letter-spacing: 0.054vw;
    line-height: 1.69;
    margin-bottom: 0.2vw;
}

.slide_info_passage ul li::before {
    content: "";
    position: absolute;
    width: 0.555vw;
    height: 0.623vw;
    background-image: url("check.svg");
    background-repeat: no-repeat;
    background-size: contain;
    left: -1.8vw;
    top: 0.6vw;
}

.slide_info:last-child .slide_info_passage {
    display: flex;
    padding: 0.3vw 1vw 0.34vw 1.7vw;
    border-bottom: none;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.slide_info_left {
    width: 45%;
    padding-right: 2vw;
}

.slide_info_right {
    width: 55%;
}

.slide_info:last-child .slide_info_topic {
    border-bottom: none;
}

.slide_head_address {
    padding-top: 2vw;
}

.slide_head_address p::before {
    content: "";
    position: absolute;
    width: 1.164vw;
    height: 1.481vw;
    background-image: url("location.svg");
    background-repeat: no-repeat;
    background-size: contain;
    left: -2vw;
    top: 0.6vw;
}

.popup_slide ul.slick-dots {
    text-align: left;
    padding-left: 13.6vw;
    bottom: 1.9vw;
}

.popup_slide .slick-dots li {
    margin: 0px 0.182vw;
}

.popup_slide .slick-dots li button::before {
    font-size: 0.677vw;
    color: rgb(255, 255, 255);
}

.popup_slide .slick-dots li.slick-active button::before {
    color: rgb(159, 159, 159);
}

.open-popup-link {
    cursor: pointer;
}

.ac_popup ul.slick-dots {
    position: absolute;
    bottom: 7vw;
    z-index: 99999;
}

.open-popup-link .ac_popup.active {
    display: block;
}

.open-popup-link.remove_popup #popup1 {
    display: none;
}

.ac_popup>span {
    position: absolute;
    right: 7vw;
    font-size: 3vw;
    color: #fff;
    top: 0vw;
    cursor: pointer;
}


.ac_popup .section_left_item .slick-list{
    width: 100%;
    height: 100%;
}
.ac_popup .section_left_item .slick-list .slick-track{
    height: 100%;
    /* width: 100% !important; */
}
.ac_popup .section_left_item .slick-list .slick-track .slick-slide{
    /* width: 100% !important; */
}
.ac_popup .section_left_item .slick-list .slick-track .slick-slide div{
    display: block;
    width: 100%;
    height: 100%;
}
.ac_popup .section_left_item .slick-list .slick-track .slick-slide div img{
    opacity: 0;
}
@media screen and (max-width: 768px) {
    .ac_popup .section_in {
        width: 80%;
        height: auto;
    }
.ac_popup>span{
    font-size: 12vw;
    z-index: 9;
    right: 3vw;
}
    .slide_img ul.slick-dots{
    bottom: 4vw;
}
    .popup_slide .section_left_item {
        width: 100%;
        height: 35vw;
        overflow: hidden;
    }

    .slide_img {
        height: auto;
    }

    .slide_img .slide_image_bg {
        height: 90vw;
    }

    .popup_slide .section_right_item {
        width: 100%;
    }

    .slide_info_passage p {
        font-size: 2.5vw;
    }

    .slide_head_address {
        font-size: 2vw;
    }

    .slide_image_bg{
        width: 78vw !important;
        height: 70vw;
        border-bottom: 1px solid #000;
    }

    .slide_head_address p {
        font-size: 3vw;
    }

    .slide_head_address p::before {
        width: 3.264vw;
        height: 3.281vw;
        left: -3.8vw;
        top: 1vw;
    }

    .slide_info_passage ul li {
        font-size: 2.5vw;
        margin-bottom: 1.2vw;
    }

    .slide_info_left,
    .slide_info_right {
        width: 100%;
    }

    .slide_info:last-child .slide_info_passage {
        flex-wrap: wrap;
    }

    .slide_info_passage ul li::before {
        width: 1.555vw;
        height: 1.623vw;
        left: -2.4vw;
    }

    .slide_info_right ul {
        padding-top: 0px;
    }

    .slide_info_left ul {
        padding-bottom: 0px;
    }

    .ac_popup {
        height: 100%;
        overflow: scroll;
    }
    .ac_popup .section_left_item,
    .ac_popup .section_right_item{
        width: 100%;
    }
    .ac_popup .section_left_item{
        border-bottom: 0;
        border-right: 0;
    }

    .slide_head_name span:first-child {
        font-size: 3vw;
    }

    .slide_info_topic p {
        /* margin-top: 30vw; */
        font-size: 2.5vw;
    }

    .slide_info:nth-child(3) p {
        /* margin-top: 18vw; */
    }

    .slide_info:nth-child(4) p {
        /* margin-top: 24vw; */
    }

    .slide_info_passage {
        padding: 3vw;
    }

    .popup_slide ul.slick-dots {
        bottom: unset;
        top: 30vw;
    }

    .popup_slide .slick-dots li button::before {
        font-size: 2vw;
    }

    .popup_slide ul.slick-dots {
        padding-left: 8.6vw;
    }
    .ac_popup .slide_in{
        flex-direction: column;
    }
}


section#popup3 {
    display: none;
}

section#popup2 {
    display: none;
}






.modal1.is-visible {
    visibility: visible;
    display: block;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal1.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 6em;
    left: 50%;
    width: 32em;
    margin-left: -16em;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.modal1.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}

.modal-header,
.modal-content {
    padding: 1em;
}

.modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
}

.modal-close {
    position: absolute;
    top: -18px;
    right: 20vw;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0;
    z-index: 99;
    background: red;
}

.modal-close:hover {
    color: #777;
}



.modal-content>*:first-child {
    margin-top: 0;
}

.modal-content>*:last-child {
    margin-bottom: 0;
}



















/*( New Button Style )*/
.section_07_link{
    display: block;
    width: 100%;
    text-align: center;
}
.section_07_link a.site_button2{
    width: auto;
    display: inline-block;
    position: relative;
    font-size: 1.042vw;
    color: rgb(0, 0, 0);
    letter-spacing: 0.1vw;
    text-transform: uppercase;
    line-height: 1.6;
    padding: 1.5vw 1.5vw 1.5vw 4.1vw;
    z-index: 2;
    transition: all 0.7s ease 0s;
}
.section_07_link a.site_button2 .btn_arrow{
    position: absolute;
    left: 0px;
    top: 0vw;
    width: 4.7vw;
    height: 100%;
    background-color: rgb(223, 205, 196);
    border-radius: 40vw;
    z-index: 1;
    transition: all 0.7s ease 0s;
    display: flex;
    align-items: center;
    padding-left: 1.4vw;
    padding-right: 1.4vw;
    justify-content: right;
}
.section_07_link a.site_button2 .btn_arrow img{
    width: 1.9vw;
    height: auto;
    display: inline-block;
    transition: all 0.7s ease 0s;
}
.section_07_link a.site_button2 .btn_text{
    z-index: 9;
    position: relative;
    padding-left: 0vw;
    text-align: left;
    font-style: normal;
    font-family: Dallas;
}

.section_07_link a.site_button2:hover{
    padding-left: 2vw;
    padding-right: 4.1vw;
}
.section_07_link a.site_button2:hover .btn_arrow{
    width:100%;
    text-align: right;
    justify-content: right;
    padding-right: 1.4vw;
    transition: all 0.7s ease 0s;
    /* padding-left: 89%; */
}


@media screen and (max-width: 768px) {
    .section_07_link{ }
    .section_07_link a.site_button2{font-size: 4.4vw;padding: 4vw;line-height: 1.6;padding: 6.831vw 1.5vw 6.831vw 18.1vw;}
    .section_07_link a.site_button2 .btn_arrow{width: 20.7vw;padding-right: 6vw;}
    .section_07_link a.site_button2 .btn_arrow img{width: 9vw;}
    .section_07_link a.site_button2 .btn_text{line-height: 1;top: unset;letter-spacing: 0.3vw;}
    
    .section_07_link a.site_button2:hover{padding-right: 1.5vw;padding-left: 18.1vw;}
    .section_07_link a.site_button2:hover .btn_arrow{width: 20.7vw; padding-right: 6vw;}
}