body,
html {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    color: #4d4d4d;
}

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

section {
    position: relative;
}

.sp__only {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #9ac7e3;
}

::-webkit-scrollbar-thumb {
    background-color: #0273ba;
}

/* ヘッダー */

header {
    position: fixed;
    width: 100%;
    z-index: 2;
    background-color: #ffffff;
}

.header__inner {
    padding: 14px 4% 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    position: relative;
    z-index: 2;
}

.header__inner:before {
    content: "";
    position: absolute;
    left: -215px;
    top: -205px;
    width: 450px;
    height: 410px;
    background-color: #0273ba;
    border-radius: 50%;
    opacity: 0.2;

}

/* ヘッダーのロゴ部分 */
.header__logo {
    width: 165px;
    z-index: 4;
}



.header__title img {
    display: block;
    width: 100%;
    height: 100%;
}

/* ヘッダーのナビ部分 */

.header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(0);
    opacity: 0;
    display: none;
    background-color: #9ac7e3;
    transition: ease .4s;
}

.header__nav_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    width: 68.1%;
    max-width: 952px;
    display: flex;
    justify-content: space-between;
}

.nav-items {
    position: relative;
    width: 47.3%;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding-top: 30px;
    padding-left: 0;
}

.nav-items__item {
    list-style: none;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 15px;
}

.nav-items__item:last-child {
    margin-bottom: 33px;
}

.nav-items__item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    padding-left: 23px;
}

