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

/* ===============================================
 *  #keyvisual
 * ==============================================*/
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 60px!important;
 }


@media (max-width: 767px) {
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 200px!important;
}


}

#wrap {
    display: block;
    padding-top: 110px;
}
@media (max-width: 767px) {
    #wrap {
        padding-top: 70px;
    }
}




.l-main__outer {
    margin:0 40px
}
.l-main__inner {
    margin:auto;
    max-width:1160px;
    min-height:calc(100vh - 118px - 80px)
}

.l-top {
    position:relative;
    z-index:1
}
.l-top .u-copy {
    margin-top:32px
}
.l-top .u-text {
    margin-top:16px;
    text-align:justify
}
html[lang=en] .l-top .u-text {
    text-align:left
}
.l-top--business {
    padding:80px 0 75px
}
.l-top--business .l-top__col:last-child>.u-text {
    margin-top:16px
}

.p-service__image {
    position:relative;
    left:50%;
    margin-left:-50vw;
    /*width:100vw;*/
    width:99vw;
    height:500px;
    overflow:hidden;
    z-index:1
}
.p-service__image figure {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow:hidden;
    z-index:1
}
.p-service__image figure img {
    display:block;
    width:100%;
    height:100%;
    object-fit:cover
}

.p-service__column {
    display:flex;
    justify-content:space-between
}
.p-service__onestop {
    position:relative;
    margin-top:-120px;
    padding:64px 80px 80px;
    width:111.7647058824%;
    background-color:#fff;
    border-radius:3px;
    box-shadow:0 3px 30px rgba(0,0,0,0.15);
    z-index:1
}

.p-service__col:first-child {
    padding-top:48px;
    width:35.8620689655%
}
.p-service__col:last-child {
    width:58.6206896552%
}
.u-copy {
    font-size:26px;
    font-weight:600;
    letter-spacing:0.03em;
    line-height:1.6em
}
.u-text {
    font-size:16px;
    letter-spacing:0.03em;
    line-height:2em
}
.p-service__list {
    display:flex;
    flex-wrap:wrap;
    margin:-24px 0 0 -32px;
    padding-top:16px
}

.p-service__item {
    margin:24px 0 0 32px;
    width:calc(50% - 32px)
}
.p-service__item a {
    display:flex;
    flex-direction:column;
    justify-content:center;
    position:relative;
    padding:0 32px 0 0px;
    height:107px;
    font-size:14px;
    letter-spacing:0.03em;
    line-height:1.6em;
    z-index:1
}
.p-service__item a:after,.p-service__item a:before {
    display:block;
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:2px;
    background-color:#E7E7E7;
    z-index:1
}
.p-service__item a:after {
    background-color:#0068b7;
    transform:scaleX(0);
    transform-origin:right
}
.p-service__item a em {
    display:block;
    margin-bottom:8px;
    font-size:18px;
    font-weight:600;
    font-style:normal;
    letter-spacing:0.03em;
    line-height:1.6em
}
.p-service__item a .u-tricarrow {
    position:absolute;
    top:50%;
    right:16px;
    margin-top:-6px;
    width:12px;
    height:12px
}
.p-service__icon {
    position:absolute;
    top:50%;
    left:16px;
    margin-top:-16px;
    width:32px;
    height:32px;
    background-image:url(../img/common/illust_service.svg);
    background-repeat:no-repeat;
    background-size:160px 32px;
    z-index:1
}
.p-service__icon.is-planning {
    background-position:0 0
}
.p-service__icon.is-procurement {
    background-position:-32px 0
}
.p-service__icon.is-manufacturing {
    background-position:-64px 0
}
.p-service__icon.is-quality {
    background-position:-96px 0
}
.p-service__icon.is-overseas {
    background-position:-128px 0
}
.u-tricarrow:after, .u-tricarrow:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/ic_arrow.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 400% auto;
    z-index: 1;
}

@media only screen and (min-width:1000px),print {
	
	
    .p-service__item a {
        transition-property:color;
        transition-duration:0.25s
    }
    .p-service__item a:after {
        transition-property:transform;
        transition-duration:0.25s;
        transition-timing-function:cubic-bezier(0.87,0,0.13,1)
    }
    .p-service__item a:hover {
        color:#0068b7;
        transition-duration:0s
    }
    .p-service__item a:hover:after {
        transform:scaleX(1);
        transform-origin:left;
        transition-timing-function:cubic-bezier(0.16,1,0.3,1)
    }
    .js-service-ready .p-service__image figure {
        opacity:1
    }
    .js-service-ready .p-service__image figure.is-acitve {
        animation-name:servichover;
        animation-duration:0.85s;
        animation-delay:-0.25s;
        animation-fill-mode:forwards;
        animation-iteration-count:cubic-bezier(0.33,1,0.68,1)
    }
}
@media only screen and (max-width:999px) { 
.l-main__outer {
        margin:0 24px
    }
    .l-main__inner {
        max-width:initial;
        min-height:calc(100vh - 68px)
    }
    .l-top .u-copy {
        margin-top:40px
    }
    .l-top .u-text {
        margin-top:24px
    }
    .l-top--business {
        padding:80px 0 120px
    }
    .l-top--business .l-top__col:last-child>.u-text {
        margin-top:24px
    }

    .p-service {
        margin-top:80px
    }
    .p-service__image {
	   width:100vw;
	
        height:250px
    }
    .p-service__column {
        display:block
    }
    .p-service__col:first-child,.p-service__col:last-child {
        padding:0;
        width:auto
    }
    .p-service__onestop {
        margin-top:60px;
        padding:0;
        width:auto;
        box-shadow:none
    }
    .p-service__list {
        margin:-16px 0 0 -23px
    }
    .p-service__item {
        margin:16px 0 0 23px;
        width:calc(50% - 23px)
    }
    .p-service__item a {
        padding:0 20px 0 53px;
        height:92px;
        font-size:11px;
        line-height:1.4em;
        z-index:1
    }
    html[lang=en] .p-service__item a {
        padding-right:18px
    }
    .p-service__item a em {
        margin-bottom:4px;
        font-size:16px
    }
    .p-service__item a .u-tricarrow {
        right:8px
    }
    .p-service__icon {
        left:8px
    }
    .js-service-ready .p-service__image figure {
        opacity:1
    }
    .js-service-ready .p-service__image figure.is-acitve {
        animation-name:servichover;
        animation-duration:1s;
        animation-delay:-0.25s;
        animation-fill-mode:forwards;
        animation-iteration-count:cubic-bezier(0.65,0,0.35,1)
    }
}
@keyframes servichover {
    0% {
        opacity:0;
        transform:scale(1.05)
    }
    to {
        opacity:1;
        transform:scale(1)
    }
}
@media print {
    .p-service__image {
        left:0;
        right:0;
        margin-left:0;
        width:auto
    }
}



