@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;700;900&display=swap');
@charset "utf-8";

.jtech-recruit, .jtech-recruit .jt-body, .jtech-recruit div, .jtech-recruit span, .jtech-recruit object, .jtech-recruit iframe, .jtech-recruit h1, .jtech-recruit h2, .jtech-recruit h3, .jtech-recruit h4, .jtech-recruit h5, .jtech-recruit h6, .jtech-recruit p, .jtech-recruit blockquote, .jtech-recruit pre, .jtech-recruit abbr, .jtech-recruit address, .jtech-recruit cite, .jtech-recruit code, .jtech-recruit del, .jtech-recruit dfn, .jtech-recruit em, .jtech-recruit img, .jtech-recruit ins, .jtech-recruit kbd, .jtech-recruit q, .jtech-recruit samp, .jtech-recruit small, .jtech-recruit strong, .jtech-recruit sub, .jtech-recruit sup, .jtech-recruit var, .jtech-recruit b, .jtech-recruit i, .jtech-recruit dl, .jtech-recruit dt, .jtech-recruit dd, .jtech-recruit ol, .jtech-recruit ul, .jtech-recruit li, .jtech-recruit fieldset, .jtech-recruit form, .jtech-recruit label, .jtech-recruit legend, .jtech-recruit table, .jtech-recruit caption, .jtech-recruit tbody, .jtech-recruit tfoot, .jtech-recruit thead, .jtech-recruit tr, .jtech-recruit th, .jtech-recruit td, .jtech-recruit article, .jtech-recruit aside, .jtech-recruit canvas, .jtech-recruit details, .jtech-recruit figcaption, .jtech-recruit figure, .jtech-recruit footer, .jtech-recruit header, .jtech-recruit hgroup, .jtech-recruit menu, .jtech-recruit nav, .jtech-recruit section, .jtech-recruit summary, .jtech-recruit time, .jtech-recruit mark, .jtech-recruit audio, .jtech-recruit video{
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
.jtech-recruit ul{
    list-style: none;
}
.jtech-recruit{
    scroll-behavior: smooth;
}
.jtech-recruit div{
    box-sizing: border-box;
}
.jtech-recruit .img-box > img{
    display: block;
    width: 100%;
    height: auto;
}
.jtech-recruit a.tl:hover{
    opacity: .7;
    transition: .3s;
}
.jtech-recruit a.colored:hover{
    color: var(--primary-color-blue) !important;
    transition: .3s;
}
.jtech-recruit .align-center{
    text-align: center !important;
}
.jtech-recruit .align-right{
    text-align: right !important;
}
.jtech-recruit .spacer{
    padding: 10px 0 10px;
}
.jtech-recruit .m-top60{
    margin-top: 60px;
}
.jtech-recruit .m-btm60{
    margin-bottom: 60px;
}
.jtech-recruit .m-btm30{
    margin-bottom: 30px;
}
.jtech-recruit .p-top60{
    padding-top: 60px;
}
.jtech-recruit .border-top{
    border-top: 1px solid #000;
}
.jtech-recruit .relative{
    position: relative;
}


.jtech-recruit .gen-disp_non{
    display: none !important;
}
.jtech-recruit .gen-disp_pc{
    display: block;
}
.jtech-recruit .gen-disp_sp, .jtech-recruit .gen-disp_sp_inline{
    display: none;
}
@media screen and (max-width:750px) {
    .jtech-recruit .gen-disp_pc{
        display: none !important;
    }
    .jtech-recruit .gen-disp_sp{
        display: block;
    }
    .jtech-recruit .gen-disp_sp_inline{
        display: inline;
    }
}


.jtech-recruit{
    --bgcolor-gray: #f2f2f2;
    --gnav-hover-color: #ccc;
    --primary-color-blue: #0080b8;
    --primary-color-black: #000;
    --primary-color-white: #fff;
    --secondary-color-blue: #005f96;
    --option-color-gray: #999999;
    --ease-main: cubic-bezier(0, 0.4, 0.25, 1);
}



.jtech-recruit{
	font-size: 62.5%;
    
}


.jtech-recruit .jt-body{
    font-family: 'Noto Sans JP', sans-serif;
}
.jtech-recruit #wrapper{
    width: 100%;
    min-width: 1280px;
}
@media screen and (max-width: 750px) {
    .jtech-recruit #wrapper{
        width: 100%;
        min-width: unset;
        overflow: hidden;
    }
}


.jtech-recruit .header{
    position: fixed;
    width: 100%;
    height: 144px;
    background-color: #fff;
    border-bottom: 8px solid var(--primary-color-blue);
    box-sizing: border-box;
    z-index: 99;
}
.jtech-recruit .header .inner{
    width: 100%;
    min-width: 1000px;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    padding: 26px 0 26px;
}
.jtech-recruit .header .header-container{
    display: flex;
    justify-content: space-between;
}
.jtech-recruit .header .header-logo{
    width: 87px;
    width: 8.7%;
    margin: 0 20px 0 0;
}
.jtech-recruit .header .header-logo a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.jtech-recruit .header .nav{
    width: 655px;
    width: 65.5%;
}
.jtech-recruit .header .box-entry{
    display: flex;
    flex-direction: column;
    width: 223px;
    width: 22.3%;
    height: 84px;
    background-color: var(--primary-color-blue);
    text-align: center;
    color: var(--primary-color-white)
}
.jtech-recruit .header .box-entry .title{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 51px;
    letter-spacing: 0.1em;
    font-size: calc(var(--jtrem) * 2.4);
    font-weight: 700;
}
.jtech-recruit .header .box-entry .flex-box{
    display: flex;
    height: 33px;
    background-color: var(--primary-color-black);
}
.jtech-recruit .header .box-entry .flex-box .item{
    width: 50%;
    height: 100%;
}
.jtech-recruit .header .box-entry .flex-box .item a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.13em;
    font-size: calc(var(--jtrem) * 1.5);
    font-weight: 700;
    color: var(--primary-color-white);
}
.jtech-recruit header .box-entry .flex-box .item a:hover{
    background-color: var(--primary-color-blue);
    transition: .3s;
}
.jtech-recruit .header .box-entry .flex-box .item a .arrow{
    margin: 0 0 0 5px;
}
.jtech-recruit .header .box-entry .flex-box .item:first-child{
    border-right: 1px solid #fff;
    box-sizing: border-box;
}
.jtech-recruit .modal-navbar{
    display: none;
}
.jtech-recruit .modal-container{
    display: none;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .header{
        height: 76px;
        border-bottom: 4px solid var(--primary-color-blue);
    }
    .jtech-recruit .header .inner{
        
        width: 100%;
        min-width: unset;
        max-width: unset;
    }
    .jtech-recruit .header-nav{
        display: none;
    }
    .jtech-recruit .modal-navbar{
        display: block;
    }
    .jtech-recruit .modal-container{
        display: block;
    }
}


.jtech-recruit .footer{
    width: 100%;
    background-color: var(--bgcolor-gray);
    box-sizing: border-box;
}
.jtech-recruit .footer .inner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 32px 0 10px;
}
.jtech-recruit .footer .container_top{
    display: flex;
}
.jtech-recruit .footer .container_bottom{
    display: flex;
    margin: 24px 0 0;
}
.jtech-recruit .footer .nav{
    
    
    width: 84%;
    
    margin: 0 60px 0 0;
}
.jtech-recruit .footer .sns-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
    width: 10%;
}
.jtech-recruit .footer .sns-box .item{
    width: 42px;
    height: auto;
    margin: 0 0 20px;
}
.jtech-recruit .footer .sns-box .item.x_twitter{
    width: 38px;
    height: auto;
}
.jtech-recruit .footer .sns-box a{
    display: block;
    width: 100%;
    height: 100%;
}
.jtech-recruit .footer .copyright{
    line-height: 2;
    font-size: calc(var(--jtrem) * 0.98);
    font-weight: 500;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .footer .inner{
        width: 84%;
        max-width: unset;
        padding: 40px 0 30px;
    }
    .jtech-recruit .footer .sns-box{
        justify-content: flex-end;
    }
    .jtech-recruit .footer .sns-box .item.x_twitter{
        margin-bottom: 0;
    }
    .jtech-recruit .footer .container_bottom{
        margin: 30px 0 0;
    }
    .jtech-recruit .footer .footer-logo{
        width: 103px;
        height: auto;
    }
}


.jtech-recruit .menu-item{
    font-weight: 700;
    color: var(--primary-color-black);
}
.jtech-recruit .menu-item a, .jtech-recruit .menu-item button.no-link{
    text-decoration: none;
    color: var(--primary-color-black);
}
.jtech-recruit .menu-item span{
    display: block;
}
.jtech-recruit .menu-item .en{
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: calc(var(--jtrem) * 1.5);
    font-weight: 700;
    color: var(--primary-color-blue);
}
.jtech-recruit .menu-item .jp{
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: calc(var(--jtrem) * 1.2);
    font-weight: 700;
}


.jtech-recruit .header .header-menu{
    display: flex;
    width: 100%;
    height: 100%;
}
.jtech-recruit .header .header-menu > .menu-item{
    position: relative;
    height: 84px;
}
.jtech-recruit .header .menu-item > a, .jtech-recruit .header .menu-item > button.no-link{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    height: 100%;
    margin: 0;
    padding: 0 10px 0;
    border-right: 1px solid var(--primary-color-blue);
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    transition: .3s;
}
.jtech-recruit .header .menu-item > button.no-link{
    appearance: none;
    background: none;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    cursor: default;
    font: inherit;
}
.jtech-recruit .header .menu-item:last-child > a, .jtech-recruit .header .menu-item:last-child > button.no-link{
    border-right: unset;
}
.jtech-recruit .header .menu-item > a:hover, .jtech-recruit .header .menu-item > button.no-link:hover{
    background-color: var(--gnav-hover-color);
    transition: .3s;
}
.jtech-recruit .header .menu-item .en{
    margin: 0 0 7px;
}


.jtech-recruit .header .header-menu.bgleft::before{
    content: none;
}
.jtech-recruit .header .header-menu.bgleft .menu-item.pulldown::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: var(--gnav-hover-color);
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}
.jtech-recruit .header .header-menu.bgleft .menu-item.pulldown:hover::before{
	transform-origin: left top;
	transform: scale(1, 1);
}
.jtech-recruit .header .header-menu.bgleft .menu-item.pulldown > a > span, .jtech-recruit .header .header-menu.bgleft .menu-item.pulldown > button.no-link > span{
    z-index: 2;
}


.jtech-recruit .UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-144px);
    }
}
.jtech-recruit .DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
    from {
        transform: translateY(-144px);
    }
    to {
        transform: translateY(0);
    }
}


.jtech-recruit .header .sub-menu-box{
    position: absolute;
    top: 84px;
    left: 0;
    height: 0;
    overflow: hidden;
    
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    transition: height .5s, opacity .5s;
    opacity: 0;
    z-index: 1;
}
.jtech-recruit .header .sub-menu-box-inner{
    padding: 29px 29px 9px;
}
.jtech-recruit .header .sub-menu-box .description{
    margin: 0 0 1.5em;
    white-space: nowrap;
    line-height: 1.75;
    letter-spacing: 0;
    font-size: calc(var(--jtrem) * 1.2);
    font-weight: 700;
}
.jtech-recruit .header .sub-menu-box .sub-menu{
    display: flex;
}
.jtech-recruit .header .sub-menu-box .sub-menu-item{
    margin: 0 32px 1.2em 0;
}
.jtech-recruit .header .sub-menu-box .sub-menu-item a{
    position: relative;
    display: block;
    padding: 0 0 0 32px;
    white-space: nowrap;
    line-height: 1.78;
    letter-spacing: 0.09em;
    font-size: calc(var(--jtrem) * 1.4);
    font-weight: 700;
}
.jtech-recruit .header .sub-menu-box .sub-menu-item a::before{
    position: absolute;
    content:"";
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background-image: url(/dcms_media/image/arrow-sub-menu.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.jtech-recruit .header .sub-menu-box .sub-menu-item a:hover{
    color: var(--primary-color-blue);
    transition: .3s;
}
.jtech-recruit .header .sub-menu-box .sub-menu-item.item_l2:last-child{
    margin-right: 0;
}
.jtech-recruit .header .sub-menu-box .sub-menu-item.item_l2:last-child .item_l3{
    margin-right: 0;
}


.jtech-recruit .header-nav > ul > li:focus, .jtech-recruit .header-nav > ul > li:focus-within, .jtech-recruit .header-nav > ul > li:hover{
    z-index: 100;
}

.jtech-recruit .header-nav > ul > li:focus .sub-menu-box, .jtech-recruit .header-nav > ul > li:focus-within .sub-menu-box{
    height: 0;
    opacity: 0;
}
.jtech-recruit .header-nav > ul > li.active .sub-menu-box{
    height: auto;
    opacity: 1;
}
.jtech-recruit .header-nav > ul > li.hide .sub-menu-box{
    height: 0;
    opacity: 0;
}
.jtech-recruit .header-nav > ul > li.active > a, .jtech-recruit .header-nav > ul > li.active > button.no-link{
    background: var(--gnav-hover-color);
}


.jtech-recruit .footer .footer-menu{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.jtech-recruit .footer .menu-item{
    margin: 0 0 0 0;
    white-space: nowrap;
}
.jtech-recruit .footer .menu-item a{
    transition: .3s;
}
.jtech-recruit .footer .menu-item a:hover{
    color: var(--primary-color-blue);
    transition: .3s;
}
.jtech-recruit .footer .menu-item_l1 .en{
    margin: 0 0 7px;
    letter-spacing: 0.1em;
    font-size: calc(var(--jtrem) * 1.8);
    font-weight: 700;
}
.jtech-recruit .footer .menu-item_l1 .jp{
    letter-spacing: 0.1em;
    font-size: calc(var(--jtrem) * 1.6);
    font-weight: 700;
}
.jtech-recruit .footer .footer-menu_l2{
    margin: 12px 0 0;
    letter-spacing: 0.1em;
    font-size: calc(var(--jtrem) * 1.3);
    font-weight: 500;
}
.jtech-recruit .footer .menu-item_l2{
    margin: 0 0 5px 0;
}
.jtech-recruit .footer .footer-menu_l3{
    margin: 5px 0 0 2px;
    padding-left: 8px;
    border-left: 1px solid var(--primary-color-black);
    letter-spacing: 0.1em;
    font-size: calc(var(--jtrem) * 1.3);
    font-weight: 500;
}
.jtech-recruit .footer .menu-item_l3{
    margin: 0 0 5px 0;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .footer .footer-menu{
        flex-direction: column;
    }
    .jtech-recruit .footer .menu-item.menu-item_l1{
        margin: 0 0 30px;
    }
    .jtech-recruit .footer .menu-item.menu-item_l1:last-of-type{
        margin-bottom: 0;
    }
    .jtech-recruit .footer .footer-menu_l3{
        padding-left: 10px;
    }
}


.jtech-recruit .header-nav_sp{
    display: none;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 6px 0 5px;
    box-sizing: border-box;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .header-nav_sp{
        display: flex;
    }
}
.jtech-recruit .header-nav_sp .brand{
    width: 59px;
    margin: 7px 0 0 20px;
}
.jtech-recruit .header-nav_sp .nav-container{
    display: flex;
    margin: 0 6px 0 0;
}
.jtech-recruit .header .header-nav_sp .brand .header-logo{
    width: 100%;
    margin: 0;
}
.jtech-recruit .header-nav_sp .entry-link{
    display: flex;
    width: auto;
}
.jtech-recruit .header-nav_sp .entry-link .item{
    width: 62px;
    height: 62px;
}
.jtech-recruit .header-nav_sp .entry-link .item:last-of-type{
    margin-left: 3px;
}
.jtech-recruit .header-nav_sp .toggle-menu-container{
    width: 62px;
    height: 62px;
    margin: 0 0 0 3px;
    padding: 16px 0 0;
    text-align: center;
    background-color: #000;
}
.jtech-recruit .toggle-menu, .jtech-recruit .toggle-menu span{
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.jtech-recruit .toggle-menu{
    position: relative;
    width: 37px;
    height: 27px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
}
.jtech-recruit .toggle-menu span{
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
}
.jtech-recruit .toggle-menu span:nth-of-type(2){
    top: 0;
}
.jtech-recruit .toggle-menu span:nth-of-type(3){
    top: 9px;
}
.jtech-recruit .toggle-menu span:nth-of-type(4){
    top: 18px;
}
.jtech-recruit .toggle-menu span:nth-of-type(5){
    top: 27px;
}
.jtech-recruit .sr-only{
    position: absolute;
    top: -1px;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0,0,0,0);
}

.jtech-recruit #sp-toggle-menu.active span:nth-of-type(2){
    transform: translateY(14px) rotate(-45deg);
}
.jtech-recruit #sp-toggle-menu.active span:nth-of-type(3){
    opacity: 0;
}
.jtech-recruit #sp-toggle-menu.active span:nth-of-type(4){
    opacity: 0;
}
.jtech-recruit #sp-toggle-menu.active span:nth-of-type(5){
    transform: translateY(-13px) rotate(45deg);
}

