@charset "shift-jis";
/* CSS Document */

/****************突発系便利クラス*****************/
.sp {
	display: none!important;
}



img.lid{display:block; clear:both;}
img.img_bdr	{ border:#bfbfbf solid 1px; padding:1px;}
/*!このクラスは指定することでロールオーバーを可能にするものです。ファイル名は「通常時の名前+_on」としてください!*/
.rlov{}

form em{font-size:80%; color:#F33;}
form strong{font-size:120%; color:#F60;}
.brown{color:#725a42;}
.green{color:#3b7135;}
.red {
    color: #c73643!important;
}
.orange{color:#F60;}
.blue{color: #36F;}
.blue2{color: #353792;}
.white{color:#FFF;}


.mini{font-size:85%;}
.big{font-size:120%;}
.big2{font-size:140%;}
.bgcl_01{ background: #FFF0F8;}

/* init */

html { 
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
 }


body{
	min-width:1400px;
	border:0;
	padding:0;
	font-size: 110%;
	color: #000;
	font-family:"游ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.7;
}

div.bgarea{
	width:auto;
	height:300px;
	padding-top:300px;
}

div.bgarea#mv_company{ background:url(../images/mv_company.jpg) center bottom / cover;}
div.bgarea#mv_blog{ background:url(../images/mv_blog.jpg) center bottom / cover;}
div.bgarea#mv_case{ background:url(../images/mv_case.jpg) center bottom / cover;}
div.bgarea#mv_contact{ background:url(../images/mv_contact.jpg) center bottom / cover;}
div.bgarea#mv_reform{ background:url(../images/mv_reform.jpg) center bottom / cover;}
div.bgarea#mv_faq{ background:url(../images/mv_faq.jpg) center bottom / cover;}
div.bgarea#mv_works{ background:url(../images/mv_works.jpg) center bottom/ cover;}
div.bgarea#mv_privacy{ background:url(../images/mv_privacy.jpg) center bottom / cover;}
div.bgarea#mv_sitemap{ background:url(../images/mv_sitemap.jpg) center bottom / cover;}
div.bgarea#mv_order{ background:url(../images/mv_order.jpg) center bottom / cover;}
div.bgarea > div{
	min-width:300px;
	width:fit-content;
	margin:0px auto 0;
	padding:5px 1em;
	text-align:center;
	background-color:#333;
	color:#FFF;
	font-size:170%;
	font-weight:bold;
}

div.bgarea > div span.mini{
	font-size:50%;
}

div.catch{
	margin:50px 0 100px;
	padding:100px 0;
}

div.catch#catch_company{ background:url(../images/catch_company.jpg) center center / cover;}
div.catch#catch_blog{ background:url(../images/catch_blog.jpg) center center / cover;}
div.catch#catch_case{ background:url(../images/catch_case.jpg) center center / cover;}
div.catch#catch_contact{ background:url(../images/catch_contact.jpg) center center / cover;}
div.catch#catch_reform{ background:url(../images/catch_reform.jpg) center center / cover;}
div.catch#catch_faq{ background:url(../images/catch_faq.jpg) center center / cover;}
div.catch#catch_works{ background:url(../images/catch_works.jpg) center center / cover;}
div.catch#catch_privacy{ background:url(../images/catch_privacy.jpg) center center / cover;}
div.catch#catch_sitemap{ background:url(../images/catch_sitemap.jpg) center center / cover;}
div.catch#catch_order{ background:url(../images/catch_order.jpg) center center / cover;}

div.catch > div{
	padding:15px 1em;
	text-align:center;
	background-color:rgba(0,0,0,0.8);
	color:#FFF;
	font-size:150%;
	font-weight:bold;
}

div.introbox{
	padding:150px 0;
	margin-bottom:80px;
}
div.introbox#intro_works{ background:url(../images/intro_works.jpg) center center / cover;}
div.introbox#intro_reform{ background:url(../images/intro_reform.jpg) center center / cover;}

div.introbox > div{
	width:1200px;
	margin:0 auto;
	color:#FFF;
	font-size:100%;
}
div.introbox > div .title{
	font-size:160%;
	font-weight:bold;
}



.background {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    background-position: center center;
    opacity: 0;
-webkit-background-size: cover;
        background-size: cover;
-webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
	pointer-events: none;
}
.show .background {
    opacity: 1;
		z-index:-3;
}
.wrap {
    position: relative;
    z-index: 32000;
}
/* design*/
#content01_bg {background-image: url(../images/bg_01.jpg);}
#content01_bg.kasou {background-image: url(../images/bg_kasou.jpg);}
#content02_bg {background-image: url(../images/bg_02.jpg);}
#content03_bg {background-image: url(../images/bg_03.jpg);}
#content04_bg {background-image: url(../images/bg_04.jpg);}
.text-box {
    padding: 50px 25px;
    width: 480px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
.text-box .catch {
    margin: 0 0 10px;
    font-size: 40px;
}
.text-box .copy {
    margin: 0;
    line-height: 2;
}

#footer{
	position:relative;
	z-index:10 !important;
	text-align:center;
}

div#english{
	position:fixed;
	top:0px;
	right:10%;
	z-index:32768;
	width:200px;
}



div#pagetop{ position:fixed; bottom:10px; right:10px; width:70px; display:table; z-index:32768; font-size:90%;}
div#pagetop div{
	height:70px;
	width:70px;
	border-radius:100%;
	background-color:rgba(0,0,0,0.6);
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
}
div#pagetop div div{
	height:70px;
	width:70px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	line-height:1.3;
}

div#pagetop div div a{
	color:#FFF;
	text-decoration:none;
}


div.newsbox{
	padding:0 100px;
	overflow:auto;
	line-height:1.5;
}


div.newsbox a{
	text-decoration:underline;
}

div.newsbox dl{
	padding:5px 0 10px;
	clear:both !important;
	border-bottom:1px dashed #999;
	margin-bottom:10px;
	position:relative;
	z-index:1000;
}

div.newsbox dl:first-child{
	padding-top:15px;
	border-top:1px solid #999999;
}

div.newsbox dl dt{
	width:120px;
	float:left;
	font-weight:bold;
	text-align:center;
}


div.newsbox dl dd{
	width:82%;
	float:right;
	text-align:left;
}

.mintyo{
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}

#footerarea{
	position:relative;
	z-index:10 !important;
	text-align:center;
	height:400px;
	background:url(../images/foot_bg.jpg) center center / cover no-repeat;
	color: #fff;
}

#footerarea #footer{
	position:relative;
	height:400px;
	width:1200px;
	margin:0 auto;
	padding:0 100px;
	
}
.big1 {
	font-size: 140%;
}

#footer #add {
	position: absolute;
	left: 220px;
	top: 70px;
	font-size: 95%;
}

#footer #footlink ul{
	display:block;
}

#footer #footlink ul li{
	margin-bottom: 21px;
	padding-left: 12px;
	line-height: 1.5;
	border-left: 3px solid #fff;
}
#footer #footlink ul li a{
	transition: all 0.3s;
	color: #fff;
}

