/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
.js_parralax {
    transition: transform 150ms cubic-bezier(0.28, 0.8, 0.42, 0.99);
}

.img_slide .img__content,
.img_slide img {
    width: 100%;
}

.home_mv {
    position: relative;
}
.home_mv::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 4.8vw);
    background-color: #e53935;
}
.home_mv_scroll {
    position: absolute;
    left: 4.2vw;
    bottom: 20vw;
    transform: translateX(-50%) rotate(90deg);
}
.home_mv_scroll > button {
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5625;
    display: flex;
    align-items: center;
    color: #fff;
}
.home_mv_scroll span {
    display: block;
    width: 100px;
    height: 1px;
    background-color: #fff;
    margin-left: 29.5px;
}
.home_mv__title {
    font-family: 'Poppins', sans-serif;
    font-size: 10rem;
    font-weight: 600;
    line-height: 1.4;
    font-size: clamp(6rem, 5.25vw, 10rem);
    color: #fff;
    text-align: right;
    position: absolute;
    bottom: 10.9vw;
    right: 8vw;
}
.home_mv__title .ani_text_over {
    display: block;
}
.home_mv__title .ani_text_over:nth-child(1) {
    padding-right: 0.23em;
}

@media screen and (max-width: 1024px) {
    .home_mv::after {
        height: 350px;
    }
    .home_mv_scroll {
        left: 15px;
        bottom: 120px;
    }
    .home_mv_scroll > button {
        font-size: 1.4rem;
    }
    .home_mv_scroll span {
        width: 60px;
        margin-left: 10px;
    }
    .home_mv__title {
        font-size: 5rem;
        bottom: 40px;
        right: 30px;
    }
    .home .c_mv__container {
        padding-left: 33px;
    }
    .home .c_mv__container figure {
        height: 400px;
    }
    .home .c_mv__container figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .home .c_mv__container .img__content {
        width: 100%;
        height: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .home_mv::after {
        height: 432px;
    }
    .home_mv__title {
        font-size: 2.4rem;
        line-height: 1.6;
    }
    .home_mv__title .ani_text_over:nth-child(1) {
        padding-right: 0;
    }
    .home_mv_scroll {
        display: none;
    }
    .home .c_mv__container figure {
        height: 460px;
        max-height: 100vh;
    }
    .home .c_mv__container figure img {
        object-position: left;
    }
}
@keyframes ani_go_over {
    0% {
        transform: translateX(100vw);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes ani_go_over2 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100vw);
    }
}
.home_about {
    padding-top: 120px;
    position: relative;
    overflow: hidden;
}
.home_about .c__decore.d1 {
    top: 360px;
    left: 0;
}
.home_about .c__decore.d2 {
    bottom: 110px;
    right: 0;
}
.home_about > .container {
    text-align: center;
}
.home_about h3 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.5;
}
.home_about p {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2;
    margin-top: 43px;
}
.home_about__button {
    width: 300px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    background-color: #344454;
    border-radius: 99px;
    margin-top: 65px;
    margin-left: auto;
    margin-right: auto;
    transition: background-color 150ms ease;
}
.home_about__button:hover {
    background-color: #475d73;
}

@media only screen and (max-width: 1024px) {
    .home_about .c__decore.d1 {
        top: 260px;
    }
    .home_about .c__decore.d2 {
        bottom: 130px;
    }
    .home_about h3 {
        font-size: 1.6rem;
    }
    .home_about p {
        font-size: 1.6rem;
        line-height: 1.75;
        margin-top: 27px;
    }
    .home_about__button {
        width: 220px;
        height: 50px;
        font-size: 1.6rem;
        margin-top: 38px;
    }
}
@media only screen and (max-width: 767px) {
    .home_about {
        padding-top: 65px;
    }
    .home_about .c__decore.d1 {
        top: 200px;
    }
    .home_about .c__decore.d2 {
        top: 340px;
        bottom: 0;
    }
    .home_about p {
        text-align: left;
    }
}
.home_office {
    margin-top: 125px;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    .home_office {
        margin-top: 160px;
    }
}
@media only screen and (max-width: 767px) {
    .home_office {
        margin-top: 60px;
    }
}
.home_company {
    margin-top: 35px;
    overflow: hidden;
}
.home_company .pulse_block .c__decore {
    left: unset;
    right: 0;
}

