/* top */

/* IE11 animation lineMove */
.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 3.0s ease infinite;
    animation: lineMove 3.0s ease infinite;
}

@keyframes lineMove {
    0% {
        bottom: 100%;
        height: 0;
    }

    20% {
        bottom: 0;
        height: 100%;
    }

    40% {
        bottom: 0;
        height: 0;
    }

    100% {
        bottom: 0;
        height: 0;
    }
}

/* sp - 599px */
@media only screen and (max-width: 599px) {

    /* animation lineMove */
    .scroll-line {
        display: none;
    }

}

/* sp end */


/* header
----------------------------------------- */
#header {
    padding-bottom: 43px;
    background-color: #F5F5F5;
}

/* main-visual-area */
.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(../image/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(../image/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: "Mission";
    position: absolute;
    top: -24px;
    left: -23px;
    font-family: termina, sans-serif;
    font-weight: 500;
    font-size: 4.0rem;
    line-height: 1;
    letter-spacing: -0.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: #1894bd;
    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: 100%;
    height: auto;
    overflow: hidden;
}

.main-copy-jpn span img,
.main-copy-jpn span .txt {
    transition: all .6s;
    transform: translateY(36px);
    -webkit-transform: translateY(36px);
    opacity: 0;
}

.main-visual-copy.fade-in .main-copy-jpn span img,
.main-visual-copy.fade-in .main-copy-jpn span .txt {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.main-visual-copy.fade-in .main-copy-jpn .main-copy1 img {}

.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-copy1 {}

.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-copy6 {}

.main-copy-jpn .main-copy7 {
    margin-left: 1px;
}

.main-copy-jpn .main-copy8 {}

.main-copy-jpn .main-copy9 {}

.main-copy-jpn .main-copy10 {
    margin-left: 1px;
}

.main-copy-jpn .main-copy11 {}

.main-tagline-eng {
    padding-left: 3px;
    font-family: termina, sans-serif;
    font-weight: 700;
    font-size: 1.0rem;
    line-height: 2.3;
    letter-spacing: 0.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);
}


/* contents
----------------------------------------- */
/* intro-sec */
.intro-sec {
    position: relative;
    margin-bottom: 70px;
    background-color: #F5F5F5;
}

.intro-slide-img {
    position: relative;
    width: 100%;
}

.intro-slide-img li {
    width: 240px !important;
    height: auto;
    margin-right: 25px;
}

.intro-slide-img img {
    width: 240px !important;
    height: auto;
}

.intro-sec-tagline-wrapper {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 60px;
    right: 43px;
}

.intro-sec-tagline {
    padding: 32px 25px 20px;
    background-color: #F5F5F5;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.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 1.0s;
    opacity: 0;
    transform: translateY(22px);
}

.intro-sec-tagline span.tagline1 {}

.intro-sec-tagline span.tagline2 {
    transition-delay: .15s;
}

.intro-sec.scrollin .intro-sec-tagline span {
    opacity: 1;
    transform: translateY(0);
}

.intro-sec-tagline strong {
    color: #1894bd;
}

.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(../image/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 0.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 */
.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 .eng {}

.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 {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.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: 60%;
    margin: 12px 0 0 40px;
}

.description02 {
    color: #587E9F;
}

.description02 .num::before {
    background-color: #587E9F;
}

.description02 .illust img {
    display: inline-block;
    width: 60%;
    margin: 12px 0 0 40px;
}

.description03 {
    color: #C4975B;
}

.description03 .num::before {
    background-color: #C4975B;
}

.description03 .illust img {
    display: inline-block;
    width: 60%;
    margin: 12px 0 0 40px;
}

.description04 {
    color: #9398A3;
}

.description04 .num::before {
    background-color: #9398A3;
}

.description04 .illust img {
    display: inline-block;
    width: 60%;
    margin: 12px 0 0 40px;
}

.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: 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: 5.0rem;
    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 **/
.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: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.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 */
.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: termina, sans-serif;
    font-weight: 500;
    font-size: 6.0rem;
    line-height: 1.0;
    letter-spacing: -0.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 **/
.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: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.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: .40s;
}

.products-sec-list-ttl .eng {
    padding-top: 3px;
    font-family: termina, sans-serif;
    font-weight: 700;
    font-size: 1.0rem;
    transform: scale(0.9);
    transform-origin: top;
    line-height: 1.3;
    letter-spacing: -0.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 .jpn,
.products-sec-list-area.scrollin .products-sec-list-ttl .eng {
    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-sec-list li a {}

.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-model-number {
    margin-bottom: 3px;
    font-family: termina, sans-serif;
    font-weight: 700;
    font-size: 1.0rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
    transition: all .6s;
    opacity: 0;
    transform: translateY(35px);
}

.products-sec-list li.scrollin .products-list-model-number {
    opacity: 1;
    transform: translateY(0);
}

.products-list-name {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.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.0;
    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 */
.company-sec {
    margin-bottom: 80px;
    padding: 100px 0 0 13%;
    background: url(../image/company-bg_sp1.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: termina, sans-serif;
    font-weight: 500;
    font-size: 15.5vw;
    line-height: 0.59;
    letter-spacing: -0.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 **/
.company-sec-inner {
    margin-top: 0;
    padding: 50px 0 50px 12%;
    background-color: #fff;
}

.company-sec-link-wrapper {
    margin-bottom: 55px;
}

.greeting-area {
    display: block;
    margin-bottom: 50px;
}

.overview-area {
    display: block;
    margin-bottom: 50px;
}

.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);
}

.greeting-area-inner,
.overview-area-inner,
.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: 2.0rem;
    line-height: 1.6;
    letter-spacing: 0.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: termina, sans-serif;
    font-weight: 700;
    font-size: 1.0rem;
    line-height: 1.4;
    letter-spacing: 0.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 .num,
.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-lead,
.company-sec-inner a.scrollin .company-sec-sub-link {
    opacity: 1;
    transform: translateY(0);
}

.company-sec-link {
    padding-right: 10%;
    text-align: right;
}

/* news-sec blog-sec */
.news-sec,
.blog-sec {
    overflow: hidden;
}

.news-sec {
    margin-bottom: 55px;
}

.blog-sec {
    margin-bottom: 88px;
}

.news-sec-inner,
.blog-sec-inner {
    position: relative;
}

.news-sec-inner::before,
.blog-sec-inner::before {
    content: "";
    position: absolute;
    top: 20px;
    left: -40px;
    width: calc(100% + 80px);
    height: calc(100% - 20px);
    padding-bottom: 5px;
    background: url(../image/cta-bg.svg) 0 0 no-repeat;
    background-size: cover;
    z-index: -1;
}

.news-sec-illust-area {
    margin-top: -15px;
}

.news-sec-illust01 {
    width: 32px;
    margin: 0 0 0 14.6%;
    transition: all .4s;
    opacity: 0;
    transform: translateY(-25px);
}

.news-sec-illust02 {
    width: 110px;
    margin: -20px 0 0 26%;
    transition: all .4s;
    opacity: 0;
    transform: translateY(-25px);
    transition-delay: .15s;
}

.news-sec-illust-area.scrollin .news-sec-illust01,
.news-sec-illust-area.scrollin .news-sec-illust02 {
    opacity: 1;
    transform: translateY(0);
}

.blog-sec-illust-area {
    margin-top: 45px;
}

.blog-sec-illust01 {
    display: none;
}

.blog-sec-illust02 {
    width: 50px;
    margin: 0 0 0 24.8%;
    transition: all .4s;
    opacity: 0;
    transform: translateY(-25px);
}

.blog-sec-illust03 {
    width: 90px;
    margin: -28px 0 0 calc(24.8% + 70px);
    transition: all .4s;
    opacity: 0;
    transform: translateY(-25px);
    transition-delay: .15s;
}

.blog-sec-illust-area.scrollin .blog-sec-illust01,
.blog-sec-illust-area.scrollin .blog-sec-illust02,
.blog-sec-illust-area.scrollin .blog-sec-illust03 {
    opacity: 1;
    transform: translateY(0);
}

/* article-sec */
.article-sec-ttl {
    position: absolute;
    top: 0;
    left: 0;
}

.article-sec-ttl .eng {
    position: absolute;
    top: 5px;
    left: 16px;
    display: block;
    font-family: termina, sans-serif;
    font-weight: 500;
    font-size: 7.0rem;
    line-height: 1.0;
    letter-spacing: -0.05em;
    color: #333;
    transition: all .8s;
    opacity: 0;
    transform: translateY(20px);
}

.article-sec-ttl .jpn {
    position: absolute;
    top: 42px;
    left: 36px;
    height: 5em;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.3;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    vertical-align: top;
    transition: all .8s;
    opacity: 0;
    transform: translateY(20px);
    transition-delay: .25s;
}

.news-sec-inner.scrollin .article-sec-ttl .eng,
.blog-sec-inner.scrollin .article-sec-ttl .eng {
    opacity: .05;
    transform: translateY(0);
}

.news-sec-inner.scrollin .article-sec-ttl .jpn,
.blog-sec-inner.scrollin .article-sec-ttl .jpn {
    opacity: 1;
    transform: translateY(0);
}

.article-sec-list {
    margin: 0 0 40px;
    padding: 100px 12% 0 26%;
}

.article-sec-list li {
    margin-bottom: 23px;
    padding-bottom: 23px;
    border-bottom: 1px solid #E5EBEB;
    transition: all .6s;
    opacity: 0;
    transform: translateY(20px);
}

.article-sec-list li:nth-child(1) {
    transition-delay: .4s;
}

.article-sec-list li:nth-child(2) {
    transition-delay: .55s;
}

.article-sec-list li:nth-child(3) {
    transition-delay: .7s;
}

.news-sec-inner.scrollin .article-sec-list li,
.blog-sec-inner.scrollin .article-sec-list li {
    opacity: 1;
    transform: translateY(0);
}

.article-sec-list li:last-child {
    margin-bottom: 0;
}

.article-sec-info {
    position: relative;
    margin-bottom: 12px;
}

.article-sec-list-date {
    position: absolute;
    top: 0;
    left: 0;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
}

.article-sec-list-category {
    display: block;
    width: 82px;
    margin: 0 0 0 95px;
    background-color: #1894bd;
    font-family: termina, sans-serif;
    font-weight: 500;
    font-size: 1.0rem;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
}

.article-sec-list-category:hover {
    color: #fff;
}

.article-sec-list-ttl {
    font-size: 1.3rem;
    line-height: 2.0;
}

.article-sec-link {
    padding-right: 12%;
    text-align: right;
    transition: all .8s;
    opacity: 0;
    transform: translateY(20px);
    transition-delay: .9s;
}

.news-sec-inner.scrollin .article-sec-link,
.blog-sec-inner.scrollin .article-sec-link {
    opacity: 1;
    transform: translateY(0);
}

/* recruit-sec */
.recruit-sec {
    position: relative;
    padding: 75px 0 80px;
}

.recruit-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E2E2E2;
    z-index: -1;
}

.recruit-sec-inner {}

.recruit-sec-ttl {
    position: relative;
    padding: 0 10%;
    z-index: 100;
}

.recruit-sec-ttl .jpn {
    display: block;
    margin-bottom: 10px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    transition: all .8s;
    opacity: 0;
    transform: translateY(20px);
}

.recruit-sec.scrollin .recruit-sec-ttl .jpn {
    opacity: 1;
    transform: translateY(0);
}

.recruit-sec-ttl .eng {
    display: block;
    padding-left: 3px;
    font-family: termina, sans-serif;
    font-weight: 700;
    font-size: 1.0rem;
    transform-origin: left;
    line-height: 2.0;
    letter-spacing: -0.01em;
    transition: all .8s;
    opacity: 0;
    transform: translateY(20px) scale(0.9);
    transition-delay: .15s;
}

.recruit-sec.scrollin .recruit-sec-ttl .eng {
    opacity: 1;
    transform: translateY(0) scale(0.9);
}

.recruit-sec-slide-wrapper {
    margin-top: -29px;
    padding: 0 2.5%;
}

.recruit-sec-slide {
    width: 100%;
    height: 290px;
    transition: all .8s;
    opacity: 0;
    transform: translateY(35px);
    transition-delay: .5s;
}

.recruit-sec.scrollin .recruit-sec-slide {
    opacity: 1;
    transform: translateY(0);
}

.recruit-sec-slide li {
    width: 100%;
    height: 290px;
}

.recruit-sec-slide li.recruit-slide01 {
    background: url(../image/recruitment-img01_sp.jpg) center center no-repeat;
    background-size: cover;
}

.recruit-sec-slide li.recruit-slide02 {
    background: url(../image/recruitment-img02_sp.jpg) center center no-repeat;
    background-size: cover;
}

.recruit-sec-bottom-area {
    display: block;
    position: relative;
    margin: -32px 0 26px;
    padding: 0 8%;
    z-index: 1000;
}

.recruit-sec-bottom-area .eng {
    margin: 0 0 15px -5px;
    font-family: termina, sans-serif;
    font-weight: 400;
    font-size: 20vw;
    line-height: 0.76;
    letter-spacing: -0.06em;
    color: #EFEFEF;
    transition: all .8s;
    opacity: 0;
    transform: translateY(40px);
    transition-delay: .7s;
}

.recruit-sec.scrollin .recruit-sec-bottom-area .eng {
    opacity: .8;
    transform: translateY(0);
}

.recruit-sec-bottom-area .jpn {
    font-size: 1.3rem;
    line-height: 2.2;
    transition: all .8s;
    opacity: 0;
    transform: translateY(30px);
    transition-delay: .8s;
}

.recruit-sec.scrollin .recruit-sec-bottom-area .jpn {
    opacity: 1;
    transform: translateY(0);
}

.recruit-sec-link {
    padding-right: 8%;
    text-align: right;
    transition: all .8s;
    opacity: 0;
    transform: translateY(30px);
    transition-delay: .9s;
}

.recruit-sec.scrollin .recruit-sec-link {
    opacity: 1;
    transform: translateY(0);
}























































/* tablet 560px - 959px */
@media only screen and (min-width: 560px) {

    /* animation lineMove */
    .scroll-line {
        display: none;
    }


    /* header
----------------------------------------- */
    #header {
        padding-bottom: 70px;
        background-color: #F5F5F5;
    }

    /* main-visual-area */
    .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(../image/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(../image/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: "Mission";
        position: absolute;
        top: -24px;
        left: -23px;
        font-family: termina, sans-serif;
        font-weight: 500;
        font-size: 4.0rem;
        line-height: 1;
        letter-spacing: -0.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: #1894bd;
        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-copy1 img {}

    .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-copy1 {}

    .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-copy6 {}

    .main-copy-jpn .main-copy7 {
        margin-left: 1px;
    }

    .main-copy-jpn .main-copy8 {}

    .main-copy-jpn .main-copy9 {}

    .main-copy-jpn .main-copy10 {
        margin-left: 1px;
    }

    .main-copy-jpn .main-copy11 {}

    .main-tagline-eng {
        padding-left: 3px;
        font-family: termina, sans-serif;
        font-weight: 700;
        font-size: 1.0rem;
        line-height: 2.3;
        letter-spacing: 0.04em;
        transform: translateY(20px) scale(0.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(0.8);
    }


    /* contents
----------------------------------------- */
    /* intro-sec */
    .intro-sec {
        position: relative;
        margin-bottom: 120px;
        background-color: #F5F5F5;
    }

    .intro-slide-img {
        position: relative;
        width: 100%;
    }

    .intro-slide-img li {
        width: 280px !important;
        height: auto;
        margin-right: 25px;
    }

    .intro-slide-img img {
        width: 280px !important;
        height: auto;
    }

    .intro-sec-tagline-wrapper {
        display: flex;
        justify-content: flex-end;
        position: absolute;
        top: 90px;
        right: 80px;
    }

    .intro-sec-tagline {
        padding: 38px 28px 24px;
        background-color: #F5F5F5;
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: 0.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 1.0s;
        opacity: 0;
        transform: translateY(32px);
    }

    .intro-sec-tagline span.tagline1 {}

    .intro-sec-tagline span.tagline2 {
        transition-delay: .15s;
    }

    .intro-sec.scrollin .intro-sec-tagline span {
        opacity: 1;
        transform: translateY(0);
    }

    .intro-sec-tagline strong {
        color: #1894bd;
    }

    .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(../image/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 0.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 */
    .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 .eng {}

    .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;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .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: 5.0rem;
        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 **/
    .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: -0.5px;
        background-color: #ddd;
    }

    .products-example-area-ttl {
        text-align: center;
    }

    .products-example-area-ttl span {
        font-size: 2.0rem;
        font-weight: 700;
        letter-spacing: 0.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 */
    .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: termina, sans-serif;
        font-weight: 500;
        font-size: 8.0rem;
        line-height: 1.0;
        letter-spacing: -0.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 **/
    .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: 0.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: termina, sans-serif;
        font-weight: 700;
        font-size: 1.2rem;
        transform: scale(1.0);
        transform-origin: top;
        line-height: 1.3;
        letter-spacing: -0.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 .jpn,
    .products-sec-list-area.scrollin .products-sec-list-ttl .eng {
        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-info {
        width: 53%;
    }

    .products-list-model-number {
        margin-bottom: 3px;
        font-family: termina, sans-serif;
        font-weight: 700;
        font-size: 1.0rem;
        line-height: 1.4;
        letter-spacing: -0.01em;
        transition: all .6s;
        opacity: 0;
        transform: translateY(35px);
    }

    .products-sec-list li.scrollin .products-list-model-number {
        opacity: 1;
        transform: translateY(0);
    }

    .products-list-name {
        margin-bottom: 10px;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.01em;
        transition: all .6s;
        opacity: 0;
        transform: translateY(25px);
        transition-delay: .2s;
    }

    .products-list-lead {
        font-size: 1.3rem;
        line-height: 2.0;
        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 */
    .company-sec {
        margin-bottom: 120px;
        padding: 140px 0 0 10%;
        background: url(../image/company-bg_pc1.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: termina, sans-serif;
        font-weight: 500;
        font-size: 13.5vw;
        line-height: 0.61;
        letter-spacing: -0.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 **/
    .company-sec-inner {
        margin-top: 0;
        padding: 80px 11% 30px 11%;
        background-color: #fff;
    }

    .company-sec-link-wrapper {
        display: flex;
        margin-bottom: 70px;
    }

    .greeting-area {
        display: flex;
        margin-bottom: 50px;
    }

    .overview-area {
        display: block;
        width: 45%;
        margin: 0 10% 0 0;
    }

    .csr-area {
        width: 45%;
        display: block;
    }

    .company-sec-img {
        margin-bottom: 23px;
    }

    .greeting-area .company-sec-img {
        width: 35%;
        margin-right: 8%;
    }

    .company-sec-inner a.scrollin .company-sec-img {
        opacity: 1;
        transform: translateY(0);
    }

    .greeting-area-inner,
    .overview-area-inner,
    .csr-area-inner {
        padding-right: 0;
    }

    .greeting-area-inner {
        width: 57%;
    }

    .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: 2.0rem;
        line-height: 1.6;
        letter-spacing: 0.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: termina, sans-serif;
        font-weight: 700;
        font-size: 1.0rem;
        line-height: 1.4;
        letter-spacing: 0.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 .num,
    .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-lead,
    .company-sec-inner a.scrollin .company-sec-sub-link {
        opacity: 1;
        transform: translateY(0);
    }

    .company-sec-link {
        padding-right: 0;
        text-align: right;
    }

    /* news-sec blog-sec */
    .news-sec,
    .blog-sec {
        overflow: visible;
    }

    .news-sec {
        width: 75%;
        margin: 0 0 55px 20%;
    }

    .blog-sec {
        width: 75%;
        margin: 0 17% 88px 8%;
    }

    .news-sec-inner,
    .blog-sec-inner {
        position: relative;
        padding: 100px 0;
    }

    .news-sec-inner::before,
    .blog-sec-inner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 5px;
        background: url(../image/cta-bg.svg) 0 0 no-repeat;
        background-size: cover;
        z-index: -1;
    }

    .news-sec-illust-area {
        margin-top: -65px;
    }

    .news-sec-illust01 {
        width: 32px;
        margin: 0 0 0 6.6%;
        transition: all .4s;
        opacity: 0;
        transform: translateY(-28px);
    }

    .news-sec-illust02 {
        width: 110px;
        margin: -20px 0 0 12%;
        transition: all .4s;
        opacity: 0;
        transform: translateY(-25px);
        transition-delay: .15s;
    }

    .news-sec-illust-area.scrollin .news-sec-illust01,
    .news-sec-illust-area.scrollin .news-sec-illust02 {
        opacity: 1;
        transform: translateY(0);
    }

    .blog-sec-illust-area {
        margin-top: 0;
    }

    .blog-sec-illust01 {
        display: none;
    }

    .blog-sec-illust02 {
        width: 50px;
        margin: 0 0 0 84.8%;
        transition: all .4s;
        opacity: 0;
        transform: translateY(-25px);
    }

    .blog-sec-illust03 {
        width: 90px;
        margin: -28px 0 0 calc(84.8% + 70px);
        transition: all .4s;
        opacity: 0;
        transform: translateY(-25px);
        transition-delay: .15s;
    }

    .blog-sec-illust-area.scrollin .blog-sec-illust01,
    .blog-sec-illust-area.scrollin .blog-sec-illust02,
    .blog-sec-illust-area.scrollin .blog-sec-illust03 {
        opacity: 1;
        transform: translateY(0);
    }

    /* article-sec */
    .article-sec-ttl {
        position: absolute;
        top: 0;
        left: 0;
    }

    .article-sec-ttl .eng {
        position: absolute;
        top: 100px;
        left: -45px;
        display: block;
        font-family: termina, sans-serif;
        font-weight: 500;
        font-size: 9.0rem;
        line-height: 1.0;
        letter-spacing: -0.05em;
        color: #333;
        transition: all .8s;
        opacity: 0;
        transform: translateY(20px);
    }

    .article-sec-ttl .jpn {
        position: absolute;
        top: 150px;
        left: -16px;
        height: 5em;
        font-size: 2.5rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        line-height: 1.3;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        vertical-align: top;
        transition: all .8s;
        opacity: 0;
        transform: translateY(20px);
        transition-delay: .25s;
    }

    .news-sec-inner.scrollin .article-sec-ttl .eng,
    .blog-sec-inner.scrollin .article-sec-ttl .eng {
        opacity: .05;
        transform: translateY(0);
    }

    .news-sec-inner.scrollin .article-sec-ttl .jpn,
    .blog-sec-inner.scrollin .article-sec-ttl .jpn {
        opacity: 1;
        transform: translateY(0);
    }

    .article-sec-list {
        margin: 0 0 50px;
        padding: 120px 12% 0 20%;
    }

    .article-sec-list li {
        margin-bottom: 23px;
        padding-bottom: 23px;
        border-bottom: 1px solid #E5EBEB;
        transition: all .6s;
        opacity: 0;
        transform: translateY(20px);
    }

    .article-sec-list li:nth-child(1) {
        transition-delay: .4s;
    }

    .article-sec-list li:nth-child(2) {
        transition-delay: .55s;
    }

    .article-sec-list li:nth-child(3) {
        transition-delay: .7s;
    }

    .news-sec-inner.scrollin .article-sec-list li,
    .blog-sec-inner.scrollin .article-sec-list li {
        opacity: 1;
        transform: translateY(0);
    }

    .article-sec-list li:last-child {
        margin-bottom: 0;
    }

    .article-sec-info {
        position: relative;
        margin-bottom: 12px;
    }

    .article-sec-list-date {
        position: absolute;
        top: 0;
        left: 0;
        font-family: din-2014, sans-serif;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.6;
        letter-spacing: 0.03em;
    }

    .article-sec-list-category {
        display: block;
        width: 82px;
        margin: 0 0 0 95px;
        background-color: #1894bd;
        font-family: termina, sans-serif;
        font-weight: 500;
        font-size: 1.0rem;
        line-height: 20px;
        letter-spacing: 0.03em;
        text-align: center;
        color: #fff;
    }

    .article-sec-list-category:hover {
        color: #fff;
    }

    .article-sec-list-ttl {
        font-size: 1.3rem;
        line-height: 2.0;
    }

    .article-sec-link {
        padding-right: 12%;
        text-align: right;
        transition: all .8s;
        opacity: 0;
        transform: translateY(20px);
        transition-delay: .9s;
    }

    .news-sec-inner.scrollin .article-sec-link,
    .blog-sec-inner.scrollin .article-sec-link {
        opacity: 1;
        transform: translateY(0);
    }

    /* recruit-sec */
    .recruit-sec {
        position: relative;
        margin-bottom: 100px;
        padding: 80px 0 90px;
    }

    .recruit-sec::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 70%;
        height: 100%;
        background-color: #E2E2E2;
        z-index: -1;
    }

    .recruit-sec-inner {
        display: flex;
    }

    .recruit-sec-ttl {
        display: flex;
        align-items: flex-start;
        position: relative;
        width: 30%;
        padding: 0;
        z-index: 100;
    }

    .recruit-sec-ttl-inner {
        position: relative;
        margin: 10% 0 0 30%;
    }

    .recruit-sec-ttl .jpn {
        display: block;
        margin-bottom: 0;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.6;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        vertical-align: top;
        transition: all .8s;
        opacity: 0;
        transform: translateY(20px);
    }

    .recruit-sec.scrollin .recruit-sec-ttl .jpn {
        opacity: 1;
        transform: translateY(0);
    }

    .recruit-sec-ttl .eng {
        position: absolute;
        bottom: -16px;
        left: 7px;
        display: block;
        height: 12em;
        padding-left: 0;
        font-family: termina, sans-serif;
        font-weight: 700;
        font-size: 1.0rem;
        transform-origin: left;
        line-height: 1.7;
        letter-spacing: -0.01em;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        vertical-align: top;
        transition: all .8s;
        opacity: 0;
        transform: translateY(20px) scale(0.7);
        transition-delay: .15s;
    }

    .recruit-sec.scrollin .recruit-sec-ttl .eng {
        opacity: 1;
        transform: translateY(0) scale(0.7);
    }

    .recruit-sec-slide-wrapper {
        width: 70%;
        margin-top: 0;
        padding: 0;
    }

    .recruit-sec-slide {
        width: 100%;
        height: 420px;
        transition: all .8s;
        opacity: 0;
        transform: translateY(35px);
        transition-delay: .5s;
    }

    .recruit-sec.scrollin .recruit-sec-slide {
        opacity: 1;
        transform: translateY(0);
    }

    .recruit-sec-slide li {
        width: 100%;
        height: 420px;
    }

    .recruit-sec-slide li.recruit-slide01 {
        background: url(../image/recruitment-img01_pc.jpg) center center no-repeat;
        background-size: cover;
    }

    .recruit-sec-slide li.recruit-slide02 {
        background: url(../image/recruitment-img02_pc.jpg) center center no-repeat;
        background-size: cover;
    }

    .recruit-sec-bottom-area {
        display: block;
        position: relative;
        margin: -6.7% 0 50px 9%;
        padding: 0;
        z-index: 1000;
    }

    .recruit-sec-bottom-area .eng {
        margin: 0 0 30px -5px;
        font-family: termina, sans-serif;
        font-weight: 400;
        font-size: 10vw;
        line-height: 0.76;
        letter-spacing: -0.06em;
        color: #EFEFEF;
        transition: all .8s;
        opacity: 0;
        transform: translateY(40px);
        transition-delay: .7s;
    }

    .recruit-sec.scrollin .recruit-sec-bottom-area .eng {
        opacity: .8;
        transform: translateY(0);
    }

    .recruit-sec-bottom-area .eng br {
        display: none;
    }

    .recruit-sec-bottom-area .jpn {
        font-size: 1.3rem;
        line-height: 2.2;
        transition: all .8s;
        opacity: 0;
        transform: translateY(30px);
        transition-delay: .8s;
    }

    .recruit-sec.scrollin .recruit-sec-bottom-area .jpn {
        opacity: 1;
        transform: translateY(0);
    }

    .recruit-sec-bottom-area .jpn br {
        display: none;
    }

    .recruit-sec-link {
        padding-right: calc(30% - 25px);
        text-align: right;
        transition: all .8s;
        opacity: 0;
        transform: translateY(30px);
        transition-delay: .9s;
    }

    .recruit-sec.scrollin .recruit-sec-link {
        opacity: 1;
        transform: translateY(0);
    }


}

/* tablet end */



















































/* PC 960px - */
@media only screen and (min-width: 960px) {

    /* animation lineMove */
    .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 3.0s ease infinite;
        animation: lineMove 3.0s ease infinite;
    }


    /* header
----------------------------------------- */
    #header {
        padding-bottom: 0;
        background-color: #F5F5F5;
    }

    /* main-visual-area */
    .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(../image/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(../image/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;
    }

    .main-copy-jpn::before {
        content: "Mission";
        position: absolute;
        top: -46px;
        left: -62px;
        font-family: termina, sans-serif;
        font-weight: 500;
        font-size: 7.8rem;
        line-height: 1;
        letter-spacing: -0.05em;
        color: #333;
        opacity: .08;
        z-index: -1;
        transition: all 1.0s;
        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: 156px;
        height: 3px;
        background-color: #1894bd;
        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: 100%;
        height: auto;
        overflow: hidden;
        font-size: 30px;
    }

    .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-copy1 img {}

    .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-copy1 {}

    .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-copy6 {}

    .main-copy-jpn .main-copy7 {
        margin-left: 1px;
    }

    .main-copy-jpn .main-copy8 {}

    .main-copy-jpn .main-copy9 {}

    .main-copy-jpn .main-copy10 {
        margin-left: 1px;
    }

    .main-copy-jpn .main-copy11 {}

    .main-tagline-eng {
        padding-left: 3px;
        font-family: termina, sans-serif;
        font-weight: 700;
        font-size: 1.3rem;
        line-height: 2.3;
        letter-spacing: 0.04em;
        transform: translateY(20px) scale(1.0);
        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.0);
    }


    /* contents
----------------------------------------- */
    /* intro-sec */
    .intro-sec {
        position: relative;
        margin-bottom: 185px;
        padding-top: 120px;
        background-color: #F5F5F5;
    }

    .intro-slide-img {
        position: relative;
        width: 100%;
    }

    .intro-slide-img li {
        width: 380px !important;
        height: auto;
        margin-right: 40px;
    }

    .intro-slide-img img {
        width: 380px !important;
        height: auto;
    }

    .intro-sec-tagline-wrapper {
        display: flex;
        justify-content: flex-end;
        position: absolute;
        top: 190px;
        right: 12.8%;
    }

    .intro-sec-tagline {
        padding: 26px 28px 24px;
        background-color: #F5F5F5;
        font-size: 3rem;
        font-weight: 700;
        letter-spacing: 0.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 1.0s;
        opacity: 0;
        transform: translateY(32px);
    }

    .intro-sec-tagline span.tagline1 {}

    .intro-sec-tagline span.tagline2 {
        transition-delay: .15s;
    }

    .intro-sec.scrollin .intro-sec-tagline span {
        opacity: 1;
        transform: translateY(0);
    }

    .intro-sec-tagline strong {
        color: #1894bd;
    }

    .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(../image/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 0.6s;
        opacity: 0;
        transform: translateY(-35px);
    }

    p.intro-illust01 {
        position: absolute;
        top: -32px;
        left: 40%;
        width: 42px;
    }

    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 */
    .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 .eng {}

    .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;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .service-sec-description li {
        position: relative;
        width: 25%;
        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: 70%;
        margin: 16px 0 0 90px;
    }

    .description02 {
        color: #587E9F;
    }

    .description02 .num::before {
        background-color: #587E9F;
    }

    .description02 .illust img {
        display: inline-block;
        width: 70%;
        margin: 16px 0 0 90px;
    }

    .description03 {
        color: #C4975B;
    }

    .description03 .num::before {
        background-color: #C4975B;
    }

    .description03 .illust img {
        display: inline-block;
        width: 70%;
        margin: 16px 0 0 90px;
    }

    .description04 {
        color: #9398A3;
    }

    .description04 .num::before {
        background-color: #9398A3;
    }

    .description04 .illust img {
        display: inline-block;
        width: 70%;
        margin: 16px 0 0 90px;
    }

    .description05 {
        color: #B96168;
    }

    .description05 .num::before {
        background-color: #B96168;
    }

    .description05 .illust img {
        display: inline-block;
        width: 120px;
        margin: 18px 0 0 120px;
    }

    .description06 {
        color: #81589F;
    }

    .description06 .num::before {
        background-color: #81589F;
    }

    .description06 .illust img {
        display: inline-block;
        width: 210px;
        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: 7.0rem;
        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: 2.0rem;
    }

    .service-sec-description .lead p {
        font-size: 1.4rem;
        color: #333;
        line-height: 2.3;
    }

    /** products-example-area **/
    .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: -0.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: 0.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: 2% auto 0 auto;
        padding: 0 40px;
        text-align: right;
    }

    /* products-sec */
    .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: termina, sans-serif;
        font-weight: 500;
        font-size: 12.0rem;
        line-height: 1.0;
        letter-spacing: -0.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 **/
    .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: 0.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: termina, sans-serif;
        font-weight: 700;
        font-size: 1.0rem;
        transform: scale(1.0);
        transform-origin: top;
        line-height: 1.3;
        letter-spacing: -0.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 .jpn,
    .products-sec-list-area.scrollin .products-sec-list-ttl .eng {
        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-info {
        width: 100%;
    }

    .products-list-model-number {
        margin-bottom: 3px;
        font-family: termina, sans-serif;
        font-weight: 700;
        font-size: 1.0rem;
        line-height: 1.4;
        letter-spacing: -0.01em;
        transition: color .2s;
    }

    .products-list-name {
        margin-bottom: 15px;
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.01em;
        transition: color .2s;
    }

    .products-sec-list li a:hover .products-list-model-number,
    .products-sec-list li a:hover .products-list-name {
        color: #1894bd;
    }

    .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 */
    .company-sec {
        margin-bottom: 120px;
        padding: 290px 0 0 18.5%;
        background: url(../image/company-bg_pc1.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: 3.0rem;
        line-height: 1.3;
        letter-spacing: 0.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: termina, sans-serif;
        font-weight: 500;
        font-size: 15.0rem;
        line-height: 0.60;
        letter-spacing: -0.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 **/
    .company-sec-inner {
        margin-top: 0;
        padding: 150px 10% 50px 12%;
        background-color: #fff;
    }

    .company-sec-link-wrapper {
        display: flex;
        margin-bottom: 70px;
    }

    .greeting-area {
        display: flex;
        align-items: center;
        margin-bottom: 50px;
    }

    .overview-area {
        display: block;
        width: 45%;
        margin: 0 10% 0 0;
    }

    .csr-area {
        width: 45%;
        display: block;
    }

    .greeting-area:hover .sec-sub-link::before,
    .overview-area:hover .sec-sub-link::before,
    .csr-area:hover .sec-sub-link::before {
        background-color: #666;
    }

    .greeting-area:hover .sec-sub-link::after,
    .overview-area:hover .sec-sub-link::after,
    .csr-area:hover .sec-sub-link::after {
        right: 6px;
    }

    .greeting-area:hover .sec-sub-link span::after,
    .overview-area:hover .sec-sub-link span::after,
    .csr-area:hover .sec-sub-link span::after {
        transform-origin: right top;
        transform: scale(0, 1);
    }

    .company-sec-img {
        position: relative;
        margin-bottom: 23px;
    }

    .company-sec-img picture {
        display: block;
        overflow: hidden;
    }

    .company-sec-img picture img {
        transform: scale3d(1, 1, 1);
        transition: all .4s;
    }

    .company-sec-inner a:hover .company-sec-img picture img {
        transform: scale3d(1.08, 1.08, 1.08);
    }

    .greeting-area .company-sec-img {
        width: 34%;
        margin-right: 9%;
    }

    .greeting-area-inner,
    .overview-area-inner,
    .csr-area-inner {
        padding-right: 0;
    }

    .greeting-area-inner {
        width: 57%;
    }

    .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: #1894bd;
        transition: color .2s;
        transition-delay: 0s;
    }

    .overview-area .company-sec-inner-ttl,
    .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: 0.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: termina, sans-serif;
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1.4;
        letter-spacing: 0.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: 3.0rem;
        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;
    }

    .overview-area .company-sec-lead,
    .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;
    }

    .overview-area .company-sec-sub-link,
    .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 .num,
    .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-lead,
    .company-sec-inner a.scrollin .company-sec-sub-link {
        opacity: 1;
        transform: translateY(0);
    }

    .company-sec-link {
        padding-right: 0;
        text-align: right;
    }

    /* news-sec blog-sec */
    .news-sec,
    .blog-sec {
        overflow: hidden;
    }

    .news-sec {
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        margin: 0;
    }

    .blog-sec {
        display: flex;
        width: 100%;
        margin: -60px 0 200px 0;
    }

    .news-sec-inner {
        margin-right: 8.5%;
    }

    .blog-sec-inner {
        margin-left: 11.5%;
    }

    .news-sec-inner,
    .blog-sec-inner {
        position: relative;
        width: 700px;
        padding: 100px 0 100px;
    }

    .news-sec-inner::before,
    .blog-sec-inner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 5px;
        background: url(../image/cta-bg.svg) 0 0 no-repeat;
        background-size: cover;
        z-index: -1;
    }

    .news-sec-illust-area {
        position: relative;
        width: calc(91.5% - 700px);
        margin: 0;
    }

    .news-sec-illust01 {
        position: absolute;
        bottom: 35%;
        left: 35%;
        width: 49px;
        margin: 0;
        transition: all .4s;
        opacity: 0;
        transform: translateY(-25px);
    }

    .news-sec-illust02 {
        position: absolute;
        bottom: calc(35% - 72px);
        left: calc(35% + 55px);
        width: 160px;
        margin: 0;
        transition: all .4s;
        opacity: 0;
        transform: translateY(-25px);
        transition-delay: .15s;
    }

    .blog-sec-illust-area {
        position: relative;
        width: calc(88.5% - 700px);
        margin: 0;
    }

    .blog-sec-illust01 {
        position: absolute;
        top: 35%;
        right: 16%;
        display: block;
        width: 140px;
        transition: all .4s;
        opacity: 0;
        transform: translateY(-25px);
    }

    .blog-sec-illust02 {
        position: absolute;
        bottom: 20%;
        right: 50%;
        width: 60px;
        margin: 0;
        transition: all .4s;
        opacity: 0;
        transform: translateY(-25px);
        transition-delay: .15s;
    }

    .blog-sec-illust03 {
        position: absolute;
        bottom: calc(20% - 53px);
        right: calc(50% - 118px);
        width: 107px;
        margin: 0;
        transition: all .4s;
        opacity: 0;
        transform: translateY(-25px);
        transition-delay: .3s;
    }

    .blog-sec-illust-area.scrollin .blog-sec-illust01,
    .blog-sec-illust-area.scrollin .blog-sec-illust02,
    .blog-sec-illust-area.scrollin .blog-sec-illust03 {
        opacity: 1;
        transform: translateY(0);
    }

    /* article-sec */
    .article-sec-ttl {
        position: absolute;
        top: 0;
        left: 0;
    }

    .article-sec-ttl .eng {
        position: absolute;
        top: 70px;
        left: -60px;
        display: block;
        font-family: termina, sans-serif;
        font-weight: 500;
        font-size: 12.0rem;
        line-height: 1.0;
        letter-spacing: -0.05em;
        color: #333;
        transition: all .8s;
        opacity: 0;
        transform: translateY(20px);
    }

    .article-sec-ttl .jpn {
        position: absolute;
        top: 140px;
        left: -20px;
        height: 5em;
        font-size: 3.0rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        line-height: 1.3;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        vertical-align: top;
        transition: all .8s;
        opacity: 0;
        transform: translateY(20px);
        transition-delay: .2s;
    }

    .news-sec-inner.scrollin .article-sec-ttl .eng,
    .blog-sec-inner.scrollin .article-sec-ttl .eng {
        opacity: .05;
        transform: translateY(0);
    }

    .news-sec-inner.scrollin .article-sec-ttl .jpn,
    .blog-sec-inner.scrollin .article-sec-ttl .jpn {
        opacity: 1;
        transform: translateY(0);
    }

    .article-sec-list {
        margin: 0 0 50px;
        padding: 180px 12% 0 20%;
    }

    .article-sec-list li {
        margin-bottom: 23px;
        padding-bottom: 23px;
        border-bottom: 1px solid #E5EBEB;
        transition: all .6s;
        opacity: 0;
        transform: translateY(25px);
    }

    .article-sec-list li:nth-child(1) {
        transition-delay: .3s;
    }

    .article-sec-list li:nth-child(2) {
        transition-delay: .4s;
    }

    .article-sec-list li:nth-child(3) {
        transition-delay: .5s;
    }

    .news-sec-inner.scrollin .article-sec-list li,
    .blog-sec-inner.scrollin .article-sec-list li {
        opacity: 1;
        transform: translateY(0);
    }

    .article-sec-list li:last-child {
        margin-bottom: 0;
    }

    .article-sec-info {
        position: relative;
        margin-bottom: 12px;
    }

    .article-sec-list-date {
        position: absolute;
        top: -2px;
        left: 0;
        font-family: din-2014, sans-serif;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.6;
        letter-spacing: 0.03em;
    }

    .article-sec-list-category {
        display: block;
        width: 82px;
        margin: 0 0 0 120px;
        background-color: #1894bd;
        font-family: termina, sans-serif;
        font-weight: 500;
        font-size: 1.0rem;
        line-height: 20px;
        letter-spacing: 0.03em;
        text-align: center;
        color: #fff;
        transition: background-color .3s;
    }

    .article-sec-list-category:hover {
        color: #fff;
        background-color: #47CFDE;
    }

    .article-sec-list-ttl {
        font-size: 1.5rem;
        line-height: 2.0;
        transition: color .5s;
    }

    .article-sec-list-ttl:hover {
        color: #1894bd;
    }

    .article-sec-link {
        padding-right: 12%;
        text-align: right;
        transition: all .8s;
        opacity: 0;
        transform: translateY(20px);
        transition-delay: .9s;
    }

    .news-sec-inner.scrollin .article-sec-link,
    .blog-sec-inner.scrollin .article-sec-link {
        opacity: 1;
        transform: translateY(0);
    }

    /* recruit-sec */
    .recruit-sec {
        position: relative;
        margin-bottom: 180px;
        padding: 100px 0 120px;
        overflow: hidden;
    }

    .recruit-sec::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 68%;
        height: 100%;
        background-color: #E2E2E2;
        z-index: -1;
    }

    .recruit-sec-inner {
        display: flex;
    }

    .recruit-sec-ttl {
        display: flex;
        align-items: flex-start;
        position: relative;
        width: 29%;
        padding: 0;
        z-index: 100;
    }

    .recruit-sec-ttl-inner {
        position: relative;
        margin: 75px 0 0 33.5%;
    }

    .recruit-sec-ttl .jpn {
        display: block;
        margin-bottom: 0;
        font-size: 3.8rem;
        font-weight: 700;
        line-height: 1.6;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        vertical-align: top;
        transition: all .8s;
        opacity: 0;
        transform: translateY(20px);
    }

    .recruit-sec.scrollin .recruit-sec-ttl .jpn {
        opacity: 1;
        transform: translateY(0);
    }

    .recruit-sec-ttl .eng {
        position: absolute;
        bottom: 15px;
        left: 12px;
        display: block;
        height: 12em;
        padding-left: 0;
        font-family: termina, sans-serif;
        font-weight: 700;
        font-size: 1.0rem;
        transform-origin: left;
        line-height: 2.2;
        letter-spacing: 0.01em;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        vertical-align: top;
        transition: all .8s;
        opacity: 0;
        transform: translateY(20px) scale(0.9);
        transition-delay: .15s;
    }

    .recruit-sec.scrollin .recruit-sec-ttl .eng {
        opacity: 1;
        transform: translateY(0) scale(0.9);
    }

    .recruit-sec-slide-wrapper {
        width: 71%;
        margin-top: 0;
        padding: 0;
    }

    .recruit-sec-slide {
        width: 100%;
        height: 700px;
        transition: all .8s;
        opacity: 0;
        transform: translateY(35px);
        transition-delay: .5s;
    }

    .recruit-sec.scrollin .recruit-sec-slide {
        opacity: 1;
        transform: translateY(0);
    }

    .recruit-sec-slide li {
        width: 100%;
        height: 700px;
    }

    .recruit-sec-slide li.recruit-slide01 {
        background: url(../image/recruitment-img01_pc.jpg) center center no-repeat;
        background-size: cover;
    }

    .recruit-sec-slide li.recruit-slide02 {
        background: url(../image/recruitment-img02_pc.jpg) center center no-repeat;
        background-size: cover;
    }

    .recruit-sec-bottom-area {
        display: block;
        position: relative;
        margin: -85px 0 30px 10%;
        padding: 0;
        z-index: 1000;
    }

    .recruit-sec-bottom-area .eng {
        margin: 0 0 30px 0;
        font-family: termina, sans-serif;
        font-weight: 400;
        font-size: 12.5rem;
        line-height: 0.76;
        letter-spacing: -0.05em;
        color: #EFEFEF;
        opacity: .8;
        transition: all .8s;
        opacity: 0;
        transform: translateY(40px);
        transition-delay: .7s;
    }

    .recruit-sec.scrollin .recruit-sec-bottom-area .eng {
        opacity: .8;
        transform: translateY(0);
    }

    .recruit-sec-bottom-area .eng br {
        display: none;
    }

    .recruit-sec-bottom-area .jpn {
        padding-left: 13px;
        font-size: 1.4rem;
        line-height: 2.2;
        transition: all .8s;
        opacity: 0;
        transform: translateY(30px);
        transition-delay: .8s;
    }

    .recruit-sec.scrollin .recruit-sec-bottom-area .jpn {
        opacity: 1;
        transform: translateY(0);
    }

    .recruit-sec-bottom-area .jpn br {
        display: none;
    }

    .recruit-sec-link {
        padding-right: calc(32% - 31px);
        text-align: right;
        transition: all .8s;
        opacity: 0;
        transform: translateY(30px);
        transition-delay: .9s;
    }

    .recruit-sec.scrollin .recruit-sec-link {
        opacity: 1;
        transform: translateY(0);
    }

}

/* PC end */


/* PC:1201px - */
@media only screen and (min-width: 1201px) {}

/* PC end */


/* PC:1601px - */
@media only screen and (min-width: 1601px) {}

/* PC end */


@media only screen and (max-width: 995px) {
    .intro-sec-tagline-wrapper{
        top: 20px;
    }
    .intro-sec-tagline{
        padding-top:10px;
        font-size: 18px;
    }
    .intro-sec-text-area{
        margin-top: 170px;
    }
}
