@charset "UTF-8";
/* CSS Document */

/*	adjust
------------------------------------------*/

@media all and (max-width:750px) {

    *{width:100%;margin:0;max-width:100%;}
    html{font-size:4vw;}
    header{display:block;position:fixed;width:100vw!important;height:100vh!important;}
    footer{display:block;height:auto;padding-top:40vw;z-index:-1;}
    footer .links {
        position: relative;
        margin-top: 0;
        left:0;
        top:0;
        left:7vw;
        text-align:center;
    }
    footer .links > a{display:none;}
    footer .links > span{display:none;}
    footer .totop {
        position: relative;
        right: 0;
        width: 24%!important;
        height: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    footer .logo{display:none;}
    footer .sns {
        position: relative;
        width: 27vw;
        top: 0;
        margin-top: 13vw;
    }
    footer .copy{
        position: relative;
        display: block;
        width: 65%;
        margin-top: 37vw;
        bottom: 2%;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom:2vw;
    }
    html.en footer {
        height: 88vw;
    }
    main,section{padding-left:0!important;padding-right:0!important;}
    main{margin-bottom:0vw!important;}
    section > div{width:100%!important;}
    section{width:100%!important;padding:0 5%!important}
    .flex > *{width:100%!important;}

    .title span{font-size:8vw;}
    .title small{font-size:5vw;margin-top:3vw;display:inline-block;width:auto;}

    .title2 span{font-size:7vw;}
    .title2 small{font-size:4vw;margin-top:3vw;display:inline-block;width:auto;}

    .center_xy{position:relative;top:0;left:0;transform:none;}
    .bg_gray{padding-left:5%!important;padding-right:5%;}

    a.deco1{
        width:50vw;
        text-align:center;
        padding:2.5vw 0;
        left: 50%;
        transform: translateX(-50%);
    }
    a.deco2{
        width:50vw;
        text-align:center;
        padding:2.5vw 0;
        left: 50%;
        transform: translateX(-50%);
    }
    a.deco4:after {top: 0.8rem;}

    .pc{display:none!important}

    header {display:none;overflow: scroll;padding-bottom:0;top:0;}
    header > div:not(.sns){
        width:100%;
        min-height:100vh;
        padding-bottom: 58vw;
    }
    header .logo {
        width: 57%;
        margin-left: 5vw;
        margin-top: 5vw;
        opacity:1!important;
    }
    header .lang {
        position: absolute;
        width: 26vw;
        right:auto;
        margin-right: 0;
        margin-top: 0;
        left:5vw;
        top:30vw;
    }
    header .lang:before {
        position: absolute;
        content: "/";
        left: 50%;
        font-size: 1.3rem;
    }
    header .lang li {width:auto!important;}
    header .lang li a{font-size: 1.2rem;}
    header .menu {
        position: relative;
        width: 90%;
        right: auto;
        left: 50%;
        transform:translateX(-50%);
        margin-right: 0;
        margin-top: 40vw;
    }
    header .menu a {
        font-size: 1.2rem;
        padding: 1rem 0;
        border-bottom: #acacac 1px solid;
    }
    header .menu a:after{
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-left: 10px solid #0092c9;
        top: 50%;
        transform: translatey(-50%);
        right: 3%;
        transition: all .5s;
    }
    header .menu li ul {
        width: 93%;
        right: 0;
        margin-left: auto;
        display:none;
    }
    header .menu li ul li a{border-bottom:0;padding:0.5rem 0;font-size:1rem;}

    header img.copy{
        position: relative;
        bottom: 0;
        width: 58vw;
        height:auto;
        left: 50%;
        bottom: 1%;
            margin-top: 16vw;
        transform: translateX(-50%);
    }
    header .sns{
        width: 40vw;
        position: relative;
        bottom: 15vh;
        left: 5%;
        display: flex;
        transform: none;
        height: auto;
        top: 0;
        margin-top: -47vw;
    }
    header .sns a{ width:12vw;margin-right:5vw;}
    header .sns a img{width:100%;height:auto;}
    header nav{display:none;}
    header.clone{
        animation:none!important;
        opacity:1;
        display:block;
        position:fixed!important;
        height:21vw!important;
    }
    header.clone > div ul,
    header.clone nav,
    header.clone .sns,
    header.clone > img{display:none;}
    header.clone{overflow:hidden;}
    .en header .menu {
        width: 90%;
    }
    .humb{
        position:fixed;
        right:5vw;
        top:5vw;
        cursor:pointer;
        width:10vw;
        height:10vw;
        z-index:1000;
    }
    .humb:before, .humb:after {
        content: "";
        position: absolute;
        display: block;
        height: 4px;
        width: 100%;
        background: black;
        transition: all .5s;
    }
    .humb:before {
        bottom: 0;
    }
    .humb:after {
        top: 0;
    }
    .humb span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: black;
        top: 50%;
        transform: translateY(-50%);
        transition: all .5s;
    }
    .humb.on span {opacity: 0;}
    .humb.on:before {transform: translateY(-4.34vw) rotateZ(45deg);}
    .humb.on:after {transform: translateY(4.34vw) rotateZ(-45deg);}


    .heading {
        width:100%;
        height: auto;
        margin-top:30vw;
    }
    .heading + section{margin-top:25vw!important;}
    .heading > h1{position:relative;}
    .heading > h1 span{letter-spacing:0;font-size:2.5rem;}

    .sp_nav:after{display:none!important;}
    .sp_nav {margin-top: 0vw;margin-bottom:10vw;background-image:none!important;}
    .sp_nav a{display:flex!important;padding-left:0;margin-bottom:0.8rem;}
    .sp_nav small ,
    .sp_nav span {display:block!important;}
    .sp_nav span{width:56%!important;}
    .sp_nav small {
        color:#66c166;
        width:20%!important;
        font-size:1rem;
    }

    .hover_anim2 > a, .hover_anim > a {
        position: relative;
        width: 100%;
        padding: 20vw 0;
        z-index: 1;
    }
    .hover_anim2 > a small, .hover_anim > a small {
        margin-top: 0vw;
        z-index: 1;
    }

    .hover_anim:hover > a:after{right:5%;}
    .hover_anim:hover > .p3:after{right:5%;}
    .hover_anim:hover > a:before{
        width:100%!important;
        height:100%!important;
    }
    .hover_anim > a{
        transition:all .5s;
        background:white;
        border-radius:8px;
    }
    .hover_anim > a:hover{
        transform:translate(-10px,-10px);
        filter:drop-shadow(10px 10px 0 #aaa);
    }


    #index .sec1 {
        background-image: url(/images/index/top_sp.svg);
        background-size: 84% 78%;
        background-position: center 14%;
        height: calc(100vh - 21vw);
        margin-top: 21vw;
    }
    #index .sec1 .scroll_down {
        bottom: 6%;
    }
    #index .sec2 .imgs img {display:none;}
    #index .sec2 .imgs img:first-child {display:block;}
    #index .sec2 .text {
        width: 100%;
        padding: 12% 5%;
        border:none!important;
        position:relative;
        top: 71vw;
        background: none;
    }
    #index .sec3 {
        margin-top: 0;
    }
    #index .sec3 > div {
        padding:20vw 0;
        flex-direction: column-reverse;
    }

    #index .sec3 .slider {
        margin-top: 26vw;
        height:auto;
    }
    #index .sec3 .slider .nav {
        margin: 10vw 0px 10vw 0;
    }

    #index .sec3 .text > div span{
        margin-top:0;
    }

    #index .sec3 .slider .text a {
        margin-top: 10vw;
    }

    #index .sec3 .slider .imgs + div {
        max-width: 100%;
    }

    #index .sec3 .slider + .text > div{
        margin-top: 12vw;
    }
    #index .sec2 .text p {
        margin-top: 10vw;
    }
    #index .sec4 {margin-top:20vw;}
    #index .sec4 img {
        width: 100%;
    }

    #index .sec5 {
        margin-top: 10vw;
        background-image: none;
    }
    #index .sec6 {
        margin-top: 40vw;
    }
    #index .sec6 > div > div:first-of-type a {
        position:absolute;
        bottom:-22vw;
    }
    #index .sec6 > div > div:last-of-type {
        margin-top:12vw;
    }
    #index .sec6 > div > div:last-of-type > a {
        padding: 5vw 0 7vw 0;
    }
    #index .sec6 > div > div:last-of-type > a small {
        margin-top:2vw;
    }
    #index .sec6 > div > div:last-of-type > a small br{display:none;}

    #index .sec6 > div > div:last-of-type > a * {
        margin-top:2vw;
    }
    #index .sec6 > div > div:last-of-type > a span{
        margin-top:4vw;
        line-height:1.4rem!important;
    }
    #index .sec6 > div > div:last-of-type > a.new small:after {
        width: 12vw;
        height: 5vw;
        right: 0;
        top: -6vw;
    }


    #about .sec2 p {
        text-align: left;
        margin-top: 10vw;
        line-height: 1.9rem;
        font-size:1rem;
    }
    #about .sec2 h2 {
        font-size: 1.5rem;
        text-align:left;
    }
    #about .sec2 p br{display:none;}
    #about .sec3 {
    margin-top: 30vw;
    padding: 0 8%;
}
#about .sec3 .text {
    margin-top: 10vw;
    padding: 0 0;
}
#about .sec3 .text p:nth-of-type(2){
    margin-top:1.8em;
}
#about .sec3 .text p:nth-of-type(2) + span{
    bottom:-5rem;
}
#about .sec3 .text h3 {
    font-size: 1.5rem;
    line-height: 2.9rem;
    margin-bottom: 11vw;
}
#about .sec3 .text h3 br{
    display:none;
}