@media only screen and (max-width: 767px) {
    .home_company {
        margin-top: 15px;
    }
}
.home_member {
    width: 100%;
    margin-top: 42px;
    padding-top: 9vw;
    padding-bottom: 7.49vw;
    position: relative;
    overflow: hidden;
}
.home_member__bc {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: calc(100% - 8.33vw);
    height: 100%;
}
.home_member__bc .figure {
    position: relative;
    width: 100%;
    height: 100%;
}
.home_member__bc .figure::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(52, 68, 84, 0.9);
}
.home_member__bc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_member__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home_member__container .content {
    width: 10000px;
    max-width: 52vw;
    padding-left: 8.3vw;
    color: #fff;
    padding-right: 20px;
    margin-top: -125px;
}
.home_member__container .content .txt {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2;
    width: 492px;
    max-width: 100%;
}
.home_member__container .content .button_circle {
    border-color: #fff;
}
.home_member__container .content .button_circle::after,
.home_member__container .content .button_circle::before {
    border-color: #fff;
}
.home_member__container .infor {
    width: calc(100% - 40vw);
}
.home_member__container .button_circle {
    top: -30px;
    left: -64px;
}

.js_member_slick {
    width: 920px;
    max-width: calc(100% + 120px);
}
.js_member_slick .avatar {
    max-width: 600px;
    position: relative;
    margin-right: 60px;
    margin-right: clamp(20px, 3.125vw, 60px);
}
.js_member_slick .figure {
    position: relative;
}
.js_member_slick .figure figcaption {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    font-size: clamp(1.4rem, 1.04vw, 2rem);
    position: absolute;
    white-space: nowrap;
    display: flex;
    align-items: center;
    text-align: left;
    z-index: 1;
    top: 0;
    left: 100%;
    transform-origin: left center;
    transform: translate(-35%, 100%) rotate(90deg);
}
.js_member_slick .figure figcaption::after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background-color: #344454;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(10px, -50%);
}
.js_member_slick .figure img {
    transition: 600ms ease;
}
.js_member_slick .figure:hover img {
    transform: scale(1.05);
}
.js_member_slick .name {
    position: absolute;
    bottom: 80px;
    bottom: clamp(40px, 3.8vw, 80px);
    left: 70px;
    left: clamp(40px, 3.64vw, 70px);
    color: #fff;
}
.js_member_slick .name h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 6rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.js_member_slick .name p {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2;
    margin-top: 24px;
}