#footer #footlink ul li a:hover{
	transition: all 0.3s;
}


#footer #footadd{
	position: absolute;
    left: 131px;
    top: 29px;
    font-size: 70%;
    text-align: left;
    color: #000;
}

.foottel{
	font-size:120%;
	font-weight: bold;
	margin-bottom: 0;
}
.foottel span {
	font-size: 200%;
	color: #3486cf;
}
#footer #foottime p{
	margin-bottom:15px;
}

#footer #footmap{
	position:absolute;
	right:25px;
	top:220px;
	font-size:90%;
	text-align:left;
}

#footer #copyright{
	line-height:20px;
	font-size: 105%;
	padding-top: 5px;
}
#footer #footlink {
    position: absolute;
    left: 562px;
    top: 40px;
    text-align: left;
    font-size: 80%;
    color: #fff;
}
div#floathead{
	width:100%;
	min-width:1400px;
	height:120px;
	background:url(../images/header_bg.png) center top repeat-x;
	z-index:10;
}


div#headerarea{
	width:100%;
	min-width: 1400px;
	position: absolute;
    z-index: 999999;
	font-size:75%;
	background: url(../images/header-bg01.png) center center repeat-x;
}

div#headerarea div#header{
	width:1200px;
	margin:0 auto;
	padding:0 100px;
	text-align:left;
	height: 80px;
	background: url(../images/header-bg.jpg) center center no-repeat;
	color: #fff;
}
div#headerarea div#header p {
	margin-bottom: 0;
}
div#headerarea div#header h1{
	margin:0 auto;
	padding:0;
	text-align:left;
	line-height:20px;
	font-size:90%;
	font-weight:bold;
	color:#FFF;
}

div#headerarea div#header div.fleft{
	margin:0;
	padding:0;
}
#header a:hover {
	opacity: .7;
}

div#headerarea div#header div.fright{
	text-align:right;
	margin:0;
	padding:0 0;
	text-align:right;
	margin-top: 7px;
	font-size: 110%;
}
a.hover01:hover {
	opacity: .8;
}
div#headerarea div#header div.fright span{
	font-size: 230%;
}

div#header h1 a{color:#FFF;}

div#header .fright{
	text-align:right;
}

/****** Gnavi ******/
div#gnavi{
	width:auto;
	height:60px;
	margin:0 auto 40px;
	padding:0;
	clear:both;
	background:url(../images/gnavibg01.png) center top repeat-x;
	clear:both;
	z-index: 100000;
}

div#gnavi dl{
	display:block !important;
	height:60px;
}

div#gnavi dl dt{
	display:none;
}

div#gnavi dl dd{
	display:block !important;
}

div#gnavi ul{
	display:block;
	height:60px;
	width:1170px;
	margin:0 auto;
	padding:0 15px;
}

div#gnavi ul li{
	float:left;
	display:block;
	width:130px;
	height:60px;
	position:relative;
}

div#gnavi ul li a{
	text-align:left;
	display:block;
	text-indent:-9999px !important;
	height:60px;
	background-image:url(../images/navi.png);
}

div#gnavi ul li#link01 a{background-position:0 0;}
div#gnavi ul li#link01 a:hover{background-position:0 60px;}
div#gnavi ul li#link02 a{background-position:-130px 0;}
div#gnavi ul li#link02 a:hover{background-position:-130px 60px;}
div#gnavi ul li#link03 a{background-position:-260px 0;}
div#gnavi ul li#link03 a:hover{background-position:-260px 60px;}
div#gnavi ul li#link04 a{background-position:-390px 0;}
div#gnavi ul li#link04 a:hover{background-position:-390px 60px;}
div#gnavi ul li#link05 a{background-position:-520px 0;}
div#gnavi ul li#link05 a:hover{background-position:-520px 60px;}
div#gnavi ul li#link06 a{background-position:-650px 0;}
div#gnavi ul li#link06 a:hover{background-position:-650px 60px;}
div#gnavi ul li#link07 a {background-position:-780px 0px}
div#gnavi ul li#link07 a:hover{background-position:-780px 60px;}
div#gnavi ul li#link08 a{background-position:-910px 0;}
div#gnavi ul li#link08 a:hover{background-position:-910px 60px;}
div#gnavi ul li#link09 a{background-position:-1040px 0;}
div#gnavi ul li#link09 a:hover{background-position:-1040px 60px;}
/*div#gnavi ul li#link10 a{background-position:-1080px 0;}
div#gnavi ul li#link10 a:hover{background-position:-1080px 70px;}*/
.invisible{}
.visible{display:none !important;}

div#newsbox{
	width:1180px;
	margin:0px auto;	
	padding: 50px;
	box-sizing: border-box;
}