#service.index .sec3 {
    margin-top: 30vw;
}
#service.index .sec3 > div div:first-of-type{
    text-align:center;
    margin-bottom:10vw;

}
#service.index .sec3 > div div:first-of-type img{
    width:35%;
}
#service.index .sec3 > div div:nth-of-type(2) img {
    width: 73%;
    height: auto;
}
#service.index .sec3 > div div:last-of-type .title {
    text-align: left;
    margin-top: 12vw;
}
#service.index .sec3 > div div:last-of-type .title span{
    font-size:2rem;
}
#service.index .sec3 > div div:last-of-type .title small{
    font-size: 4vw;
    margin-top: 3vw;
    display: inline-block;
    width: auto;
}
#service.index .sec3 > div div:last-of-type p {
    margin-top: 12vw;
    font-size: 1rem;
}
#service.index .sec3 > div a {margin-top:13vw;}



#service.index .sec4 img {
    max-width: 100%;
    margin-top: 15vw;
}
#service.index .sec2 div {
    margin-top: 10vw;
}
#service.template .sec2 .left {
}
#service.template .sec2 .left img {
    width: 60%;
    max-width: 100%;
}
#service.template .sec2 .left p {
    margin-top: 10vw;
    margin-bottom:10vw;
}
#service.template .sec2 .left dl {
    margin-top: 10vw;
}
#service.template .sec2 .left dl dt {
    margin-bottom: 5vw;
}
#service.template .sec2 .left dl dd {
    font-size: 1rem;
    margin-bottom: 1vw;
}
#service.template .sec2 .right.sp {
    margin-top:8vw;
    position:relative;
    height:60vw;
    top:0;
    width:100%;
}
#service.marketing .sec2 .right.sp {margin-bottom:15vw;margin-top:0;}
#service.template .sec2 .right.sp img{
    display:block;
    position:relative;
    height:100%;
    width:auto;
    left:50%;
    transform:translateX(-50%);
}

