/* overwrite layout.css */

@media screen and (max-width: 768px) {
    .re-design #header .logo svg:nth-of-type(1) {
        width: calc(95 * 100% / 295);
    }
    .re-design #header .logo-label {
        margin-left: calc(20 * 100vw / 375);
        padding: calc(8 * 100vw / 375) calc(10 * 100vw / 375);
        border: 1px solid #fff;
        color: #fff;
        font-size: calc(12 * 100vw / 375);
        font-weight: 600;
        white-space: nowrap;
    }
}

@media print,screen and (min-width: 769px){
    .re-design #header .logo-label {
        margin-left: 20px;
        padding: 12px;
        background: #c00;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        white-space: nowrap;
    }
}

@media screen and (min-width: 769px) and (max-width:1299px) {
    .re-design #header .logo-label {
        font-size: calc(15 * 100vw / 1300);
        white-space: nowrap;
    }
}

@media print,screen and (min-width: 769px){
    .re-design #header .logo svg:nth-of-type(1) {
        width: 127px;
    }
}

/*--------------------------------------------
NAVI
---------------------------------------------*/
#grobalNav>li{
    position: relative;
    margin: 0 15px;
}
.re-design #grobalNav>li:last-child .application-copy {
    margin-bottom: 4px;
    color: #FF6600;
    font-weight: 600;
}
.re-design #grobalNav>li:last-child a {
    background-color: #FF6600;
}
.re-design #sp-float-link {
    display: inherit;
}

@media screen and (max-width: 768px) {
    .c-subMenu {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding-top: calc( 10 * 100% / 375 );
        margin: calc( 15 * 100% / 375 ) calc( 10 * 100% / 375 ) 0;
    }
    .c-subMenuItem {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 50%;
        padding-left: 10px;
    }
    .c-subMenuItem a {
        font-family: "Hiragino Kaku Gothic Pro";
        font-size: calc( 14 * 100vw / 375 );
        font-weight: normal;
        line-height: 2.42;
        color: #FFFFFF;
        outline: none;
    }
    /* float link for iPhone */
    .re-design #sp-float-link {
        width: 100%;
        padding: calc(10 * 100vw / 375) 0;
        text-align: center;
        background: rgba(0, 0, 0, .8);
    }
    .re-design #sp-float-link.fixed {
        position: fixed;
        z-index: 100;
        left: 0;
        bottom: 0;
    }
    .re-design #sp-float-link.static {
        background: #eee;
        position: relative;
        z-index: 2;
    }
    .re-design #sp-float-link a {
        width: calc(300 * 100vw / 375);
        height: auto;
        margin: auto;
        padding: calc(20 * 100vw / 375) 0;
        background: #FF6600 url("../images/ui/arrow/link_white.svg") no-repeat right 5% center;
        display: block;
    }
    .re-design #sp-float-link img.entry-image {
        width: 72%;
    }
    .re-design #sp-float-link .application-copy {
        padding: calc(5 * 100vw / 375) calc(10 * 100vw / 375);
        border-radius: calc(40 * 100vw / 375);
        background: #fff;
        color: #FF6600;
        font-weight: 600;
        font-size: calc(11 * 100vw / 375);
        display: inline-block;
        position: absolute;
        top: calc(-12 * 100vw / 375);
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0 0 calc(10 * 100vw / 375) rgb(0 0 0 / 20%);
        text-shadow: none;
    }
}

@media print,screen and (min-width: 769px){
    #grobalNav>li:hover .c-subMenu {
        display: flex;
    }
    .c-subMenu {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        display: none;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: nowrap;
        transform: translate(0, 100%);
        background-color: #ffffff;
        border-bottom: 1px solid #F2F2F2;
        padding-top: 15px;
    }
    .c-subMenuItem {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 46px;
        text-align: center;
        border-top: 1px solid #F2F2F2;
    }
    .c-subMenuItem a {
        font-family: "Hiragino Kaku Gothic Pro";
        font-size: 16px;
        font-weight: normal;
        color: #222222;
        outline: none;
    }
    .re-design #sp-float-link {
        width: 100%;
        display: block;
        text-align: center;
    }
    .re-design #sp-float-link.fixed {
        position: fixed;
        z-index: 100;
        left: 0;
        bottom: 0;
        padding: 10px 0;
        background: rgba(0, 0, 0, .8);
    }
    .re-design #sp-float-link.static {
        padding: 30px 0;
        background: #eee;
        position: relative;
    }
    .re-design #sp-float-link.static .application-copy {
        top: 10px;
    }
    .re-design #sp-float-link.temporary-hide {
        display: none;
    }
    .re-design #sp-float-link a {
        width: 300px;
        margin: auto;
        padding: 18px 0;
        border-radius: 30px;
        box-shadow: 0 0 15px rgba(0, 0, 0, .3);
        background: #FF6600 url("../images/ui/arrow/link_white.svg") no-repeat right 20px center;
        display: block;
    }
    .re-design #sp-float-link img.entry-image {
        width: 72%;
    }
    .re-design #sp-float-link .application-copy {
        padding: 3px 10px;
        border-radius: 40px;
        background: #fff;
        color: #FF6600;
        font-weight: 600;
        font-size: 11px;
        text-align: center;
        line-height: 25px;
        display: inline-block;
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    }
}

