@font-face {
    font-family: 'Dallas';
    src: url('dallas-regular.woff2') format('woff2'),
        url('dallas-regular.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: 'Dallas';
    src: url('dallas-light.woff2') format('woff2'),
        url('dallas-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DallasOutlineThick';
    src: url('dallas-outlinethick.woff2') format('woff2'),
        url('dallas-outlinethick.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DallasOutline';
    src: url('dallas-outlinethin.woff2') format('woff2'),
        url('dallas-outlinethin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ESRebondGrotesque';
    src: url('esrebondgrotesque-regular.woff2') format('woff2'),
        url('esrebondgrotesque-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zephyr';
    src: url('zephyrregular.woff2') format('woff2'),
        url('zephyrregular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'QuincyCF';
    src: url('quincycf-regular.woff2') format('woff2'),
        url('quincycf-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* global */
body {
    font-family: 'ESRebondGrotesque';
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    color: #202020;
    background-color: #FDF9F6;
}

h1 {
    font-family: 'Zephyr';
    font-size: 110px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.2px;
    text-align: center;
    text-transform: uppercase;
    color: #202020;
    padding-right: 4px;
    margin: 0;
}

h2 {
    font-family: 'Zephyr';
    font-size: 41px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.02;
    letter-spacing: -0.3px;
    text-align: center;
    text-transform: uppercase;
    color: #202020;
    margin: 0;
    margin-bottom: 20px;
}

h3 {
    font-family: 'QuincyCF';
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    color: #212121;
    margin: 0;
    margin-bottom: 20px;
}

h4 {
    font-family: 'Zephyr';
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.97;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    color: #202020;
    margin: 0;
    margin-bottom: 20px;
}

h5 {
    font-family: 'Dallas';
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: -0.3px;
    text-align: center;
    color: #fdf9f7;
    margin: 0;
    margin-top: -18px;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

.site_button,
input[type="submit"] {
    display: inline-block;
    background-color: #C7E6E8;
    font-family: 'Dallas';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    color: #202020;
    text-transform: uppercase;
    padding: 9px 86px 9px 9px;
    border: solid 1px #202020;
    cursor: pointer;
    transition: all .35s ease;
    position: relative;
    z-index: 9;
}

.site_button:hover,
input[type="submit"]:hover {
        background-color: #FDF9F6;
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.site_button:before {
    content: "";
    position: absolute;
    background-image: url(arrow_btn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 13px;
    top: 50%;
    transform: translateY(-50%);
    right: 9px;
    z-index: 99;
}

a:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.section_inner {
    margin: 0 auto;
}

mark {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #EEBB9A 0%, #EEBB9A 100%);
    background-repeat: no-repeat;
    background-size: 100% 62%;
    background-position: 0 130%;
    color: inherit;
}

.desktop_only {
    display: block;
}

.mobile_only {
    display: none;
}

br.m {
    display: none !important;
}

@media (max-width: 1440px) {
    body {
        font-size: 1.458vw;
    }

    h1 {
        font-size: 7.639vw;
        letter-spacing: -0.014vw;
        padding-right: 0.278vw;
    }

    h2 {
        font-size: 2.847vw;
        letter-spacing: -0.021vw;
        margin-bottom: 1.389vw;
    }

    h3 {
        font-size: 2.5vw;
        margin-bottom: 1.389vw;
    }

    h4 {
        font-size: 1.667vw;
        margin-bottom: 1.389vw;
    }

    h5 {
        font-size: 1.597vw;
        letter-spacing: -0.021vw;
        margin-top: -1.25vw;
    }

    p {
        margin-bottom: 1.389vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 0.833vw;
        letter-spacing: -0.035vw;
        padding: 0.625vw 5.972vw 0.625vw 0.625vw;
    }

    .site_button:before {
        width: 2.778vw;
        height: 0.903vw;
        right: 0.625vw;
    }
}

@media (max-width: 1140px) {
    body {
        font-size: 1.842vw;
    }

    h1 {
        font-size: 8.5vw;
        letter-spacing: -0.018vw;
        padding-right: 0.351vw;
    }

    h2 {
        font-size: 3.596vw;
        letter-spacing: -0.026vw;
        margin-bottom: 1.754vw;
    }

    h3 {
        font-size: 3.158vw;
        margin-bottom: 1.754vw;
    }

    h4 {
        font-size: 2.105vw;
        margin-bottom: 1.754vw;
    }

    h5 {
        font-size: 2.018vw;
        letter-spacing: -0.026vw;
        margin-top: -1.579vw;
    }

    p {
        margin-bottom: 1.754vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.053vw;
        letter-spacing: -0.044vw;
        padding: 0.789vw 7.544vw 0.789vw 0.789vw;
    }

    .site_button:before {
        width: 3.509vw;
        height: 1.14vw;
        right: 0.789vw;
    }

    br {
        display: none;
    }
}

@media (max-width: 1024px) {
    body {
        font-size: 2.051vw;
    }

    h2 {
        font-size: 4.004vw;
        letter-spacing: -0.029vw;
        margin-bottom: 1.953vw;
    }

    h3 {
        font-size: 3.516vw;
        margin-bottom: 1.953vw;
    }

    h4 {
        font-size: 2.344vw;
        margin-bottom: 1.953vw;
    }

    p {
        margin-bottom: 1.953vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.172vw;
        letter-spacing: -0.049vw;
        padding: 0.879vw 8.398vw 0.879vw 0.879vw;
    }

    .site_button:before {
        width: 3.906vw;
        height: 1.27vw;
        right: 0.879vw;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 2.734vw;
    }

    h1 {
        font-size: 9vw;
        letter-spacing: -0.026vw;
        padding-right: 0.521vw;
    }

    h2 {
        font-size: 5.339vw;
        letter-spacing: -0.039vw;
        margin-bottom: 2.604vw;
    }

    h3 {
        font-size: 4.688vw;
        margin-bottom: 2.604vw;
    }

    h4 {
        font-size: 3.125vw;
        margin-bottom: 2.604vw;
    }

    h5 {
        font-size: 2.995vw;
        letter-spacing: -0.039vw;
        margin-top: -2.344vw;
    }

    p {
        margin-bottom: 2.604vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.563vw;
        letter-spacing: -0.065vw;
        padding: 1.172vw 11.198vw 1.172vw 1.172vw;
    }

    .site_button:before {
        width: 5.208vw;
        height: 1.693vw;
        right: 1.172vw;
    }

    .desktop_only {
        display: none;
    }

    .mobile_only {
        display: block;
        margin: 0 auto;
    }

    br.m {
        display: block !important;
    }
}

@media (max-width: 550px) {
    body {
        font-size: 2.926vw;
        line-height: 1.36;
        letter-spacing: normal;
    }

    h1 {
        font-size: 11.702vw;
        line-height: normal;
        letter-spacing: normal;
        padding-right: 0.727vw;
    }

    h2 {
        font-size: 9.84vw;
        line-height: 1;
        letter-spacing: normal;
        margin-bottom: 3.636vw;
    }

    h3 {
        font-size: 6.545vw;
        margin-bottom: 3.636vw;
    }

    h4 {
        font-size: 3.723vw;
        line-height: 0.93;
        letter-spacing: normal;
        margin-bottom: 2vw;
    }

    h5 {
        font-size: 3.723vw;
        line-height: 1.07;
        letter-spacing: normal;
        margin-top: -3.273vw;
    }

    p {
        margin-bottom: 3.636vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 2.66vw;
        line-height: normal;
        letter-spacing: normal;
        padding: 2.8vw 24.9vw 2.6vw 4vw;
    }

    .site_button:before {
        width: 9.011vw;
        height: 2.666vw;
        right: 1.236vw;
    }
}


/* Header */
.cl_header {
    padding-top: 53px;
    padding-bottom: 50px;
    padding-left: 64px;
    padding-right: 64px;
    position: fixed;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 0;
}

.cl_header .section_inner {
    display: flex;
    justify-content: space-between;
}

.cl_header_left {
    width: 30px;
    padding-top: 8px;
}

.cl_logo_image {
    /* width: 200px; */
}

.cl_header_right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.cl_header_right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: none;
}

.cl_header_right li {
    display: inline-block;
    margin: 0;
    padding-left: 28px;
}

.cl_header_right li a {
    font-family: 'BrandonText';
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    color: #000000;
    position: relative;
    display: block;
    padding-bottom: 5px;
}

.cl_header_right li a:after {
    content: " ";
    width: 100%;
    height: 4px;
    background-color: rgb(226 168 131 / 0%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.cl_header_right li a:hover:after {
    background-color: #e2a883;
}

.responsive-menu-hand {
    /* display: none; */
    transition: 0.3s;
}

.responsive-menu-hand svg {
    width: 100%;
    height: 80%;

}
.responsive-menu-hand:hover{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.responsive-menu-close {
    clear: both;
    height: 40px;
    width: 50px;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.responsive-menu-close strong {
    position: relative;
    height: 0px;
    width: 40px;
    display: block;
}

.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(2) {
    width: 49px;
    display: block;
    background-color: #000;
    height: 2px;
}

.responsive-menu-close span:nth-child(1) {
    transform: rotate(-45deg);
    margin-top: 18px;
}

.responsive-menu-close span:nth-child(2) {
    transform: rotate(45deg);
    margin-top: -3px;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background: rgb(253 249 247 / 96%);
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    transition: right 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.responsive-menu.active {
    right: 0;
}

.responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-bottom: 0;
}

.responsive-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 40px;
}

.responsive-menu ul li:last-child {
    margin-top: 100px;
}

.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
    height: 40px;
    display: block;
    text-decoration: none;
    font-family: Zephyr;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #202020;
    border: 0;
    margin: 0;
}

.responsive-menu ul li:last-child a {
    font-family: 'ESRebondGrotesque';
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #202020;
}

.responsive-menu ul li:hover {
    text-decoration: none;
}

.responsive-menu ul li a:hover {
    color: #000000;
}

@media (max-width: 1440px) {
    .cl_header {
        padding-top: 3.681vw;
        padding-bottom: 3.472vw;
        padding-left: 4.444vw;
        padding-right: 4.444vw;
        width: 100%;
        z-index: 99;
        left: 0;
        top: 0;
    }

    .cl_header_right li {
        padding-left: 1.944vw;
    }

    .cl_header_right li a {
        font-size: 0.972vw;
        letter-spacing: 0.097vw;
        padding-bottom: 0.347vw;
    }

    .cl_header_right li a:after {
        height: 0.278vw;
    }
}

@media (max-width: 1140px) {
    .cl_header_right li a {
        font-size: 1.2vw;
        letter-spacing: 0.097vw;
        padding-bottom: 0.347vw;
    }
}

@media (max-width: 1024px) {
    .cl_header_right ul {
        /* display: none; */
    }

    .responsive-menu-hand {
        /* display: block; */
    }
}

@media (max-width: 768px) {}

@media (max-width: 550px) {
    .cl_header {
        padding-top: 8vw;
        padding-bottom: 3.472vw;
        padding-left: 5.267vw;
        padding-right: 6.167vw;
        width: 100%;
        z-index: 99;
        left: 0;
        top: 0;
    }

    .cl_header_left {
        width: 25px;
        padding-top: 0;
        margin-top: -0.5vw;
    }
}





/* section 1 */
.cl1 {
    padding-top: 48px;
    padding-bottom: 116px;
    /* height: fit-content; */
    height: 100vh;
}

.cl1:before {
    content: "";
    position: absolute;
    background-image: url(cl1_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: right center;
    background-attachment: fixed;
}

.cl1_logo {
    position: fixed;
    width: 100px;
    bottom: 33px;
    left: 33px;
    z-index: 10;
}

.cl1_arrow {
    position: absolute;
    width: 50px;
    height: 105px;
    bottom: 47px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    cursor: pointer;
}
.cl1_arrow span{
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-image: url(cl1_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: anime_button 0.4s infinite alternate;
    -moz-animation: anime_button 0.4s infinite alternate;
    animation: anime_button 0.4s infinite alternate;
    position: relative;
}
@keyframes anime_button {
  from {top: 0px;}
  to {top: 10px;}
}
.cl1 .section_inner {
    width: 1280px;
}

.cl1 .section_in {
    display: flex;
    flex-wrap: wrap;
    width: 851px;
    margin-left: auto;
}

.cl1 .section_left_item {
    width: 50%;
}

.cl1_img {
    width: 422px;
    margin-top: -59px;
    position: relative;
    z-index: -1;
}

.cl1 .section_right_item {
    width: 50%;
    padding-top: 171px;
    padding-left: 90px;
}

.cl1 .section_right_item h2 {
    text-transform: inherit;
    text-align: left;
    margin-bottom: 26px;
}

.cl1 .section_right_item h2 span {
    color: #ef752d;
}

.cl1 .site_button {
    margin-left: 86px;
    padding: 9px 72px 9px 20px;
    background-color: #FDF9F6;
}

.cl1 .site_button:hover {
    background-color: #65c3ca;
}

/* responsive */
@media (max-width: 1440px) {
    .cl1 {
        padding-top: 3.333vw;
        padding-bottom: 8.056vw;
        height: 100vh;
    }

    .cl1_logo {
        width: 6.944vw;
        bottom: 2.292vw;
        left: 2.292vw;
    }

    .cl1_arrow {
        width: 3.472vw;
        height: 7.292vw;
        bottom: 3.264vw;
    }

    .cl1 .section_inner {
        width: 88.889vw;
    }

    .cl1 .section_in {
        width: 59.097vw;
    }

    .cl1_img {
        width: 29.306vw;
        margin-top: -4.097vw;
    }

    .cl1 .section_right_item {
        padding-top: 11.875vw;
        padding-left: 6.25vw;
    }

    .cl1 .section_right_item h2 {
        margin-bottom: 1.806vw;
    }

    .cl1 .site_button {
        margin-left: 4.972vw;
        padding: 0.625vw 5vw 0.625vw 1.389vw;
    }
}

@media (max-width: 1140px) {
    .cl1 .section_right_item {
        padding-left: 5.25vw;
    }

    .cl1 .site_button {
        margin-left: 2vw;
        padding: 0.789vw 7.544vw 0.789vw 0.789vw;
    }



}

@media (max-width: 1024px) {
    .cl1 .site_button {
        margin-left: 0vw;
    }
}

@media (max-width: 768px) {
    .cl1 {
        padding-top: 20.25vw;
        padding-bottom: 7vw;
    }

    .cl1:before {
        display: none;
    }

    .cl1_logo {
        width: 9.5vw;
        bottom: unset;
        left: 50%;
        transform: translateX(-50%);
        top: 2vw;
        z-index: 999;
        position: absolute;
    }

    .cl1_arrow {
        display: none;
    }

    .cl1 .section_inner {
        width: 100vw;
        padding: 0 8vw;
    }

    .cl1 .section_in {
        width: 100%;
        flex-direction: column;
    }

    .cl1 .section_left_item {
        width: 100%;
    }

    .cl1_img {
        width: 54.948vw;
        margin: 0 auto;
        margin-top: -6.5vw;
    }

    .cl1 .section_right_item {
        width: 100%;
        padding-top: 5vw;
        padding-left: 0;
        padding: 5vw 15vw 0;
        text-align: center;
    }

    .cl1 .section_right_item h2 {
        margin-bottom: 3.385vw;
        text-align: center;
    }

    .cl1 .site_button {
        margin-left: 0;
        padding: 1.172vw 9.375vw 1.172vw 2.604vw;
    }
}

@media (max-width: 550px) {
    .cl1 {
        padding-top: 28.95vw;
        padding-bottom: 15.5vw;
    }

    .cl1:before {
        display: none;
    }

    .cl1_logo {
        width: 12.7vw;
        bottom: unset;
        left: 50%;
        transform: translateX(-50%);
        top: 2.4vw;
        z-index: 999;
        position: absolute;
    }

    .cl1_arrow {
        display: none;
    }

    .cl1 .section_inner {
        width: 100vw;
        padding: 0 5vw;
    }

    .cl1 .section_in {
        width: 100%;
        flex-direction: column;
    }

    .cl1_img {
        width: 69.5vw;
        margin: 0 auto;
        margin-top: -9.2vw;
    }

    .cl1 .section_right_item {
        padding-left: 0;
        padding: 15.3vw 8vw 0;
        text-align: center;
    }

    .cl1 .section_right_item h2 {
        font-size: 8.777vw;
        line-height: 1;
        letter-spacing: normal;
        margin-bottom: 4vw;
        text-align: center;
    }

    .cl1 .site_button {
        margin-left: 0;
        padding: 2.5vw 13.7vw 2.5vw 1.5vw;
    }
}





/* section 2 */
.cl2 {
    background-color: #FDEEE9;
    padding-top: 59px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.cl2_art {
    position: absolute;
    width: 100%;
    height: 1440px;
    border-radius: 50%;
    background-color: #F3DBC3;
    top: 310px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.cl2 .section_inner {
    width: 780px;
}

.cl2_img {
    display: flex;
    padding-left: 19px;
    padding-right: 28px;
    padding-bottom: 39px;
}

.cl2_img1 {
    width: 429px;
    margin-right: -22px;
    margin-top: 19px;
    position: relative;
    z-index: 99;
}

.cl2_img2 {
    width: 427px;
    margin-left: -98px;
    padding-right: 7px;
}

.cl2 h2 {
    margin-bottom: 38px;
}

.cl2 p {
    text-align: center;
    margin-bottom: 24px;
}

.cl2 p:last-child {
    margin-bottom: 51px;
}

.cl2_btn {
    text-align: center;
}

.cl2 .site_button {
    padding: 9px 60px 9px 9px;
}

/* responsive */
@media (max-width: 1440px) {
    .cl2 {
        padding-top: 4.097vw;
    }

    .cl2_art {
        height: 100vw;
        top: 21.528vw;
    }

    .cl2 .section_inner {
        width: 54.167vw;
    }

    .cl2_img {
        padding-left: 1.319vw;
        padding-right: 1.944vw;
        padding-bottom: 2.708vw;
    }

    .cl2_img1 {
        width: 29.792vw;
        margin-right: -1.528vw;
        margin-top: 1.319vw;
    }

    .cl2_img2 {
        width: 29.653vw;
        margin-left: -6.806vw;
        padding-right: 0.486vw;
    }

    .cl2 h2 {
        margin-bottom: 2.639vw;
    }

    .cl2 p {
        margin-bottom: 1.667vw;
    }

    .cl2 p:last-child {
        margin-bottom: 3.542vw;
    }

    .cl2 .site_button {
        padding: 0.625vw 4.167vw 0.625vw 0.625vw;
    }
}

@media (max-width: 1140px) {
    .cl2 .site_button {
        padding: 0.789vw 7.544vw 0.789vw 0.789vw;
    }
    .cl2_art {
        width: 105vw;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .cl2 {
        padding-top: 7.682vw;
    }

    .cl2:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 32%;
        background-color: #F3DBC3;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .cl2_art {
        width: 100vw;
        height: 100vw;
        top: 40.365vw;
    }

    .cl2 .section_inner {
        width: 100vw;
        padding: 0 8vw;
    }

    .cl2_img {
        padding-left: 2.474vw;
        padding-right: 3.646vw;
        padding-bottom: 5.078vw;
    }

    .cl2_img1 {
        width: 55.859vw;
        margin-right: -2.865vw;
        margin-top: 2.474vw;
    }

    .cl2_img2 {
        width: 55.599vw;
        margin-left: -12.76vw;
        padding-right: 0.911vw;
    }

    .cl2 h2 {
        margin-bottom: 4.948vw;
    }

    .cl2 p {
        text-align: left;
        margin-bottom: 3.125vw;
    }

    .cl2_btn {
        text-align: left;
    }

    .cl2 p:last-child {
        margin-bottom: 6.641vw;
    }

    .cl2 .site_button {
        padding: 1.172vw 7.813vw 1.172vw 1.172vw;
    }
}

@media (max-width: 550px) {
    .cl2 {
        padding-top: 23.7vw;
    }

    .cl2:before {
        height: 50%;
    }

    .cl2_art {
        height: 100vw;
        top: 47.5vw;
    }

    .cl2 .section_inner {
        width: 100vw;
        padding: 0 2.2vw;
    }

    .cl2_img {
        padding-left: 1.8vw;
        padding-right: 3.646vw;
        padding-bottom: 12.278vw;
    }

    .cl2_img1 {
        width: 55vw;
        margin-right: -2.865vw;
        margin-top: 2.474vw;
    }

    .cl2_img2 {
        width: 55.599vw;
        margin-left: -12.76vw;
        padding-right: 1.4vw;
    }

    .cl2 article {
        padding-left: 9.2vw;
        padding-right: 9.8vw;
    }

    .cl2 h2 {
        margin-bottom: 10.4vw;
    }

    .cl2 p {
        margin-bottom: 4vw;
    }

    .cl2_btn {
        margin-left: 9.3vw;
    }

    .cl2 p:last-child {
        margin-bottom: 8.2vw;
    }

    .cl2 .site_button {
        padding: 2.5vw 13.4vw 2.5vw 2.4vw;
    }
}




/* section 3 */
.cl3 {
    background-color: #F3DBC3;
    padding-top: 208px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.cl3_art {
    position: absolute;
    width: 100%;
    height: 1440px;
    border-radius: 50%;
    background-color: #FDF9F6;
    top: 97px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.cl3 .section_inner {
    width: 1080px;
}

.cl3 .section_in {
    display: flex;
    flex-wrap: wrap;
}

.cl3 .section_left_item {
    width: 48%;
    padding-left: 18px;
}

.cl3_img {
    width: 448px;
}

.cl3 .section_right_item {
    width: 52%;
    padding-top: 87px;
    padding-left: 21px;
}

.cl3 .section_right_item h2 {
    text-align: left;
    margin-bottom: 42px;
    padding-left: 6px;
    position: relative;
    z-index: 9;
}

.cl3 .section_right_item h2:before {
    content: "";
    position: absolute;
    background-image: url(cl3_text_mark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 497px;
    height: 83px;
    bottom: -10px;
    left: 0;
    z-index: -1;
}

.cl3 .section_right_item p {
    margin-bottom: 24px;
}

.cl3 .section_right_item p:last-child {
    margin-bottom: 44px;
}

.cl3 .site_button {
    padding: 9px 118px 9px 9px;
}

/* responsive */
@media (max-width: 1440px) {
    .cl3 {
        padding-top: 14.444vw;
    }

    .cl3_art {
        height: 100vw;
        top: 6.736vw;
    }

    .cl3 .section_inner {
        width: 75vw;
    }

    .cl3 .section_left_item {
        padding-left: 1.25vw;
    }

    .cl3_img {
        width: 31.111vw;
    }

    .cl3 .section_right_item {
        padding-top: 6.042vw;
        padding-left: 1.458vw;
    }

    .cl3 .section_right_item h2 {
        margin-bottom: 2.917vw;
        padding-left: 0.417vw;
    }

    .cl3 .section_right_item h2:before {
        width: 34.514vw;
        height: 5.764vw;
        bottom: -0.694vw;
    }

    .cl3 .section_right_item p {
        margin-bottom: 1.667vw;
    }

    .cl3 .section_right_item p:last-child {
        margin-bottom: 3.056vw;
    }

    .cl3 .site_button {
        padding: 0.625vw 8.194vw 0.625vw 0.625vw;
    }
}

@media (max-width: 1140px) {

    .cl3 .section_right_item {
        padding-top: 0;
    }

    .cl3 .section_right_item h2:before {
        display: none;
    }

    .cl3 .site_button {
        padding: 0.789vw 7.544vw 0.789vw 0.789vw;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .cl3 {
        padding-top: 27.083vw;
    }

    .cl3:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 64%;
        background-color: #FDF9F6;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .cl3_art {
        height: 100vw;
        top: 8vw;
    }

    .cl3 .section_inner {
        width: 100vw;
        padding: 0 8vw;
    }

    .cl3 .section_in {
        flex-direction: column;
    }

    .cl3 .section_left_item {
        width: 100%;
        padding-left: 0;
    }

    .cl3_img {
        width: 60vw;
        margin: 0 auto;
    }

    .cl3 .section_right_item {
        width: 100%;
        padding-top: 11.328vw;
        padding-left: 0;
        text-align: center;
        padding: 11vw 5vw 0;
    }

    .cl3 .section_right_item h2 {
        margin: 0 12vw 5.469vw;
        text-align: center;
    }

    .cl3 .section_right_item h2:before {
        display: block;
        background-image: url(cl3_text_mark_m.svg);
        width: 43.5vw;
        height: 13.8vw;
        bottom: 0.1vw;
        left: 2.6vw;
    }

    .cl3 .section_right_item p {
        margin-bottom: 3.125vw;
    }

    .cl3 .section_right_item p:last-child {
        margin-bottom: 5.729vw;
    }

    .cl3 .site_button {
        padding: 1.172vw 15.365vw 1.172vw 1.172vw;
    }
}

@media (max-width: 550px) {
    .cl3 {
        padding-top: 35.5vw;
    }

    .cl3:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 64%;
        background-color: #FDF9F6;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .cl3_art {
        top: 16.3vw;
    }

    .cl3 .section_inner {
        width: 100vw;
        padding: 0 6vw;
    }

    .cl3 .section_in {
        flex-direction: column;
    }

    .cl3 .section_left_item {
        padding-right: 3vw;
    }

    .cl3_img {
        width: 48.5vw;
    }

    .cl3 .section_right_item {
        width: 100%;
        padding-top: 11.328vw;
        padding-left: 0;
        text-align: center;
        padding: 11vw 2.8vw 0 0;
    }

    .cl3 .section_right_item h2 {
        margin: 0;
        margin-bottom: 6.9vw;
    }

    .cl3 .section_right_item h2:before {
        width: 80.5vw;
        height: 25.8vw;
        bottom: -0.9vw;
        left: 1.6vw;
    }

    .cl3 .section_right_item p {
        margin-bottom: 4vw;
        padding-right: 2.3vw;
    }

    .cl3 .section_right_item p:last-child {
        margin-bottom: 6.4vw;
    }

    .cl3 .site_button {
        padding: 2.5vw 39.5vw 2.5vw 3.4vw;
    }
}




/* section 4 */
.cl4 {
    padding-top: 156px;
    padding-bottom: 198px;
    margin-top: 143px;
}

.cl4_leftimg{
    position: absolute;
    background-image: url(cl4_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.cl4_rightimg{
    position: absolute;
    background-image: url(cl4_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
}

.cl4 .section_inner {
    width: 312px;
    z-index: 2;
    position: relative;
}

.cl4_logo{
    
}

.cl4_logo_in{
    width: 312px;
    position: relative;
    height: 312px;
}
.cl4_logo_in svg{
    width: 312px;
    height: 312px;
    animation: rotation 39s infinite linear !important;
}
.cl4_logo_svg1{
    width: 312px;
    position: relative;
    height: 312px;
}
.cl4_logo_svg2{
    position: absolute;
    top: 0px;
    left: 0px;
    /* animation: rotation2 9s infinite linear !important; */
    width: 312px;
    height: 312px;
}
.cl4_logo_svg3{
    position: absolute;
    top: 0px;
    left: 0px;
    /* animation: rotation 9s infinite linear !important; */
    width: 312px;
    height: 312px;
}
.cl4_logo_in .cl4_logo_svg1 svg{
    animation: unset !important;
}
.cl4_logo_in .cl4_logo_svg2 svg{
    animation: rotation2 39s infinite linear !important;
}
.cl4_leftimg .kjb-video-responsive{
    padding-bottom: 78%;
    width: 200%;
    height: 100%;
    margin-left: -50%;
}
.cl4_rightimg .kjb-video-responsive{    
    padding-bottom: 78%;    
    width: 200%;    
    height: 100%;   
    margin-left: -50%;
}
/* responsive */
@media (max-width: 1440px) {
    .cl4 {
        padding-top: 10.833vw;
        padding-bottom: 13.75vw;
        margin-top: 9.931vw;
    }

    .cl4 .section_inner {
        width: 21.667vw;
    }

    .cl4_logo{

    }

    .cl4_logo_in{
        width: 21.667vw;
        height: 21.667vw;
    }
    .cl4_logo_in svg{
        width: 21.667vw;
        height: 21.667vw;
    }
    .cl4_logo_svg1{
        width: 21.667vw;
        height: 21.667vw;
    }
    .cl4_logo_svg2{
        width: 21.667vw;
        height: 21.667vw;
    }
    .cl4_logo_svg3{
        width: 21.667vw;
        height: 21.667vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .cl4 {
        padding-top: 92vw;
        padding-bottom: 0;
        margin-top: 7vw;
    }

    .cl4 .section_inner {
        width: 40.625vw;
    }

    .cl4_leftimg {
        width: 100%;
        background-image: url(cl4_1m.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .cl4_logo {
        width: 30vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -15vw;
    }
    .cl4_logo_in{
        width: 30vw;
        height: 30vw;
    }
    .cl4_logo_in svg{
        width: 30vw;
        height: 30vw;
    }
    .cl4_logo_svg1{
        width: 30vw;
        height: 30vw;
    }
    .cl4_logo_svg2{
        width: 30vw;
        height: 30vw;
    }
    .cl4_logo_svg3{
        width: 30vw;
        height: 30vw;
    }
    .cl4_rightimg {
        display: none;
    }
}

@media (max-width: 550px) {
    .cl4 {
        padding-top: 160.4vw;
        margin-top: 5.9vw;
    }

    .cl4_logo {
        width: 89.2vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -44.5vw;
    }
    .cl4_logo_in{
        width: 89.2vw;
        height: 89.2vw;
    }
    .cl4_logo_in svg{
        width: 89.2vw;
        height: 89.2vw;
    }
    .cl4_logo_svg1{
        width: 89.2vw;
        height: 89.2vw;
    }
    .cl4_logo_svg2{
        width: 89.2vw;
        height: 89.2vw;
    }
    .cl4_logo_svg3{
        width: 89.2vw;
        height: 89.2vw;
    }
    .cl4_leftimg .kjb-video-responsive{
        
padding-bottom: 161%;
        
width: 290%;
        
height: 100%;
        
margin-left: -80%;
    }
    .cl4_leftimg .kjb-video-responsive .wistia_embed{
        
    }
}





/* section 5 */
.cl5 {
    padding-top: 80px;
    padding-bottom: 142px;
}

.cl5 .section_inner {
    width: 1090px;
    position: relative;
    z-index: 9;
}

.cl5_art_logo {
    position: absolute;
    background-image: url(cl5_art_logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 166px;
    height: 166px;
    bottom: -60px;
    right: -113px;
    z-index: 99;
    animation: rotation 9s infinite linear !important;
}

.cl5 .section_inner h2 {
    margin-bottom: 47px;
    position: relative;
    z-index: 9;
}

.cl5 .section_inner h2:before {
    content: "";
    position: absolute;
    background-image: url(cl5_text_mark1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 461px;
    height: 25px;
    bottom: 0px;
    right: 144px;
    z-index: -1;
}

.cl5 .section_inner>p {
    text-align: center;
    margin-bottom: 67px;
    position: relative;
    z-index: 9;
}

.cl5 .section_inner>p:before {
    content: "";
    position: absolute;
    background-image: url(cl5_text_mark2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 115px;
    height: 68px;
    top: -20px;
    left: 33%;
    z-index: -1;
}

.cl5 .section_in {
    padding-bottom: 47px;
}

.cl5_item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 2px #202020;
}

.cl5_item:last-child {
    border: 0;
}

.cl5 .section_left_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
    padding-top: 21px;
    padding-bottom: 26px;
    border-right: solid 2px #202020;
}

.cl5_item_number {
    display: flex;
    flex-wrap: wrap;
    width: 40%;
    font-family: Zephyr;
    font-size: 297px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #202020;
    padding-left: 54px;
    margin-bottom: 0px;
}

.cl5_item:nth-child(2) .section_left_item .cl5_item_number {
    padding-top: 63px;
    padding-left: 28px;
    margin-bottom: -71px;
}

.cl5_item:nth-child(2) .section_right_item .cl5_item_number {
    padding-top: 60px;
    padding-left: 58px;
    margin-bottom: -69px;
}

.cl5_item_inf {
    width: 60%;
    padding-left: 2px;
    margin-top: -64px;
    padding-right: 50px;
}

.cl5_item:nth-child(2) .section_left_item .cl5_item_inf {
    padding-top: 141px;
}

.cl5_item:nth-child(2) .section_right_item .cl5_item_inf {
    padding-top: 157px;
}

.cl5 .section_right_item .cl5_item_inf {
    padding-left: 58px;
    margin-top: -70px;
    padding-right: 15px;
}

.cl5_item_inf h4 {
    display: inline-block;
    position: relative;
    z-index: 9;
    cursor: pointer;
}

/*.cl5_item:nth-child(1) .section_left_item .cl5_item_inf h4:before {
    content: "";
    position: absolute;
    background-image: url(cl5_text_hover.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 189%;
    height: 282%;
    top: 46%;
    left: 59%;
    transform: translate(-50%, -50%);
    z-index: -1;
}*/

.cl5_item_inf h4.mobile_only {
    display: none;
}

.cl5 .section_right_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
    padding-top: 25px;
    padding-bottom: 22px;
}

.cl5_button {
    text-align: center;
}


.cl5_item_hover:hover .cl5_item_inf h4:before {
    content: "";
    position: absolute;
    background-image: url(cl5_text_hover.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 189%;
    height: 282%;
    top: 46%;
    left: 59%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.section_right_item:hover .cl5_item_inf h4:before {
    width: 160%;
    height: 309%;
    top: 37%;
    left: 59%;
}

/* responsive */
@media (max-width: 1440px) {
    .cl5 {
        padding-top: 5.556vw;
        padding-bottom: 9.861vw;
    }

    .cl5 .section_inner {
        width: 75.694vw;
    }

    .cl5_art_logo {
        width: 11.528vw;
        height: 11.528vw;
        bottom: -4.167vw;
        right: -7.847vw;
    }

    .cl5 .section_inner h2 {
        margin-bottom: 3.264vw;
    }

    .cl5 .section_inner h2:before {
        width: 32.014vw;
        height: 1.736vw;
        bottom: 0vw;
        right: 10vw;
    }

    .cl5 .section_inner>p {
        margin-bottom: 4.653vw;
    }

    .cl5 .section_inner>p:before {
        width: 7.986vw;
        height: 4.722vw;
        top: -1.389vw;
    }

    .cl5 .section_in {
        padding-bottom: 3.264vw;
    }

    .cl5 .section_left_item {
        padding-top: 1.458vw;
        padding-bottom: 1.806vw;
    }

    .cl5_item_number {
        font-size: 20.625vw;
        padding-left: 3.75vw;
        margin-bottom: 0vw;
    }

    .cl5_item:nth-child(2) .section_left_item .cl5_item_number {
        padding-top: 4.375vw;
        padding-left: 1.944vw;
        margin-bottom: -4.931vw;
    }

    .cl5_item:nth-child(2) .section_right_item .cl5_item_number {
        padding-top: 4.167vw;
        padding-left: 4.028vw;
        margin-bottom: -4.792vw;
    }

    .cl5_item_inf {
        padding-left: 0.139vw;
        margin-top: -4.444vw;
        padding-right: 3.472vw;
    }

    .cl5_item:nth-child(2) .section_left_item .cl5_item_inf {
        padding-top: 9.792vw;
    }

    .cl5_item:nth-child(2) .section_right_item .cl5_item_inf {
        padding-top: 10.903vw;
    }

    .cl5 .section_right_item .cl5_item_inf {
        padding-left: 4.028vw;
        margin-top: -4.861vw;
        padding-right: 1.042vw;
    }

    .cl5 .section_right_item {
        padding-top: 1.736vw;
        padding-bottom: 1.528vw;
    }
}

@media (max-width: 1140px) {

    .cl5_item_number {
        font-size: 26.053vw;
    }

}

@media (max-width: 1024px) {
    .cl5_item_number {
        font-size: 22vw;
    }

}

@media (max-width: 768px) {

    .cl5 {
        padding-top: 20vw;
        padding-bottom: 10vw;
    }

    .cl5 .section_inner {
        width: 100vw;
        padding: 0 11vw;
    }

    .cl5_art_logo {
        display: none;
    }

    .cl5 .section_inner h2 {
        font-size: 6.713vw;
        line-height: 1;
        letter-spacing: normal;
        margin-bottom: 6.4vw;
        padding-right: 2vw;
    }

    .cl5 .section_inner h2:before {
        background-image: url(cl5_text_mark1m.svg);
        width: 67.9vw;
        height: 11.5vw;
        bottom: -1vw;
        right: unset;
        left: 4%;
    }

    .cl5 .section_inner>p {
        margin-bottom: 5.6vw;
    }

    .cl5 .section_inner>p:before {
        width: 13vw;
        height: 8vw;
        top: -1.7vw;
        left: 41%;
    }

    .cl5 .section_in {
        padding-bottom: 5vw;
    }

    .cl5_item {
        flex-direction: column;
        border: 0;
    }

    .cl5 .section_left_item {
        width: 100%;
        padding-top: 4.7vw;
        padding-bottom: 4.2vw;
        margin-bottom: -2vw;
        border-right: none;
        border-bottom: solid 2px #202020;
    }

    .cl5_item:nth-child(2) .section_left_item {
        padding-bottom: 10.3vw;
    }

    .cl5_item_number {
        font-size: 30.479vw;
        line-height: 0.6;
        letter-spacing: normal;
        padding-left: 4.5vw;
        padding-top: 4vw;
        margin-bottom: 0vw;
        width: 28%;
    }

    .cl5 .section_right_item {
        width: 100%;
        padding-top: 7.6vw;
        padding-bottom: 5vw;
        border-bottom: solid 2px #202020;
    }

    .cl5_item:last-child .section_right_item {
        border: 0;
    }

    .cl5 .section_right_item .cl5_item_number {
        padding-left: 0;
    }

    .cl5_item:nth-child(2) .section_left_item .cl5_item_number {
        padding-top: 0;
        padding-left: 1.2vw;
        margin-bottom: -12.909vw;
    }

    .cl5_item:nth-child(2) .section_right_item .cl5_item_number {
        padding-top: 0;
        padding-left: 0;
        margin-bottom: -12.545vw;
        margin-top: -2vw;
    }

    .cl5_item_inf {
        padding-left: 2.1vw;
        margin-top: 0;
        padding-right: 0;
        width: 65%;
        margin-top: -4.5vw;
    }

    .cl5_item_inf h4.desktop_only {
        display: none;
    }

    .cl5_item_inf h4.mobile_only {
        display: inline-block;
    }

    .cl5_item:nth-child(2) .section_left_item .cl5_item_inf {
        padding-top: 4vw;
        margin-top: 0;
    }

    .cl5_item:nth-child(2) .section_right_item .cl5_item_inf {
        padding-top: 5vw;
    }

    .cl5 .section_right_item .cl5_item_inf {
        padding-left: 2.3vw;
        padding-right: 0;
        margin-top: -3vw;
    }
}

@media (max-width: 550px) {
    .cl5 {
        padding-top: 56.4vw;
        padding-bottom: 32.3vw;
    }

    .cl5 .section_inner h2 {
        font-size: 7.713vw;
        margin-bottom: 11.4vw;
        padding-right: 2vw;
    }

    .cl5 .section_inner h2:before {
        width: 74.9vw;
        height: 11.5vw;
        bottom: -1vw;
        left: 0;
    }

    .cl5 .section_inner>p {
        margin-bottom: 5.6vw;
    }

    .cl5 .section_in {
        padding-bottom: 9vw;
    }

    .cl5 .section_left_item {
        padding-top: 4.5vw;
        padding-bottom: 4.2vw;
        margin-bottom: -2vw;
    }

    .cl5_item:nth-child(2) .section_left_item {
        padding-bottom: 14vw;
    }

    .cl5_item_number {
        width: 35%;
        font-size: 45.479vw;
        padding-left: 4.5vw;
        padding-top: 4vw;
        margin-bottom: 0vw;
    }

    .cl5 .section_right_item {
        padding-top: 10.6vw;
        padding-bottom: 5.3vw;
    }

    .cl5_item:nth-child(2) .section_left_item .cl5_item_number {
        padding-top: 6vw;
        padding-left: 1.2vw;
        margin-bottom: -12.909vw;
    }

    .cl5_item:nth-child(2) .section_right_item .cl5_item_number {
        margin-bottom: -12.545vw;
    }

    .cl5_item_inf {
        padding-left: 2.1vw;
        margin-top: -4.5vw;
    }

    .cl5_item:nth-child(2) .section_left_item .cl5_item_inf {
        padding-top: 4vw;
        margin-top: 18.7px;
    }

    .cl5_item:nth-child(2) .section_right_item .cl5_item_inf {
        padding-top: 7vw;
    }

    .cl5 .section_right_item .cl5_item_inf {
        padding-left: 2.3vw;
        margin-top: -3vw;
    }
}





/* section 6 */
.cl6 {
    padding-bottom: 120px;
}

.cl6 .section_inner {
    width: 1440px;
}

.cl6 .section_inner h2 {
    line-height: 1.1;
    padding-right: 10px;
    margin-bottom: 40px;
    position: relative;
    z-index: 9;
}

.cl6 .section_inner h2:before {
    content: "";
    position: absolute;
    background-image: url(cl6_text_mark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 126px;
    height: 30px;
    top: 17px;
    right: 36.8%;
    z-index: -1;
}

.cl6_slider_preview {
    margin: 0px -60px;
}

.cl6 .slick-list.draggable {
    padding: 0 !important;
}


.cl6_slider_img {
    margin: 0 27px;
    opacity: 0.38;
}

.cl6_slider_img img.desktop_only {
    display: block;
}

.cl6_slider_img img.mobile_only {
    display: none;
}

.cl6_slider_img.slick-current {
    opacity: 1;
}

.cl6_slider_inf {
    padding: 0 25px;
    width: 660px;
    margin: 53px auto 0;
}

.cl6_slider_content {
    margin: 0px 0px;
    text-align: center;
}

.cl6_slider_content p {
    text-align: center;
}

.cl6_slider_content h3 {
    margin-bottom: 33px;
}

.cl6 .slick-arrow {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 0;
    position: absolute;
    width: 20px;
    height: 40px;
    background-repeat: no-repeat;
    top: 57.6%;
    z-index: 999;
    background-size: contain;
}

.cl6 .slick-prev {
    background-image: url(arrow_prev.svg);
    right: inherit;
    left: -11px;
}

.cl6 .slick-next {
    background-image: url(arrow_next.svg);
    left: inherit;
    right: -11px;
}

.cl6 .slick-slide:focus,
.cl6 .slick-prev:focus,
.cl6 .slick-next:focus,
.cl6 ul.slick-dots li button:focus {
    outline: none;
}

/* responsive */
@media (max-width: 1440px) {
    .cl6 {
        padding-bottom: 8.333vw;
    }

    .cl6 .section_inner {
        width: 100vw;
    }

    .cl6 .section_inner h2 {
        padding-right: 0.694vw;
        margin-bottom: 2.778vw;
    }

    .cl6 .section_inner h2 br {
        display: block;
    }

    .cl6 .section_inner h2:before {
        width: 8.75vw;
        height: 2.083vw;
        top: 1.181vw;
    }

    .cl6_slider_preview {
        margin: 0vw -4.167vw;
    }

    .cl6_slider_img {
        margin: 0 1.875vw;
    }

    .cl6_slider_inf {
        padding: 0 1.736vw;
        width: 45.833vw;
        margin: 3.681vw auto 0;
    }

    .cl6_slider_content h3 {
        margin-bottom: 2.292vw;
    }

    .cl6 .slick-arrow {
        width: 1.389vw;
        height: 2.778vw;
    }

    .cl6 .slick-prev {
        left: -1.792vw;
    }

    .cl6 .slick-next {
        right: -1.792vw;
    }
}

@media (max-width: 1140px) {
    .cl6 .slick-prev {
        left: -3.792vw;
    }

    .cl6 .slick-next {
        right: -3.792vw;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .cl6 {
        padding-bottom: 8vw;
    }

    .cl6 .section_inner h2 {
        font-size: 6.84vw;
        line-height: 1;
        letter-spacing: normal;
        padding-right: 2.5vw;
        margin-bottom: 7.273vw;
    }

    .cl6 .section_inner h2 br {
        display: none;
    }

    .cl6 .section_inner h2:before {
        background-image: url(cl6_text_mark_m.svg);
        width: 19.5vw;
        height: 7vw;
        top: 7.9vw;
        right: unset;
        left: 38.6%;
    }

    .cl6_slider_preview {
        margin: 0vw -21vw;
    }

    .cl6_slider_img {
        margin: 0 4.9vw;
    }

    .cl6_slider_img img.desktop_only {
        display: none;
    }

    .cl6_slider_img img.mobile_only {
        display: block;
    }

    .cl6_slider_inf {
        padding: 0 4.545vw;
        width: 85vw;
        margin: 9.636vw auto 0;
    }

    .cl6_slider_content h3 {
        font-size: 6.117vw;
        line-height: normal;
        letter-spacing: -0.2vw;
        margin-bottom: 5.2vw;
    }

    .cl6 .slick-arrow {
        width: 2.926vw;
        height: 6.649vw;
        top: 61.6%;
    }

    .cl6 .slick-prev {
        left: 2.727vw;
    }

    .cl6 .slick-next {
        right: 4.545vw;
    }
}

@media (max-width: 550px) {
    .cl6 {
        padding-bottom: 21.9vw;
    }

    .cl6 .section_inner h2 {
        font-size: 9.84vw;
    }

    .cl6 .section_inner h2:before {
        width: 28.5vw;
        height: 9vw;
        top: 11.6vw;
        right: 36.8%;
        left: unset;
    }
    .cl6 .section_inner h2:before {
        content: "";
        position: absolute;
        background-image: url(cl5_text_hover.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 35%;
        height: 46%;
        top: 46%;
        left: 49%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
    .cl6 .slick-prev {
        left: -2.273vw;
    }

    .cl6 .slick-next {
        right: -1.455vw;
    }
}





/* section 7 */
.cl7 .section_inner {
    width: 1280px;
    display: flex;
    flex-wrap: wrap;
}

.cl7 .section_left_item {
    width: 55%;
}

.cl7_img1 {
    position: relative;
    width: 720px;
    margin-left: -80px;
    z-index: 9;
}

.cl7_circle_text {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 38px;
    right: -100px;
    z-index: 99;
    
}
.cl7_circle_text_in{
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    animation: rotation 20s infinite linear !important;
    display:block;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotation2 {
  from {
    transform: rotate(359deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.cl7_img2 {
    position: absolute;
    top: 37.8%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.cl7_img2 img {
    border-radius: 6px;
}

.cl7 .section_right_item {
    width: 45%;
    padding-left: 37px;
    padding-top: 243px;
    padding-right: 120px;
}

.cl7 .section_right_item h2 {
    text-align: left;
    margin-bottom: 31px;
}

.cl7 .section_right_item h2 span {
    padding-left: 11px;
}

.cl7 .section_right_item p {
    margin-bottom: 42px;
}

.cl7 .site_button {
    padding: 9px 95px 9px 17px;
}
.cl7_img2 .kjb-video-responsive{
    width: 360px;
    height: 535px;
    display: inline-block;
    border-radius: 5px;
}
.cl7_img2 .kjb-video-responsive:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.cl7_img2 .kjb-video-responsive .wistia_embed {
    position: absolute;
    top: -1px !important;
    left: -85% !important;
    width: calc(100% + 200%) !important;
    height: calc(100% + 2px) !important;
    border: 0;
}
.cl7_img2 .kjb-video-responsive .wistia_embed .w-ui-container{
    opacity: 0 !important;
}
/* responsive */
@media (min-width: 1441px) {
    .cl7 .section_inner {
        width: 88.889vw;
    }

    .cl7_img1 {
        width: 50vw;
        margin-left: -5.556vw;
    }
}
@media (max-width: 1440px) {
    .cl7 .section_inner {
        width: 88.889vw;
    }

    .cl7_img1 {
        width: 50vw;
        margin-left: -5.556vw;
    }

    .cl7_circle_text {
        width: 13.889vw;
        height: 13.889vw;
        top: 2.639vw;
        right: -6.944vw;
    }

    .cl7_img2 img {
        border-radius: 0.417vw;
    }

    .cl7 .section_right_item {
        padding-left: 2.569vw;
        padding-top: 16.875vw;
        padding-right: 8.333vw;
    }

    .cl7 .section_right_item h2 {
        margin-bottom: 2.153vw;
    }

    .cl7 .section_right_item h2 span {
        padding-left: 0.764vw;
    }

    .cl7 .section_right_item p {
        margin-bottom: 2.917vw;
    }

    .cl7 .site_button {
        padding: 0.625vw 6.597vw 0.625vw 1.181vw;
    }
    
    .cl7_img2 .kjb-video-responsive{
        width: 25vw;
        height: 37.153vw;
        border-radius: 0.347vw;
    }
}

@media (max-width: 1140px) {

    .cl7 .site_button {
        padding: 0.789vw 7.544vw 0.789vw 0.789vw;
    }
    
    .cl7_img2 .kjb-video-responsive{
        width: 33.8vw;
        height: 49.93vw;
        display: inline-block;
        border-radius: 0.439vw;
    }
}

@media (max-width: 1024px) {
    .cl7 .section_right_item {
        padding-left: 2.569vw;
        padding-top: 15.875vw;
        padding-right: 5.333vw;
    }
}

@media (max-width: 768px) {
    .cl7 {
        padding-top: 29.9vw;
    }

    .cl7:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 70%;
        background-color: #FCEFE9;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

    .cl9_art {
        position: absolute;
        width: 100%;
        height: 100vw;
        border-radius: 50%;
        background-color: #FCEFE9;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

    .cl7 .section_inner {
        width: 100vw;
        padding: 0 10vw;

    }

    .cl7_img1 {
        width: 65vw;
        margin: 0 auto 4.7vw;
        padding-right: 0.7vw;
    }

    .cl7_img1 img {
        margin: 0 auto;
    }

    .cl7_img2 {
        width: 33.8vw;
        top: 50%;
    }

    .cl7_circle_text {
        width: 19vw;
        height: 19vw;
        top: -40.6vw;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }

    .cl7 .section_left_item {
        width: 100%;
    }

    .cl7 .section_left_item h2.mobile_only {
        font-size: 7.181vw;
        line-height: 1;
        letter-spacing: normal;
        margin-bottom: 3.2vw;
    }

    .cl7_img2 img {
        border-radius: 1.091vw;
    }

    .cl7 .section_right_item {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .cl7 .section_right_item h2 {
        display: none;
    }

    .cl7 .section_right_item p {
        margin-bottom: 7.4vw;
    }

    .cl7 .site_button {
        padding: 2vw 15.4vw 2vw 3.3vw;
    }
}

@media (max-width: 550px) {
    .cl7 {
        padding-top: 41.9vw;
    }

    .cl7 .section_inner {
        padding: 0 10vw;
    }

    .cl7_img1 {
        width: 67.2vw;
        margin: 0 auto 4.7vw;
        padding-right: 0.7vw;
    }

    .cl7_img2 {
        width: 33.8vw;
    }

    .cl7_circle_text {
        width: 19vw;
        height: 19vw;
        top: -40.6vw;
    }

    .cl7 .section_left_item h2.mobile_only {
        font-size: 7.181vw;
        margin-bottom: 3.2vw;
    }

    .cl7_img2 img {
        border-radius: 1.091vw;
    }

    .cl7 .section_right_item p {
        margin-bottom: 7.4vw;
    }

    .cl7 .site_button {
        padding: 2.6vw 29.4vw 2.4vw 3.3vw;
    }
}




/* section 8 */
.cl8 {
    padding-top: 124px;
    margin-top: -260px;
    overflow: hidden;
}

.cl8 .section_inner {
    position: relative;
    z-index: 9;
}

.cl8_art {
    position: absolute;
    width: 1440px;
    height: 1440px;
    border-radius: 50%;
    background-color: #E1EAE9;
    top: -123px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.cl8 .section_inner h2 {
    padding-right: 15px;
    margin-bottom: 76px;
}

.cl8 .section_in {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.cl8_ig_img {
    display: flex;
    margin-left: -66px;
    margin-right: -46px;
}

.cl8_ig_img a {
    margin: 0 12.5px;
}

.cl8_ig_link_wrap {
    padding: 11px 0;
    border-top: solid 1px #202020;
    border-bottom: solid 1px #202020;
    background-color: #E1EAE9;
}

.cl8_ig_link {
    margin: 0 18px;
}

.cl8_ig_link a {
    font-family: 'ESRebondGrotesque';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -0.8px;
    text-align: center;
    color: #202020;
    text-transform: uppercase;
}

/* responsive */
@media (max-width: 1440px) {
    .cl8 {
        padding-top: 8.611vw;
        margin-top: -18.056vw;
        z-index: 12;
    }

    .cl8_art {
        width: 100vw;
        height: 100vw;
        top: -8.542vw;
    }

    .cl8 .section_inner h2 {
        padding-right: 1.042vw;
        margin-bottom: 5.278vw;
    }

    .cl8 .section_in {
        width: 100vw;
        z-index: 12;
        position: relative;
    }

    .cl8_ig_img {
        margin-left: -4.583vw;
        margin-right: -3.194vw;
    }

    .cl8_ig_img a {
        margin: 0 0.868vw;
    }

    .cl8_ig_link_wrap {
        padding: 0.764vw 0;
    }

    .cl8_ig_link {
        margin: 0 1.25vw;
    }

    .cl8_ig_link a {
        font-size: 1.111vw;
        letter-spacing: -0.056vw;
    }
}

@media (max-width: 1140px) {
    .cl8_ig_link a {
        font-size: 1.404vw;
        letter-spacing: -0.078vw;
    }
}

@media (max-width: 1024px) {

    .cl8_ig_link a {
        font-size: 1.563vw;
        letter-spacing: -0.078vw;
    }
}

@media (max-width: 768px) {
    .cl8 {
        padding-top: 12.505vw;
        margin-top: 0;
        background-color: #FCEFE9;
    }

    .cl8:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 70%;
        background-color: #FCEFE9;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

    .cl8_art {
        width: 130%;
        height: 106vw;
        top: -6vw;
    }

    .cl8 .section_inner h2 {
        padding-right: 0;
        margin-bottom: 6.445vw;
    }

    .cl8 .section_in {
        width: 100vw;
    }

    .cl8_ig_img {
        margin-left: -25vw;
        margin-right: -25vw;
        padding-bottom: 7.949vw;
        background-color: #E1EFEF;
    }

    .cl8_ig_img a {
        margin: 0 1.628vw;
    }

    .cl8_ig_link_wrap {
        padding: 1.432vw 0;
        background-color: #E1EFEF;
    }

    .cl8_ig_link {
        margin: 0 2.344vw;
    }

    .cl8_ig_link a {
        font-size: 2.095vw;
        line-height: 1.36;
        letter-spacing: normal;
    }
}

@media (max-width: 550px) {
    .cl8 {
        padding-top: 41.2vw;
    }

    .cl8_art {
        width: 103%;
        top: -30.5vw;
    }

    .cl8 .section_inner h2 {
        margin-bottom: 9vw;
    }

    .cl8_ig_img {
        margin-left: -51.7vw;
        margin-right: -51.7vw;
        padding-bottom: 11.1vw;
    }

    .cl8_ig_img a {
        margin: 0 2.273vw;
    }

    .cl8_ig_link_wrap {
        padding: 2vw 0;
    }

    .cl8_ig_link {
        margin: 0 3.273vw;
    }

    .cl8_ig_link a {
        font-size: 2.926vw;
    }
}



/* footer */
#section-footer{
    position: relative;
    z-index: 11;
    background-color: #fdf9f6;
}
.cl_footer {
    padding-top: 55px;
    padding-bottom: 36px;
}

.cl_footer .section_inner {
    width: 1240px;
    position: relative;
}

.cl_footer .section_inner h2 {
    font-size: 38px;
    padding-right: 25px;
    margin-bottom: 37px;
}

.cl_footer .section_inner h2 span {
    cursor: pointer;
}

.cl_footer_logo {
    width: 94px;
    margin: 0 auto 48px;
}

.cl_footer_logo img {
    margin-left: -12px;
}

.cl_brandup {
    font-family: 'Dallas';
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -0.2px;
    position: relative;
    z-index: 99;
}

.cl_brandup a {
    text-decoration: underline;
    color: #202020;
}

.cl_footer_copyright {
    display: flex;
    flex-wrap: wrap;
    font-family: 'ESRebondGrotesque';
    font-size: 8.5px;
    line-height: 2.25;
    letter-spacing: 0.45px;
    position: absolute;
    width: 100%;
    bottom: -5px;
}

.cl_fc_left {
    width: 50%;
    padding-left: 9px;
}

.cl_fc_right {
    width: 50%;
    text-align: right;
    padding-right: 28px;
}

/* responsive */
@media (max-width: 1440px) {
    .cl_footer {
        padding-top: 3.819vw;
        padding-bottom: 2.5vw;
    }

    .cl_footer .section_inner {
        width: 86.111vw;
    }

    .cl_footer .section_inner h2 {
        font-size: 2.639vw;
        padding-right: 1.736vw;
        margin-bottom: 2.569vw;
    }

    .cl_footer_logo {
        width: 6.528vw;
        margin: 0 auto 3.333vw;
    }

    .cl_footer_logo img {
        margin-left: -0.833vw;
    }

    .cl_brandup {
        font-size: 1.111vw;
        letter-spacing: -0.014vw;
    }

    .cl_footer_copyright {
        font-size: 0.59vw;
        letter-spacing: 0.031vw;
        width: 100%;
        bottom: -0.347vw;
    }

    .cl_fc_left {
        padding-left: 0.625vw;
    }

    .cl_fc_right {
        padding-right: 1.944vw;
    }
}

@media (max-width: 1140px) {

    .cl_footer .section_inner h2 {
        font-size: 3.333vw;
    }

    .cl_brandup {
        font-size: 1.404vw;
    }

    .cl_footer_copyright {
        font-size: 0.746vw;
    }

}

@media (max-width: 1024px) {

    .cl_footer .section_inner h2 {
        font-size: 3.711vw;
    }

    .cl_brandup {
        font-size: 1.563vw;
    }

    .cl_footer_copyright {
        font-size: 0.83vw;
    }

}

@media (max-width: 768px) {
    .cl_footer {
        padding-top: 6vw;
        padding-bottom: 5vw;
    }

    .cl_footer .section_inner {
        width: 100vw;
        padding: 0 2.448vw;
    }

    .cl_footer .section_inner h2 {
        font-size: 3.8vw;
        line-height: 1;
        letter-spacing: normal;
        padding-right: 0;
        margin-bottom: 1.811vw;
    }

    .cl_footer_logo {
        width: 10vw;
        margin: 0 auto 5vw;
    }

    .cl_footer_logo img {
        margin-left: 0;
    }

    .cl_brandup {
        font-size: 2vw;
        line-height: normal;
        letter-spacing: normal;
    }

    .cl_footer_copyright {
        font-size: 1.5vw;
        line-height: 1.14;
        letter-spacing: normal;
        width: 94vw;
        bottom: unset;
        top: 3.231vw;
    }

    .cl_fc_left {
        padding-left: 0.343vw;
    }

    .cl_fc_right {
        padding-right: 0.587vw;
    }

}

@media (max-width: 550px) {
    .cl_footer {
        padding-top: 5.7vw;
        padding-bottom: 5.5vw;
    }

    .cl_footer .section_inner {
        padding: 0 5vw;
    }

    .cl_footer .section_inner h2 {
        font-size: 3.723vw;
        margin-bottom: 3.7vw;
    }

    .cl_footer_logo {
        width: 12.3vw;
        margin: 0 auto 4.2vw;
    }

    .cl_brandup {
        font-size: 2.926vw;
    }

    .cl_footer_copyright {
        font-size: 1.862vw;
        width: 90vw;
        top: 6.6vw;
    }

    .cl_fc_left {
        padding-left: 0.7vw;
    }

    .cl_fc_right {
        padding-right: 1.2vw;
    }
}
