html {
    scroll-behavior: smooth;
}

.sp-none {
    display: none;
}

.recuit-header-parent {
    background: url(../img/header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    margin: auto;
    /* background: transparent; */
    z-index: 4;
    top: 0%;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: 'Noto Sans JP', sans-serif;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    align-items: center;
    /* font-weight: bold; */
    letter-spacing: 2px;
}

.recruit-left {
    /* background: white; */
    height: 100%;
    display: flex;
    align-items: center;
    width: 25vw;
    /* margin: 0; */
    justify-content: flex-end;
}

.recruit-left img {
    width: 55%;
    /* padding: 0px 20px; */
}

.recruit-middle {
    width: 26vw;
    height: 100%;
    background: #ac1821;
    display: flex;
    align-items: center;
    color: white;
    padding-left: 30px;
    justify-content: flex-start;
}

.recruit-right {
    width: 176vw;
    height: 100%;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0% 2%;
}

p.rcruit-right-top-1 {
    margin: 0;
    font-size: 13px;
    color: white;
    margin: 1% 0%;
}

p.rcruit-right-top-2 {
    padding: 0;
    /* margin-left: 174%; */
    font-size: 13px;
    color: white;
    border: 1px solid white;
    margin: 0%;
    margin-bottom: 10px;
    width: 140px;
    height: 30px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruit-horizontal-line {
    width: 315px;
    height: 1px;
    background: #ffffff96;
    display: flex;
    /* margin-left: 10%; */
}

.rcruit-right-top {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-end;
    /* padding-left: 5%; */
    justify-content: space-between;
}

.rcruit-right-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 13px;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 8px;
    width: 100%;
    /* margin: 1.5% auto; */
    text-align: center;
}

li.header-bottom-parent2 {
    text-decoration: none;
    display: flex;
    height: 280%;
    /* padding-right: 22px; */
    /* background: blue; */
    position: relative;
    letter-spacing: 0;
    color: white;
}

li.header-bottom-parent2:hover ul.header-dropdown2,
li.header-bottom-parent2:hover ul.header-dropdown3 {
    display: block;
    animation: appear 0.2s forwards;
}

li.header-bottom-parent2:hover .recruit-vertical,
li.header-bottom-parent2:hover .recruit-vertical2 {
    display: block;
    animation: appear2 0.2s forwards;
}

.recruit-vertical,
.recruit-vertical2 {
    height: 0px;
    width: 2px;
    left: -7px;
    transform: translateY(40px);
    opacity: 0;
    background: #bd1821;
    position: absolute;
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    25% {
        opacity: 0.25;
        transform: translateY(-5px);
    }
    50% {
        opacity: 0.5;
        transform: translateY(0px);
    }
    75% {
        opacity: 0.75;
        transform: translateY(5px);
    }
    100% {
        opacity: 1;
        transform: translateY(10px);
    }
}

@keyframes appear2 {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }
    25% {
        opacity: 0.25;
        transform: translateY(-5px);
    }
    50% {
        opacity: 0.5;
        transform: translateY(0px);
    }
    75% {
        opacity: 0.75;
        transform: translateY(0px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

a.navlink3 {
    position: relative;
    text-decoration: none;
    height: 100%;
    cursor: pointer;
}

.navlink3 p {
    margin: 0;
}

ul.header-dropdown2,
ul.header-dropdown3 {
    position: absolute;
    background: #ac1821;
    text-decoration: none;
    display: none;
    flex-direction: column;
    top: 8px;
    opacity: 0;
    transform: translateY(40px);
    padding: 15px;
    width: max-content;
    height: max-content;
    text-align: left;
    /* border-radius: 5px; */
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

a.dropdown-items-link2 {
    color: white;
    line-height: 2;
    text-decoration: none;
    cursor: pointer;
}

li.dropdown-items2 {
    list-style-type: none;
}


/* addtional css  */

a.navlink3 {
    color: inherit;
    width: inherit;
    height: inherit;
}

a.navlink-box {
    color: inherit;
    height: inherit;
}


/* addtional css  */


/* aos animation css */

.reveal-holder {
    position: relative;
    width: auto;
    height: auto;
}

.reveal-holder2 {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: flex-end;
}

.reveal-holder3 {
    position: absolute;
    /* display: flex; */
    /* overflow: hidden; */
    /* align-items: flex-start; */
}

.reveal-holder.left {
    justify-content: flex-end;
}

.reveal-holder.right {
    justify-content: flex-start;
}

.reveal-holder .reveal-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9;
}

.reveal-holder .reveal-charm {
    position: absolute;
    top: 0;
    width: 100%;
    /* height: 69%; */
    height: 22.7vw;
    background: white;
    z-index: 9;
}

.reveal-holder2 .reveal-block2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: white;
}

.reveal-holder3 .reveal-block2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: white;
}

.reveal-holder2 .reveal-block2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ac1821;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 9;
}

.reveal-holder3 .reveal-block2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ac1821;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 9;
}

.reveal-holder .reveal-block::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 9;
    /* transition-duration: 5.5s; */
}

.reveal-holder .reveal-charm::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ac1821;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 9;
    /* transition-duration: 5.5s; */
}

.reveal-block.top.aos-animate::before,
.reveal-block.bottom.aos-animate::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.reveal-block.left.aos-animate::before,
.reveal-block.right.aos-animate::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.reveal-block.top::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.reveal-block.left::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.reveal-block.right::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.reveal-block.bottom::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}


/* AOS animate */

[data-aos="reveal-top"],
[data-aos="reveal-left"],
[data-aos="reveal-right"],
[data-aos="reveal-bottom"] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0.5s;
}

[data-aos="reveal-top"] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

[data-aos="reveal-top"].aos-animate {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

[data-aos="reveal-left"] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[data-aos="reveal-left"].aos-animate {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

[data-aos="reveal-right"] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[data-aos="reveal-right"].aos-animate {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

[data-aos="reveal-bottom"] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

[data-aos="reveal-bottom"].aos-animate {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

[data-aos="reveal-item"] {
    visibility: hidden;
    transition-property: visibility;
    transition-duration: 0s;
}

[data-aos="reveal-item"].aos-animate {
    visibility: visible;
}


/* end aos animation */


/* red animation css */