@charset "utf-8";
/* CSS Document */

.work .wrapper .content .btn-vimeo::after{ background-image: url("../img/common/icon/movie2.png"); }
.work .wrapper .content .btn-vimeo{ position: relative; z-index: 2; margin-bottom: 10px;}
.work .wrapper .content .btn-vimeo p.box {
    /*border: solid 1px #000;*/
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    /* right: 10px; */
    top: 10px;
    height: 100%;
    position: absolute;
    width: 100%;
    right: -10px;
    z-index: -10;
    background-size: auto auto;
    background-color: #8bba2a;
    /*background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(0, 0, 0, 1) 5px, rgba(0, 0, 0, 1) 10px );*/
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
}

.work .wrapper .content .btn-vimeo p.line1 {
    transform: rotate(45deg);
    border-top: solid 1px #000;
    position: absolute;
    top: 3px;
    right: -7px;
    width: 15px;
    height: 15px;
    z-index: -1;
    /*background-color: #8bba2a;*/
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
}
.work .wrapper .content .btn-vimeo p.line1-beta {
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    right: -7px;
    width: 15px;
    height: 15px;
    z-index: -11;
    background-color: #8bba2a;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
}
.work .wrapper .content .btn-vimeo p.line2 {
    transform: rotate(45deg);
    border-top: solid 1px #000;
    position: absolute;
    bottom: -5px;
    right: -12px;
    width: 15px;
    z-index: -1;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
}
.work .wrapper .content .btn-vimeo p.line3 {
    transform: rotate(45deg);
    border-bottom: solid 1px #000;
    position: absolute;
    bottom: -7px;
    left: 3px;
    width: 15px;
    height: 15px;
    z-index: -1;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
}
.work .wrapper .content .btn-vimeo p.line3-beta {
    transform: rotate(45deg);
    position: absolute;
    bottom: -7px;
    left: 3px;
    width: 15px;
    height: 15px;
    z-index: -11;
    background-color: #8bba2a;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
}
.work .split-right-inner {
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 768px){ .work .split-left-inner{ height: auto; padding-bottom: 40px; } }
@media only screen and (max-width: 600px){ .work .split-left-inner{ padding-bottom: 0px; overflow: hidden; } }
.work .wrapper {
    width: 80%;;
}
.work .wrapper .content .btn-vimeo a{
    cursor: pointer !important;
    position: relative;
    z-index: 1;
    }

/*.work .maintitle{ margin-bottom: 0px; position: relative; }
.work .maintitle p{}*/
/*
@media only screen and (min-width: 1681px){ .work .maintitle p.photo{ width: 54%; } }
@media only screen and (max-width: 600px){
.work .maintitle p.photo {
    width: 160%;
    position: relative;
    margin-top: -40px;
    margin-left: -140px;
    padding-bottom: 30px;
    }
}*/
.work .maintitle ul {
    display: flex;
    flex-direction: row;
    grid-column-gap: 10px;
    margin-top: 10px;
    /* grid-row-gap: 15px; */
    /* position: absolute; */
    bottom: 0;
    right: 22%;
    width: auto;
    padding: 0;
}
@media only screen and (max-width: 1680px){ .work .maintitle ul { right: 15%; } }
@media only screen and (max-width: 1440px){ .work .maintitle ul { right: 10%; } }
@media only screen and (max-width: 1024px){ .work .maintitle ul { right: 0; } }
@media only screen and (max-width: 768px){ .work .maintitle ul { right: 10%; } }
@media only screen and (max-width: 600px){ .work .maintitle ul { right: 0; bottom: 40px; } }

