@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: #3385cc;}
.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 > 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 > 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;
}


#news {
	background-color: #f4f6f8;
	padding: 60px 0;
	margin-bottom: 200px;
}


div.newsbox{
	font-size: 90%;
	width: 690px;
	overflow:auto;
	line-height:1.5;
}


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

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

div.newsbox dl:first-child{
	padding-top:15px;
	
}

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


div.newsbox dl dd{
	width:75%;
	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:500px;
	background:#3385cc;
	color: #fff;
}

#footerarea #footer{
	position:relative;
	height:500px;
	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;
	
    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: 150px;
	background: url(../images/header-bg.jpg) center center no-repeat;
	
}
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: 20px;
	font-size: 110%;
}
a.hover01:hover {
	opacity: .8;
}
div#headerarea div#header div.fright span{
	font-size: 210%;
}

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

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

/****** Gnavi ******/
div#gnavi{
	width:auto;
	height:30px;
	margin:0 auto;
	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:30px;
}

div#gnavi dl dt{
	display:none;
}

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

div#gnavi ul{
	display:block;
	height:30px;
	width:500px;
	
	padding:0;
}

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

div#gnavi ul li a{
	text-align:left;
	display:block;
	text-indent:-9999px !important;
	height:30px;
	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 30px;}
div#gnavi ul li#link02 a{background-position:-100px 0;}
div#gnavi ul li#link02 a:hover{background-position:-100px 30px;}
div#gnavi ul li#link03 a{background-position:-200px 0;}
div#gnavi ul li#link03 a:hover{background-position:-200px 30px;}
div#gnavi ul li#link04 a{background-position:-300px 0;}
div#gnavi ul li#link04 a:hover{background-position:-300px 30px;}
div#gnavi ul li#link05 a{background-position:-400px 0;}
div#gnavi ul li#link05 a:hover{background-position:-400px 30px;}

/*div#gnavi ul li#link09 a{background-position:-960px 0;}
div#gnavi ul li#link09 a:hover{background-position:-960px 70px;}
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: url(../images/h3_bg.jpg);
	font-size:160%;
	font-weight:bold;
	color:#FFF;
	margin-bottom:30px;
	padding:20px 30px 20px;	
	position: relative;
}

div#contentsarea h3::after {
	content: "";
	display: block;
	width: 124px;
	height: 42px;
	background: url(../images/h3_logo.png);
	position: absolute;
	right: 15px;
	top: 40px;
}*/



h3 {
font-size: 300%;
font-weight: bold;
color: #2f87d1;
margin-bottom: 40px;
line-height: 1.3;
}

h3 span {
	font-size: 40%;
	display: block;
	color: #000;
}



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

h3 a {
	color: #fff;
}





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:33%;
}

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:#3768b1;
    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;
}

.mv_logo {
	margin-top: 50px;
}

.fleft {float: left;}

.mr50 {
	margin-right: 50px;
}

#message {
	width: 1400px;
	margin: 0 auto 80px;
	position: relative;
}


.msg_txt {
	position: absolute;
	top: 120px;
	right: 100px;
}


#merit {
	display: flex;
	width: 1400px;
	margin: 0 auto 100px;
	justify-content: space-between;
}


#merit_02 {
	display: flex;
	justify-content:space-between;
	width: 900px;
	margin: 0 auto;
}


#merit dd, #merit_02 dd {
	font-size: 80%;
	font-weight: bold;
	margin-top: 10px;
	
}

#koe {
	width: 1400px;
	margin: 0 auto 150px;
	display: flex;
	justify-content: space-between;
}

#koe dd {
	font-size: 90%;
	margin-top: 15px;
}

.btn_box {
	width: 1037px;
	display: flex;
	justify-content: space-between;
}

#btn {
	width: 1287px;
	margin: 0 auto 180px;
	display: flex;
}

#news > div {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.foot_box {
	width: 350px;
	padding-left:50px;
	text-align: left;
	padding-top: 100px;
}


.footlink {
	position: absolute;
	top: 100px;
	left: 650px;
}

.footlink li {
	margin-bottom: 15px;
}

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


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

/*.footlink li::before {
	content: "ー";
	margin-right: 10px;
}*/


.footlink {
	display: flex;
}


.footlink > ul:first-child {
	margin-right: 100px;
}

.copy {
	font-size: 80%;
	position: absolute;
	right: 0;
	bottom: 5px;
} 


#grt_bg {background: url(../../greeting/images/bg.jpg) center center / cover no-repeat; padding: 100px 0;}
#com_bg {background: url(../../company/images/bg.jpg) center center / cover no-repeat; padding: 100px 0;}
#work_bg {background: url(../../works/images/bg.jpg) center center / cover no-repeat; padding: 100px 0;}
#recruit_bg {background: url(../../recruit/images/bg.jpg) center center / cover no-repeat; padding: 100px 0;}
#con_bg {background: url(../../contact/images/bg.jpg) center center / cover no-repeat; padding: 100px 0;}


.catch {
	font-size: 150%;
    color: #FFF;
    width: 1400px;
    margin: 0 auto;
    padding-left: 100px;
    padding-top: 100px;
    font-weight: bold;
}


#intro {
	
	margin: 0 auto 150px;
	position: relative;
	background-color: #3385cc;
}

#intro > div {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-direction: row-reverse;
	padding-top: 100px;
}


.intro_txt {
	margin-right: 50px;
	font-size: 95%;
	color: #fff;
	padding-top: 20px;
}

#msg2 {
background:url(../../greeting/images/msg2_bg.jpg) center center / cover no-repeat;
width: 100%;
position: relative;
color: #fff;
padding: 100px 0;
margin: 300px auto 150px;
}