div#newsbox a{
	text-decoration:underline;
	color: #0044cc;
}
div#newsbox a:hover {
	text-decoration: none;
}
.news {
	width: 1400px;
	padding:25px 0;
	background: url(../images/news-bg.jpg) center 40% no-repeat;
	margin: 0 auto;
}
.newswrap {
	background: #dcf2dd;
	/*color: #fff;*/
	margin-bottom: 90px;
}
div#newsbox dl{
	padding:5px 0 10px;
	clear:both !important;
	border-bottom:1px dotted #999;
	margin-bottom:10px;
	position:relative;
	z-index:1000;
}

div#newsbox dl:first-child{
	padding-top:15px;
	border-top:1px dotted #999999;
}

div#newsbox dl dt{
	width:120px;
	float:left;
	font-weight:bold;
	text-align:center;
}


div#newsbox dl dd{
	width:82%;
	float:right;
	text-align:left;
}
div#newsbox {
    width: 1180px;
    margin: 0px auto;
    background: rgba(255,255,255,.9);
    padding: 50px;
    box-sizing: border-box;
}

.mintyo{
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}



div#contentsarea section{
	width:1200px;
	margin:0 auto;
	padding:0 100px;
	display:block;	
}

div#contentsarea p{
	margin-bottom:1em;
}

div#contentsarea h2,div#maintitle h2{
	margin: 0 auto;
	text-align:center;
	font-size:250%;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	margin-bottom:60px;
	width: 500px;
	border-bottom: 3px solid #2685da;
}

.map {
	width: 1000px;
	margin: 0 auto;  
}
div#maintitle h2{
	color: #2685da;
}
#maintitle {
	margin-top: 30px;
}
/*div#contentsarea h2:first-letter{
	color:#3c842e;
}*/


h2 span{
	font-size:50%;
	display:block;
	color: #3c842e;
	text-shadow: none;
}


div#contentsarea h3{
	background-color:#000;
	font-size:160%;
	font-weight:bold;
	color:#FFF;
	margin-bottom:30px;
	padding:20px 30px 20px;	
}

div#contentsarea h3:before{
	content:"− ";
	color:#999;
}

h3 a {
	color: #fff;
}



div#contentsarea h4,div#pickup h4{
	background-color:#000;
	color:#FFF;
	font-size:150%;
	font-weight:bold;
	padding:20px 20px;
	margin-bottom:30px;
	width:fit-content;
	min-width:400px;
	position: relative;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 40px), /* 下から40px */
    calc(100% - 40px) 100%, /* 右から40px */
    0 100%
  );
}

div#contentsarea h4 span.mini{
	display:block;
	font-size:60%;
}

div#contentsarea h5{
	border-bottom:1px solid #000;
	border-left:4px solid #000;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	padding-left:10px;
	font-weight:normal;
	margin-bottom:20px;
	clear:both;
	font-size:130%;
	line-height:1.5;
	border-radius:0 0;
}

form input[type="text"],form textarea{font-size:150%; width:95%;}

form input[type="submit"],form input[type="reset"],form input[type="button"]{font-size:150%; width:40%; padding:5px; box-sizing:border-box;}

.ggmap {
	margin-bottom: 20px;
	height:400px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
top: 0;
left: 0;
width: 100%;
height: 100%;
}

img.full{width:100%;}
img.half{width:50%;}
img.quate{width:25%;}


