@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
    }
}