@media only screen and (max-width:999px) {
	
	
    .u-copy {
        font-size:24px
    }
	
    .u-text {
        font-size:14px
    }
	
	
}	
.u-subtitle {
    position:relative;
    padding-left:28px;
    font-size:20px;
    font-weight:600;
    letter-spacing:0.03em;
    line-height:1.6em;
    z-index:1
}
.u-subtitle:after,.u-subtitle:before {
    display:block;
    content:"";
    position:absolute;
    top:50%;
    left:0;
    margin-top:-4px;
    width:8px;
    height:8px;
    background-color:#00a0e9;
    z-index:1
}
.u-subtitle:after {
    left:12px;
    background-color:#0481ba
}
@media only screen and (max-width:999px) {
    .u-subtitle {
        padding-left:36px;
        font-size:18px
    }
}
/******************************************************************************
 * top-rec
*******************************************************************************/


.toprec-cts {
    display: grid;
    grid-template-areas: 'main thumbnail';
    grid-template-columns: 13fr 11fr;
}

.toprec-right {
    position: relative;
    grid-area: thumbnail;
    /* -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s ease-out, background-color 0.2s ease-out; */
    /* transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s ease-out, background-color 0.2s ease-out; */
}

.toprec-right >img {
    object-fit: cover;
}

.toprec-cts img, picture {
    max-width: 100%;
    display: block;
}

.toprec-left {
    grid-area: main;
    padding: 150px 0 160px 23.076923076923077%;
    background: rgba(247, 249, 251, 0.8);
}

@media (max-width: 960px) {
    .toprec-cts {
        display: block;
    }
}

@media (max-width: 820px) {
    .toprec-left {
        padding: 60px 6.666666666666667% 70px;
    }
}
@media (max-width: 960px) {
    .toprec-left {
        padding: 150px 7.6923076923076925% 160px;
    }
}

@media (max-width: 1080px) {
    /*.toprec-left {
        padding: 150px 0 160px 11.538461538461538%;
    }*/
}

.toprec-txt {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 50px;
    font-family: 'TTNormsPro-Md', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    background: linear-gradient(97.61deg, #29c0ff 13.66%, #0081e3 101.36%);
    -webkit-background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s ease-out, background-color 0.2s ease-out;
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s ease-out, background-color 0.2s ease-out;
}

@media (max-width: 820px) {
    .toprec-txt {
        margin-bottom: 25px;
        font-size: 24px;
    }
}
.toprec-intro {
    margin-bottom: 30px;
    font-family: 'TTNormsPro-DmBd', 'FP-こぶりなゴシック StdN W6', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color: #1e242c;
    letter-spacing: 0.075em;
    -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s ease-out, background-color 0.2s ease-out;
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s ease-out, background-color 0.2s ease-out;
}

@media (max-width: 820px) {
    .toprec-intro {
        margin-bottom: 15px;
        font-size: 24px;
    }
}
@media (max-width: 1080px) {
    .toprec-intro {
        font-size: 36px;
    }
}
.toprec-cts {
    margin-bottom: 60px;
    /*font-family: 'TTNormsPro-DmBd', 'FP-こぶりなゴシック StdN W6', sans-serif;*/
    font-size: 15px;
    font-style: normal;
    /*font-weight: 600;*/
    line-height: 175%;
    color: #303844;
    letter-spacing: 0.025em;
    -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s ease-out, background-color 0.2s ease-out;
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s ease-out, background-color 0.2s ease-out;
}
@media (max-width: 820px) {
    .toprec-cts {
        margin-bottom: 40px;
    }
}
.css-1ehyx9h {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    padding: 11px 30px 9px;
    font-family: 'TTNormsPro-DmBd', 'FP-こぶりなゴシック StdN W6', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 175%;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-radius: 7px;
    -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
    color: #ffffff!important;
    background: #27b6f2;
    -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s ease-out, background-color 0.2s ease-out;
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s ease-out, background-color 0.2s ease-out;
}
@media (max-width: 820px) {
    .css-1ehyx9h {
        width: 100%;
    }
}
