@charset "utf-8";

.c-breadcrumb {
    display: none;
}

/* home_mv
---------------------------------------*/
.home_mv {
    /* background: url(/fileadmin/templates2020/tcc-recruit/images/home/mv.jpg) no-repeat;
    background-position: center;
    background-size: cover; */
    /* height: calc(100vh - 56px - 60px); */
    height: 45vh;
    color: #303030;
    display: flex;
    flex-flow: column;
    position: relative;
}
.home_mv_inner {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    padding: 3rem 2rem;
    height: 100%;
}
.home_mv_txt {
    padding: 0 0 0 2rem;
}
.home_mv_ttl {
    opacity: 0;
    animation-name: fadeinUp;
    animation-duration: 1s;
    animation-delay: .4s;
    animation-fill-mode: forwards;
}
.home_mv_ttl .sub_txt {
    display: block;
    font-size: 5vw;
    font-weight: 700;
    margin: 0;
}
.home_mv_ttl .main_txt {
    font-size: 12vw;
    font-weight: 700;
    font-style: italic;
    margin-left: -1rem;
}

.home_mv_nav {
    margin-top: 45vh;
    padding: 2.5rem 0;
    background: rgb(0,153,255);
    background: linear-gradient(90deg, rgba(0,153,255,1) 0%, rgba(0,153,255,0.8435749299719888) 100%);
    color: #fff;
    z-index: 1;
    position: relative;
}
.home_mv_nav_list {
    flex: 0 1 58%;
    display: flex;
    gap: .7rem;
    margin: 2rem 0 0;
}
.home_mv_nav_list_item {
    flex: 0 0 33%;
    margin: 0;
}
.home_mv_nav_list_item a {
    display: block;
    padding: 1rem 1rem;
    text-align: center;
    font-size: clamp(1.3rem, 0.313vw + 1.2rem, 1.8rem);
    border-width: 2px !important;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .home_mv {
        height: calc(100vh - 90px); /* 90px+39px+80=209 */
        overflow: hidden;
    }
    .home_mv_inner {
        padding: 5rem 2rem;
    }
    .home_mv_ttl {
        font-size: 12.0rem;
        margin: 0;
        line-height: 1.1;
    }
    .home_mv_ttl .sub_txt {
        font-size: 5.6rem;
        line-height: 1;
        margin: 0;
    }
    .home_mv_ttl .main_txt {
        font-size: 12.0rem;
        margin-left: -2rem;
    }

    .home_mv_nav_row {
        display: flex;
        gap: 3.7rem;
        justify-content: space-between;
        align-items: center;
    }
    .home_mv_nav {
        padding: 3rem 0;
        margin-top: auto;
    }
    .home_mv_nav_logo {
        flex: 0 1 40%;
        max-width: 467px;
    }
    .home_mv_nav_list {
        flex: 0 1 58%;
        display: flex;
        gap: .7rem;
        margin: 0;
    }
    .home_mv_nav_list_item {
        flex: 0 0 33%;
        margin: 0;
    }
    .home_mv_nav_list_item a {
        padding: 1.7rem 2rem;
        /* font-size: 1.8rem; */
        min-width: inherit;
    }
}

/* home_mv_video */
.home_mv_video_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.home_mv_video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* home_ttl_en */
.home_ttl_en {
    display: block;
    font-family: "Goldman", sans-serif;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 1.6px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #0099FF;
    color: transparent;
    letter-spacing: 2px;
    margin: 0 0 1rem;
}

/* home_body */
.home_body {
    margin-top: 20rem;
}

@media screen and (min-width: 768px) {
    .home_body {
        margin-top: 0;
    }
}


