@charset "utf-8";
html {
    font-size: 64%
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    color: #333;
    line-height: 1.8;
    letter-spacing: .06em;
    text-align: left;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #FFF;
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #333;
    text-decoration: none
}

img {
    width: 100%;
    height: auto;
    image-rendering: auto
}

* {
    box-sizing: border-box
}

#contents-wrap {
    opacity: 0;
    transition: all 1s
}

#contents-wrap.fade-in {
    opacity: 1
}

.loading-img {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 180px;
    height: 180px;
    margin-top: -110px;
    margin-left: -90px;
    text-align: center;
    color: #fff;
    z-index: 2;
    text-align: center
}

.loading-img img {
    width: 100%;
    height: auto
}

.sec-ttl {
    margin-bottom: 80px
}

.sec-ttl.center {
    text-align: center
}

.sec-ttl .eng {
    display: block;
    margin-bottom: 7px;
    padding-left: 2px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: .04em
}

.sec-ttl .jpn {
    display: block;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.4
}

.sec-link {
    position: relative;
    display: inline-block;
    padding-right: 70px
}

.sec-link .sec-link-inner {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background-color: #407bff
}

.sec-link .sec-link-inner::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 19px;
    width: 14px;
    height: 11px;
    background: url(https://www.yuridenki.co.jp/wp/wp-content/themes/yuridenki/assets/images/common/btn-arrow-large.svg) 0 0 no-repeat;
    background-size: 14px 11px;
    z-index: 10
}

.sec-sub-link {
    position: relative;
    display: inline-block;
    padding-right: 39px
}

.sec-sub-link::before {
    content: "";
    position: absolute;
    top: 1px;
    right: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #333
}

.sec-sub-link::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 8px;
    width: 6px;
    height: 6px;
    background: url(https://www.yuridenki.co.jp/wp/wp-content/themes/yuridenki/assets/images/common/btn-arrow-small.svg) 0 0 no-repeat;
    background-size: 6px 6px;
    z-index: 10
}

.sec-sub-link span {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
    font-weight: 700;
    letter-spacing: .03em
}

.sec-sub-link span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #333
}

#header {
    padding-top: 75px;
    background-color: #f5f5f5
}

#top #header {
    padding-top: 0
}

.header-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 180px;
    z-index: 10
}

@-webkit-keyframes active-menu-bar02 {
    100% {
        height: 0
    }
}

@keyframes active-menu-bar02 {
    100% {
        height: 0
    }
}

#contents {
    margin-top: 35px;
    margin-bottom: 80px
}

#top #contents {
    margin: 0
}

#footer {
    background-color: #f5f5f5
}

.contact-sec {
    padding: 10px 10px 0;
    color: #fff
}

.contact-sec-inner {
    padding: 65px 11% 90px;
    background-color: #444
}

.contact-sec-ttl {
    margin-bottom: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 3.4rem;
    line-height: 1.4;
    letter-spacing: .03em
}

.contact-sec-lead {
    margin-bottom: 45px;
    font-size: 1.3rem;
    line-height: 2.2
}

.contact-sec-btn {
    display: block;
    border: 1px solid #fff;
    border-radius: 35px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
    text-align: center
}

.contact-sec-btn:hover {
    color: #fff
}

.footer-inner {
    position: relative;
    padding-top: 75px
}

.footer-company {
    margin-bottom: 35px
}

.footer-logo {
    width: 150px;
    height: auto;
    margin-bottom: 40px;
    padding: 0 0 0 10%
}

.footer-address-list {
    margin-bottom: 30px;
    padding: 0 10%
}

.footer-address-list li {
    margin-bottom: 25px;
    font-size: 1.2rem
}

.footer-address-list li:last-child {
    margin-bottom: 0
}

.footer-address-name {
    margin-bottom: 5px;
    font-weight: 700
}

.footer-illust-area {
    margin-bottom: 45px
}

.footer-illust01 {
    margin-right: 9%;
    text-align: right
}

.footer-illust01 img {
    width: 130px
}

.footer-illust02 {
    margin: -10px calc(9% + 100px) 0 0;
    text-align: right
}

.footer-illust02 img {
    width: 65px
}

.footer-copyright {
    width: calc(100% - 20px);
    margin: 0 auto;
    text-align: center;
    background-color: #fff
}

.footer-copyright small {
    display: block;
    padding: 16px 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    transform: scale(.8);
    transform-origin: center
}

@media only screen and (min-width: 560px) {
    #contents-wrap {
        opacity: 0;
        transition: all 1s
    }

    #contents-wrap.fade-in {
        opacity: 1
    }

    .loading-img {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 200px;
        height: 200px;
        margin-top: -130px;
        margin-left: -100px;
        text-align: center;
        color: #fff;
        z-index: 2;
        text-align: center
    }

    .loading-img img {
        width: 100%;
        height: auto
    }

    .sec-ttl.center {
        text-align: center
    }

    .sec-ttl .eng {
        display: block;
        margin-bottom: 7px;
        padding-left: 2px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.6;
        letter-spacing: .04em
    }

    .sec-ttl .jpn {
        display: block;
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 1.4
    }

    .sec-link {
        position: relative;
        display: inline-block;
        padding-right: 70px
    }

    .sec-link .sec-link-inner {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 51px;
        height: 51px;
        border-radius: 50%;
        background-color: #407bff
    }

    .sec-link .sec-link-inner::before {
        content: "";
        position: absolute;
        top: 20px;
        right: 19px;
        width: 14px;
        height: 11px;
        background: url(https://www.yuridenki.co.jp/wp/wp-content/themes/yuridenki/assets/images/common/btn-arrow-large.svg) 0 0 no-repeat;
        background-size: 14px 11px;
        z-index: 10
    }

    .sec-sub-link {
        position: relative;
        display: inline-block;
        padding-right: 39px
    }

    .sec-sub-link::before {
        content: "";
        position: absolute;
        top: 1px;
        right: 0;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #333
    }

    .sec-sub-link::after {
        content: "";
        position: absolute;
        top: 10px;
        right: 8px;
        width: 6px;
        height: 6px;
        background: url(https://www.yuridenki.co.jp/wp/wp-content/themes/yuridenki/assets/images/common/btn-arrow-small.svg) 0 0 no-repeat;
        background-size: 6px 6px;
        z-index: 10
    }

    .sec-sub-link span {
        display: inline-block;
        position: relative;
        padding-bottom: 2px;
        font-weight: 700;
        letter-spacing: .03em
    }

    .sec-sub-link span::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #333
    }

    #header {
        padding-top: 121px;
        background-color: #f5f5f5
    }

    #top #header {
        padding-top: 0
    }

    .header-logo {
        position: absolute;
        top: 40px;
        left: 40px;
        width: 240px;
        z-index: 100
    }

    @-webkit-keyframes active-menu-bar02 {
        100% {
            height: 0
        }
    }@keyframes active-menu-bar02 {
         100% {
             height: 0
         }
     }#contents {
          margin-top: 60px;
          margin-bottom: 100px
      }

    #top #contents {
        margin: 0 0 100px
    }

    #footer {
        background-color: #f5f5f5
    }

    .contact-sec {
        padding: 10px 10px 0;
        color: #fff
    }

    .contact-sec-inner {
        padding: 85px 11% 90px;
        background-color: #444
    }

    .contact-sec-ttl {
        margin-bottom: 16px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 3.4rem;
        line-height: 1.4;
        letter-spacing: .03em
    }

    .contact-sec-lead {
        margin-bottom: 45px;
        font-size: 1.3rem;
        line-height: 2.2
    }

    .contact-sec-btn {
        display: block;
        width: 340px;
        border: 1px solid #fff;
        border-radius: 35px;
        font-size: 1.4rem;
        font-weight: 700;
        color: #fff;
        line-height: 70px;
        text-align: center
    }

    .contact-sec-btn:hover {
        color: #fff
    }

    .footer-inner {
        position: relative;
        padding-top: 0
    }

    .footer-company {
        margin-bottom: 0
    }

    .footer-logo {
        width: 220px;
        height: auto;
        margin-bottom: 50px;
        padding: 0 0 0 10%
    }

    .footer-address-list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
        padding: 0 10%
    }

    .footer-address-list li {
        width: 45%;
        margin: 0 0 30px 0;
        font-size: 1.2rem
    }

    .footer-address-list li:nth-child(odd) {
        margin-right: 10%
    }

    .footer-address-list li:last-child {
        margin-bottom: 0
    }

    .footer-address-name {
        margin-bottom: 5px;
        font-weight: 700
    }

    .footer-illust-area {
        margin-bottom: 85px
    }

    .footer-illust01 {
        margin-right: 10%;
        text-align: right
    }

    .footer-illust01 img {
        width: 130px
    }

    .footer-illust02 {
        margin: -10px calc(10% + 100px) 0 0;
        text-align: right
    }

    .footer-illust02 img {
        width: 65px
    }

    .footer-copyright {
        width: calc(100% - 20px);
        margin: 0 auto;
        text-align: center;
        background-color: #fff
    }

    .footer-copyright small {
        display: block;
        padding: 16px 0;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 1rem;
        transform: scale(.8);
        transform-origin: center
    }
}