/* @media print,screen and (min-width: 1300px){
    .re-design #grobalNav>li:not(:last-child) a {
        padding-left: 18px;
        padding-right: 18px;
    }
    .re-design #grobalNav>li:last-child {
        margin-left: calc(40px - 28px);
    }
} */

@media screen and (max-width: 768px) {
    .re-design #member {
        margin-top: calc(40 * 100vw / 375);
    }
}

@media print,screen and (min-width: 769px){
    .re-design #member {
        margin-top: 80px;
    }
}

@media screen and (max-width: 768px) {
    .re-design #linkMessage+#linkRecruiter {
        background: #fff;
    }
}

@media screen and (min-width: 769px) and (max-width:1299px) {
    .re-design #linkMessage .box {
        z-index: 1;
    }
    .re-design #linkMessage+#linkRecruiter {
        padding-bottom: 60px;
        background: #fff;
    }
}

@media print,screen and (min-width: 1300px){
    .re-design #linkMessage+#linkRecruiter {
        padding-bottom: 60px;
        background: #fff;
    }
}

/*--------------------------------------------
RECRUITER
---------------------------------------------*/
.re-design #linkRecruiter .box {
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .re-design #linkRecruiter .box-inner {
        padding-bottom: calc(60 * 100vw / 375);
    }
}

/*--------------------------------------------
FOOTER
---------------------------------------------*/

@media screen and (max-width: 768px) {
    .re-design #footer:not(.nobg).lazyloaded {
        background: #000 url(../images/footer/bg_sp.png) no-repeat center top;
        background-size: auto calc(435 * 100vw / 375);
    }
}

/* overwrite module.css */

/*--------------------------------------------
LIST BUSINNES02
---------------------------------------------*/

.re-design .list-bussiness02:before {
    height: 42%;
    background: #eee;
}
.re-design .list-bussiness02 li a {
    display: block;
}

@media screen and (max-width: 768px) {
    .re-design .list-bussiness02 {
        padding-left : 0;
		padding-right : 0;
    }
    .re-design .list-bussiness02 li {
        width: auto;
    }
    .re-design .list-bussiness02 li a {
        margin-right: calc(15 * 100vw / 335);
        background: #fff;
        max-width: calc(150 * 100vw / 335);
    }
    .re-design .list-bussiness02 .slick-slide:nth-child(1) h4 img {
        height: calc(60 * 100vw / 375);
    }
    .re-design .list-bussiness02 .slick-slide:nth-child(2) h4 img {
        height: calc(40 * 100vw / 375);
    }
    .re-design .list-bussiness02 .slick-slide:nth-child(3) h4 img {
        height: calc(32 * 100vw / 375);
    }
    .re-design .list-bussiness02 .slick-slide:nth-child(4) h4 img {
        height: calc(45 * 100vw / 375);
    }
    .re-design .list-bussiness02 .slick-slide:nth-child(5) h4 img {
        height: calc(59 * 100vw / 375);
    }
}

@media screen and (min-width: 769px) and (max-width:1299px) {
    .re-design .list-bussiness02 {
        padding: calc(20 * 100vw / 1300) calc(30 * 100% / 1280) 0;
    }
    .re-design .list-bussiness02 li {
        width: auto;
        margin: 0;
    }
    .re-design .list-bussiness02 li a {
        margin-left: calc(30 * 100% / 1280);
        margin-right: calc(30 * 100% / 1280);
        margin-top: calc(20 * 100vw / 1300);
        background: #fff;
    }
    .re-design .list-bussiness02 .slick-slide:nth-child(1) h4 img {
        height: calc(100 * 100vw / 1300);
    }
    .re-design .list-bussiness02 .slick-slide:nth-child(2) h4 img {
        height: calc(62 * 100vw / 1300);
    }
    .re-design .list-bussiness02 .slick-slide:nth-child(3) h4 img {
        height: calc(55 * 100vw / 1300);
    }
    .re-design .list-bussiness02 .slick-slide:nth-child(4) h4 img {
        height: calc(73 * 100vw / 1300);
    }
    .re-design .list-bussiness02 .slick-slide:nth-child(5) h4 img {
        height: calc(102 * 100vw / 1300);
    }
}