.jtech-recruit .modal-open{
    overflow-y: hidden; 
}


.jtech-recruit .modal-container{
    position: absolute;
    top: 72px;
    right: 0;
    
    height: calc( 100vh - 67px );
    background-color: #fff;
    z-index: 99;
    overflow: hidden;
    transition: width 1s ease, padding 0.2s ease, opacity .5s ease;
}
.jtech-recruit .modal-open .modal-container{
    display: block;
    width: fit-content;
    max-width: 100%;
}
.jtech-recruit .modal-close .modal-container{
    width: 0;
    padding: 30px 0 0 0;
    opacity: 0;
}
.jtech-recruit .modal-open .modal-container{
    width: fit-content;
    padding: 30px 0 0 28px;
    opacity: 1;
}

.jtech-recruit .header .modal-nav.nav{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.jtech-recruit .header .modal-nav .menu-item > a{
    border-right: 0;
    padding: 0;
    align-items: flex-start;
    text-align: left;
}
.jtech-recruit .modal-nav .modal-menu{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 100px 0;
    overflow-y: auto;
}
.jtech-recruit .modal-nav .menu-item{
    margin: 0 0 0 0;
    white-space: nowrap;
}
.jtech-recruit .modal-nav .menu-item a{
    margin: 0 28px 0 0;
}
.jtech-recruit .modal-nav .menu-item a:hover{
    color: var(--primary-color-blue);
    transition: .3s;
}
.jtech-recruit .modal-nav .menu-item.menu-item_l1{
    margin: 0 0 30px;
}
.jtech-recruit .modal-nav .menu-item.menu-item_l1:last-of-type{
    margin-bottom: 0;
    padding-bottom: 160px;
}
.jtech-recruit .modal-nav .menu-item_l1 .en{
    margin: 0 0 7px;
    letter-spacing: 0.1em;
    font-size: calc(var(--jtrem) * 1.8);
    font-weight: 700;
}
.jtech-recruit .modal-nav .menu-item_l1 .jp{
    letter-spacing: 0.1em;
    font-size: calc(var(--jtrem) * 1.6);
    font-weight: 700;
}
.jtech-recruit .modal-nav .modal-menu_l2{
    margin: 12px 0 0;
    letter-spacing: 0.1em;
    font-size: calc(var(--jtrem) * 1.3);
    font-weight: 500;
}
.jtech-recruit .modal-nav .menu-item_l2{
    margin: 0 0 5px 0;
}
.jtech-recruit .modal-nav .modal-menu_l3{
    margin: 5px 0 0 2px;
    padding-left: 10px;
    border-left: 1px solid var(--primary-color-black);
    letter-spacing: 0.1em;
    font-size: calc(var(--jtrem) * 1.3);
    font-weight: 500;
}
.jtech-recruit .modal-nav .menu-item_l3{
    margin: 0 0 5px 0;
}
.jtech-recruit [inert]{
    cursor: default;
    pointer-events: none;
}
.jtech-recruit [inert], .jtech-recruit [inert] *{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.jtech-recruit .main{
    padding: 0;
    box-sizing: border-box;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .main{
        padding: 0;
    }
}


.jtech-recruit section:before{ 
    content:"";
    display: block;
    height: 160px;
    margin-top: -160px;
    visibility: hidden;
}
@media screen and (max-width: 750px) {
    .jtech-recruit section:before{ 
        height: 60px;
        margin-top: -60px;
    }
}
.jtech-recruit .section .outer{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.jtech-recruit .section .inner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.jtech-recruit .section h2{
    display: flex;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
}
.jtech-recruit .section h2 span{
    display: block;
    width: -moz-fit-content;
    width: fit-content;
}
.jtech-recruit .section h2 .en{
    padding: 0.2em 0.56em 0.2em;
    background-color: var(--primary-color-blue);
    letter-spacing: 0.08em;
    font-size: calc(var(--jtrem) * 5.0);
    font-weight: 600;
    color: var(--primary-color-white);
}
.jtech-recruit .section h2 .jp{
    padding: 0.5em 0.93em 0.5em;
    background-color: var(--primary-color-black);
    letter-spacing: 0.08em;
    font-size: calc(var(--jtrem) * 2.7);
    font-weight: 600;
    color: var(--primary-color-white);
}
@media screen and (max-width: 750px) {
    .jtech-recruit .section .inner{
        width: 84%;
        max-width: unset;
        margin: 0 auto;
    }
}


.jtech-recruit .slide-in{
    -webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
    clip-path: polygon(0 0,0 0,0 100%,0 100%);
    transition: clip-path .5s var(--ease-main);
    transition: clip-path .5s var(--ease-main),-webkit-clip-path .5s var(--ease-main);
    transition-delay: .3s;
}
.jtech-recruit .animation_in{
    -webkit-clip-path: polygon(0 0,100%0,100% 100%,0 100%);
    clip-path: polygon(0 0,100%0,100% 100%,0 100%);
}


.jtech-recruit .breadcrumbs{
    width: 1000px;
    margin: 8px auto;
}
.jtech-recruit .breadcrumbs ul{
    display: flex;
}
.jtech-recruit .breadcrumbs ul li{
    position: relative;
}
.jtech-recruit .breadcrumbs ul li::after{
    position: relative;
    content:">";
    top: -0.1em;
    margin: 0 .4em 0 .3em;
}
.jtech-recruit .breadcrumbs ul li:last-of-type{
    margin-right: 0;
}
  .jtech-recruit .breadcrumbs ul li:last-of-type:after{
    content: none;
}
.jtech-recruit .breadcrumbs a{
    margin: 8px 0 50px;
    text-decoration: none;
}
.jtech-recruit .breadcrumbs span, .jtech-recruit .breadcrumbs a{
    line-height: 1.76;
    letter-spacing: 0.1em;
    font-size: calc(var(--jtrem) * 1.2);
    font-weight: 500;
    color: var(--primary-color-black);
}
@media screen and (max-width: 750px) {
    .jtech-recruit .breadcrumbs{
        display: none;
    }
}


.jtech-recruit .content-header{
    width: 1000px;
    margin: 0 auto;
}
.jtech-recruit .content-main{
    width: 1000px;
    margin: 220px auto 120px;
}
.jtech-recruit .content-header h1{
    display: flex;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    margin: 60px 0 0;
}
.jtech-recruit .content-header h1 span{
    display: block;
    width: -moz-fit-content;
    width: fit-content;
}
.jtech-recruit .content-header h1 span.sp-text{
    display: none;
}
.jtech-recruit .top .section h2 span.sp-text{
    display: none;
}
.jtech-recruit .content-header h1 .en{
    padding: 0.2em 0.56em 0.2em;
    background-color: var(--primary-color-blue);
    letter-spacing: 0.08em;
    font-size: calc(var(--jtrem) * 5.0);
    font-weight: 600;
    color: var(--primary-color-white);
}
.jtech-recruit .content-header h1 .jp{
    padding: 0.63em 0.93em 0.63em;
    background-color: var(--primary-color-black);
    letter-spacing: 0.08em;
    font-size: calc(var(--jtrem) * 2.7);
    font-weight: 700;
    color: var(--primary-color-white);
}
.jtech-recruit .content-header h1 .title{
    padding: 0.4em 0.625em 0.4em;
    background-color: var(--primary-color-blue);
    letter-spacing: 0.08em;
    font-size: calc(var(--jtrem) * 4.0);
    font-weight: 600;
    color: var(--primary-color-white);
}

.jtech-recruit .content-main p{
    margin: 0 0 2em;
    text-align: justify;
    line-height: 1.76;
    letter-spacing: 0.12em;
    font-size: calc(var(--jtrem) * 1.7);
    font-weight: 500;
}
.jtech-recruit .content-main h2{
    margin: 0 0 1.5em;
    line-height: 1.6;
    letter-spacing: 0.2em;
    font-size: calc(var(--jtrem) * 3.5);
    font-weight: 900;
}
.jtech-recruit .content-main .box-container{
    display: flex;
}
.jtech-recruit .content-main .box-left{
    width: 50%;
}
.jtech-recruit .content-main .box-right{
    width: 50%;
}
.jtech-recruit .content-main .aspect5x4 > img{
    object-fit: cover;
    aspect-ratio: 5 / 4;
}
.jtech-recruit .section-content ul.circle li, .jtech-recruit .content-main ul.circle li{
    position: relative;
    padding-left: 1.5em;
}
.jtech-recruit .section-content ul.circle li::before, .jtech-recruit .content-main ul.circle li::before{
    position: absolute;
    top: 0;
    left: 0;
    content:"○";
    width: 1em;
    height: 1em;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .content-header{
        width: 100%;
    }
    .jtech-recruit .content-main{
        width: 100%;
        margin: 100px 0 68px;
    }
    .jtech-recruit .content-header h1{
        margin: 100px 0 0;
    }
    .jtech-recruit .content-header h1 .title{
        padding: 0.4em 0.8em 0.4em;
        line-height: 1.28;
        font-size: calc(var(--jtrem) * 2.7);
        font-weight: 700;
    }
    .jtech-recruit .content-header h1 span.sp-text{
        display: block;
    }
    .jtech-recruit .content-main h2{
        line-height: 1.6;
        letter-spacing: 0.2em;
        font-size: calc(var(--jtrem) * 2.8);
    }
    .jtech-recruit .content-main p{
        line-height: 1.76;
        letter-spacing: 0.07em;
        font-size: calc(var(--jtrem) * 1.6);
    }
    .jtech-recruit .content-main .box-container{
        flex-direction: column;
    }
    .jtech-recruit .top .section h2 span.sp-text{
        display: block;
    }
}


.jtech-recruit .message .content-main{
    width: 660px;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .message .content-main{
        width: 100%;
    }
}


.jtech-recruit .policy .section{
    margin: 0 0 120px;
}
.jtech-recruit .policy .content-main{
    margin-bottom: 0;
    padding-bottom: 0;
}
.jtech-recruit .policy .content-main h2{
    width: 100%;
    margin: 0 0 0.2em;
    border-bottom: 3px solid var(--primary-color-black);
    line-height: 1.7;
    letter-spacing: 0.08em;
    font-size: calc(var(--jtrem) * 3.0);
    font-weight: 900;
    color: var(--primary-color-blue);
}
.jtech-recruit .policy .content-main .h2-sub{
    margin: 0 0 1.7em;
    line-height: 1.7;
    letter-spacing: 0.08em;
    font-size: calc(var(--jtrem) * 1.6);
    font-weight: 700;
    color: var(--primary-color-blue);
}
.jtech-recruit .policy .content-main h3{
    line-height: 1.7;
    letter-spacing: 0.0em;
    font-size: calc(var(--jtrem) * 2.5);
    font-weight: 700;
    color: var(--primary-color-blue);
}
.jtech-recruit .policy .content-main .h3-sub{
    margin: 0 0 1.2em;
    line-height: 1.43;
    letter-spacing: 0.05em;
    font-size: calc(var(--jtrem) * 1.6);
    font-weight: 700;
    color: var(--primary-color-black);
}
.jtech-recruit .policy .text1{
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-size: calc(var(--jtrem) * 7.5);
    font-weight: 900;
}
.jtech-recruit .policy .text2{
    line-height: 1.7;
    letter-spacing: 0.08em;
    font-size: calc(var(--jtrem) * 3.7);
    font-weight: 900;
}
.jtech-recruit .policy .text3{
    line-height: 1.7;
    letter-spacing: 0.08em;
    font-size: calc(var(--jtrem) * 2.5);
    font-weight: 900;
}
.jtech-recruit .policy .text4{
    line-height: 1.7;
    letter-spacing: -0.01em;
    font-size: calc(var(--jtrem) * 1.9);
    font-weight: 700;
}
.jtech-recruit .policy .content-main .box-container{
    margin: 0 0 30px;
}
.jtech-recruit .policy .content-main .box-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 32%;
}
.jtech-recruit .policy .content-main .box-right{
    width: 68%;
}
.jtech-recruit .policy .section-entry{
    margin: 0 0 0;
}
.jtech-recruit .interview .section-entry{
    border-top: none;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .policy .section{
        margin: 0 0 68px;
    }
    .jtech-recruit .policy .content-main h2{
        letter-spacing: 0.06em;
        font-size: calc(var(--jtrem) * 2.5);
    }
    .jtech-recruit .policy .content-main h3{
        line-height: 1.34;
        letter-spacing: 0.0em;
        font-size: calc(var(--jtrem) * 2.3);
    }
    .jtech-recruit .policy .content-main .h3-sub{
        margin: 0 0 0.8em;
    }
    .jtech-recruit .policy .text1{
        margin-right: -0.8em;
        text-align: center;
        line-height: 1.675;
        letter-spacing: 0.17em;
        font-size: calc(var(--jtrem) * 4.0);
    }
    .jtech-recruit .policy .text2{
        text-align: center;
        line-height: 1.8;
        font-size: calc(var(--jtrem) * 3.0);
    }
    .jtech-recruit .policy .text3{
        line-height: 1.59;
        letter-spacing: 0.1em;
        font-size: calc(var(--jtrem) * 1.6);
    }
    .jtech-recruit .policy .text4{
        line-height: 1.59;
        letter-spacing: 0.1em;
        font-size: calc(var(--jtrem) * 1.6);
    }
    .jtech-recruit .policy .content-main .box-left{
        width: 100%;
    }
    .jtech-recruit .policy .content-main .box-right{
        width: 100%;
    }
}


.jtech-recruit .history h2.year{
    margin: 0.4em 0 0.2em;
    line-height: 1.53;
    letter-spacing: 0.04em;
    font-size: calc(var(--jtrem) * 7.0);
    font-weight: 700;
    color: var(--primary-color-blue);
    
}
.jtech-recruit .history .text1{
    margin: 0 0 0.3em;
    line-height: 1.53;
    letter-spacing: 0.06em;
    font-size: calc(var(--jtrem) * 2.6);
    font-weight: 900;
}
.jtech-recruit .history .text2{
    line-height: 1.47;
    letter-spacing: 0.08em;
    font-size: calc(var(--jtrem) * 1.7);
    font-weight: 700;
}
.jtech-recruit .history .table{
    position: relative;
    padding: 0 0 50px ;
    border-bottom: 3px solid var(--primary-color-black);
}
.jtech-recruit .history .table:last-of-type{
    border: none;
}
.jtech-recruit .history .table .photo{
    position: absolute;
    top: 10%;
    right: 0;
    z-index: 2;
}
.jtech-recruit .history .table.table4 .photo, .jtech-recruit .history .table.table6 .photo{
    top: -80%;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .history h2.year{
        line-height: 1.89;
        letter-spacing: 0.07em;
        font-size: calc(var(--jtrem) * 4.2);
    }
    .jtech-recruit .history .text1{
        line-height: 1.4;
        letter-spacing: 0.06em;
        font-size: calc(var(--jtrem) * 2.0);
    }
    .jtech-recruit .history .text1 .s-text{
        line-height: 1.4;
        letter-spacing: 0.06em;
        font-size: calc(var(--jtrem) * 1.2);
        font-weight: 700;
    }
    .jtech-recruit .history .text2{
        line-height: 1.56;
        letter-spacing: 0.08em;
        font-size: calc(var(--jtrem) * 1.6);
    }
    .jtech-recruit .history .table .photo{
        display: flex;
        justify-content: flex-end;
        position: relative;
        top: 0;
        right: 0;
        z-index: 2;
        margin: 20px 0 0;
    }
    .jtech-recruit .history .table .photo > img{
        width: 50%;
        height: auto;
    }
}


.jtech-recruit .jobs h3:before{ 
    content:"";
    display: block;
    height: 180px;
    margin-top: -180px;
    visibility: hidden;
}
.jtech-recruit .jobs .content-main .text1{
    line-height: 2.05;
    letter-spacing: 0.16em;
    font-size: calc(var(--jtrem) * 1.9);
    font-weight: 900;
}
.jtech-recruit .jobs .content-main h2{
    margin: 120px 0 100px;
    padding: 0.7em 0.7em 0.7em;
    background-color: var(--primary-color-blue);
    line-height: 1;
    letter-spacing: 0.08em;
    font-size: calc(var(--jtrem) * 4.0);
    font-weight: 900;
    color: var(--primary-color-white);
}
.jtech-recruit .jobs .content-main h3{
    margin: 100px 0 20px;
    width: -moz-fit-content;
    width: fit-content;
}
.jtech-recruit .jobs .content-main h3 .num{
    display: block;
    padding: 0.3em 0.7em 0.4em;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--primary-color-black);
    line-height: 1;
    letter-spacing: 0.08em;
    font-size: calc(var(--jtrem) * 5.0);
    font-weight: 900;
    color: var(--primary-color-white);
}
.jtech-recruit .jobs .content-main h3 span.title.sp-text{
    display: none;
}
.jtech-recruit .jobs .content-main h3 .title{
    display: block;
    padding: 0.7em 1em 0.7em;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--primary-color-blue);
    line-height: 1;
    letter-spacing: 0.09em;
    font-size: calc(var(--jtrem) * 2.5);
    font-weight: 700;
    color: var(--primary-color-white);
}
.jtech-recruit .jobs .content-main h3 .small{
    line-height: 1;
    letter-spacing: 0.09em;
    font-size: calc(var(--jtrem) * 1.7);
    font-weight: 700;
}
.jtech-recruit .jobs .content-main p{
    text-align: justify;
    line-height: 1.76;
    letter-spacing: 0.14em;
    font-size: calc(var(--jtrem) * 1.7);
    font-weight: 700;
}
.jtech-recruit .jobs .content-main .tags span{
    display: inline-block;
    margin: -1em 0.8em 2em 0;
    padding: 0.4em 1em 0.5em;
    border: 1px solid #000;
    border-radius: 1.5em;
    line-height: 1.76;
    letter-spacing: 0.14em;
    font-size: calc(var(--jtrem) * 1.7);
    font-weight: 700;
}
.jtech-recruit .jobs .content-main .img-container{
    display: flex;
}
.jtech-recruit .jobs .content-main .img-container .img-box{
    width: 50%;
    margin: 0 10px 0 0;
}
.jtech-recruit .jobs .content-main .img-container .img-box:last-of-type{
    margin: 0 0 0 0;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .jobs .content-main .text1{
        line-height: 1.96;
        letter-spacing: 0em;
        font-size: calc(var(--jtrem) * 1.5);
    }
    .jtech-recruit .jobs .content-main h2{
        letter-spacing: 0.05em;
        font-size: calc(var(--jtrem) * 2.9);
    }
    .jtech-recruit .jobs .content-main h3{
        margin: 100px 0 20px;
        width: -moz-fit-content;
        width: fit-content;
    }
    .jtech-recruit .jobs .content-main h3 .num{
        letter-spacing: 0.08em;
        font-size: calc(var(--jtrem) * 3.3);
    }
    .jtech-recruit .jobs .content-main h3 .title{
        font-size: calc(var(--jtrem) * 2.3);
    }
    .jtech-recruit .jobs .content-main h3 span.title.sp-text{
        display: block;
    }
    .jtech-recruit .jobs .content-main h3#no2 .title{
        letter-spacing: 0.01em;
    }
    .jtech-recruit .jobs .content-main h3 .small{
        font-size: calc(var(--jtrem) * 1.3);
    }
    .jtech-recruit .jobs .content-main h3#no3 .small{
        letter-spacing: -0.05em;
    }
    .jtech-recruit .jobs .content-main h3#no4 .small{
        letter-spacing: 0;
    }
    .jtech-recruit .jobs .content-main p{
        line-height: 1.71;
        letter-spacing: 0.07em;
        font-size: calc(var(--jtrem) * 1.6);
    }
    .jtech-recruit .jobs .content-main .tags span{
        line-height: 1.84;
        letter-spacing: 0.14em;
        font-size: calc(var(--jtrem) * 1.3);
    }
    .jtech-recruit .jobs .content-main .img-container{
        flex-direction: column;
    }
    .jtech-recruit .jobs .content-main .img-container .img-box{
        width: 100%;
    }
}