@media only screen and (min-width: 960px) {
    img {
        width: 100%;
        height: auto
    }

    #contents-wrap {
        position: relative;
        opacity: 0;
        transition: all 1s
    }

    #contents-wrap.fade-in {
        opacity: 1
    }

    .loading-img {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 240px;
        height: 240px;
        margin-top: -170px;
        margin-left: -120px;
        text-align: center;
        color: #fff;
        z-index: 2;
        text-align: center
    }

    .loading-img img {
        width: 100%;
        height: auto
    }

    .sec-ttl.center {
        text-align: center;
        margin-bottom: 80px
    }

    .sec-ttl .eng {
        display: block;
        margin-bottom: 9px;
        padding-left: 2px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-size: 1.35rem;
        line-height: 1.6;
        letter-spacing: .04em
    }

    .sec-ttl .jpn {
        display: block;
        font-size: 3.4rem;
        font-weight: 700;
        line-height: 1.4
    }

    .sec-link {
        position: relative;
        display: inline-block;
        padding-right: 93px
    }

    .sec-link .sec-link-inner {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 63px;
        height: 63px;
        border-radius: 50%;
        background-color: #407bff;
        overflow: hidden;
        transition: background-color .5s
    }

    .sec-link:hover .sec-link-inner {
        background-color: #47cfde
    }

    .sec-link .sec-link-inner::after, .sec-link .sec-link-inner::before {
        content: "";
        position: absolute;
        top: 26px;
        right: 25px;
        width: 14px;
        height: 11px;
        background: url(https://www.yuridenki.co.jp/wp/wp-content/themes/yuridenki/assets/images/common/btn-arrow-large.svg) 0 0 no-repeat;
        background-size: 14px 11px;
        z-index: 10
    }

    .sec-link .sec-link-inner::after {
        transform: translateX(-38px)
    }

    .sec-link:hover .sec-link-inner::before {
        animation: transformBefore .5s
    }

    .sec-link:hover .sec-link-inner::after {
        animation: transformAfter .5s
    }

    @keyframes transformBefore {
        0% {
            transform: translateX(0);
            opacity: 1
        }
        100% {
            transform: translateX(38px);
            opacity: 0
        }
    }@keyframes transformAfter {
         0% {
             transform: translateX(-38px);
             opacity: 0
         }
         100% {
             transform: translateX(0);
             opacity: 1
         }
     }.sec-sub-link {
          position: relative;
          display: inline-block;
          padding-right: 39px
      }

    .sec-sub-link::before {
        content: "";
        position: absolute;
        top: 1px;
        right: 0;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #333;
        transition: background-color .3s
    }

    .sec-sub-link:hover::before {
        background-color: #666
    }

    .sec-sub-link::after {
        content: "";
        position: absolute;
        top: 10px;
        right: 8px;
        width: 6px;
        height: 6px;
        background: url(https://www.yuridenki.co.jp/wp/wp-content/themes/yuridenki/assets/images/common/btn-arrow-small.svg) 0 0 no-repeat;
        background-size: 6px 6px;
        z-index: 10;
        transition: right .3s
    }

    .sec-sub-link:hover::after {
        right: 6px
    }

    .sec-sub-link span {
        display: inline-block;
        position: relative;
        padding-bottom: 2px;
        font-weight: 700;
        letter-spacing: .03em
    }

    .sec-sub-link span::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #333;
        transform: scale(1, 1);
        transform-origin: left top;
        transition: transform .3s
    }

    .sec-sub-link:hover span::after {
        transform-origin: right top;
        transform: scale(0, 1)
    }

    #header {
        padding-top: 200px;
        background-color: #f5f5f5
    }

    #top #header {
        padding-top: 0
    }

    .header-logo {
        position: absolute;
        top: 70px;
        left: 80px;
        width: 280px;
        z-index: 100
    }

    @-webkit-keyframes active-menu-bar02 {
        100% {
            height: 0
        }
    }@keyframes active-menu-bar02 {
         100% {
             height: 0
         }
     }#contents {
          margin-top: 110px;
          margin-bottom: 180px
      }

    #top #contents {
        margin: 0 0 180px
    }

    #footer {
        background-color: #f5f5f5
    }

    .contact-sec {
        padding: 10px 10px 0;
        color: #fff
    }

    .contact-sec-inner {
        position: relative;
        display: flex;
        align-items: center;
        padding: 0;
        background-color: #444
    }

    .contact-sec-inner::before {
        content: "";
        position: absolute;
        top: 90px;
        left: 50%;
        width: 1px;
        height: calc(100% - 180px);
        background-color: #575757
    }

    .contact-sec-inner .left-side {
        width: 50%;
        padding: 105px 10% 120px 10%
    }

    .contact-sec-inner .right-side {
        display: flex;
        justify-content: center;
        width: 50%
    }

    .contact-sec-ttl {
        margin-bottom: 16px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 4.6rem;
        line-height: 1.4;
        letter-spacing: .03em
    }

    .contact-sec-lead {
        margin-bottom: 0;
        font-size: 1.4rem;
        line-height: 2
    }

    .contact-sec-btn {
        display: block;
        min-width: 400px;
        border: 1px solid #fff;
        border-radius: 40px;
        font-size: 1.6rem;
        font-weight: 700;
        color: #fff;
        line-height: 78px;
        text-align: center;
        transition: all .3s
    }

    .contact-sec-btn:hover {
        color: #333;
        background-color: #fff;
        letter-spacing: .12em
    }

    .footer-inner {
        position: relative;
        padding-top: 0
    }

    .footer-company {
        margin: -40px 0 60px 7.5%
    }

    .footer-logo {
        width: 160px;
        height: auto;
        margin-bottom: 50px;
        padding: 0
    }

    .footer-address-list {
        display: flex;
        flex-wrap: wrap;
        width: 660px;
        margin-bottom: 30px;
        padding: 0
    }

    .footer-address-list li {
        width: 330px;
        margin: 0 0 30px 0;
        font-size: 1.35rem
    }

    .footer-address-list li:nth-child(odd) {
        margin-right: 0
    }

    .footer-address-list li:last-child {
        margin-bottom: 0
    }

    .footer-address-name {
        margin-bottom: 5px;
        font-weight: 700
    }

    .footer-illust-area {
        position: absolute;
        bottom: 0;
        right: 70px;
        margin: 0
    }

    .footer-illust01 {
        margin-right: 0;
        text-align: right
    }

    .footer-illust01 img {
        width: 180px
    }

    .footer-illust02 {
        margin: -30px 150px 0 0;
        text-align: right
    }

    .footer-illust02 img {
        width: 80px
    }

    .footer-copyright {
        width: calc(100% - 20px);
        margin: 0 auto;
        text-align: center;
        background-color: #fff
    }

    .footer-copyright small {
        display: block;
        padding: 16px 0;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 1.55rem;
        transform: scale(.8);
        transform-origin: center
    }
}

.company-sec-ttl {
    margin-bottom: 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid #333
}

.company-sec-ttl .eng {
    font-family: termina, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.4;
    letter-spacing: .04em;
    color: #999;
    vertical-align: top
}

.company-sec-ttl .jpn {
    display: block;
    margin-top: 2px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2
}

.csr-intro-sec {
    margin-bottom: 70px
}

.csr-intro-inner {
    margin-bottom: 40px
}

.csr-intro-inner .img-side {
    margin-bottom: 30px
}

.csr-intro-ttl {
    margin-bottom: 20px
}

.csr-intro-ttl .jpn {
    display: inline-block;
    padding-right: 14px;
    font-size: 2.4rem;
    font-weight: 700;
    vertical-align: middle;
    line-height: 1.8
}

.csr-intro-ttl .eng {
    display: inline-block;
    padding-top: 3px;
    font-family: termina, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: .01em;
    vertical-align: middle
}

.csr-intro-lead {
    margin-bottom: 30px;
    line-height: 2.2
}

.csr-sec {
    margin-bottom: 60px
}

.csr-sec:last-child {
    margin-bottom: 0
}

.csr-sec-ttl {
    position: relative;
    margin-bottom: 25px;
    padding-left: 42px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4
}

.csr-sec-ttl span {
    position: absolute;
    top: 6px;
    left: 0;
    font-family: termina, sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.1;
    letter-spacing: .04em;
    color: #407bff
}

.csr-sec-lead {
    margin-bottom: 30px
}

.csr-sec-box {
    margin-bottom: 25px
}

.csr-sec-box:last-child {
    margin-bottom: 0
}

.csr-sec-box-ttl {
    position: relative;
    margin-bottom: 10px;
    padding-left: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6
}

.csr-sec-box-ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    margin-top: -6px;
    height: calc(100% - 12px);
    background-color: #407bff
}

.csr-sec-ul-list {
    margin-top: 15px
}

.csr-sec-ul-list li {
    position: relative;
    margin-bottom: 3px;
    padding-left: 16px
}

.csr-sec-ul-list li:last-child {
    margin-bottom: 0
}

.csr-sec-ul-list li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 2px;
    width: 4px;
    height: 4px;
    border: 1px solid #333;
    border-radius: 50%
}

@media only screen and (min-width: 560px) {
    .company-sec-ttl {
        margin-bottom: 50px;
        padding-bottom: 20px;
        border-bottom: 1px solid #333
    }

    .company-sec-ttl .eng {
        font-family: termina, sans-serif;
        font-weight: 700;
        font-size: 1.1rem;
        line-height: 1.4;
        letter-spacing: .04em;
        color: #999;
        vertical-align: top
    }

    .company-sec-ttl .jpn {
        display: block;
        margin-top: 2px;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.2
    }

    .csr-intro-sec {
        margin-bottom: 70px
    }

    .csr-intro-inner {
        display: flex;
        margin-bottom: 40px
    }

    .csr-intro-inner .img-side {
        width: 40%;
        margin: 0 10% 0 0
    }

    .csr-intro-inner .text-side {
        width: 50%
    }

    .csr-intro-ttl {
        margin-bottom: 20px
    }

    .csr-intro-ttl .jpn {
        display: inline-block;
        padding-right: 14px;
        font-size: 2.4rem;
        font-weight: 700;
        vertical-align: middle;
        line-height: 1.8
    }

    .csr-intro-ttl .eng {
        display: inline-block;
        padding-top: 3px;
        font-family: termina, sans-serif;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.2;
        letter-spacing: .01em;
        vertical-align: middle
    }

    .csr-intro-lead {
        margin-bottom: 30px;
        line-height: 2.2
    }

    .csr-sec {
        margin-bottom: 60px
    }

    .csr-sec:last-child {
        margin-bottom: 0
    }

    .csr-sec-ttl {
        position: relative;
        margin-bottom: 25px;
        padding-left: 42px;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.4
    }

    .csr-sec-ttl span {
        position: absolute;
        top: 6px;
        left: 0;
        font-family: termina, sans-serif;
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 1.1;
        letter-spacing: .04em;
        color: #407bff
    }

    .csr-sec-lead {
        margin-bottom: 30px
    }

    .csr-sec-box {
        margin-bottom: 25px
    }

    .csr-sec-box:last-child {
        margin-bottom: 0
    }

    .csr-sec-box-ttl {
        position: relative;
        margin-bottom: 10px;
        padding-left: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.6
    }

    .csr-sec-box-ttl::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 5px;
        margin-top: -6px;
        height: calc(100% - 12px);
        background-color: #407bff
    }

    .csr-sec-ul-list {
        margin-top: 15px
    }

    .csr-sec-ul-list li {
        position: relative;
        margin-bottom: 3px;
        padding-left: 16px
    }

    .csr-sec-ul-list li:last-child {
        margin-bottom: 0
    }

    .csr-sec-ul-list li::before {
        content: "";
        position: absolute;
        top: 11px;
        left: 2px;
        width: 4px;
        height: 4px;
        border: 1px solid #333;
        border-radius: 50%
    }
}

@media only screen and (min-width: 960px) {
    .company-sec-ttl {
        margin-bottom: 60px;
        padding-bottom: 17px;
        border-bottom: 1px solid #333
    }

    .company-sec-ttl .eng {
        padding-left: 3px;
        font-family: termina, sans-serif;
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1.4;
        letter-spacing: .04em;
        color: #999;
        vertical-align: top
    }

    .company-sec-ttl .jpn {
        display: block;
        margin-top: 2px;
        font-size: 3.4rem;
        font-weight: 700;
        line-height: 1.2
    }

    .csr-intro-sec {
        margin-bottom: 110px
    }

    .csr-intro-inner {
        display: flex;
        margin-bottom: 55px
    }

    .csr-intro-inner .img-side {
        width: 45%;
        margin: 0 12% 0 0
    }

    .csr-intro-inner .text-side {
        width: 43%;
        padding-top: 30px
    }

    .csr-intro-ttl {
        margin-bottom: 25px
    }

    .csr-intro-ttl .jpn {
        display: inline-block;
        padding-right: 22px;
        font-size: 3.4rem;
        font-weight: 700;
        vertical-align: middle;
        line-height: 1.8
    }

    .csr-intro-ttl .eng {
        display: inline-block;
        padding-top: 3px;
        font-family: termina, sans-serif;
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1.2;
        letter-spacing: .01em;
        vertical-align: middle
    }

    .csr-intro-lead {
        margin-bottom: 40px;
        line-height: 2.3;
        font-size: 1.5rem
    }

    .csr-sec {
        margin-bottom: 90px
    }

    .csr-sec:last-child {
        margin-bottom: 0
    }

    .csr-sec-ttl {
        position: relative;
        margin-bottom: 45px;
        padding-left: 60px;
        font-size: 3.4rem;
        font-weight: 700;
        line-height: 1.4
    }

    .csr-sec-ttl span {
        position: absolute;
        top: 8px;
        left: 0;
        font-family: termina, sans-serif;
        font-weight: 500;
        font-size: 2.2rem;
        line-height: 1.1;
        letter-spacing: .04em;
        color: #407bff
    }

    .csr-sec-lead {
        margin-bottom: 45px;
        font-size: 1.5rem;
        line-height: 2.2
    }

    .csr-sec-box {
        margin-bottom: 35px
    }

    .csr-sec-box:last-child {
        margin-bottom: 0
    }

    .csr-sec-box-ttl {
        position: relative;
        margin-bottom: 10px;
        padding-left: 20px;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.6
    }

    .csr-sec-box-ttl::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 6px;
        margin-top: -7px;
        height: calc(100% - 16px);
        background-color: #407bff
    }

    .csr-sec-box-lead p {
        font-size: 1.5rem;
        line-height: 2.2
    }

    .csr-sec-ul-list {
        margin-top: 15px
    }

    .csr-sec-ul-list li {
        position: relative;
        margin-bottom: 5px;
        padding-left: 16px;
        font-size: 1.5rem
    }

    .csr-sec-ul-list li:last-child {
        margin-bottom: 0
    }

    .csr-sec-ul-list li::before {
        content: "";
        position: absolute;
        top: 12px;
        left: 2px;
        width: 4px;
        height: 4px;
        border: 1px solid #333;
        border-radius: 50%
    }
}

