'); $(document).ready(function(){ //matchHeight $('.txtH').matchHeight(); $('#equipment_box01 dt').matchHeight(); $('#works_box02 li').matchHeight(); $('#design_box03 dl').matchHeight(); $('.works_list li').matchHeight(); //biggerlink $('.linkBox').biggerlink(); $('#design_box03 dl').biggerlink(); //アコーディオン $(".faq_box01 dt").on("click", function() { $(this).next().slideToggle(); $(this).toggleClass("active"); }); //jquery.readmore.js $(window).on('load resize', function() { setTimeout(function(){ $(".reason_unit .text").readmore({ substr_len: 158 }); },200); }); //swipe $('.zoom a').photoSwipe(); }); } // -->