@media print,screen and (min-width: 1300px){
    .re-design #business .list-bussiness02 {
        padding: 20px 0 100px;
    }
    .re-design .list-bussiness02 li {
        width: auto;
        margin: 0;
    }
    .re-design .list-bussiness02 li a {
        width: calc(300 * 100vw / 1300);
        margin-left: calc(10 * 100vw / 1300);
        margin-right: calc(10 * 100vw / 1300);
        margin-top: 20px;
        background: #fff;
    }
    .re-design .list-bussiness02 .slick-slide:nth-child(1) h4 img {
        height: 100px;
    }
    .re-design .list-bussiness02 .slick-slide:nth-child(2) h4 img {
        height: 62px;
    }
    .re-design .list-bussiness02 .slick-slide:nth-child(3) h4 img {
        height: 55px;
    }
    .re-design .list-bussiness02 .slick-slide:nth-child(4) h4 img {
        height: 73px;
    }
    .re-design .list-bussiness02 .slick-slide:nth-child(5) h4 img {
        height: 102px;
    }
}

@media print, screen and (min-width: 1600px) {
	.re-design .list-bussiness02 li a {
		width: 300px;
		margin-left : 20px;
		margin-right : 20px;
	}
}

/* overwrite home.css */
.re-design #mv .wrap {
    background-image: url("../images/home/mv/bg_new.svg");
}
.re-design #mv .texts {
    max-width: 1300px;
    padding-left: 10px;
    padding-right: 10px;
}
.re-design #mv .panel {
    max-width: 1920px;
    margin: auto;
    position: relative;
}
.re-design #mv .panel .catch {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.re-design #mv .panel .catch.top {
    top: 0;
}
.re-design #mv .panel .catch.bottom {
    bottom: 0;
}
.re-design #mv .panel img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    
   	.re-design #mv .wrap {
   	    background-image: url("../images/home/mv/bg.svg");
   	    background-position: right calc(10 * 100vw / 375) top;
   	    background-size: calc(170 * 100vw / 375) auto;
   	    padding-bottom: 12%;
   	}
   	.re-design #mv .wrap>p {
   	    left: 0;
   	    top: 0;
   	}
   	.re-design #mv .wrap>p img {
   	    width: calc(172 * 100vw / 375);
   	    height : auto;
   	}
   	.re-design #mv h1 {
        text-align: left;
   	    margin-top: calc(-37 * 100vw / 375);
   	}
   	.re-design #mv h1 img {
           width: calc(151 * 100vw / 375);
           height: auto;
   	}
   	.re-design #mv h2 {
   	    width: 50%;
   	    margin-top: calc(22 * 100vw / 375);
   	}
   	.re-design #mv h2 span:nth-of-type(1) {
   	    font-size: calc(12 * 100vw / 375);
   	}
   	.re-design #mv h2 span:nth-of-type(2) {
   	    font-size: calc(12 * 100vw / 375);
   	    letter-spacing: .28em;
   	}
   	.re-design #mv h2 span:nth-of-type(3) {
   	    font-size: calc(12 * 100vw / 375);
   	}
   	.re-design #mv .panel {
   	    padding: calc(20 * 100vw / 375) 0 calc(48 * 100vw / 375);
   	}
   	.re-design #mv .panel .catch.top {
   	    width: calc(303 * 100vw / 375);
   	}
   	.re-design #mv .panel .catch.bottom {
   	    width: calc(336 * 100vw / 375);
   	}
}