.access-body {
    padding: 0 8%;
    font-size: 1.3rem;
    line-height: 2
}

.access-map-sec {
    margin-bottom: 60px
}

.access-map-sec:last-child {
    margin-bottom: 0
}

.access-map-ttl {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333
}

.access-map-ttl .num {
    padding-right: 4px;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0;
    color: #999;
    vertical-align: top
}

.access-map-ttl .eng {
    font-family: termina, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.4;
    letter-spacing: .04em;
    color: #999;
    vertical-align: top
}

.access-map-ttl .jpn {
    display: block;
    margin-top: 3px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2
}

.access-map-address {
    margin-bottom: 30px
}

.access-map-gmap {
    margin-bottom: 20px;
    padding: 0
}

.access-map-gmap iframe {
    width: 100%;
    height: 300px;
    vertical-align: bottom
}

.access-map-gmap-btn {
    margin-bottom: 30px;
    text-align: right
}

.office-img {
    margin-bottom: 30px
}

@media only screen and (min-width: 560px) {
    .access-body {
        padding: 0 8%;
        font-size: 1.4rem;
        line-height: 2.2
    }

    .access-map-sec {
        margin-bottom: 100px
    }

    .access-map-sec:last-child {
        margin-bottom: 0
    }

    .access-map-ttl {
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #333
    }

    .access-map-ttl .num {
        padding-right: 4px;
        font-family: din-2014, sans-serif;
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 1;
        letter-spacing: 0;
        color: #999;
        vertical-align: top
    }

    .access-map-ttl .eng {
        font-family: termina, sans-serif;
        font-weight: 700;
        font-size: 1.1rem;
        line-height: 1.4;
        letter-spacing: .04em;
        color: #999;
        vertical-align: top
    }

    .access-map-ttl .jpn {
        display: block;
        margin-top: 3px;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.2
    }

    .access-map-address {
        margin-bottom: 40px
    }

    .access-map-gmap {
        margin-bottom: 20px;
        padding: 0
    }

    .access-map-gmap iframe {
        width: 100%;
        height: 400px;
        vertical-align: bottom
    }

    .access-map-gmap-btn {
        margin-bottom: 30px;
        text-align: right
    }

    .office-img {
        width: 40%;
        margin: 0 6% 0 0
    }
}

@media only screen and (min-width: 960px) {
    #contents {
        margin-top: 90px
    }

    .access-body {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 50px;
        font-size: 1.5rem;
        line-height: 2.2;
        margin-bottom: 120px
    }

    .access-map-sec {
        margin-bottom: 120px
    }

    .access-map-sec:last-child {
        margin-bottom: 0
    }

    .access-map-ttl {
        margin-bottom: 30px;
        padding-bottom: 17px;
        border-bottom: 1px solid #333
    }

    .access-map-ttl .num {
        padding-right: 5px;
        font-family: din-2014, sans-serif;
        font-weight: 700;
        font-size: 2rem;
        line-height: 1.1;
        letter-spacing: 0;
        color: #999;
        vertical-align: top
    }

    .access-map-ttl .eng {
        font-family: termina, sans-serif;
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1.4;
        letter-spacing: .04em;
        color: #999;
        vertical-align: top
    }

    .access-map-ttl .jpn {
        display: block;
        margin-top: 3px;
        font-size: 3.4rem;
        font-weight: 700;
        line-height: 1.2
    }

    .access-map-address {
        margin-bottom: 40px
    }

    .access-map-gmap {
        margin-bottom: 40px;
        padding: 0
    }

    .access-map-gmap iframe {
        width: 100%;
        height: 500px;
        vertical-align: bottom
    }

    .access-map-gmap-btn {
        margin-bottom: 30px;
        text-align: right;
        line-height: 1.8;
        font-size: 1.4rem
    }

    .office-img {
        width: 29%;
        margin: 0 6% 0 0
    }
}
@charset "utf-8";
.scroll-line {
    display: block;
    position: absolute;
    left: 11.7%;
    bottom: 14%;
    width: 1px;
    height: 120px;
    transition: all 1.4s
}

.scroll-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    margin: 0;
    background-image: linear-gradient(to bottom, #666, #666 1px, transparent 1px, transparent 3px);
    background-size: 2px 3px;
    background-repeat: repeat-y
}

.scroll-line::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 1px;
    background-color: #666;
    -webkit-animation: lineMove 3s ease infinite;
    animation: lineMove 3s ease infinite
}

@keyframes lineMove {
    0% {
        bottom: 100%;
        height: 0
    }
    20% {
        bottom: 0;
        height: 100%
    }
    40% {
        bottom: 0;
        height: 0
    }
    100% {
        bottom: 0;
        height: 0
    }
}

@media only screen and (max-width: 599px) {
    .scroll-line {
        display: none
    }
}

#header {
    padding-bottom: 43px;
    background-color: #f5f5f5
}

.main-visual-area {
    position: relative;
    width: 100%;
    padding-top: 75px
}

.main-visual {
    position: relative;
    width: 100%;
    padding-left: 8%;
    z-index: 10
}

.main-visual::before {
    content: "";
    position: absolute;
    left: 16%;
    top: 0;
    width: 84%;
    height: 100%;
    background-color: #fff;
    z-index: -1
}

.main-visual-illust {
    padding: 35px 0 50px
}

.main-visual-illust::before {
    content: "";
    position: absolute;
    left: 16%;
    top: 0;
    width: 92px;
    height: 92px;
    background-color: #fff;
    z-index: -1;
    background: url(../images/main-visual-bg-tri-top.svg) 0 0 no-repeat;
    background-size: 92px 92px
}

.main-visual-illust::after {
    content: "";
    position: absolute;
    left: 16%;
    bottom: 0;
    width: 92px;
    height: 92px;
    background-color: #fff;
    z-index: -1;
    background: url(../images/main-visual-bg-tri-bottom.svg) 0 0 no-repeat;
    background-size: 92px 92px
}

.main-visual-copy {
    position: relative;
    margin-top: -14px;
    padding-left: 40px;
    z-index: 100
}

.main-copy-jpn {
    position: relative;
    margin-bottom: 21px
}

.main-copy-jpn::before {
    content: "what we do";
    position: absolute;
    top: -24px;
    left: -23px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: -.05em;
    color: #333;
    opacity: .08;
    z-index: -1;
    transition: all 1.2s;
    transition-delay: .7s;
    opacity: 0;
    transform: translateY(15px)
}

.main-visual-copy.fade-in .main-copy-jpn::before {
    opacity: .08;
    transform: translateY(0)
}

.main-copy-jpn .row {
    display: flex
}

.main-copy-jpn .row:nth-child(1) {
    margin-bottom: 6px
}

.main-copy-jpn .row:nth-child(2) {
    position: relative;
    padding-bottom: 11px
}

.main-copy-jpn .row:nth-child(2)::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 2px;
    bottom: 0;
    width: 100px;
    height: 2px;
    background-color: #407bff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 1.2s;
    transition-delay: .55s
}

.main-visual-copy.fade-in .main-copy-jpn .row:nth-child(2)::after {
    transform-origin: left top;
    transform: scale(1, 1)
}

.main-copy-jpn span {
    display: block;
    width: 35px;
    height: 35px;
    overflow: hidden
}

.main-copy-jpn span img {
    transition: all .6s;
    transform: translateY(36px)
}

.main-visual-copy.fade-in .main-copy-jpn span img {
    transform: translateY(0)
}

.main-visual-copy.fade-in .main-copy-jpn .main-copy2 img {
    transition-delay: .05s
}

.main-visual-copy.fade-in .main-copy-jpn .main-copy3 img {
    transition-delay: .1s
}

.main-visual-copy.fade-in .main-copy-jpn .main-copy4 img {
    transition-delay: .15s
}

.main-visual-copy.fade-in .main-copy-jpn .main-copy5 img {
    transition-delay: .2s
}

.main-visual-copy.fade-in .main-copy-jpn .main-copy6 img {
    transition-delay: .25s
}

.main-visual-copy.fade-in .main-copy-jpn .main-copy7 img {
    transition-delay: .3s
}

.main-visual-copy.fade-in .main-copy-jpn .main-copy8 img {
    transition-delay: .35s
}

.main-visual-copy.fade-in .main-copy-jpn .main-copy9 img {
    transition-delay: .3s
}

.main-visual-copy.fade-in .main-copy-jpn .main-copy10 img {
    transition-delay: .35s
}

.main-visual-copy.fade-in .main-copy-jpn .main-copy11 img {
    transition-delay: .4s
}

.main-copy-jpn .main-copy2 {
    margin-left: -1px
}

.main-copy-jpn .main-copy3 {
    margin-left: -1px
}

.main-copy-jpn .main-copy4 {
    margin-left: -2px
}

.main-copy-jpn .main-copy5 {
    margin-left: -6px
}

.main-copy-jpn .main-copy7 {
    margin-left: 1px
}

.main-copy-jpn .main-copy10 {
    margin-left: 1px
}

.main-tagline-eng {
    padding-left: 3px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 2.3;
    letter-spacing: .04em;
    transition: all .65s;
    transition-delay: .6s;
    opacity: 0;
    transform: translateY(20px)
}

.main-visual-copy.fade-in .main-tagline-eng {
    opacity: 1;
    transform: translateY(0)
}

.intro-sec {
    position: relative;
    margin-bottom: 70px;
    background-color: #f5f5f5
}

.intro-sec-tagline {
    padding: 32px 25px 20px;
    background-color: #f5f5f5;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .13em;
    line-height: 1.55;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    vertical-align: top
}

.intro-sec-tagline span {
    display: inline-block;
    position: relative;
    transition: all 1s;
    opacity: 0;
    transform: translateY(22px)
}

.intro-sec-tagline span.tagline2 {
    transition-delay: .15s
}

.intro-sec.scrollin .intro-sec-tagline span {
    opacity: 1;
    transform: translateY(0)
}

.intro-sec-text-area {
    position: relative;
    margin-top: 135px;
    padding: 5px 8% 0;
    background-color: #fff
}

.intro-sec-text-area::before {
    content: "";
    position: absolute;
    top: -75px;
    left: 0;
    width: 56%;
    height: 75px;
    background-color: #fff
}

.intro-sec-text-area::after {
    content: "";
    position: absolute;
    top: -75px;
    left: 56%;
    width: 110px;
    height: 75px;
    background: url(../images/intro-area-bg-tri.svg) 0 0 no-repeat;
    background-size: 110px 75px;
    z-index: 10
}

.intro-sec-text-area .sec-ttl {
    margin-bottom: 30px
}

.intro-sec-text-area .sec-ttl .eng, .intro-sec-text-area .sec-ttl .jpn {
    transition: all .8s;
    opacity: 0;
    transform: translateY(20px)
}

.intro-sec-text-area .sec-ttl .eng {
    transition-delay: .3s
}

.intro-sec-text-area .sec-ttl .jpn {
    transition-delay: .4s
}