.jtech-recruit .section-content{
    margin: 120px 0 0;
    padding: 0 0 100px;
    border-bottom: 8px solid var(--primary-color-blue);
}
.jtech-recruit .section-content:first-of-type{
    margin-top: 220px;
}
.jtech-recruit .section-content:last-of-type{
    border-bottom: none;
}
.jtech-recruit .section-content h2{
    position: relative;
    display: block;
    padding-left: 1.5em;
    line-height: 1.76;
		margin-bottom: 50px;
    letter-spacing: 0.15em;
    font-size: calc(var(--jtrem) * 3.3);
    font-weight: 700;
}
.jtech-recruit .section-content h2::before{
    position: absolute;
    content:"";
    top: 0.4em;
    left: 0;
    width: 34px;
    height: 34px;
    background-color: var(--primary-color-blue);
}
.jtech-recruit .section-content h2 .small{
    display: inline;
    line-height: 1;
    letter-spacing: 0.15em;
    font-size: calc(var(--jtrem) * 2.0);
    font-weight: 700;
}
.jtech-recruit .section-content p{
    margin: 0.5em 0 2em;
    text-align: justify;
    line-height: 1.76;
    letter-spacing: 0.14em;
    font-size: calc(var(--jtrem) * 1.7);
    font-weight: 700;
}
.jtech-recruit .section-content .text3{
    margin: 0.5em 0 2em;
    text-align: justify;
    line-height: 1.68;
    letter-spacing: 0.14em;
    font-size: calc(var(--jtrem) * 1.9);
    font-weight: 700;
}
.jtech-recruit .section-content .text4{
    margin: 0 0 0.5em;
    line-height: 1.45;
    letter-spacing: 0.14em;
    font-size: calc(var(--jtrem) * 2.2);
    font-weight: 700;
}
.jtech-recruit .section-content .text5{
    margin: 0 0 0.5em;
    line-height: 1.7;
    letter-spacing: 0.06em;
    font-size: calc(var(--jtrem) * 2.5);
    font-weight: 700;
}
.jtech-recruit .section-content ul li{
    line-height: 1.64;
    letter-spacing: 0.14em;
    font-size: calc(var(--jtrem) * 1.7);
    font-weight: 700;
}
.jtech-recruit .section-content .table-container{
    overflow: hidden;
}
.jtech-recruit .section-content table{
    width: 100%;
    margin: 0 0 50px;
    border-collapse: collapse;
    table-layout: fixed;
}
.jtech-recruit .section-content table th{
    padding: 1.2em 1em;
    background-color: var(--primary-color-blue);
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    text-align: center;
    vertical-align:middle;
    line-height: 1.73;
    letter-spacing: 0.04em;
    font-size: calc(var(--jtrem) * 1.8);
    font-weight: 700;
    color: var(--primary-color-white);
}
.jtech-recruit .section-content table td{
    padding: 0.8em 2em;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    vertical-align:middle;
    line-height: 1.66;
    letter-spacing: 0.01em;
    font-size: calc(var(--jtrem) * 1.8);
    font-weight: 700;
}
.jtech-recruit .section-content table.th_side th{
    width: 265px;
}
.jtech-recruit .section-content table tr.th_thin th{
    padding: 0.4em 1em;
}
.jtech-recruit .section-content figcaption{
    margin: 0.5em 0 1em;
    text-align: justify;
    line-height: 1.7;
    letter-spacing: 0.14em;
    font-size: calc(var(--jtrem) * 1.3);
    font-weight: 700;
}
.jtech-recruit .section-content .img-container{
    display: flex;
    flex-wrap: wrap;
}
.jtech-recruit .section-content .img-container .full{
    width: 100%;
}
.jtech-recruit .section-content .img-container.col2 div{
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
}
.jtech-recruit .section-content .img-container div:nth-child(2n){
    margin: 0 0 0 0;
}
.jtech-recruit .section-content .img-container.col4 figure{
    width: calc(25% - 7.5px);
    margin: 0 10px 10px 0;
}
.jtech-recruit .section-content .img-container figure:nth-child(4n){
    margin: 0 0 0 0;
}
.jtech-recruit .section-content .grid-container{
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
}
.jtech-recruit .section-content .grid-container .item{
    margin: 0 10px 10px 0;
}
.jtech-recruit .section-content .grid-container .item:nth-child(n+3){
    margin: 0 0 10px 0;
}
.jtech-recruit .section-content .grid-container .item .s-text{
    text-align: right;
    line-height: 2.275;
    letter-spacing: 0.07em;
    font-size: calc(var(--jtrem) * 1.2);
    font-weight: 500;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .section-content{
        margin: 68px 0 0;
        padding: 0 0 68px;
        border-bottom: 4px solid var(--primary-color-blue);
    }
    .jtech-recruit .section-content:first-of-type{
        margin-top: 108px;
    }
    .jtech-recruit .section-content:last-of-type{
        border: none;
    }
    .jtech-recruit .section-content h2{
        padding-left: 1.5em;
        line-height: 1.76;
        letter-spacing: 0.14em;
        font-size: calc(var(--jtrem) * 2.0);
    }
    .jtech-recruit .section-content h2::before{
        top: 0.34em;
        left: 0;
        width: 24px;
        height: 24px;
    }
    .jtech-recruit .section-content h2 .small{
        font-size: calc(var(--jtrem) * 1.0);
    }
    .jtech-recruit .section-content h2 .small.s-text1{
        display: block;
        margin: 4px 0 20px;
    }
    .jtech-recruit .section-content .text3{
        margin: 0.5em 0 1em;
        line-height: 1.59;
        letter-spacing: 0.13em;
        font-size: calc(var(--jtrem) * 1.6);
    }
    .jtech-recruit .section-content .text4{
        line-height: 1.41;
        letter-spacing: 0.16em;
        font-size: calc(var(--jtrem) * 1.8);
    }
    .jtech-recruit .section-content .text5{
        letter-spacing: 0.11em;
        font-size: calc(var(--jtrem) * 1.7);
    }
    .jtech-recruit .section-content ul li{
        text-align: justify;
        line-height: 1.5;
        letter-spacing: 0.16em;
        font-size: calc(var(--jtrem) * 1.2);
    }
    .jtech-recruit .section-content table th{
        letter-spacing: 0.08em;
        font-size: calc(var(--jtrem) * 1.6);
    }
    .jtech-recruit .section-content table td{
        display: block;
        width: 100%;
        padding: 0.5em 0 1em;
        border: none;
        line-height: 1.518;
        letter-spacing: 0.12em;
        font-size: calc(var(--jtrem) * 1.6);
    }
    .jtech-recruit .section-content .img-container{
        flex-direction: column;
    }
    .jtech-recruit .section-content .img-container.col2 div{
        width: 100%;
        margin-right: 0;
    }
    .jtech-recruit .section-content .img-container div:nth-child(2n){
        margin-bottom: 10px;
    }
    .jtech-recruit .section-content .img-container.col4 figure{
        width: 100%;
        margin-right: 0;
    }
    .jtech-recruit .section-content .grid-container{
        display: flex;
        flex-direction: column;
    }
    .jtech-recruit .section-content .grid-container .item{
        margin: 0 0 10px 0;
    }
    .jtech-recruit .section-content .grid-container .item:nth-child(n+3){
        margin: 0 0 10px 0;
    }
}
.jtech-recruit .section-content .text1{
    margin: 0.5em 0 1em;
    text-align: justify;
    line-height: 1.7;
    letter-spacing: 0.07em;
    font-size: calc(var(--jtrem) * 1.6);
    font-weight: 700;
}
.jtech-recruit .section-content .text2{
    margin: 0 0 1.5em;
    line-height: 1.62;
    letter-spacing: 0.01em;
    font-size: calc(var(--jtrem) * 2.3);
    font-weight: 700;
}
.jtech-recruit .section-content .text2 span{
    line-height: 1.7;
    letter-spacing: 0.07em;
    font-size: calc(var(--jtrem) * 1.6);
    font-weight: 700;
}
.jtech-recruit .section-content .text-container{
    position: relative;
}
.jtech-recruit .section-content .btn_inline a{
    display: inline-block;
    padding: 0.7em 1.7em 0.7em;
    background-color: var(--primary-color-blue);
    text-decoration: none;
    line-height: 1.7;
    letter-spacing: 0.14em;
    font-size: calc(var(--jtrem) * 1.7);
    font-weight: 700;
    color: var(--primary-color-white);
}
.jtech-recruit .section-content .btn_inline a:hover{
    opacity: .7;
    transition: .3s;
}
.jtech-recruit .section-content .box{
    margin: 20px 0 20px;
    padding: 30px 30px 30px;
    border: 5px solid var(--primary-color-blue);
    box-sizing: border-box;
}
.jtech-recruit .section-content .box h3{
    margin: 0 0 1em;
    line-height: 1.7;
    letter-spacing: 0.12em;
    font-size: calc(var(--jtrem) * 2.8);
    font-weight: 900;
}
.jtech-recruit .section-content .box h4{
    margin: 0 0 .3em;
    line-height: 1.7;
    letter-spacing: 0.12em;
    font-size: calc(var(--jtrem) * 1.9);
    font-weight: 700;
}
.jtech-recruit .section-content .box p{
    margin: 0 0 1em;
    line-height: 1.73;
    letter-spacing: 0.14em;
    font-size: calc(var(--jtrem) * 1.7);
    font-weight: 700;
}
.jtech-recruit .section-content .img-link{
    position: relative;
    margin: 20px 0 20px;
}
.jtech-recruit .section-content .img-link .magnifying-glass{
    display: flex;
    justify-content: flex-end;
    margin: 20px 0 0;
}
.jtech-recruit .section-content .img-link .magnifying-glass > img{
    display: block;
    width: 36px;
    height: 36px;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .section-content .box h3{
        line-height: 1.4;
        letter-spacing: 0.13em;
        font-size: calc(var(--jtrem) * 1.8);
    }
    .jtech-recruit .section-content .box h4{
        line-height: 1.4;
        letter-spacing: 0.12em;
        font-size: calc(var(--jtrem) * 1.5);
    }
    .jtech-recruit .section-content .box p{
        line-height: 1.4;
        letter-spacing: 0.1em;
        font-size: calc(var(--jtrem) * 1.4);
    }
    .jtech-recruit .section-content .box p .s-text{
        line-height: 1.83;
        letter-spacing: 0.07em;
        font-size: calc(var(--jtrem) * 1.2);
        font-weight: 700;
    }
    .jtech-recruit .section-content .box .btn_inline a{
        font-size: calc(var(--jtrem) * 1.2);
    }
}