dl.proposal{ display:block; 	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;}
dl.proposal dt{color:#06F; font-size:130%; margin-bottom:0px; line-height:1.4; padding:10px 2em; border-radius:20px; margin-bottom:-5px; border:1px solid #CCC; background-color:#FFF; display:inline-block; position:relative; z-index:1;}
dl.proposal.pick dt{ background-color:#F63; color:#FFF;}
dl.proposal dd{ margin-left:2%; padding:1em; box-shadow:0 0 3px #CCC; margin-bottom:40px; background-color:#FFF8F0; z-index:0; position:relative; border-radius:5px; font-size:110%;}
dl.proposal dd .mini{display:block; padding-left:1em; text-indent:-1em; margin:15px 0 !important; color:#03C;}
dl.proposal dd .atsn{display:block; padding-left:1.9em; text-indent:-1.9em; margin:6px 0 !important;}

dl.proposal.half{}
dl.proposal.half dt{ max-width:50%;}
dl.proposal.half dd{ width:50%;}

form input[type="text"],form textarea{font-size:100%; width:100%; box-sizing:border-box; padding:8px; transition:background-color 0.5s;}
form input[type="text"]:hover,form textarea:hover{background-color:#FFF8F0;}

form input[type="checkbox"]{transition:margin-left 0.5s; width:1.6em; height:1.6em; text-align:middle;}
/*form input[type="checkbox"]:checked{margin-left:1.5em;}*/

form input[type="file"]{font-size:100%; width:80%; box-shadow:0px 0px 5px #666; padding:8px;}
form select{font-size:100%; box-shadow:0px 0px 5px #666; padding:8px 0;}

form input[type="submit"],form input[type="reset"],form input[type="button"]{font-size:130%; width:40%; padding:5px; box-sizing:border-box;}



table.ntable{
	background-color:;
	display:block;
	width: 100%;
	font-size: 110%;
	margin: 0 auto;
}
table.ntable tbody{
	width: 100%;
	display: block;
}
table.ntable tr{
	padding:10px 0;
	width: 100%;
	display: flex;
	border-bottom: 1px solid #000;
}


table.ntable td{
	background-color:#FFF;
	width: 21%;
	display: inline-block;
	padding-left: 1%;
}
table.ntable td:last-child {
	width: 78%;
}
table.ntable tr:nth-child(even) td{
	/*background-color:#363636;
	color: #fff;*/
}
table.ntable th{
	width: 20%;
}
table.ntable tr:nth-child(even) th{
	
}

table.ntable.opc{
	background:rgba(153,153,153,0.3);
}
table.ntable.opc td{
	background:rgba(255,255,255,0.8);
}
table.ntable.opc tr:nth-child(even) td{
	background:rgba(248,248,255,0.8);
}


ul.workslist{ 
	/*margin-bottom:60px;*/
	padding: 30px 0;
}

ul.workslist li{
	padding:0.5em;
	box-shadow:0px 0px 5px #888;
	margin:0 2em 10px;
	background-color:rgba(255,255,255,0.8);
	line-height:1.7;
	border-left:8px solid #06C;
	width:auto;
	font-size: 120%;

}

ul.workslist li ul{padding-left:1em; text-indent:-1em; margin-top:2em;}
ul.workslist li ul li{
	padding:8px 0 8px 0.5em;
	text-indent:-1em;
	box-shadow:none;
	margin-bottom:8px;
	border-bottom:1px dashed #999;
	border-left:0;
}



img.subimg{
	border-radius:3px;
	float:right;
	margin:0 0 1em 2em;
	width:20%;
}

div.subimg{
	float:right;
	margin:0 0 1em 2em;
	width:20%;
}

div.subimg img{
	border-radius:3px;
}


img.subimg02{
	border-radius:3px;
	float:right;
	margin:0 0 1em 2em;
	width:33%;
}
div.subimg02{
	float:right;
	margin:0 0 1em 2em;
	width:33%;
}

div.subimg02 img{
	border-radius:3px;
}

img.subimg03{
	border-radius:3px;
	float:right;
	margin:0 0 1em 2em;
	width:15%;
}
div.subimg03{
	float:right;
	margin:0 0 1em 2em;
	width:15%;
}

div.subimg03 img{
	border-radius:3px;
}


ul.normallist{
	margin-bottom:60px;
}

ul.normallist li{
	padding:5px 1em;	
	margin-bottom:8px;
	padding-left:2em !important;
	text-indent:-0em;
	position:relative;
	border-radius:1em;
	font-size:110%;
	display:;
	background-color:#EEE;

}

ul.normallist li:before{
	content:"≫";
	position:absolute;
	left:0.4em;
	top:15% !important;
	font-weight:bold;
	color:#333;
	letter-spacing:-5px;
}

.scrollarea {
    height:200px;
    overflow: scroll;
    padding:1em;
    border:1px solid #bbb;
	margin-bottom:20px;
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

.scrollarea .list_hunging{
	clear:both;
	padding-bottom:12px;
	border-bottom:1px dashed #CCC;
	margin-bottom:12px;
}
.scrollarea .list_hunging dt{
	float:left;
	width:5%;
	font-weight:bold;
	clear:both;
}
.scrollarea .list_hunging dd{
	width:95%;
	float:left;
}

p.doui{
	display:inline-block;
	background-color:#33C;
	color:#FFF;
	padding:8px 1em;
	margin:0 auto 30px !important;
	border-radius:40px;
}

a[href^="tel:"] { cursor: default; }


div.section{
	width:1200px;
	padding:0 100px;
	margin:0 auto;
	
}

div.txt{
	padding:2em;
	margin:0 1em 50px;
	border-radius:10px;
/*	border:3px double #94795C;*/
}

dl.faq{margin-bottom:20px;}
dl.faq dt{
	position:relative;
	font-weight:bold;
	padding:20px 60px 20px 20px;
	font-weight:bold;
	font-size:120%;
	border:1px solid #000;
	}

dl.faq dt:before{
	content:"Ｑ．"
}
	
/* ▼ 三角アイコン（初期状態は下向き） */
dl.faq dt::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #000;   /* ▼ */
  transition: all 0.3s;
}

/* ▲ 開いたとき（上向き三角） */
dl.faq dt.active::after {
  border-top: none;
  border-bottom: 15px solid #000;  /* ▲ */
  transition: all 0.3s;
}


dl.faq dd{
	margin-left:50px;
	border:1px solid #EEE;
	background-color:#f8f8f8;
	padding:30px 30px 30px 80px;
	text-indent:-2em;
	margin-top:10px;
}
dl.faq dd:before{
	content:"Ａ．";
	font-weight:bold;
	color:#006;
}


	
div.goldbox{
	padding:40px;
	border:3px double #C90;
	clear:both;
	background:url(../images/goldbox_bg.jpg) right top no-repeat;
}


.detial-box {
	width: 1400px;
	margin: 0 auto;
}
.mainvisual {
	background: #4a4a4a;
	z-index: 40;
	position: relative;
}
div.fadebox{
	margin:0 auto 0;
	padding:0;
	position: relative;
}

.tit {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 1em;
}

.fw-b {
	font-weight: bold;
}
.contents {
	text-align: center;
}

.small {
	font-size: 88%;
}
.point-box div {
	padding: 20px;
}
p {
	margin-bottom: 15px;
}

form input[type="submit"],form input[type="reset"],form input[type="button"] {
    display: block;
    text-decoration: none;
    padding: 10px;
    background:#000;
    border-radius: 25px;
    box-sizing: border-box;
    color: #fff;
    font-size: 110%;
    width: 40%;
    margin: 0 auto;
    border: none;
    outline: none;
    margin-bottom: 20px;
}
.linkarrow a {
	display: block;
    text-decoration: none;
    padding: 10px;
    background: linear-gradient(-10deg,#4190ec,#064c9e);
    border-radius: 25px;
    box-sizing: border-box;
    box-shadow: 4px 4px 12px #2d6a8a;
    color: #fff;
    font-size: 110%;
    width: 40%;
    margin: 0 auto;
    border: none;
    outline: none;
    margin-bottom: 20px;
    text-align: center;
}
form input:hover[type="submit"],form input:hover[type="reset"],form input:hover[type="button"] {
	opacity: .8;
}
form .herf input[type="submit"],form .herf input[type="reset"],form .herf input[type="button"] {
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    background: linear-gradient(-10deg,#4190ec,#064c9e);
    border-radius: 25px;
    box-sizing: border-box;
    box-shadow: 4px 4px 12px #2d6a8a;
    color: #fff;
    font-size: 110%;
    width: 40%;
    margin: 0 auto;
    border: none;
    outline: none;
    margin-bottom: 20px;
    margin-right: 30px;
}

.brbox {
	padding:8px; 
	margin-bottom:40px; 
	border:3px double #C90; 
	clear:both;
}

div#contentsarea .featureTxts h3 {
    border-bottom: medium none;
    font-size: 150%;
    font-weight: bold;
    margin: 1em 0 1.5em;
    padding: 0;
    color: #333;
    background: no-repeat;
    border: none;
}
.number {
    color: #2cb76c;
    font-weight: bold;
    margin-right: 0.5em;
}
.featureBtn a {
    width: 70%;
    background-color: #2cb76c;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 1.2em;
    text-align: center;
    display: block;
    margin: 20px auto;
}
.featureBtn a:hover {
	background: #ee6f06;
}
.featuretexts p {
    color: #000;
    line-height: 2;
    font-size: 110%;
}
ul.thumbimg li {
    width: 100px;
    float: left;
    border: none !important;
    margin-right: 20px;
    margin-bottom: 15px;
    height: 100px;
}
ul.thumbimg li.clear {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 30px;
}
ul.thumbimg li a {
	display: block;
}
.construtiontable img {
	width: 100%;
	border: 1px solid #e5e5e5;
	box-shadow: 5px 5px 9px #EEE;
}
ul.thumbimg li img {
    border-radius: 5%;
    box-shadow: 5px 5px 9px #EEE;
    width:100%;
    height: 100px;
}
img.float {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}
img.rad {
    border-radius: 5px;
}
img#float02,img#float03,img#float04,img#float05,img#float06,img#float07{
	width:1px;
	height:1px;
	margin:auto;
}
img.float:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
table.contable th {
    background-color: #EEE;
    color: #111;
    font-weight: normal;
    border: 1px solid #999;
    border-top: none;
}
table.contable tr:nth-child(even) td {
    background-color: #f0f0f0;
}
table.contable td {
    background-color: #FFF;
    color: #666;
    border-bottom: 1px;
}
.recruit-box {
	/*border: 2px solid #1c542e;*/
	padding: 30px;
	background: #ee6f06;
	color: #fff;
	font-weight: bold;
}
.big3 {
	font-size: 180%;
}
/* init */
.background {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    background-position: center center;
    opacity: 0;
-webkit-background-size: cover;
        background-size: cover;
-webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
	pointer-events: none;
}
.show .background {
    opacity: 1;
		z-index:-3;
}
.wrap {
    position: relative;
    z-index: 2;
}
/* design*/
#content01_bg {background-image: url(../images/bg_01.jpg);}
#content02_bg {background-image: url(../images/bg_02.jpg);}
#content03_bg {background-image: url(../images/bg_03.jpg);}
#content04_bg {background-image: url(../images/bg_04.jpg);}
.text-box {
    padding: 50px 25px;
    width: 480px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
.text-box .catch {
    margin: 0 0 10px;
    font-size: 40px;
}
.text-box .copy {
    margin: 0;
    line-height: 2;
}

#footer{
	position:relative;
	z-index:10 !important;
	text-align: left;
}

div#english{
	position:fixed;
	top:0px;
	right:10%;
	z-index:32768;
	width:200px;
}
.footer-logo {
	position: absolute;
	top: 120px;
	left: 110px;
}


div#pagetop {
	position:fixed;
	bottom:20px;
	right:20px;
	width:70px;
	display:table;
	z-index:32768;
	font-size:90%;
}
div#pagetop div{
	height:70px;
	width:70px;
	border-radius:100%;
	background: rgba(90,40,32,.6);
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
}
div#pagetop div div{
	height:70px;
	width:70px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	line-height:1.3;
}

div#pagetop div div a{
	color:#FFF;
	text-decoration:none;
}
div#cart{
	position:fixed;
	left:0;
	top:33%;
	z-index:8192;
}

#mainimage{
	width:100%;
	height:calc(100vh - 40px);
	position:relative;
	background:url(../images/mv_01.jpg) center center no-repeat;
	min-height:700px;
	background-size:cover;
	
}