#service.template .sec3 .right h3 {
    margin-top: 6vw;
}
#service.template .sec3 .right > span {
    margin-top: 5vw;
}
#service.template .sec3 .right p {
    margin-top: 7vw;
}
#service.template .sec3 .right br{
    display:none;
}
#service.template .sec3 > div {
    margin-bottom: 19vw;
    padding-bottom: 0vw;
    position:relative;
}
#service.template .sec4 {
    margin-top: 0;
}
#service.template .sec3 {
    padding: 0% 0%;
    margin-top: 35vw;
}

#service.hosting .sec3 > div{padding-bottom:107vw;}
#service.hosting .sec3 .left a + a {
    margin-top: 8vw;
    position:absolute;
    bottom:13vw;
}
#service.template .sec3 .left a {
    margin-top: 0vw;
    position:relative;
    margin-bottom:11vw;
}
#service.hosting .sec3 .left a {
    margin-top: 0vw;
    position:absolute;
    bottom:31vw;
}

#service.global .sec3 .right ,
#service.marketing .sec3 .right {
    width: 53%;
    padding-bottom:25vw!important;
}
#service.marketing .sec2 .left p {
    margin-top: 0vw;
}
#service.marketing .sec2 .left dl {margin-top:0;}
#service.marketing .sec3 .right h3 small {
    margin-left: 0!important;
    display: block!important;
}

#service.marketing .sec3  div:nth-child(1) .left > div{
    width:100%!important;
}

