@charset "UTF-8";

.pbPage:not(.edit) .top_keyvisual.u_animation {
    opacity: 0;
}
.pbPage:not(.edit) .top_keyvisual.u_animation.animation {
    animation: fade-in .8s ease-in-out 0s forwards;
}

.c_link-arrow a:before, .c_link-arrow a:after {
    right: 20px;
}
.c_link-arrow:before {
    background: linear-gradient(135deg,rgba(0, 78, 162, 1) 0%, rgba(40, 183, 188, 1) 80%);
}
.c_link-arrow:after {
    border: none;
}
.c_link-arrow a:before {
    background: #3CA0A6;
}
.c_link-arrow a:after {
    border-top: 2px solid #28B7BC;
    border-right: 2px solid #28B7BC;
}
.c_link-arrow a span:before {
    background: linear-gradient(90deg,rgba(0, 78, 162, 1) 0%, rgba(40, 183, 188, 1) 80%);
}
.p_top-product .column a .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: linear-gradient(135deg, rgba(0, 78, 162, 1) 0%, rgba(40, 183, 188, 1) 80%);
    border-radius: 50%;
}
.p_top-product .column a .arrow .arrowInner {
    display: block;
    width: 30px;
    height: 30px;
    background: #FFF;
    border-radius: 50%;
    position: relative;
}
.p_top-product .column a .arrow:before, .p_top-product .column a .arrow:after {
    display: none;
}
.p_top-product .column a .arrow .arrowInner:before, .p_top-product .column a .arrow .arrowInner:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 9px;
    transition: all .3s;
}
.p_top-product .column a .arrow .arrowInner:before {
    content: "";
    width: 13px;
    height: 2px;
    background: #3CA0A6;
}
.p_top-product .column a .arrow .arrowInner:after {
    content: "";
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-top: 2px solid #28B7BC;
    border-right: 2px solid #28B7BC;
}
.p_top-product .column a .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: linear-gradient(135deg, rgba(0, 78, 162, 1) 0%, rgba(40, 183, 188, 1) 80%);
    border-radius: 50%;
}

.p_news-tab li.active {
    background: linear-gradient(90deg, rgba(0, 78, 162, 1) 0%, rgba(40, 183, 188, 1) 80%);
}
.p_news-list li.active {
    background: linear-gradient(90deg, rgba(0, 78, 162, 1) 0%, rgba(40, 183, 188, 1) 25%);
    color: transparent;
    background-clip: text;
}

/* top area */
.mv {
	position: relative;
}
.mv_bg img {
    width: 100%;
    height: auto;
}
.mv_bg video {
    width: 100%;
    height: auto;
}
.mv_textarea {
	opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    animation: 2s ease-in-out 0s 1 normal forwards running slider-text;
}
.mv_textarea .large {
    font-size: 56px;
    font-weight: 700;
    color: #FFF;
    font-family: "Overpass", sans-serif;
}
.mv_textarea .sub {
    font-size: 24px;
    font-weight: 500;
    color: #FFF;
    position: relative;
    top: -30px;
}
.mv_link {
    position: absolute;
    left: 50px;
    bottom: 50px;
}
.mv_link p {
    color: #FFF;
    font-size: 18px;
    line-height: 1.6;
}
.mv_link .c_link-arrow {
    margin-top: 10px;
}
.mv_link .c_link-arrow {
    color: #FFF;
}
.mv_link .c_link-arrow a span:before {
    background: #FFF;
}
.mv_link .c_link-arrow:before {
    background: #FFF;
}
.mv_link .c_link-arrow:after {
    border-color: #28B7BC;
    background: #28B7BC;
}
.mv_link .c_link-arrow a:before {
    background: #FFF;
}
.mv_link .c_link-arrow a:after {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}

.top_keyvisual {
    width: calc(100% - 50px);
    margin: 0 0 0 50px;
    /* padding-top: 80px;　*/
}
.top_keyvisualtext p {
    background: linear-gradient(135deg, rgba(0, 78, 162, 1) 0%, rgba(40, 183, 188, 1) 60%);
    color: transparent;
    background-clip: text;
    font-size: 88px;
    font-weight: 500;
    line-height: 1.4;
    display: inline-block;
}
.top_keyvisual .c_link-arrow {
    margin-top: 30px;
}
.top_keyvisualimage {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .c_link-arrow:after {
        right: 23px;
    }
    .c_link-arrow:hover:before {
        background: none;
    }
    .c_link-arrow:hover:after {
        right: -10px;
        width: 65px;
        height: 65px;
        border: 2px solid transparent;
        background: linear-gradient(135deg, rgba(0, 78, 162, 1) 0%, rgba(40, 183, 188, 1) 80%);
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
        -webkit-mask-clip: padding-box, border-box;
        -webkit-mask-composite: destination-out;
        mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
        mask-clip: padding-box, border-box;
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }
    .p_top-product .column a:hover .arrow {
        background: linear-gradient(135deg, rgba(0, 78, 162, 1) 0%, rgba(40, 183, 188, 1) 80%);
    }
    .p_top-product .column a:hover .arrow .arrowInner {
        background: transparent;
    }
    .p_top-product .column a:hover .arrow .arrowInner:before {
        background: #FFF;
    }
    .p_top-product .column a:hover .arrow .arrowInner:after {
        border-color: #FFF;
    }
    .p_top-catalog .c_link-arrow:hover:before {
        background: #fff;
        width: 65px;
        height: 65px;
        left: 0;
    }
    .p_top-catalog .c_link-arrow:hover:after {
        right: 0;
    }
    .mv_link .c_link-arrow:hover:after {
        border: 2px solid #FFF;
        background: linear-gradient(90deg, rgba(0, 78, 162, 1) 0%, rgba(40, 183, 188, 1) 80%);
        -webkit-mask-image: unset;
        -webkit-mask-clip: unset;
        -webkit-mask-composite: unset;
        mask-image: unset;
        mask-clip: unset;
        -webkit-mask-composite: unset;
        mask-composite: unset;
    }
}
@media screen and (max-width: 767px) {
    .c_link-arrow:after {
        border: 3px solid transparent;
        background: linear-gradient(135deg, rgba(0, 78, 162, 1) 0%, rgba(40, 183, 188, 1) 80%);
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
        -webkit-mask-clip: padding-box, border-box;
        -webkit-mask-composite: destination-out;
        mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
        mask-clip: padding-box, border-box;
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }
    .mv_textarea {
        top: 50%;
    }
    .mv_textarea .large {
        font-size: 44px;
        line-height: 1.1;
    }
    .mv_textarea .sub {
        font-size: 18px;
        top: 0px;
    }
    .mv_link {
        left: 15px;
        bottom: 15px;
    }
    .mv_link p {
        font-size: 14px;
    }
    .mv_link .c_link-arrow a span {
        font-size: 12.5px;
    }
    .mv_link .c_link-arrow:after {
        border: 3px solid #FFF;
        border-color: #FFF;
        background: linear-gradient(135deg, rgba(0, 78, 162, 1) 0%, rgba(40, 183, 188, 1) 80%);
        -webkit-mask-image: unset;
        -webkit-mask-clip: unset;
        -webkit-mask-composite: unset;
        mask-image: unset;
        mask-clip: unset;
        -webkit-mask-composite: unset;
        mask-composite: unset;
    }
    .top_keyvisual {
        width: calc(100% - 20px);
        margin: 0 0 0 20px;
        padding-top: 55px;
    }
    .top_keyvisualtext p {
        font-size: 48px;
    }
}