@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, 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;}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding: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 */ *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} .container{width:100%; max-width:1000px; margin:0 auto; padding:0 10%;} .container:after,.row:after,.col:after,.clr:after,.group:after{content:"";display:table;clear:both;} .row{padding:auto; margin:0 auto;} .col{display:block;float:left;width:100%;} .reverse .col{float:right;} @media(min-width:769px){ .container{padding:0 20px;} } // COLOR @black:#1d1d1d; @white:#FFF; @gray:#CBCBCB; @grayD:#333; @grayL:#f3f3f3; @red:#E20303; @yellow:#FCDC4A; // LESS @ncc:no-repeat center center; // MIXIN .trans{-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; -ms-transition:0.5s; transition:0.5s;} .fb{font-weight:700;} .tac{text-align:center;} .tar{text-align:right;} .tdn{text-decoration:none;} .tdu{text-decoration:underline;} .bgsc{-webkit-background-size:cover; -moz-background-size:cover; -ms-background-size:cover; -o-background-size:cover; background-size:cover;} .inline{display:-moz-inline-box; display:inline-block;} /*BASE*/ html,body{height:100%; width:100%; margin:0;} body{color:@grayD; line-height:1; -webkit-text-size-adjust:100%; font-weight:400; font-style:normal; font-feature-settings:"palt"; background:@white; font-family:ryo-gothic-plusn,"游ゴシック Medium","YuGothic M","游ゴシック体","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","Meiryo UI","メイリオ",Meiryo,sans-serif;} img{max-width:100%; height:auto; vertical-align:middle;} /*CF*/ .cf:before,.cf:after{content:" ";display:table;}.cf:after{clear:both;}.cf{*zoom:1;} /*LETTER*/ strong{.fb()} .wf{font-family:"din-2014";} .attention{color:@red;} .fontgray{color:@grayD;} .fontsmall{font-size:85%!important;} .fontlarge{font-size:124%!important;} .italic{font-style:italic;} ::selection{background:@yellow; color:@white;} ::-moz-selection{background:@yellow; color:@white;} /*LINK*/ a:link{color:@black; .tdu(); .trans();} a:visited{color:@black; .tdu();} a:hover{color:@grayD; .tdu();} a:active{color:@black; .tdn();} a img{border:none; .tdn(); .trans();} a img:hover{opacity:0.6; .tdn();} /*SP NAV*/ button.spmenu{z-index:9991; position:fixed; top:30px; right:6%; height:22px; width:34px; background-color:transparent; border:none; cursor:pointer; outline:none; padding:0; appearance:none; span{z-index:9992; position:absolute; left:0; width:100%; height:2px; background-color:@white; .inline(); .trans();} span:nth-of-type(1){top:0px;} span:nth-of-type(2){top:10px;} span:nth-of-type(3){bottom:0px;} } button.spmenu.fixed{ span{background-color:@grayD;} } button.spmenu.active{position:fixed; span{background-color:@grayD;} span:nth-of-type(1){-webkit-transform:translateY(10px) rotate(45deg); transform:translateY(10px) rotate(45deg);} span:nth-of-type(2){opacity:0;} span:nth-of-type(3){-webkit-transform:translateY(-10px) rotate(-45deg); transform:translateY(-10px) rotate(-45deg);} } div#spnav{z-index:9990; position:fixed; top:0; right:0; width:100%; height:100%; opacity:0; background:rgba(0,0,0,0.7); .trans(); overflow-y:auto; -webkit-overflow-scrolling:touch; visibility:hidden; } div#spnav.active{right:0; opacity:1; -moz-transform:translateX(0); -webkit-transform:translateX(0); transform:translateX(0); visibility:visible;} ul.mainnav{padding:142px 36px; background:@white; width:88%; margin:0 0 0 12%; li{margin:0 0 30px; >a{display:block; font-size:17px; letter-spacing:1px;} a:link{color:@grayD; .tdn(); .trans();} a:visited{color:@grayD; .tdn();} a:hover{color:@grayD; .tdu();} a:active{color:@grayD; .tdn();} } } /*HEADER*/ header{z-index:1000; position:absolute; top:0; left:0; padding:23px 6%; width:100%; h1{position:relative; width:80px; a{display:block;} } } /*KV*/ div#kv{position:relative; background:url("../img/bg/sp.jpg") no-repeat bottom center; .bgsc(); padding:92px 0 152px; margin:0 0 60px; div.mainlogo{position:relative; width:88%; margin:0 auto; div.f01{z-index:2; position:absolute; width:30%; top:0px; left:0; opacity:0; blur:15px;} div.f02{z-index:2; position:absolute; width:30%; top:-50px; right:0; opacity:0; blur:15px;} h1{z-index:1; position:relative; width:68%; margin:50px auto 20px; opacity:0; blur:15px;} h2{position:relative; width:82%; margin:0 auto; opacity:0;} } } div#kv.start{ div.mainlogo{ div.f01{animation:blurIn 0.7s linear 1.4s forwards;} div.f02{animation:blurIn 0.7s linear 1.4s forwards;} h1{animation:blurIn 0.7s linear 0.1s forwards;} h2{animation:blurIn 0.7s linear 0.7s forwards;} } } /*LAYOUT*/ main{position:relative; clear:both; display:block;} div.topintro{margin:0 auto 172px; h2{line-height:2; letter-spacing:1px; .tac(); margin:0 auto 40px;} } div.enbtn{width:88%; margin:0 auto; .tac(); a{background:@grayD; display:block; font-size:18px; .fb(); letter-spacing:1px; padding:24px 0;} a:link{color:@white; .tdn(); .trans();} a:visited{color:@white; .tdn();} a:hover{color:@grayD; .tdn(); background:@yellow;} a:active{color:@white; .tdn();} } div.topbg{position:relative; background:@grayL; div.topbox:last-child{margin:0 auto;} } div.bgwh{position:relative; background:@white;} div.topbg:before{ z-index:-1; content:""; position:absolute; top:-15vh; width:0; height:0; border-style:solid; border-width:0 50vw 15vh 50vw; border-color:transparent transparent @grayL transparent; } div.bgwh:before{ z-index:1; content:""; position:absolute; top:-15vh; width:0; height:0; border-style:solid; border-width:0 50vw 15vh 50vw; border-color:transparent transparent @white transparent; } div.topbox{margin:0 auto 80px; h2{width:300px; margin:0 auto 20px;} ul.worry{width:fit-content; margin:0 auto; li{margin:0 0 20px; display:flex; -webkit-flex-flow:row nowrap; flex-flow:row nowrap; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-align-items:center; align-items:center; img{width:28px; margin:0 1em 0 0;} span{font-size:15px; line-height:1.8;} } } ul.point{width:fit-content; margin:0 auto 216px; li{margin:0 0 25px; display:flex; -webkit-flex-flow:row nowrap; flex-flow:row nowrap; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-align-items:flex-start; align-items:flex-start; section:first-child{width:96px; margin:0 2em 0 0;} section:last-child{width:auto; span.tag{background:@grayD; color:@yellow; font-size:14px; padding:5px; .inline(); margin:0 0 5px;} p{font-size:15px; line-height:1.8;} } } } ul.flow{ li{margin:0 0 25px; border:4px solid @gray; padding:12px 16px; .tac(); position:relative; display:flex; -webkit-flex-flow:row nowrap; flex-flow:row nowrap; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-align-items:center; align-items:center; div.tag{background:@grayD; border-radius:50%; font-size:9px; color:@white; width:43px; height:43px; padding:6px 0 0; span{font-size:22px; display:block;} } p{font-size:16px; width:calc(~'100% - 43px'); margin-left:-20px;} } li:after{content:""; width:8px; background:@yellow; height:25px; position:absolute; bottom:-29px; left:calc(~'50% - 4px');} li:last-child{margin:0;} li:last-child:after{display:none;} } ul.apply{font-size:14px; line-height:1.8; margin:0 auto 28px; .tac(); li{padding:28px 0; border-bottom:1px dashed @grayD;} li:last-child{border-bottom:0; padding-bottom:0;} } } div.citybg{border-bottom:3px solid @grayD; margin:0 0 60px; img{display:block; width:72%; margin:0 auto;} } div.notesbox{ h2{width:auto; .tac(); .fb(); font-size:18px;} p{font-isze:14px; line-height:1.8; margin:0 0 100px;} } div.share{margin:80px 0 0; h3{font-size:18px; letter-spacing:2px; margin-bottom:30px; .tac(); .fb();} ul{width:260px; margin:0 auto; 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; li{width:28px;} } } div.footbtn{width:100%; margin:0 auto 80px; padding:32px 0; background:@yellow; p{font-size:18px; letter-spacing:1px; margin-bottom:20px; .fb(); .tac();} a{background:@white; font-size:13px; line-height:60px; width:218px; height:60px; padding:0 0 0 15px; .tac(); margin:0 auto; display:block; i{float:right; padding:0 10px 0 0;} } a:link{color:@grayD; .tdn(); .trans();} a:visited{color:@grayD; .tdn();} a:hover{color:@yellow; .tdn(); background:@grayD;} a:active{color:@grayD; .tdn();} } /*PAGE*/ div.pagetitle{background:url("../img/bg/sp.jpg") no-repeat bottom center; .bgsc(); padding:160px 0; margin:0 0 60px; h2{color:@white; font-size:32px; text-shadow:1px 1px 10px rgba(0,0,0,0.3); .fb(); .tac();} } div.pagebody{margin:6% auto 18%; article{ div.postbody{ h3.postttl{font-size:20px; letter-spacing:1px; border-bottom:2px solid @black; padding:0 0 5px; margin:0 0 6%; .fb();} p{font-size:16px; line-height:2.2;} } } } table{width:100%; line-height:1.8; font-size:16px; tr{border-bottom:1px solid @grayL; th{width:100%; padding:20px 0 0; display:block; text-align:left; .fb();} td{width:100%; padding:5px 0 20px; display:block; p{font-size:13px;} } } } /*CONTACT*/ div.applyform{ table.mailform{margin:0 auto 6%; input{padding:12px; font-size:16px;} textarea{width:100%; padding:12px; resize:vertical; font-size:16px;} input::placeholder{color:@gray;} textarea::placeholder{color:@gray;} span.mwform-tel-field{ input{width:auto;} } input[type="text"]{width:100%;} input[type="email"]{width:100%;} input[type="url"]{width:100%;} input[type="file"]{width:100%;} input[type="checkbox"]{vertical-align:middle; padding:0; .inline();} 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;} } input[type="submit"]{-webkit-appearance:button; cursor:pointer; outline:none; border:none; background:none; background-color:none; border-radius:0;} div.btnsubmit{position:relative; width:100%; margin:0 auto; display:-webkit-flex; display:flex; -webkit-flex-flow:row wrap; flex-flow:row wrap; -webkit-justify-content:center; justify-content:center; -webkit-align-items:center; align-items:center; div.g-recaptcha{width:100%; margin:0 auto 6%;} input.soushin{display:block; width:100%; padding:16px 0; font-size:16px; border-radius:42px; background:@black; color:@white; cursor:pointer; letter-spacing:1px; .tac(); .fb();} input.soushin:hover{background:@grayD;} } } /*FOOTER*/ div.backbtn{width:60px; height:60px; margin:0 0 0 auto; a{display:block; line-height:60px; .tac(); background:rgba(29,29,29,0.6); color:@white; i{font-size:24px;} } a:hover{background:rgba(29,29,29,0.9);} } footer{position:relative; padding:78px 6% 42px; background:@grayD; color:@white; line-height:2.2; section{ display:flex; -webkit-flex-flow:row nowrap; flex-flow:row nowrap; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:flex-start; align-items:flex-start; div.logo{width:108px;} div.copy{text-align:right; font-size:10px;} } a{display:block;} small{display:block;} a:link{color:@white; .tdn();} a:visited{color:@white; .tdn();} a:hover{color:@gray; .tdu();} a:active{color:@white; .tdn();} } /****************************************************/ /************************ PC ************************/ /****************************************************/ @media(min-width:769px){ .sp{display:none!important;} /*SP NAV*/ button.spmenu{top:60px; right:6%; height:32px; width:42px; span:nth-of-type(1){top:0px;} span:nth-of-type(2){top:15px;} span:nth-of-type(3){bottom:0px;} } button.spmenu.active{ span:nth-of-type(1){-webkit-transform:translateY(15px) rotate(45deg); transform:translateY(15px) rotate(45deg);} span:nth-of-type(3){-webkit-transform:translateY(-15px) rotate(-45deg); transform:translateY(-15px) rotate(-45deg);} } div#spnav{width:100%;} ul.mainnav{padding:116px 0; width:100%; margin:0; .tac(); li{margin:0 0 20px; >a{padding:15px 0; font-size:20px; letter-spacing:1px;} } } /*HEADER*/ header{padding:53px 6%; h1{width:96px;} } /*KV*/ div#kv{background:url("../img/bg/pc.jpg") no-repeat bottom center; .bgsc(); padding:140px 0 108px; margin:0 0 74px; div.mainlogo{width:420px;} } div.topintro{margin:0 auto 246px; h2{font-size:16px; line-height:2.4; letter-spacing:2px; margin:0 auto 60px;} } div.enbtn{width:296px; a{font-size:18px; letter-spacing:2px; padding:26px 0;} } div.topbg:before{ top:-220px; border-width:0 50vw 220px 50vw; } div.bgwh:before{ top:-220px; border-width:0 50vw 220px 50vw; } div.topbox{margin:0 auto 106px; h2{width:300px; margin:0 auto 48px;} ul.worry{width:82%; display:flex; -webkit-flex-flow:row wrap; flex-flow:row wrap; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:flex-start; align-items:flex-start; li{width:47%; margin:0 0 28px; letter-spacing:1px; img{margin:0 1.5em 0 0;} } } ul.point{width:72%; margin:0 auto 246px; display:flex; -webkit-flex-flow:row wrap; flex-flow:row wrap; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:flex-start; align-items:flex-start; li{width:47%; margin:0 0 32px; section:last-child{ span.tag{margin:0 0 10px;} p{letter-spacing:1px;} } } } ul.flow{width:300px; margin:0 auto;} ul.apply{width:300px; margin:0 auto 28px;} } div.citybg{margin:0 0 100px; img{width:370px;} } div.notesbox{ p{font-size:13px; line-height:2; letter-spacing:1px; width:76%; margin:0 auto 100px;} } div.footbtn{width:64%; max-width:640px; margin:0 auto 114px; padding:48px 0; p{font-size:22px; letter-spacing:1px; margin-bottom:32px;} a{font-size:18px; line-height:72px; width:258px; height:72px; padding:0 0 0 15px;} } /*PAGE*/ div.pagetitle{background:url("../img/bg/pc.jpg") no-repeat bottom center; .bgsc(); padding:180px 0; margin:0 0 90px; h2{font-size:48px;} } div.pagebody{padding:0; article{ div.postbody{ h3.postttl{font-size:24px; letter-spacing:2px; padding:0 0 15px; margin:0 0 30px;} } } } table{margin:0 auto 30px; tr{ th{width:34%; padding:15px; vertical-align:middle; display:table-cell; white-space:normal; text-align:left;} td{width:66%; padding:15px; vertical-align:middle; display:table-cell;} } } /*CONTACT*/ div.applyform{ table.mailform{margin:0 auto 30px; input{padding:15px; border:1px solid @gray;} textarea{border:1px solid @gray;} } div.btnsubmit{width:50%;} } /*FOOTER*/ div.backbtn{margin:0 6% 0 auto;} footer{padding:36px 6% 78px;} } /************************ SP ************************/ @media (max-width:768px){ .pc{display:none;} .spmb{margin-bottom:5%;} div.applyform{ table.mailform{ textarea,input{font-size:16px; border:1px solid @gray; border-radius:0; background-image:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF)); background-image:-webkit-linear-gradient(left, #FFFFFF, #FFFFFF); } } } } /************************ ANIM ************************/ @keyframes blackIn{ 0%{opacity:0;} 100%{opacity:1;} } @keyframes blurIn{ 0%{opacity:0; filter:blur(15px);} 100%{opacity:1; filter:blur(0px);} } /************************ FUWA ***********************/ .fuwafuwa{ animation-name:fuwafuwa; animation-duration:2.5s; animation-iteration-count:infinite; animation-timing-function:ease; } @keyframes fuwafuwa{ 0%{transform:translate(0, 0);} 50%{transform:translate(0, 5px);} 100%{transform:translate(0, 0);} } .fuwafuwa2{ animation-name:fuwafuwa2; animation-duration:2.5s; animation-iteration-count:infinite; animation-timing-function:ease; } @keyframes fuwafuwa2{ 0%{transform:translate(0, 0);} 50%{transform:translate(0, -5px);} 100%{transform:translate(0, 0);} } /************************ VIDEO ************************/ div.video_box{position:relative; overflow:hidden; padding-bottom:56.25%; padding-top:0; height:0;} div.video_box iframe,div.video_box object,div.video_box embed{position:absolute; top:0; left:0; width:100%; height:100%}