@charset "UTF-8"; /* RESET - ADAPTED FROM MEYER RESET URL - http://meyerweb.com/eric/tools/css/reset/ LICENSE - PUBLIC DOMAIN */ a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,u, ul, var, video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main{display:block;}ol, ul{list-style:none;}blockquote, q{quotes:none;}table{border-collapse:collapse;border-spacing:0;}body{line-height:1;} /* YUI 3.14.1 (build 63049cb) Copyright 2013 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}#yui3-css-stamp.cssfonts{display:none} /*12 COLUMN :RESPONSIVE GRID SYSTEM DEVELOPER :DENIS LEBLANC URL :http://responsive.gs VERSION :3.0 LICENSE :GPL & MIT */ /* SET ALL ELEMENTS TO BOX-SIZING :BORDER-BOX */ *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} /*MAIN CONTAINER Set the width to whatever you want the width of your site to be. */ .container{width:88%; max-width:1080px; margin:0 auto; padding:0;} /*SELF CLEARING FLOATS - CLEARFIX METHOD */ .container:after,.row:after,.col:after,.clr:after,.group:after{content:"";display:table;clear:both;} /* DEFAULT ROW STYLES Set bottom padding according to preference */ .row{padding:auto; margin:0 auto;} /* DEFAULT COLUMN STYLES */ .col{display:block;float:left;width:100%;} .reverse .col{float:right;} @media(min-width:768px){ .container{width:1080px; padding:0;} } @font-face { font-family:'fontello'; src:url('font/fontello.eot?67080439'); src:url('font/fontello.eot?67080439#iefix') format('embedded-opentype'), url('font/fontello.woff2?67080439') format('woff2'), url('font/fontello.woff?67080439') format('woff'), url('font/fontello.ttf?67080439') format('truetype'), url('font/fontello.svg?67080439#fontello') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"]:before, [class*=" icon-"]:before { font-family: "fontello"; font-style: normal; font-weight: normal; speak: never; display: inline-block; text-decoration: inherit; width: 1em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-ok-circle:before { content: '\e800'; } /* '' */ .icon-cancel:before { content: '\e806'; } /* '' */ .icon-down-open-big:before { content: '\e807'; } /* '' */ .icon-left-open-big:before { content: '\e808'; } /* '' */ .icon-right-open-big:before { content: '\e809'; } /* '' */ .icon-up-open-big:before { content: '\e80a'; } /* '' */ .icon-mail:before { content: '\e813'; } /* '' */ .icon-twitter:before { content: '\f099'; } /* '' */ .icon-youtube-play:before { content: '\f16a'; } /* '' */ .icon-instagram:before { content: '\f16d'; } /* '' */ .icon-facebook-official:before { content: '\f230'; } /* '' */ // COLOR @black:#000; @gray:#999; @grayL:#ccc; @grayLL:#eee; @grayD:#555; @white:#f5f5f5; @blue:#036eb8; @orange:rgba(255,90,1,1); @red:#FF6F61; // LESS @ncc:no-repeat center center; // MIXIN .trans{-webkit-transition:0.4s; -moz-transition:0.4s; -o-transition:0.4s; -ms-transition:0.4s; transition:0.4s;} .fb{font-weight:bold;} .fd{font-weight:900;} .tac{text-align:center;} .tdn{text-decoration:none;} .tdu{text-decoration:underline;} .bgsc{background-size:cover;} .inline{display:inline-block;} .italic{font-style:italic;} /*BASE*/ html,body{width:100%; height:100%;} body{position:relative; color:@black; background:@white; line-height:1; font-weight:900; font-style:normal; font-feature-settings:"palt"; font-smoothing:antialiased; -webkit-font-smoothing:antialiased; font-family:'Noto Sans JP',Roboto,"Helvetica Neue",Helvetica,"Droid Sans",sans-serif;} img{max-width:100%; height:auto;} /*CF*/ .cf:before,.cf:after{content:" ";display:table;}.cf:after{clear:both;}.cf{*zoom:1;} /*LETTER*/ strong{color:@orange;} .wf{font-family:"roc-grotesk-wide"; font-weight:600;} .wfm{font-family:"roc-grotesk-wide"; font-weight:600;} .ft{font-family:"futura-pt-condensed"; font-weight:600; font-style:italic;} .fontsmall{font-size:70%;} .attention{color:@red;} ::selection{background:@orange; color:@white;} ::-moz-selection{background:@orange; color:@white;} /*LINK*/ a:link{color:@orange; .tdu(); .trans();} a:visited{color:@orange; .tdu();} a:hover{color:@gray; .tdu();} a:active{color:@orange; .tdn();} a img{border:none; .tdn(); .trans();} a img:hover{opacity:0.7; .tdn();} /*LOADING*/ div#loadingWrap{position:fixed; top:0; left:0; width:100%; height:100%; background:@black; z-index:9999; img{position:absolute; top:50%; left:50%; width:auto; max-width:69px; margin:-34.5px 0 0 -34.5px;} } /*HEADER*/ header{z-index:996; position:absolute; top:0; left:0; width:100%; padding:20px 15px; h1{position:relative; width:60px;} } /*CTA BTN*/ .page{ div.ctabtn{display:none;} } div.ctabtn{position:fixed; bottom:4.5%; right:0; z-index:100; background:@orange; padding:12px 10px; width:fit-content; border-radius:12px 0 0 12px; .trans(); box-shadow:0 5px 20px 0 rgba(0,0,0,0.15); a{color:@white; .tdn(); display:flex; -webkit-flex-flow:row nowrap; flex-flow:row nowrap; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:center; align-items:center; i{font-size:175%;} p{white-space:nowrap; line-height:1.4; font-size:93%; padding-left:12px;} } a:hover{color:@black;} } /*LAYOUT*/ main{z-index:10; position:relative; margin:0 auto; width:100%; max-width:100%; height:auto; overflow:hidden;} /*TOP*/ div.topintro{position:relative; z-index:1; background:@black; overflow:hidden; color:@white; div.xbg{position:absolute; bottom:-18%; right:-12%; opacity:0.1; width:88%; transform:rotate(15deg); pointer-events:none;} article{position:relative; padding:150px 0; width:100%; margin:0 auto; h2{font-size:40px; line-height:1.2; margin:0 auto 40px; white-space:nowrap; .tac(); span.orange{color:@orange;} em{font-size:30px; background:linear-gradient(transparent 50%, @orange 50%);} } p{font-size:16px; line-height:1.8; .tac();} } } div.tt{position:absolute; top:0; left:0; width:100%; height:120%; overflow:hidden; color:@grayD; pointer-events:none;} div.tickerL{position:absolute; top:-2%; overflow:hidden; white-space:nowrap; left:0.5%; transform-origin:left bottom; -webkit-transform:rotate(90deg); transform:rotate(90deg); span{animation:marqueeR 5s linear infinite; .inline(); padding:0 5px;} } div.tickerR{position:absolute; top:0; overflow:hidden; white-space:nowrap; left:99.5%; transform-origin:left top; -webkit-transform:rotate(90deg); transform:rotate(90deg); span{animation:marqueeL 5s linear infinite; .inline(); padding:0 5px;} } section.topttl{color:@white; margin:0 0 60px; .tac(); h2{font-size:280%; margin:0 0 15px;} em{font-size:16px; line-height:1.5;} } div.topbox{position:relative; padding:15% 0; z-index:1; background:linear-gradient(135deg, rgba(166,34,104,1) 0%, rgba(0,158,185,1) 100%); section.txtbox{margin:0; p{font-size:14px; line-height:1.7; color:@white; margin:0 0 30px;} } ul{ li{position:relative; background:rgba(0,0,0,0.85); padding:6%; border-radius:12px; margin:0 0 9%;} li:last-child{margin:0;} } img{margin:0 auto 30px; width:160px; display:block;} span.numtag{font-size:32px; position:absolute; top:-16px; left:-10px; opacity:0.7;} section.exbody{ div.exttl{font-size:18px; letter-spacing:1px; line-height:1.5; color:@white; margin:0 0 20px; .fb(); .tac();} h3{font-size:16px; letter-spacing:1px; margin:0 0 24px; color:@white; .fb(); .tac();} p{line-height:1.7; color:@white; a{font-size:16px; display:block; .tac(); margin:20px 0 0;} } } } div.topbg{background:@white url("../img/bg/bg2.jpg") no-repeat; background-position:0% 0px; .bgsc();} div.morebtn{width:80%; margin:0 auto; font-size:18px; letter-spacing:1px; .tac(); a{display:block; padding:24px 0; border:2px solid @white; border-radius:42px;} a:link{color:@white; .tdn();} a:visited{color:@white; .tdn();} a:hover{color:@black; .tdn(); background:@white;} a:active{color:@white; .tdn();} } div.topcompany{position:relative; z-index:1; background:@black; padding:12% 0; overflow:hidden; div.bgtxt{position:absolute; top:-8px; right:-8px; color:@white; font-size:350%; opacity:0.1; font-weight:600;} h2{position:relative; font-size:182%; letter-spacing:3px; margin:0 0 9%; .tac(); div{position:relative; z-index:1; width:fit-content; margin:0 auto; border-bottom:4px solid @black; padding:0 0 10px;} div::before{content:""; position:absolute; z-index:-1; width:30px; height:30px; top:-13px; left:-16px; background:@orange; opacity:0.5; animation:9s linear infinite rotation;} } article{padding:9% 6% 6%; background:@white; background-image:linear-gradient(0deg, transparent calc(100% - 1px), #eee calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #eee calc(100% - 1px)); background-size:26px 26px; background-repeat:repeat; background-position:center center; } } /*PAGES*/ section.pagettl{position:relative; z-index:1; background:@black; color:@white; padding:90px 0 90px; overflow:hidden; .tac(); margin:0 0 12%; h2{font-size:200%; letter-spacing:1px; .fb(); margin:0 0 10px;} p{letter-spacing:1px; .fd();} } div.pagebody{margin:0 auto; article{position:relative; margin:0 auto 12%; h3.postttl{border-bottom:3px solid @black; padding:0 0 15px;} h3{font-size:154%; letter-spacing:2px; line-height:1.6; .fd(); width:fit-content; border-bottom:4px solid @orange; margin:0 auto 6%;} div.postbody{word-wrap:break-word; line-height:1.9; margin:0 0 9%; h4{font-size:132%; line-height:1.7; letter-spacing:1px; padding:0 0 1%; margin-bottom:4%; border-bottom:2px solid @black; .fb();} h5{font-size:116%; line-height:1.7; padding:0 0 1%; .fb();} img{margin-bottom:6%;} img.width50{max-width:50%; height:auto;} p{font-size:108%; margin-bottom:6%;} p > img{margin-bottom:0;} p:last-child{margin-bottom:0;} div.profbox{margin-bottom:6%; padding:6%; border:6px solid @blue; background:@white; section{margin:0 0 10px; h4{padding:0; margin-bottom:10px; border-bottom:none;} img{border:1px solid @grayLL; border-radius:8px; margin:0;} } section:last-child{margin:0;} } } div.morebtn{width:80%; margin:0 auto; letter-spacing:0px; a{border:1.5px solid @black;} a:link{color:@black; .tdn();} a:visited{color:@black; .tdn();} a:hover{color:@white; .tdn(); background:@black;} a:active{color:@black; .tdn();} } } } /*TABLE*/ table{width:100%; margin:0; tr{width:100%; line-height:1.8; th{padding:12px; letter-spacing:1px; text-align:left; white-space:nowrap; width:100%; display:block; background:rgba(0,0,0,0.1);} td{padding:12px 0 12px 12px; font-weight:700; width:100%; display:block;} } } /*CONTACT*/ table.mailform{margin:0 0 6%; span.required{background:@orange; color:@white; font-size:85%; padding:5px;} textarea{width:100%; padding:12px; font-size:16px; resize:vertical; background:@white; border:1px solid #888;} input{width:100%; padding:12px; font-size:16px;} input[type="radio"]{width:auto!important; vertical-align:text-top; padding:0; .inline();} input[type="submit"]{appearance:none; -webkit-appearance:none; cursor:pointer; outline:none;} button{appearance:none; -webkit-appearance:none; cursor:pointer; outline:none; border-radius:0;} tr{ th{vertical-align:middle; span.attention{vertical-align:top;} } td{padding:12px;} } } input.soushin{width:100%; height:54px; line-height:51px; position:relative; -webkit-appearance:none; border-style:none; border:none; color:@white; font-size:14px; .inline(); .fd(); .tac(); .tdn(); letter-spacing:2px; background-color:@orange; -webkit-transition:none; transition:none; cursor:pointer; border-radius:32px!important; .trans();} input.soushin:hover{background-color:@black;} input.soushin:active{background-color:@orange;} img.ajax-loader{float:left; width:auto!important;} /*FOOTER*/ footer{position:relative; z-index:1; width:100%; background:@black; padding:30px 0; div.footbox{z-index:1; .tac(); a{display:block; font-size:9px; margin:0 0 15px;} a:link{color:@white; .tdu(); .trans();} a:visited{color:@white; .tdu();} a:hover{color:@gray; .tdn();} a:active{color:@white; .tdn();} small{color:@white; font-size:9px;} } } /************************ MAP ************************/ .ggmap{position:relative; height:0; overflow:hidden; padding-bottom:75%;} .ggmap iframe, .ggmap object, .ggmap embed{position:absolute; top:0; left:0; width:100% !important; height:100% !important;} /****************************************************/ /************************ PC ************************/ /****************************************************/ @media(min-width:768px){ html,body{min-width:1080px;} .sp{display:none!important;} /*HEADER*/ header{padding:30px 45px; h1{width:90px;} } /*CTA BTN*/ div.ctabtn{bottom:40px; padding:20px 24px; border-radius:12px 0 0 12px; a{ i{font-size:200%;} p{line-height:1.8; letter-spacing:1.5px; font-size:124%; padding-left:20px;} } } /*TOP*/ div.topintro{position:relative; div.xbg{bottom:-30%; right:-15%; width:72%; transform:rotate(12deg);} article{padding:150px 0 120px; h2{font-size:92px; margin:0 auto 60px; line-height:1; em{font-size:64px; background:linear-gradient(transparent 60%, @orange 60%);} } p{font-size:30px; letter-spacing:2px;} } } div.tt{font-size:17px;} section.topttl{margin:0 0 60px; h2{font-size:78px; margin:0 0 30px;} em{font-size:24px; letter-spacing:2px; line-height:1.7;} } div.topbox{padding:90px 0; section.txtbox{ p{font-size:18px; margin:0 auto 30px; width:fit-content;} } ul{display:flex; -webkit-flex-flow:row wrap; flex-flow:row wrap; li{width:47%; padding:36px; border-radius:12px; margin:0 0 6%;} li:nth-child(even){margin:0 0 6% 6%; span.numtag{left:auto; right:-20px;} } li:nth-child(3){margin:0;} li:last-child{margin:0 0 0 6%;} } img{margin:0 auto 30px; width:150px;} span.numtag{font-size:48px; top:-32px; left:-16px; opacity:0.5;} section.exbody{ div.exttl{font-size:22px; letter-spacing:2px; margin:0 0 24px;} h3{font-size:18px; letter-spacing:2px; margin:0 0 24px;} p{font-size:14.5px; letter-spacing:1px;} } } div.morebtn{width:50%; font-size:20px; margin:0 auto; a{padding:28px 0;} } div.topcompany{padding:120px 0; div.bgtxt{top:-20px; right:-20px; font-size:1000%;} h2{font-size:28px; letter-spacing:4px; margin:0 0 60px; div::before{width:42px; height:42px; top:-20px; left:-22px; opacity:0.3;} } } /*PAGES*/ section.pagettl{padding:150px 0; margin:0 0 60px; h2{font-size:400%; letter-spacing:3px; margin:0 0 15px;} p{font-size:139%; letter-spacing:3px;} } div.pagebody{ article{margin:0 auto 120px; section.newsttl{padding:0 6% 60px;} span.postdate{font-size:108%;} h3.postttl{padding:0 0 25px;} h3{font-size:189%; letter-spacing:3px; line-height:1.7; margin:0 auto 45px;} div.postbody{width:100%; max-width:920px; margin:0 auto 90px; line-height:2.3; h4{padding:0 0 12px; margin-bottom:24px; font-size:169%; letter-spacing:3px;} h5{font-size:124%; padding:0 0 12px; letter-spacing:1px;} img{margin-bottom:25px;} img.alignleft + br{display:none;} img.alignright + br{display:none;} img.nomargin{margin-bottom:0;} img.width50{max-width:50%; height:auto;} .size-thumbnail{width:320px; height:auto;} .size-medium{width:320px; height:auto;} .size-large{width:600px; height:auto;} .aligncenter{clear:both; display:block; overflow:hidden; margin: 0 auto 25px;} .alignleft{float:left; margin:0 25px 25px 0; .inline();} .alignright{float:right; margin:0 0 25px 25px; .inline();} p{font-size:116%; margin-bottom:30px;} p > img{margin-bottom:0;} } } } /*TABLE*/ table{width:60%; margin:0 auto; border-top:1px solid @grayD; tr{font-size:116%; border-bottom:1px solid @grayD; th{width:auto; display:table-cell; padding:20px; letter-spacing:2px; vertical-align:middle;} td{width:auto; display:table-cell; padding:20px; vertical-align:middle;} } } /*CONTACT*/ table.mailform{width:100%; margin:0 auto 45px; tr{ td{padding:20px;} } } input.soushin{height:64px; line-height:62px; font-size:18px; border-radius:46px!important;} /************************ MAP ************************/ .ggmap{padding-bottom:30%;} } /************************ SP ************************/ @media (max-width:767px){ .pc{display:none!important;} .spmb{margin-bottom:6%;} table.mailform{ tr{ th{text-align:left;} } } } /************************ ANIM ************************/ @keyframes blackIn{ 0%{opacity:0;} 100%{opacity:1;} } @keyframes leftIn{ 0%{width:0%;} 100%{width:100%;} } @keyframes rotation{ 0%{ transform:rotate(0);} 100%{ transform:rotate(360deg); } } @keyframes marqueeL{ 0%{transform:translate(0,0)} 100%{transform:translate(-100%,0)} } @keyframes marqueeR{ 0%{transform:translate(-100%,0)} 100%{transform:translate(0,0)} } /************************ NOISE ************************/ div.noisewrap{ position:absolute; display:block; overflow:hidden; top:0; left:0; width:100%; height:100%; z-index:-1; } div.noisebg{ width:100%; height:100%; opacity:0.2; } div.noisebg::before { content:''; position:absolute; display:block; background-image:url(../img/bg/noise.png); top:-50%; left:-50%; width:200%; height:200%; will-change:transform; animation:noiseBGS 0.9s steps(4) infinite; } div.bkver{ opacity:0.3; } div.bkver::before { background-image:url(../img/bg/noise.png); } @keyframes noiseBGS { 0% { transform: translate(0); } 10% { transform: translate(-5%, -5%); } 20% { transform: translate(-10%, 5%); } 30% { transform: translate(5%, -10%); } 40% { transform: translate(-5%, 15%); } 50% { transform: translate(-10%, 5%); } 60% { transform: translate(15%); } 70% { transform: translateY(10%); } 80% { transform: translate(-15%); } 90% { transform: translate(10%, 5%); } 100% { transform: translate(5%); } } /************************ SCROLL ************************/ @-webkit-keyframes scroll{ 0%{-webkit-transform:translate3d(0, -100%, 0);} 15%{-webkit-transform:translate3d(0, -98%, 0);} 85%{-webkit-transform:translate3d(0, 98%, 0);} 100%{-webkit-transform:translate3d(0, 100%, 0);} } @keyframes scroll{ 0%{ -webkit-transform:translate3d(0, -100%, 0); transform:translate3d(0, -100%, 0); } 15%{ -webkit-transform:translate3d(0, -98%, 0); transform:translate3d(0, -98%, 0); } 85%{ -webkit-transform:translate3d(0, 98%, 0); transform:translate3d(0, 98%, 0); } 100%{ -webkit-transform:translate3d(0, 100%, 0); transform:translate3d(0, 100%, 0); } } /************************ LEFT ANIM ************************/ .slide-in { overflow:hidden; display:inline-block; } .slide-in_inner { display:inline-block; } .leftAnime, .rightAnime{ opacity:0; } .slideAnimeLeftRight { animation-name:slideText-100; animation-duration:0.75s; animation-delay:0.5s; animation-fill-mode:forwards; opacity:0; } @keyframes slideText-100 { from { transform: translateX(-100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } } .slideAnimeRightLeft { animation-name: slideText100; animation-duration:0.75s; animation-delay:0.5s; animation-fill-mode:forwards; opacity: 0; } @keyframes slideText100 { from { transform: translateX(100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } } /*----------------------------------------------------- 6px = 46.1% 7px = 53.8% 8px = 61.5% 9px = 69.2% 10px = 77% 11px = 85% 12px = 93% 13px = 100% 14px = 108% 15px = 116% 16px = 123.1% 17px = 131% 18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6% 22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197% ------------------------------------------------------*/