.nav-items__item a:before {
    content: "－";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.nav-items__item .nav__en {
    font-family: 'Crimson Text';
    font-weight: 400;
    font-size: 22px;
    text-align: left;
    color: #ffffff;
    display: block;
}

.nav-items__item .nav__jp {
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 500;
    color: #f2f2cf;
    text-align: left;
    width: 66.3%;
    margin-left: auto;
}

.nav-items__item:last-child .nav__jp {
    width: 54.2%;
}

.nav__items:nth-child(2) a {
    padding: 0;
}

.nav__items:nth-child(2) a:before {
    display: none;
}

.nav__items:nth-child(2) .nav-items__item:first-child {
    margin-bottom: 0;
    padding-bottom: 3px;
}

.nav__items:nth-child(2) .nav-items__item:nth-child(2) {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.nav__items:nth-child(2) .nav-items__item:nth-child(2) a {
    font-family: 'Crimson Text';
    font-weight: 400;
    font-size: 38px;
    line-height: 1;
    color: #f2f2cf;
}

.nav__items:nth-child(2) .nav-items__item:nth-child(3) {
    font-weight: 400;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ffffff;
}

.nav__items:nth-child(2) .nav-items__item:nth-child(4) {
    font-weight: 400;
}

.nav__items:nth-child(2) .nav-items__item:nth-child(4) .nav__btn_container {
    color: #ffffff;
    text-align: center;
}

.nav__items:nth-child(2) .nav-items__item:nth-child(4) .nav__btn_container a {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 78%;
    margin: 0 auto;
    background-color: #0273ba;
    margin-bottom: 10px;
}

.nav__items:nth-child(2) .nav-items__item:nth-child(4) .nav__btn_container a:nth-child(2) {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    display: block;
    background-color: #dd8fbb;
}

.nav__items:nth-child(2) .nav-items__item:nth-child(4) .nav__btn_container a .btn__txt {
    width: 84%;
    margin-left: 30px;
    margin-right: auto;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 10px 0 10px 0;
}

.nav__items:nth-child(2) .nav-items__item:nth-child(4) .nav__btn_container a:nth-child(2) .btn__txt {
    width: 91%;
    margin-left: 30px;
    margin-right: auto;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 10px 0 10px 0;
    min-height: 51px;
}

.nav__items:nth-child(2) .nav-items__item:nth-child(4) .nav__btn_container a:nth-child(2) .btn__txt .btn__txtbox {
    display: block;
    width: 70%;
    text-align: center;
}

.nav__items:nth-child(2) .nav-items__item:nth-child(4) .nav__btn_container a .btn__txt:before {
    content: "";
    width: 28px;
    height: 31px;
    margin-right: 10px;
    display: inline-block;
    background: url(img/contact_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.nav__items:nth-child(2) .nav-items__item:nth-child(4) .nav__btn_container a:nth-child(2) .btn__txt:before {
    content: "";
    width: 32px;
    height: 18px;
    margin-right: 10px;
    display: inline-block;
    background: url(img/mail_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.nav__items:nth-child(2) .nav-items__item .nav__btn_container p {
    font-family: 'Noto Sans JP';
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    width: 78%;
    margin: 0 auto;
    display: block;
    text-align: left;
}

/* ナビのリンク */
.nav__items:nth-child(2) .nav-items__item:nth-child(4) .nav__btn_container a .nav-items__item:last-child a {
    margin-bottom: 0;
}

/* ハンバーガーメニュー */

.header__hamburger {
    width: 48px;
    height: 100%;
    margin-top: 18px;
}

.hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
    padding: 0;
}



/* ハンバーガーメニューの線 */
.hamburger span {
    width: 100%;
    height: 2.62px;
    background-color: #0273ba;
    position: relative;
    transition: ease .4s;
    display: block;
}

.hamburger span:nth-child(1) {
    top: 0;
}

.hamburger span:nth-child(2) {
    margin: 10px 0;
}

.hamburger span:nth-child(3) {
    top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
    transform: translateX(0);
    opacity: 1;
    display: block;
}

.active>.header__inner:before {
    background-color: #cce3f1;
    opacity: 1;
    z-index: 2;
}

.hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(40deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;

}

.hamburger.active span:nth-child(3) {
    top: -20px;
    transform: rotate(-40deg);
}

.button {
    display: block;
    margin: 55px auto 0;
}

/* フッター */

footer .wave__eff {
    width: 100%;
    margin-top: 0px;
}

footer .footer__container {
    max-width: 1030px;
    margin: 0 auto;
}

footer .footer__inner {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 80px;
}

footer .footer__box:first-child {
    width: 27.3%;
}

footer .footer__box:first-child .footer__logo {
    display: block;
    width: 53.2%;
    margin-bottom: 10px;
}

footer .footer__box:first-child p {
    font-size: 14px;
    line-height: 1.7;
}

footer .footer__box:first-child .footer__tel {
    display: block;
    color: #4d4d4d;
    text-decoration: none;
}

footer .footer__box:nth-child(2) {
    width: 41.3%;
}

footer .footer__box:nth-child(3) {
    width: 23.7%;
    border-top: 1px solid #808080;
    padding-top: 25px;
}

footer .footer__box:nth-child(2) {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #808080;

}

footer .footer__box:nth-child(2) .footer_list {
    padding: 0;

}

footer .footer__box:nth-child(2) .footer_list .footer_list_item {
    list-style: none;
    padding: 7px 0;
}

footer .footer__box:nth-child(2) .footer_list .footer_list_item a {
    font-size: 14px;
    text-decoration: none;
    letter-spacing: -0.04em;
    color: #4D4D4D;
}

footer .footer__box:nth-child(2) .footer_list .footer_list_item:before {
    content: "▶︎";
    color: #999999;
    font-size: 12px;
    margin-right: 3px;
}

footer .footer__box:nth-child(3) .footer__btn_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer .footer__box:nth-child(3) .footer__btn_container a {
    text-decoration: none;
}

footer .footer__box:nth-child(3) .footer__btn_container a:first-child {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
    background-color: #0273ba;
    margin-bottom: 10px;
}

footer .footer__box:nth-child(3) .footer__btn_container a:nth-child(2) {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    display: block;
    background-color: #dd8fbb;
    width: 100%;
}

footer .footer__box:nth-child(3) .footer__btn_container a:first-child .btn__txt {
    width: 89%;
    margin-left: 14px;
    margin-right: auto;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 10px 0 10px 0;
}

footer .footer__box:nth-child(3) .footer__btn_container a:nth-child(2) .btn__txt {
    width: 90%;
    margin-left: 14px;
    margin-right: auto;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 10px 0 10px 0;
}

footer .footer__box:nth-child(3) .footer__btn_container a:nth-child(2) .btn__txt .btn__txtbox {
    display: block;
    width: 70%;
    text-align: center;
}

footer .footer__box:nth-child(3) .footer__btn_container a:first-child .btn__txt:before {
    content: "";
    width: 23px;
    height: 25px;
    margin-right: 10px;
    display: inline-block;
    background: url(/img/contact_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

footer .footer__box:nth-child(3) .footer__btn_container a:nth-child(2) .btn__txt:before {
    content: "";
    width: 29px;
    height: 17px;
    margin-right: 10px;
    display: inline-block;
    background: url(/img/mail_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

footer .copyright {
    text-align: center;
    padding-bottom: 20px;
}

footer .copyright p small {
    font-size: 12px;
    font-weight: 400;
}

.sec__container {
    width: 92%;
    margin: 0 auto;
    padding: 54px 0 250px;
}

.title__en {
    font-family: 'Crimson Text';
    font-size: 23px;
    color: #676767;
    text-align: center;
    margin-bottom: 0px;
    display: block;
}

.title__jp {
    font-family: 'Noto Serif JP';
    font-size: 30px;
    font-weight: 400;
    color: #0273ba;
    text-align: center;
}

.title__min {
    display: block;
    font-size: 18px;
}

.sec__txt {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    margin-top: 30px;
}

.error_message {
    margin-top: 20px;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

.sec_eff {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70.7%;
    z-index: -1;
}

.button {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    border: 1px solid #0273ba;
    color: #0273ba;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    width: 215px;
    line-height: 1;
    margin-top: auto;
    margin-left: auto;
    margin-right: 15px;
}

.button:hover {
    color: #fff;
}

.button::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #0273ba;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .4s;
}

.button:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.button::after {
    content: "";
    height: 1px;
    width: 30px;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(0, -49%);
    background-color: #0273ba;
}

.page {
    padding-top: 108px;
}

.page__top {
    /* max-width: 1300px; */
    width: 92%;
    margin: 0 auto;
}


.breadcrumb {
    width: 92%;
    margin: 10px auto;
    font-family: 'Noto Sans JP';
    font-size: 12px;
    color: #676767;
    z-index: 1;
    position: relative;
}

.breadcrumb li {
    list-style: none;
    display: inline-block;
}

.breadcrumb .active {
    color: #0273BA;
}

.breadcrumb a {
    color: #0273BA;
    text-decoration: none;
}

.breadcrumb a img {
    width: 15px;
    margin-right: 5px;
    display: inline;
}

.sec_eff_01 {
    position: absolute;
    right: 0;
    top: 0;
    width: 44.8%;
    z-index: -1;
}

.sec_eff_02 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42.6%;
    z-index: -1;
}

.briefing .sec__container {
    padding: 55px 0 90px;
}

.briefing .briefing__container {
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid #0273ba;
    background-color: #ffffff;
    border-radius: 5px;
}

.briefing .briefing__container .briefing__inner {
    padding: 40px 0 45px;
}

.briefing .briefing__container .briefing__box {
    max-width: 725px;
    margin: 0 auto;
}

.briefing__title {
    font-family: 'Noto Serif JP';
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    color: #0273ba;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.briefing__title:before {
    content: "";
    width: 31px;
    height: 34px;
    margin-right: 10px;
    display: inline-block;
    background: url(../img/mitsu_eff.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.briefing__txt {
    font-family: 'Noto Sans JP';
    font-size: 14px;
    line-height: 2;
    color: #4d4d4d;
    text-align: left;
}


.briefing__box a {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 78%;
    max-width: 340px;
    margin: 30px auto 0;
    background-color: #0273ba;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}


.briefing__box a .btn__txt {
    width: 84%;
    margin-left: 30px;
    margin-right: auto;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 10px 0 10px 0;
}



.briefing__box a .btn__txt:before {
    content: "";
    width: 28px;
    height: 31px;
    margin-right: 10px;
    display: inline-block;
    background: url(../img/contact_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contact__btn .sec__container {
    padding: 100px 0 80px;
}

.contact__btn_container {
    margin: 0 auto;
    max-width: 772px;
}

.contact__btn_inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contact__btn_container a {
    text-decoration: none;
}

.contact__btn_container .contact__btn_box {
    width: 48.4%;
}

.contact__btn_container .contact__btn_box:first-child a {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
    background-color: #0273ba;
    margin-bottom: 10px;
}

.contact__btn_container .contact__btn_box:nth-child(2) a {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    display: block;
    background-color: #dd8fbb;
    width: 100%;
}

.contact__btn_container .contact__btn_box:first-child a .btn__txt {
    width: 89%;
    margin-left: 30px;
    margin-right: auto;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 10px 0 10px 0;
}

.contact__btn_container .contact__btn_box:first-child a .btn__txt .btn__txtbox {
    display: block;
    width: 100%;
    text-align: center;
}

.contact__btn_container .contact__btn_box:nth-child(2) a .btn__txt {
    width: 90%;
    margin-left: 30px;
    margin-right: auto;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 17px 0 17px 0;
}

.contact__btn_container .contact__btn_box:nth-child(2) a .btn__txt .btn__txtbox {
    display: block;
    width: 70%;
    text-align: center;
}

.btn__txtbox {
    width: 100%;
    text-align: center;
}

.contact__btn_container .contact__btn_box:first-child a .btn__txt:before {
    content: "";
    width: 34px;
    height: 37px;
    margin-right: 10px;
    display: inline-block;
    background: url(img/contact_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contact__btn_container .contact__btn_box:nth-child(2) a .btn__txt:before {
    content: "";
    width: 38px;
    height: 22px;
    margin-right: 10px;
    display: inline-block;
    background: url(img/mail_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header__banner_container {
    display: flex;
    justify-content: space-between;
    list-style: none;
    max-width: 615px;
    margin: 15px 40px 0 auto;
    padding: 0;
}

.header__banner_container li {
    width: 31.3%;
}

.header__banner_container li a:hover {
    opacity: 0.6;
    transition: all 0.5s;
}

.footer__banner_container {
    width: 92%;
    max-width: 813px;
    margin: 10px auto 30px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.footer__banner_container li {
    width: 32.3%;
}

.footer__banner_container li a:hover {
    opacity: 0.6;
    transition: all 0.5s;
}

@media screen and (max-width: 768px) {

    .header__nav {
        height: 101vh;
        transition: all 0.4s ease;
    }

    .header__nav.active {
        overflow-y: scroll;
    }

    .header__inner:before {
        content: "";
        position: absolute;
        left: -147px;
        top: -133px;
        width: 294px;
        height: 266px;
        background-color: #0273ba;
        border-radius: 50%;
        opacity: 0.2;
    }

    .header__nav_inner {
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height: auto;
        width: 100%;
        top: 0;
        transform: translate(-50%, 0);
    }

    main {
        overflow: hidden;
    }

    .nav-items {
        position: relative;
        width: 92%;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        padding-top: 30px;
        padding-left: 0;
        margin-top: 135px;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .nav-items:nth-child(2) {
        margin-top: 0;
        border-top: 0;
        padding-top: 20px;
    }

    .nav-items__item a {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .nav-items__item .nav__jp {
        width: 100%;
        margin-left: 0;
    }

    .nav__items:nth-child(2) .nav-items__item:nth-child(4) {
        border-bottom: 1px solid #ffffff;
        padding-bottom: 25px;
        margin-bottom: 0px;
    }

    .header__nav_eff {
        width: 100%;
    }

    .hamburger.active span:nth-child(3) {
        top: -16px;
    }

    .hamburger.active span {
        background-color: #ffffff;
    }

    .nav-items__item a:before {
        top: 28%;
    }

    .nav__items:nth-child(2) .nav-items__item:nth-child(3) {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .nav__items:nth-child(2) .nav-items__item:nth-child(4) .nav__btn_container a {
        width: 100%;
    }

    .nav__items:nth-child(2) .nav-items__item .nav__btn_container p {
        width: 100%;
    }

    .nav__items:nth-child(2) .nav-items__item:nth-child(4) .nav__btn_container a:nth-child(2) {
        margin-bottom: 5px;
    }

    .sp__only {
        display: block;
    }

    .pc__only {
        display: none;
    }

    header {
        background-color: unset;
    }

    .header__inner {
        padding: 3px 0 0;
        max-width: 100%;
        margin: 0 auto;
    }

    .header__logo {
        width: 108px;
        margin-left: 4%;

    }

    .header__hamburger {
        width: 36px;
        margin-top: 6px;
        margin-right: 4%;
    }

    .hamburger span:nth-child(2) {
        margin: 8px 0;
    }

    .base .sec__container {
        width: 92%;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 100px;
    }

    .sec_eff {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 96%;
    }

    .sec_eff_01 {
        position: absolute;
        right: 0;
        top: 0;
        width: 96%;
        z-index: -1;
    }

    .sec_eff_02 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
    }

    .button {
        font-size: 14px;
    }

    .title__jp {
        line-height: 1.26;
    }

    footer .footer__inner {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding: 20px 0 45px;
        max-width: 270px;
        margin: 0 auto;
        width: 92%;
    }

    footer .footer__box:first-child .footer__logo {
        display: block;
        width: 55%;
        margin-bottom: 10px;
    }

    footer .footer__box:first-child {
        width: 100%;
    }

    footer .footer__box:nth-child(2) {
        display: none;
    }

    footer .footer__box:nth-child(3) {
        display: none;
    }

    .page {
        padding-top: 63px;
    }

    .page__top {
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
    }

    .briefing .briefing__box {
        width: 84.6%;
        margin-right: auto;
        margin-left: auto;
    }

    .briefing__title {
        text-align: left;
    }

    .briefing__box a {
        width: 100%;
        max-width: unset;
    }

    .briefing .briefing__container .briefing__inner {
        padding: 30px 0 40px;
    }

    .briefing .sec__container {
        padding-bottom: 70px;
    }

    .contact__btn_inner {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .contact__btn_container .contact__btn_box {
        width: 100%;
    }

    .contact__btn .sec__container {
        padding: 60px 0 50px;
    }

    .footer__banner_container {
        flex-direction: column;
    }

    .footer__banner_container li {
        width: 76.2%;
        margin-top: 12px;
    }
}

.fadein {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
}

.fadein.scrollin {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