#msg2 dl {
	width:1400px;
	margin: 0 auto;
	display: flex;
}


#msg2 dl dt {
	margin-right: 50px;
	margin-top: -150px;
}


#msg2 > p {
	position: absolute;
    top: -150px;
    left: 880px;
}


#philosophy {
	background-color: #f3f5fa;
	padding: 50px;
	margin-bottom: 150px;
}

#philosophy > div {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.philo_img {
	position: absolute;
	right: 0;
}


h4 {

	font-size: 130%;
	font-weight: bold;
	border-left: 5px solid #3385cc;
	padding-left: 15px;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}


div#contentsarea {
        width: 1200px;
        margin: 60px auto 60px;
        padding: 60px 50px 40px;
        text-align: left;
        background-color: #FFF;
        box-sizing: border-box;
        font-size: 100%;
      
    }


.profile_table th {
    border: 0;
    padding: 1em;
    width: 23%;
    margin-bottom: 2px;
    font-weight: 500;
    background-color: #f0f6fb;
    border-bottom: 1px solid #c9ced4;
}

.profile_table td {
    border: 0;
    padding: 1em;
    background-color: #fff;
    border-bottom: 1px solid #c9ced4;
    margin-bottom: 2px;
}

.button {
	display: block;
	background:url(../images/arrow.png) 90% 50% no-repeat #e0eafe;
	padding: 10px 80px 10px 20px;
	border-radius: 10px;
	width: fit-content;
	color: #000;
	text-decoration: none !important;
}

.button:hover {
	background-color: #fdb584;
}


#service {
	margin-bottom: 200px;
}


#service dl {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.ser_01 {
	position: absolute;
    font-size: 90%;
    color: #fff;
    top: 125px;
    right: 10px;
	line-height: 1.5;
}

.ser_02 {
	position: absolute;
    font-size: 90%;
    color: #fff;
    top: 125px;
    left: 390px;
	line-height: 1.5;
}

.ser_03 {
	position: absolute;
    font-size: 90%;
    color: #fff;
    top: 125px;
   right: 80px;
	line-height: 1.5;
}

.ser_04 {
	position: absolute;
    font-size: 90%;
    color: #fff;
    top: 125px;
   left: 360px;
	line-height: 1.5;
}

.mb100 {
	margin-bottom: 100px;
}

.kyujin_btn {
	width: 1200px;
	margin: 0 auto 150px;
}




.kyujin_btn > div {
	display: flex;
}

.kyujin_btn > div p:nth-child(2){
margin: 0 30px;
}


.se {
	background-color: #3385cc;
	padding: 50px 0;
	margin-bottom: 100px;
}

.se > dl {
	display: flex;
	color: #fff;
	width: 1200px;
	justify-content: space-between;
	margin: 0 auto;
	font-size: 130%;
	align-items: center;
}


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


.entry_form {
	width: 600px;
	margin: 0 auto;
}

.entry_form table {
	background-color: none !important;
}

.entry_form table td {
	margin-bottom: 20px;
}

.entry_form input[type="text"], form textarea {
    font-size: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    transition: background-color 0.5s;
	border: none !important;
}

.con_intro_tit {
	font-size: 150%;
	font-weight: bold;
border-left: 5px solid #06C;
padding-left: 20px;
margin-bottom: 40px;
}


.con_intro {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	
}

.con_intro dd {
	margin-left: 100px;
}



.site_link_box {
	display: flex;
	justify-content: space-between;
}

.site_link {
	margin-right: 30px;
}


.site_link li {
	margin-bottom: 15px;
}

.site_link li a {
	font-size: 90%;
	color:#000;
	text-decoration: none !important;

	
}


.site_link li a:hover {
	text-decoration: underline !important;
}


.site_link li > ul li {
	margin-bottom: 0;
}

.site_link li::before {
	content: "ー";
	color: #5dcff7;
	margin-right: 10px;
}


.main-table{
  border-collapse: collapse;
  width: 100%;
  border: 3px solid #000;   /* 外枠太線 */
  font-size: 14px;
}*/

.main-table td,
.main-table th{
  border: 1px solid #000;   /* 内部罫線 */
  padding: 6px;
  vertical-align: top;
}

.section-top{
  border-top: 3px solid #000 !important;  /* 大区切り上線 */
}

.section-bottom{
  border-bottom: 3px solid #000 !important; /* 大区切り下線 */
}

.left-title{
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}

.sub-table{
  border-collapse: collapse;
  width: 100%;
}

.sub-table td,
.sub-table th{
  border: 1px solid #000;
  padding: 4px;
}

.center{ text-align:center; }
.right{ text-align:right; }


.flex_2cl {
	display: flex;
	justify-content: space-between;
}


.flex_2cl div {
	width: 47%;
}


.profile_table td > table td:first-child {
	background: #fff2b9;
}

.profile_table td > table td {
	background-color: #f8f8f8;
}

.profile_table td > table td dl {
	width: 300px;
	justify-content:space-between;
}


table.color_tb {
	width: 100%;
}


table.color_tb th {
	font-weight: normal !important;
}

table.color_tb th, table.color_tb td {
	background-color: #f0f6fb;
	text-align: center;
	width: 50%;
	padding: 20px;
}

#wd1200 {
	width: 1200px;
	margin: 0 auto;
}

.fl_bd {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	width: 100px;
	padding: 50px 20px;
background:linear-gradient(45deg, #3b69b3, #1f2f44);
	border-radius: 10px;
	color: #fff;
	box-shadow: 2px 5px 8px 0px #999;
}