@media screen and (min-width: 769px) and (max-width:1299px) {
    
    .re-design #mv .wrap {
        background-position: top calc(28 * 100vw / 1300) right calc(20 * 100vw / 1300);
        background-size: calc(687 * 100vw / 1300) auto;
        padding-bottom: calc(60 * 100vw / 1300);
    }
    .re-design #mv .wrap>p {
        top: calc(-56 * 100vw / 1300);
        left: calc(-10 * 100vw / 1300);
    }
    .re-design #mv .wrap>p img {
        width: calc(415 * 100vw / 1300);
        height : auto;
    }
    .re-design #mv h1 {
        margin-top: calc(-80 * 100vw / 1300);
        margin-left: calc(22 * 100vw / 1300);
    }
    .re-design #mv h1 img {
        width: calc(347 * 100vw / 1300);
        height : auto;
    }
    .re-design #mv h2 {
        font-size: calc(12 * 100vw / 1300);
        margin-top: calc(12 * 100vw / 1300);
        margin-left: calc(22 * 100vw / 1300);
    }
    .re-design #mv .texts {
        margin: calc(80 * 100vw / 1300) auto calc(60 * 100vw / 1300);
        text-align: center;
    }
    .re-design #mv .texts .lead {
        margin-bottom: calc(50 * 100vw / 1300);
    }
    .re-design #mv .texts .lead img {
        width: calc(834 * 100vw / 1300);
    }
    .re-design #mv .panel {
        padding: calc(80 * 100vw / 1300) 0 calc(60 * 100vw / 1300);
        position: relative;
    }
    .re-design #mv .panel .catch {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .re-design #mv .panel .catch.top {
        width: calc(763 * 100vw / 1300);
        top: 0;
    }
    .re-design #mv .panel .catch.bottom {
        width: calc(1160 * 100vw / 1300);
        bottom: 0;
    }
    .re-design #mv .panel img {
        width: 100%;
    }
}

@media print, screen and (min-width: 1300px) {
    .re-design #mv .wrap {
        background-position: top 28px right 20px;
        background-size: 687px auto;
        padding-bottom: 60px;
    }
    .re-design #mv .wrap>p {
        top: -56px;
    }
    .re-design #mv .wrap>p img {
        width: 415px;
        height: auto;
    }
    .re-design #mv h1 {
        margin-top: -80px;
        margin-left: 12px;
    }
    .re-design #mv h1 img {
        width: 347px;
        height : auto;
    }
    .re-design #mv h2 {
        font-size: 12px;
        margin-top: 12px;
        margin-left: 12px;
    }
    .re-design #mv .texts {
        margin: 80px auto 60px;
        text-align: center;
    }
    .re-design #mv .texts .lead {
        margin-bottom: 50px;
    }
    .re-design #mv .panel {
        padding: 80px 0 60px;
        position: relative;
    }
    .re-design #mv .panel .catch {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .re-design #mv .panel .catch.top {
        top: 0;
    }
    .re-design #mv .panel .catch.bottom {
        bottom: 0;
    }
    .re-design #mv .panel img {
        width: 100%;
    }
}

/*--------------------------------------------
BUSINESS
---------------------------------------------*/

@media screen and (max-width: 768px) {
    .re-design #business {
        margin-top: calc(40 * 100vw / 375);
    }
    .re-design #business .list-bussiness02 {
        margin-top: calc(-7 * 100vw / 375);
    }
}

@media screen and (min-width: 769px) and (max-width:1299px) {
    .re-design #business {
        margin-top: calc(80 * 100vw / 1300);
        background-size: auto calc(300 * 100vw / 1300);
    }
    .re-design #business .list-bussiness02 {
        padding-bottom: calc(100 * 100vw / 1300);
    }
}

@media print,screen and (min-width: 1300px){
    .re-design #business {
        margin-top: 80px;
    }
    .re-design #business .list-bussiness02 {
        padding-bottom: 100px;
    }
}

/*--------------------------------------------
WORKING
---------------------------------------------*/

@media screen and (max-width: 768px) {
    .re-design #working .wrap {
        margin-top: calc(40 * 100vw / 375);
    }
}

@media print,screen and (min-width: 769px){
    .re-design #working .wrap {
        margin-top: 90px;
    }
}

@media screen and (max-width: 768px) {
    .re-design #environment {
        margin-top: calc(40 * 100vw / 375);
        background-size: 100% auto;
    }
    .re-design #environment .wrap-inner {
        padding-bottom: calc(60 * 100vw / 375);
    }
}

@media print,screen and (min-width: 769px){
    .re-design #environment {
        margin-top: 80px;
    }
}

@media screen and (min-width: 769px) and (max-width:1299px) {
    .re-design #environment .wrap-inner {
        padding-bottom: calc(60 * 100vw / 1300);
    }
}

@media print,screen and (min-width: 1300px){
    .re-design #environment .wrap-inner {
        padding-bottom: 60px;
    }
}