.work .maintitle ul li{}
.work .maintitle ul li a{
    display: block;
    background-color: #dcdddd;
    border: solid 1px #333;
    text-decoration: none;
    color: #333;
    line-height: 1;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 30px;
    text-align: center;
    border-radius: 36px;
}
@media only screen and (max-width: 1024px){
.work .maintitle ul li a{ font-size: 16px; padding: 10px 30px; }
}
@media only screen and (max-width: 600px){
.work .maintitle ul li a{ font-size: 14px; padding: 10px 20px; }
}
.work .maintitle ul li a:hover{ background-color: #8fc31f; }
.work .maintitle ul li a.orange{ /*pointer-events: none;*/ }
.work .maintitle ul li a.orange:hover{ background-color: #f39800; }
.work .maintitle ul li a.purple{ /*pointer-events: none;*/ }
.work .maintitle ul li a.purple:hover{ background-color: #AB5394; }
.work .maintitle ul li.active a{ background-color: #8fc31f; }
.work .maintitle ul li:nth-of-type(2).active a{ background-color: #f39800; }
.work .maintitle ul li:nth-of-type(3).active a{ background-color: #AB5394; }

@media screen and (max-width: 1440px){
.work .maintitle p.photo {
        width: 60%;
    }
}
@media screen and (max-width: 600px){
.work .maintitle p.photo {
        width: 100%;
    }
}

.work .work-title{ display: flex; flex-direction: column; grid-row-gap: 40px; }
@media only screen and (max-width: 600px){ .work .work-title{ grid-row-gap: 20px; } }
.work .work-title p:nth-of-type(1){ }
.work .work-title p:nth-of-type(2){ width: 80%; margin: 0 auto; font-size: 20px; }
@media only screen and (max-width: 600px){ .work .work-title p:nth-of-type(2){ width: 90%; font-size: 16px; } }

.work dl.work-message{ display: flex; flex-direction: column; grid-row-gap: 25px; margin: 60px auto;}
@media only screen and (max-width: 600px){ .work dl.work-message{ grid-row-gap: 10px; margin: 40px auto; } }
.work dl.work-message dt{ font-family: "Roboto", sans-serif; font-size: 50px; position: relative; line-height: 1; }
@media only screen and (max-width: 600px){ .work dl.work-message dt{ font-size: 30px; } }
.work dl.work-message dt::after{
    background-image: url("../img/work/work-parts1.png");
    position: absolute;
    display: inline-block;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: -12.5%;
    top: 50%;
    transform: translate(0, -50%);
    width: 60px;
    height: 50px;
    z-index: 10;
}
@media only screen and (max-width: 1680px){ .work dl.work-message dt::after{ left: -15%; } }
@media only screen and (max-width: 600px){
.work dl.work-message dt::after{
    left: -10%;
    width: 30px;
    height: 20px;
    }
}
.work dl.work-message dd.title{ font-size: 30px; font-weight: 700; }
@media only screen and (max-width: 600px){ .work dl.work-message dd.title{ font-size: 20px; } }

.work .work-link{
    display: flex;
    flex-direction: column;
    grid-row-gap: 25px;
    align-items: center;
    }
@media only screen and (max-width: 600px){ .work .work-link{ grid-row-gap: 10px; } }
.work .work-link .title{ font-family: "Roboto", sans-serif; font-size: 40px; }
@media only screen and (max-width: 600px){ .work .work-link .title{ font-size: 30px; } }
.work .work-link ul {
    display: flex;
    flex-direction: column;
    grid-row-gap: 15px;
    width: 60%;
}
@media only screen and (max-width: 600px){
    .work .work-link ul { grid-row-gap: 10px; width: 80%; margin-bottom: 20px; }
}
.work .work-link ul li{}
.work .work-link ul li a {
    display: block;
    background-color: #fff;
    border: solid 1px #333;
    text-decoration: none;
    color: #333;
    line-height: 1;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    border-radius: 36px;
}
@media only screen and (max-width: 600px){ .work .work-link ul li a{ font-size: 16px; }  }
.work .work-link ul li a:hover{ background-color: #8fc31f; }
.work .work-link ul li.active a{ background-color: #8fc31f; }
.work .work-link ul li:nth-of-type(2).active a{ background-color: #f39800; }
.work .work-link ul li:nth-of-type(3).active a{ background-color: #AB5394; }

.work .work-link ul li a.orange{  }
.work .work-link ul li a.orange:hover{ background-color: #f39800; }
.work .work-link ul li a.purple{  }
.work .work-link ul li a.purple:hover{ background-color: #AB5394; }

.timeline-list-item .content {
    width: 100%;
    padding: 0 20px 40px 30px;
	margin-bottom: 0px;
    border-left: 1px solid #333;
	position:relative;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
@media only screen and (max-width: 600px){ .timeline-list-item .content {  width: 100%; padding: 0 10px 30px 20px;} }

.timeline-list-item .content p{ margin-bottom:0px;}
.timeline-list-item .content::before {
    content: '';
    position: absolute;
    top: 14px;
    left: -8px;
    width: 10px;
    height: 10px;
    border: solid 2px #333;
    background-color: #fff;
    border-radius: 10px;
}
.timeline-list-item:first-child .content::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -7px;
    width: 10px;
    height: 10px;
    background-color: #8fc31f;
    border-radius: 10px;
}

.timeline-list-item:last-child .content{ /*border: none;*/ }

.timeline-list-item .content dl{ font-size: 18px; width: 94%; margin-left: auto;
    display: flex;
    flex-direction: column;
    grid-row-gap: 15px;}
.timeline-list-item .content dl dt {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}
@media only screen and (max-width: 600px){ .timeline-list-item .content dl dt { font-size: 36px; margin-bottom: -10px; } }

.timeline-list-item .content dl dd.movie{ position: relative; }
.timeline-list-item .content dl dd.movie img{ border: solid 1px #000;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;}
.timeline-list-item .content dl dd.movie::after {
    display: none;
}

.timeline-list-item .content dl dt span{ display: inline-block; font-size: 16px;}
.timeline-list-item .content dl dd{ /*overflow: hidden;*/ }
.timeline-list-item .content dl dd.title{ font-size: 20px; font-weight: 700; }
.timeline-list-item .content dl dd.txt{ 
    font-size: 15px;
    letter-spacing: 0.1em;
}
.timeline-list-item .content dl dd span.illust{
    width: 210px;
    display: inline-block;
    float: left;
    margin-right: 50px;
    margin-bottom: 0;
}
@media only screen and (max-width: 600px){ .timeline-list-item .content dl dd span.illust{ 
    width: 160px;
    float: none;
    margin: 0 auto 20px;
    display: block;
    } }
/*.timeline-list-item .content dl dd span.illust1{ width: 205px;}
.timeline-list-item .content dl dd span.illust2{ width: 192px;}
.timeline-list-item .content dl dd span.illust3{ width: 212px;}*/
.timeline-list-item .content span{ display:block; margin-bottom: 20px; }
@media only screen and (max-width: 600px){ .timeline-list-item .content span{ margin-bottom: 10px; } }

.timeline-list-item .content dl dd strong {
    display: block;
    font-size: 20px;
    color: #79AEBF;
    margin: 10px auto;
}

.work .maintitle p.othertxt {
    /* text-align: center; */
    width: 90%;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}
@media only screen and (max-width: 1440px){
    .work .maintitle p.othertxt { font-size: 20px; }
    }
@media only screen and (max-width: 600px){
    .work .maintitle p.othertxt {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    white-space: nowrap;
    }
}
@media only screen and (max-width: 400px){
    .work .maintitle p.othertxt {
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    white-space: nowrap;
    }
}

.sales .wrapper .content .btn-vimeo::after{ background-image: url("../img/common/icon/movie4.png") ; }
.sales .wrapper .content .btn-vimeo p.box { background-color: #f39800; }
.sales .wrapper .content .btn-vimeo p.line1-beta { background-color: #f39800; }
.sales .wrapper .content .btn-vimeo p.line3-beta { background-color: #f39800; }
.sales .timeline-list-item:first-child .content::before{ background-color: #f39800; }
.sales dl.work-message dt::after{ background-image: url("../img/work/work-parts2.png");}

.designer .wrapper .content .btn-vimeo::after{ background-image: url("../img/common/icon/movie5.png") ; }
.designer .wrapper .content .btn-vimeo p.box { background-color: #AB5394; }
.designer .wrapper .content .btn-vimeo p.line1-beta { background-color: #AB5394; }
.designer .wrapper .content .btn-vimeo p.line3-beta { background-color: #AB5394; }
.designer .timeline-list-item:first-child .content::before{ background-color: #AB5394; }
.designer dl.work-message dt::after{ background-image: url("../img/work/work-parts3.png");}

