@charset "UTF-8";
/* Work Kyujin */
.mv:before{background: url("../img/work/mv.jpg") no-repeat center center/cover;}

@media only screen and (max-width: 480px) {
  .mv:before{background: url("../img/work/mv_sp.jpg") no-repeat top center/cover;}
}

.kyujinDesc{margin-bottom: 80px;}

.contact{background: #f3f3f3; padding: 20px 16px; margin-bottom: 50px;}
.contact:last-of-type{margin-bottom: 0;}
.contact ul{display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; line-height: 1.3;}
.contact li:nth-of-type(1){width: 80px; background: #000; color: #fff; text-align: center; padding: 4px 0;}
.contact li:nth-of-type(2){width: calc(100% - 95px);}
.contact .text{margin-bottom: 15px;}

@media only screen and (max-width: 767px) {
  .contact li{font-size: 14px;}
}