#service.produce .sec2 .left > div {
    width: 100%;
    text-align:center;
}
#service.produce .sec2 .left > div img{
    display:inline;
}
#service.produce .sec3 .il:after {
    content: none;
}
#service.produce .sec3 .il2 .left, #service.produce .sec3 .il2 .right {
    width:100%!important;
}
#service.produce .sec3 .il2 .right{
    margin-top:10vw;
}
#service.produce .sec3 .il2 p a {
    display: inline-block;
    width: 100%;
    padding-right: 1rem;
}
#service.produce .sec3 .right > span {
    margin-top: 0vw;
}
#company.index .sec2 .img {
    margin-bottom: 13vw;
}
#company.index .sec2 > div {
    margin-top: 13vw;
}
#company.index .sec2 > div > dl {
    padding: 4vw 0;
}
#company.index .sec2 > div > dl > dt {width:100%;}
#company.index .sec2 > div > dl > dd {width:100%;}
#company.index .sec2 > div dl a {display: inline;}
#company.index .sec2 > div dl a.deco4 {display: inline-block;}

#company.index .sec2 > div > dl dl dt ,
#company.index .sec2 > div > dl dl dd {
    width: 100%;
}

#company.index .sec3 div dt {
    width:100%;
}
#company.index .sec3 div dd {
    width: 100%;
}
#company.index .sec3 div:after {
    content:none;
}
#company.index .deco4:after{
    top:50%;
}

#company.access .sec2 > div .right {
    margin-top:10vw;;
}
#company.group .sec2 h2 {
    padding-bottom: 7vw!important;
}
#company.group .sec2 > div > div:nth-of-type(2) h3 {
    margin-top: 8vw;
}
#company.group .sec2 > div > div:nth-of-type(2) a {
    left: 50%;
    transform:translateX(-50%);
}


#contact .sec2 dt{
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 5vw;
}
#contact .sec2 dd a {
    border: none;
    margin-bottom: 0;
    padding-left: 8vw;
    padding-right: 8vw;
}
#contact .sec2 dd a:after{
    display: inline-block!important;
    position: relative;
    top: 0;
    transform: none;
}
#contact .sec2 dl {
    margin-top: 5vw;
    padding-bottom: 5vw;
}
#contact .sec2 .f10 input{
    width:1rem;
    height:1rem;
    margin-right:1rem;
    position:relative;
    top:0.15rem;
}



#rule.index .sec2 > div > div div span {
    width: 90%;
}
#rule.index .sec2 {
    padding-bottom: 0vw!important;
    border:none;
}
#rule.index .sec3:before {
    content: none;
}
#rule.index .sec3 > div > div {
    margin-top: 16vw;
}
#rule.index .sec2 > div > h2 + * ,
#rule.index .sec2 > div > h3 + * {
    margin-top: 16vw!important;
}
#rule.index .sec2 > div h2 {
    margin-top: 20vw;
}



#privacy .section {
    margin-top: 30vw;
    padding-bottom: 10vw!important;
}
#privacy .sec4 > span {
    position: relative;
    right: 0;
    bottom: 0.5em;
    margin-top: 10vw;
    display: inline-block;
    width: 100%;
    text-align: right;
}
#privacy .sec4 {
    border-bottom: none;
}

#privacy .sec2 > div:first-of-type > div span {
    margin-top: 12vw;
}
#privacy .sec2 {
    padding-bottom: 15vw!important;
}
#privacy .sec3 .t1,
#privacy .sec3 .t2,
#privacy .sec3 .t3,
#privacy .sec3 .t4,
#privacy .sec3 .t5,
#privacy .sec3 .t6,
#privacy .sec3 .t7,
#privacy .sec3 .t8 {
    margin-top:0!important;
    padding-top: 15vw!important;
    padding-bottom: 15vw!important;
}
#privacy .sec3 .t2 {padding-bottom:0!important;}
#privacy .sec3 .t3 {padding-top:5vw!important;}
#privacy .sec3 .t7 > p {}
#privacy .sec3 {
    margin-top: 15vw;
    max-width: 1027px;
    border-bottom: 1px solid gray;
    padding-bottom: 15vw!important;
}
#privacy .sec3 .t9 {
    margin-top: 0px;
}

