@charset "UTF-8";

/*共通 ------------------------------------------------*/


.page.works .tab_menu{
    display: flex;
    list-style: none;
    margin-bottom: 40px;
}

.page.works .tab_menu li{
    width: 150px;
    box-sizing: border-box;
    margin-right: 5px;
}

.page.works .tab_menu li a{
    display: block;
    border-top: 1px solid #2AAD62;
    border-left: 1px solid #2AAD62;
    border-right: 1px solid #2AAD62;
    text-align: center;
    color: #2AAD62;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    transition: all .3s;
}

.page.works .tab_menu li a:hover,
.page.works .tab_menu li.current a{
    background-color: #2AAD62;
    color: #fff;
    transition: all .3s;
}

/*スマホ表示------------------------------------------------*/

@media (max-width: 768px) {


.page.works .tab_menu{
    justify-content: space-between;

}    
    
.page.works .tab_menu li{
    width: 48%;
    margin-right: 0;
}     
    
}


#topmenu{
	top:40%;
	bottom:0;
    transform: translate(0, 0);
}






/*billboard ------------------------------------------------*/

.page.works #billboard{
    background-color: #3DB680;
    overflow: hidden;
    min-height: 200px;
}

.page.works #billboard .fluid {
  position: absolute;
    top: 50%;
    left: 20vw;
    transform: translate(-50%,-10%);
    z-index: -1;
  width:80vw;/*横幅*/
  height: 60vw;/*縦幅*/
  background:rgba(24,221,85,0.20);
  animation: fluidrotate_intro 60s ease 0s infinite;/*アニメーションの設定*/
}

.page.works #billboard .fluid2 {
  position: absolute;
   top: 0;
   left: 60vw;
   transform: translate(-35%,-50%);
    z-index: -1;
  width:65vw;/*横幅*/
  height: 65vw;/*縦幅*/
  background:rgba(88,234,240,0.20);
  animation: fluidrotate_intro2 45s ease 0s infinite;/*アニメーションの設定*/
}


@keyframes fluidrotate_intro {  
	  
0%, 100% {
    border-radius: 62% 38% 29% 71% / 41% 46% 54% 59%;
}
14% {
    border-radius: 75% 25% 51% 49% / 51% 46% 54% 49%;
}
28% {
    border-radius: 70% 30% 60% 40% / 41% 64% 36% 59% ;
}
42% {
    border-radius: 52% 48% 29% 71% / 35% 61% 39% 65%;
}
56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}
70% {
    border-radius: 53% 47% 69% 31% / 28% 64% 36% 72% ;
}
84% {
    border-radius: 53% 47% 52% 48% / 56% 50% 50% 44% ;
}
	  
}


@keyframes fluidrotate_intro2 {    
0%, 100% {
    border-radius: 52% 48% 29% 71% / 35% 61% 39% 65%;
}
14% {
    border-radius: 75% 25% 51% 49% / 51% 46% 54% 49%;
}
28% {
    border-radius: 53% 47% 52% 48% / 56% 50% 50% 44% ;
}
42% {
    border-radius: 62% 38% 29% 71% / 41% 46% 54% 59%;
}
56% {
    border-radius: 70% 30% 60% 40% / 41% 64% 36% 59% ;
}
70% {
    border-radius: 53% 47% 69% 31% / 28% 64% 36% 72% ;
}
84% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}	  
}


/*スマホ表示------------------------------------------------*/

@media (max-width: 768px) {
    
.page.works #billboard{
    min-height: 25vh;
}

}





/*sec_works ------------------------------------------------*/

.page.works .sec_works{
    padding: 80px 0;
}


.page.works .works_con{
    margin-bottom: 120px;
}


.page.works .works_con .works_link{
    padding-top: 100px;
    margin-top: -100px;
}


.page.works .works_con .works_single{
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 3px -3px rgba(0,0,0,0.30); 
    background-color: #fff;
}

.works_con .works_single .left{
    width: 48%;
    overflow: hidden;
    line-height: 0;
}

.works_con .works_single .left .photo{
    line-height: 0;
}

.works_con .works_single .right{
    width: 48%;
    position: relative;
    padding: 20px;
}