.jtech-recruit .training .section-content .fukidashi{
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2em 0 0;
    padding: 0.7em 1.7em 0.7em;
    background-color: var(--primary-color-blue);
    line-height: 1.7;
    letter-spacing: 0.14em;
    font-size: calc(var(--jtrem) * 1.7);
    font-weight: 700;
    color: var(--primary-color-white);
}
.jtech-recruit .training .section-content .fukidashi::after{
    position: absolute;
    content:"";
    top: -30px;
    left: 10%;
    width: 39px;
    height: 36px;
    background-image: url(/dcms_media/image/parts-fukidashi.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
}
.jtech-recruit .training .section-content .fukidashi2{
    position: absolute;
    top: -80%;
    right: 0;
}
.jtech-recruit .training .section-content .fukidashi3{
    position: absolute;
    bottom: -120%;
    right: 0;
}
.jtech-recruit .training .section-content .fukidashi2::after{
    top: auto;
    left: -30px;
    bottom: 20%;
    transform: scale(-1, 1) rotate(75deg);
}
.jtech-recruit .training .section-content .fukidashi3::after{
    top: 20%;
    left: -30px;
    transform: scale(-1, -1) rotate(75deg);
}
.jtech-recruit .welfare .section-content .img-container.image1{
    justify-content: space-between;
}
.jtech-recruit .welfare .section-content .image2{
    margin: -140px 0 0 360px;
    width: 633px;
}
.jtech-recruit .welfare .section-content .dot{
    display: inline-block;
}
.jtech-recruit .efforts .section-content .image1{
    position: absolute;
    top: 15%;
    right: 0;
    z-index: -1;
}
.jtech-recruit .efforts .section-content .image2{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.jtech-recruit .efforts .section-content .image3{
    position: absolute;
    top: 20%;
    right: 0;
    z-index: -1;
}
.jtech-recruit .efforts .section-content .image4{
    position: absolute;
    top: 20%;
    right: 0;
    z-index: -1;
}
.jtech-recruit .recruit .section-content .table_single{
    display: table;
    margin: 40px 0;
    border-collapse: collapse;
}
.jtech-recruit .recruit .section-content .table_single .row{
    display: table-row;
}
.jtech-recruit .recruit .section-content .table_single .cell{
    display: table-cell;
}
.jtech-recruit .recruit .section-content .table_single .th{
    width: 265px;
    background-color: var(--primary-color-blue);
    border: 2px solid var(--primary-color-blue);
    text-align: center;
    vertical-align:middle;
    line-height: 1.73;
    letter-spacing: 0.08em;
    font-size: calc(var(--jtrem) * 2.7);
    font-weight: 700;
    color: var(--primary-color-white);
}
.jtech-recruit .recruit .section-content .table_single .td{
    width: 735px;
    padding: 0.8em 2.5em;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    line-height: 1.6;
    letter-spacing: 0.15em;
    font-size: calc(var(--jtrem) * 2.0);
    font-weight: 700;
}
.jtech-recruit .recruit .section-content .table_single .td li{
    line-height: 1.6;
    letter-spacing: 0.15em;
    font-size: calc(var(--jtrem) * 2.0);
    font-weight: 700;
}
.jtech-recruit .recruit .qa{
    margin: 50px 0 0;
}
.jtech-recruit .recruit .qa-block{
    display: flex;
    flex-direction: column;
}
.jtech-recruit .recruit .qa-item{
    display: inline-block;
}
.jtech-recruit .recruit .qa-item:last-child{
    border-bottom: 2px solid #000;
}
.jtech-recruit .recruit .qa-head{
    position: relative;
    display: block;
    width: 100%;
    padding: 1em 1em 0.7em 100px;
    background: none;
    border: none;
    border-top: 2px solid #000;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0.06em;
    font-size: calc(var(--jtrem) * 2.2);
    font-weight: 700;
    cursor: pointer;
}
.jtech-recruit .recruit .qa-body{
    margin-left: 100px;
    padding: 0;
    height: 0;
    line-height: 0;
    letter-spacing: 0.14em;
    font-size: calc(var(--jtrem) * 1.7);
    font-weight: 700;
    opacity: 0;
    transition: height .4s, line-height 1s, padding 1s, opacity 0.4s;
}
.jtech-recruit .recruit .qa-head::after{
    position: absolute;
    left: 20px;
    top: 30%;
    content:"";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-top: 2px solid black;
    border-left: 2px solid black;
    transform: rotate(-135deg) translateY(9px);
    transition: .4s;
}
.jtech-recruit .recruit .qa-body.is-open{
    height: auto;
    line-height: 1.76;
    opacity: 1;
}
.jtech-recruit .qa-head.is-open::after{
    transform: rotate(45deg) translateX(12px);
    transition: .4s;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .training .section-content .fukidashi{
        margin-top: -4px;
        line-height: 2.5;
        letter-spacing: 0.14em;
        font-size: calc(var(--jtrem) * 1.2);
    }
    .jtech-recruit .recruit .section-content .table_single, .jtech-recruit .recruit .section-content .table_single .row{
        width: 100%;
    }
    .jtech-recruit .recruit .section-content .table_single .th{
        display: block;
        width: 100%;
        margin: 0 0 8px;
        padding: 0.2em 1em 0.3em;
        border: none;
        line-height: 1.59;
        font-size: calc(var(--jtrem) * 1.8);
    }
    .jtech-recruit .recruit .section-content .table_single .td{
        display: block;
        width: 100%;
        padding: 0;
        border: none;
    }
    .jtech-recruit .recruit .section-content .table_single .td li{
        line-height: 1.518;
        letter-spacing: 0.05em; 
        font-size: calc(var(--jtrem) * 1.6);
    }
    .jtech-recruit .section-content table.th_side th{
        display: block;
        width: 100%;
        padding: 0;
        border: none;
    }
    .jtech-recruit .recruit .section-content .table3 .th{
        margin: 0.5em 0 0.5em;
        background-color: var(--primary-color-blue);
        border: 2px solid var(--primary-color-blue);
        text-align: center;
        vertical-align: middle;
        line-height: 1.73;
        letter-spacing: 0.08em;
        font-size: calc(var(--jtrem) * 1.6);
        font-weight: 700;
        color: var(--primary-color-white);
    }
    .jtech-recruit .recruit .section-content .table3 .tr{
        display: flex;
        justify-content: space-between;
        width: 70%;
        margin: 0 auto;
    }
    .jtech-recruit .recruit .section-content .table3 .td{
        line-height: 1.518;
        letter-spacing: 0.12em;
        font-size: calc(var(--jtrem) * 1.6);
        font-weight: 700;
    }
    .jtech-recruit .recruit .qa-head{
        padding: 0.7em 1em 0.2em 56px;
        line-height: 1.68;
        font-size: calc(var(--jtrem) * 1.7);
    }
    .jtech-recruit .recruit .qa-body{
        margin-left: 56px;
        letter-spacing: 0.11em;
        font-size: calc(var(--jtrem) * 1.4);
    }
    .jtech-recruit .recruit .qa-head::after{
        left: 18px;
        top: 36%;
        width: 13px;
        height: 13px;
        transform: rotate(-135deg) translateY(7px);
    }
    .jtech-recruit .qa-head.is-open::after{
        transform: rotate(45deg) translateX(7px);
    }
    .jtech-recruit .efforts .section-content .image{
        position: relative;
        top: 0;
        margin-top: -20px;
        text-align: center;
    }
    .jtech-recruit .efforts .section-content .image2{
        position: relative;
        top: 0;
        margin-top: 10px;
    }
    .jtech-recruit .efforts .section-content .image3{
        position: relative;
        top: 0;
        margin-top: 0;
    }
    .jtech-recruit .efforts .section-content .image4{
        position: relative;
        top: 0;
        margin-top: 0;
    }
    .jtech-recruit .welfare .section-content .img-container.image1 .img-box{
        margin: 0 0 10px;
    }
    .jtech-recruit .welfare .section-content .image2{
        width: 110%;
        margin: -10px 0 0 -30px;
    }
    .jtech-recruit .welfare .section-content .s-text2{
        line-height: 1.4;
        letter-spacing: 0.15em;
        font-size: calc(var(--jtrem) * 1.0);
        font-weight: 700;
    }
    .jtech-recruit .welfare .section-content .s-text3{
        line-height: 1.4;
        letter-spacing: 0.12em;
        font-size: calc(var(--jtrem) * 1.2);
        font-weight: 700;
    }
    .jtech-recruit .welfare .section-content .dot{
        display: none;
    }
}



@keyframes zoomUp {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.15);
    }
}
.jtech-recruit .top .topKvSlider .swiper-slide-active img, .jtech-recruit .top .topKvSlider .swiper-slide-duplicate-active img, .jtech-recruit .top .topKvSlider .swiper-slide-prev img{
    animation: zoomUp 7s linear 0s normal both;
    transition-delay: 1s;
}
.jtech-recruit .top .topKvSlider .swiper-slide img{
    height: auto;
    width: 100%;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .top .kv{
        height: 100vh;
        max-height: 592px;
    }
    .jtech-recruit .top .kv-inner{
        position: relative;
        height: 100%;
    }
    .jtech-recruit .top .topKvSlider{
        width: auto;
        height: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    .jtech-recruit .top .topKvSlider .swiper-wrapper{
        
        align-items: center;
    }
    .jtech-recruit .top .topKvSlider .swiper-slide{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .jtech-recruit .top .topKvSlider .swiper-slide img{
        height: 100%;
        width: 100%;
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }
}


.jtech-recruit .top .section p{ 
    margin: 20px 0 60px;
    letter-spacing: 0.07em;
    font-size: calc(var(--jtrem) * 2.7);
    font-weight: 500;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .top .section p{
        margin: 1em 0 1.2em;
        text-align: justify;
        line-height: 1.62;
        letter-spacing: 0.07em;
        font-size: calc(var(--jtrem) * 1.8);
        font-weight: 700;
    }
}


.jtech-recruit .article-container{
    display: flex;
    width: 100%;
}
.jtech-recruit .article-container .item{
    position: relative;
    z-index: 1;
}
.jtech-recruit .article-container .item a{
    display: block;
    text-decoration: none;
    color: var(--primary-color-white);
}
.jtech-recruit .article-container .item > a{
    position: relative;
}
.jtech-recruit .article-container .item img{
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .article-container{
        flex-direction: column;
    }
}


.jtech-recruit .btn{
    display: flex;
    align-items: center;
    position: relative;
    width: 303px;
    height: 68px;
    padding: 0 0 0 1em;
    line-height: 1.31;
    letter-spacing: 0.09em;
    font-size: calc(var(--jtrem) * 1.9);
    font-weight: 500;
    color: var(--primary-color-white);
}
.jtech-recruit .item-img .btn_block{
    position: absolute;
    right: 0;
    bottom: 0;
}
.jtech-recruit .btn span{
    display: block;
}
.jtech-recruit .btn::after{
    position: absolute;
    top: 0;
    right: 0;
    content:"";
    width: 68px;
    height: 68px;
    background-image: url(/dcms_media/image/arrow002.png);
    background-repeat: no-repeat;
    background-position: center;
    
    background-size: 54% 54%;
    background-color: var(--primary-color-black);
}
.jtech-recruit .btn_block{
    position: relative;
	overflow: hidden;
    background: var(--primary-color-blue);
	text-decoration: none;
    outline: none;
    transition: ease .2s;
}
.jtech-recruit .btn{
	position: relative;
	z-index: 3;
}
.jtech-recruit .btn{
	color:#fff;
}
.jtech-recruit .bgleft::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: var(--secondary-color-blue);
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}
.jtech-recruit .bgleft:hover::before{
	transform-origin: left top;
	transform: scale(1, 1);
}
@media screen and (max-width: 750px) {
    .jtech-recruit .btn{
        width: 100%;
        padding: 0 0 0 30px;
    }
    .jtech-recruit .item-img .btn_block{
        position: relative;
    }
}


.jtech-recruit .item.zoom{
    margin: 0 auto;
    overflow: hidden;
}
.jtech-recruit .zoom img{
    transition: .6s all;
}
.jtech-recruit .zoom a:hover img{
    transform: scale(1.1, 1.1);
    transition: .3s all;
}
.jtech-recruit .zoom a:hover .bgleft::before{
	transform-origin: left top;
	transform: scale(1, 1);
}


.jtech-recruit .top .section01{
    padding: 100px 0 128px;
    border-bottom: 8px solid var(--primary-color-blue);
}
.jtech-recruit .top .section01 .article-container{
    justify-content: center;
}
.jtech-recruit .top .section01 .text1{
    position: relative;
    padding: 0 0 .1em;
    line-height: 1.65;
    letter-spacing: 0.15em;
    font-size: calc(var(--jtrem) * 6.0);
    font-weight: 700;
}
.jtech-recruit .top .section01 .text1 span{
    display: inline-block;
    margin-right: -.3em;
}
.jtech-recruit .top .section01 .text1::after{
    position: absolute;
    content:"";
    bottom: 0;
    left: 0;
    width: 90%;
    height: 8px;
    background: var(--primary-color-blue);
}
.jtech-recruit .top .section01 .text2{
    line-height: 1.785;
    letter-spacing: 0.11em;
    font-size: calc(var(--jtrem) * 2.8);
    font-weight: 600;
}
.jtech-recruit .top .section01 .text3{
    letter-spacing: 0.13em;
    font-size: calc(var(--jtrem) * 5.0);
    font-weight: 600;
}
.jtech-recruit .top .section01 .text3 span{
    display: inline-block;
    margin-right: -.3em;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .top .section01{
        padding: 68px 0 100px;
    }
    .jtech-recruit .top .section01 .text1{
        margin: 0 0 44px;
        width: 100%;
        line-height: 1;
    }
    .jtech-recruit .top .section01 .text1::after{
        content: none;
    }
    .jtech-recruit .top .section01 .text1 span{
        position: relative;
        line-height: 2;
        letter-spacing: 0.05em;
        font-size: calc(var(--jtrem) * 3.0);
        font-weight: 700;
    }
    .jtech-recruit .top .section01 .text1 span::after{
        position: absolute;
        content:"";
        bottom: 0;
        left: 0;
        width: 95%;
        height: 4px;
        background: var(--primary-color-blue);
    }
    .jtech-recruit .top .section01 .text1 img{
        display: block;
        width: 100%;
        height: auto;
    }
    .jtech-recruit .top .section01 .text2{
        line-height: 1.96;
        letter-spacing: 0.11em;
        font-size: calc(var(--jtrem) * 1.5);
        font-weight: 700;
    }
    .jtech-recruit .top .section01 .text3{
        
        margin: 0 0 50px;
        line-height: 1;
    }
    .jtech-recruit .top .section01 .text3 span{
        line-height: 1;
        letter-spacing: 0.00em;
        font-size: calc(var(--jtrem) * 1.9);
        font-weight: 600;
    }
    .jtech-recruit .top .section01 .text3 span.va{
        display: inline-block;
        margin-right: -.45em;
    }
    .jtech-recruit .top .section01 .text3 img{
        display: block;
        width: 100%;
        height: auto;
    }
}


.jtech-recruit .top .section02{
    padding: 113px 0 123px;
    border-bottom: 8px solid var(--primary-color-blue);
}
.jtech-recruit .top .section02 .text1{
    position: relative;
}
.jtech-recruit .top .section02 .text1 .arrow_text-end{
    position: relative;
    top: 0.75em;
    right: 0;
}
.jtech-recruit .top .section02 .swiper{
    margin: 0 0 10px;
}
.jtech-recruit .top .section02 .swiper-wrapper{
    transition-timing-function: linear;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .top .section02{
        padding: 100px 0 100px;
    }
    .jtech-recruit .top .section02 .text1 .arrow_text-end{
        display: none;
    }
    .jtech-recruit .top .section02 a.sp-link{
        display: flex;
        justify-content: flex-end;
    }
}


.jtech-recruit .top .section03{
    padding: 113px 0 123px;
    border-bottom: 8px solid var(--primary-color-blue);
}
.jtech-recruit .top .section03 .item{
    margin: 0 10px 0 0;
}
.jtech-recruit .top .section03 .item:last-child{
    margin: 0 0 0 0;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .top .section03{
        padding: 100px 0 100px;
    }
    .jtech-recruit .top .section03 .item{
        margin: 0 0 10px;
    }
    .jtech-recruit .top .section03 .item1 .btn_block{
        margin: -68px 0 0;
    }
}


.jtech-recruit .top .section04{
    padding: 113px 0 123px;
    border-bottom: 8px solid var(--primary-color-blue);
}
.jtech-recruit .top .section04 .article-container{
    flex-wrap: wrap;
    justify-content: space-between;
}
.jtech-recruit .top .section04 .article-container.gen-disp_sp{
    display: none;
}
.jtech-recruit .top .section04 .item .num-img{
    position: absolute;
    left: 79px;
    bottom: 32px;
    z-index: 2;
}
.jtech-recruit .top .section04 .item{
    width: 635px;
    width: 49.60%;
    height: auto;
    margin: 0 0 10px 0;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .top .section04{
        padding: 100px 0 100px;
    }
    .jtech-recruit .top .section04 .article-container.gen-disp_sp{
        display: block;
    }
    .jtech-recruit .top .section04 .item{
        width: 100%;
    }
}


.jtech-recruit .top .section05{
    padding: 113px 0 123px;
    border-bottom: 8px solid var(--primary-color-blue);
}
.jtech-recruit .top .section05 .item{
    width: 33%;
    margin: 0 10px 0 0;
}
.jtech-recruit .top .section05 .item:last-child{
    margin: 0 0 0 0;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .top .section05{
        padding: 100px 0 100px;
    }
    .jtech-recruit .top .section05 .item{
        width: 100%;
        margin: 0 0 10px;
    }
    .jtech-recruit .top .section05 .item1 .btn_block{
        margin: -68px 0 0;
    }
}


.jtech-recruit .top .section06{
    padding: 113px 0 123px;
}
.jtech-recruit .top .section06 .article-container{
    justify-content: space-between;
    width: 100%;
}
.jtech-recruit .top .section06 .article-container .item:last-child{
    margin: 0 0 0 0;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .top .section06{
        padding: 100px 0 100px;
    }
    .jtech-recruit .top .section06 .item{
        margin: 0 0 20px;
    }
}


.jtech-recruit .section-entry{
    margin: 0 0 0;
    padding: 113px 0 129px;
    border-top: 8px solid var(--primary-color-blue);
}
.jtech-recruit .section-entry .article-container{
    justify-content: space-between;
    width: 100%;
}
.jtech-recruit .section-entry .article-container .item{
    width: 48.4%;
    height: 132px;
}
.jtech-recruit .section-entry .article-container a{
    width: 100%;
    height: 100%;
}
.jtech-recruit .section-entry .article-container a .btn{
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 27% 0 0;
    font-size: calc(var(--jtrem) * 3.68);
    text-align: center;
}
.jtech-recruit .section-entry .article-container a .btn::after{
    width: 27%;
    height: 100%;
}

@media screen and (min-width: 751px) {
  .jtech-recruit .section-entry .article-container .item:nth-of-type(1) .btn{
    display: block !important;
    padding-top: 16px !important;
  }
  .jtech-recruit .section-entry .article-container .item:nth-of-type(1) .btn img{
    width: 160px !important;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 750px) {
  .jtech-recruit .section-entry .article-container .item:nth-of-type(1) .btn{
      justify-content: left;
      width: 100%;
      height: 100%;
      padding: 20px 27% 26px 0;
      font-size: calc(var(--jtrem) * 3.68);
      text-align: left;
      text-indent: 25px;
      display: block !important;
  }

  .jtech-recruit .section-entry .article-container .item:nth-of-type(1) .btn img{
      display: block;
      left: 25px;
      position: relative;
      width: 160px !important;
  }
}

.jtech-recruit .section-entry p.lead-text{
    margin: 20px 0 60px;
    letter-spacing: 0.07em;
    font-size: calc(var(--jtrem) * 2.7);
    font-weight: 700;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .section-entry{
        padding: 100px 0 100px;
        border-top: 4px solid var(--primary-color-blue);
    }
    .jtech-recruit .section-entry .article-container .item{
        width: 100%;
        height: auto;
        margin: 0 0 20px;
    }
    .jtech-recruit .section-entry .article-container a .btn{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 68px;
        padding: 0 0 0 30px;
        line-height: 1.31;
        letter-spacing: 0.09em;
        font-size: calc(var(--jtrem) * 1.9);
        font-weight: 500;
    }
    .jtech-recruit .section-entry .article-container a .btn::after{
        width: 68px;
    }
    .jtech-recruit .section-entry p.lead-text{
        margin: 1.5em 0 1.75em;
        letter-spacing: 0.07em;
        font-size: calc(var(--jtrem) * 1.8);
    }
}


.jtech-recruit .people .list-container{
    display: flex;
    flex-wrap: wrap;
}
.jtech-recruit .people .list-item{
    width: calc(33% - 10px);
    margin: 0 20px 20px 0;
}
.jtech-recruit .people .list-item:nth-child(3n){
    margin-right: 0;
}
.jtech-recruit .people .list-item figure{
    position: relative;
}
.jtech-recruit .people .list-item figcaption{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.jtech-recruit .people .list-item figcaption span{
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.2em 1.2em 0.2em;
    background-color: #000;
    line-height: 2.36;
    letter-spacing: 0.09em;
    font-size: calc(var(--jtrem) * 1.1);
    font-weight: 500;
    color: #fff;
}

.jtech-recruit .people .list-item.zoom figure{
    margin: 0 auto;
    overflow: hidden;
    background: #000;
}
.jtech-recruit .people .list-item.zoom figure img{
    transition: .6s all;
}
.jtech-recruit .people .list-item.zoom a:hover figure img{
    transform: scale(1.1, 1.1);
    transition: .3s all;
    opacity: 0.7;
}
.jtech-recruit .people .content-main h2{
    margin: 120px 0 20px;
    padding: 0.7em 0.7em 0.7em;
    background-color: var(--primary-color-blue);
    line-height: 1;
    letter-spacing: 0.08em;
    font-size: calc(var(--jtrem) * 4.0);
    font-weight: 900;
    color: var(--primary-color-white);
}

.jtech-recruit .people .tags{
    display: flex;
    flex-wrap: wrap;
}
.jtech-recruit .people .tags .cat{
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: fit-content;
    margin: 0 10px 10px 0;
    padding: 0.8em 1em 0.8em;
    background-color: var(--primary-color-blue);
    border: none;
    border-radius: .6em;
    line-height: 1;
    letter-spacing: 0.03em;
    white-space: nowrap;
    font-size: calc(var(--jtrem) * 2.5);
    font-weight: 500;
    color: var(--primary-color-white);
}
.jtech-recruit .people .tags .cat span{
    position: relative;
    color: #fff;
    z-index: 3;
}
.jtech-recruit .people .bgleft::before{
    border-radius: .6em;
}


.jtech-recruit .interview .mv-container{
    position: relative;
    width: 100%;
    height: 650px;
    z-index: 0;
    overflow: hidden;
}
.jtech-recruit .interview .mv-container > img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.jtech-recruit .interview .breadcrumbs{
    position: relative;
    font-weight: 700;
    color: #fff;
    z-index: 2;
}
.jtech-recruit .interview .breadcrumbs a{
    color: #fff;
}
.jtech-recruit .interview .breadcrumbs span{
    color: #fff;
}
.jtech-recruit .interview .mv-container .mv-container-inner{
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 1;
    color: #fff;
}
.jtech-recruit .interview .mv-container .copy{
    display: flex;
    flex-direction: column;
    margin: 120px 0 26px;
}
.jtech-recruit .interview .mv-container .copy span{
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.1em .7em 0.1em;
    background-color: var(--primary-color-blue);
    line-height: 1.68;
    letter-spacing: 0.07em;
    font-size: calc(var(--jtrem) * 2.9);
    font-weight: 700;
    color: var(--primary-color-white);
}
.jtech-recruit .interview .mv-container .copy span.sp-text{
    display: none;
}
.jtech-recruit .interview .mv-container .card{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.jtech-recruit .interview .mv-container .card span{
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1em 0;
    background-color: #000;
    line-height: 2;
    letter-spacing: 0.09em;
    font-size: calc(var(--jtrem) * 1.6);
    font-weight: 700;
    color: #fff;
}
.jtech-recruit .interview .content-main{
    margin-bottom: 168px;
}
.jtech-recruit .interview .content-main h3{
    display: flex;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    z-index: 2;
}
.jtech-recruit .interview .content-main h3 span.sp-text{
    display: none;
}
.jtech-recruit .interview .content-main h3 .num{
    display: block;
    padding: 0.3em 0.7em 0.4em;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--primary-color-black);
    line-height: 1;
    letter-spacing: 0.08em;
    font-size: calc(var(--jtrem) * 5.0);
    font-weight: 900;
    color: var(--primary-color-white);
}
.jtech-recruit .interview .content-main h3 .title{
    display: flex;
    flex-direction: column;
}
.jtech-recruit .interview .content-main h3 .title span{
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.2em 1em 0.2em;
    background-color: var(--primary-color-blue);
    line-height: 1.75;
    letter-spacing: 0.09em;
    font-size: calc(var(--jtrem) * 2.9);
    font-weight: 700;
    color: var(--primary-color-white);
}
.jtech-recruit .interview .content-main h3 .small{
    line-height: 1;
    letter-spacing: 0.09em;
    font-size: calc(var(--jtrem) * 1.7);
    font-weight: 700;
}
.jtech-recruit .interview .content-main .box-container{
    position: relative;
    flex-direction: column;
    margin: -60px 0 20px;
}
.jtech-recruit .interview .content-main .box-container.right{
    align-items: flex-end;
}
.jtech-recruit .interview .content-main .box-container.right h3{
    align-items: flex-end;
}
.jtech-recruit .interview .content-main .box-container.right h3 .title{
    align-items: flex-end;
}


.jtech-recruit .interview .content-main .comment-wrapper{
    position: relative;
    width: 100%;
    z-index: 1;
}
.jtech-recruit .interview .content-main .comment{
    position: relative;
    width: 636px;
    padding: 1.7em 2.4em 1.7em;
    background: #fff;
    border: 1px solid var(--option-color-gray);
    z-index: 1;
}
.jtech-recruit .interview .content-main .box-container.item1{
    height: 704px;
}
.jtech-recruit .interview .content-main .box-container.item1 .comment-wrapper{
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: -60px;
}
.jtech-recruit .interview .content-main .box-container.item2 .comment-wrapper{
    display: flex;
    justify-content: flex-start;
    margin-top: -16px;
    padding-bottom: 428px;
}
.jtech-recruit .interview .content-main .box-container.item3 .comment-wrapper{
    display: flex;
    justify-content: flex-end;
    margin-top: -16px;
}
.jtech-recruit .interview .content-main .box-container.item1 .img-container{
    width: 100%;
    margin-top: -20px;
}
.jtech-recruit .interview .content-main .box-container.item2 .img-container{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.jtech-recruit .interview .content-main .comment p{
    margin: 0 0 1em;
    line-height: 1.76;
    letter-spacing: 0.07em;
    font-size: calc(var(--jtrem) * 1.7);
    font-weight: 700;
}
.jtech-recruit .interview .content-main .comment p:last-of-type{
    margin-bottom: 0;
}

.jtech-recruit .interview .outer{
    position: relative;
    width: 100%;
    height: 650px;
    z-index: 0;
    overflow: hidden;
}
.jtech-recruit .interview .outer > img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.jtech-recruit .interview .outer h2{
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 60px 0 26px;
    z-index: 2;
}
.jtech-recruit .interview .outer h2 span{
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 0.7em 0;
    background-color: var(--primary-color-blue);
    line-height: 1.68;
    letter-spacing: 0.07em;
    font-size: calc(var(--jtrem) * 2.9);
    font-weight: 700;
    color: var(--primary-color-white);
}
.jtech-recruit .interview .message{
    display: flex;
    margin: 150px 0 130px;
    padding: 38px;
    border: 3px solid var(--primary-color-blue);
}
.jtech-recruit .interview .message .img-box{
    width: 264px;
    margin: 0 38px 0 0;
}
.jtech-recruit .interview .message .text-box{
    width: 622px;
}
.jtech-recruit .interview .message .text-box p.title{
    margin: 0 0 0.7em;
    line-height: 1;
    letter-spacing: 0.07em;
    font-size: calc(var(--jtrem) * 2.2);
    font-weight: 700;
}
.jtech-recruit .interview .message .text-box p{
    line-height: 1.75;
    letter-spacing: 0.04em;
    font-size: calc(var(--jtrem) * 1.6);
    font-weight: 700;
}
.jtech-recruit .interview .section.border{
    border-bottom: 8px solid var(--primary-color-blue);
}
@media screen and (max-width: 750px) {
    .jtech-recruit .people .list-item{
        width: calc(50% - 5px);
        margin: 0 10px 10px 0;
    }
    .jtech-recruit .people .list-item:nth-child(3n){
        margin-right: 10px;
    }
    .jtech-recruit .people .list-item:nth-child(2n){
        margin-right: 0;
    }
    .jtech-recruit .people .content-main h2{
        letter-spacing: 0.13em;
        font-size: calc(var(--jtrem) * 2.0);
    }
    .jtech-recruit .people .list-item figcaption span{
        line-height: 2.36;
        letter-spacing: 0.06em;
        font-size: calc(var(--jtrem) * 0.8);
    }
    .jtech-recruit .people .tags .cat{
        letter-spacing: 0.03em;
        font-size: calc(var(--jtrem) * 1.4);
    }
    
    .jtech-recruit .interview .mv-section{
        margin-top: 100px;
    }
    .jtech-recruit .interview .content-header h1{
        width: 84%;
        margin: 0 auto;
    }
    .jtech-recruit .interview .mv-container{
        height: auto;
    }
    .jtech-recruit .interview .mv_sp{
        position: relative;
        overflow: hidden;
        width: 100%;
        margin: 100px 0 0;
    }
    .jtech-recruit .interview .mv_sp > img{
        object-fit: cover;
        width: 100%;
        height: 100%;
        aspect-ratio: 375 / 497;
    }
    .jtech-recruit .interview .mv-container .card{
        position: absolute;
        bottom: 64px;
        right: 30px;
        width: 84%;
    }
    .jtech-recruit .interview .mv-container .copy{
        width: 84%;
        margin: 52px auto 52px;
    }
    .jtech-recruit .interview .mv-container .copy span{
        line-height: 1.8;
        letter-spacing: -0.01em; 
        font-size: calc(var(--jtrem) * 1.8);
    }
    .jtech-recruit .interview .mv-container .copy span.sp-text{
        display: block;
    }
    .jtech-recruit .interview .content-main{
        margin: 0 auto 60px;
    }
    .jtech-recruit .interview .content-main h3{
        margin: 0 0 12px;
    }
    .jtech-recruit .interview .content-main h3 span.sp-text{
        display: block;
    }
    .jtech-recruit .interview .content-main h3 .num{
        letter-spacing: 0.25em;
        font-size: calc(var(--jtrem) * 2.5);
    }
    .jtech-recruit .interview .content-main h3 .title span{
        padding: 0.2em 0.5em 0.2em;
        line-height: 1.75;
        letter-spacing: 0.0em;
        font-size: calc(var(--jtrem) * 1.8);
    }
    .jtech-recruit .interview .content-main h3 .small{
        line-height: 1;
        letter-spacing: 0.09em;
        font-size: calc(var(--jtrem) * 1.7);
        font-weight: 700;
    }
    
    .jtech-recruit .interview .content-main .box-container{
        margin: 0 0 50px;
    }
    .jtech-recruit .interview .content-main .box-container.item1{
        height: 100%;
    }
    .jtech-recruit .interview .content-main .box-container .comment-wrapper{
        margin-top: 12px;
    }
    .jtech-recruit .interview .content-main .box-container.item1 .comment-wrapper{
        position: relative;
        margin-top: 12px;
    }
    .jtech-recruit .interview .content-main .box-container.item2 .comment-wrapper, .jtech-recruit .interview .content-main .box-container.item3 .comment-wrapper{
        margin-top: 20px;
    }
    .jtech-recruit .interview .content-main .box-container.item2 .comment-wrapper{
        flex-direction: column;
        padding-bottom: 0;
    }
    .jtech-recruit .interview .content-main .box-container.item1 .img-container{
        margin-top: 24px;
    }
    .jtech-recruit .interview .content-main .box-container.item2 .img-container{
        position: relative;
        margin-top: 24px;
    }
    .jtech-recruit .interview .content-main .comment{
        width: 100%;
        padding: 0.7em 1.0em 0.7em;
        line-height: 1.75;
        letter-spacing: 0em;
        font-size: calc(var(--jtrem) * 1.6);
    }
    .jtech-recruit .interview .content-main .img-container > img{
        display: block;
        width: 124%;
        height: auto;
        margin-left: -30px;
    }
    .jtech-recruit .interview h2.copy{
        display: flex;
        flex-direction: column;
        margin: 50px 0 24px;
    }
    .jtech-recruit .interview h2.copy span{
        width: -moz-fit-content;
        width: fit-content;
        padding: 0.1em .7em 0.1em;
        background-color: var(--primary-color-blue);
        line-height: 1.8;
        letter-spacing: -0.01em;
        font-size: calc(var(--jtrem) * 1.8);
        font-weight: 700;
        color: var(--primary-color-white);
    }
    .jtech-recruit .interview .outer{
        height: auto;
    }
    .jtech-recruit .interview .outer.image2{
        overflow: hidden;
        width: 100%;
    }
    .jtech-recruit .interview .outer.image2 > img{
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        object-fit: cover;
        width: 100%;
        height: 100%;
        aspect-ratio: 375 / 497;
    }
    .jtech-recruit .interview .message{
        flex-direction: column-reverse;
        margin: 50px 0 68px;
        padding: 24px;
        border: 1px solid var(--primary-color-blue);
        text-align: justify;
    }
    .jtech-recruit .interview .message .text-box{
        width: 100%;
    }
    .jtech-recruit .interview .message .img-box{
        width: 100%;
        margin: 10px 0 0;
    }
    .jtech-recruit .interview .section.border{
        border-bottom: 4px solid var(--primary-color-blue);
    }
}


.jtech-recruit .data .content-main{
    overflow: hidden;
}
.jtech-recruit .data .content-main h3{
    position: relative;
    display: flex;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    z-index: 2;
}
.jtech-recruit .data .content-main h3 .num{
    display: block;
    padding: 0.3em 0.7em 0.4em;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--primary-color-black);
    line-height: 1;
    letter-spacing: 0.08em;
    font-size: calc(var(--jtrem) * 5.0);
    font-weight: 900;
    color: var(--primary-color-white);
}
.jtech-recruit .data .content-main h3 .title{
    display: flex;
    flex-direction: column;
}
.jtech-recruit .data .content-main h3 .title span{
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.2em 1em 0.2em;
    background-color: var(--primary-color-blue);
    line-height: 2.04;
    letter-spacing: 0.09em;
    font-size: calc(var(--jtrem) * 2.5);
    font-weight: 700;
    color: var(--primary-color-white);
}
.jtech-recruit .data .content-main h3 .remarks{
    position: absolute;
    top: 60px;
    right: 0;
    line-height: 1;
    letter-spacing: 0.09em;
    font-size: calc(var(--jtrem) * 1.2);
    font-weight: 700;
}
.jtech-recruit .data .item-container{
    position: relative;
}
.jtech-recruit .data .item-container .img-container{
    position: relative;
}
.jtech-recruit .data .item-container .img-container picture{
    display: block;
}
.jtech-recruit .data .item-container .img-container img{
    display: block;
    max-width: 100%;
    height: auto;
}
.jtech-recruit .data .data-bars{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform-origin: 0 0;
    pointer-events: none;
}
.jtech-recruit .data .data-bar{
    position: absolute;
    background-color: var(--primary-color-white);
}
.jtech-recruit .data .data-bar::after{
    content:"";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: calc(var(--bar-height) * 1%);
    background-color: var(--primary-color-blue);
}
.jtech-recruit .data .data-bars-item2{
    width: 601px;
    height: 336px;
}
.jtech-recruit .data .data-bars-item2 .data-bar{
    bottom: 50px;
    width: 72px;
    height: 256px;
}
.jtech-recruit .data .data-bars-item2 .b1{
    left: 121px;
}
.jtech-recruit .data .data-bars-item2 .b2{
    left: 209px;
}
.jtech-recruit .data .data-bars-item2 .b3{
    left: 298px;
}
.jtech-recruit .data .data-bars-item2 .b4{
    left: 386px;
}
.jtech-recruit .data .data-bars-item2 .b5{
    left: 475px;
    background-color: transparent;
}
.jtech-recruit .data .data-bars-item3{
    width: 747px;
    height: 371px;
}
.jtech-recruit .data .data-bars-item3 .data-bar{
    bottom: 35px;
    width: 72px;
    height: 227px;
}
.jtech-recruit .data .data-bars-item3 .b1{
    left: 55px;
}
.jtech-recruit .data .data-bars-item3 .b2{
    left: 144px;
}
.jtech-recruit .data .data-bars-item3 .b3{
    left: 233px;
}
.jtech-recruit .data .data-bars-item3 .b4{
    left: 321px;
}
.jtech-recruit .data .data-bars-item3 .b5{
    left: 410px;
}
.jtech-recruit .data .data-text{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: var(--primary-color-black);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
    transform-origin: 0 0;
}
.jtech-recruit .data .data-text__item{
    position: absolute;
    white-space: nowrap;
}
.jtech-recruit .data .data-text .unit{
    display: inline-block;
    margin-left: 0.08em;
    font-size: 0.6em;
    vertical-align: baseline;
}
.jtech-recruit .data .data-text-item1{
    width: 848px;
    height: 404px;
}
.jtech-recruit .data .data-text-item1 .male-label{
    top: 160px;
    left: 0;
    font-size: 30px;
}
.jtech-recruit .data .data-text-item1 .male-percent{
    top: 205px;
    left: 0;
    font-size: 62px;
}
.jtech-recruit .data .data-text-item1 .female-label{
    top: 4px;
    left: 596px;
    font-size: 30px;
}
.jtech-recruit .data .data-text-item1 .female-percent{
    top: 48px;
    left: 596px;
    font-size: 62px;
}
.jtech-recruit .data .data-text-item1 .total{
    top: 332px;
    left: 588px;
    font-size: 40px;
}
.jtech-recruit .data .data-text-item2{
    width: 601px;
    height: 336px;
}
.jtech-recruit .data .data-text-item2 .value{
    font-size: 22px;
}
.jtech-recruit .data .data-text-item2 .value, .jtech-recruit .data .data-text-item2 .label{
    text-align: left;
}
.jtech-recruit .data .data-text-item2 .label{
    top: 305px;
    font-size: 20px;
}
.jtech-recruit .data .data-text-item2 .v1{
    top: 212px;
    left: 132px;
}
.jtech-recruit .data .data-text-item2 .v2, .jtech-recruit .data .data-text-item2 .v3, .jtech-recruit .data .data-text-item2 .v4{
    top: 7px;
}
.jtech-recruit .data .data-text-item2 .v2{
    left: 214px;
}
.jtech-recruit .data .data-text-item2 .v3{
    left: 302px;
		top: 28px;
}
.jtech-recruit .data .data-text-item2 .v4{
    left: 391px;
		top: 40px;
}
.jtech-recruit .data .data-text-item2 .v5{
    top: 141px;
    left: 486px;
}
.jtech-recruit .data .data-text-item2 .l1{
    left: 126px;
}
.jtech-recruit .data .data-text-item2 .l2{
    left: 222px;
}
.jtech-recruit .data .data-text-item2 .l3{
    left: 311px;
}
.jtech-recruit .data .data-text-item2 .l4{
    left: 401px;
}
.jtech-recruit .data .data-text-item2 .l5{
    left: 471px;
}
.jtech-recruit .data .data-text-item3{
    width: 747px;
    height: 371px;
}
.jtech-recruit .data .data-text-item3 .value{
    font-size: 22px;
}
.jtech-recruit .data .data-text-item3 .value, .jtech-recruit .data .data-text-item3 .label:not(.year){
    text-align: left;
}
.jtech-recruit .data .data-text-item3 .label{
    top: 343px;
    font-size: 18px;
}
.jtech-recruit .data .data-text-item3 .v1{
    top: 102px;
    left: 64px;
}
.jtech-recruit .data .data-text-item3 .v2{
    top: 228px;
    left: 154px;
}
.jtech-recruit .data .data-text-item3 .v3{
    top: 112px;
    left: 242px;
}
.jtech-recruit .data .data-text-item3 .v4{
    top: 113px;
    left: 330px;
}
.jtech-recruit .data .data-text-item3 .v5{
    top: 80px;
    left: 418px;
}
.jtech-recruit .data .data-text-item3 .l1{
    left: 60px;
}
.jtech-recruit .data .data-text-item3 .l2{
    left: 157px;
}
.jtech-recruit .data .data-text-item3 .l3{
    left: 246px;
}
.jtech-recruit .data .data-text-item3 .l4{
    left: 327px;
}
.jtech-recruit .data .data-text-item3 .l5{
    left: 427px;
}
.jtech-recruit .data .data-text-item3 .year{
    top: 341px;
    left: 518px;
}
.jtech-recruit .data .data-text-item4{
    width: 726px;
    height: 459px;
}
.jtech-recruit .data .data-text-item4 .new-label{
    top: 105px;
    left: 560px;
    font-size: 28px;
}
.jtech-recruit .data .data-text-item4 .new-percent{
    top: 96px;
    left: 626px;
    font-size: 58px;
}
.jtech-recruit .data .data-text-item4 .career-label{
    top: 383px;
    left: -4px;
    font-size: 32px;
}
.jtech-recruit .data .data-text-item4 .career-percent{
    top: 375px;
    left: 73px;
    font-size: 58px;
}
.jtech-recruit .data .data-text-item5{
    width: 773px;
    height: 350px;
}
.jtech-recruit .data .data-text-item5 .new-label{
    top: 38px;
    left: 590px;
    font-size: 28px;
}
.jtech-recruit .data .data-text-item5 .new-percent{
    top: 24px;
    left: 668px;
    font-size: 58px;
}
.jtech-recruit .data .data-text-item5 .career-label{
    top: 202px;
    left: 0;
    font-size: 30px;
}
.jtech-recruit .data .data-text-item5 .career-percent{
    top: 190px;
    left: 78px;
    font-size: 54px;
}
.jtech-recruit .data .data-text-item6{
    width: 764px;
    height: 350px;
}
.jtech-recruit .data .data-text-item6 .leader-label{
    top: 40px;
    left: 570px;
    font-size: 28px;
}
.jtech-recruit .data .data-text-item6 .leader-percent{
    top: 42px;
    left: 678px;
    font-size: 40px;
}
.jtech-recruit .data .data-text-item6 .staff-label{
    top: 242px;
    left: 0;
    font-size: 30px;
}
.jtech-recruit .data .data-text-item6 .staff-percent{
    top: 232px;
    left: 72px;
    font-size: 52px;
}
.jtech-recruit .data .data-text-item7{
    width: 841px;
    height: 325px;
}
.jtech-recruit .data .data-text-item7 .male-label{
    top: 78px;
    left: 0;
    font-size: 50px;
}
.jtech-recruit .data .data-text-item7 .male-year{
    top: 24px;
    left: 172px;
    font-size: 120px;
}
.jtech-recruit .data .data-text-item7 .female-label{
    top: 200px;
    left: 348px;
    font-size: 50px;
}
.jtech-recruit .data .data-text-item7 .female-year{
    top: 145px;
    left: 518px;
    font-size: 120px;
}
.jtech-recruit .data .data-text-item7 .unit{
    margin-left: 0.12em;
    font-size: 0.28em;
}
.jtech-recruit .data .data-text-item8{
    width: 741px;
    height: 384px;
}
.jtech-recruit .data .data-text-item8 .male, .jtech-recruit .data .data-text-item8 .female{
    top: 350px;
    font-size: 28px;
}
.jtech-recruit .data .data-text-item8 .male{
    left: 150px;
}
.jtech-recruit .data .data-text-item8 .female{
    left: 422px;
}
.jtech-recruit .data .data-text-item9{
    width: 650px;
    height: 251px;
}
.jtech-recruit .data .data-text-item9 .number{
    top: 44px;
    left: 0;
    font-size: 154px;
}
.jtech-recruit .data .data-text-item9 .unit-label{
    top: 146px;
    left: 350px;
    font-size: 62px;
}
.jtech-recruit .data .data-text-item10{
    width: 616px;
    height: 230px;
}
.jtech-recruit .data .data-text-item10 .number{
    top: 16px;
    left: 0;
    font-size: 154px;
}
.jtech-recruit .data .data-text-item10 .unit-label{
    top: 118px;
    left: 350px;
    font-size: 66px;
}
.jtech-recruit .data .item-container.item1 .img-container{
    top: -112px;
    left: 45px;
}
.jtech-recruit .data .item-container.item2{
    margin: 100px 0 0 260px;
}
.jtech-recruit .data .item-container.item2 .img-container{
    top: -135px;
    left: 130px;
}
.jtech-recruit .data .item-container.item3{
    margin: 20px 0 0 0;
}
.jtech-recruit .data .item-container.item3 .img-container{
    top: -25px;
    left: 100px;
}
.jtech-recruit .data .item-container.item4{
    margin: 200px 0 0 250px;
}
.jtech-recruit .data .item-container.item4 .img-container{
    top: -150px;
    left: 20px;
}
.jtech-recruit .data .item-container.item5{
    margin: 0 0 0 0;
}
.jtech-recruit .data .item-container.item5 .img-container{
    top: -40px;
    left: 50px;
}
.jtech-recruit .data .item-container.item6{
    margin: 200px 0 0 195px;
}
.jtech-recruit .data .item-container.item6 .img-container{
    top: -65px;
    left: 40px;
}
.jtech-recruit .data .item-container.item7{
    margin: 100px 0 0 0;
}
.jtech-recruit .data .item-container.item7 .img-container{
    top: -30px;
    left: 60px;
}
.jtech-recruit .data .item-container.item8{
    margin: 150px 0 0 150px;
}
.jtech-recruit .data .item-container.item8 .img-container{
    top: -30px;
    left: 85px;
}
.jtech-recruit .data .item-container.item9{
    margin: 120px 0 0 0;
}
.jtech-recruit .data .item-container.item9 .img-container{
    top: -50px;
    left: 180px;
}
.jtech-recruit .data .item-container.item10{
    margin: 150px 0 0 170px;
}
.jtech-recruit .data .item-container.item10 .img-container{
    top: -30px;
    left: 160px;
}
@media screen and (max-width: 750px) {
    .jtech-recruit .data .content-main h3 .num{
        letter-spacing: 0.08em;
        font-size: calc(var(--jtrem) * 3.3);
    }
    .jtech-recruit .data .content-main h3 .title span{
        font-size: calc(var(--jtrem) * 2.0);
    }
    .jtech-recruit .data .content-main h3 .remarks{
        top: 36px;
    }
    .jtech-recruit .data .item-container.item1, .jtech-recruit .data .item-container.item2, .jtech-recruit .data .item-container.item3, .jtech-recruit .data .item-container.item4, .jtech-recruit .data .item-container.item5, .jtech-recruit .data .item-container.item6, .jtech-recruit .data .item-container.item7, .jtech-recruit .data .item-container.item8, .jtech-recruit .data .item-container.item9, .jtech-recruit .data .item-container.item10{
        margin: 0 0 68px;
    }
    .jtech-recruit .data .item-container .img-container{
        top: 0;
        left: 0;
        margin: 20px 0 0;
    }
    .jtech-recruit .data .item-container .img-container > img, .jtech-recruit .data .item-container .img-container picture > img{
        width: 100%;
    }
    .jtech-recruit .data .data-text-item1{
        transform: scale(0.743);
        transform: scale(calc(84vw / 848px));
    }
    .jtech-recruit .data .data-text-item2{
        transform: scale(0.88);
        transform: scale(calc(70.56vw / 601px));
    }
    .jtech-recruit .data .data-bars-item2{
        transform: scale(0.88);
        transform: scale(calc(70.56vw / 601px));
    }
    .jtech-recruit .data .data-text-item3{
        transform: scale(0.793);
        transform: scale(calc(78.96vw / 747px));
    }
    .jtech-recruit .data .data-bars-item3{
        transform: scale(0.793);
        transform: scale(calc(78.96vw / 747px));
    }
    .jtech-recruit .data .data-text-item4{
        transform: scale(0.798);
        transform: scale(calc(77.28vw / 726px));
    }
    .jtech-recruit .data .data-text-item5{
        transform: scale(0.799);
        transform: scale(calc(82.32vw / 773px));
    }
    .jtech-recruit .data .data-text-item6{
        transform: scale(0.808);
        transform: scale(calc(82.32vw / 764px));
    }
    .jtech-recruit .data .data-text-item7{
        transform: scale(0.659);
        transform: scale(calc(73.92vw / 841px));
    }
    .jtech-recruit .data .data-text-item8{
        transform: scale(0.816);
        transform: scale(calc(80.64vw / 741px));
    }
    .jtech-recruit .data .data-text-item9{
        transform: scale(0.659);
        transform: scale(calc(57.12vw / 650px));
    }
    .jtech-recruit .data .data-text-item10{
        transform: scale(0.859);
        transform: scale(calc(70.56vw / 616px));
    }
    .jtech-recruit .data .item-container.item1 .img-container, .jtech-recruit .data .item-container.item2 .img-container, .jtech-recruit .data .item-container.item3 .img-container, .jtech-recruit .data .item-container.item4 .img-container, .jtech-recruit .data .item-container.item5 .img-container, .jtech-recruit .data .item-container.item6 .img-container, .jtech-recruit .data .item-container.item7 .img-container, .jtech-recruit .data .item-container.item8 .img-container, .jtech-recruit .data .item-container.item9 .img-container, .jtech-recruit .data .item-container.item10 .img-container{
        top: 0;
        left: 0;
    }
    .jtech-recruit .data .item-container.item1 .img-container{
        width: 100%;
        margin: -24px 0 0 0;
    }
    .jtech-recruit .data .item-container.item2 .img-container{
        width: 84%;
        margin: 16px 0 0 24px;
    }
    .jtech-recruit .data .item-container.item3 .img-container{
        width: 94%;
        margin: 30px 0 0 20px;
    }
    .jtech-recruit .data .item-container.item4 .img-container{
        width: 92%;
        margin: -30px 0 0 20px;
    }
    .jtech-recruit .data .item-container.item5 .img-container{
        width: 98%;
        margin: 20px 0 0 12px;
    }
    .jtech-recruit .data .item-container.item6 .img-container{
        width: 98%;
        margin: 20px 0 0 4px;
    }
    .jtech-recruit .data .item-container.item6 .img-container{
        width: 98%;
        margin: 20px 0 0 4px;
    }
    .jtech-recruit .data .item-container.item7 .img-container{
        width: 88%;
        margin: 20px 0 0 20px;
    }
    .jtech-recruit .data .item-container.item8 .img-container{
        width: 96%;
        margin: 10px 0 0 10px;
    }
    .jtech-recruit .data .item-container.item9 .img-container{
        width: 68%;
        margin: 30px 0 0 50px;
    }
    .jtech-recruit .data .item-container.item10 .img-container{
        width: 84%;
        margin: 20px 0 0 40px;
    }
}



@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}.jtech-recruit{--swiper-theme-color:#007aff}.jtech-recruit :host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.jtech-recruit .swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.jtech-recruit .swiper-vertical>.swiper-wrapper{flex-direction:column}.jtech-recruit .swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.jtech-recruit .swiper-android .swiper-slide, .jtech-recruit .swiper-ios .swiper-slide, .jtech-recruit .swiper-wrapper{transform:translate3d(0px,0,0)}.jtech-recruit .swiper-horizontal{touch-action:pan-y}.jtech-recruit .swiper-vertical{touch-action:pan-x}.jtech-recruit .swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.jtech-recruit .swiper-slide-invisible-blank{visibility:hidden}.jtech-recruit .swiper-autoheight, .jtech-recruit .swiper-autoheight .swiper-slide{height:auto}.jtech-recruit .swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.jtech-recruit .swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.jtech-recruit .swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.jtech-recruit .swiper-3d .swiper-wrapper{transform-style:preserve-3d}.jtech-recruit .swiper-3d{perspective:1200px}.jtech-recruit .swiper-3d .swiper-cube-shadow, .jtech-recruit .swiper-3d .swiper-slide{transform-style:preserve-3d}.jtech-recruit .swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.jtech-recruit .swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.jtech-recruit .swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.jtech-recruit .swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.jtech-recruit .swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.jtech-recruit .swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.jtech-recruit .swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.jtech-recruit .swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.jtech-recruit .swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.jtech-recruit .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.jtech-recruit .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.jtech-recruit .swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.jtech-recruit .swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.jtech-recruit .swiper-3d .swiper-slide-shadow, .jtech-recruit .swiper-3d .swiper-slide-shadow-bottom, .jtech-recruit .swiper-3d .swiper-slide-shadow-left, .jtech-recruit .swiper-3d .swiper-slide-shadow-right, .jtech-recruit .swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.jtech-recruit .swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.jtech-recruit .swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.jtech-recruit .swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.jtech-recruit .swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.jtech-recruit .swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.jtech-recruit .swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.jtech-recruit .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .jtech-recruit .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.jtech-recruit .swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.jtech-recruit .swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.jtech-recruit .swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.jtech-recruit .swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.jtech-recruit .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.jtech-recruit .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}.jtech-recruit{--swiper-navigation-size:44px}.jtech-recruit .swiper-button-next, .jtech-recruit .swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.jtech-recruit .swiper-button-next.swiper-button-disabled, .jtech-recruit .swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.jtech-recruit .swiper-button-next.swiper-button-hidden, .jtech-recruit .swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.jtech-recruit .swiper-navigation-disabled .swiper-button-next, .jtech-recruit .swiper-navigation-disabled .swiper-button-prev{display:none!important}.jtech-recruit .swiper-button-next svg, .jtech-recruit .swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.jtech-recruit .swiper-rtl .swiper-button-next svg, .jtech-recruit .swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.jtech-recruit .swiper-button-prev, .jtech-recruit .swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.jtech-recruit .swiper-button-next, .jtech-recruit .swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.jtech-recruit .swiper-button-lock{display:none}.jtech-recruit .swiper-button-next:after, .jtech-recruit .swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.jtech-recruit .swiper-button-prev:after, .jtech-recruit .swiper-rtl .swiper-button-next:after{content:'prev'}.jtech-recruit .swiper-button-next, .jtech-recruit .swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.jtech-recruit .swiper-button-next:after, .jtech-recruit .swiper-rtl .swiper-button-prev:after{content:'next'}.jtech-recruit .swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.jtech-recruit .swiper-pagination.swiper-pagination-hidden{opacity:0}.jtech-recruit .swiper-pagination-disabled>.swiper-pagination, .jtech-recruit .swiper-pagination.swiper-pagination-disabled{display:none!important}.jtech-recruit .swiper-horizontal>.swiper-pagination-bullets, .jtech-recruit .swiper-pagination-bullets.swiper-pagination-horizontal, .jtech-recruit .swiper-pagination-custom, .jtech-recruit .swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.jtech-recruit .swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.jtech-recruit .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.jtech-recruit .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.jtech-recruit .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.jtech-recruit .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.jtech-recruit .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.jtech-recruit .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.jtech-recruit .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.jtech-recruit .swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}.jtech-recruit button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.jtech-recruit .swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.jtech-recruit .swiper-pagination-bullet:only-child{display:none!important}.jtech-recruit .swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.jtech-recruit .swiper-pagination-vertical.swiper-pagination-bullets, .jtech-recruit .swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.jtech-recruit .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .jtech-recruit .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.jtech-recruit .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .jtech-recruit .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.jtech-recruit .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .jtech-recruit .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.jtech-recruit .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .jtech-recruit .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.jtech-recruit .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .jtech-recruit .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.jtech-recruit .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .jtech-recruit .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.jtech-recruit .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.jtech-recruit .swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.jtech-recruit .swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.jtech-recruit .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.jtech-recruit .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.jtech-recruit .swiper-horizontal>.swiper-pagination-progressbar, .jtech-recruit .swiper-pagination-progressbar.swiper-pagination-horizontal, .jtech-recruit .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .jtech-recruit .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.jtech-recruit .swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .jtech-recruit .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .jtech-recruit .swiper-pagination-progressbar.swiper-pagination-vertical, .jtech-recruit .swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.jtech-recruit .swiper-pagination-lock{display:none}.jtech-recruit .swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.jtech-recruit .swiper-scrollbar-disabled>.swiper-scrollbar, .jtech-recruit .swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.jtech-recruit .swiper-horizontal>.swiper-scrollbar, .jtech-recruit .swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.jtech-recruit .swiper-scrollbar.swiper-scrollbar-vertical, .jtech-recruit .swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.jtech-recruit .swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.jtech-recruit .swiper-scrollbar-cursor-drag{cursor:move}.jtech-recruit .swiper-scrollbar-lock{display:none}.jtech-recruit .swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.jtech-recruit .swiper-zoom-container>canvas, .jtech-recruit .swiper-zoom-container>img, .jtech-recruit .swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.jtech-recruit .swiper-slide-zoomed{cursor:move;touch-action:none}.jtech-recruit .swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.jtech-recruit .swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.jtech-recruit .swiper-grid>.swiper-wrapper{flex-wrap:wrap}.jtech-recruit .swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.jtech-recruit .swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.jtech-recruit .swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.jtech-recruit .swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.jtech-recruit .swiper-fade .swiper-slide-active{pointer-events:auto}.jtech-recruit .swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.jtech-recruit .swiper-cube{overflow:visible}.jtech-recruit .swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.jtech-recruit .swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.jtech-recruit .swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.jtech-recruit .swiper-cube .swiper-slide-active, .jtech-recruit .swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.jtech-recruit .swiper-cube .swiper-slide-active, .jtech-recruit .swiper-cube .swiper-slide-next, .jtech-recruit .swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.jtech-recruit .swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.jtech-recruit .swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.jtech-recruit .swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.jtech-recruit .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .jtech-recruit .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .jtech-recruit .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .jtech-recruit .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.jtech-recruit .swiper-flip{overflow:visible}.jtech-recruit .swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.jtech-recruit .swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.jtech-recruit .swiper-flip .swiper-slide-active, .jtech-recruit .swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.jtech-recruit .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .jtech-recruit .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .jtech-recruit .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .jtech-recruit .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.jtech-recruit .swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.jtech-recruit .swiper-cards{overflow:visible}.jtech-recruit .swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* --- rem基準 --- */
.jtech-recruit{--jtrem:10px;}
/* --- 見出しワイプ: 元サイト同様のトリガー方式 ---
   .slide-in(隠し)→JS(IntersectionObserver)が地点到達で .animation_in を付与→元style.cssのclip-path transition .5sで一括再生。
   ※スクロール連動スクラブ(view timeline)ではなく「地点で全部再生」。.slide-in/.animation_in のCSSは元style.css(scoped)に既存。 */
/* --- 社員写真スライダー: 連続オートスクロール(slideはDOMで2倍複製済) --- */
.jtech-recruit .topPeopleSlider1,.jtech-recruit .topPeopleSlider2{overflow:hidden;}
.jtech-recruit .topPeopleSlider1 .swiper-wrapper,.jtech-recruit .topPeopleSlider2 .swiper-wrapper{display:flex;flex-wrap:nowrap;width:max-content;transform:none;transition:none;}
.jtech-recruit .topPeopleSlider1 .swiper-slide,.jtech-recruit .topPeopleSlider2 .swiper-slide{flex:0 0 auto;width:clamp(160px,24vw,300px);}
.jtech-recruit .topPeopleSlider1 .swiper-slide img,.jtech-recruit .topPeopleSlider2 .swiper-slide img{display:block;width:100%;height:auto;}
@media screen and (max-width:750px){.jtech-recruit .topPeopleSlider1 .swiper-slide,.jtech-recruit .topPeopleSlider2 .swiper-slide{width:48vw;}}
.jtech-recruit .topPeopleSlider1 .swiper-wrapper{animation:jt-marquee 45s linear infinite;}
.jtech-recruit .topPeopleSlider2 .swiper-wrapper{animation:jt-marquee-rev 45s linear infinite;}
@keyframes jt-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@keyframes jt-marquee-rev{from{transform:translateX(-50%)}to{transform:translateX(0)}}
/* --- KVヒーロー: 5枚クロスフェード(6s間隔・30s周期) --- */
.jtech-recruit .topKvSlider{position:relative;overflow:hidden;}
.jtech-recruit .topKvSlider .swiper-wrapper{position:relative;display:block;transform:none!important;transition:none!important;}
.jtech-recruit .topKvSlider .swiper-slide{position:absolute;top:0;left:0;width:100%;opacity:0;animation:jt-kvfade 30s linear infinite;}
.jtech-recruit .topKvSlider .swiper-slide:first-child{position:relative;} /* 高さの基準として在流に */
.jtech-recruit .topKvSlider .swiper-slide:nth-child(1){animation-delay:0s}
.jtech-recruit .topKvSlider .swiper-slide:nth-child(2){animation-delay:6s}
.jtech-recruit .topKvSlider .swiper-slide:nth-child(3){animation-delay:12s}
.jtech-recruit .topKvSlider .swiper-slide:nth-child(4){animation-delay:18s}
.jtech-recruit .topKvSlider .swiper-slide:nth-child(5){animation-delay:24s}
@keyframes jt-kvfade{0%{opacity:0}3%{opacity:1}18%{opacity:1}23%{opacity:0}100%{opacity:0}}

/* 修正(2026-07-08): circleリストのコーポCSS青塗りマーカーを打ち消し、クリーンな○アウトラインに */
.jtech-recruit .section-content ul.circle li::before,.jtech-recruit .content-main ul.circle li::before{background:none !important;border-radius:0 !important;width:auto !important;height:auto !important;color:var(--primary-color-blue) !important;}

/* 修正(2026-07-08): OUR JOBS番号 num1-8 は3x化PNGのため元SVG寸法(高さ約116px)に制約 */
.jtech-recruit .top .section04 .num-img img{height:116px;width:auto;}
@media screen and (max-width:750px){.jtech-recruit .top .section04 .num-img img{height:80px;width:auto;}}
/* num サイズ制約を!importantで確実化 */
.jtech-recruit .top .section04 .item .num-img img{height:116px !important;width:auto !important;}
@media screen and (max-width:750px){.jtech-recruit .top .section04 .item .num-img img{height:80px !important;width:auto !important;}}
/* num最終: article-container汎用img(width:100%)を打ち消し元寸法に */
.jtech-recruit .article-container .num-img img,.jtech-recruit .num-img img{height:116px !important;width:auto !important;}
@media screen and (max-width:750px){.jtech-recruit .article-container .num-img img,.jtech-recruit .num-img img{height:78px !important;width:auto !important;}}

/* 修正(2026-07-08): ヘッダー内liにコーポlib CSSの青マーカー(li::before)が透過→リセット */
.jtech-recruit .header li::before,.jtech-recruit .modal-container li::before{content:none !important;background:none !important;display:none !important;}
/* ENTRY矢印: 3x変換PNGを元サイト寸法(13px)に */
.jtech-recruit .box-entry .arrow{width:13px !important;height:13px !important;}

/* 修正(2026-07-08): ヘッダー青丸(コーポlib.block.css li::before)打消し＋ENTRY矢印サイズ制約 */
.jtech-recruit .header li::before{content:none !important;background:none !important;display:none !important;}
.jtech-recruit .header .box-entry .flex-box .item a .arrow{width:13px !important;height:auto !important;}