#privacy .sec4 {
    margin-top: 15vw;
    padding-bottom: 15vw;
}
#privacy .sec3 .t7 > p {
    padding-bottom: 15vw;
}
#privacy .sec3 .t8 {padding-top:0!important;}
#privacy .sec3 .t8 > p {
    padding-bottom: 15vw;
    margin-bottom:15vw;
}
#privacy .sec3 .t8 > p:last-child{
    margin-bottom:0;
}
#privacy .text.t5{padding-top:0!important;margin-top:-8vw!important;padding-bottom:0!important;}
#privacy .sec3 .t7 > p:nth-child(2) {padding-top:15vw!important;}
#privacy .sec4 > p {
    margin-top: 10vw;
}
#privacy .sec2 img {
    top: -5vw;
    position: relative;
    width: 20%!important;
    height: auto;
    max-width: 20vw;
    margin-right: 0;
    left: -6vw;
}
#privacy .sec2 img + span{width:70%!important;}



#recruit.index .sec2 .bg {
    width: 100%;
    padding-bottom: 60%;
    background-position: 93% 0;
}

#recruit.index .sec2 > span {
    font-size: 6vw;
    margin-top: 20vw;
}
#recruit.index .sec2 .flex{
    margin-top:20vw
}
#recruit.index .sec2 .flex p {
    margin-top: 10vw;
}
#recruit.index .sec3 {
    margin-top: 20vw;
    padding-bottom: 30vw!important;
}
#recruit.index .sec3 h2 {
    text-align: center;
    margin-top: 20vw;
}
#recruit.index .sec3 .flex {
    background-image:none!important;
    margin-top: 20vw;
}


#recruit.interview .sec3 > div{margin-bottom:10vw;}
#recruit.interview .sec3 > div a {
    padding-bottom: 6vw;
}
#recruit.interview .sec3 > div h5 {
    margin-top: 6vw;
}
#recruit.interview .sec3 > div h5:after{
    right: -3%;
    top:0.8rem;
    transform:translate(0,0);
}
#recruit.interview .sec3 > div h5 small {
    margin-top: 2vw;
}
#recruit.interview .sec2 > h2 {
    margin-top: 0;
    font-size:6vw;
}
#recruit.interview .sec2 > h3 {
    margin-top: 25vw;
}
#recruit.interview .sec2 .text > div h4 {
    margin-top:0;
}
#recruit.interview .sec2 .text > div {margin-bottom:25vw!important;}
#recruit.interview .sec2 .text > div > * {
    width: 100%!important;
    margin-top: 8vw!important;
}
#recruit.interview .sec3 {
    margin-top: 15vw!important;
}




#recruit.skill .sec2 h2 {
    margin-top: 0;
    line-height: 1.5em;
    font-size: 6vw;
}
#recruit.skill .sec2 .imgs {
    position: relative;
    margin-top: 20vw;
    border-radius: 8px;
    overflow:hidden;
}
#recruit.skill .sec2 p {
    margin-top: 10vw;
}
#recruit.skill .sec3 {
    margin-top: 25vw;
}

#recruit.skill .sec3 .text > span {
    color: #66c166;
    margin-top: 10vw;
    font-size: 1.3rem;
    line-height: 1.9em;
    display: inline-block;
}
#recruit.skill .sec3 .text > p {
    margin-top: 10vw;
}
#recruit.skill .sec3 .img {
    text-align: center;
    margin-top:10vw;
    width:100%;
}
#recruit.skill .sec3 .img img{width:60%}
#recruit.skill .sec3 > div {
    margin-bottom: 30vw;
}
#recruit.skill .sec3 .text > small {
    margin-top: 10vw;
    margin-bottom: -9vw;
}
#recruit.skill .sec3 .list > div span br{
    display:none;
}
#recruit.skill .sec3 a{
    padding-right: 10vw;
}
#recruit.skill .sec3 a:after{
    right:0;
}
#recruit.skill .sec3 a br{
    display:none;
}




#recruit.welfare .sec2 > p {
    font-size: 6vw;
    margin-top: 0;
}
#recruit.welfare .sec2 > p br{
    display:none;
}
#recruit.welfare .sec2 {
    min-width:0;
}
#recruit.welfare .sec2 > div {
    margin-top: 20vw;
}
.welfare_anim a h2 {
    margin-top:3vw;
}
.welfare_anim a {
    width: 100%!important;
    padding-bottom: 17vw;
    transition: all .5s;
}
.welfare_anim article > div {
    max-width: 1027px;
    padding: 4rem 5vw;
}
.welfare_anim article .imgs {
    margin-top: 11vw!important;
}
.welfare_anim .prev ,
.welfare_anim .next {
    display:none;
}

#recruit.skill .sec2 .imgs > div {
    width: 50%!important;
}



