@charset "utf-8";
/*------------------------------------------------------------
	factory_index
------------------------------------------------------------*/
#main {
    margin-bottom: 6.6rem;
}
#main .page-title .content {
    margin: 0;
}
#main .page-title .bg {
    border-bottom: 0.1rem solid #0068B7;
}
#main .page-title .bg img {
    width: 100%;
}
#main h2 {
    margin: -6.2rem 0 3rem -2rem;
    padding: 2.2rem 1.3rem 2.1rem 2rem;
    width: fit-content;
    position: relative;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.56;
    letter-spacing: 0.54rem;
    border: 0.1rem solid #0068B7;
    border-left: none;
    background: #FFF;
    z-index: 1;
}
#main h2 img {
    display: block;
    height: 3.8rem;
}
#main h2 .jp {
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
	vertical-align: top;
}
#main h2 .jp:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: translateX(-151%) skewX(-45deg);
    transition: transform .96s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#main h2 .jp.is-active::after {
    transform: translateX(151%) skewX(-45deg);
}
#main .ctr-text {
    margin-bottom: 5rem;
}
#main h3 {
    margin: 0 0.5rem 3.2rem;
    color: #123568;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.52;
    letter-spacing: 0.36rem;
}
#main h3 img {
    margin-bottom: 1rem;
    display: block;
    max-width: inherit;
    height: 3.8rem;
}
#main .intro {
    margin-bottom: 5.5rem;
}
#main .intro .img-box .photo-box {
    margin-bottom: 5.6rem;
}
#main .intro .img-box .photo-box img {
    width: 100%;
}
#main .intro .img-box .text-box {
    margin: 0 2rem;
}
#main .intro .img-box .text-box .note {
    margin-top: 0.6rem;
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.104rem;
}
#main .process {
    margin-bottom: 6.2rem;
}
#main .process h3 {
    margin-bottom: 3.7rem;
}
#main .process .img-box {
    margin: 0 -2rem 0 0.9rem;
    padding: 0 0 3.5rem 3.4rem;
    position: relative;
    border-left: 0.1rem solid #123568;
}
#main .process .img-box:not(:last-of-type) {
    margin-bottom: 1.6rem;
}
#main .process .img-box .title {
    padding-bottom: 1rem;
    width: 3rem;
    position: absolute;
    left: -1.8rem;
    top: -0.2rem;
    color: #123568;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: 0.4rem;
    background: #fff;
    white-space: nowrap;
    writing-mode: horizontal-tb;
    writing-mode: vertical-rl;
    -webkit-writing-mode: horizontal-tb;
    -webkit-writing-mode: vertical-rl;
    -webkit-writing-mode: tb-rl;
}
#main .process .img-box .photo-box {
    margin-bottom: 2rem;
}
#main .process .img-box .photo-box img {
    width: 100%;
}
#main .process .img-box .text-box {
    margin-right: 2rem;
}
#main .process .img-box .text-box h4 {
    margin: 0 -1rem 2.1rem 0;
    color: #0068B7;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.56;
    letter-spacing: 0.54rem;
}
#main .process .img-box .text-box p:not(:last-child) {
    margin-bottom: 2.2rem;
}
#main .process .img-box .text-box p span {
    color: #0068B7;
    font-weight: 700;
}
#main .process .img-box .text-box dt {
    margin-bottom: 0.7rem;
    padding: 0 0.5rem 0 0.8rem;
    width: fit-content;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.52;
    letter-spacing: 0.3rem;
    border-radius: 0.2rem;
    background: #0068B7;
}
#main .process .img-box .text-box dd {
    font-size: 1.4rem;
    line-height: 1.72;
    letter-spacing: 0.14rem;
}
#main .process .img-box .text-box dd:not(:last-of-type) {
    margin-bottom: 1.5rem;
}
#main .process .img-box .text-box dd small {
    font-size: 1.3rem;
    letter-spacing: 0.13rem;
}
#main .process .img-box01 {
    padding-bottom: 6.5rem;
}
#main .process .foo img {
    width: 100%;
    height: auto;
}
#main .process .foo .slick-slide {
    margin: 0 1.2rem;
}
#main .process .foo li {
    vertical-align: top;
}
#main .recycling {
    background: url(../images/common/bg01.png) no-repeat left 55% top / 58rem auto;
}
#main .recycling h3 {
    margin: 0;
}
#main .recycling h3 img {
    margin-left: auto;
    height: 7rem;
}
#main .recycling p {
    margin: 0 -2rem 5.5rem 0.3rem;
    font-size: 1.7rem;
    line-height: 1.96;
    letter-spacing: 0.17rem;
}
#main .fix-btn {
    margin: 0;
    position: fixed;
    right: 1.1rem;
    bottom: 1.1rem;
    display: none;
    z-index: 100;
}
#main .fix-btn a .arrow:before, #main .fix-btn a .arrow:after {
    background-image: url(../images/common/arrow04.svg);
}
/* driver_index */
#main.driver h2 {
    padding: 2.2rem 3.2rem 2.1rem 4rem;
}
#main.driver .recycling {
    background-position: left 55% bottom 4rem;
}
#main.driver .recycling p {
    margin-bottom: 5.5rem;
}
@media all and (min-width: 820px) {
    #main {
        margin-bottom: 100px;
    }
    #main .page-title .content {
        margin: 0 auto;
        max-width: 1098px;
        position: relative;
    }
    #main .page-title .bg {
        height: 667px;
        border-bottom: none;
    }
    #main .page-title .bg img {
        height: 100%;
        object-fit: cover;
    }
    #main h2 {
        margin: -225px 0 70px 5px;
        padding: 44px 66px 62px 69px;
        font-size: 38px;
        line-height: 1.4;
        letter-spacing: 7.6px;
        border-left: 1px solid #0068B7;
    }
    #main h2 img {
        height: 44px;
    }
    #main .ctr-text {
        margin: 0 auto 121px;
        padding-right: 82px;
        width: fit-content;
    }
    #main h3 {
        margin: 0 5px 44px;
    }
    #main h3 img {
        margin-bottom: 9px;
    }
    #main .intro {
        margin-bottom: 125px;
    }
    #main .intro .img-box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #main .intro .img-box .photo-box {
        margin-bottom: 0;
        width: calc(50% - 29px);
    }
    #main .intro .img-box .text-box {
        margin: 8px 0 0;
        width: calc(50% - 51px);
    }
    #main .intro .img-box .text-box .sub-box {
        max-width: 560px;
    }
    #main .intro .img-box .text-box .note {
        margin-top: 20px;
    }
    #main .process .img-box .text-box dl {
        margin-right: -10px;
    }
    #main .process {
        margin-bottom: 0;
    }
    #main .process .content {
        max-width: 928px;
    }
    #main .process h3 {
        margin-bottom: 69px;
    }
    #main .process .img-box {
        margin: 0;
        padding: 0;
        border-left: none;
        overflow: hidden;
    }
    #main .process .img-box:not(:last-of-type) {
        margin-bottom: 56px;
    }
    #main .process .img-box:nth-of-type(2n) .sub-box {
        flex-direction: row-reverse;
    }
    #main .process .img-box .sub-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #main .process .img-box .title {
        margin-bottom: 10px;
        padding: 8px 7px 8px 10px;
        width: fit-content;
        position: static;
        left: auto;
        top: auto;
        color: #fff;
        font-size: 15px;
        line-height: 1.52;
        letter-spacing: 3px;
        border-radius: 4px;
        background: #123568;
        writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        -moz-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
    }
    #main .process .img-box .photo-box {
        margin-bottom: 0;
        width: 462px;
    }
    #main .process .img-box .text-box {
        margin-right: 0;
        width: 441px;
    }
    #main .process .img-box01 {
        padding-bottom: 0;
    }
    #main .process .foo {
        margin-top: 120px;
    }
    #main .process .foo img {
        width: 100%;
        height: auto;
    }
    #main .process .foo .slick-slide {
        margin: 0 12px;
    }
    #main .process .foo li {
        vertical-align: top;
    }
    #main .recycling {
        margin-top: -110px;
        padding: 228px 0 81px;
        background-position: left -181px top -80px;
        background-size: 1046px auto;
    }
    #main .recycling .content {
        padding-left: 17px;
        max-width: 1230px;
        position: relative;
    }
    #main .recycling h3 {
        margin: 0;
        position: absolute;
        right: 0;
        bottom: -66px;
    }
    #main .recycling h3 img {
        margin-left: auto;
        height: 108px;
    }
    #main .recycling p {
        margin: 0 auto;
        width: 842px;
        font-size: 20px;
        line-height: 1.96;
        letter-spacing: 2px;
        column-count: 2;
    }
    #main .recycling p span {
        display: block;
        break-inside: avoid;
    }
    #main .fix-btn {
        right: 32px;
        bottom: 32px;
    }
    #main .fix-btn a {
        width: 257px;
        height: 67px;
        font-size: 18px;
        letter-spacing: 1.8px;
        border-radius: 60px;
        box-shadow: 0px 2px 4px 0px rgba(136, 144, 194, 0.20), 0px 5px 15px 0px rgba(37, 44, 97, 0.15);
    }
    #main .fix-btn a .arrow {
        width: 24px;
        height: 24px;
    }
    #main .fix-btn a .arrow:before, #main .fix-btn a .arrow:after {
        width: 24px;
        height: 24px;
        background-size: 24px auto;
    }
    /* driver_index */
    #main.driver h2 {
        padding: 44px 70px 62px 50px;
    }
    #main.driver .ctr-text {
        margin: -8px auto 121px;
        padding-right: 10px;
    }
    #main.driver .intro .img-box .text-box {
        margin-top: 20px;
    }
    #main.driver .recycling {
        padding-bottom: 158px;
        background-position: left -181px top -117px;
    }
    #main.driver .recycling h3 {
        bottom: -144px;
    }
    #main.driver .recycling p {
        margin-bottom: 0;
        width: 794px;
    }
}