@charset "UTF-8";
/* CSS Document */

/* 事業紹介 非公開 */
#globalHeader nav ul li:nth-child(3) a {opacity: 0.5;pointer-events: none;}
#business .container > div:nth-child(2) a {pointer-events: none;}
#business .container > div:nth-child(2) a span {font-size: 0;}
#business .container > div:nth-child(2) a span::before {content: 'COMING SOON';font-size: 18px;font-weight: 600;}

@media only screen and (min-width: 768px) and (max-width: 1200px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 768px) and (orientation: landscape) {}