#mainimage .box{
	width:100%;
	/*height:inherit;*/
	background-position:center center;
	background-size:cover;
	display: none;
}


#mainimage .inner{
	width:1200px;
	margin:0 auto;
	height:500px;
	position:relative;
	/*top: 100px;*/
	/*right: 0;*/
	/*top:calc(-1 * (100vh - 40px));*/
	z-index:512;
}

#mainimage .inner .logo{
	padding-bottom:0;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:768;
	text-align:right;
	/*max-height:calc(100vh - 80px);*/
	overflow:hidden;
}


#mainimage .inner .times{
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:1024;
	text-align:center;
	max-height:calc(100vh - 40px);
	overflow:hidden;
}


div#secret{
	text-align:center;
	position:fixed;
	min-width:1400px;
	width:100%;
	top:-70px;
	z-index:10000;
	transition:all 0.5s;
	background:url(../images/navi-bg.jpg) center top repeat-x;
}
div#secret.slide02{
	background:url(../images/navi-bg2.jpg) center top repeat-x;
}
div#secret.slide {
	top:0px !important;
	transition:all 0.5s;
}

div#newsbox{
	padding:0;
	overflow:auto;
	line-height:1.5;
	width:1200px;
	margin:0 auto;
	padding:20px 50px;
	box-sizing:border-box;
}


div#newsbox a{
	text-decoration:underline;
}

div#newsbox dl{
	padding:5px 0 10px;
	clear:both !important;
	margin-bottom:10px;
	position:relative;
	z-index:1000;
}

div#newsbox dl dt{
	width:18%;
	float:left;
	font-weight:bold;
	text-align:center;
}