.intro-sec-text-area.scrollin .sec-ttl .eng, .intro-sec-text-area.scrollin .sec-ttl .jpn {
    opacity: 1;
    transform: translateY(0)
}

.intro-sec-lead {
    transition: all .8s;
    transition-delay: .5s;
    opacity: 0;
    transform: translateY(20px)
}

.intro-sec-text-area.scrollin .intro-sec-lead {
    opacity: 1;
    transform: translateY(0)
}

.intro-sec-lead p {
    font-size: 1.5rem;
    line-height: 2.4
}

.intro-sec-illust {
    position: absolute;
    top: -135px;
    left: 0;
    width: 100%
}

.intro-sec-illust p {
    transition: all .6s;
    opacity: 0;
    transform: translateY(-25px)
}

p.intro-illust01 {
    position: absolute;
    top: 20px;
    left: 19%;
    width: 29px
}

p.intro-illust02 {
    position: absolute;
    top: 30px;
    left: 24%;
    width: 29px;
    transition-delay: .1s
}

p.intro-illust03 {
    position: absolute;
    top: 20px;
    left: 34%;
    width: 64px;
    transition-delay: .2s
}

.intro-sec-text-area.scrollin .intro-sec-illust p {
    opacity: 1;
    transform: translateY(0)
}

.service-sec {
    margin-bottom: 90px
}

.service-sec-inner {
    padding: 0 5.3%
}

.service-sec .sec-ttl {
    margin-bottom: 40px
}

.service-sec .sec-ttl .eng, .service-sec .sec-ttl .jpn {
    transition: all .8s;
    opacity: 0;
    transform: translateY(20px)
}

.service-sec .sec-ttl .jpn {
    transition-delay: .1s
}

.service-sec.scrollin .sec-ttl .eng, .service-sec.scrollin .sec-ttl .jpn {
    opacity: 1;
    transform: translateY(0)
}

.service-sec-description li {
    position: relative;
    padding: 0 9% 9%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd
}

.description01 {
    color: #77aaa3
}

.description01 .num::before {
    background-color: #77aaa3
}

.description01 .illust img {
    display: inline-block;
    width: 160px;
    margin: 12px 0 0 40px
}

.description02 {
    color: #587e9f
}

.description02 .num::before {
    background-color: #587e9f
}

.description02 .illust img {
    display: inline-block;
    width: 160px;
    margin: 12px 0 0 60px
}

.description03 {
    color: #c4975b
}

.description03 .num::before {
    background-color: #c4975b
}

.description03 .illust img {
    display: inline-block;
    width: 160px;
    margin: 12px 0 0 60px
}

.description04 {
    color: #9398a3
}

.description04 .num::before {
    background-color: #9398a3
}

.description04 .illust img {
    display: inline-block;
    width: 160px;
    margin: 26px 0 0 50px
}

.description05 {
    color: #b96168
}

.description05 .num::before {
    background-color: #b96168
}

.description05 .illust img {
    display: inline-block;
    width: 160px;
    margin: 18px 0 0 90px
}

.description06 {
    color: #81589f
}

.description06 .num::before {
    background-color: #81589f
}

.description06 .illust img {
    display: inline-block;
    width: 160px;
    margin: 35px 0 0 70px
}

.description07 {
    color: #0455bf
}

.description07 .num::before {
    background-color: #0455bf
}

.description07 .illust img {
    display: inline-block;
    width: 160px;
    margin: 35px 0 0 70px
}

.description08 {
    color: #88b6f2;
    border-bottom: 1px solid #ddd
}

.description08 .num::before {
    background-color: #88b6f2
}

.description08 .illust img {
    display: inline-block;
    width: 160px;
    margin: 35px 0 0 70px
}

.description09 {
    color: #01403a;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.description09 .num::before {
    background-color: #01403a
}

.description09 .illust img {
    display: inline-block;
    width: 160px;
    margin: 35px 0 0 70px
}

.description10 {
    color: #f2a35e;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.description10 .num::before {
    background-color: #f2a35e
}

.description10 .illust img {
    display: inline-block;
    width: 160px;
    margin: 35px 0 0 70px
}

.service-sec-description .num {
    transition: all .6s;
    opacity: 0;
    padding-top: 20px
}

.service-sec-description .illust {
    transition: all .6s;
    opacity: 0;
    transform: translateY(25px);
    transition-delay: .1s
}

.service-sec-description .ttl {
    transition: all .6s;
    opacity: 0;
    transform: translateY(25px);
    transition-delay: .25s
}

.service-sec-description .lead {
    transition: all .6s;
    opacity: 0;
    transform: translateY(25px);
    transition-delay: .4s
}

.service-sec-description li.scrollin .num {
    opacity: 1;
    padding-top: 0
}

.service-sec-description li.scrollin .illust {
    opacity: 1;
    transform: translateY(0)
}

.service-sec-description li.scrollin .ttl {
    opacity: 1;
    transform: translateY(0)
}

.service-sec-description li.scrollin .lead {
    opacity: 1;
    transform: translateY(0)
}

.service-sec-description .num {
    position: absolute;
    top: 0;
    left: 30px;
    display: inline-block;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-size: 5rem;
    line-height: 1.6;
    z-index: 10
}

.service-sec-description .num::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: calc(100% - 2px);
    height: 4px
}

.service-sec-description .illust {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px
}

.service-sec-description .ttl {
    margin-bottom: 15px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.6
}

.service-sec-description .ttl span {
    font-size: 1.8rem
}

.service-sec-description .lead p {
    font-size: 1.4rem;
    color: #333;
    line-height: 2.3
}

.products-example-area {
    position: relative;
    margin-bottom: 30px;
    padding-top: 114px
}

.products-example-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 80px;
    background-color: #ddd
}

.products-example-area-ttl {
    text-align: center;
    transition: all .8s;
    opacity: 0;
    transform: translateY(25px)
}

.products-example-area.scrollin .products-example-area-ttl {
    opacity: 1;
    transform: translateY(0)
}

.products-example-area-ttl span {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.55;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    vertical-align: top
}

.example-box {
    margin-top: -34px;
    padding: 60px 4% 50px;
    background-color: #f2f8f8
}

.example-box-list {
    display: flex;
    flex-wrap: wrap;
    padding: 11% 10% calc(11% - 13px);
    background-color: #fff
}

.example-box-list li {
    position: relative;
    display: inline-block;
    margin: 0 12px 13px 0;
    padding-bottom: 6px;
    font-size: 1.3rem;
    transition: opacity .8s;
    transition-delay: .2s;
    opacity: 0
}

.example-box.scrollin .example-box-list li {
    opacity: 1
}

.example-box-list li::after {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 3px);
    background-size: 3px 1px;
    background-repeat: repeat-x
}

.service-sec-link {
    padding: 0 8%;
    text-align: right
}

.products-sec {
    margin-bottom: 80px;
    padding-bottom: 20px
}

.products-sec-ttl-area {
    padding: 0 0 38px 8%;
    overflow: hidden
}

.products-sec-ttl {
    margin-bottom: 27px
}

.products-sec-ttl .eng {
    display: block;
    margin: 0 0 -6px -5px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 6rem;
    line-height: 1;
    letter-spacing: -.05em;
    color: #e5e5e5;
    transition: all .6s;
    opacity: 0;
    transform: translateY(30px)
}

.products-sec-ttl .jpn {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    transition: all .6s;
    opacity: 0;
    transform: translateY(30px);
    transition-delay: .15s
}

.products-sec-ttl-lead {
    font-size: 1.3rem;
    transition: all .6s;
    opacity: 0;
    transform: translateY(30px);
    transition-delay: .3s
}

.products-sec.scrollin .products-sec-ttl .eng, .products-sec.scrollin .products-sec-ttl .jpn, .products-sec.scrollin .products-sec-ttl-lead {
    opacity: 1;
    transform: translateY(0)
}

.products-sec-list-area {
    position: relative
}

.products-sec-list-ttl {
    display: flex;
    position: absolute;
    top: 0;
    left: 7%
}

.products-sec-list-ttl .jpn {
    margin-right: 4px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.3;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    vertical-align: top;
    transition: all .6s;
    opacity: 0;
    transform: translateY(15px);
    transition-delay: .4s
}

.products-sec-list-ttl .eng {
    padding-top: 3px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    transform: scale(.9);
    transform-origin: top;
    line-height: 1.3;
    letter-spacing: -.01em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    vertical-align: top;
    transition: all .6s;
    opacity: 0;
    transform: translateY(15px);
    transition-delay: .35s
}

.products-sec-list-area.scrollin .products-sec-list-ttl .eng, .products-sec-list-area.scrollin .products-sec-list-ttl .jpn {
    opacity: 1;
    transform: translateY(0)
}

.products-sec-list {
    margin-bottom: 40px;
    padding: 0 10% 0 100px
}

.products-sec-list li {
    margin-bottom: 40px
}

.products-sec-list li:last-child {
    margin-bottom: 0
}

.products-list-img {
    margin-bottom: 25px;
    border: 1px solid #ddd;
    transition: all .6s;
    opacity: 0;
    transform: translateY(30px)
}

.products-sec-list li.scrollin .products-list-img {
    opacity: 1;
    transform: translateY(0)
}

.products-list-name {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .01em;
    transition: all .6s;
    opacity: 0;
    transform: translateY(25px);
    transition-delay: .2s
}

.products-sec-list li.scrollin .products-list-name {
    opacity: 1;
    transform: translateY(0)
}

.products-list-lead {
    font-size: 1.3rem;
    line-height: 2;
    transition: all .6s;
    transition-delay: .3s;
    opacity: 0;
    transform: translateY(25px);
    transition-delay: .3s
}

.products-sec-list li.scrollin .products-list-lead {
    opacity: 1;
    transform: translateY(0)
}

.products-sec-link {
    padding-right: 10%;
    text-align: right
}

.company-sec {
    margin-bottom: 80px;
    padding: 100px 0 0 13%;
    background: url(../images/company-bg_sp.jpg) center center no-repeat;
    background-size: cover
}

.company-sec-ttl {
    color: #fff;
    overflow: hidden;
    text-align: right
}

.company-sec-ttl .jpn {
    display: block;
    margin-bottom: 12px;
    padding-right: 15px;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.3;
    transition: all .4s;
    opacity: 0;
    transform: translateY(30px)
}

.company-sec.scrollin .company-sec-ttl .jpn {
    opacity: 1;
    transform: translateY(0)
}

.company-sec-ttl .eng {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 15.5vw;
    line-height: .59;
    letter-spacing: -.05em;
    transition: all .4s;
    opacity: 0;
    transform: translateY(30px)
}

.company-sec.scrollin .company-sec-ttl .eng {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .1s
}

.company-sec-inner {
    margin-top: 0;
    padding: 50px 0 50px 12%;
    background-color: #fff
}

.csr-area {
    display: block
}

.company-sec-img {
    margin-bottom: 23px;
    transition: all .6s;
    opacity: 0;
    transform: translateY(20px);
    transition-delay: .1s
}

.company-sec-inner a.scrollin .company-sec-img {
    opacity: 1;
    transform: translateY(0)
}

.csr-area-inner {
    padding-right: 10%
}

.company-sec-inner-ttl {
    margin-bottom: 20px
}

.company-sec-inner-ttl-inner {
    position: relative;
    margin-bottom: 10px
}

.company-sec-inner-ttl .num {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: .01em;
    color: #999;
    vertical-align: middle;
    transition: all .6s;
    opacity: 0;
    transform: translateY(20px)
}

.company-sec-inner-ttl .eng {
    display: block;
    padding: 10px 0 0 34px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: .02em;
    color: #999;
    vertical-align: middle;
    transition: all .6s;
    opacity: 0;
    transform: translateY(20px);
    transition-delay: .1s
}

