/* Custom Styles */

@font-face {
    font-family: 'Helvetica Neue';
    src: url('helveticaneue.woff2') format('woff2'),
        url('helveticaneue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('helveticaneue-bold.woff2') format('woff2'),
        url('helveticaneue-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('helveticaneue-ultralight.woff2') format('woff2'),
        url('helveticaneue-ultralight.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('helveticaneue-medium.woff2') format('woff2'),
        url('helveticaneue-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('helveticaneue-bolditalic.woff2') format('woff2'),
        url('helveticaneue-bolditalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant';
    src: url('cormorant-light.woff2') format('woff2'),
        url('cormorant-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Isle Headline PERSONAL USE';
    src: url('isleheadlinepersonaluse-light.woff2') format('woff2'),
        url('isleheadlinepersonaluse-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Isle Headline PERSONAL USE';
    src: url('isleheadlinepersonaluse-bold.woff2') format('woff2'),
        url('isleheadlinepersonaluse-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IsleHeadlinePERSONALUSE';
    src: url('isleheadlinepersonaluse-medium.woff2') format('woff2'),
        url('isleheadlinepersonaluse-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Isle Headline PERSONAL USE';
    src: url('isleheadlinepersonaluse-light.woff2') format('woff2'),
        url('isleheadlinepersonaluse-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Helvetica Neue';
    font-size: 17.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.89;
    letter-spacing: 0.44px;
    color: #000000;
}

h1 {
    font-family: 'Isle Headline PERSONAL USE';
    font-size: 58.5px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 70px;
    letter-spacing: 0px;
    color: #000000;
    margin: 0;
    margin-bottom: 16px;
}
h1 strong{
    font-family: 'IsleHeadlinePERSONALUSE';
    font-weight: 500;
}
h2 {
    font-family: 'IsleHeadlinePERSONALUSE';
    font-size: 58px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.45px;
    color: #000000;
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Isle Headline PERSONAL USE';
}

h3 {
    font-size: 41px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.01px;
    color: #000000;
    font-family: 'Isle Headline PERSONAL USE';
}

h4 {

    font-family: 'Isle Headline PERSONAL USE';
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.25px;
    color: #d68d85;
}

a {
    color: #000000;
}

a:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section_inner {
    margin: 0 auto;
}

.section_left_item {
    width: 50%;
}

.section_right_item {
    width: 50%;
}

.site_button,
input[type="submit"] {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.08px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    padding: 10px 37px 11px;
    border: 1px solid #000;
    cursor: pointer;
    font-family: 'Helvetica Neue';
}

.site_button:hover,
input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
}

p {
    margin-top: 0;
    margin-bottom: 8px;
}

p:last-child {
    margin-bottom: 0;
}

mark {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #FCDEC9 0%, #FCDEC9 100%);
    background-repeat: no-repeat;
    background-size: 100% 61%;
    background-position: 0 48%;
    color: inherit;
}

.pc_only {
    display: block;
}

.mobile_only {
    display: none;
}

@media (max-width: 1440px) {

    body {
        font-size: 1.215vw;
        letter-spacing: 0.031vw;
    }

    h1 {
        font-size: 4.063vw;
        line-height: 4.861vw;
        letter-spacing: 0.041vw;
        margin-bottom: 1.111vw;
    }

    h2 {
        font-size: 4.028vw;
        letter-spacing: 0.101vw;
        margin-bottom: 1.389vw;
    }

    h3 {
        font-size: 2.847vw;
        letter-spacing: 0.07vw;
    }

    h4 {
        font-size: 1.736vw;
        letter-spacing: 0.087vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.111vw;
        letter-spacing: 0.144vw;
        padding: 0.764vw 2.431vw 0.694vw;
        border: 0.069vw solid #000;
    }

    p {
        margin-bottom: 0.556vw;
    }


}

@media (max-width: 1140px) {

    body {
        font-size: 1.6vw;
    }

    h1 {
        font-size: 4.2vw;
    }

    h2 {
        font-size: 4.35vw;
    }

    h3 {
        font-size: 3.4vw;
    }

    h4 {
        font-size: 1.736vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.25vw;
    }
}

@media (max-width: 1024px) {
    body {
        font-size: 1.7vw;
    }

    h1 {
        font-size: 4.4vw;
    }

    h2 {
        font-size: 4.8vw;
    }

    h3 {
        font-size: 3.6vw;
    }

    h4 {
        font-size: 2.4vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.4vw;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 2.5vw;
    }

    h1 {
        font-size: 5.833vw;
        line-height: 1.2;
    }

    h2 {
        font-size: 4.8vw;
    }

    h3 {
        font-size: 4.722vw;
    }

    h4 {
        font-size: 2.4vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 2vw;
        padding: 1.464vw 3.031vw;
    }

}

@media (max-width: 550px) {
    body {
        font-size: 3.125vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.9;
        letter-spacing: 0.079vw;
    }

    h1 {
        font-size: 5.833vw;
        line-height: 1.2;
    }

    h2 {
        font-size: 8.146vw;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.217vw;
    }

    h3 {
        font-size: 6.771vw;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.169vw;
    }

    h4 {
        font-size: 3.75vw;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 0.094vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 2.813vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.367vw;
        padding: 1.708vw 7vw;
    }
}

/*
    Header
------------------------------*/

.jk_header {
    width: 100% !important;
    padding-top: 26px;
    padding-bottom: 40px;
    padding-left: 67px;
    position: fixed;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-color: rgb(0 0 0 / 0%);
}

.jk_header .section_inner {
    display: flex;
    justify-content: space-between;
}

.jk_header .jk_logo {
    position: relative;
    width: 191px;
    height: auto;
}
.jk_header .jk_logo img{
    width: 200px;
    margin-left: -24px;
    margin-top: -12px;
}
.jk_header_right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.jk_header_right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #000;
    padding-top: 1px;
    padding-bottom: 12px;
}

.jk_header_right li {
    display: inline-block;
    margin: 0;
    padding-right: 34px;
}

.jk_header_right li a {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 39px;
    letter-spacing: 0px;
    color: #000000;
    position: relative;
    display: block;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    text-transform: uppercase;
}

.jk_header_right li a:hover {
    color: #d68d85;
}

.jk_header_button {
    font-family: 'Helvetica Neue';
    font-size: 9.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.24px;
    color: #000000;
    padding: 6px 20px 5px;
    margin-right: 40px;
}
.jk_header_right li.pf4_user_menu_item{
    position: relative;
}

/*
    Responsive Header
------------------------------*/

.responsive-menu-hand {
    display: none;
}

.responsive-menu-hand svg {
    width: 100%;
    height: 100%;
}

.responsive-menu-close {
    clear: both;
    height: 48px;
    width: 55px;
    display: block;
    position: absolute;
    top: 40px;
    right: 25px;
}

.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: 60px;
    display: block;
    background-color: #000;
    height: 2px;
}

.responsive-menu-close span:nth-child(1) {
    transform: rotate(-45deg);
    margin-top: 25px;
}

.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: #D78E86;
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    transition: right 0.5s ease;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    padding-top: 95px;
}

.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: 0px;
}
.responsive-menu .user__avatar{
    display:none;
}
.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
    height: 56px;
    padding-left: 50px;
    display: block;
    text-decoration: none;
    position: relative;
    font-family: 'Helvetica Neue';
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.44px;
    text-align: left;
    color: #000000;
    border: 0;
    margin: 0;
    text-transform: uppercase;
}

.responsive-menu ul li:hover {
    text-decoration: none;
}

.responsive-menu ul li a:hover {
    color: #000000;
}

.jk_menu_item{display: flex;flex-wrap: wrap;align-items: center;margin-top: 2px;}
.jk_menu_logo{
    width: 35%;
}

.jk_menu_logo img{width: 114px;height: auto;margin-left: 49px;}

.jk_menu_social{width: 65% !important;display: flex;flex-wrap: wrap;align-items: center;justify-content: flex-end;padding-right: 20px !important;}

.jk_menu_social li a{
    padding-left: 0 !important;
    margin-right: 15px !important;
    padding-top: 22px;
}

.jk_menu_social li img{
    height: 33px;
}

.jk_header.active{
    position: fixed;
    z-index: 99999;
    background-color: #FBF8F5;
    padding-top: 0px;
    padding-bottom: 0px;
}
.jk_header.active .jk_logo img{
    margin-top: 0px;
    margin-bottom: 0px;
    width: 158px;
}
.jk_header.active jk_header_left{}
.jk_header.active .jk_header_right {}
.jk_header.active .jk_header_right ul{
    border-bottom: 0px solid #000;
    padding-bottom: 0px;
    padding-top: 12px;
}



@media (max-width: 1440px) {

    .jk_header {
        width: 100vw !important;
        padding-top: 1.806vw;
        padding-bottom: 2.778vw;
        padding-left: 4.653vw;
    }

    .jk_header .jk_logo {
        width: 8.958vw;
    }

    .jk_header_right ul {
        border-bottom: 0.069vw solid #000;
        padding-top: 0.069vw;
        padding-bottom: 0.833vw;
    }

    .jk_header_right li {
        padding-right: 2.292vw;
    }

    .jk_header_right li a {
        font-size: 0.903vw;
        line-height: 2.708vw;
        letter-spacing: 0.063vw;
    }

    .jk_header_button {
        font-size: 0.66vw;
        letter-spacing: 0.086vw;
        padding: 0.417vw 1.389vw 0.347vw;
        margin-right: 2.778vw;
    }

    .jk_header.active{
        position: fixed;
        z-index: 99999;
        background-color: #FBF8F5;
        padding-top: 0vw;
        padding-bottom: 0vw;
    }
    .jk_header.active .jk_logo img{
        margin-top: 0.1vw;
        margin-bottom: 0vw;
        width: 10.806vw;
    }
    .jk_header.active jk_header_left{}
    .jk_header.active .jk_header_right {}
    .jk_header.active .jk_header_right ul{
        border-bottom: 0vw solid #000;
        padding-bottom: 0vw;
        padding-top: 1vw;
    }
}

@media (max-width: 1140px) {
    .jk_header_right li a {
        font-size: 1.05vw;
    }

    .jk_header_button {
        font-size: 0.9vw;
    }
    
    .jk_header.active{
        position: fixed;
        z-index: 99999;
        background-color: #FBF8F5;
        padding-top: 0vw;
        padding-bottom: 0vw;
    }
    .jk_header.active .jk_logo img{
        margin-top: -0.333vw;
        margin-bottom: -0.086vw;
        width: 14.5vw;
    }
    .jk_header.active jk_header_left{}
    .jk_header.active .jk_header_right {}
    .jk_header.active .jk_header_right ul{
        border-bottom: 0vw solid #000;
        padding-bottom: 0vw;
        padding-top: 1.3vw;
    }
}

@media (max-width: 1024px) {
    .jk_header_right li a {
        font-size: 1.4vw;
    }

    .jk_header_button {
        font-size: 1vw;
    }

    .jk_header_right li {
        padding-right: 1vw;
    }
    

    .jk_header.active{
        position: fixed;
        z-index: 99999;
        background-color: #FBF8F5;
        padding-top: 0vw;
        padding-bottom: 0vw;
    }
    .jk_header.active .jk_logo img{
        margin-top: -0.233vw;
        margin-bottom: -0.086vw;
        width: 15.5vw;
    }
    .jk_header.active jk_header_left{}
    .jk_header.active .jk_header_right {}
    .jk_header.active .jk_header_right ul{
        border-bottom: 0vw solid #000;
        padding-bottom: 0vw;
        padding-top: 1.5vw;
    }
}

@media (max-width: 768px) {


    .jk_header {
        padding-top: 5vw;
        padding-bottom: 2.778vw;
        padding-left: 4.653vw;
        padding-right: 2vw;
    }

    .jk_header .jk_logo {
        width: 8.958vw;
    }

    .jk_header_right ul {
        border-bottom: 0.069vw solid #000;
        padding-top: 0.069vw;
        padding-bottom: 0.833vw;
    }

    .jk_header_right li {
        padding-right: 2.292vw;
    }

    .jk_header_right li a {
        font-size: 0.903vw;
        line-height: 2.708vw;
        letter-spacing: 0.063vw;
    }

    .jk_header_button {
        font-size: 0.66vw;
        letter-spacing: 0.086vw;
        padding: 0.417vw 1.389vw 0.347vw;
        margin-right: 2.778vw;
    }

    .jk_header_right {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        padding-top: 3vw;
    }

    .jk_header_right ul {
        display: none;
    }

    .responsive-menu-hand {
        display: block;
    }
    

    .jk_header.active{
        position: fixed;
        z-index: 99999;
        background-color: #FBF8F5;
        padding-top: 0vw;
        padding-bottom: 0vw;
    }
    .jk_header.active .jk_logo img{
        margin-top: -0.5vw;
        margin-bottom: 0vw;
        width: 20.5vw;
    }
    .jk_header.active jk_header_left{}
    .jk_header.active .jk_header_right {
        padding-top: 1.8vw;
    }
    .jk_header.active .jk_header_right ul{
        border-bottom: 0vw solid #000;
        padding-bottom: 0vw;
        padding-top: 1.2vw;
    }
    
    .jk_menu_logo img {
        width: 22vw;
        margin-left: 49px;
    }
    .jk_menu_social{
    }
    .jk_menu_social li{
        
    }
    .jk_menu_social li img {
        height: 4.3vw;
    }
}

@media (max-width: 550px) {

    .jk_header .jk_logo img {
        max-width: unset;
        width: 26vw;
        margin-left: -4.6vw;
        margin-top: 0vw;
    }

    .jk_header {
        padding-top: 5vw;
        padding-bottom: 2.778vw;
        padding-left: 4.653vw;
        padding-right: 2vw;
    }

    .jk_header_right ul {
        border-bottom: 0.069vw solid #000;
        padding-top: 0.069vw;
        padding-bottom: 0.833vw;
    }

    .jk_header_right li {
        padding-right: 2.292vw;
    }

    .jk_header_right li a {
        font-size: 0.903vw;
        line-height: 2.708vw;
        letter-spacing: 0.063vw;
    }

    .jk_header_button {
        font-size: 0.66vw;
        letter-spacing: 0.086vw;
        padding: 0.417vw 1.389vw 0.347vw;
        margin-right: 2.778vw;
    }

    .jk_header_right {
        padding-top: 4vw;
        margin-right: -1vw;
    }

    .jk_header_right ul {
        display: none;
    }

    .responsive-menu-hand {
        display: block;
    }
    .jk_header.active{
        position: fixed;
        z-index: 99999;
        background-color: #FBF8F5;
        padding-top: 0vw;
        padding-bottom: 0vw;
        display: none;
    }
    .jk_header.active .jk_logo img{
        margin-top: -0.4vw;
        margin-bottom: 0vw;
        width: 20.5vw;
    }
    .jk_header.active jk_header_left{}
    .jk_header.active .jk_header_right {
        padding-top: 1.8vw;
    }
    .jk_header.active .jk_header_right ul{
        border-bottom: 0vw solid #000;
        padding-bottom: 0vw;
        padding-top: 1.2vw;
    }
    
    .responsive-menu-close {
        clear: both;
        height: 10vw;
        width: 11vw;
        display: block;
        position: absolute;
        top: 6vw;
        right: 5vw;
    }
    .responsive-menu-close span:nth-child(1), 
    a.responsive-menu-close span:nth-child(2) {
        width: 12.500vw;
        display: block;
        background-color: #000;
        height: 1px;
    }
.jk_menu_social li img {
    height: 5.3vw;
}
}


   .jk_header .user {
    /*============================================================================
      #User Avatar
    ==============================================================================*/
    /*============================================================================
      #User Dropdown
    ==============================================================================*/ }
.jk_header .user__avatar {
    height: 40px;
    max-height: 40px;
    margin: 0 0 0 1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: -12px;
    margin-top: -6px;
}
    .jk_header .user__dropdown {
      position: absolute;
      z-index: 2000;
      top: 51px;
      right: 0;
      display: none;
      padding: 13px 20px;
      text-align: left;
      white-space: nowrap;
      border-top: 1px solid #f9f9f9;
      background: #f9f9f9;
      box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
      }
      .jk_header .user__dropdown--light a {
        color: #0a2338; }
      .jk_header .user__dropdown--dark a {
        color: #fff; }
      .jk_header .user__dropdown span {
        display: block; }
      .jk_header .user__dropdown a {
        line-height: 30px !important;
        display: block;
        }
  .header--center .user {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem; }
    .header--center .user__dropdown {
      top: 50px; }
      .header--center .user__dropdown a {
        line-height: 40px;
        margin: 0 0 0 0; }

/*
    Section 1
------------------------------*/

.jk1 {
    background-color: #FBF8F5;
    overflow: hidden;
}

.jk1 .section_inner {
    width: 1440px;
    position: relative;
    padding-top: 140px;
    padding-left: 0;
}

.jk1_in {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
}

.jk1 .section_left_item {
    width: 45%;
}

.jk1 .section_right_item {
    width: 55%;
    box-sizing: border-box;
    padding-left: 44px;
    padding-top: 205px;
    position: relative;
    z-index: 3;
}

.jk1 .section_right_item h1 {
    margin-bottom: 10px;
}

.jk1 .section_right_item h4 {
    padding-right: 315px;
    padding-bottom: 22px;
    font-size: 21px;
    line-height: 1.4;
    letter-spacing: 0.53px;
}

.jk1_img {
    width: 748px;
    height: auto;
    position: relative;
    z-index: 1;
}

.jk1_img:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 105px;
    background: url(dots_1.svg) no-repeat;
    background-size: contain;
    z-index: 3;
    width: 49px;
    height: 239px;
}

.jk1_img:after {
    position: absolute;
    content: "";
    height: 852px;
    width: 852px;
    /* background-color: #ECCEC4; */
    left: -280px;
    top: 25px;
    z-index: -1;
    border-radius: 50%;
    background-image: url(circle_02.svg);
    background-position: center;
    background-size: cover;
}

.jk1_art1 {
    position: absolute;
    /* background: #606D77; */
    bottom: -63px;
    right: 174px;
    z-index: 0;
    width: 229px;
    border-radius: 50%;
    height: 229px;
    background-image: url(circle_03.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.jk1_art2 {
    position: absolute;
    background-color: #D78E86;
    top: 158px;
    left: 1026px;
    z-index: 0;
    width: 50000px;
    height: 61px;
    /* background-image: url(rectangle_1.svg); */
    /* background-repeat: no-repeat; */
}




@media (max-width: 1440px) {


    .jk1 .section_inner {
        width: 100vw;
        padding-top: 9.722vw;
    }

    .jk1 .section_right_item {
        padding-left: 2.917vw;
        padding-top: 14.236vw;
    }

    .jk1 .section_right_item h1 {
        margin-bottom: 0.694vw;
    }

    .jk1 .section_right_item h4 {
        padding-right: 21.875vw;
        padding-bottom: 1.528vw;
        font-size: 1.458vw;
        letter-spacing: 0.037vw;
    }

    .jk1_img {
        width: 51.944vw;
    }

    .jk1_img:before {
        top: -0.486vw;
        left: 7.292vw;
        width: 3.403vw;
        height: 16.597vw;
    }

    .jk1_img:after {
        height: 59.167vw;
        width: 59.167vw;
        left: -19.444vw;
        top: 1.736vw;
    }
    .jk1_art1 {
        bottom: -4.375vw;
        right: 12.083vw;
        width: 15.903vw;
        height: 15.903vw;
    }

    .jk1_art2 {
        top: 10.972vw;
        left: 73.611vw;
        width: 3472.222vw;
        height: 4.236vw;
    }


}

@media (max-width: 1140px) {
    .jk1 .section_inner {
        width: 100vw;
        padding-top: 12vw;
    }

    .jk1 .section_right_item h4 {
        font-size: 1.54vw;
    }
}

@media (max-width: 1024px) {
    .jk1 .section_inner {
        width: 100vw;
        padding-top: 14vw;
    }

    .jk1 .section_right_item h4 {
        font-size: 1.8vw;
        padding-right: 18vw;
    }

    .jk1 .section_right_item h4 br {
        display: none;
    }
}

@media (max-width: 768px) {
    .jk1_in {
        flex-direction: column-reverse;
    }

    .jk1 .section_inner {
        width: 100vw;
        padding-top: 9.722vw;
    }

    .jk1 .section_right_item {
        padding-left: 7.917vw;
        padding-top: 14.236vw;
    }

    .jk1 .section_right_item h1 {
        margin-bottom: 0.694vw;
    }

    .jk1 .section_right_item h4 {
        padding-right: 21.875vw;
        padding-bottom: 1.528vw;
        font-size: 2.5vw;
        letter-spacing: 0.037vw;
    }

    .jk1 .section_left_item {
        padding-top: 5vw;
    }

    .jk1_img {
        width: 71vw;
        margin-left: 5vw;
    }

    .jk1_img:before {
        top: -0.486vw;
        left: 7.292vw;
        width: 3.403vw;
        height: 16.597vw;
    }

    .jk1_img:after {
        height: 79.167vw;
        width: 79.167vw;
        left: -21.444vw;
        top: 1.736vw;
    }

    .section_right_item article {
        margin-bottom: 2.222vw;
    }

    .jk1_art1 {
        bottom: 24.625vw;
        right: -1.917vw;
        width: 17.903vw;
        height: 17.903vw;
    }

    .jk1_art2 {
        top: 49.972vw;
        left: 73.611vw;
        width: 3472.222vw;
        height: 5.136vw;
    }
}

@media (max-width: 550px) {


    .jk1 .section_inner {
        width: 100vw;
        padding-top: 9.722vw;
    }

    .jk1 .section_right_item {
        padding-left: 9.917vw;
        padding-top: 20.5vw;
    }

    .jk1 .section_right_item h1 {
        margin-bottom: 2.2vw;
        font-size: 7vw;
        letter-spacing: 0.077vw;
    }

    i {
        display: block;
    }

    .jk1 .section_right_item h4 {
        padding-right: 21.875vw;
        padding-bottom: 3vw;
        font-size: 3vw;
        letter-spacing: 0.079vw;
        line-height: 1.53;
    }

    .jk1 .section_left_item {
        padding-top: 8vw;
    }

    .jk1_img {
        width: 87vw;
        margin-left: 5vw;
    }

    .jk1_img:before {
        top: 6.8vw;
        left: 1.5vw;
        width: 5.625vw;
        height: 27.500vw;
    }

    .jk1_img:after {
        height: 90.125vw;
        width: 86.333vw;
        left: -21.792vw;
        top: 7.736vw;
    }

    .section_right_item article {
        margin-bottom: 2.222vw;
    }

    .jk1_art1 {
        bottom: 39vw;
        right: -3.717vw;
        width: 20vw;
        height: 20vw;
    }

    .jk1_art2 {
        top: 68.972vw;
        left: 73.611vw;
        width: 27.292vw;
        height: 6.250vw;
    }

}


/*
    Section 2
------------------------------*/

.jk2 {
    background-color: #D78E86;
    position: relative;
    z-index: 5;
    margin-top: -1px;
}

.jk2 p {
    font-size: 16.5px;
    letter-spacing: 2.15px;
}

.jk2 .section_inner {
    width: 1195px;
    display: flex;
    align-items: center;
    padding-top: 23px;
    padding-bottom: 20px;
}

.jk2 .section_inner p {
    margin-bottom: 0;
}

.jk2_img_list {
    display: flex;
    list-style: none;
    padding-left: 72px;
}

.jk2_img_list li {
    padding-right: 66px;
}

.jk2_img_list li:nth-child(3) {
    padding-left: 5px;
    padding-right: 60px
}

.jk2_img_list li:nth-child(5) {
    padding-left: -10px;
    padding-right: 75px;
}

.jk2_img_list li:last-child {
    padding-right: 0;
}



@media (max-width: 1440px) {


    .jk2 {
        margin-top: -0.069vw;
    }

    .jk2 p {
        font-size: 1.146vw;
        letter-spacing: 0.149vw;
    }

    .jk2 .section_inner {
        width: 82.986vw;
        padding-top: 1.597vw;
        padding-bottom: 1.389vw;
    }

    .jk2_img_list {
        padding-left: 5vw;
    }

    .jk2_img_list li {
        padding-right: 4.583vw;
    }

    .jk2_img_list li:nth-child(3) {
        padding-left: 0.347vw;
        padding-right: 4.167vw
    }

    .jk2_img_list li:nth-child(5) {
        padding-left: -0.694vw;
        padding-right: 5.208vw;
    }

}

@media (max-width: 1140px) {
    .jk2_img_list {
        padding-left: 5vw;
    }

    .jk2 .section_inner p {
        white-space: nowrap;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .jk2 {
        margin-top: -0.069vw;
    }

    .jk2 p {
        font-size: 1.146vw;
        letter-spacing: 0.149vw;
    }

    .jk2 .section_inner {
        width: 82.986vw;
        padding-top: 3vw;
        padding-bottom: 3vw;
    }

    .jk2_img_list {
        padding-left: 5vw;
    }

    .jk2_img_list li {
        padding-right: 4.583vw;
    }

    .jk2_img_list li:nth-child(3) {
        padding-left: 0.347vw;
        padding-right: 4.167vw
    }

    .jk2 .section_inner p {
        font-size: 1.7vw;
    }

    .jk2_img_list li:nth-child(4) {
        padding-right: 0;
    }

    .jk2_img_list li:nth-child(5),
    .jk2_img_list li:nth-child(6) {
        display: none;
    }
}

@media (max-width: 550px) {
    .jk2 {
        margin-top: -0.069vw;
    }

    .jk2 p {
        font-size: 1.146vw;
        letter-spacing: 0.149vw;
    }

    .jk2 .section_inner {
        width: 82.986vw;
        padding-top: 3vw;
        padding-bottom: 3vw;
    }

    .jk2_img_list {
        padding-left: 5vw;
    }

    .jk2_img_list li {
        padding-right: 4.583vw;
    }

    .jk2_img_list li:nth-child(3) {
        padding-left: 0.347vw;
        padding-right: 4.167vw
    }

    .jk2 .section_inner p {
        font-size: 1.979vw;
    }

    .jk2_img_list li:nth-child(4) {
        padding-right: 0;
    }

    .jk2_img_list li:nth-child(5),
    .jk2_img_list li:nth-child(6) {
        display: none;
    }
}



/*
    Section 3
------------------------------*/

.jk3 {
    padding-top: 101px;
    padding-bottom: 86px;
}

.jk3 .section_inner {
    width: 1120px;
    position: relative;
}

.jk3_art1 {
    position: absolute;
    background-size: contain;
    top: -371px;
    z-index: 4;
    width: 540px;
    height: 540px;
    right: -429px;
    border-radius: 50%;
    /* border: 1px solid #000; */
    background-image: url(circle_outline.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.jk3_in {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
}

.jk3 .section_left_item {
    width: 50%;
    padding-left: 5px;
}

.jk3 .section_left_item h2,
.jk3 .section_right_item .mobile_only h2 {
    margin-bottom: 16px;
    position: relative;
}

.jk3 .section_left_item h2 .line,
.jk3 .section_right_item .mobile_only h2 .line {
    position: relative;
}

.jk3 .section_left_item h2 .line:before {
    content: "";
    position: absolute;
    background-color: #282728;
    right: 35px;
    top: 33px;
    z-index: 0;
    width: 50000px;
    height: 1px;
}

.jk3 .section_left_item article p {
    padding-bottom: 38px;
}

.jk3 .section_left_item article p .pc_only {
    display: unset;
}

.jk3 .section_left_item article p strong {
    font-weight: bold;
    font-style: italic;
}

.jk3_button {
    padding-left: 28px;
    padding-right: 29px;
    margin-left: 0px;
}

.jk3 .section_right_item {
    width: 50%;
    box-sizing: border-box;
    padding-left: 93px;
    padding-top: 29px;
}

.jk3_img {
    position: relative;
    width: 469px;
    z-index: 1;
}

.jk3_img:before {
    content: "";
    position: absolute;
    top: -74px;
    left: 58px;
    background: url(jk3_img_art.png) no-repeat;
    background-size: contain;
    z-index: 2;
    width: 49px;
    height: 176px;
}

.jk3_img_text1 {
    position: absolute;
    left: -279px;
    bottom: 38px;
    z-index: 2;
}

.jk3_img_text1 h4 {
    font-size: 21px;
    line-height: 1.35;
    letter-spacing: 0.3px;
}

.jk3_img_text1:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -55px;
    z-index: -1;
    width: 117px;
    height: 121px;
    /* background: #EED0C7; */
    border-radius: 50%;
    background-image: url(circle_02.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.jk3_img_text2 {
    position: absolute;
    transform: rotate(90deg);
    right: -207px;
    bottom: 141px;
}

.jk3_img_text2 p {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.1px;
    color: #000000;
}

.section_right_item article {
    margin-bottom: 32px;
}



@media (max-width: 1440px) {

    .jk3 {
        padding-top: 7.014vw;
        padding-bottom: 5.833vw;
    }

    .jk3 .section_inner {
        width: 77.778vw;
    }

    .jk3_art1 {
        top: -25.764vw;
        width: 37.5vw;
        height: 37.5vw;
        right: -29.792vw;
        /* border: 0.069vw solid #000; */
    }

    .jk3 .section_left_item {
        padding-left: 0.347vw;
    }

    .jk3 .section_left_item h2 {
        margin-bottom: 1.181vw;
    }

    .jk3 .section_left_item h2 .line:before {
        right: 2.431vw;
        top: 2.222vw;
        width: 3472.222vw;
        height: 0.069vw;
    }

    .jk3 .section_left_item article p {
        padding-bottom: 2.639vw;
    }

    .jk3_button {
        padding-left: 1.944vw;
        padding-right: 2.014vw;
        margin-left: 0.278vw;
    }

    .jk3 .section_right_item {
        padding-left: 6.458vw;
        padding-top: 2.014vw;
    }

    .jk3_img {
        width: 32.569vw;
    }

    .jk3_img:before {
        top: -5.139vw;
        left: 4.028vw;
        width: 3.403vw;
        height: 12.222vw;
    }

    .jk3_img_text1 {
        left: -19.722vw;
        bottom: 2.847vw;
    }

    .jk3_img_text1 h4 {
        font-size: 1.458vw;
        letter-spacing: 0.037vw;
    }

    .jk3_img_text1:before {
        top: -1.389vw;
        left: -4.444vw;
        width: 8.403vw;
        height: 8.403vw;
    }

    .jk3_img_text2 {
        right: -14.236vw;
        bottom: 9.958vw;
    }

    .jk3_img_text2 p {
        font-size: 1.597vw;
        letter-spacing: 0.146vw;
    }

    .section_right_item article {
        margin-bottom: 2.222vw;
    }

}

@media (max-width: 1140px) {
    .jk3 .section_inner {
        width: 85vw;
    }

    .jk3_img {
        width: 42vw;
    }

    .jk3 .section_right_item {
        padding-top: 5vw;
        padding-left: 2vw;
    }

    .jk3_img_text2 {
        right: -12.236vw;
        bottom: 10.158vw;
    }

    .jk3 .section_left_item article p br {
        display: none;
    }

    .jk3_img_text1 h4 {
        font-size: 1.6vw;
    }

    .jk3_img_text1 {
        left: -15vw;
        bottom: 1vw;
    }
}

@media (max-width: 1024px) {
    .jk3_img_text1 h4 {
        font-size: 1.8vw;
    }

    .jk3_img_text2 p {
        font-size: 1.597vw;
        letter-spacing: 0.146vw;
    }
}

@media (max-width: 768px) {
    .jk3 {
        padding-top: 2.014vw;
        padding-bottom: 5.833vw;
    }

    .jk3 .section_inner {
        width: 85vw;
        padding-left: 10vw;
    }

    .jk3_img_text2 p {
        font-size: 2.4vw;
        letter-spacing: 0.146vw;
    }

    .jk3_in {
        flex-direction: column-reverse;
    }

    .jk3_img {
        width: 62vw;
    }

    .jk3 .section_right_item {
        padding-top: 5vw;
        padding-left: 0;
        padding-bottom: 5vw;
    }

    .jk3 .section_right_item .mobile_only h2 {
        margin-bottom: 3vw;
    }

    .jk3_img:before {
        top: -5.139vw;
        left: unset;
        right: 3.028vw;
        width: 3.403vw;
        height: 12.222vw;
    }

    .jk3 .section_left_item h2 {
        display: none;
    }


    .jk3 .section_right_item .mobile_only h2 .line:before {
        right: 2.431vw;
        top: 2.222vw;
        width: 3472.222vw;
        height: 0.069vw;
    }

    .jk3 .section_left_item article p .mobile_only {
        display: unset;
    }

    .jk3_img_text2 {
        right: -18.236vw;
        bottom: 14.158vw;
    }

    .jk3 .section_left_item .mobile_only h4 {
        position: relative;
        margin-top: 2vw;
        margin-bottom: 4vw;
        margin-left: 6vw;
    }

    .jk3 .section_left_item .mobile_only h4:before {
        top: -2.389vw;
        left: -4.444vw;
        width: 12.403vw;
        height: 12.403vw;
        border-radius: 50%;
        z-index: -1;
    }

    .jk3 .section_left_item article p br {
        display: none;
    }

    .jk3_img_text1 h4 {
        font-size: 1.6vw;
    }

    .jk3_img_text1 {
        display: none;
    }

    .jk3 .section_left_item article p {
        padding-bottom: 3.639vw;
    }

    .jk3 .section_left_item .mobile_only h4:before {
        content: "";
        position: absolute;
        top: -2.389vw;
        left: -4.744vw;
        width: 12vw;
        height: 12vw;
        background: #EED0C7;
        border-radius: 50%;
        z-index: -1;
    }
    .jk3 .section_left_item {
        padding-left: 0.347vw;
    }
}

@media (max-width: 550px) {
    .jk3_art1 {
        top: -32.764vw;
        width: 43.5vw;
        height: 58.5vw;
        right: -33.9vw;
        /* border: 0.069vw solid #000; */
    }

    .jk3 {
        padding-left: 4.944vw;
        padding-right: 2.014vw;
        margin-left: 0.278vw;
        padding-bottom: 11.9vw;
    }

    .jk3_button {
        padding-left: 4.944vw;
        padding-right: 4.214vw;
        margin-left: 0.278vw;
    }
    .jk3 .section_left_item .mobile_only h4:before {
        top: -3.389vw;
        left: -8.744vw;
        width: 20.625vw;
        height: 21.458vw;
    }

    .jk3 .section_inner {
        width: 85vw;
        padding-left: 5vw;
    }

    .jk3_img_text2 p {
        font-size: 3vw;
        letter-spacing: 0.42vw;
    }

    .jk3_in {
        flex-direction: unset;
    }

    .jk3_img {
        width: 76.3vw;
        padding-left: 0.4vw;
    }

    .jk3 .section_right_item {
        padding-top: 11.3vw;
        padding-left: 0;
        padding-bottom: 7.8vw;
        order: 1;
    }

    .jk3 .section_right_item .mobile_only h2 {
        margin-bottom: 7vw;
        font-size: 8.25vw;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.219vw;
    }

    .jk3_img:before {
        top: -17.639vw;
        left: unset;
        right: 5.128vw;
        width: 8.303vw;
        height: 26.022vw;
    }

    .jk3 .section_left_item h2 {
        display: none;
    }


    .jk3 .section_right_item .mobile_only h2 .line:before {
        content: "";
        position: absolute;
        background-color: #282728;
        right: 2.431vw;
        top: 5.1vw;
        width: 3472.222vw;
        height: 0.069vw;
    }

    .jk3 .section_left_item article p .mobile_only {
        display: unset;
    }

    .jk3_img_text2 {
        right: -27.036vw;
        bottom: 18.858vw;
    }

    .jk3 .section_left_item .mobile_only h4 {
        position: relative;
        margin-top: 5vw;
        margin-bottom: 9.5vw;
        margin-left: 9.1vw;
    }

    

    .jk3 .section_left_item article p br {
        display: none;
    }

    .jk3_img_text1 h4 {
        font-size: 1.6vw;
    }

    .jk3_img_text1 {
        display: none;
    }

    .jk3 .section_left_item article p {
        padding-bottom: 3.639vw;
        line-height: 1.95;
        /* white-space: nowrap; */
    }


    .jk3 .section_left_item {
        padding-left: 0.347vw;
        order: 2;
    }
    
    .jk3 .section_left_item article{
        width: 100%;
        display: block;
        position: relative;
    }

}



/*
    Section 4
------------------------------*/

.jk4 {
    background-color: #FBF8F5;
}



.jk4 .section_inner {
    width: 1160px;
    position: relative;
    padding-top: 89px;
    padding-bottom: 20px;
}

.jk4_in {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
}

.jk4 .section_left_item {
    width: 44%;
    padding-left: 20px;
}

.jk4 .section_right_item {
    width: 54%;
    box-sizing: border-box;
    padding-left: 78px;
    padding-top: 39px;
}

.jk4 .section_right_item h2 {
    margin-bottom: 18px;
    position: relative;
}

.jk4 .section_right_item h2 sub {
    font-family: 'Cormorant';
    font-size: 58px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.45px;
    vertical-align: inherit;
}

.jk4_img {
    position: relative;
    width: 472px;
    height: auto;
    z-index: 1;
}

.jk4_img:after {
    content: "";
    position: absolute;
    bottom: -42px;
    left: -38px;
    background: url(jk4_img_art2.png) no-repeat;
    background-size: contain;
    z-index: 2;
    width: 129px;
    height: 101px;
}

.jk4_img:before {
    content: "";
    position: absolute;
    top: -46px;
    right: -16px;
    z-index: 2;
    width: 49px;
    height: 176px;
    background-image: url(dots_2.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.jk4 .section_right_item article {
    margin-bottom: 43px;
    padding-left: 5px;
}


.jk4 .section_right_item a {
    margin-left: 5px;
}

.jk4_art1 {
    position: absolute;
    width: 100%;
    height: 638px;
    background-color: #24351F;
    right: 70.5%;
    top: 0;
    z-index: 0;
}

.jk4_art1 {
    position: absolute;
    z-index: 0;
    width: 520px;
    height: 630px;
    top: -147px;
    right: -454px;
    transform: rotate(-14deg);
}

.jk4_art1 svg {
    width: 100%;
    height: 100%;
}

.jk4_art2 {
    position: absolute;
    top: 514px;
    left: -312px;
    z-index: 1;
    width: 257px;
    height: 242px;
}

.jk4_art2 svg {
    width: 100%;
    height: 100%;
}


@media (max-width: 1440px) {

    .jk4 .section_inner {
        width: 80.556vw;
        padding-top: 6.181vw;
        padding-bottom: 1.389vw;
    }

    .jk4 .section_left_item {
        padding-left: 1.389vw;
    }

    .jk4 .section_right_item {
        padding-left: 8vw;
        padding-top: 2.708vw;
    }

    .jk4 .section_right_item h2 {
        margin-bottom: 1.25vw;
    }

    .jk4 .section_right_item h2 sub {
        font-size: 4.028vw;
        letter-spacing: 0.101vw;
    }

    .jk4_img {
        width: 32.778vw;
    }

    .jk4_img:after {
        bottom: -2.917vw;
        left: -2.639vw;
        width: 8.958vw;
        height: 7.014vw;
    }

    .jk4_img:before {
        top: -3.194vw;
        right: -1.111vw;
        width: 3.403vw;
        height: 12.222vw;
    }

    .jk4 .section_right_item article {
        margin-bottom: 2.986vw;
        padding-left: 0.347vw;
    }

    .jk4 .section_right_item article br {
        display: none;
    }


    .jk4 .section_right_item a {
        margin-left: 0.347vw;
    }

    .jk4_art1 {
        height: 44.306vw;
    }

    .jk4_art1 {
        width: 36.111vw;
        height: 43.75vw;
        top: -10.208vw;
        right: -31.528vw;
    }

    .jk4_art2 {
        top: 35.694vw;
        left: -21.667vw;
        width: 17.847vw;
        height: 16.806vw;
    }


}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .jk4 .section_inner {
        padding-top: 8vw;
    }

    .jk4_img {
        width: 36vw;
        padding-top: 4vw;
    }
}

@media (max-width: 768px) {
    .jk4 .section_inner {
        padding-bottom: 1.389vw;
        padding-left: 10vw;
    }

    .jk4 .section_left_item {
        padding-left: 1.389vw;
    }

    .jk4 .section_right_item {
        padding-left: 0;
        padding-top: 6.708vw;
    }

    .jk4 .section_right_item h2 {
        margin-bottom: 1.25vw;
    }

    .jk4 .section_right_item h2 sub {
        font-size: 4.028vw;
        letter-spacing: 0.101vw;
    }

    .jk4_img {
        width: 60.778vw;
    }

    .jk4_img:after {
        bottom: -3.917vw;
        left: -2.639vw;
        width: 10.958vw;
        height: 9.014vw;
    }

    .jk4_img:before {
        top: -3.194vw;
        right: -1.111vw;
        width: 3.403vw;
        height: 12.222vw;
    }

    .jk4 .section_right_item article {
        margin-bottom: 2.986vw;
        padding-left: 0.347vw;
    }

    .jk4 .section_right_item article br {
        display: none;
    }


    .jk4 .section_right_item a {
        margin-left: 0.347vw;
    }

    .jk4_art1 {
        height: 44.306vw;
    }

    .jk4_art1 {
        width: 36.111vw;
        height: 43.75vw;
        top: -10.208vw;
        right: -31.528vw;
    }

    .jk4_art2 {
        top: 35.694vw;
        left: -21.667vw;
        width: 17.847vw;
        height: 16.806vw;
    }
}

@media (max-width: 550px) {
    .jk4 .section_inner {
        padding-bottom: 1.389vw;
        padding-left: 9.2vw;
        padding-top: 12.8vw;
        position: relative;
        z-index: 1;
    }

    .jk4 .section_inner .mobile_only .jk3_art1 {
        top: 70.236vw;
        width: 60.208vw;
        height: 60.208vw;
        right: -33.892vw;
        /* border: 0.069vw solid #000; */
        z-index: -1;
    }

    .jk4 .section_left_item {
        padding-left: 1.389vw;
    }

    .jk4 .section_right_item {
        padding-left: 0;
        padding-top: 10.7vw;
    }

    .jk4 .section_right_item h2 {
        margin-bottom: 3.55vw;
    }

    .jk4 .section_right_item h2 sub {
        font-size: 11.25vw;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.281vw;
    }

    .jk4_img {
        width: 79.678vw;
    }

    .jk4_img:after {
        bottom: -7.617vw;
        left: -5.639vw;
        width: 21.258vw;
        height: 17.014vw;
    }

    .jk4_img:before {
        top: -2.694vw;
        right: -1.611vw;
        width: 8.303vw;
        height: 25.222vw;
    }

    .jk4 .section_right_item article {
        margin-bottom: 2.986vw;
        padding-left: 1.047vw;
    }

    .jk4 .section_right_item article p:last-child {
        margin-top: 3vw;
        margin-bottom: 7.9vw;
        /* white-space: nowrap; */
    }

    .jk4 .section_right_item article br {
        display: none;
    }


    .jk4 .section_right_item a {
        margin-left: 0.347vw;
        padding: 1.708vw 6.4vw;
    }

    .jk4_art1 {
        height: 44.306vw;
    }

    .jk4_art1 {
        width: 36.111vw;
        height: 43.75vw;
        top: -10.208vw;
        right: -31.528vw;
    }

    .jk4_art2 {
        top: 35.694vw;
        left: -21.667vw;
        width: 17.847vw;
        height: 16.806vw;
    }
}



/*
    Section 5
------------------------------*/

.jk5 {
    position: relative;
    padding-top: 55px;
    padding-bottom: 21px;
    background-color: #FBF8F5;
}

.jk5:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    top: 260px;
}

.jk5_art1 {
    position: absolute;
    top: -380px;
    right: -612px;
    z-index: 4;
    width: 540px;
    height: 540px;
    /* border: 1px solid #000; */
    border-radius: 50%;
    background-image: url(circle_outline.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.jk5 .section_inner {
    width: 1076px;
    position: relative;
}

.jk5 h2 {
    text-align: center;
    margin-bottom: 22px;
}

.jk5 mark {
    background-size: 100% 64%;
    background-position: 0 64%;
}

.jk5_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 43px;
    position: relative;
}

.jk5_item {
    text-align: center;
}

.jk5_item:nth-child(2) {
    margin-left: 25px;
}

.jk5_item:nth-child(3) {
    margin-right: -15px;
}

.jk5_item p:first-of-type {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.99;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 0px;
    margin-top: 42px;
}

.jk5_item h4:last-of-type {
    font-family: 'Helvetica Neue';
    font-size: 15.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: 1.55px;
    text-align: center;
    color: #d68d85;
    margin-bottom: 0px;
    margin-top: 23px;
}

.jk5_item_img {
    width: 182px;
    margin: 0 auto;
}

.jk5_item_img img {
    width: 100%;
}


.jk5_bottom {
    text-align: center;
    margin-top: 70px;
}

.jk5_items ul.slick-dots{
    display: flex;
    align-content: space-between;
    text-align: center;
    margin: 20px auto 0;
    display: block;
}

.jk5_items ul.slick-dots li button {
    font-size: 0;
    height: 8px !important;
    width: 8px !important;
    display: block;
    background: #adb2b5;
    border: 0;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
}

.jk5_items ul.slick-dots li {
    margin: 0 8px;
    display: inline-block;
}

.jk5_items ul.slick-dots li button:focus{
    background: #606d76;
    outline: none;
}

.jk5 .slick-arrow{
    display: none !important;
}

@media (max-width: 1440px) {

    .jk5 {
        padding-top: 3.819vw;
        padding-bottom: 1.458vw;
    }

    .jk5:before {
        height: 0.069vw;
        top: 17.986vw;
    }

    .jk5_art1 {
        top: -26.389vw;
        right: -42.5vw;
        width: 37.5vw;
        height: 37.5vw;
        border: 0.069vw solid #000;
    }

    .jk5 .section_inner {
        width: 75.556vw;
    }

    .jk5 h2 {
        margin-bottom: 1.528vw;
    }

    .jk5_items {
        margin-top: 2.986vw;
    }

    .jk5_item:nth-child(2) {
        margin-left: 0;
    }

    .jk5_item:nth-child(3) {
        margin-right: -1.042vw;
    }

    .jk5_item p:first-of-type {
        font-size: 1.042vw;
        letter-spacing: 0.026vw;
        margin-bottom: 0vw;
        margin-top: 2.917vw;
    }

    .jk5_item h4:last-of-type {
        font-size: 1.076vw;
        letter-spacing: 0.108vw;
        margin-bottom: 0vw;
        margin-top: 1.875vw;
    }

    .jk5_item_img {
        width: 12.639vw;
    }

    .jk5_bottom {
        margin-top: 4.861vw;
    }

}

@media (max-width: 1140px) {
    .jk5_item p:first-of-type {
        font-size: 1.2vw;
    }

    .jk5_item h4:last-of-type {
        font-size: 1.2vw;
    }
}

@media (max-width: 1024px) {
    .jk5_item p:first-of-type {
        font-size: 1.33vw;
    }

    .jk5_item h4:last-of-type {
        font-size: 1.2vw;
    }
}

@media (max-width: 768px) {
    .jk5 {
        padding-top: 3.819vw;
        padding-bottom: 1.458vw;
    }

    .jk5:before {
        top: 30.986vw;
    }

    .jk5_art1 {
        top: -26.389vw;
        right: -42.5vw;
        width: 37.5vw;
        height: 37.5vw;
        border: 0.069vw solid #000;
    }

    .jk5 .section_inner {
        width: 75.556vw;
    }

    .jk5 h2 {
        margin-bottom: 3.528vw;
    }

    .jk5_items {
        margin-top: 2.986vw;
        justify-content: center;
        display: block;
    }
    .jk5_items.desktop_only{
        display:none;
    }


    .jk5_item p:first-of-type {
        font-size: 2.342vw;
        letter-spacing: 0.026vw;
        margin-bottom: 0vw;
        margin-top: 2.917vw;
        padding: 0 4vw;
    }

    .jk5_item p:first-of-type br {
        display: none;
    }

    .jk5_item h4:last-of-type {
        font-size: 2.076vw;
    }

    .jk5_item_img {
        width: 37.639vw;
    }

    .jk5_bottom {
        margin-top: 4.861vw;
    }

}

@media (max-width: 550px) {
    .jk5 {
        padding-top: 11.719vw;
        padding-bottom: 1.458vw;
    }

    .jk5:before {
        top: 50.586vw;
    }

    .jk5_art1 {
        top: -26.389vw;
        right: -42.5vw;
        width: 37.5vw;
        height: 37.5vw;
        border: 0.069vw solid #000;
    }

    .jk5 .section_inner {
        width: 75.556vw;
    }
    .jk5_item {margin-bottom: 5vw;}


    .jk5 h2 {
        font-size: 7.604vw;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.19vw;
        text-align: center;
        margin-bottom: 7.528vw;
        white-space: nowrap;
    }

    .jk5_items {
        margin-top: 2.986vw;
        justify-content: center;
    }

    .jk5 .slick-slide:focus {
        outline: none;
    }

    .jk5_item p:first-of-type {
        font-size: 3.438vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.94;
        letter-spacing: 0.085vw;
        text-align: center;
        margin-bottom: 0vw;
        margin-top: 7vw;
        padding: 0 4vw;
    }

    .jk5_item p:first-of-type br {
        display: none;
    }

    .jk5_item h4:last-of-type {
        font-size: 3.542vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.59;
        letter-spacing: 0.354vw;
        text-align: center;
        margin-top: 6vw;
    }

    .jk5_item_img {
        width: 44.839vw;
    }

    .jk5_bottom {
        margin-top: 4.861vw;
    }

    .jk5_items ul.slick-dots {
        margin: 1vw auto 0;
    }
}



/*
    Section 6
------------------------------*/

.jk6 {
    background-color: #FBF8F5;
    padding-top: 70px;
    padding-bottom: 104px;
}

.jk6 .section_inner {
    width: 1124px;
    position: relative;
}

.jk6_in {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
}

.jk6 .section_left_item {
    width: 50%;
    padding-top: 42px;
}

.jk6 .section_left_item h2 {
    margin-left: -17px;
}

.jk6 .section_left_item article:first-of-type {
    margin-bottom: 12px;
}

.jk6 .section_left_item article:last-of-type {
    margin-bottom: 40px;
}

.jk6_button {
    margin-left: 2px;
    padding: 11px 77px;
}

.jk6 .section_right_item {
    width: 50%;
    box-sizing: border-box;
    padding-left: 65px;
    padding-top: 0;
}

.jk6_img {
    position: relative;
    width: 469px;
    height: auto;
    margin-left: auto;
}

.jk6_img:before {
    content: "";
    position: absolute;
    top: -24px;
    right: -117px;
    z-index: 2;
    width: 239px;
    height: 49px;
    background-image: url(dots_4.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.jk6_img:after {
    content: "";
    position: absolute;
    bottom: -39px;
    right: -31px;
    background: url(jk6_img_art2.png) no-repeat;
    background-size: contain;
    z-index: 2;
    width: 157px;
    height: 101px;
}


@media (max-width: 1440px) {

    .jk6 {
        padding-top: 4.861vw;
        padding-bottom: 7.222vw;
    }

    .jk6 .section_inner {
        width: 78.056vw;
    }

    .jk6 .section_left_item {
        padding-top: 2.917vw;
    }

    .jk6 .section_left_item h2 {
        margin-left: -1.181vw;
    }

    .jk6 .section_left_item article:first-of-type {
        margin-bottom: 0.833vw;
    }

    .jk6 .section_left_item article:last-of-type {
        margin-bottom: 2.778vw;
    }

    .jk6_button {
        margin-left: 0.139vw;
        padding: 0.764vw 5.347vw;
    }

    .jk6 .section_right_item {
        padding-left: 4.514vw;
    }

    .jk6_img {
        width: 32.569vw;
    }

    .jk6_img:before {
        top: -1.667vw;
        right: -8.125vw;
        width: 16.597vw;
        height: 3.403vw;
    }

    .jk6_img:after {
        bottom: -2.708vw;
        right: -2.153vw;
        width: 10.903vw;
        height: 7.014vw;
    }

}

@media (max-width: 1140px) {
    .jk6 .section_left_item article:first-of-type br {
        display: none;
    }

    .jk6 .section_left_item article:last-of-type br {
        display: none;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .jk6 {
        padding-top: 4.861vw;
        padding-bottom: 7.222vw;
    }

    .jk6 .section_inner {
        width: 78.056vw;
        padding-left: 10vw;
    }

    .jk6_in {
        flex-direction: column-reverse;
    }

    .jk6 .section_left_item {
        padding-top: 2.917vw;
    }

    .jk6 .section_left_item h2 {
        margin-left: -1.181vw;
    }

    .jk6 .section_left_item article:first-of-type {
        margin-bottom: 0.833vw;
    }

    .jk6 .section_left_item article:last-of-type {
        margin-bottom: 2.778vw;
    }

    .jk6_button {
        margin-left: 0.139vw;
        padding: 0.764vw 5.347vw;
    }

    .jk6 .section_right_item {
        padding-left: 0;
    }

    .jk6_img {
        width: 62.569vw;
        margin-left: unset;
    }

    .jk6_img:before {
        top: -1.667vw;
        right: -8.125vw;
        width: 16.597vw;
        height: 3.403vw;
    }

    .jk6_img:after {
        bottom: -5.708vw;
        right: -2.153vw;
        width: 13.958vw;
        height: 11.014vw;
    }
}

@media (max-width: 550px) {
    .jk6 {
        padding-top: 15vw;
        padding-bottom: 13.222vw;
    }

    .jk6 .section_inner {
        width: 78.056vw;
        padding-left: 10vw;
    }

    .jk6_in {
        flex-direction: column-reverse;
    }

    .jk6 .section_left_item {
        padding-top: 11.217vw;
    }

    .jk6 .section_left_item h2 {
        margin-left: -1.181vw;
        letter-spacing: 0.01vw;
        margin-bottom: 4.7vw;
    }

    .jk6 .section_left_item article:first-of-type {
        margin-bottom: 2.833vw;
    }

    .jk6 .section_left_item article:last-of-type {
        margin-bottom: 2.778vw;
    }

    .jk6_button {
        margin-top: 6.5vw;
        padding: 1.764vw 7.647vw;
    }

    .jk6 .section_right_item {
        padding-left: 0;
    }

    .jk6_img {
        width: 80.269vw;
        margin-left: 0;
    }

    .jk6_img:before {
        top: -4.067vw;
        right: -17.125vw;
        width: 39.597vw;
        height: 8.403vw;
    }

    .jk6_img:after {
        bottom: -8.1vw;
        right: -3.1vw;
        width: 26vw;
        height: 17vw;
    }
}



/*
    Section 7
------------------------------*/

.jk7 {
    position: relative;
    padding-top: 52px;
    padding-bottom: 64px;
}

.jk7_art1 {
    position: absolute;
    top: -186px;
    left: -417px;
    z-index: 0;
    width: 540px;
    height: 540px;
    /* border: 1px solid #000; */
    border-radius: 50%;
    background-image: url(circle_outline.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.jk7 .section_inner {
    width: 1250px;
    position: relative;
}

.jk7 h2 {
    text-align: center;
    margin-bottom: 0px;
    position: relative;
}

.jk7 h2 .line {
    position: relative;
}



.jk7 h2 .line:after {
    content: "";
    position: absolute;
    background-color: #282728;
    left: 594px;
    top: 37px;
    z-index: 0;
    width: 50000px;
    height: 1px;
}

.jk7 h4 {
    font-family: IsleHeadlinePERSONALUSE;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.25px;
    text-align: center;
    color: #d68d85;
    margin-bottom: 0;
    margin-top: 5px;
}

.jk7 mark {
    background-size: 100% 64%;
    background-position: 0 64%;
}

.jk7_items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 41px;

}

.jk7_item:last-child:after {
    content: "";
    position: absolute;
    bottom: -112px;
    right: 63px;
    background: url(jk7_img_art.png) no-repeat;
    background-size: contain;
    z-index: 2;
    height: 239px;
    width: 49px;
    background-image: url(dots_1.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.jk7_item {
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-bottom: 46px;
}

.jk7_item:nth-child(2) {
    margin-left: 70px;
}

.jk7_item:nth-child(3) {
    margin-left: 67px;
}

.jk7_item h4 {
    color: #fff;
    margin-bottom: 15px;
}

.jk7_item_img {
    width: 370px;
    height: auto;
    position: relative;
}

.jk7_item::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
    opacity: 0;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
}

.jk7_item_hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
}

.jk7_item:hover::before,
.jk7_item:hover .jk7_item_hover {
    opacity: 1;
}

.jk7_item_hover .site_button {
    color: #fff;
    border: 1px solid #fff;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
}

.jk7_item_hover .site_button:hover {
    border: 1px solid #D78E86;
    background: #D78E86;
}


.jk7_item_img img {
    width: 100%;
}


.jk7_bottom {
    text-align: center;
    /* margin-top: 48px; */
}

.jk7_button {
    padding: 11px 60px;
}



@media (max-width: 1440px) {
    .jk7 {
        padding-top: 3.611vw;
        padding-bottom: 4.444vw;
    }

    .jk7_art1 {
        top: -12.917vw;
        left: -28.958vw;
        width: 37.5vw;
        height: 37.5vw;
        /* border: 0.069vw solid #000; */
    }

    .jk7 .section_inner {
        width: 86.806vw;
    }

    .jk7 h2 {
        margin-bottom: 0vw;
    }

    .jk7 h2 .line:after {
        left: 41.25vw;
        top: 2.569vw;
        width: 3472.222vw;
        height: 0.069vw;
    }

    .jk7 h4 {
        font-size: 1.736vw;
        letter-spacing: 0.087vw;
        margin-top: 0.347vw;
    }

    .jk7_items {
        margin-top: 2.847vw;

    }
    .jk7_item{
        margin-bottom: 4vw;
    }
    .jk7_item:last-child:after {
        bottom: -7.778vw;
        right: 4.375vw;
        height: 16.597vw;
        width: 3.403vw;
    }

    .jk7_item:nth-child(2) {
        margin-left: 4.861vw;
    }

    .jk7_item:nth-child(3) {
        margin-left: 4.653vw;
    }

    .jk7_item h4 {
        margin-bottom: 1.042vw;
    }

    .jk7_item_img {
        width: 25.694vw;
    }

    .jk7_item_hover .site_button {
        border: 0.069vw solid #fff;
    }

    .jk7_item_hover .site_button:hover {
        border: 0.069vw solid #D78E86;
    }

    .jk7_bottom {
        /* margin-top: 3.333vw; */
    }

    .jk7_button {
        padding: 0.764vw 4.167vw;
    }
}

@media (max-width: 1140px) {
    .jk7 h4 {
        font-size: 2vw;
    }

    .jk7_item_hover .site_button {
        white-space: nowrap;
    }
}

@media (max-width: 1024px) {
    .jk7 h4 {
        font-size: 2.25vw;
    }
}

@media (max-width: 768px) {
    .jk7 {
        padding-top: 3.611vw;
        padding-bottom: 4.444vw;
    }

    .jk7_art1 {
        top: -12.917vw;
        left: -28.958vw;
        width: 37.5vw;
        height: 37.5vw;
        /* border: 0.069vw solid #000; */
    }

    .jk7 .section_inner {
        width: 86.806vw;
    }

    .jk7 h2 {
        margin-bottom: 0vw;
    }

    .jk7 h2 .line:after {
        left: 41.25vw;
        top: 2.569vw;
        width: 3472.222vw;
        height: 0.069vw;
    }

    .jk7 h4 {
        font-size: 2vw;
        letter-spacing: 0.087vw;
        margin-top: 0.347vw;
    }

    .jk7_items {
        margin-top: 2.847vw;
        flex-direction: column;
    }

    .jk7_item:last-child:after {
        bottom: -7.778vw;
        right: 4.375vw;
        height: 16.597vw;
        width: 3.403vw;
    }

    .jk7_item:nth-child(2) {
        margin-left: unset;
        margin: 0 auto;
        margin-bottom: 5vw;
    }

    .jk7_item:nth-child(3) {
        margin-left: unset;
        margin: 0 auto;
    }

    .jk7_item h4 {
        margin-bottom: 1.042vw;
    }

    .jk7_item_img {
        width: 54.694vw;
    }

    .jk7_item_hover .site_button {
        border: 0.069vw solid #fff;
    }

    .jk7_item_hover .site_button:hover {
        border: 0.069vw solid #D78E86;
    }

    .jk7_bottom {
        margin-top: 3.333vw;
    }

    .jk7_button {
        padding: 0.764vw 4.167vw;
    }
}

@media (max-width: 550px) {
    .jk7 {
        padding-top: 11.211vw;
        padding-bottom: 13.744vw;
    }

    .jk7_art1 {
        top: -51.917vw;
        right: -47.658vw;
        left: unset;
        width: 61.458vw;
        height: 61.458vw;
        /* border: 0.069vw solid #000; */
    }

    .jk7 .section_inner {
        width: 86.806vw;
    }

    .jk7 h2 {
        margin-bottom: 0vw;
    }

    .jk7 h2 .line:after {
        left: unset;
        top: 5.269vw;
        right: 6vw;
        width: 3472.222vw;
        height: 0.069vw;
    }

    .jk7 h4 {
        font-size: 3.854vw;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.194vw;
        margin-top: 1.247vw;
    }

    .jk7_items {
        margin-top: 9.247vw;
        flex-direction: column;
    }

    .jk7_item:last-child:after {
        bottom: -19.778vw;
        right: -4.5vw;
        height: 34.4vw;
        width: 8vw;
    }

    .jk7_item:nth-child(2) {
        margin-left: unset;
        margin: 0 auto;
        margin-bottom: 11.8vw;
    }

    .jk7_item:nth-child(3) {
        margin-left: unset;
        margin: 0 auto;
    }

    .jk7_item h4 {
        margin-bottom: 1.042vw;
    }

    .jk7_item_img {
        width: 79.6vw;
    }

    .jk7_item_hover .site_button {
        border: 0.069vw solid #fff;
    }

    .jk7_item_hover .site_button:hover {
        border: 0.069vw solid #D78E86;
    }

    .jk7_bottom {
        margin-top: 7.6vw;
    }

    .jk7_button {
        padding: 1.764vw 10.767vw;
    }

    .jk7_item {
        margin-bottom: 10.9vw;
    }


}




/*
    Section 7
------------------------------*/

.jk8 {
    position: relative;
    padding-top: 38px;
    padding-bottom: 75px;
    background-color: #FBF8F5;
}

.jk8 .section_inner {
    width: 1150px;
}

.jk8>h2 {
    text-align: center;
    margin-bottom: 46px;
    position: relative;
}

.jk8>h2 .line {
    position: relative;
}

.jk8>h2 .line:before {
    content: "";
    position: absolute;
    width: 50000px;
    height: 1px;
    background: #000;
    top: 30px;
    right: 275px;
}

.jk8 mark {
    background-size: 100% 64%;
    background-position: 0 64%;
}

.jk8_items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
}

.jk8_item:nth-child(1) {
    background: #ECCAC0;
    margin-right: 112px;
    position: relative;
    z-index: 9;
}

.jk8_item:nth-child(2) {
    background: #E0AFA6;
    margin-right: 108px;
}

.jk8_item:nth-child(3) {
    background: #D78E86;
    position: relative;
}

.jk8_item {
    position: relative;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
}

.jk8_item:hover {
    transform: translateY(-10px);
}

.jk8_item>a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 999;
}


.jk8_item_in {
    width: 304px;
    padding: 19px 43px 163px 40px;
    position: relative;
    z-index: 9;
    min-height: 295px;
}

.jk8_item_in h2 {
    font-size: 125px;
    letter-spacing: 6.25px;
    margin-bottom: 0;
    position: absolute;
    bottom: 5px;
    right: 24px;
    z-index: 10;
    font-family: 'Helvetica Neue';
    font-weight: 100;
}

.jk8_item:nth-child(3) h3 {
    margin-top: 0;
}

.jk8_item_in h3 sub {
    font-family: 'Cormorant';
    line-height: 1px;
    vertical-align: initial;
}

.jk8_item_in a {
    display: block;
}

.jk8_item h3 {
    margin-top: 5px
}

.jk8_item_in_img img {
    width: 100%;
}


@media (max-width: 1440px) {

    .jk8 {
        padding-top: 2.639vw;
        padding-bottom: 5.208vw;
    }

    .jk8 .section_inner {
        width: 79.861vw;
    }

    .jk8>h2 {
        margin-bottom: 3.194vw;
    }

    .jk8>h2 .line:before {
        width: 3472.222vw;
        height: 0.069vw;
        top: 2.083vw;
        right: 19.097vw;
    }

    .jk8_items {
        margin-top: 3.125vw;
    }

    .jk8_item:nth-child(1) {
        margin-right: 7.778vw;
    }

    .jk8_item:nth-child(2) {
        margin-right: 7.5vw;
    }

    .jk8_item:hover {
        transform: translateY(-0.694vw);
    }

    .jk8_item_in {
        width: 21.111vw;
        padding: 1.319vw 2.986vw 11.319vw 2.778vw;
        min-height: 20.486vw;
    }

    .jk8_item_in h2 {
        font-size: 8.681vw;
        letter-spacing: 0.434vw;
        bottom: 0.347vw;
        right: 1.667vw;
    }

    .jk8_item_in h3 sub {
        line-height: 0.069vw;
    }

    .jk8_item h3 {
        margin-top: 0.347vw
    }


}

@media (max-width: 1140px) {
    .jk8 {
        padding-top: 5vw;
        padding-bottom: 8vw;
    }

    .jk8_item_in {
        width: 25vw;
        min-height: 24vw;
    }

    .jk8_item:nth-child(1) {
        margin-right: 5vw;
    }

    .jk8_item:nth-child(2) {
        margin-right: 5vw;
    }

    .jk8 .section_inner {
        width: 85vw;
    }

    .jk8_item_in h2 {
        font-size: 9vw;
    }
}

@media (max-width: 1024px) {

    .jk8 {
        padding-top: 5vw;
        padding-bottom: 8vw;
    }

    .jk8_item_in {
        width: 25vw;
        min-height: 24vw;
    }

    .jk8_item:nth-child(1) {
        margin-right: 5vw;
    }

    .jk8_item:nth-child(2) {
        margin-right: 5vw;
    }

    .jk8 .section_inner {
        width: 85vw;
    }


    .jk8>h2 {
        margin-bottom: 5vw;
    }

    .jk8_item_in h2 {
        font-size: 10vw;
    }



}

@media (max-width: 768px) {
    .jk8 {
        padding-top: 2.639vw;
        padding-bottom: 5.208vw;
    }

    .jk8 .section_inner {
        width: 79.861vw;
        padding: 0 15vw;
    }

    .jk8>h2 {
        margin-bottom: 3.194vw;
    }

    .jk8>h2 .line:before {
        width: 3472.222vw;
        height: 0.069vw;
        top: 2.083vw;
        right: 19.097vw;
    }

    .jk8_items {
        margin-top: 3.125vw;
        flex-direction: column;
    }

    .jk8_item:nth-child(1) {
        margin-right: 0;
        margin-bottom: 5vw;
    }

    .jk8_item:nth-child(2) {
        margin-right: 0;
        margin-bottom: 5vw;
    }

    .jk8_item:hover {
        transform: translateY(-0.694vw);
    }

    .jk8_item_in {
        width: unset;
        min-height: 20.486vw;
        padding: 3.319vw 3.986vw 11.319vw 4.778vw;
    }

    .jk8_item_in h2 {
        font-size: 8.681vw;
        letter-spacing: 0.434vw;
        bottom: 2.347vw;
        right: 3.667vw;
    }

    .jk8_item_in h3 sub {
        line-height: 0.069vw;
        font-size: 6vw;
    }

    .jk8_item h3 {
        margin-top: 0.347vw
    }
}

@media (max-width: 550px) {
    .jk8 {
        background: #FBF8F5;
        padding-top: 9.539vw;
        padding-bottom: 17.508vw;
    }

    .jk8 .section_inner {
        padding: 0 10.5vw;
    }

    .jk8>h2 {
        margin-bottom: 8.3vw;
    }

    .jk8>h2 .line:before {
        top: 5.883vw;
        right: 7.097vw;
    }

    .jk8_items {
        margin-top: 3.125vw;
        flex-direction: column;
    }

    .jk8_item:nth-child(1) {
        margin-right: 0;
        margin-bottom: 9.6vw;
    }

    .jk8_item:nth-child(2) {
        margin-right: 0;
        margin-bottom: 10.3vw;
    }

    .jk8_item:hover {
        transform: translateY(-0.694vw);
    }

    .jk8_item_in {
        width: unset;
        min-height: 40.386vw;
        padding: 4.019vw 0 0 6.7vw;
    }

    .jk8_item_in h2 {
        font-size: 20.938vw;
        font-weight: 200;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.048vw;
        bottom: 2.347vw;
        right: 1.267vw;
    }

    .jk8_item_in h3 sub {
        line-height: 0.069vw;
        font-size: 7vw;
    }

    .jk8_item h3 {
        margin-top: 0.347vw
    }
}



/*
    Section 9
------------------------------*/

.jk9 {
    position: relative;
    padding-top: 85px;
    padding-bottom: 85px;
}


.jk9 .section_inner {
    width: 960px;
    position: relative;
}

.jk9 .section_inner:after {
    content: "";
    position: absolute;
    bottom: -165px;
    right: -144px;
    /* background: url(jk9_art.png) no-repeat; */
    /* background-size: contain; */
    z-index: 999;
    height: 239px;
    width: 49px;
    background-image: url(dots_1.svg);
    background-repeat: no-repeat;
    background-size: auto;
}

.jk9_in {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
}

.jk9 .section_left_item {
    width: 45%;
}

.jk9 .section_right_item {
    width: 55%;
    box-sizing: border-box;
    padding-left: 40px;
    padding-top: 80px;
    margin-top: 20px;
}

.jk9 .section_right_item a {
    margin-left: 18px;
    padding-left: 20px;
    padding-right: 22px
}

.jk9 .section_right_item h2 {
    margin-bottom: 14px;
    position: relative;
}

.jk9 .section_right_item h2 .line {
    position: relative;
}

.jk9 .section_right_item h2 .line:after {
    content: "";
    position: absolute;
    width: 50000px;
    height: 1px;
    background: #000;
    top: 38px;
    left: 465px;
}

.jk9_img {
    position: relative;
}

.jk9_img img {
    width: 100%;
    z-index: 1;
    position: relative;
}

.jk9_items {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    /* box-sizing: border-box; */
    padding: 0 140px 0 57px;
}

.jk9 .slick-prev,
.jk9 .slick-next {
    position: absolute;
    top: 37.5%;
    background-color: transparent;
    width: 27px;
    height: 44px;
    font-size: 0;
    border: none;
    cursor: pointer;
    z-index: 9;
}

.jk9 .slick-prev:focus,
.jk9 .slick-next:focus {
    outline: none;
}


.jk9 .slick-slide:focus {
    outline: none;
}

.jk9 .slick-prev {
    left: -29px;
    background: url(jk9_prev_arrow.png) no-repeat;
    background-size: contain;
}

.jk9 .slick-next {
    right: 44px;
    background: url(jk9_next_arrow.png) no-repeat;
    background-size: contain;
}

.jk9 .slick-slide img {
    width: 100%;
}

.jk9_art1 {
    position: absolute;
    /* background: #606D76; */
    bottom: -142px;
    left: -304px;
    width: 225px;
    height: 225px;
    border-radius: 50%;
    z-index: 0;
    background-image: url(circle_03.svg);
    background-position: center;
    background-size: cover;
}

.jk9_art2 {
    position: absolute;
    /* background: #ECCEC4; */
    /* background-size: contain; */
    bottom: -326px;
    right: -323px;
    z-index: 1;
    width: 685px;
    height: 685px;
    border-radius: 50%;
    background-image: url(circle_02.svg);
    background-position: center;
    background-size: cover;
}

@media (max-width: 1440px) {

        
    .jk9 {
        padding-top: 5.903vw;
        padding-bottom: 5.903vw;
    }


    .jk9 .section_inner {
        width: 66.667vw;
    }

    .jk9 .section_inner:after {
        bottom: -11.458vw;
        right: -10vw;
        height: 16.597vw;
        width: 3.403vw;
    }

    .jk9 .section_right_item {
        padding-left: 2.778vw;
        padding-top: 5.556vw;
        margin-top: 1.389vw;
    }

    .jk9 .section_right_item a {
        margin-left: 1.25vw;
        padding-left: 1.389vw;
        padding-right: 1.528vw
    }

    .jk9 .section_right_item h2 {
        margin-bottom: 0.972vw;
    }

    .jk9 .section_right_item h2 .line:after {
        width: 3472.222vw;
        height: 0.069vw;
        top: 2.639vw;
        left: 32.292vw;
    }

    .jk9_items {
        padding: 0 9.722vw 0 3.958vw;
    }

    .jk9 .slick-prev,
    .jk9 .slick-next {
        width: 1.875vw;
        height: 3.056vw;
    }

    .jk9 .slick-prev {
        left: -2.014vw;
    }

    .jk9 .slick-next {
        right: 3.056vw;
    }

    .jk9_art1 {
        bottom: -9.861vw;
        left: -21.111vw;
        width: 15.625vw;
        height: 15.625vw;
    }

    .jk9_art2 {
        bottom: -22.639vw;
        right: -22.431vw;
        width: 47.569vw;
        height: 47.569vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .jk9 .section_right_item h2 {
        white-space: nowrap;
    }

    .jk9 .section_right_item h2 .line:after {
        top: 2.639vw;
        left: 35.083vw;
    }
}

@media (max-width: 768px) {

    .jk9 .section_inner {
        padding: 0 25vw;
    }

    .jk9 .slick-prev,
    .jk9 .slick-next {
        width: 6.875vw;
        height: 8.056vw;
    }
        .jk9 .slick-prev {
        left: -10vw;
    }

    .jk9 .slick-next {
        right: -8vw;
    }

    .jk9_in {
        flex-direction: column-reverse;
    }

    .jk9 .section_right_item {
        padding-left: 2.778vw;
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 3vw;
    }
    .jk9 .section_right_item a {
        display: none;
    }

    .jk9_art2 {
        bottom: -42.806vw;
        right: -38.431vw;
        width: 88.056vw;
        height: 88.056vw;
        z-index: -1;
    }

    .jk9_art1 {
        bottom: -10.861vw;
        left: -6.111vw;
        width: 25.625vw;
        height: 25.625vw;
    }
        .jk9 .section_inner:after {
        bottom: -13vw;
        right: 9vw;
        height: 30.097vw;
        width: 6.103vw;
    }


}

@media (max-width: 550px) {
        .jk9 {
        padding-top: 11.8vw;
        padding-bottom: 21vw;
    }
    .jk9 .section_inner {
        padding: 0 7vw;
    }
        .jk9 .section_right_item h2 {
    }
        .jk9 .section_right_item {
        padding-left: 0;
        margin-bottom: 4.6vw;
    }

    .jk9_items {
        padding: 0;
        margin-top: 5.8vw;
    }

    .jk9_item {
        padding: 0 22.8vw 0 19.2vw;
    }

    .jk9 .slick-prev,
    .jk9 .slick-next {
        width: 8.875vw;
        height: 8.056vw;
    }

    .jk9 .slick-prev {
        left: 2.572vw;

    }

    .jk9 .slick-next {
        right: -0.728vw;
    }

    .jk9 .section_right_item h2 .line:after {
        top: 5.439vw;
        left: 68.783vw;
    }

    .jk9_in {
        flex-direction: column-reverse;
    }

    .jk9 .section_right_item a {
        display: none;
    }

    .jk9_art2 {
        bottom: -60vw;
        right: -60.8vw;
        width: 113vw;
        height: 113vw;
    }

    .jk9_art1 {
        bottom: -27.681vw;
        left: -8.811vw;
        width: 27.083vw;
        height: 27.083vw;
        z-index: -1;
    }
            .jk9 .section_inner:after {
        bottom: -29.4vw;
        right: 6.2vw;
        width: 7.083vw;
        height: 35.208vw;
    }


}




/*
    Section 10
------------------------------*/

.sk10 {
    padding-top: 62px;
    background: #FCF8F5;
    padding-bottom: 55px;
    position: relative;
    z-index: 99;
}

.sk10 .section_inner {
    position: relative;
    width: 1250px;
}

.sk10_in {
    position: relative;
    z-index: 6;
}

.sk10 h2 {
    text-align: center;
    margin-bottom: 5px;
}

.sk10 h4 {
    text-align: center;
    /* margin-bottom: 5vw; */
}

#instagram_feed {
    overflow: hidden;
    margin-top: 42px;
}

.instagram_gallery {
    display: flex;
}

.instagram_gallery a {
    margin: 0 9px;
}

.instagram_gallery a img {
    margin: 0 !important;
    width: 100% !important;
    height: 97.2%;
}

.instagram_gallery a:first-child {
    margin-left: 0;
}

.instagram_gallery a:last-child {
    margin-right: 0;
}

@media (max-width: 1440px) {

    .sk10 {
        padding-top: 4.306vw;
        padding-bottom: 3.819vw;
    }

    .sk10 .section_inner {
        width: 86.806vw;
    }

    .sk10 h2 {
        margin-bottom: 0.347vw;
    }

    #instagram_feed {
        margin-top: 2.917vw;
    }

    .instagram_gallery a {
        margin: 0 0.625vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {

    .instagram_gallery a:nth-child(4),
    .instagram_gallery a:nth-child(5) {
        display: none;
    }

}

@media (max-width: 550px) {
    .sk10 {
        padding-top: 12.106vw;
        padding-bottom: 5.719vw;
    }

    .sk10 .section_inner {
        padding: 0 3vw;
    }

    .sk10 h2 {
        font-size: 7.083vw;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.177vw;
        margin-bottom: 0.947vw;
    }

    #instagram_feed {
        margin-top: 2.917vw;
    }

    .instagram_gallery a {
        margin: 0 0.625vw;
    }
}



/*
    Footer
------------------------------*/

.jk_footer {
    background-color: #d68d85;
    color: #000;
    padding-top: 27px;
    padding-bottom: 26px;
}

.jk_fr_bottom p {
    font-size: 10.5px;
    line-height: 2.5;
    letter-spacing: 1.79px;
}

.jk_footer .section_inner {
    display: flex;
    justify-content: space-between;
    width: 1255px;
}

.jk_footer_left {
    width: 20%;
}

.jk_footer_mid {
    text-align: center;
    width: 60%;
}

.jk_footer_mid p {
    color: #000000;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.6px;
    margin-bottom: 19px;
}

.jk_footer_menu li {
    font-size: 11.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.52;
    letter-spacing: 0.58px;
    margin-bottom: 1px;
}

.jk_form {
    margin: 0 auto;
}

.form_textmail {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1px;
    align-content: space-between;
    padding: 0 25px;
    padding-bottom: 26px;
}

.form_textmail input {
    border: none;
    border-radius: 0;
    text-align: center;
    font-family: 'IsleHeadlinePERSONALUSE';
    font-size: 13.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 5.4px;
    padding: 4px;
}

.form_textmail input[type="text"] {
    background: transparent;
    border-bottom: 1px solid #000;
}

.form_textmail input[type="email"] {
    background: transparent;
    border-bottom: 1px solid #000;
}

.form_textmail input::-webkit-input-placeholder {
    /* Edge */
    color: #000;
}

.form_textmail input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.form_textmail input::placeholder {
    color: #000;
}

.jk_form .align_middle {
    margin-top: -6px;
}

.jk_form button {
    box-shadow: none;
    width: 241px;
    font-size: 10.5px;
    background: transparent;
    padding-top: 8px;
    padding: 7px 16px;
    padding-bottom: 6px;
}

.jk_form button:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.form_textmail .form-group {
    padding: 0 30px;
    margin-bottom: 0;
}

.jk_footer .text-field {
    width: 50%;
    margin-bottom: 0;
}

.jk_footer .email-field {
    width: 50%;
}


.jk_footer_right {
    width: 20%;
    text-align: right;
    margin-top: 7px;
}

.jk_footer_right a {
    font-weight: bold;
}

.jk_fr_top {
    overflow: hidden;
}

.jk_footer_logo {
    width: 90%;
    text-align: right;
    display: block;
    margin-right: 15px;
    float: right;
}
.jk_footer_logo img {
    display: inline-block;
    margin: 0px;
}
.jk_footer_social {
    padding-bottom: 54px;
    padding-top: 18px;
    display: block;
    float: right;
    width: 100%;
}

.jk_footer_social li {
    width: 24px;
    margin-right: 7px;
    display: inline-block;
}

.jk_footer_social li.twitter {
    width: 28px;
}

.jk_footer_social li.facebook {
    width: 26px;
}

.jk_footer_social li.youtube {
    width: 32px;
    margin-right: 3px;
}

@media (max-width: 1440px) {

    .jk_footer {
        padding-top: 1.875vw;
        padding-bottom: 1.806vw;
    }

    .jk_fr_bottom p {
        font-size: 0.729vw;
        letter-spacing: 0.124vw;
    }

    .jk_footer .section_inner {
        width: 87.153vw;
    }

    .jk_footer_mid p {
        font-size: 0.833vw;
        /* line-height: 1.319vw; */
        letter-spacing: 0.042vw;
        margin-bottom: 1.319vw;
    }

    .jk_footer_menu li {
        font-size: 0.799vw;
        letter-spacing: 0.04vw;
        margin-bottom: 0.069vw;
    }

    .form_textmail {
        margin-bottom: 0.069vw;
        padding: 0 1.736vw;
        padding-bottom: 1.806vw;
    }

    .form_textmail input {
        font-size: 0.938vw;
        letter-spacing: 0.375vw;
        padding: 0.278vw;
    }

    .form_textmail input[type="text"] {
        border-bottom: 0.069vw solid #000;
    }

    .form_textmail input[type="email"] {
        border-bottom: 0.069vw solid #000;
    }

    .jk_form .align_middle {
        margin-top: -0.417vw;
    }

    .jk_form button {
        width: 16.736vw;
        font-size: 0.729vw;
        padding-top: 0.556vw;
        padding: 0.486vw 1.111vw;
        padding-bottom: 0.417vw;
    }

    .form_textmail .form-group {
        padding: 0 2.083vw;
    }

    .jk_footer_right {
        margin-top: 0.486vw;
    }

    .jk_footer_logo {
        width: 8.264vw;
        margin-right: 1.042vw;
    }

    .jk_footer_social {
        padding-bottom: 3.75vw;
        padding-top: 1.25vw;
    }

    .jk_footer_social li {
        width: 1.667vw;
        margin-right: 0.486vw;
    }

    .jk_footer_social li.twitter {
        width: 1.944vw;
    }

    .jk_footer_social li.facebook {
        width: 1.806vw;
    }

    .jk_footer_social li.youtube {
        width: 2.222vw;
        margin-right: 0.208vw;
    }
}

@media (max-width: 1140px) {

    .jk_footer {
        padding-top: 3vw;
        padding-bottom: 2vw;
    }

    .jk_footer_mid p {
        font-size: 1.05vw;
        margin-bottom: 3vw;
    }

    .jk_form button {
        font-size: .9vw;
    }

    .jk_footer_menu li {
        font-size: 1.1vw;
    }

    .jk_fr_bottom p {
        font-size: 1vw;
    }

    .form_textmail {
        padding-bottom: 2.2vw;
    }

    .form_textmail input {
        font-size: 1.05vw;
    }

    .jk_footer_mid h3 {
        margin-top: 2vw;
    }

    .jk_fr_bottom {
        padding-top: 9vw;
    }

}

@media (max-width: 1024px) {
    .jk_footer {
        padding-top: 5vw;
        padding-bottom: 3vw;
    }

    .jk_footer_mid p {
        font-size: 1.5vw;
        margin-bottom: 3.4vw;
    }

    .jk_form button {
        font-size: 1.2vw;
    }

    .jk_footer_menu li {
        font-size: 1.4vw;
    }

    .jk_fr_bottom p {
        font-size: 1.19vw;
        line-height: 1.8;
    }

    .form_textmail {
        padding-bottom: 2.2vw;
    }

    .form_textmail input {
        font-size: 1.25vw;
    }
}

@media (max-width: 768px) {

    .jk_footer {
        padding-top: 1vw;
        padding-bottom: 3vw;
    }

    .jk_footer .section_inner {
        flex-direction: column;
    }


    .jk_footer_left {
        width: 100%;
        order: 1;
    }

    .jk_footer_mid p {
        font-size: 2.2vw;
        line-height: normal;
        margin-bottom: 3.4vw;
    }

    .form_textmail input {
        font-size: 2.5vw;
    }

    .jk_footer_menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 2vw;
    }

    .jk_form button {
        font-size: 1.6vw;
        padding: 1.186vw 1.811vw;
        width: 39.736vw;
    }

    .jk_footer_menu li {
        font-size: 2vw;
        padding: 0 4vw;
    }

    .jk_footer_menu li:first-child {
        padding-left: 0;
    }

    .jk_footer_menu li:nth-child(5) {
        padding-right: 0;
    }

    .jk_footer_mid {
        text-align: center;
        width: unset;
        order: 0;
    }

    .jk_footer_right {
        width: 100%;
        margin-top: 0.486vw;
    }

    .form_textmail {
        flex-direction: column;
        justify-content: center;
        padding-bottom: 0vw;
    }

    .form_textmail .form-group {
        width: 100%;
        padding: 0 2.083vw;
        margin-bottom: 3vw;
    }

    .jk_fr_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 2vw;
    }

    .jk_footer_social {
        padding-bottom: 0;
        padding-top: 0;
    }

    .jk_fr_bottom {
        display: none;
    }

    .jk_fr_bottom p {
        font-size: 2vw;
        line-height: 1.8;
    }

    .jk_footer .mobile_only .jk_fr_bottom {
        display: unset;
        text-align: center;
    }


    .jk_footer .mobile_only .jk_fr_bottom p a {
        font-weight: bold;
    }

    .jk_footer_logo {
        width: 19.264vw;
        margin-right: 1.042vw;
    }

    .jk_footer_social {
        padding-bottom: 3.75vw;
        padding-top: 4.25vw;
    }

    .jk_footer_social li {
        width: 4.667vw;
        margin-right: 3.486vw;
    }

    .jk_footer_social li.twitter {
        width: 4.944vw;
    }

    .jk_footer_social li.facebook {
        width: 4.806vw;
    }

    .jk_footer_social li.youtube {
        width: 5.222vw;
        margin-right: 0.208vw;
    }

    .jk_form {
        margin: 0 auto;
        margin-bottom: 3vw;
    }

    /* Common Style For Mobile */
    .pc_only {
        display: none !important;
    }

    .mobile_only {
        display: block;

    }

    .section_inner {
        width: 100% !important;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .section_left_item {
        width: 100% !important;
    }

    .section_right_item {
        width: 100% !important;
    }
}

@media (max-width: 550px) {
    .jk_footer {
        padding-top: 2.55vw;
        padding-bottom: 7vw;
    }

    .jk_footer .section_inner {
        flex-direction: column;
    }


    .jk_footer_left {
        width: 100%;
        order: 1;
    }

    .jk_footer_mid p {
        font-size: 2.708vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.58;
        letter-spacing: 0.135vw;
        margin-bottom: 6.1vw;
    }

    .form_textmail input {
        font-size: 3.021vw;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 1.208vw;
    }

    .jk_footer_menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 3.8vw;
        padding-top: 1.7vw;
    }

    .jk_form button {
        font-size: 2.188vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.285vw;
        padding: 1.286vw 20.411vw;
        width: unset;
    }

    .jk_footer_menu li {
        font-size: 2.5vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.9;
        letter-spacing: 0.104vw;
        padding: 0 4vw;
    }

    .jk_footer_menu li:first-child {
        padding-left: 0;
    }

    .jk_footer_menu li:nth-child(5) {
        padding-right: 0;
    }

    .jk_footer_mid {
        text-align: center;
        width: unset;
        order: 0;
    }

    .jk_footer_right {
        width: 100%;
        margin-top: 0.486vw;
    }

    .form_textmail {
        padding: 0 4.736vw;
    }

    .form_textmail .form-group {
        width: 80.5vw;
        padding: 0 2.583vw;
        margin-bottom: 6.3vw;
    }

    .jk_fr_top {
        padding: 0 2.3vw;
        margin-top: 2vw;
    }

    .jk_footer_social {
        padding-bottom: 0;
        padding-top: 0;
    }

    .jk_fr_bottom {
        display: none;
    }

    .jk_fr_bottom p {
        font-size: 2.5vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 3.44;
        letter-spacing: 0.319vw;
    }

    .jk_footer .mobile_only .jk_fr_bottom {
        display: unset;
        text-align: center;
    }


    .jk_footer .mobile_only .jk_fr_bottom p a {
        font-weight: bold;
        font-size: 2.075vw;
    }

    .jk_footer_logo {
        width: 29.264vw;
        height: auto;
        margin-right: 0;
        margin-top: -1vw;
    }
    .jk_footer_mid h3 {
        font-size: 8.646vw;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.217vw;
        margin-top: 2vw;
        margin-bottom: 2.3vw;
    }
    .jk_footer_social {
        padding-bottom: 3.75vw;
        padding-top: 6.25vw;
    }
    
    .jk_footer_social li {
        width: 6.267vw;
        margin-right: 2.586vw;
    }
    
    .jk_footer_social li.twitter {
        width: 7.844vw;
    }

    .jk_footer_social li.facebook {
        width: 7vw;
    }

    .jk_footer_social li.youtube {
        width: 8.322vw;
        margin-right: 0.208vw;
    }

    .jk_form {
        margin: 0 auto;
        margin-bottom: 3vw;
    }
}