#filter {
	background:url(../images/header_bg.png) center top repeat;
	height:100px;
	width:100%;
	z-index:100;
	/*position:absolute;*/
	top:0;
	left:0;
	min-width:1200px;
	text-align:center;
}
.mainimage {
	position:relative;
	background-color:#CCC;
}
.header {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
	text-align: right;
	font-size: 90%;
	align-items: center;
	height: 100px;
}
.header p {
	margin: 0;
}
.header a:hover {
	opacity: .7;
}
.header a {
	display: block;
}
.t-box1 {
	background: url(../images/bg01.jpg) right 40px no-repeat;
	width: 1200px;
	margin: 0 auto;
	font-size: 110%;
	line-height: 1.8;
	padding-bottom: 90px;
}
.t-content {
	margin-bottom: 70px;
}
.t-content div {
	width: 1020px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.t-root,.t-creat {
	width:1200px;
	margin:0 auto;
	padding:0 100px;
}
.t-content a:hover {
	opacity: .7;
}
.groupWrap {
	display: flex;
	flex-wrap: wrap;
	font-size: 100%;
}
.groupWrap div {
	width: 32%;
	border: 1px solid #eee;
    margin-bottom: 2em;
    box-shadow: 4px 4px 9px #e5e5e5;
    margin-right: 1.7%;
}
.groupWrap div:nth-child(3n) {
	margin-right: 0;
}
.group p {
	padding: 5px;
	background: #556f02;
	color: #fff;
}
.groupWrap div ul {
	padding: 2%;
}
.groupWrap div a {
	color: #fff;
}

div.box{
	height:720px;
	width:100%;
	margin:0 auto;
	z-index:3;
	text-align: center;
    margin: 0 auto;
    background-size:cover;
    background-position: center center;
}


.box-wrap {
	position:relative;
	z-index:40;
	margin-bottom:155px;
}

.t-feature-box {
	height: 600px;
	background: url(../images/bg02.png)left bottom repeat-x;
}
.t-feature-box ul {
	width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0 130px;
	background: url(../images/bg01.jpg);
	height: 250px;
	padding-top: 350px;
}
.t-feature-box ul li {
	width: 300px;
	padding: 0 20px;
	font-size: 80%;
}
.t-feature-box ul li .tit {
	text-align: center;
	font-size: 200%;
	font-weight: normal;
}
.t-philo {
	background: #4d8a56;
}
.t-philo-box {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.t-philo-box div {
	position: absolute;
	left: 40px;
	top: 30px;
	color: #fff;
	font-size: 100%;
}
.t-philo-box div p:first-child {
	font-size: 110%;
	font-weight: bold;
}
.t-philo-wrap div.tcenter {
	background: url(../images/bg03.jpg) repeat-x;
}
.t-philo-box div p {
	font-size: 90%;
}
.t-philo-box div p.tit {
	font-size: 140%;
}
.t-case-wrap div.tcenter {
	background: url(../images/bg04.jpg) repeat-x;
}
.t-case-box ul {
	display: flex;
	width: 1200px;
	margin: 0 auto 40px;
	height: 520px;
}
.t-case-box ul li {
	padding-top: 155px;
	background: url(../images/images05.jpg);
	padding-left: 40px;
	width: 560px;
}
.t-case-box ul li:last-child {
	background: url(../images/images06.jpg);
}
.t-case-box ul li p {
	font-size: 150%;
}
.t-case-box ul li p:nth-child(3) {
	font-size: 90%;
	min-height: 66px;
}
.btn a {
	display: block;
	text-decoration: none;
	background: #fff;
	border-radius: 25px;
	padding: 3px;
	text-align: center;
	margin-left: auto;
	font-size: 90%;
	color: #000;
	width: 250px;
	margin-right: 30px;
}
.btn a:hover {
	background: #2171d4;
	color: #fff;
}
.t-case-box {
	background: #f2f2f2;
}
.t-contact {
	background: #050649;
	margin-bottom: 100px;
}
div#contentsarea .work01 p.title {
	font-size: 220%;
	font-weight: bold;
	margin-bottom: 15px;
}
.work01 {
	color: #fff;
	background: url(../../work/images/images01.jpg);
	text-align: left;
	padding: 50px 50px 20px;
	height: 260px;
	margin-bottom: 40px;
}
.work02 {
	color: #0f5da2;
	text-align: right;
	background: url(../../work/images/images02.jpg);
}
.work03 {
	background: url(../../work/images/images03.jpg);
}
.work04 {
	background: url(../../work/images/images04.jpg);
}
.work01 p {
	font-weight: bold;
	font-size: 107%;
	line-height: 1.8;
}
.case-list {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.case-list li {
    width: 38%;
    font-size: 0;
    box-shadow: 0px 0px 10px #999;
    border-radius: 5px 5px;
    text-align: center;
}
.case-list li:nth-child(2) {
    width: 16%;
    box-shadow: none;
}
.case-list li img {
	max-width: 100%;
}
div#contentsarea .case-list li {
	font-size: 150%;
	text-align: center;
}
div#contentsarea .case-list li p {
	margin-bottom: 0;
	padding: 5px;
	background: #ff6c00;
	color: #fff;
	font-weight: bold;
}
div#contentsarea .case-other li {
	font-size: 0;
}
#contentsarea .big2 {
	margin-bottom: 40px;
}

div#pickup{
	width:1200px;
	box-sizing:border-box;
	padding:2em;
	box-shadow:0px 0px 5px #333;
	margin:40px auto;
}

.message_bg {
	background:url(../images/message_bg.jpg) center top / cover; height:461px; margin-bottom:100px;
	margin-top: 200px;
}
.message_bg.kasou {
	background:url(../images/message_bg_02.jpg) center top / cover; height:461px; margin-bottom:100px;
	margin-top: 200px;
}

.msg_txt {
	color: #fff;
	line-height: 1.8;
}

.message {
	width:1200px; margin:0 auto; position:relative;
}


.msg_img {
	position:absolute; top:-50px; left:600px;
}


.msg_txt {
	position: absolute;
	left: 0;
	top: 130px;
}

.msg_txt.comp {
	top: 80px;
}
.msg_txt p:last-child {
	margin-left: 180px;
	margin-top: 50px;
}

.reason_bg {
	background:url(../images/reason_bg.jpg) center center / cover;
	margin-top: 200px;
}


div#reason-flex{
	position:absolute;
	display:flex;
	flex-wrap:wrap;
	top:-96px;
	left:300px;
	color: #fff;
}