.works_con .works_single .right h3{
    color: #3DB680;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.works_con .works_single .right h3 span.en{
    font-size: 10px;
    display: block;
}

.works_con .works_single .right p.cat{
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.0;
    font-weight: 600;
}



.works_con .works_single .right dl{
    line-height: 1.8;
    margin-bottom: 0;
    }
.works_con .works_single .right dt{
    font-weight: 600;
    font-size: 14px;
    }
.works_con .works_single .right dd{
    margin-left: 0;
    font-size: 12px;
    margin-bottom: 0;
    }



/* スマホ表示 */
@media (max-width: 768px) {
    
.page.works .sec_works{
    padding: 60px 0;
    margin-top: -20px;
}
    
.sec_works .inner {
    width: 100%;
    margin: 0 auto;
}
    
.page.works .works_con .works_single {
    margin-bottom: 20px;
    flex-direction: column;
}    
    
.works_con .works_single .left,
.works_con .works_single .right{
    width: 100%;
    box-sizing: border-box;
}    
    
.works_con .works_single .right h3 {
    font-size: 20px;
} 
.works_con .works_single .right p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}      
.works_con .works_single .right dl {
    margin-bottom: 0;
}
    
.works_con .works_single .right dt {
    font-size: 14px;
}    
.works_con .works_single .right dd {
    font-size: 12px;
    margin-bottom: 0;
}   
    
}


/*スマホ表示------------------------------------------------*/

@media (max-width: 768px) {

    
    
    
    
}


/*sec_chronicle ------------------------------------------------*/

.page.works .sec_chronicle{
    padding: 80px 0;
}


.sec_chronicle .timeline_con dl{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.sec_chronicle .timeline_con dl.year_list dt.year_dt{
    display: inline-block;
    margin: 0;
    width: 6em;
    font-size: 18px;
    color: #3DB680;
    font-weight: 500;
    padding: 0 0 0 40px;
    background-image: url("../img/works_chronicle_point.svg");
    background-repeat: no-repeat;
    position: relative;
    box-sizing: border-box;
}

.sec_chronicle .timeline_con dl.year_list dt.year_dt::before{
    position: absolute;
    content: "";
    width: 4px;
    height: calc(100% - 26px);
    top: 26px;
    left: 13px;
    background-color: #3DB680;
}

.sec_chronicle .timeline_con dl.year_list dt.year_dt.first_year::before{
    display: none;

}


.sec_chronicle .timeline_con dl.year_list dd{
    margin: 0 0 40px 4%;
    width: calc(96% - (6em + 40px));
    box-sizing: border-box;
}



.sec_chronicle .timeline_con dl.month_list{
    margin: 5px 0 0;
}

.sec_chronicle .timeline_con dl.month_list dt{
    display: inline-block;
    font-size: 16px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
    width: 4em;
}

.sec_chronicle .timeline_con dl.month_list dd{
    font-size: 16px;
    margin-left: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    width: calc(100% - 4em);
}



/*スマホ表示------------------------------------------------*/

@media (max-width: 768px) {

.page.works .sec_chronicle{
    padding: 60px 0;
    margin-top: -20px;
}

.sec_chronicle .timeline_con dl.year_list dt.year_dt {
    font-size: 14px;
    color: #3DB680;
    font-weight: 500;
    padding: 0 0 0 30px;
    background-size: 20px;
}    
    
.sec_chronicle .timeline_con dl.year_list dt.year_dt::before {
    position: absolute;
    content: "";
    width: 4px;
    height: calc(100% - 20px);
    top: 20px;
    left: 8px;
    background-color: #3DB680;
}    
    
.sec_chronicle .timeline_con dl.year_list dd {
    margin: 0 0 40px 4%;
    width: calc(100% - (6em + 20px));
    box-sizing: border-box;
}    
    
.sec_chronicle .timeline_con dl.month_list{
    margin: 30px 0 0 -65px;
    flex-direction: column;
}

.sec_chronicle .timeline_con dl.month_list dt{
    font-size: 14px;
    padding: 0;
    border-bottom: 0 solid #ccc;
    width: 100%;
}

.sec_chronicle .timeline_con dl.month_list dd{
    font-size: 12px;
    width: 100%;
    margin: 0 0 10px 0;
}
    
    
    
    
    
}