.company-sec-inner-ttl .jpn {
    display: block;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    transition: all .6s;
    opacity: 0;
    transform: translateY(20px);
    transition-delay: .2s
}

.company-sec-lead {
    margin-bottom: 26px;
    transition: all .6s;
    opacity: 0;
    transform: translateY(20px);
    transition-delay: .3s
}

.company-sec-lead p {
    line-height: 2.1;
    font-size: 1.3rem
}

.company-sec-lead p:last-child {
    margin-bottom: 0
}

.company-sec-sub-link {
    text-align: right;
    transition: all .6s;
    opacity: 0;
    transform: translateY(20px);
    transition-delay: .4s
}

.company-sec-inner a.scrollin .company-sec-inner-ttl .eng, .company-sec-inner a.scrollin .company-sec-inner-ttl .jpn, .company-sec-inner a.scrollin .company-sec-inner-ttl .num, .company-sec-inner a.scrollin .company-sec-lead, .company-sec-inner a.scrollin .company-sec-sub-link {
    opacity: 1;
    transform: translateY(0)
}

.company-sec-link {
    padding-right: 10%;
    text-align: right
}

@media only screen and (min-width: 560px) {
    .scroll-line {
        display: none
    }

    #header {
        padding-bottom: 70px;
        background-color: #f5f5f5
    }

    .main-visual-area {
        position: relative;
        width: 100%;
        padding-top: 125px
    }

    .main-visual {
        position: relative;
        width: 100%;
        padding-left: 36%;
        z-index: 10
    }

    .main-visual::before {
        content: "";
        position: absolute;
        left: 32%;
        top: 0;
        width: 68%;
        height: 100%;
        background-color: #fff;
        z-index: -1
    }

    .main-visual-illust {
        padding: 50px 0 65px
    }

    .main-visual-illust::before {
        content: "";
        position: absolute;
        left: 30%;
        top: 0;
        width: 140px;
        height: 140px;
        background-color: #fff;
        z-index: -1;
        background: url(../images/main-visual-bg-tri-top.svg) 0 0 no-repeat;
        background-size: 140px 140px
    }

    .main-visual-illust::after {
        content: "";
        position: absolute;
        left: 30%;
        bottom: 0;
        width: 140px;
        height: 140px;
        background-color: #fff;
        z-index: -1;
        background: url(../images/main-visual-bg-tri-bottom.svg) 0 0 no-repeat;
        background-size: 140px 140px
    }

    .main-visual-copy {
        position: absolute;
        top: calc(50% - 45px);
        left: 3%;
        margin-top: 0;
        padding-left: 40px;
        z-index: 100
    }

    .main-copy-jpn {
        position: relative;
        margin-bottom: 21px
    }

    .main-copy-jpn::before {
        content: "what we do";
        position: absolute;
        top: -24px;
        left: -23px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 4rem;
        line-height: 1;
        letter-spacing: -.05em;
        color: #333;
        opacity: .08;
        z-index: -1;
        transition: all 1.4s;
        transition-delay: .7s;
        opacity: 0;
        transform: translateY(25px)
    }

    .main-visual-copy.fade-in .main-copy-jpn::before {
        opacity: .08;
        transform: translateY(0)
    }

    .main-copy-jpn .row {
        display: flex
    }

    .main-copy-jpn .row:nth-child(1) {
        margin-bottom: 6px
    }

    .main-copy-jpn .row:nth-child(2) {
        position: relative;
        padding-bottom: 11px
    }

    .main-copy-jpn .row:nth-child(2)::after {
        content: "";
        display: inline-block;
        position: absolute;
        left: 2px;
        bottom: 0;
        width: 100px;
        height: 2px;
        background-color: #407bff;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform 1.2s;
        transition-delay: .55s
    }

    .main-visual-copy.fade-in .main-copy-jpn .row:nth-child(2)::after {
        transform-origin: left top;
        transform: scale(1, 1)
    }

    .main-copy-jpn span {
        display: block;
        width: 35px;
        height: auto;
        overflow: hidden
    }

    .main-copy-jpn span img {
        transition: all .6s;
        transform: translateY(36px)
    }

    .main-visual-copy.fade-in .main-copy-jpn span img {
        transform: translateY(0)
    }

    .main-visual-copy.fade-in .main-copy-jpn .main-copy2 img {
        transition-delay: .05s
    }

    .main-visual-copy.fade-in .main-copy-jpn .main-copy3 img {
        transition-delay: .1s
    }

    .main-visual-copy.fade-in .main-copy-jpn .main-copy4 img {
        transition-delay: .15s
    }

    .main-visual-copy.fade-in .main-copy-jpn .main-copy5 img {
        transition-delay: .2s
    }

    .main-visual-copy.fade-in .main-copy-jpn .main-copy6 img {
        transition-delay: .25s
    }

    .main-visual-copy.fade-in .main-copy-jpn .main-copy7 img {
        transition-delay: .3s
    }

    .main-visual-copy.fade-in .main-copy-jpn .main-copy8 img {
        transition-delay: .35s
    }

    .main-visual-copy.fade-in .main-copy-jpn .main-copy9 img {
        transition-delay: .3s
    }

    .main-visual-copy.fade-in .main-copy-jpn .main-copy10 img {
        transition-delay: .35s
    }

    .main-visual-copy.fade-in .main-copy-jpn .main-copy11 img {
        transition-delay: .4s
    }

    .main-copy-jpn .main-copy2 {
        margin-left: -1px
    }

    .main-copy-jpn .main-copy3 {
        margin-left: -1px
    }

    .main-copy-jpn .main-copy4 {
        margin-left: -2px
    }

    .main-copy-jpn .main-copy5 {
        margin-left: -6px
    }

    .main-copy-jpn .main-copy7 {
        margin-left: 1px
    }

    .main-copy-jpn .main-copy10 {
        margin-left: 1px
    }

    .main-tagline-eng {
        padding-left: 3px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-size: 1rem;
        line-height: 2.3;
        letter-spacing: .04em;
        transform: translateY(20px) scale(.8);
        transform-origin: left;
        transition: all .75s;
        transition-delay: .7s;
        opacity: 0
    }

    .main-visual-copy.fade-in .main-tagline-eng {
        opacity: 1;
        transform: translateY(0) scale(.8)
    }

    .intro-sec {
        position: relative;
        margin-bottom: 120px;
        background-color: #f5f5f5
    }

    .intro-sec-tagline {
        padding: 38px 28px 24px;
        background-color: #f5f5f5;
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: .13em;
        line-height: 1.55;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        vertical-align: top
    }

    .intro-sec-tagline span {
        display: inline-block;
        position: relative;
        transition: all 1s;
        opacity: 0;
        transform: translateY(32px)
    }

    .intro-sec-tagline span.tagline2 {
        transition-delay: .15s
    }

    .intro-sec.scrollin .intro-sec-tagline span {
        opacity: 1;
        transform: translateY(0)
    }

    .intro-sec-text-area {
        position: relative;
        margin-top: 165px;
        padding: 15px 10% 0;
        background-color: #fff
    }

    .intro-sec-text-area::before {
        content: "";
        position: absolute;
        top: -85px;
        left: 0;
        width: 56%;
        height: 85px;
        background-color: #fff
    }

    .intro-sec-text-area::after {
        content: "";
        position: absolute;
        top: -85px;
        left: 56%;
        width: 110px;
        height: 85px;
        background: url(../images/intro-area-bg-tri.svg) 0 0 no-repeat;
        background-size: 110px 85px;
        z-index: 10
    }

    .intro-sec-text-area .sec-ttl {
        margin-bottom: 30px
    }

    .intro-sec-text-area .sec-ttl .eng, .intro-sec-text-area .sec-ttl .jpn {
        transition: all .8s;
        opacity: 0;
        transform: translateY(30px)
    }

    .intro-sec-text-area .sec-ttl .eng {
        transition-delay: .3s
    }

    .intro-sec-text-area .sec-ttl .jpn {
        transition-delay: .4s
    }

    .intro-sec-text-area.scrollin .sec-ttl .eng, .intro-sec-text-area.scrollin .sec-ttl .jpn {
        opacity: 1;
        transform: translateY(0)
    }

    .intro-sec-lead {
        transition: all .8s;
        transition-delay: .5s;
        opacity: 0;
        transform: translateY(30px)
    }

    .intro-sec-text-area.scrollin .intro-sec-lead {
        opacity: 1;
        transform: translateY(0)
    }

    .intro-sec-lead p {
        font-size: 1.5rem;
        line-height: 2.4
    }

    .intro-sec-illust {
        position: absolute;
        top: -155px;
        left: 0;
        width: 100%
    }

    .intro-sec-illust p {
        transition: all .6s;
        opacity: 0;
        transform: translateY(-35px)
    }

    p.intro-illust01 {
        position: absolute;
        top: 30px;
        left: 30%;
        width: 29px
    }

    p.intro-illust02 {
        position: absolute;
        top: 45px;
        left: calc(30% + 22px);
        width: 29px;
        transition-delay: .1s
    }

    p.intro-illust03 {
        position: absolute;
        top: 30px;
        left: calc(30% + 64px);
        width: 64px;
        transition-delay: .2s
    }

    .intro-sec-text-area.scrollin .intro-sec-illust p {
        opacity: 1;
        transform: translateY(0)
    }

    .service-sec {
        margin-bottom: 120px
    }

    .service-sec-inner {
        padding: 0 5.3%
    }

    .service-sec .sec-ttl {
        margin-bottom: 60px
    }

    .service-sec .sec-ttl .eng, .service-sec .sec-ttl .jpn {
        transition: all .8s;
        opacity: 0;
        transform: translateY(20px)
    }

    .service-sec .sec-ttl .jpn {
        transition-delay: .1s
    }

    .service-sec.scrollin .sec-ttl .eng, .service-sec.scrollin .sec-ttl .jpn {
        opacity: 1;
        transform: translateY(0)
    }

    .service-sec-description {
        display: flex;
        flex-wrap: wrap
    }

    .service-sec-description li {
        position: relative;
        width: 50%;
        padding: 0 6% 6%;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd
    }

    .description01 {
        color: #77aaa3
    }

    .description01 .num::before {
        background-color: #77aaa3
    }

    .description01 .illust img {
        display: inline-block;
        width: 170px;
        margin: 12px 0 0 40px
    }

    .description02 {
        color: #587e9f
    }

    .description02 .num::before {
        background-color: #587e9f
    }

    .description02 .illust img {
        display: inline-block;
        width: 125px;
        margin: 12px 0 0 60px
    }

    .description03 {
        color: #c4975b
    }

    .description03 .num::before {
        background-color: #c4975b
    }

    .description03 .illust img {
        display: inline-block;
        width: 140px;
        margin: 12px 0 0 60px
    }

    .description04 {
        color: #9398a3
    }

    .description04 .num::before {
        background-color: #9398a3
    }

    .description04 .illust img {
        display: inline-block;
        width: 32px;
        margin: 26px 0 0 50px
    }

    .description05 {
        color: #b96168
    }

    .description05 .num::before {
        background-color: #b96168
    }

    .description05 .illust img {
        display: inline-block;
        width: 115px;
        margin: 18px 0 0 90px
    }

    .description06 {
        color: #81589f
    }

    .description06 .num::before {
        background-color: #81589f
    }

    .description06 .illust img {
        display: inline-block;
        width: 190px;
        margin: 35px 0 0 70px
    }

    .service-sec-description .num {
        transition: all .6s;
        opacity: 0;
        padding-top: 25px
    }

    .service-sec-description .illust {
        transition: all .6s;
        opacity: 0;
        transform: translateY(35px);
        transition-delay: .1s
    }

    .service-sec-description .ttl {
        transition: all .6s;
        opacity: 0;
        transform: translateY(35px);
        transition-delay: .25s
    }

    .service-sec-description .lead {
        transition: all .6s;
        opacity: 0;
        transform: translateY(30px);
        transition-delay: .4s
    }

    .service-sec-description .description02 .num, .service-sec-description .description04 .num, .service-sec-description .description06 .num {
        transition-delay: .25s
    }

    .service-sec-description .description02 .illust, .service-sec-description .description04 .illust, .service-sec-description .description06 .illust {
        transition-delay: .35s
    }

    .service-sec-description .description02 .ttl, .service-sec-description .description04 .ttl, .service-sec-description .description06 .ttl {
        transition-delay: .5s
    }

    .service-sec-description .description02 .lead, .service-sec-description .description04 .lead, .service-sec-description .description06 .lead {
        transition-delay: .6s
    }

    .service-sec-description li.scrollin .num {
        opacity: 1;
        padding-top: 0
    }

    .service-sec-description li.scrollin .illust {
        opacity: 1;
        transform: translateY(0)
    }

    .service-sec-description li.scrollin .ttl {
        opacity: 1;
        transform: translateY(0)
    }

    .service-sec-description li.scrollin .lead {
        opacity: 1;
        transform: translateY(0)
    }

    .service-sec-description .num {
        position: absolute;
        top: 0;
        left: 30px;
        display: inline-block;
        font-family: din-2014, sans-serif;
        font-weight: 400;
        font-size: 5rem;
        line-height: 1.6;
        z-index: 10
    }

    .service-sec-description .num::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        width: calc(100% - 2px);
        height: 4px
    }

    .service-sec-description .illust {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 200px
    }

    .service-sec-description .ttl {
        margin-bottom: 15px;
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.6
    }

    .service-sec-description .ttl span {
        font-size: 1.8rem
    }

    .service-sec-description .lead p {
        font-size: 1.4rem;
        color: #333;
        line-height: 2.3
    }

    .products-example-area {
        position: relative;
        margin-bottom: 60px;
        padding: 114px 5.3% 0
    }

    .products-example-area::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 1px;
        height: 80px;
        margin-left: -.5px;
        background-color: #ddd
    }

    .products-example-area-ttl {
        text-align: center
    }

    .products-example-area-ttl span {
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: .1em;
        line-height: 1.55;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        vertical-align: top
    }

    .example-box {
        margin-top: -34px;
        padding: 60px 7% 50px;
        background-color: #f2f8f8
    }

    .example-box-list {
        display: flex;
        flex-wrap: wrap;
        padding: 9% 10% calc(9% - 13px);
        background-color: #fff
    }

    .example-box-list li {
        position: relative;
        display: inline-block;
        margin: 0 12px 13px 0;
        padding-bottom: 6px;
        font-size: 1.3rem
    }

    .example-box-list li::after {
        content: "";
        position: absolute;
        left: 2px;
        bottom: 0;
        width: 100%;
        height: 1px;
        margin: auto;
        background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 3px);
        background-size: 3px 1px;
        background-repeat: repeat-x
    }

    .service-sec-link {
        padding: 0 8%;
        text-align: right
    }

    .products-sec {
        margin-bottom: 100px;
        padding-bottom: 20px
    }

    .products-sec-ttl-area {
        padding: 0 0 60px 8%;
        overflow: hidden
    }

    .products-sec-ttl {
        margin-bottom: 35px
    }

    .products-sec-ttl .eng {
        display: block;
        margin: 0 0 -6px -5px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 8rem;
        line-height: 1;
        letter-spacing: -.05em;
        color: #e5e5e5;
        transition: all .6s;
        opacity: 0;
        transform: translateY(30px)
    }

    .products-sec-ttl .jpn {
        display: block;
        font-size: 1.3rem;
        font-weight: 700;
        transition: all .6s;
        opacity: 0;
        transform: translateY(30px);
        transition-delay: .15s
    }

    .products-sec-ttl-lead {
        font-size: 1.3rem;
        transition: all .6s;
        opacity: 0;
        transform: translateY(30px);
        transition-delay: .3s
    }

    .products-sec.scrollin .products-sec-ttl .eng, .products-sec.scrollin .products-sec-ttl .jpn, .products-sec.scrollin .products-sec-ttl-lead {
        opacity: 1;
        transform: translateY(0)
    }

    .products-sec-ttl-lead br {
        display: none
    }

    .products-sec-list-area {
        position: relative
    }

    .products-sec-list-ttl {
        display: flex;
        position: absolute;
        top: 0;
        left: 7%
    }

    .products-sec-list-ttl .jpn {
        margin-right: 6px;
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: .1em;
        line-height: 1.3;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        vertical-align: top;
        transition: all .6s;
        opacity: 0;
        transform: translateY(15px);
        transition-delay: 0s
    }

    .products-sec-list-ttl .eng {
        padding-top: 3px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-size: 1.2rem;
        transform: scale(1);
        transform-origin: top;
        line-height: 1.3;
        letter-spacing: -.01em;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        vertical-align: top;
        transition: all .6s;
        opacity: 0;
        transform: translateY(15px);
        transition-delay: .1s
    }

    .products-sec-list-area.scrollin .products-sec-list-ttl .eng, .products-sec-list-area.scrollin .products-sec-list-ttl .jpn {
        opacity: 1;
        transform: translateY(0)
    }

    .products-sec-list {
        margin-bottom: 40px;
        padding: 0 10% 0 160px
    }

    .products-sec-list li {
        margin-bottom: 35px
    }

    .products-sec-list li:last-child {
        margin-bottom: 0
    }

    .products-sec-list li a {
        display: flex;
        align-items: center
    }

    .products-list-img {
        width: 40%;
        margin: 0 7% 0 0;
        border: 1px solid #ddd;
        transition: all .6s;
        opacity: 0;
        transform: translateY(30px)
    }

    .products-sec-list li.scrollin .products-list-img {
        opacity: 1;
        transform: translateY(0)
    }

    .products-list-name {
        margin-bottom: 10px;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: .01em;
        transition: all .6s;
        opacity: 0;
        transform: translateY(25px);
        transition-delay: .2s
    }

    .products-list-lead {
        font-size: 1.3rem;
        line-height: 2;
        transition: all .6s;
        transition-delay: .3s;
        opacity: 0;
        transform: translateY(25px);
        transition-delay: .3s
    }

    .products-sec-list li.scrollin .products-list-lead {
        opacity: 1;
        transform: translateY(0)
    }

    .products-sec-link {
        padding-right: 10%;
        text-align: right
    }

    .company-sec {
        margin-bottom: 120px;
        padding: 140px 0 0 10%;
        background: url(../images/company-bg_pc.jpg) center center no-repeat;
        background-size: cover
    }

    .company-sec-ttl {
        color: #fff;
        overflow: hidden;
        text-align: right
    }

    .company-sec-ttl .jpn {
        display: block;
        margin-bottom: 30px;
        padding-right: 45px;
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 1.3;
        transition: all .4s;
        opacity: 0;
        transform: translateY(30px)
    }

    .company-sec.scrollin .company-sec-ttl .jpn {
        opacity: 1;
        transform: translateY(0)
    }

    .company-sec-ttl .eng {
        display: block;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 13.5vw;
        line-height: .61;
        letter-spacing: -.05em;
        transition: all .4s;
        opacity: 0;
        transform: translateY(30px)
    }

    .company-sec.scrollin .company-sec-ttl .eng {
        opacity: 1;
        transform: translateY(0);
        transition-delay: .1s
    }

    .company-sec-inner {
        margin-top: 0;
        padding: 80px 11% 30px 11%;
        background-color: #fff
    }

    .csr-area {
        width: 45%;
        display: block
    }

    .company-sec-img {
        margin-bottom: 23px
    }

    .company-sec-inner a.scrollin .company-sec-img {
        opacity: 1;
        transform: translateY(0)
    }

    .csr-area-inner {
        padding-right: 0
    }

    .company-sec-inner-ttl {
        margin-bottom: 20px
    }

    .company-sec-inner-ttl-inner {
        position: relative;
        margin-bottom: 10px
    }

    .company-sec-inner-ttl .num {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        font-family: din-2014, sans-serif;
        font-weight: 700;
        font-size: 2rem;
        line-height: 1.6;
        letter-spacing: .01em;
        color: #999;
        vertical-align: middle;
        transition: all .6s;
        opacity: 0;
        transform: translateY(20px)
    }

    .company-sec-inner-ttl .eng {
        display: block;
        padding: 10px 0 0 34px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.4;
        letter-spacing: .02em;
        color: #999;
        vertical-align: middle;
        transition: all .6s;
        opacity: 0;
        transform: translateY(20px);
        transition-delay: .1s
    }

    .company-sec-inner-ttl .jpn {
        display: block;
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.4;
        transition: all .6s;
        opacity: 0;
        transform: translateY(20px);
        transition-delay: .2s
    }

    .company-sec-lead {
        margin-bottom: 26px;
        transition: all .6s;
        opacity: 0;
        transform: translateY(20px);
        transition-delay: .3s
    }

    .company-sec-lead p {
        line-height: 2.1;
        font-size: 1.3rem
    }

    .company-sec-lead p:last-child {
        margin-bottom: 0
    }

    .company-sec-sub-link {
        text-align: right;
        transition: all .6s;
        opacity: 0;
        transform: translateY(20px);
        transition-delay: .4s
    }

    .csr-area .company-sec-img {
        transition-delay: .2s
    }

    .csr-area .company-sec-inner-ttl .num {
        transition-delay: .3s
    }

    .csr-area .company-sec-inner-ttl .eng {
        transition-delay: .4s
    }

    .csr-area .company-sec-inner-ttl .jpn {
        transition-delay: .5s
    }

    .csr-area .company-sec-lead {
        transition-delay: .6s
    }

    .csr-area .company-sec-sub-link {
        transition-delay: .7s
    }

    .company-sec-inner a.scrollin .company-sec-inner-ttl .eng, .company-sec-inner a.scrollin .company-sec-inner-ttl .jpn, .company-sec-inner a.scrollin .company-sec-inner-ttl .num, .company-sec-inner a.scrollin .company-sec-lead, .company-sec-inner a.scrollin .company-sec-sub-link {
        opacity: 1;
        transform: translateY(0)
    }

    .company-sec-link {
        padding-right: 0;
        text-align: right
    }
}