.reason_box {
	width:1200px; margin:0 auto; position:relative;
}

div#reason-flex > div {
	max-width: 400px;
	font-size: 90%;
	letter-spacing: -1px;
}

div#reason-flex > div:nth-child(1),div#reason-flex > div:nth-child(2){
	margin:0 50px 80px 0;
}
div#reason-flex > div:nth-child(3),div#reason-flex > div:nth-child(4){
	/*margin:0 0px 50px 50px;*/
}


.mlr50 {
	margin: 0 0px 50px 50px !important;
}



div#point-flex{
	display:flex;
	flex-wrap:wrap;
	width:1200px;
	margin:0 auto;
	justify-content: center;
}

div#point-flex > div{
	width:600px;
	margin-bottom:80px;
}

div#contents-flex{
	position:absolute;
	top:110px;
	left:200px;
}
div#contents-flex > div{
	margin-bottom:30px;
}


div#const-flex{
	position:absolute;
	
	top:-210px;
	left:300px;
	background-color:rgba(0,0,0,0.85);
	padding:50px 50px 0;
}

div#const-flex > div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 900px;
}


div#const-flex > div dl {
	margin-bottom: 50px;
}


div#const-flex > div dl dd {
	color: #fff;
	border-left: 8px solid #fff;
	margin-top: 20px;
	padding:10px 0 10px 20px;
	font-size: 110%;
}


.re_tit {
	position: absolute;
	top: -37px;
}

#main_slide {
	overflow: visible !important;
}

#riyu {
	background: url(../images/riyu_bg.jpg) center center / cover no-repeat;
	padding: 80px 0;
}

.riyu_box {
	width: 1150px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.riyu_box > div > dl {
	width: 550px;
	margin-bottom: 30px;
	position: relative;
}


.riyu_box > div dl dd {
	position: absolute;
	top: 30px;
	font-size: 120%;
	left: 130px;
	font-weight: bold;
}


.riyu_box > div dl:nth-child(1) dd {
	top: 30px;
}

.contents_bg {
	background:url(../images/contents_bg.jpg) center center / cover; height:965px;
}

#contents-flex > div {
	display: flex;
}

.contents_bg > div {
	width:1200px; margin:0 auto; position:relative;
}

.cons_tit {
	width:1200px; margin:0 auto;
}

.const_box {
	width:1200px; margin:0 auto; position:relative; height:638px;
}


#information {
	width: 1200px;
	margin: 100px auto;
	display:flex;
}

#information > div{
	width:580px;
}

#information > div:first-child{
	margin-right:40px;
}

.info_txt {
	
	font-size: 90%;
        max-height: 470px;
        overflow: auto;
}


.info_txt dl.logo_new {

	background: url(../images/news_logo2.jpg)left center no-repeat !important;


}


.info_txt dl {
	margin-bottom: 35px;
	align-items: center;

}


.info_txt dl dt {
}
.info_txt dl dd {
	font-weight: bold;
}

.footlink {
	display: flex;
	position: absolute;
	top: 50px;
	left: 630px;
}

.footlink ul {
	width: 170px;
	margin-right: 60px;
}


.footlink ul li {
	margin-bottom: 10px;
}


.footlink li:first-child {
	margin-bottom: 30px;
}

.footlink li a {
	font-size: 80%;
	color: #fff;
	text-decoration: none;
}

.footlink li a:hover {
	text-decoration: underline;
}


.ft_mv {
	padding-top: 50px;
}

.copy {
	font-size: 70%;
	position: absolute;
	right: 0;
	bottom: 0;
}

table.normaltable{}
table.normaltable tr th{
	background-color:#000;
	color:#FFF;
	font-weight:bold;
}
table.normaltable tr td {
	background-color:#F8F8F8;
}

div.sdgsbox{
	background-color:#000;
	padding:40px;
}

div.sdgsbox .sdgstitle{
	color:#FFF;
	font-size:160%;
	font-weight:bold;
}

div.sdgsbox table{}

div.sdgsbox table tr th{
	background-color:#666;
	color:#FFF;
	font-weight:bold;
}
div.sdgsbox table tr td{
	background-color:#FFF;
}

dl.sitemap{
	display:flex;
	flex-wrap:wrap;
}
dl.sitemap dt{
	width:20%;
	margin-right:1%;
	margin-bottom:20px;
	box-sizing:border-box;
	color:#FFF;
}

dl.sitemap dt a{
	color:#FFF;
	background-color:#000;
	padding:10px 20px;
	display:block;
	text-decoration:none;
	transition:all 0.3s;
}

dl.sitemap dt a:hover{
	background-color:#666;
	transition:all 0.3s;
}

dl.sitemap dd{
	width:79%;
	margin-bottom:20px;
	padding:10px;
	box-sizing:border-box;
}


div.workbox{
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
}
div.workbox:nth-of-type(odd){
	flex-direction:row-reverse;
}
div.workbox > div{
	width:50%;
	box-sizing:border-box;
}
div.workbox > div.worktxt{
	padding:30px 40px;
	background-color:#FFF;
	color:#000;
	font-size:83%;
}
div.workbox > div.worktxt p:last-cihld{
	margin-bottom:0;
}
div.workbox > div.worktxt p.title{
	font-size:170%;
	font-weight:bold;
	border-bottom:1px solid #000;
}
div.workbox > div.bg01{ background:url(../images/works_bg_01.jpg) center bottom / cover;}
div.workbox > div.bg02{ background:url(../images/works_bg_02.jpg) center bottom / cover;}
div.workbox > div.bg03{ background:url(../images/works_bg_03.jpg) center bottom / cover;}


div.petit_reason{}

div.petit_reason > div{
	display:flex;
	flex-wrap:wrap;
	font-size:95%;
	margin-bottom:10px;
}

div.petit_reason > div:nth-child(odd){margin-right:50px;}
div.petit_reason > div:nth-child(even){margin-left:50px;}