.member_slick_arrow {
    position: relative;
    display: flex;
    margin-top: 40px;
}
.member_slick_arrow .arrow {
    display: block;
    width: 56px;
    height: 56px;
    background-color: #e53935;
    margin-right: 8px;
    position: relative;
}
.member_slick_arrow .arrow::after {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    top: 22px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.member_slick_arrow .arrow:hover {
    opacity: 0.75;
}
.member_slick_arrow .member_slick_next::after {
    left: 18px;
    transform: rotate(45deg);
}
.member_slick_arrow .member_slick_prev::after {
    left: 24px;
    transform: rotate(-135deg);
}

@media only screen and (max-width: 1024px) {
    .home_member {
        margin-top: 160px;
    }
    .home_member__container .content {
        padding-left: 40px;
    }
    .home_member__container .button_circle {
        margin-top: 12px;
        left: -30px;
    }
    .js_member_slick {
        max-width: calc(100% + 90px);
    }
    .js_member_slick .avatar {
        margin-right: 20px;
    }
    .js_member_slick .figure figcaption {
        font-size: 1.4rem;
        transform: translate(-23%, 100%) rotate(90deg);
    }
    .js_member_slick .name {
        bottom: 0px;
        left: 0;
        padding-left: 19px;
        padding-bottom: 19px;
        padding-right: 19px;
    }
    .js_member_slick .name h3 {
        font-size: 2rem;
    }
    .js_member_slick .name p {
        font-size: 1.4rem;
    }
    .js_member_slick .slick-dots {
        position: relative;
        inset: 0;
        text-align: left;
    }
    .js_member_slick .slick-dots li {
        width: 42px;
        height: 2px;
        margin: 0;
        padding: 0;
        background-color: #dee1e4;
        margin-right: 2px;
    }
    .js_member_slick .slick-dots li.slick-active {
        background-color: #e53935;
    }
    .js_member_slick .slick-dots li button {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .home_member {
        margin-top: 10px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .home_member__bc {
        width: 100%;
    }
    .home_member__container {
        display: block;
    }
    .home_member__container .content {
        max-width: 100%;
        margin-top: 0;
    }
    .home_member__container .content .txt {
        margin-top: 21px;
        font-size: 1.6rem;
        line-height: 1.8;
    }
    .home_member__container .infor {
        margin-top: 30px;
        width: 100%;
        margin-left: 30px;
    }
    .home_member__container .button_circle {
        margin-left: auto;
        margin-right: 10px;
    }
    .js_member_slick .figure {
        position: relative;
    }
    .js_member_slick .figure figcaption {
        font-size: 1rem;
    }
    .js_member_slick .name p {
        margin-top: 14px;
        line-height: 1.2;
    }
    .js_member_slick .slick-dots {
        margin-top: 20px;
    }
    .js_member_slick .slick-dots li {
        width: 58px;
        margin-right: 2.5px;
    }
    .member_slick_arrow {
        margin-top: 20px;
    }
    .member_slick_arrow .arrow {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .member_slick_arrow .arrow::after {
        top: 14px;
    }
    .member_slick_arrow .member_slick_next::after {
        left: 10px;
    }
    .member_slick_arrow .member_slick_prev::after {
        left: 15px;
    }
}
.home_recruit {
    width: 100%;
    padding-top: 190px;
    padding-bottom: 174px;
}
.home_recruit__container {
    width: 100%;
    position: relative;
    padding-top: 169px;
    padding-bottom: 169px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.home_recruit__container::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 8.4vw;
}
.home_recruit .image {
    width: calc(100% - 640px);
    padding-right: clamp(60px, 6.25vw, 120px);
}
.home_recruit .content {
    width: 640px;
    padding-left: 20px;
}
.home_recruit .content .txt {
    width: 492px;
    max-width: calc(100% - 40px);
    margin-top: 40px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2;
}
.home_recruit .content .button_circle {
    margin-left: -78px;
    margin-bottom: 78px;
}

@media only screen and (max-width: 1024px) {
    .home_recruit {
        padding-top: 160px;
        padding-bottom: 160px;
    }
    .home_recruit__container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .home_recruit .image {
        width: 400px;
        padding-right: 30px;
    }
    .home_recruit .content {
        width: calc(100% - 400px);
    }
    .home_recruit .content .txt {
        max-width: 100%;
    }
    .home_recruit .content .button_circle {
        margin-left: -40px;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .home_recruit {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .home_recruit__container {
        padding-top: 30px;
        padding-bottom: 0;
        overflow: unset;
        display: block;
    }
    .home_recruit__container::after {
        left: 30px;
        width: calc(100% - 30px);
    }
    .home_recruit .image {
        width: 100%;
    }
    .home_recruit .content {
        width: 100%;
        padding-left: 60px;
        padding-top: 27px;
        padding-bottom: 46px;
    }
    .home_recruit .content .txt {
        padding-right: 20px;
        margin-top: 23px;
        line-height: 1.75;
        font-size: 1.6rem;
    }
    .home_recruit .content .button_circle {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
        position: absolute;
        bottom: -32px;
        right: 60px;
    }
}
.home_venture {
    padding-top: 200px;
}
@media screen and (max-width: 1024px) {
    .home_venture {
        padding-top: 160px;
    }
}
@media screen and (max-width: 767px) {
    .home_venture {
        padding: 30px 0 46px;
    }
}
.home_venture__image {
    max-width: 1536px;
    margin: 0 auto;
}
.home_venture__content {
    position: relative;
    margin-top: -100px;
    padding: 102px 120px 140px;
    background-color: #fff;
}
@media screen and (max-width: 1024px) {
    .home_venture__content {
        margin-top: -60px;
        padding: 60px 60px 70px;
    }
}
@media screen and (max-width: 767px) {
    .home_venture__content {
        width: calc(100% - 20px);
        margin-left: auto;
        margin-right: auto;
        padding: 30px 30px 60px;
    }
}
.home_venture .c_ttl {
    margin-bottom: 35px;
}
.home_venture__text {
    max-width: 647px;
    width: calc(100% - 120px);
    font-size: 2rem;
}
@media screen and (max-width: 767px) {
    .home_venture__text {
        width: 100%;
        font-size: 1.6rem;
    }
}
.home_venture .nav_link {
    position: absolute;
    right: 200px;
    bottom: 185px;
}
@media screen and (max-width: 1024px) {
    .home_venture .nav_link {
        bottom: 70px;
        right: 95px;
    }
}
@media screen and (max-width: 767px) {
    .home_venture .nav_link {
        bottom: 12px;
        right: 35px;
    }
}

.home_about__social {
    justify-content: center;
    margin: 0 0 80px;
}
.home_about__social .c_social__item {
    width: 160px;
    height: 160px;
    background-color: #dee1e4;
}
.home_about__social .c_social__item img {
    width: 70px;
}
@media screen and (max-width: 1024px) {
    .home_about__social {
        margin-bottom: 40px;
    }
    .home_about__social .c_social__item {
        width: 80px;
        height: 80px;
    }
    .home_about__social .c_social__item img {
        width: 40px;
    }
}

/*# sourceMappingURL=top.css.map */