@media only screen and (min-width: 960px) {
    .scroll-line {
        display: block;
        position: absolute;
        left: 11.7%;
        bottom: 20%;
        width: 1px;
        height: 120px;
        transition: all 1.4s
    }

    .scroll-line::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        margin: 0;
        background-image: linear-gradient(to bottom, #666, #666 1px, transparent 1px, transparent 3px);
        background-size: 2px 3px;
        background-repeat: repeat-y
    }

    .scroll-line::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: 1px;
        background-color: #666;
        -webkit-animation: lineMove 3s ease infinite;
        animation: lineMove 3s ease infinite
    }

    #header {
        padding-bottom: 0;
        background-color: #f5f5f5
    }

    .main-visual-area {
        position: relative;
        width: 100%;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        padding-top: 0
    }

    .main-visual {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        padding-left: 39%;
        z-index: 10
    }

    .main-visual::before {
        content: "";
        position: absolute;
        left: 30%;
        top: 0;
        width: 70%;
        height: 100vh;
        background-color: #fff;
        z-index: -1
    }

    .main-visual-illust {
        width: 100%;
        padding: 35px 0 0 0;
    }

    .main-visual-illust::before {
        content: "";
        position: absolute;
        left: 30%;
        top: 0;
        width: 243px;
        height: 243px;
        background-color: #fff;
        z-index: -1;
        background: url(../images/main-visual-bg-tri-top.svg) 0 0 no-repeat;
        background-size: 243px 243px
    }

    .main-visual-illust::after {
        content: "";
        position: absolute;
        left: 30%;
        bottom: 0;
        width: 243px;
        height: 243px;
        background-color: #fff;
        z-index: -1;
        background: url(../images/main-visual-bg-tri-bottom.svg) 0 0 no-repeat;
        background-size: 243px 243px
    }

    .main-visual-copy {
        position: absolute;
        top: calc(50% - 140px);
        left: 8.59%;
        margin-top: 0;
        padding-left: 40px;
        z-index: 100
    }

    .main-copy-jpn {
        position: relative;
        margin-bottom: 35px;
        font-size: 3.5rem;
        font-weight: 700
    }

    .main-copy-jpn::before {
        content: "what we do";
        position: absolute;
        top: -80px;
        left: -62px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 6rem;
        line-height: 1;
        letter-spacing: -.05em;
        color: #333;
        opacity: .08;
        z-index: -1;
        transition: all 1s;
        transition-delay: .8s;
        opacity: 0;
        transform: translateY(25px)
    }

    .main-visual-copy.fade-in .main-copy-jpn::before {
        opacity: .08;
        transform: translateY(0)
    }

    .main-copy-jpn .row {
        display: flex
    }

    .main-copy-jpn .row:nth-child(1) {
        margin-bottom: 11px
    }

    .main-copy-jpn .row:nth-child(2) {
        position: relative;
        padding-bottom: 16px
    }

    .main-copy-jpn .row:nth-child(2)::after {
        content: "";
        display: inline-block;
        position: absolute;
        left: 3px;
        bottom: 0;
        width: 100%;
        height: 3px;
        background-color: #407bff;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform 1.2s;
        transition-delay: .65s
    }

    .main-visual-copy.fade-in .main-copy-jpn .row:nth-child(2)::after {
        transform-origin: left top;
        transform: scale(1, 1)
    }

    .main-copy-jpn span {
        display: block;
        width: 55px;
        height: auto;
        overflow: hidden
    }

    .main-copy-jpn span img {
        transition: all .65s;
        transform: translateY(56px)
    }

    .main-visual-copy.fade-in .main-copy-jpn span img {
        transform: translateY(0)
    }

    .main-visual-copy.fade-in .main-copy-jpn .main-copy2 img {
        transition-delay: .05s
    }

    .main-visual-copy.fade-in .main-copy-jpn .main-copy3 img {
        transition-delay: .1s
    }

    .main-visual-copy.fade-in .main-copy-jpn .main-copy4 img {
        transition-delay: .15s
    }

    .main-visual-copy.fade-in .main-copy-jpn .main-copy5 img {
        transition-delay: .2s
    }

    .main-visual-copy.fade-in .main-copy-jpn .main-copy6 img {
        transition-delay: .25s
    }

    .main-visual-copy.fade-in .main-copy-jpn .main-copy7 img {
        transition-delay: .3s
    }

    .main-visual-copy.fade-in .main-copy-jpn .main-copy8 img {
        transition-delay: .35s
    }

    .main-visual-copy.fade-in .main-copy-jpn .main-copy9 img {
        transition-delay: .3s
    }

    .main-visual-copy.fade-in .main-copy-jpn .main-copy10 img {
        transition-delay: .35s
    }

    .main-visual-copy.fade-in .main-copy-jpn .main-copy11 img {
        transition-delay: .4s
    }

    .main-copy-jpn .main-copy2 {
        margin-left: -1px
    }

    .main-copy-jpn .main-copy3 {
        margin-left: -1px
    }

    .main-copy-jpn .main-copy4 {
        margin-left: -2px
    }

    .main-copy-jpn .main-copy5 {
        margin-left: -6px
    }

    .main-copy-jpn .main-copy7 {
        margin-left: 1px
    }

    .main-copy-jpn .main-copy10 {
        margin-left: 1px
    }

    .main-tagline-eng {
        padding-left: 3px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-size: 1.3rem;
        line-height: 2.3;
        letter-spacing: .04em;
        transform: translateY(20px) scale(1);
        transform-origin: left;
        transition: all .7s;
        transition-delay: .8s;
        opacity: 0
    }

    .main-visual-copy.fade-in .main-tagline-eng {
        opacity: 1;
        transform: translateY(0) scale(1)
    }

    .intro-sec {
        position: relative;
        margin-bottom: 185px;
        padding-top: 120px;
        background-color: #f5f5f5
    }

    .intro-sec-tagline {
        padding: 46px 28px 24px;
        background-color: #f5f5f5;
        font-size: 4rem;
        font-weight: 700;
        letter-spacing: .1em;
        line-height: 1.55;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        vertical-align: top
    }

    .intro-sec-tagline span {
        display: inline-block;
        position: relative;
        transition: all 1s;
        opacity: 0;
        transform: translateY(32px)
    }

    .intro-sec-tagline span.tagline2 {
        transition-delay: .15s
    }

    .intro-sec.scrollin .intro-sec-tagline span {
        opacity: 1;
        transform: translateY(0)
    }

    .intro-sec-text-area {
        position: relative;
        margin-top: 270px;
        padding: 0 0 0;
        background-color: #fff
    }

    .intro-sec-text-area-inner {
        width: 35%;
        margin-left: 14%
    }

    .intro-sec-text-area::before {
        content: "";
        position: absolute;
        top: -130px;
        left: 0;
        width: 56%;
        height: 130px;
        background-color: #fff
    }

    .intro-sec-text-area::after {
        content: "";
        position: absolute;
        top: -130px;
        left: 56%;
        width: 170px;
        height: 130px;
        background: url(../images/intro-area-bg-tri.svg) 0 0 no-repeat;
        background-size: 170px 163px;
        z-index: 10
    }

    .intro-sec-text-area .sec-ttl {
        margin-bottom: 30px
    }

    .intro-sec-text-area .sec-ttl .eng, .intro-sec-text-area .sec-ttl .jpn {
        transition: all .8s;
        opacity: 0;
        transform: translateY(30px)
    }

    .intro-sec-text-area .sec-ttl .eng {
        transition-delay: .3s
    }

    .intro-sec-text-area .sec-ttl .jpn {
        transition-delay: .4s
    }

    .intro-sec-text-area.scrollin .sec-ttl .eng, .intro-sec-text-area.scrollin .sec-ttl .jpn {
        opacity: 1;
        transform: translateY(0)
    }

    .intro-sec-lead {
        transition: all .8s;
        transition-delay: .5s;
        opacity: 0;
        transform: translateY(30px)
    }

    .intro-sec-text-area.scrollin .intro-sec-lead {
        opacity: 1;
        transform: translateY(0)
    }

    .intro-sec-lead p {
        font-size: 1.5rem;
        line-height: 2.5
    }

    .intro-sec-illust {
        position: absolute;
        top: -155px;
        left: 0;
        width: 100%
    }

    .intro-sec-illust p {
        transition: all .6s;
        opacity: 0;
        transform: translateY(-35px)
    }

    p.intro-illust01 {
        position: absolute;
        top: -50px;
        left: 36%;
        width: 180px
    }

    p.intro-illust02 {
        position: absolute;
        top: -16px;
        left: calc(40% + 27px);
        width: 43px;
        transition-delay: .1s
    }

    p.intro-illust03 {
        position: absolute;
        top: -32px;
        left: calc(40% + 82px);
        width: 94px;
        transition-delay: .2s
    }

    .intro-sec-text-area.scrollin .intro-sec-illust p {
        opacity: 1;
        transform: translateY(0)
    }

    .service-sec {
        margin-bottom: 155px
    }

    .service-sec-inner {
        padding: 0 7.8%
    }

    .service-sec .sec-ttl {
        margin-bottom: 80px
    }

    .service-sec .sec-ttl .eng, .service-sec .sec-ttl .jpn {
        transition: all .8s;
        opacity: 0;
        transform: translateY(20px)
    }

    .service-sec .sec-ttl .jpn {
        transition-delay: .1s
    }

    .service-sec.scrollin .sec-ttl .eng, .service-sec.scrollin .sec-ttl .jpn {
        opacity: 1;
        transform: translateY(0)
    }

    .service-sec-description {
        display: flex;
        flex-wrap: wrap
    }

    .service-sec-description li {
        position: relative;
        width: 33.333%;
        padding: 0 4% 4%;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd
    }

    .description01 {
        color: #77aaa3
    }

    .description01 .num::before {
        background-color: #77aaa3
    }

    .description01 .illust img {
        display: inline-block;
        width: 180px;
        margin: 12px 0 0 75px
    }

    .description02 {
        color: #587e9f
    }

    .description02 .num::before {
        background-color: #587e9f
    }

    .description02 .illust img {
        display: inline-block;
        width: 180px;
        margin: 16px 0 0 90px
    }

    .description03 {
        color: #c4975b;
        border-right: 1px solid #ddd
    }

    .description03 .num::before {
        background-color: #c4975b
    }

    .description03 .illust img {
        display: inline-block;
        width: 180px;
        margin: 12px 0 0 60px
    }

    .description04 {
        color: #9398a3
    }

    .description04 .num::before {
        background-color: #9398a3
    }

    .description04 .illust img {
        display: inline-block;
        width: 180px;
        margin: 26px 0 0 50px
    }

    .description05 {
        color: #b96168
    }

    .description05 .num::before {
        background-color: #b96168
    }

    .description05 .illust img {
        display: inline-block;
        width: 180px;
        margin: 18px 0 0 120px
    }

    .description06 {
        color: #81589f;
        border-right: 1px solid #ddd
    }

    .description06 .num::before {
        background-color: #81589f
    }

    .description06 .illust img {
        display: inline-block;
        width: 180px;
        margin: 35px 0 0 80px
    }

    .service-sec-description .num {
        transition: all .5s;
        opacity: 0;
        padding-top: 25px
    }

    .service-sec-description .illust {
        transition: all .5s;
        opacity: 0;
        transform: translateY(30px);
        transition-delay: .1s
    }

    .service-sec-description .ttl {
        transition: all .5s;
        opacity: 0;
        transform: translateY(30px);
        transition-delay: .25s
    }

    .service-sec-description .lead {
        transition: all .5s;
        opacity: 0;
        transform: translateY(25px);
        transition-delay: .4s
    }

    .service-sec-description .description01 .num, .service-sec-description .description04 .num {
        transition-delay: .1s
    }

    .service-sec-description .description02 .num, .service-sec-description .description05 .num {
        transition-delay: .25s
    }

    .service-sec-description .description03 .num, .service-sec-description .description06 .num {
        transition-delay: .4s
    }

    .service-sec-description .description01 .illust, .service-sec-description .description04 .illust {
        transition-delay: .15s
    }

    .service-sec-description .description02 .illust, .service-sec-description .description05 .illust {
        transition-delay: .3s
    }

    .service-sec-description .description03 .illust, .service-sec-description .description06 .illust {
        transition-delay: .45s
    }

    .service-sec-description .description01 .ttl, .service-sec-description .description04 .ttl {
        transition-delay: .2s
    }

    .service-sec-description .description02 .ttl, .service-sec-description .description05 .ttl {
        transition-delay: .35s
    }

    .service-sec-description .description03 .ttl, .service-sec-description .description06 .ttl {
        transition-delay: .5s
    }

    .service-sec-description .description01 .lead, .service-sec-description .description04 .lead {
        transition-delay: .25s
    }

    .service-sec-description .description02 .lead, .service-sec-description .description05 .lead {
        transition-delay: .4s
    }

    .service-sec-description .description03 .lead, .service-sec-description .description06 .lead {
        transition-delay: .55s
    }

    .service-sec-description li.scrollin .num {
        opacity: 1;
        padding-top: 0
    }

    .service-sec-description li.scrollin .illust {
        opacity: 1;
        transform: translateY(0)
    }

    .service-sec-description li.scrollin .ttl {
        opacity: 1;
        transform: translateY(0)
    }

    .service-sec-description li.scrollin .lead {
        opacity: 1;
        transform: translateY(0)
    }

    .service-sec-description .num {
        position: absolute;
        top: 0;
        left: 11%;
        display: inline-block;
        font-family: din-2014, sans-serif;
        font-weight: 400;
        font-size: 7rem;
        line-height: 1.7;
        z-index: 10
    }

    .service-sec-description .num::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 3px;
        width: calc(100% - 8px);
        height: 4px
    }

    .service-sec-description .illust {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 235px
    }

    .service-sec-description .ttl {
        margin-bottom: 17px;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.4
    }

    .service-sec-description .ttl span {
        font-size: 2rem
    }

    .service-sec-description .lead p {
        font-size: 1.4rem;
        color: #333;
        line-height: 2.3
    }

    .products-example-area {
        position: relative;
        max-width: 1180px;
        margin: 0 auto 80px;
        padding: 135px 40px 0
    }

    .products-example-area::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 1px;
        height: 100px;
        margin-left: -.5px;
        background-color: #ddd
    }

    .products-example-area-ttl {
        text-align: center
    }

    .products-example-area-ttl span {
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: .08em;
        line-height: 1.55;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        vertical-align: top
    }

    .example-box {
        margin-top: -38px;
        padding: 70px;
        background-color: #f2f8f8
    }

    .example-box-list {
        display: flex;
        flex-wrap: wrap;
        padding: 65px 70px 57px;
        background-color: #fff
    }

    .example-box-list li {
        position: relative;
        display: inline-block;
        margin: 0 45px 18px 0;
        padding-bottom: 8px;
        font-size: 1.6rem
    }

    .example-box-list li::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        margin: auto;
        background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 3px);
        background-size: 3px 1px;
        background-repeat: repeat-x
    }

    .service-sec-link {
        max-width: 1180px;
        margin: 0 auto;
        padding: 0 40px;
        text-align: right
    }

    .products-sec {
        margin-bottom: 190px;
        padding-bottom: 20px
    }

    .products-sec-ttl-area {
        display: flex;
        padding: 0 0 35px 8%;
        overflow: hidden
    }

    .products-sec-ttl {
        margin-bottom: 35px
    }

    .products-sec-ttl .eng {
        display: block;
        margin: 0 0 -13px -5px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 12rem;
        line-height: 1;
        letter-spacing: -.05em;
        color: #e5e5e5;
        transition: all .6s;
        opacity: 0;
        transform: translateY(30px)
    }

    .products-sec-ttl .jpn {
        display: block;
        padding-left: 6px;
        font-size: 1.6rem;
        font-weight: 700;
        transition: all .6s;
        opacity: 0;
        transform: translateY(30px);
        transition-delay: .15s
    }

    .products-sec-ttl-lead {
        margin-left: 6%;
        padding-top: 38px;
        font-size: 1.4rem;
        line-height: 1.8;
        transition: all .6s;
        opacity: 0;
        transform: translateY(30px);
        transition-delay: .2s
    }

    .products-sec.scrollin .products-sec-ttl .eng, .products-sec.scrollin .products-sec-ttl .jpn, .products-sec.scrollin .products-sec-ttl-lead {
        opacity: 1;
        transform: translateY(0)
    }

    .products-sec-ttl-lead br {
        display: inline-block
    }

    .products-sec-list-area {
        position: relative
    }

    .products-sec-list-ttl {
        display: flex;
        position: absolute;
        top: 0;
        left: 8%
    }

    .products-sec-list-ttl .jpn {
        margin-right: 8px;
        font-size: 3.6rem;
        font-weight: 700;
        letter-spacing: .1em;
        line-height: 1.3;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        vertical-align: top;
        transition: all .6s;
        opacity: 0;
        transform: translateY(20px);
        transition-delay: 0s
    }

    .products-sec-list-ttl .eng {
        padding-top: 5px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-size: 1rem;
        transform: scale(1);
        transform-origin: top;
        line-height: 1.3;
        letter-spacing: -.01em;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        vertical-align: top;
        transition: all .6s;
        opacity: 0;
        transform: translateY(20px);
        transition-delay: .1s
    }

    .products-sec-list-area.scrollin .products-sec-list-ttl .eng, .products-sec-list-area.scrollin .products-sec-list-ttl .jpn {
        opacity: 1;
        transform: translateY(0)
    }

    .products-sec-list {
        display: flex;
        margin-bottom: 70px;
        padding: 0 7% 0 21%
    }

    .products-sec-list li {
        width: 30%;
        margin: 0 5% 0 0;
        transition: all .6s;
        opacity: 0;
        transform: translateY(30px)
    }

    .products-sec-list-area.scrollin .products-sec-list li {
        opacity: 1;
        transform: translateY(0)
    }

    .products-sec-list-area.scrollin .products-sec-list li:nth-child(1) {
        transition-delay: .1s
    }

    .products-sec-list-area.scrollin .products-sec-list li:nth-child(2) {
        transition-delay: .2s
    }

    .products-sec-list-area.scrollin .products-sec-list li:nth-child(3) {
        transition-delay: .3s
    }

    .products-sec-list li:nth-child(2) {
        margin-top: 30px
    }

    .products-sec-list li:last-child {
        margin: 60px 0 0 0
    }

    .products-sec-list li a {
        display: block;
        align-items: stretch
    }

    .products-list-img {
        position: relative;
        width: 100%;
        margin: 0 0 30px 0;
        border: 1px solid #ddd;
        transition: all .6s;
        opacity: 1;
        transform: translateY(0)
    }

    .products-sec-list li.scrollin .products-list-img {
        opacity: 1;
        transform: translateY(0)
    }

    .products-list-img span {
        display: block;
        overflow: hidden
    }

    .products-list-img span img {
        transform: scale3d(1, 1, 1);
        transition: all .4s
    }

    .products-sec-list li a:hover .products-list-img span img {
        transform: scale3d(1.08, 1.08, 1.08)
    }

    .products-list-name {
        margin-bottom: 15px;
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: .01em;
        transition: color .2s
    }

    .products-sec-list li a:hover .products-list-name {
        color: #407bff
    }

    .products-list-lead {
        font-size: 1.3rem;
        line-height: 2.2;
        opacity: 1;
        transform: translateY(0);
        transition-delay: .3s
    }

    .products-sec-list li.scrollin .products-list-lead {
        opacity: 1;
        transform: translateY(0)
    }

    .products-sec-link {
        padding-right: 7%;
        text-align: right
    }

    .company-sec {
        margin-bottom: 120px;
        padding: 290px 0 0 18.5%;
        background: url(../images/company-bg_pc.jpg) center center no-repeat;
        background-size: cover
    }

    .company-sec-ttl {
        color: #fff;
        overflow: hidden;
        text-align: right
    }

    .company-sec-ttl .jpn {
        display: block;
        margin-bottom: 38px;
        padding-right: 45px;
        font-weight: 700;
        font-size: 3rem;
        line-height: 1.3;
        letter-spacing: .06em;
        transition: all .4s;
        opacity: 0;
        transform: translateY(30px)
    }

    .company-sec.scrollin .company-sec-ttl .jpn {
        opacity: 1;
        transform: translateY(0)
    }

    .company-sec-ttl .eng {
        display: block;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 15rem;
        line-height: .6;
        letter-spacing: -.05em;
        transition: all .4s;
        opacity: 0;
        transform: translateY(30px)
    }

    .company-sec.scrollin .company-sec-ttl .eng {
        opacity: 1;
        transform: translateY(0);
        transition-delay: .1s
    }

    .company-sec-inner {
        margin-top: 0;
        padding: 150px 10% 50px 12%;
        background-color: #fff
    }

    .csr-area {
        width: 45%;
        display: block
    }

    .csr-area:hover .sec-sub-link::before {
        background-color: #666
    }

    .csr-area:hover .sec-sub-link::after {
        right: 6px
    }

    .csr-area:hover .sec-sub-link span::after {
        transform-origin: right top;
        transform: scale(0, 1)
    }

    .company-sec-img {
        position: relative;
        margin-bottom: 23px
    }

    .csr-area-inner {
        padding-right: 0
    }

    .company-sec-inner-ttl {
        margin-bottom: 26px;
        transition: color .2s
    }

    .company-sec-inner a .company-sec-inner-ttl .jpn span {
        transition: color .2s
    }

    .company-sec-inner a:hover .company-sec-inner-ttl .jpn span {
        color: #407bff;
        transition: color .2s;
        transition-delay: 0s
    }

    .csr-area .company-sec-inner-ttl {
        padding: 0 10px
    }

    .company-sec-inner-ttl-inner {
        position: relative;
        margin-bottom: 8px
    }

    .company-sec-inner-ttl .num {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        font-family: din-2014, sans-serif;
        font-weight: 700;
        font-size: 2.2rem;
        line-height: 1.6;
        letter-spacing: .01em;
        color: #999;
        vertical-align: middle;
        transition: all .6s;
        opacity: 0;
        transform: translateY(20px)
    }

    .company-sec-inner-ttl .eng {
        display: block;
        padding: 10px 0 0 34px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1.4;
        letter-spacing: .02em;
        color: #999;
        vertical-align: middle;
        transition: all .6s;
        opacity: 0;
        transform: translateY(20px);
        transition-delay: .1s
    }

    .company-sec-inner-ttl .jpn {
        display: block;
        font-size: 3rem;
        font-weight: 700;
        line-height: 1.4;
        transition: all .6s;
        opacity: 0;
        transform: translateY(20px);
        transition-delay: .2s
    }

    .company-sec-lead {
        margin-bottom: 26px;
        transition: all .6s;
        opacity: 0;
        transform: translateY(20px);
        transition-delay: .3s
    }

    .csr-area .company-sec-lead {
        padding: 0 10px
    }

    .company-sec-lead p {
        line-height: 2.3;
        font-size: 1.4rem
    }

    .company-sec-lead p:last-child {
        margin-bottom: 0
    }

    .csr-area .company-sec-sub-link {
        padding-right: 10px
    }

    .company-sec-sub-link {
        text-align: right;
        opacity: 0;
        transform: translateY(20px);
        transition-delay: .4s
    }

    .csr-area .company-sec-img {
        transition-delay: .2s
    }

    .csr-area .company-sec-inner-ttl .num {
        transition-delay: .3s
    }

    .csr-area .company-sec-inner-ttl .eng {
        transition-delay: .4s
    }

    .csr-area .company-sec-inner-ttl .jpn {
        transition-delay: .5s
    }

    .csr-area .company-sec-lead {
        transition-delay: .6s
    }

    .csr-area .company-sec-sub-link {
        transition-delay: .7s
    }

    .company-sec-inner a.scrollin .company-sec-inner-ttl .eng, .company-sec-inner a.scrollin .company-sec-inner-ttl .jpn, .company-sec-inner a.scrollin .company-sec-inner-ttl .num, .company-sec-inner a.scrollin .company-sec-lead, .company-sec-inner a.scrollin .company-sec-sub-link {
        opacity: 1;
        transform: translateY(0)
    }

    .company-sec-link {
        padding-right: 0;
        text-align: right
    }
}

.row.color {
    color: #407bff
}

@media all and (max-width: 768px) {
    p.intro-illust01 {
        width: 100px;
        top: 13px;
        left: 19%
    }

    .main-copy-jpn {
        font-size: 2.5rem;
        font-weight: 700
    }

    .main-tagline-eng {
        font-size: 1.2rem
    }

    .main-copy-jpn .row:nth-child(1) {
        margin-bottom: -5px
    }

    .main-copy-jpn::before {
        top: -40px
    }

    .footer-copyright small {
        font-size: 1.4rem
    }
}