div.petit_reason > div > div{
	width:300px;
}
div.petit_reason > div > div img{
	width:100%;
}
div.petit_reason > div > div.reason_txt{
	width:850px;
	padding:30px;
	box-sizing:border-box;
	background-color:#222;
	color:#FFF;
	min-height:210px;
}
div.petit_reason > div > div.reason_txt p.reason_title{
	font-size:160%;
	font-weight:bold;
}
div.petit_reason > div > div.reason_txt p.reason_title span.num{
	display:inline-block;
	background-color:#FFF;
	padding:0 9px;
	color:#000;
	margin-right:10px;
}



div.reformbox{
	display:flex;
	flex-wrap:wrap;
	background-color:#725a42;
	margin-bottom:80px;
	color:#FFF;
	padding:40px;
}

div.reformbox#r01{ background:url(../../reform/images/reform_bg_01.jpg) center center / cover;}
div.reformbox#r02{ background:url(../../reform/images/reform_bg_02.jpg) center center / cover;}
div.reformbox#r03{ background:url(../../reform/images/reform_bg_03.jpg) center center / cover;}
div.reformbox#r04{ background:url(../../reform/images/reform_bg_04.jpg) center center / cover;}


div.reformbox > div.nayami{
	width:440px;
	margin-right:40px;
}
div.reformbox > div.nayami ul li{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #FFF;
}

div.reformbox > div.photo{
	width:640px;
}

div.reformbox > div.explain{
	margin-top:40px;
}

ul.linklist{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:60px;
}

ul.linklist li{
	width:360px;
	margin:0 20px 20px;
}

ul.linklist li a{
	display:block;
	background:#333;
	color:#FFF;
	padding:8px;
	text-align:center;
	text-decoration:none;
}

ul.linklist li a:hover{
	background:#705842;
}

table.formtable{
	display:block;
	margin:0 100px 0;
}
table.formtable tr{
	display:flex;
	margin-bottom:10px;
}
table.formtable tr th{
	width:300px;
	padding:10px;
	box-sizing:border-box;
	text-align:left;
	color:#FFF;
	font-weight:normal;
	margin-right:10px;
	background-color:#725a42;
}
table.formtable tr td{
	width:700px;
	padding:10px;
	box-sizing:border-box;
	text-align:left;
	color:#111;
	background-color:#F8F8F8;
}

div.intro_contact{
	background:url(../../contact/images/contact_bg.jpg) bottom center repeat-x;
	margin-bottom:80px;
}

div.intro_contact > div{
	position:relative;
	width:1400px;
	margin:0 auto;
}
div.intro_contact > div div{
	position:absolute;
	color:#FFF;
	left:800px;
	top:300px;
	font-weight:bold;
}


div.caselist{
	display:flex;
	flex-wrap:wrap;
}
div.caselist > div{
	width:360px;
	margin:0 20px 40px;
	text-align:left;
}
div.caselist > div img{
	max-width:100%;
	margin-bottom:10px;
	transition:all 0.3s;
}

div.caselist > div img:hover{
	transform:scale(1.05);
	box-shadow:0 0 5px #333;
	transition:all 0.3s;
}

div.caselist a{
	color:#000;
	text-decoration:none;
}

div.gallerybox{
	padding:20px;
	display:flex;
	background-color:#000;
	flex-direction:row-reverse;
	color:#FFF;
}

div.gallerybox > div.gallery{
	width:550px;
	margin-right:30px;
}

div.gallerybox > div.gallery ul{
	display:flex;
	flex-wrap:wrap;
}

div.gallerybox > div.gallery ul li{
	width:100px;
	margin-bottom:10px;
	margin-right:10px;
}

div.gallerybox > div.gallery ul li img{
	width:100px;
	height:100px !important;
	object-fit:cover;
	display:block;
}


div.gallerybox > div.photo{
	width:580px;
}


div.flex_2clm{
	display:flex;
	flex-wrap:wrap;
}

div.flex_2clm > div{
	width:48%;
	margin:0 1% 40px;
	text-align:center;
}


.check_list {
	background-color: #f8f8f8;
	padding: 15px;
	border-radius: 20px;
	margin: 50px 0;
}

.check_list li {
	border-bottom: 1px dashed #999;
	padding: 0 0 10px 40px;
	margin-bottom: 10px;
	font-weight: bold;
	background: url(../images/check_logo.png) left top no-repeat;
}


div#contentsarea div.pricebox{
	background-color:#000;
	color:#FFF;
	text-align:right;
	font-size:130%;
	font-weight:bold;
	padding:10px 20px;
	margin:30px 0 30px auto;
	width:fit-content;
	min-width:300px;
	text-decoration:underline;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    40px 100%, /* 右から40px */
    0 calc(100% - 40px) /* 下から40px */
  );
}

.c-btn{ cursor: pointer; transition: .2s cubic-bezier(0.45, 0, 0.55, 1); position:relative; margin:0px auto 50px; font-size:30px;}
.c-btn { background: #e95e72; border: 2px solid #e95e72; border-radius: 60px; color: #fff; display: block; font-weight: bold;padding: 25px 40px; text-align: center; }
.c-btn.press { box-shadow: 0 4px 0 #000;}
.c-btn.press:hover {transform: translateY(4px);box-shadow: none;}
.c-btn i{ position:absolute; right:20px; top:35%;}

.c-btn-01{ cursor: pointer; transition: .2s cubic-bezier(0.45, 0, 0.55, 1); position:relative; margin:0px auto 50px; font-size:30px;}
.c-btn-01 { background: #fff; border: 2px solid #000; border-radius: 60px; color: #000; display: block; font-weight: bold;padding: 25px 40px; text-align: center; }
.c-btn-01.press { box-shadow: 0 4px 0 #000;}
.c-btn-01.press:hover {transform: translateY(4px);box-shadow: none;}
.c-btn-01 i{ position:absolute; right:20px; top:35%;}

.c-btn a{ text-decoration:none !important; color:#FFF;}
.c-btn-01 a{ text-decoration:none !important; color:#333
;}