/* home_about */
.home_about {
    padding: 5rem 1rem 6rem;
}
.home_about > * {
    position: relative;
    z-index: 1;
}
.home_about_ttl {
    margin: 0 0 2.5rem;
    position: relative;
    z-index: 1;
}
.home_about_ttl .sub_txt {
    display: block;
    font-size: 2.4rem;
    letter-spacing: 3.6px;
}
.home_about_desc {
    position: relative;
    z-index: 1;
    font-size: 1.8rem;
}
.home_about_img {
    margin: 3.5rem 0 4rem;
    position: relative;
}
.home_about_img::before,
.home_about_img::after {
    content: '';
    display: block;
    width: 150%;
    height: 100%;
    background-image: url(/fileadmin/templates2020/tcc-recruit/images/home/home_about_bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: -1;
}
.home_about_img::before {
    top: -45%;
    left: -142%;
}
.home_about_img::after {
    bottom: -72%;
    right: -102%;
}

@media screen and (min-width: 768px) {
    .home_about {
        padding: 10rem 0;
    }
    .home_about_row {
        display: flex;
        justify-content: flex-end;
        position: relative;
    }
    .home_about_txt {
        flex: 0 1 420px;
    }
    .home_about_desc {
        font-size: 2.0rem;
        margin: 2.5rem 0 3rem;
    }
    .home_about_img {
        position: absolute;
        top: 3rem;
        left: -13%;
        width: 80%;
        max-width: 894px;
    }
}

/* home_job */
.home_job {
    padding: 1rem 1rem 6rem;
}
.home_job_ttl {
    margin: 0;
}
.home_job_desc {
    margin: 2rem 0 3rem;
    font-size: 1.8rem;
    position: relative;
    z-index: 1;
}
.home_job_tmb {
    margin: 3rem 0 3rem;
}
.home_job_tmb a {
    display: block;
    width: 100%;
    height: 100%;
}
.home_job_tmb a:hover {
    opacity: .7;
}

@media screen and (min-width: 768px) {
    .home_job {
        padding: 9rem 0rem 9rem;
        position: relative;
        z-index: 2;
    }
    .home_job_row {
        display: flex;
        position: relative;
    }
    .home_job_txt {
        flex: 0 1 400px;
    }
    .home_job_tmb {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        max-width: 656px;
        margin: 0;
        padding: 0 0 .2rem;
        z-index: 0;
    }
}

/* home_people */
.home_people {
    text-align: left;
    position: relative;
    padding: 0 1rem 4rem;
    overflow: hidden;
}
.home_people::before {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    background-color: #303030;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-top: solid 30px #E7E7E7;
}
.home_people_ttl {
    margin: 0;
}
.home_people_lead {
    font-size: 1.8rem;
    margin: 2rem 0;
}

@media screen and (min-width: 768px) {
    .home_people {
        padding: 12rem 0 13rem;
        text-align: center;
    }
    .home_people_lead {
        font-size: 2.0rem;
        margin: 4rem 0;
    }
    .home_people_btn a {
        min-width: 380px;
    }
}

/* slider */
.home_people_slider {
    padding: 0 6vw;
}
.home_people_slider .swiper {
    padding: 0 0 100px;
    margin: 4rem 0 4rem;
    overflow: visible;
}
.home_people_slide {
    position: relative;
    padding: 0 13px;
}
.home_people_slide_inner {
    display: block;
    overflow: hidden;
}
.home_people_slide .ribon {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background-color: #fff;
    color: #0099FF;
    text-align: center;
    font-size: 1.6rem;
    padding: .5rem 1rem;
    letter-spacing: 1.8px;
}
.home_people_slide .catchcopy {
    position: absolute;
    bottom: 104px;
    left: 13px;
    font-size: clamp(1.6rem, 0.375vw + 1.48rem, 2.2rem)
}
.home_people_slide .desc {
    text-align: right;
    color: #fff;
    font-size: 1.4rem;
    margin: 10px 0 0;
}
.home_people_slide .bg_wrap .inn {
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    z-index: 1;
}
.home_people_slide .img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.home_people_slide .img img {
    display: block;
    transition: transform .5s ease-in-out;

}
.home_people_slide a:hover .img img {
    transform: scale(1.04);
}

/* swiper navigation */
.swiper-button-next, .swiper-button-prev {
    background: url(/fileadmin/templates2020/tcc-recruit/images/home/js_slide_arrow.svg) no-repeat center;
    background-size: 100%;
    width: 20%;
    max-width: 80px;
    top: inherit;
    bottom: 0;
    opacity: 1;
    transition: opacity .2s ease-in-out;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev {
    left: 0;
    transform: scale(-1,1);
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 0;
}

/* swiper scrollbar */
.swiper-scrollbar {
    width: 66% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 50px !important;
    margin: auto;
    background: #FFFFFF;
}
.swiper-scrollbar-drag {
    background: #0099FF;
}

@media screen and (min-width: 768px) {
    .home_people_slider {
        padding: 0 6rem;
        margin: 0 auto;
        max-width: 1795px;
    } 
    .home_people_slider .swiper {
        padding: 0 0 65px;
        margin: 9rem 0 5rem;
    }
    .home_people_slide {
        text-align: left;
        padding: 0;
    }
    .home_people_slide .ribon {
        font-size: 1.8rem;
        padding: .7rem 2.0rem;
    }
    .home_people_slide .catchcopy {
        bottom: 88px;
        left: 0;
        overflow: hidden;
    }
    .home_people_slide .desc {
        font-size: 1.4rem;
        margin: 15px 0 0;
    }
    .home_people_slide .bg_wrap .inn {
        padding: 5px 10px;
    }
    .swiper-scrollbar {
        width: 400px !important;
        bottom: 0 !important;
        margin: auto;
    }
}

/* home_env */
.home_env {
    text-align: left;
    padding: 6rem 1rem 4rem;
    position: relative;
    overflow: hidden;
}
.home_env::before {
    content: '';
    display: block;
    width: 200%;
    height: 26rem;
    background-color: #D9F0FF;
    position: absolute;
    bottom: -5rem;
    left: -50%;
    transform: rotate(-10deg);
    z-index: -1;
}
.home_env_ttl {
    margin: 0;
}
.home_env_lead {
    font-size: 1.8rem;
    margin: 2rem 0;
}
.home_env_btns {
    margin: 4rem 0 0;
}
.home_env_btns a {
    background-color: transparent;
}

.home_env_img {
    position: relative;
    margin: 3rem 0 4rem;
}
.home_env_img_list {
    display: flex;
    justify-content: center;
    gap: 0;
    padding: 0 2rem 2.5rem;
    position: relative;
}
.home_env_img_list::before {
    content: '';
    display: block;
    width: 88%;
    height: 11px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    border-radius: 15px;
    background-image: linear-gradient(
        -45deg, 
        #fff 25%,
        #0099FF 25%,
        #0099FF 50%,
        #fff 50%,
        #fff 75%,
        #0099FF 75%,
        #0099FF);
    background-size: 4px 4px;
    opacity: .3;
    z-index: -2;
}
.home_env_img_list_item {
    flex: 0 0 33%;
    text-align: center;
    padding: 0 .5rem;
}
.home_env_img_list_item + .home_env_img_list_item {
    border-left: dotted 3px #8CD1FF;
}
.home_env_img_list_item .icon {
    width: 70%;
    margin: 0 auto;
}
.home_env_img_list_item .icon img {
    width: auto;
    max-width: 100%;
    max-height: 55px;
    margin: 0 auto;
}
.home_env_img_list_item .txt {
    display: block;
    color: #0099FF;
    margin: .5rem 0 0;
    font-size: clamp(1.2rem, 0.5vw + 1.04rem, 2rem);
    font-weight: 700;
}

.home_env_img::before,
.home_env_img::after {
    content: '';
    display: block;
    width: 81px;
    height: 130px;
    top: 0;
    z-index: -1;
}
.home_env_img::before {
    background-image: url(/fileadmin/templates2020/tcc-recruit/images/home/home_env_img01.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: -4.5rem;
}
.home_env_img::after {
    background-image: url(/fileadmin/templates2020/tcc-recruit/images/home/home_env_img02.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    right: -4.8rem;
}

@media screen and (min-width: 768px) {
    .home_env {
        padding: 10rem 0;
        text-align: center;
    }
    .home_env_lead {
        font-size: 2.0rem;
        margin: 4rem 0 3rem;
    }
    .home_env::before {
        height: 44rem;
        bottom: -20rem;
    }
    .home_env_desc {
        font-size: 2.0rem;
        margin: 4rem 0;
    }

    .home_env_img {
        padding: 0 14rem;
        margin: 8rem 0 8rem;
    }
    .home_env_img_list {
    padding: 0 0 6.2rem;
    max-width: 860px;
    margin: 0 auto;
    }
    .home_env_img_list::before {
        height: 18px;
        width: 100%;
    }
    .home_env_img_list_item {
        padding: 0 .5rem;
        flex: 0 0 31%;
    }
    .home_env_img_list_item .icon {
        width: 80%;
        margin: 0 auto;
    }
    .home_env_img_list_item .icon img {
        max-height: 156px;
    }
    .home_env_img_list_item .txt {
        margin: 1.6rem 0 0;
        /* font-size: 2.0rem; */
    }

    .home_env_img::before,
    .home_env_img::after {
        width: 160px;
        height: 259px;
        top: 1rem;
    }
    .home_env_img::before {
        left: 0;
    }
    .home_env_img::after {
        right: 0;
    }

    .home_env_btns {
        display: flex;
        justify-content: center;
        gap: 2rem;
        margin: 7rem 0 3rem;
    }
    .home_env_btns_item {
        flex: 0 0 33%;
    }
    .home_env_btns_item a {
        display: block;
    }
}

/* home_info */
.home_info {
    text-align: center;
    padding: 5rem 1rem;
    background-color: #303030;
    color: #fff;
}
.home_info_ttl {
    margin: 0;
}
.home_info .home_ttl_en {
    -webkit-text-stroke-color: #fff;
}
.home_info_btns {
    margin: 4rem 0 0;
}

@media screen and (min-width: 768px) {
    .home_info {
        padding: 12rem 0;
    }
    .home_info_btns {
        display: flex;
        justify-content: center;
        gap: 2rem;
        margin: 7rem 0 3rem;
    }
    .home_info_btns_item {
        flex: 0 0 33%;
    }
    .home_info_btns_item a {
        display: block;
        padding: 3rem 2rem;
        min-width: inherit;
    }
}