#company.index .sec3 {
    margin-top: 30vw;
}
#company.index .sec4 {
    margin-top: 30vw;
}
#company.philosophy .sec2 > div:before,
#company.philosophy .sec2 > div:after {
    content: none;
}
#company.philosophy .sec2 > div div img {
    margin-top: 10vw;
}
#company.philosophy .sec2 > div div p {
    font-size: 1rem;
    line-height: 1.9em;
    margin-top: 10vw;
}
#company.index .sec4 > div:last-child {
    background-image: url(/images/company/index/img1_sp.svg);
    margin-top: 16vw;
    padding-bottom: 176%;
}

#company.philosophy .sec2 > div div{
    margin-bottom:20vw;
    padding-bottom:20vw;
    border-bottom:1px solid #ccc;
}
#company.philosophy .sec2 > div div:last-child{
    border:none;
    margin-bottom:0;
    padding-bottom:0;
}

#company.philosophy .sec3 {
    padding:30vw 5vw!important;
}
#company.philosophy .sec3 h3{
    margin-top: 25vw;
    margin-bottom: 15vw;
}
#company.philosophy .sec3 h3 span{
    font-size: 4.5rem!important;
    font-family:'DIN Next LT W01 Regular' , sans-serif;
    line-height: 1em;
    letter-spacing: 0;
}
#company.philosophy .sec3 > div{margin-top:0;}
#company.philosophy .sec3 > div div.sp{
    border:solid #ccc 1px;
    border-radius:8px;
    background:white;
    counter-reset:c;
}
#company.philosophy .sec3 > div .sp div{
    width:100%;
    padding: 7vw 0;
    position:relative;
}
#company.philosophy .sec3 > div .sp div:after{
    position:absolute;
    content:"";
    display:block;
    width:90%;
    left:5%;
    height:0;
    bottom:0;
    border-top:1px solid #ccc;
}
#company.philosophy .sec3 > div .sp div a{
}
#company.philosophy .sec3 > div .sp div a:before{
    position:absolute;
    font-size:4rem;
    top:0;
    width:100%;text-align:center;
    font-family: 'DIN Next LT W01 Regular';
    counter-increment: c;
    content: counter(c);
    display: inline-block;
    text-align: center;
    color:#eee;
}
#company.philosophy .sec3 > div .sp small{
    position:relative;
    color: #0092c9;
    font-size:1rem;
    display:block;
    width:100%;
    text-align:center;
    z-index:1;
}
#company.philosophy .sec3 > div .sp span{
    position:relative;
    color:#66c166;
    display:block;
    width:100%;
    text-align:center;
    font-size:1.5rem;
    margin-top:2vw;
    z-index:1;
}
#company.philosophy .sec3 > div .sp p{
    margin-top:5vw;
    font-size:1rem;
    padding: 0 10vw;
    text-align:center;
    display:none;
}
#company.philosophy .sec3 > div .sp a:after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 11px solid #ccc;
    top: 50%;
    transform: translatey(-50%);
    right: 5%;
    transition: all .5s;
}

#company.philosophy .sec4 {
    margin-top: 20vw;
}

#company.philosophy .sec4 > div h2 {
    margin-top: 20vw;
}
#company.philosophy .sec4 > div div {
    display:block;
    position:relative;
    margin-top:-25%;
}
#company.philosophy .sec4 > div p {
    font-size: 1.5rem;
    line-height: 1.9;
    margin-top: 10vw;
    padding-bottom: 20vw;
}
#company.philosophy .sec4 > div p br{
    display:none;
}
#company.philosophy .sec3 .text span {
    position: relative;
    font-size: 1rem;
    line-height: 1.9rem;
    margin-top:3rem;
}
#company.philosophy .sec5 {
    margin-top: 20vw;
    padding: 0%;
}
#company.philosophy .sec5 .items > div {margin-bottom:5vw}
#company.philosophy .sec5 .items > div span {
    margin-top: 2vw;
}
#company.philosophy .sec5 .items > div p {
    text-align: left;
    font-size: 1rem;
    margin-top: 7vw;
}
#company.philosophy .sec5 .items > div p br{display:none;}




#company.group .sec2 > div {position:relative;padding-bottom:35vw;}
#company.group .sec2 > div > div:nth-of-type(2) a {
    position:absolute;
    bottom:15vw;
}


