/* kv */
.kv {
    padding-top: 20px;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
@media (max-width: 768px) {
    .kv {
        padding-right: 10px;
    } 
}
.kv:after {
    height: 500px;
    width: 100%;
    background: linear-gradient(to right, #A8EAE2, #B5E3AD, #FFF57C);
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    z-index: -1;
}
@media (max-width: 1700px) {
    .kv:after {
        height: 470px;
    } 
}
@media (max-width: 1600px) {
    .kv:after {
        height: 430px;
    } 
}
@media (max-width: 1400px) {
    .kv:after {
        height: 400px;
    } 
}
@media (max-width: 1300px) {
    .kv:after {
        height: 380px;
    } 
}
@media (max-width: 768px) {
    .kv:after {
        content: none;
    } 
}
.kv .slick-list {
    overflow: visible;
}
.kvContentsItem {
    box-sizing: border-box;
    padding: 0 50px;
    display: none;
    position: relative;
    transform: scale(0.9);
    transition: 0.5s;
}
.kvContentsItem.slick-slide {
    display: block;
}
/* @media (max-width: 1500px) {
    .kvContentsItem {
        padding: 0 25px;
    }
}
*/
@media (max-width: 2000px) {
    .kvContentsItem {
        padding: 0 65px;
    }
}

@media (max-width: 2000px) and (max-height: 920px) {
    .kvContentsItem {
        padding: 0 80px;
    }
}

@media (max-width: 2000px) and (max-height: 850px) {
    .kvContentsItem {
        padding: 0 100px;
    }
}

@media (max-width: 2000px) and (max-height: 780px) {
    .kvContentsItem {
        padding: 0 120px;
    }
}

@media (max-width: 1800px) {
    .kvContentsItem {
        padding: 0 50px;
    }
}

@media (max-width: 1800px) and (max-height: 920px) {
    .kvContentsItem {
        padding: 0 60px;
    }
}


@media (max-width: 1800px) and (max-height: 890px) {
    .kvContentsItem {
        padding: 0 70px;
    }
}

@media (max-width: 1800px) and (max-height: 840px) {
    .kvContentsItem {
        padding: 0 85px;
    }
}

@media (max-width: 1800px) and (max-height: 750px) {
    .kvContentsItem {
        padding: 0 100px;
    }
}


@media (max-width: 1700px) {
    .kvContentsItem {
        padding: 0 40px;
    }
}

@media (max-width: 1700px) and (max-height: 900px) {
    .kvContentsItem {
        padding: 0 50px;
    }
}
@media (max-width: 1700px) and (max-height: 850px) {
    .kvContentsItem {
        padding: 0 60px;
    }
}
@media (max-width: 1700px) and (max-height: 820px) {
    .kvContentsItem {
        padding: 0 65px;
    }
}

@media (max-width: 1700px) and (max-height: 800px) {
    .kvContentsItem {
        padding: 0 75px;
    }
}

@media (max-width: 1700px) and (max-height: 770px) {
    .kvContentsItem {
        padding: 0 80px;
    }
}

@media (max-width: 1700px) and (max-height: 760px) {
    .kvContentsItem {
        padding: 0 85px;
    }
}


@media (max-width: 1650px) {
    .kvContentsItem {
        padding: 0 40px;
    }
}
@media (max-width: 1650px) and (max-height: 860px) {
    .kvContentsItem {
        padding: 0 50px;
    }
}
@media (max-width: 1650px) and (max-height: 830px) {
    .kvContentsItem {
        padding: 0 60px;
    }
}
@media (max-width: 1650px) and (max-height: 800px) {
    .kvContentsItem {
        padding: 0 70px;
    }
}
@media (max-width: 1650px) and (max-height: 770px) {
    .kvContentsItem {
        padding: 0 80px;
    }
}


@media (max-width: 1600px) {
    .kvContentsItem {
        padding: 0 25px;
    }
}

@media (max-width: 1600px) and (max-height: 910px) {
    .kvContentsItem {
        padding: 0 35px;
    }
}



@media (max-width: 1600px) and (max-height: 870px) {
    .kvContentsItem {
        padding: 0 40px;
    }
}

@media (max-width: 1600px) and (max-height: 830px) {
    .kvContentsItem {
        padding: 0 50px;
    }
}

@media (max-width: 1600px) and (max-height: 800px) {
    .kvContentsItem {
        padding: 0 60px;
    }
}

@media (max-width: 1600px) and (max-height: 750px) {
    .kvContentsItem {
        padding: 0 70px;
    }
}

@media (max-width: 1450px) and (max-height: 950px) {
    .kvContentsItem {
        padding: 0 20px;
    }
}

@media (max-width: 1450px) and (max-height: 830px) {
    .kvContentsItem {
        padding: 0 30px;
    }
}

@media (max-width: 1450px) and (max-height: 790px) {
    .kvContentsItem {
        padding: 0 40px;
    }
}
@media (max-width: 1450px) and (max-height: 760px) {
    .kvContentsItem {
        padding: 0 50px;
    }
}
@media (max-width: 1450px) and (max-height: 730px) {
    .kvContentsItem {
        padding: 0 60px;
    }
}
.kvContentsItem:focus {
    outline: none;
}
.kvContentsItem a {
    color: #000;
    text-decoration: none;
    display: block;
}
.kvContentsItem__catch {
    display: none;
    transition: 0.5s;
}
.kvContentsItem__wrap {
    position: relative;
}
.kvContentsItem__msg {
    display: none;
    transition: 0.5s;
}
@media (max-width: 1300px) {
    .kvContentsItem__msg span .none {
        display: none;
    }
}
.kvContentsItem__ttl {
    font-size: 1.7rem;
    padding: 10px 20px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
}
@media (max-width: 1300px) {
    .kvContentsItem__ttl {
        font-size: 1.5rem;
    }
}
.kvContentsItem__ttl:before {
    border: 8px solid transparent;
    border-left: 12px solid #A8EAE2;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.kvContentsItem__img {
    box-shadow: 10px 10px 10px #D9D9D9;
}
@media (max-width: 768px) {
    .kvContentsItem__img {
        margin: 0 auto;
        width: 95%;
    }
}
.kvContentsItem__img img {
    width: 100%;
    display: block;
    /* opacity: 0; */
}
/* .kvContentsItem.slick-slide .kvContentsItem__img img {
    opacity: 1;
} */
.kvContentsItem__list {
    display: none;
    transition: 0.5s;
}
.kvContentsItem__list li {
    white-space: nowrap;
}
@media (max-width: 1300px) {
    .kvContentsItem__list li {
        font-size: 1.2rem;
    }
}
@media (max-width: 768px) {
    .kvContentsItem__list li {
        text-indent: -1.1em;
        line-height: 1.5;
        padding-left: 1.1em;
        white-space: normal;
    }
    .kvContentsItem__list li:not(:last-child) {
        margin-bottom: 5px;
    }
}
.kvContentsItem__list li:before {
    content: "○";
}

/* .slick-current */
.kvContentsItem.slick-current .kvContentsItem__catch {
    color: rgba(168, 234, 226, 0.5);
    font-family: 'Montserrat', sans-serif;
    font-size: 5rem;
    line-height: 1.1;
    display: block;
    position: absolute;
    bottom: -20px;
    left: -340px;
}
@media (max-width: 1300px) {
    .kvContentsItem.slick-current .kvContentsItem__catch {
        font-size: 3.5rem;
        bottom: -30px;
        left: -300px;
    } 
}
.kvContentsItem.slick-current .kvContentsItem__wrap {
    margin-bottom: 20px;
}
.kvContentsItem.slick-current .kvContentsItem__msg {
    font-weight: bold;
    box-sizing: border-box;
    padding: 15px 25px;
    width: 100%;
    background-color: #96F2E7;
    mix-blend-mode: multiply;
    display: block;
    position: absolute;
    top: 20px;
    left: -20px;
}
@media (max-width: 1300px) {
    .kvContentsItem.slick-current .kvContentsItem__msg {
        font-size: 1.2rem;
    }
}
.kvContentsItem.slick-current .kvContentsItem__msg span {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-left: 15px;
    display: block;
    position: relative;
}
@media (max-width: 1300px) {
    .kvContentsItem.slick-current .kvContentsItem__msg span {
        font-size: 1.6rem;
    }
}
.kvContentsItem.slick-current .kvContentsItem__msg span:before {
    border: 6px solid transparent;
    border-left: 10px solid #fff;
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
}
@media (max-width: 1300px) {
    .kvContentsItem.slick-current .kvContentsItem__msg span:before {
        top: 6px;
    }
}
.kvContentsItem.slick-current .kvContentsItem__ttl {
    display: none;
}
.kvContentsItem.slick-current .kvContentsItem__img img {
    opacity: 1;
}
.kvContentsItem.slick-current .kvContentsItem__list {
    display: block;
}
.kvContentsItem.slick-current {
    transform: scale(1.1);
    position: relative;
    top: 5vh;
}

/* kv arrow */
.slick-arrow:before {
    color: #EDDD14 !important;
    opacity: 1 !important;
    content: "" !important;
}
.slick-prev, .slick-next {
    border: 45px solid transparent !important;
    z-index: 1;
}
@media (max-width: 768px) {
    .slick-prev, .slick-next {
        border: 27px solid transparent !important;
    }
}
.slick-prev {
    border-right: 45px solid #EDDD14 !important;
    left: calc(50% - 600px) !important;
}
@media (max-width: 1500px) {
    .slick-prev {
        left: calc(50% - 500px) !important;
    }
}
@media (max-width: 1300px) {
    .slick-prev {
        left: calc(50% - 370px) !important;
    }
}
@media (max-width: 768px) {
    .slick-prev {
        border-right: 27px solid #EDDD14 !important;
        left: -27px !important;
    }
}
.slick-next {
    border-left: 45px solid #EDDD14 !important;
    right: calc(50% - 600px) !important;
}
@media (max-width: 1500px) {
    .slick-next {
        right: calc(50% - 500px) !important;
    }
}
@media (max-width: 1300px) {
    .slick-next {
        right: calc(50% - 370px) !important;
    }
}
@media (max-width: 768px) {
    .slick-next {
        border-left: 25px solid #EDDD14 !important;
        right: -27px !important;
    }
}

/* kv pager */
.slick-dots {
    text-align: center;
    margin-top: 50px;
    bottom: -160px !important;
}

@media (max-width: 2000px) and (max-height: 860px) {
    .slick-dots {
        bottom: -120px !important;
    } 
}


@media (max-width: 1750px) {
    .slick-dots {
        bottom: -140px !important;
    } 
}

@media (max-width: 1750px) and (max-height: 820px) {
    .slick-dots {
        bottom: -120px !important;
    } 
}


@media (max-width: 1700px) and (max-height: 900px) {
    .slick-dots {
        bottom: -120px !important;
    } 
}
@media (max-width: 1650px) and (max-height: 735px) {
    .slick-dots {
        bottom: -100px !important;
    } 
}


@media (max-width: 1600px) {
    .slick-dots {
        bottom: -140px !important;
    } 
}

@media (max-width: 1600px) and (max-height: 850px) {
    .slick-dots {
        bottom: -120px !important;
    } 
}

@media (max-width: 1600px) and (max-height: 770px) {
    .slick-dots {
        bottom: -100px !important;
    } 
}

@media (max-width: 1450px) and (max-height: 860px) {
    .slick-dots {
        bottom: -120px !important;
    } 
}

@media (max-width: 1300px) {
    .slick-dots {
        bottom: -130px !important;
    } 
}
.slick-dots li {
    display: inline !important;
    margin: 0.5em;
}
.slick-dots button {
    display: inline !important;
    width: 1em;
    height: 1em;
    background-color: #000;
    text-align: center;
    overflow: hidden;
    text-indent: 2em;
    border-radius: 100%;
}
/* .slick-dots .slick-current button {
    background-color: aqua;
} */
.slick-dots button:before {
    color: #A8EAE2 !important;
    font-size: 6rem !important;
    opacity: 1 !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #71C9BF !important;
}

/* fullPageScroll */
/* @media (min-width: 1024px) {
    .fullPageScroll {
        width: 100%;
        height: 100vh;
        scroll-snap-type: y mandatory;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .fullPageScroll section {
        scroll-snap-align: start;
    }
} */

/* アンカーリンク */
.postsContents__anchorLink {
    display: none;
    width: 50%;
    position: fixed;
    top: 50%;
    left: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    z-index: 10000;
    pointer-events:none;
}
@media (max-width: 768px) {
    .postsContents__anchorLink {
        display: none;
    }
}
.postsContents__anchorLink li a {
    columns: #000;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    pointer-events: none;
    position: relative;
}
.postsContents__anchorLink li a:hover .postsContents__anchorLink-dots span {
    background: #EDDD14;
}
.postsContents__anchorLink li a:hover .postsContents__anchorLink-title {
    opacity: 1;
}
.postsContents__anchorLink-dots {
    border-radius: 50%;
    box-sizing: border-box;
    padding: 7px 5px;
    pointer-events: auto;
}
.postsContents__anchorLink-dots span {
    border-radius: 50%;
    height: 8px;
    width: 8px;
    background: #ccc;
    display: block;
}
.postsContents__anchorLink-dots[data-active="true"] span {
    background: #EDDD14;
  }
.postsContents__anchorLink-title {
    color: #fff;
    border-radius: 1.5px;
    box-sizing: border-box;
    margin-left: 17px;
    padding: 5px 10px;
    background: #EDDD14;
    position: absolute;
    bottom: 18px;
    left: 7px;
    transition: 0.5s;
    opacity: 0;
    z-index: 100;
}
.postsContents__anchorLink-title:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 15px 7px 0;
    border-color: transparent #EDDD14 transparent transparent;
    transform: rotate(-40deg);
}

/* topValue */
.topValue {
    margin: 0 auto;
    padding: 50px 0;
    min-height: 100vh;
    max-width: 900px;
    display: flex;
    align-items: center;
    position: relative;
}
@media (max-width: 768px) {
    .topValue {
        padding: 50px 10px 50px 0;
        max-width: 100%;
    }
}
.topValue:after {
    content: "";
    display: block;
    clear: both;
}
.topValue__ttl {
    font-weight: normal;
    padding: 15px 23px;
    height: 200px;
    width: 200px;
    background: #A8EAE2;
    mix-blend-mode: multiply;
    position: absolute;
    top: 20vh;
    left: 0;
}
@media (max-width: 768px) {
    .topValue__ttl {
        font-size: 1.3rem;
        text-align: center;
        margin: 0 auto;
        height: 150px;
        width: 150px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        position: static;
        top: auto;
        left: auto;
    }
}
.topValue__ttl span {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    margin-bottom: 8px;
    display: block;
    position: relative;
}
@media (max-width: 768px) {
    .topValue__ttl span {
        font-size: 2.5rem;
        font-weight: bold;
    }
}
.topValue__ttl span:after {
    height: 1px;
    width: 40px;
    background: #000;
    content: "";
    position: absolute;
    bottom: 0;
    left: 3px;
}
@media (max-width: 768px) {
    .topValue__ttl span:after {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}
.topValue__img {
    margin-top: 7%;
    width: 93%;
    float: right;
}
@media (max-width: 768px) {
    .topValue__img {
        margin-top: 0;
        width: 100%;
        float: none;
    }
}
.topValue__img video {
    width: 100%;
}
.topValue__img img {
    width: 100%;
    display: block;
}
.topValue__msg {
    font-weight: bold;
    position: absolute;
    top: 60vh;
    left: 0;
}
@media (max-width: 1300px) {
    .topValue__msg {
        top: 50vh;
    }
}
@media (max-width: 768px) {
    .topValue__msg {
        text-align: center;
        position: relative;
        top: -25px;
        bottom: auto;
    }
}
.topValue__msgTtl {
    font-size: 2.2rem;
    letter-spacing: 3px;
    margin-bottom: 20px;
    padding: 7px 0;
    width: 220px;
    background: #fff;
    display: inline-block;
}
@media (max-width: 768px) {
    .topValue__msgTtl {
        font-size: 2rem;
        margin-bottom: 10px;
        padding: 7px 10px 7px 20px;
        width: auto;
    }
}
@media (max-width: 768px) {
    .topValue__msgTxt {
        line-height: 1.7;
    }
}
/* animation */
.topValue .animate {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
}
.topValueAnimation.active .topValue .animate {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -ms-transition: all 2.5s;
    -o-transition: all 2.5s;
    transition: all 2.5s;
}

/* topService */
@media (max-width: 768px) {
    .topService {
        box-sizing: border-box;
        padding-right: 10px;
    }
}
.topService__ttl {
    font-weight: normal;
    height: 420px;
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    float: left;
}
@media (max-width: 1800px) {
    .topService__ttl {
        height: 390px;
    }
}
@media (max-width: 1700px) {
    .topService__ttl {
        height: 360px;
    }
}
@media (max-width: 1500px) {
    .topService__ttl {
        height: 320px;
    }
}
@media (max-width: 1400px) {
    .topService__ttl {
        height: 300px;
    }
}
@media (max-width: 1300px) {
    .topService__ttl {
        height: 280px;
    }
}
@media (max-width: 1200px) {
    .topService__ttl {
        height: 260px;
    }
}
@media (max-width: 1100px) {
    .topService__ttl {
        height: 270px;
    }
}
@media (max-width: 768px) {
    .topService__ttl {
        text-align: center;
        margin-bottom: 30px;
        height: auto;
        width: 100%;
        float: none;
    }
}
.topService__ttl span {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 8px;
    padding-bottom: 13px;
    display: block;
    position: relative;
}
@media (max-width: 768px) {
    .topService__ttl span {
        font-size: 2.2rem;
        padding-bottom: 10px;
    }
}
.topService__ttl span:after {
    height: 1px;
    width: 40px;
    background: #000;
    content: "";
    position: absolute;
    bottom: 0;
    left: 3px;
}
@media (max-width: 768px) {
    .topService__ttl span:after {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

/* hover */
.topService a {
    position: relative;
}
.topService a:before {
    height: 100%;
    width: 100%;
    background: rgba(237, 221, 20, 0);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    z-index: 2;
}
@media (max-width: 768px) {
    .topService a:before {
        content: none;
    }
}
.topService a:hover:before {
    background: rgba(237, 221, 20, 0.4);
}

/* topServiceColumn1 */
.topServiceColumn1 {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    float: right;
}
@media (max-width: 768px) {
    .topServiceColumn1 {
        width: 100%;
        float: none;
    }
}

/* topServiceCorporate */
.topServiceCorporate {
    width: 70%;
    position: relative;
}
@media (max-width: 768px) {
    .topServiceCorporate {
        width: 60%;
    }
}
.topServiceCorporate a {
    color: #000;
    text-decoration: none;
    display: block;
}
.topServiceCorporate__img img {
    width: 100%;
    display: block;
}
.topServiceCorporate__det {
    height: 232px;
    width: 232px;
    background: rgba(255,255,255,0.7);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
@media (max-width: 768px) {
    .topServiceCorporate__det {
        height: 21vh;
        width: 40vw;
    }
}
@media (max-width: 768px) {
    .topServiceCorporate__icon {
        margin-bottom: 3px;
        width: 40px;
    }
}
@media (max-width: 768px) {
    .topServiceCorporate__icon svg {
        width: 100%;
        display: block;
    }
}
.topServiceCorporate__icon svg path {
    fill: #0CB8D8;
}
.topServiceCorporate__ttl {
    font-weight: bold;
}
@media (max-width: 768px) {
    .topServiceCorporate__ttl {
        font-size: 1.2rem;
        letter-spacing: 1px;
    }
}

/* topServiceNewsletter */
.topServiceNewsletter {
    width: 30%;
    overflow: hidden;
}
@media (max-width: 768px) {
    .topServiceNewsletter {
        width: 40%;
    }
}
.topServiceNewsletter a {
    color: #000;
    text-decoration: none;
    height: 100%;
    display: block;
}
@media (max-width: 768px) {
    .topServiceNewsletter a {
        position: relative;
    }
}
.topServiceNewsletter__det {
    height: 50%;
    background: #A8EAE2;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .topServiceNewsletter__icon {
        margin-bottom: 3px;
        width: 40px;
    }
}
@media (max-width: 768px) {
    .topServiceNewsletter__icon svg {
        width: 100%;
        display: block;
    }
}
.topServiceNewsletter__icon svg path {
    fill: #0CB8D8;
}
.topServiceNewsletter__img {
    height: 50%;
}
@media (max-width: 768px) {
    .topServiceNewsletter__img {
        position: absolute;
    }
}
.topServiceNewsletter__img img {
    height: 100%;
    display: block;
}
@media (max-width: 768px) {
    .topServiceNewsletter__img img {
        height: auto;
        width: 100%;
    }
}
.topServiceNewsletter__ttl {
    font-weight: bold;
}
@media (max-width: 768px) {
    .topServiceNewsletter__ttl {
        font-size: 1.2rem;
        letter-spacing: 1px;
    }
}

/* topServiceColumn2 */
@media (max-width: 768px) {
    .topServiceColumn2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
.topServiceColumn2:after {
    content: "";
    display: block;
    clear: both;
}

/* topServiceRecruit */
.topServiceRecruit {
    width: 40%;
    position: relative;
    float: left;
}
@media (max-width: 768px) {
    .topServiceRecruit {
        width: 60%;
    }
}
.topServiceRecruit a {
    color: #000;
    text-decoration: none;
    display: block;
}
.topServiceRecruit a:before {
    height: 100%;
    width: 100%;
    background: rgba(237, 221, 20, 0);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
}
@media (max-width: 768px) {
    .topServiceRecruit a:before {
        content: none;
    }
}
.topServiceRecruit a:hover:before {
    background: rgba(237, 221, 20, 0.4);
}
.topServiceRecruit__img img {
    width: 100%;
    display: block;
}
.topServiceRecruit__det {
    mix-blend-mode: multiply;
    height: 170px;
    width: 170px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(168, 234, 226, 0.7);
    position: absolute;
    top: 20px;
    left: 20px;
}
@media (max-width: 768px) {
    .topServiceRecruit__det {
        height: 15vh;
        width: 28.5vw;
        top: 10px;
        left: 10px;
    }
}
@media (max-width: 768px) {
    .topServiceRecruit__icon {
        margin-bottom: 3px;
        width: 40px;
    }
}
@media (max-width: 768px) {
    .topServiceRecruit__icon svg {
        width: 100%;
        display: block;
    }
}
.topServiceRecruit__ttl {
    font-weight: bold;
}
@media (max-width: 768px) {
    .topServiceRecruit__ttl {
        font-size: 1.2rem;
        letter-spacing: 1px;
    }
}

/* topBranding */
.topBranding {
    width: 60%;
    position: relative;
    float: right;
}
@media (max-width: 768px) {
    .topBranding {
        width: 40%;
        background: url(../img/topServicemenu-img04-pc.png) no-repeat top center / cover;
        float: none;
    }
}
.topBranding a {
    color: #000;
    text-decoration: none;
    display: block;
}
@media (max-width: 768px) {
    .topBranding a {
        text-align: center;
        height: 100%;
    }
}
@media (max-width: 768px) {
    .topBranding__img {
        display: none;
    }
}
.topBranding__img img {
    width: 100%;
    display: block;
}
.topBranding__det {
    height: 85%;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background: rgba(255,255,255,0.6);
}
@media (max-width: 768px) {
    .topBranding__det {
        height: 92%;
        width: 90%;
    }
}
@media (max-width: 768px) {
    .topBranding__icon {
        margin-bottom: 3px;
        width: 40px;
    }
}
@media (max-width: 768px) {
    .topBranding__icon svg {
        width: 100%;
        display: block;
    }
}
.topBranding__ttl {
    font-weight: bold;
}
@media (max-width: 768px) {
    .topBranding__ttl {
        font-size: 1.2rem;
        letter-spacing: 1px;
    }
}

/* topServiceSub */
.topServiceSub {
    display: flex;
    flex-wrap: wrap;
}

/* topServiceSub__moviePromotionItem */
.topServiceSub__moviePromotionItem {
    width: 60%;
}
@media (max-width: 768px) {
    .topServiceSub__moviePromotionItem {
        width: 100%;
    }
}
.topServiceSub__moviePromotionItem a {
    color: #000;
    text-decoration: none;
    display: block;
    position: relative;
}
.topServiceSub__moviePromotionItem__img img {
    width: 100%;
    display: block;
}
.topServiceSub__moviePromotionItem__det {
    height: 85%;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background: rgba(255,255,255,0.6);
}
@media (max-width: 768px) {
    .topServiceSub__moviePromotionItem__icon {
        margin-bottom: 3px;
        width: 40px;
    }
}
@media (max-width: 768px) {
    .topServiceSub__moviePromotionItem__icon svg {
        width: 100%;
        display: block;
    }
}
.topServiceSub__moviePromotionItem__ttl {
    font-weight: bold;
}
@media (max-width: 768px) {
    .topServiceSub__moviePromotionItem__ttl {
        font-size: 1.2rem;
        letter-spacing: 1px;
    }
}

/* topServiceSub__commemorativePromotionItem */
.topServiceSub__commemorativePromotionItem {
    width: 40%;
}
@media (max-width: 768px) {
    .topServiceSub__commemorativePromotionItem {
        width: calc(100% / 3);
    }
}
.topServiceSub__commemorativePromotionItem a {
    color: #000;
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.topServiceSub__commemorativePromotionItem__img, 
.topServiceSub__commemorativePromotionItem__det {
    width: 50%;
}
@media (max-width: 768px) {
    .topServiceSub__commemorativePromotionItem__img {
        display: none;
    }
}
.topServiceSub__commemorativePromotionItem__img img {
    width: 100%;
    display: block;
}
@media (max-width: 768px) {
    .topServiceSub__commemorativePromotionItem__det {
        width: 100%;
    }
}
.topServiceSub__commemorativePromotionItem__det {
    height: 100%;
    background: #A8EAE2;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .topServiceSub__commemorativePromotionItem__icon {
        margin-bottom: 3px;
        width: 40px;
    }
}
@media (max-width: 768px) {
    .topServiceSub__commemorativePromotionItem__icon svg {
        width: 100%;
        display: block;
    }
}
.topServiceSub__commemorativePromotionItem__ttl {
    font-weight: bold;
}
@media (max-width: 768px) {
    .topServiceSub__commemorativePromotionItem__ttl {
        font-size: 1.2rem;
        letter-spacing: 1px;
        line-height: 1.5;
    }
}

/* topServiceSub__item */
.topServiceSub__item {
    width: 20%;
}
@media (max-width: 768px) {
    .topServiceSub__item {
        width: calc(100% / 3);
    }
}
.topServiceSub__item a {
    color: #000;
    text-decoration: none;
    height: 28vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .topServiceSub__item a {
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.5;
        padding: 20px 0;
        height: 100%;
    }
}
.topServiceSub__item:nth-child(even) a {
    background: #A8EAE2;
}
@media (max-width: 768px) {
    .topServiceSub__item:nth-child(odd) a {
        background: #fff;
    }
}
@media (max-width: 768px) {
    .topServiceSub__item:nth-child(even) a {
        background: #A8EAE2;
    }
}
@media (max-width: 768px) {
    .topServiceSub__itemIcon {
        margin-bottom: 3px;
        width: 40px;
    }
}
@media (max-width: 768px) {
    .topServiceSub__itemIcon svg {
        width: 100%;
        display: block;
    }
}
.topServiceSub__itemTtl {
    font-weight: bold;
}
@media (max-width: 768px) {
    .topServiceSub__itemTtl {
        font-size: 1.2rem;
        letter-spacing: 1px;
    }
}

/* topService__moreWrap */
.topService__moreWrap {
    box-sizing: border-box;
    padding: 50px 70px;
    background-color: #ECEEEF;
}
@media (max-width: 768px) {
    .topService__moreWrap {
        padding: 20px;
    }
}
.topService__more {
    color: #23B8D6;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    border: 2px solid #23B8D6;
    padding: 20px 0;
}
@media (max-width: 768px) {
    .topService__more {
        font-size: 1.6rem;
        border: 1px solid #23B8D6;
        padding: 10px 0;
    }
}

/* topRequest */
.topRequest {
    margin: 0 auto;
    padding: 80px 0;
    min-height: 100vh;
    max-width: 1000px;
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .topRequest {
        min-height: auto;
        max-width: 100%;
    }
}
.topRequestWrap {
    width: 100%;
}
.topRequestWrap:after {
    content: "";
    display: block;
    clear: both;
}
.topRequest__ttlBlk {
    padding: 15px 23px;
    height: 254px;
    width: 254px;
    background: #A8EAE2;
    display: flex;
    justify-content: flex-end;
    float: right;
}
@media (max-width: 768px) {
    .topRequest__ttlBlk {
        text-align: center;
        margin: 0 auto;
        height: 150px;
        width: 150px;
        align-items: center;
        justify-content: center;
        float: none;
    }
}
.topRequest__ttl {
    font-weight: normal;
}
.topRequest__ttl span {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
    position: relative;
}
@media (max-width: 768px) {
    .topRequest__ttl span {
        font-size: 2.2rem;
        padding-bottom: 5px;
    }
}
.topRequest__ttl span:after {
    height: 1px;
    width: 40px;
    background: #000;
    content: "";
    position: absolute;
    bottom: 0;
    left: 3px;
}
@media (max-width: 768px) {
    .topRequest__ttl span:after {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}
.topRequest__container {
    padding-top: 40px;
}
.topRequest__set {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 0;
}
@media (max-width: 768px) {
    .topRequest__set {
        height: 18vh;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: center;
    }
}
.topRequest__set:not(:last-child) {
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .topRequest__set:not(:last-child) {
        margin-bottom: 0;
    }
}
.topRequest__agenda {
    cursor: pointer;
    line-height: 1.6;
    padding-left: 30px;
    width: 350px;
    transition: 0.3s;
}
@media (max-width: 768px) {
    .topRequest__agenda {
        font-size: 1.3rem;
        line-height: 1.5;
        padding-left: 0;
        width: 100%;
        transition: none;
        order: 2;
        z-index: 2;
    }
}
.topRequest__agenda:hover {
    font-weight: bold;
    text-decoration: underline;
}
@media (max-width: 768px) {
    .topRequest__agenda:hover {
        font-weight: normal;
        text-decoration: none;
    }
}
.topRequest__agenda .arrow {
    color: #D9D9D9;
    position: absolute;
    margin-left: 2px;
    margin-top: 10px;
    width: 13px;
    left: 0;
    top: 8px;
    height: 1px;
    background-color: currentColor;
    transition: 0.3s;
}
@media (max-width: 768px) {
    .topRequest__agenda .arrow {
        display: none;
    }
}
.topRequest__agenda .arrow:before {
    content: '';
    position: absolute;
    right: 1px;
    top: -4px;
    width: 8px;
    height: 8px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (max-width: 768px) {
    .topRequest__agenda .arrow:before {
        content: none;
    }
}
.topRequest__agenda:hover .arrow {
    color: #74C9BF;
    height: 2px;
    width: 30px;
    left: -17px;
}
.topRequest__agenda:hover .arrow:before {
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
}
.topRequest__solution {
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    background: #0CB8D8;
    position: relative;
    transition: 0.3s;
    opacity: 0;
    z-index: 2;
}
@media (max-width: 768px) {
    .topRequest__solution {
        color: #0CB8D8;
        margin-bottom: 5px;
        padding: 0 0 0 20px;
        background: none;
        transition: none;
        opacity: 1;
        order: 1;
    }
}
.topRequest__solution:before {
    border: 10px solid transparent;
    border-left: 10px solid #EDDD14;
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media (max-width: 768px) {
    .topRequest__solution:before {
        border: 8px solid transparent;
        border-left: 10px solid #EDDD14;
        left: 0;
    }
}
.topRequest__agenda:hover + .topRequest__solution {
    opacity: 1;
}
.topRequest__img {
    position: absolute;
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
}
@media (max-width: 768px) {
    .topRequest__img {
        opacity: 1;
        order: 3;
    }
}
.topRequest__set:nth-child(1) .topRequest__img {
    width: 307px;
    top: 0;
    right: -20px;
}
.topRequest__set:nth-child(2) .topRequest__img {
    width: 400px;
    top: -90px;
    right: -2%;
}
.topRequest__set:nth-child(3) .topRequest__img {
    width: 360px;
    top: -140px;
    right: -3%;
}
.topRequest__set:nth-child(3) .topRequest__img span {
    position: absolute;
    right: -180px;
    bottom: -20px;
}
.topRequest__set:nth-child(4) .topRequest__img {
    width: 500px;
    top: -125px;
    right: 11%;
}
.topRequest__set:nth-child(5) .topRequest__img {
    width: 390px;
    top: -240px;
    right: 23%;
}
.topRequest__set:nth-child(5) .topRequest__img span {
    position: absolute;
    right: -180px;
    bottom: -20px;
}
.topRequest__set:nth-child(6) .topRequest__img {
    width: 400px;
    bottom: -30px;
    right: 21%;
}
@media (max-width: 768px) {
    .topRequest__set:nth-child(1) .topRequest__img, 
    .topRequest__set:nth-child(2) .topRequest__img, 
    .topRequest__set:nth-child(3) .topRequest__img,
    .topRequest__set:nth-child(4) .topRequest__img, 
    .topRequest__set:nth-child(5) .topRequest__img, 
    .topRequest__set:nth-child(6) .topRequest__img {
        width: 100%;
        bottom: auto;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
}
.topRequest__agenda:hover ~ .topRequest__img {
    opacity: 1;
}
.topRequest__img img {
    width: 100%;
    display: block;
}
.topRequest__img span {
    color: rgba(168, 234, 226, 0.5);
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-size: 3rem;
    line-height: 1.2;
    margin: 10px 0;
    display: block;
}
@media (max-width: 768px) {
    .topRequest__img span {
        display: none;
    }
}
/* .default */
.topRequest__set.default .topRequest__solution {
    opacity: 1;
}
.topRequest__set.default .topRequest__img {
    opacity: 1;
}

/* topFreemenu */
.topFreemenu {
    padding: 100px 40px;
    min-height: 100vh;
    background: #A8EAE2;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
@media (max-width: 1300px) {
    .topFreemenu {
        padding: 40px;
    }
}
@media (max-width: 768px) {
    .topFreemenu {
        padding: 30px;
    }
}
.topFreemenu:before {
    height: 75vh;
    width: 100%;
    background: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
@media (max-width: 1300px) {
    .topFreemenu:before {
        height: 85%;
        left: calc(50% - 350px);
    }
}
@media (max-width: 768px) {
    .topFreemenu:before {
        height: calc(100% - 130px);
        width: 80%;
        bottom: auto;
        top: 130px;
        left: auto;
        right: 0;
    }
}
.topFreemenuWrap {
    margin: 0 auto;
    max-width: 1500px;
    position: relative;
}
@media (max-width: 768px) {
    .topFreemenuWrap {
        display: block;
    }
}
.topFreemenuWrap:after {
    content: "";
    display: block;
    clear: both;
}
.topFreemenu__ttl {
    font-weight: normal;
    position: absolute;
    top: 0;
}
@media (max-width: 768px) {
    .topFreemenu__ttl {
        position: static;
        top: auto;
    }
}
/* animation */
.topFreemenu .animate {
    opacity: 0;
    transform: translateY(70px);
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
}
.topFreemenuAnimation.active .topFreemenu .animate {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -ms-transition: all 2.5s;
    -o-transition: all 2.5s;
    transition: all 2.5s;
}
@media (max-width: 768px) {
    .topFreemenu__ttl {
        text-align: center;
        width: 100%;
    }
}
.topFreemenu__ttl span {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
    position: relative;
}
@media (max-width: 768px) {
    .topFreemenu__ttl span {
        font-size: 2.5rem;
    }
}
.topFreemenu__ttl span:after {
    height: 1px;
    width: 40px;
    background: #000;
    content: "";
    position: absolute;
    bottom: 0;
    left: 3px;
}
@media (max-width: 768px) {
    .topFreemenu__ttl span:after {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}
.topFreemenu__container {
    padding-top: 70px;
    width: 68%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    float: right;
}
@media (max-width: 1300px) {
    .topFreemenu__container {
        width: calc(100% - 500px);
    }
}
@media (max-width: 768px) {
    .topFreemenu__container {
        padding-top: 50px;
        width: 80%;
        display: block;
        float: right;
    }
}
.topFreemenu__item {
    width: 45%;
}
@media (max-width: 768px) {
    .topFreemenu__item {
        width: 100%;
    }
}
.topFreemenu__item:nth-child(-n+2) {
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    .topFreemenu__item:not(:last-child) {
        margin-bottom: 50px;
    }
}
.topFreemenu__item a {
    color: #000;
    text-decoration: none;
    padding-bottom: 40px;
    height: 100%;
    display: block;
    position: relative;
}
.topFreemenu__item a:hover .topFreemenu__more {
    color: #fff;
    border: 1px solid #23B8D6;
    background-color: #23B8D6;
}
.topFreemenu__img {
    margin-bottom: 7px;
}
.topFreemenu__img:after {
    content: "";
    display: block;
    clear: both;
}
.topFreemenu__img span {
    width: 8%;
    display: block;
    float: left;
}
.topFreemenu__img > img {
    width: 92%;
    border-left: 1px solid #000;
    padding-left: 5%;
}
@media (max-width: 768px) {
    .topFreemenu__itemTtl {
        font-size: 1.3rem;
        line-height: 1.5;
        margin-bottom: 7px;
    }
}
.topFreemenu__more {
    border: 1px solid #000;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
}
@media (max-width: 768px) {
    .topFreemenu__more {
        color: #fff;
        border: 1px solid #23B8D6;
        background-color: #23B8D6;
        transition: none;
    }
}

/* topBusinessContents */
.topBusinessContents {
    padding: 60px 0;
    min-height: 100vh;
    background: url(../img/businessContents-bg.png) no-repeat top center / cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 768px) {
    .topBusinessContents {
        padding: 40px 10px;
        display: block;
    }
}
.topBusinessContents__ttlBlk {
    margin: 0 auto 50px;
    padding-top: 40px;
    width: 285px;
    display: flex;
    justify-content: center;
    position: relative;
}
@media (max-width: 768px) {
    .topBusinessContents__ttlBlk {
        text-align: center;
        margin-bottom: 30px;
        mix-blend-mode: multiply;
        padding: 10px;
        height: 150px;
        width: 150px;
        background: #A8EAE2;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}
.topBusinessContents__ttlBlk:after {
    height: 285px;
    width: 100%;
    background: #A8EAE2;
    mix-blend-mode: multiply;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 768px) {
    .topBusinessContents__ttlBlk:after {
        content: none;
    }
}
.topBusinessContents__ttl {
    font-weight: normal;
}
.topBusinessContents__ttl span {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
    position: relative;
    line-height: 1.2;
    padding-bottom: 13px;
}
@media (max-width: 768px) {
    .topBusinessContents__ttl span {
        font-size: 2.2rem;
        font-weight: bold;
    }
}
.topBusinessContents__ttl span:after {
    height: 1px;
    width: 40px;
    background: #000;
    content: "";
    position: absolute;
    bottom: 0;
    left: 3px;
}
@media (max-width: 768px) {
    .topBusinessContents__ttl span:after {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}
.topBusinessContents__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width: 768px) {
    .topBusinessContents__container {
        display: block;
    }
}
.topBusinessContents__item {
    width: 180px;
}
@media (max-width: 768px) {
    .topBusinessContents__item {
        width: 100%;
    }
}
.topBusinessContents__item:not(:last-child) {
    margin-right: 30px;
}
@media (max-width: 768px) {
    .topBusinessContents__item:not(:last-child) {
        margin-bottom: 20px;
        margin-right: 0;
    }
}
.topBusinessContents__itemTtl {
    background: #0CB8D8;
    text-align: center;
    margin-bottom: 7px;
}
@media (max-width: 768px) {
    .topBusinessContents__itemTtl {
        text-align: left;
        padding: 2px 10px;
    }
}
.topBusinessContents__List {
    padding: 0 5px;
}
@media (max-width: 768px) {
    .topBusinessContents__List {
        line-height: 1.6;
    }
}
.topBusinessContents__List li {
    font-size: 1.4rem;
    text-indent: -1.1em;
    padding-left: 1.1em;
}
@media (max-width: 768px) {
    .topBusinessContents__List li {
        font-size: 1.3rem;
        display: inline-block;
    }
}
.topBusinessContents__List li:before {
    content: "・";
}

/* top - footer */
.contactContents {
    height: 50vh;
}
@media (max-width: 768px) {
    .contactContents {
      height: auto;
  }
}
.contactContentsWrap {
    height: 100%;
    align-items: center;
}
.footer {
    padding: 0 0 70px;
    min-height: 100vh;
  }
  @media (max-width: 768px) {
      .footer {
        padding: 0 10px 0 0;
        min-height: auto;
      }
  }
  .footerWrap {
    height: 50vh;
  }
  @media (max-width: 768px) {
      .footerWrap {
        padding-top: 30px;
        height: auto;
    }
  }

/* -kf add */
div.topRequest__set div.topRequest__agenda a{
	color: #111;
	text-decoration: none;
}

div.topService__moreWrap a{
	text-decoration: none;
}
.topService__moreWrap a:hover:before {
    background: rgba(237, 221, 20, 0.4);
}

.topFreemenu .animate01 {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
}
.topFreemenuAnimation.active .topFreemenu .animate01 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s 0.3s;
}

.topFreemenu .animate02 {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
}
.topFreemenuAnimation.active .topFreemenu .animate02 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s 0.6s;
}

.topFreemenu .animate03 {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
}
.topFreemenuAnimation.active .topFreemenu .animate03 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s 0.9s;
}

.topFreemenu .animate04 {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
}
.topFreemenuAnimation.active .topFreemenu .animate04 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s 1.2s;
}

.topFreemenu .animate05 {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
}
.topFreemenuAnimation.active .topFreemenu .animate05 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s 1.5s;
}

.topFreemenu .animate06 {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
}
.topFreemenuAnimation.active .topFreemenu .animate06 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s 1.8s;
}




.topAnimation .animate01 {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
}
.topAnimation.active .animate01 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s 0.3s;
}

.topAnimation .animate02 {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
}
.topAnimation.active .animate02 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s 0.6s;
}

.topAnimation .animate03 {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
}
.topAnimation.active .animate03 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s 0.9s;
}

.topAnimation .animate04 {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
}
.topAnimation.active .animate04 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s 1.2s;
}

.topAnimation .animate05 {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
}
.topAnimation.active .animate05 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s 1.5s;
}

.topAnimation .animate06 {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
}
.topAnimation.active .animate06 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s 1.8s;
}

.kvContentsItem a:focus {
	outline: none;
}

/* kf add- */