#recruit.programmer dt {
    width: 100%;
}
#recruit.programmer dd {
    width: 100%;
}
#recruit.programmer dt {
    margin-bottom: 2vw;
    font-weight:bold;
}
#recruit.programmer .sec2 a {
    margin-top: 19vw;
}
#recruit.programmer .sec4 {
    margin-top: 25vw;
}
#recruit.programmer .sec4 > a {
    width: 50%;
    padding: 3rem 0;
    text-align: center;
}
#recruit.programmer .sec3 dl p{
    border:none!important;
}


#recruit.gra dl:last-child dl{border-top:0;}

#recruit.meeting .anc{
    top:-30vw;
}
#recruit.meeting .sec2 .img {
    margin-top: 0;
}
#recruit.meeting .topics {
    margin-top:3rem;
}
#recruit.meeting .topics a{
padding-right: 2rem;
padding:1rem 2rem 1rem 0;
border-bottom:1px solid #ccc;
}
#recruit.meeting .topics a:after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 11px solid #0092c9;
    top: 50%;
    transform: translatey(-50%);
    right: 2%;
    transition: all .5s;
}
#recruit.meeting .sec2 > p {
    margin-top: 10vw;
}
#recruit.meeting .sec2 h2 {
    margin-top: 10vw;
    font-size:6vw;
}
#recruit.meeting .sec2 h2 br{
    display:none;
    font-size:1rem;
}

#recruit.meeting .sec2 h3 {
    margin-top: 15vw;
}
#recruit.meeting .sec2 .items {
    margin-top: 0vw;
}

#recruit.meeting .sec2 .items > div {width:48%!important;}
#recruit.meeting .sec2 .items > div  > div{
}
#recruit.meeting .sec2 .items > div div:not(.p) span.prog:before{width:50%;}
#recruit.meeting .sec2 .items > div div:not(.p) span.prog:before {
    text-align:center;
    margin-top:0.8rem;
    top:0.4rem;
    display: block;
    margin-bottom:0.5rem;
}
#recruit.meeting .sec2 .items > div {
    display:block;
    margin-top:3rem;
    margin-bottom:1rem;
}

#recruit.meeting .sec2 .items article{
    border-top:1px solid #ddd;
    display:none;
    padding:1rem 0;
}
#recruit.meeting .sec2 .items article small{
    font-size:1rem;
    color: #0092c9;
}
#recruit.meeting .sec2 .items article p{
    margin-top:0.5rem;
}
#recruit.meeting .sec2 .items > div .p {
    width: 100%;
    position: relative;
    border-radius: 8px;
    height: auto;
    overflow: hidden;
}
#recruit.meeting .sec2 .items > div .p span {
    position: absolute;
    display: block;
    letter-spacing: -1px;
    font-size: 3vw;
    line-height: 1.7rem;
    border-radius: 5px;
    bottom:0rem;
}
#recruit.meeting .sec2 .items > div div:not(.p) {
    margin-top:1rem;
}
#recruit.meeting .sec2 .items > div div:not(.p) span{position:relative;}
#recruit.meeting .sec2 .items > div div:not(.p) span:after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 11px solid #0092c9;
    top: 0.9rem;
    right: 5%;
    transition: all .5s;
}
#recruit.meeting .sec2 .items > div div:not(.p) > p {
    margin-top: 1.5rem;
    font-size: 1rem;
}
#recruit.meeting .sec2 .items > div div:not(.p) > p,
#recruit.meeting .sec2 .items > div div:not(.p) > small {
    display:none;
}

#recruit.meeting .topics a{
    display:block;
}
#recruit.meeting .topics a:last-child{
    border:none;
}
#recruit.meeting .topics a:after{

}
#recruit.meeting .talks {
    padding-top: 10vw!important;
    padding-bottom: 0vw!important;
    margin-top:10vw!important;
    margin-bottom:0vw!important;
    background:none!important;
}
#recruit.meeting .talks > img{
    display:block;
    overflow:hidden;
    border-radius:8px;
    width:100%;
    height:auto;
    margin-bottom:16vw;
}

#recruit.meeting .talks h4 {
    width: 100%;
    margin-bottom: 20vw;
    padding-left: 6rem;
    font-size: 1.3rem;
}
#recruit.meeting .talks h4:before {
    top: 7%;
}
#recruit.meeting .talks > p {
    top:0!important;
    bottom:0!important;
    margin-bottom:16vw;
}

#recruit.meeting .talks > div p {
    margin-bottom: 9vw;
    font-size: 1rem;
    line-height: 1.9rem;
}

#recruit.meeting .talks > div > div {
    width: 48%;
    margin-bottom: 0rem;
}

#recruit.meeting .sec5 + div {
    margin-top: 0;
}
#service.produce .sec3 .il p {
    margin-top:1rem;
}

#contact.form label+label{
    margin-top:0.5rem;
}
#contact.form label{
    padding-left: 1.8em;
    text-indent: -1.8em;
}



#news .sec2 > div > span {
    max-width: 100%;
}
#news .sec2 > div p {
    margin-top: 2vw;
}
#news .sec3 .archive {
    width: 100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:left;
}
#news .sec3 .archive a{
    width:auto;margin-right:0.7rem;
    font-family: 'DIN Next LT W01 Light' , sans-serif;
    font-size:1.1rem;
    letter-spacing:0;
}
#news .sec3 .archive span{
    width:100%;
    font-family: 'DIN Next LT W01 Light' , sans-serif;
    font-size:1.1rem;
    margin-top:0.5em;
    position:relative;
}
#news .sec3 .archive span a{
    width: auto;
    display: inline-block;
    padding-right: 1.3rem;
}

#news .sec3 .archive span a:after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 11px solid #ccc;
    top: 60%;
    transform: translatey(-50%);
    right: 0%;
    transition: all .5s;
}
#news .sec2 > div p{max-width:80%;}
#news .sec3 .items {
    margin-top:15vw;
}
#news .sec3 {
    margin-top:10vw;
}
#news .sec3 .items > div{
    margin-top:10vw;
}
#news .sec3 .items > .pagenav{
    margin-top:15vw;
    width:100%;
    text-align:center;
}
#news .sec3 .items > .pagenav li{
    margin-left:2vw;
    margin-right:2vw;
    font-size:1rem;
    display:inline-block;
    width:auto;
}
#news .sec3 .items > .pagenav li a{
    opacity:0.7;
    font-size:1rem;
}
#news .sec3 .archive > span a.on:after{
    top:32%;
}

#news.detail .sec3 .archive a{
    width:auto;margin-right:0.7rem;
    font-family: 'DIN Next LT W01 Light' , sans-serif;
    font-size:1.1rem;
    letter-spacing:0;
}
#news.detail .sec3 .archive span{
    width:100%;
    font-family: 'DIN Next LT W01 Light' , sans-serif;
    font-size:1.1rem;
    margin-top:0.5em;
    position:relative;
}
#news.detail .sec3 .archive span a{
    width: auto;
    display: inline-block;
    padding-right: 1.3rem;
}

#news.detail .sec3 .archive span a:after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 11px solid #ccc;
    top: 60%;
    transform: translatey(-50%);
    right: 0%;
    transition: all .5s;
}
#news .sec3 .items > a.new > div .bg:before {
    width: 16vw;
    height: 7vw;
}
#news.detail .sec3 h2{
    margin-top:8vw
}
#news.detail .sec3 h2.new:before{
    width: 13vw;
    height: 5vw;
}

#en.index .bg{padding-bottom:60%;}
#en.index .sec1{height:auto;}
#en.index .sec2 > span {
    margin-top: 15vw;
}
#en.index .sec2 > p:first-of-type {
    margin-top: 15vw;
}
#en.index .sec3 {
    margin-top: 30vw;
}
#en.index .sec3 h2 {
    margin-bottom: 15vw;
}
#en.index .sec3 > div > div:nth-of-type(2) img {
    width: 70%;
}
#en.index .sec3 h3 {
    margin-top: 10vw;
    margin-bottom:10vw;
}
#en.index .sec3 h3 {
    margin-top: 10vw;
    margin-bottom:10vw;
}
#en.index .sec3 h3 + div{width:60%;display:block;margin:0 auto;margin-bottom:10vw;}

#en.index .sec3 p + a {
    width:50%;
    margin:13vw auto 25vw auto;
    text-align:center;
    display:block;
}
#en.index .sec4 > div {
    position:relative;
    padding:15vw 0;
}
#en.index .sec4 > div > div:first-of-type a {
    width:50%;
    padding-left:0;
    padding-right:0;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    display:block;
}
#en.index .sec4 > div > div:first-of-type {
    padding:0 0 8vw 0;
}
#en.index .sec4 > div > div:last-of-type img {
    max-width: 70%;
    margin:0 auto;
}
#en.index .sec4 {
    margin-top: 15vw;
}
#en.index .sec4 > div > div:first-of-type p {text-align:center;}
#en.index .sec4 > div > div .sp{width:80%;display:block;margin:7vw auto 0 auto;}
#company.en .heading{display:none;}





}
