@charset "UTF-8";
/* CSS Document */
html {font-family: 'Roboto','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", san-serif;}

body{
	font-size:16px;
	line-height: 1.8em;
	letter-spacing: 1.2pt;
	font-weight:300;
	margin:0;
	padding:0;
	color:#212121;
	word-break: break-all;
}
body.fixed{
	position:fixed;
	width:100%;
	height:100%;
}
#loader_wap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background:#fff;
  z-index: 9999;
}
#load_inner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #222;
  z-index: 9999;
}
html{-webkit-text-size-adjust:100%;}
li{list-style:none;}

#wrapper{
	width:100%;
	margin:0 auto;
	padding:0;
}

.sec{
	position:relative;
	width:100%;
	margin:0 auto;
	padding:0;
	}
.sec.line_b{border-bottom:1px solid #f7f7f7;}
.sec.ptb_40{padding:40px 0;}
.sec.ptb_80{padding:80px 0;}
.sec.pb_0{padding-bottom:0 !important;}
.sec.bk_gry{
	border-top:4px solid #16b2b8;
	background:#f7f7f7;
}
.sec.bk_col{background:#16b2b8;}
.sec.bk_orange{background:#e49d40;}
.sec.bk02{background:url("../img/bk01.png") repeat;}
.sec.bk03{background:url("../img/bk02.png") top center no-repeat;}
.sec.bk04{
	margin-top:-1px;
	background:url("../img/bk03.png") top center no-repeat,#fff;
	padding-top:0;
}
.sec.bk05{background:url("../img/index/bk04.jpg") top center/cover no-repeat;}

.contents {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
}
.contents.kkr{
	padding:80px 60px;
	background:#fff;
	border-radius:16px;
	box-shadow:0 0 8px rgba(0,0,0,0.1);
	box-sizing:border-box;
}

.sec h2{
	position:relative;
	display:table;
	font-size:32px;
	line-height:1em;
	letter-spacing: 0.2pt;
	color:#16b2b8;
	margin:0 auto 60px;
	padding:0 0 20px;	
}
.sec h2.min{font-size:30px;}
h2.wht{color:#fff;}
h2.blk{color:#444;}
.sec h2:after{
	position:absolute;
	left:50%;
	bottom:0;
	content:"";
	width:50px;
	height:4px;
	margin-left:-25px;
	display:inline-block;
	background:#16b2b8;
}
h2.wht:after{background:#fff;}
h2.blk:after{background:#444;}
.orange{color:#e49d40;}
.yel{color:#e1e31a;}
.center{text-align:center;}
img.f_img{
	display:block;
	max-width:100%;
	margin:0 auto;
}

h3.line{
	color:#444;
	font-size:32px;
	width:100%;
    display: flex;
    align-items: center;
    text-align: center;
	padding:0;
	margin:40px auto 60px;
}
h3.line.wht{color:#fff;}

h3.line:before,h3.line:after{
	content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}
h3.line:before{margin-right:1em;}
h3.line:after{margin-left:1em;}
h3.line:before,h3.line:after {border-top: 1px solid #444;}

h3.line.wht:before,h3.line.wht:after{border-color:#fff;}

/*角丸白背景*/
.contents.kkr h3{
	position:relative;
	font-size:22px;
	line-height:1.6em;
	color:#16b2b8;
	margin:0 auto 10px;
	padding:0;	
}
.contents p{
	color:#444;
	margin:0 auto 40px;
	padding:0;
}
.contents.kkr .grn{color:#8cb816;}
.contents.kkr .left{
	float:left;
	margin-right:5%;
}
.contents.kkr .right{float:right;}
.contents.kkr .text{width:50%;}
.contents.kkr .img{width:45%;}

/*すべての業界〜*/
ul.all{
	width:100%;
	margin:0 auto;
	padding:0;
}
ul.all li{
	float:left;
	width:23.5%;
	font-size:15px;
	color:#444;
	letter-spacing: 0.2pt;
	text-align:center;
	margin:0 2% 20px 0;
	padding:100px 0 10px;
	background:#f7f7f7;
	border-radius:6px;
}
ul.all li:nth-child(4n){margin-right:0;}

ul.all li:first-child{background:url("../img/index/all_icon01.png") top 15px center no-repeat,#f7f7f7;}
ul.all li:nth-child(2){background:url("../img/index/all_icon02.png") top 15px center no-repeat,#f7f7f7;}
ul.all li:nth-child(3){background:url("../img/index/all_icon03.png") top 15px center no-repeat,#f7f7f7;}
ul.all li:nth-child(4){background:url("../img/index/all_icon04.png") top 15px center no-repeat,#f7f7f7;}

ul.all li:nth-child(5){background:url("../img/index/all_icon05.png") top 15px center no-repeat,#f7f7f7;}
ul.all li:nth-child(6){background:url("../img/index/all_icon06.png") top 15px center no-repeat,#f7f7f7;}
ul.all li:nth-child(7){background:url("../img/index/all_icon07.png") top 15px center no-repeat,#f7f7f7;}
ul.all li:nth-child(8){background:url("../img/index/all_icon08.png") top 15px center no-repeat,#f7f7f7;}

ul.all li:nth-child(9){background:url("../img/index/all_icon09.png") top 15px center no-repeat,#f7f7f7;}
ul.all li:nth-child(10){background:url("../img/index/all_icon10.png") top 15px center no-repeat,#f7f7f7;}
ul.all li:nth-child(11){background:url("../img/index/all_icon11.png") top 15px center no-repeat,#f7f7f7;}
ul.all li:nth-child(12){background:url("../img/index/all_icon12.png") top 15px center no-repeat,#f7f7f7;}

ul.all li:nth-child(13){background:url("../img/index/all_icon13.png") top 15px center no-repeat,#f7f7f7;}
ul.all li:nth-child(14){background:url("../img/index/all_icon14.png") top 15px center no-repeat,#f7f7f7;}
ul.all li:nth-child(15){background:url("../img/index/all_icon15.png") top 15px center no-repeat,#f7f7f7;}
ul.all li:nth-child(16){background:url("../img/index/all_icon16.png") top 15px center no-repeat,#f7f7f7;}

/*----------------------------------------------------
	header
----------------------------------------------------*/

header{
	background:#fff;
	width:100%;
	top:0;
	left:0;
	margin:0 auto;
	padding:0;
	z-index:9998;
	box-shadow:0px 4px 4px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}
#header{
	display:table;
	width:98%;
	max-width:1080px;
	margin:0 auto;
	padding:0;
}
#header a#logo{
	display:table-cell;
	vertical-align: middle;
	width:135px;
	margin:0;
	padding:4px 0;
	transition: all 0.3s ease;
	}
#header a#logo img{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	transition: all 0.3s ease;		
	}
#header a#logo:hover{
	opacity:0.6;
	-ms-filter: "alpha(opacity=60)";
	}
#header .head_info{
	display:table-cell;
	vertical-align: middle;
	text-align:right;
	margin:0;
	padding:0;
}
#header .head_info span.tel{
	display:inline-block;
	font-size:14px;
	line-height:1.2em;
	font-weight:600;
	padding:6px 0 6px 30px;
	background:url("../img/tel_icon.png") left center no-repeat;
}
#header .head_info a.btn{
	display:inline-block;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	line-height:1.2em;
	letter-spacing: 0.4pt;
	padding:6px 18px;
	margin:0 0 0 10px;
	background:#e49d40;
	border-radius:16px;
	transition: all 0.3s ease;
}
#header .head_info a.memo span{
	padding-left:20px;
	background:url("../img/memo_icon.png") left center no-repeat;
}
#header .head_info a.seikyu,
#header .head_info a.taiken{display:none;}
#header .head_info a.mail span{
	padding-left:25px;
	background:url("../img/mail_icon.png") left center no-repeat;
}
#header .head_info a:hover{
	opacity:0.6;
	-ms-filter: "alpha(opacity=60)";
	}

/*問い合わせ周り*/
dl.dis_table{
	display:table;
	width:100%;
	margin:0 auto;
	padding:40px 0;
}

dl.dis_table dd{
	display:table-cell;
	width:25%;
	vertical-align: middle;
	margin:0;
	padding:0;
}
dl.dis_table dd a span{
	display:inline-block;
	padding:10px 0 10px 28px;
}
dl.dis_table dd:first-child a{
	display:inline-block;
	width:94%;
	margin:0 6% 0 0;
	padding:0;
	color:#16b2b8;
	font-size:16px;
	font-weight:600;
	text-align:center;
	background:#fff;
	letter-spacing:0.4pt;	
	text-decoration:none;	
	border:3px solid #16b2b8;
	border-radius:36px;
	box-sizing:border-box;	
	transition: all 0.3s ease;	
}
dl.dis_table dd:nth-child(2) a,
dl.dis_table dd:nth-child(3) a{
	display:inline-block;
	width:94%;
	margin:0 6% 0 0;
	padding:0;	
	color:#fff;
	letter-spacing:0.4pt;
	text-decoration:none;
	font-size:14px;
	font-weight:600;
	text-align:center;
	background:#e49d40;
	border:3px solid #e49d40;	
	border-radius:36px;
	box-sizing:border-box;	
	transition: all 0.3s ease;
}
dl.dis_table dd:first-child a span{background:url("../img/pen_icon.png") left center no-repeat;}
dl.dis_table dd:nth-child(2) a span{background:url("../img/mail_icon.png") left center no-repeat;}
dl.dis_table dd:nth-child(3) a span{background:url("../img/taiken_icon.png") left center no-repeat;}

dl.dis_table dd:first-child a:hover{
	color:#fff;
	background:#16b2b8;
}
dl.dis_table dd:first-child a:hover span{background:url("../img/pen_icon_on.png") left center no-repeat;}

dl.dis_table dd:nth-child(2) a:hover,
dl.dis_table dd:nth-child(3) a:hover{
	color:#e49d40;
	background:#fff;	
}
dl.dis_table dd:nth-child(2) a:hover span{background:url("../img/mail_icon_on.png") left center no-repeat;}
dl.dis_table dd:nth-child(3) a:hover span{background:url("../img/taiken_icon_on.png") left center no-repeat;}

dl.dis_table dd:last-child span{
	display:block;
	margin:0;
	padding:0;
}
dl.dis_table dd:last-child span.min{
	font-size:12px;
	font-weight:600;
	line-height:1.2;
	letter-spacing:0.2pt;
	margin-top:5px;
}
dl.dis_table dd:last-child span.min.right{text-align:right;}
dl.dis_table dd:last-child span.f_tel{
	display:inline-block;
	margin-top:5px;
	font-family: Futura, Trebuchet MS, Arial, sans-serif;
	padding-left:38px;
	font-size:30px;
	line-height:1.2em;
	letter-spacing: 0.4pt;
	font-weight:600;
	text-align:right;
	background:url("../img/tel_icon02.png") left center/30px no-repeat;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
	dl.dis_table dd:last-child span.f_tel{
	font-size:34px;
	letter-spacing: 0pt;
	}

}
@supports (-ms-ime-align: auto) {
  dl.dis_table dd:last-child span.f_tel{
	font-size:34px;
	letter-spacing: 0pt;
	}
}
/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer{
	width:100%;
	padding:0;
	margin:0 auto;
	overflow:hidden;
	background:#16b2b8;
	}
div.f_nav {
	width: auto;
	margin: 0 auto;
	padding: 0;
	background:#13999e;
}
div.f_nav ul {
	display:table;
	width:100%;
	max-width:1080px;
	margin: 0 auto;
	padding: 0;
}
div.f_nav ul li{
	position: relative;
	width:180px;
	display:table-cell;
	list-style: none;
	margin: 0;
	padding: 0;
	transition:0.2s;	
}
div.f_nav ul:before,
div.f_nav ul:after {
	content: "";
	display: table;
}
div.f_nav ul:after {
	clear: both;
}
div.f_nav ul li a{
	position: relative;
	width: 100%;
	font-size: 16px;
	line-height: 1.2em;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	padding: 20px 0;
	transition: all 0.3s ease;
	cursor: pointer;
}
div.f_nav ul li a:hover{background:#16b2b8;}

footer .footer_info{
	display:table;
	width:100%;
	max-width:1080px;
	margin:0 auto;
	padding:40px 0 120px;
}
footer .footer_info .left{
	display:table-cell;
	width:35%;
	margin:0;
	padding:0 5% 0 0;
}
footer .footer_info .left ul{
	display:table;
	margin:0 auto 10px;
	padding:0;
	background:#fff;
	overflow:hidden;
}
footer .footer_info .left ul li{
	display:table-cell;
	vertical-align: middle;
	width:50%;
	text-align:center;
	margin:0 auto;
	padding:0;
}
footer .footer_info .left ul li a{
	display:block;
	width:100%;
	padding:5px 0 0;
}
footer .footer_info .left ul li a img{
	max-width:100%;
	width:100%;
}

footer .footer_info .left p{
	display:inline-block;
	width:78%;
	font-size:12px;
	letter-spacing: 0.2pt;
	line-height:1.4em;
	margin:0 2% 0 0;
	padding:0;
}
footer .footer_info .left a.sns{
	display:inline-block;
	vertical-align:top;
	margin:0 2px 0 0;
	transition: all 0.3s ease;	
}
footer .footer_info .left a.sns:hover{
	opacity:0.6;
	-ms-filter: "alpha(opacity=60)";
}

footer .footer_info .right{
	display:table-cell;
	vertical-align: top;
	width:60%;
	margin:0;
	padding:0;
}

footer .footer_info .right ul{
	width:auto;
	margin:0 auto;
	padding:0;
}
footer .footer_info .right ul li{
	display:inline-block;
	margin:0 15px 10px 0;
	padding:0;
}
footer .footer_info .right ul li a{
	color:#fff;
	text-decoration:none;
	font-size:15px;
	line-height:1em;
	letter-spacing: 0.2pt;
	padding-left:15px;
	background:url(../img/f_icon.png) left center/10px no-repeat;
}
footer .footer_info .right ul li a:hover{text-decoration:underline;}

#copy{
    font-size: 13px;
	color:#444;
	text-align:center;
	margin:0;
	padding:4px 0;
	background:#fff;
	}

a#pagetop {
	position:fixed;
	right:15px;
	bottom:60px;
	text-indent:-9999px;
	display: block;
	width: 82px;
	height:82px;
	background:url(../img/pagetop.png) center/100% no-repeat;
	z-index:3000;
}
.mb_0{margin-bottom:0 !important;}
.mb_20{margin-bottom:20px !important;}
.mb_40{margin-bottom:40px !important;}
.mb_60{margin-bottom:60px !important;}
.mb_80{margin-bottom:80px !important;}

br.br{display:inline-block;}
br.sp_br{display:none;}
br.tab_br{display:none;}
.clearfix{overflow: visible !important;}
.clearfix:after{
    content: "";
    clear: both;
    display: block;
}

/*スクロールアニメ*/
.fadein,.fadein02 {
    opacity : 0;
    transform : translate(0, 50px);
    transition:all 0.5s;
}
.fadein.scrollin,.fadein02.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.f28{font-size:28px !important;}
.pc_only{display:block;}
.tab_non{display:block;}
.tab_only{display:none;}
.sp_only{display:none;}

/* 画面サイズが1024px以下の場合に適用 */
@media screen and (min-width:1px) and (max-width:1024px) {
.sec.ptb_80{padding:60px 0;}	
.contents {width:92%;}
.contents.kkr{padding:50px 40px;}		
.sec h2{
	font-size:28px;
	line-height:1.2em;
	margin:0 auto 40px;
	}
.sec h2.min{
	font-size:26px;
	line-height:1.4em;
	}
h3.line{font-size:28px;}	
/*角丸白背景*/
.contents.kkr h3{
	font-size:20px;
	line-height:1.2em;
	}
.contents.kkr .left{
	float:none;
	margin:0 auto;
}
.contents.kkr .right{float:none;}
.contents.kkr .text{width:100%;}
.contents.kkr .img{
	width:100%;
	margin:0 auto 40px;
	}
.contents.kkr .img img{
	display:block;
	width:441px;
	max-width:100%;
	margin:0 auto;
	}
	
#header .head_info{
	position:fixed;
	bottom:0;
	left:0;
	display:table;
	width:100%;
	background:#16b2b8;
	text-align:center;
	box-sizing:border-box;
	padding-right:20%;
	z-index:9999;
}
#header .head_info .btn.tel{
	text-indent:-9999px;
	background:url("../img/sp/tel.png") top 11px center/30px no-repeat,#e49d40;
	}
#header .head_info a.btn{
	margin:0;
	border-radius:0;
}
#header .head_info a.memo{
	background:url("../img/sp/pen.png") top 11px center/28px no-repeat,#e49d40;
	}
#header .head_info a.memo span{
	display:block;
	font-size:9px;
	line-height:1em;
	letter-spacing: -0.4pt;
	padding:0;
	background:none;
	}	
#header .head_info a.seikyu{background:url("../img/sp/mail.png") top 15px center/30px no-repeat,#e49d40;}
#header .head_info a.taiken{background:url("../img/sp/taiken.png") top 14px center/30px no-repeat,#d8404f;}	
#header .head_info .btn.tel,
#header .head_info a.btn{
	position:relative;
	display:table-cell;
	vertical-align: bottom;
	color:#fff;
	width:25%;
	font-size:11px;
	letter-spacing: 0.2pt;
	z-index:9999;	
	padding:0 0 6px;
	height:67px;	
	box-sizing:border-box;
	}	
#header .head_info .btn.tel a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	}	
#header .head_info .btn.tel:before{
	position:absolute;
	display:inline-block;
	content:"TEL";
	color:#fff;
	font-size:11px;
	bottom:6px;
	left:0;
	right:0;
	text-indent:0;
	}	
#header .head_info a.mail{display:none;}
/*問い合わせ周り*/
dl.dis_table{display:none;}	
	
/*----------------------------------------------------
	footer
----------------------------------------------------*/

footer .footer_info{width:96%;}
footer .footer_info .left{
	width:40%;
	padding:0 2% 0 0;
}
footer .footer_info .right{width:58%;}
footer .footer_info .right ul li{margin:0 10px 0 0;}

#copy{margin:0 auto 70px;}

a#pagetop {
	bottom:80px;
	width: 70px;
	height:70px;
}	
	
br.tab_br{display:inline-block;}
.tab_non{display:none;}
.tab_only{display:block;}
	
}

/* 画面サイズが768px以下の場合に適用 */
@media screen and (min-width:1px) and (max-width:768px) {
header a#logo{
	width:150px;
	margin:10px 0 6px 8px;
	padding:0;
}
.contents.kkr{padding:40px;}
.sec h2{
	font-size:24px;
	text-align:center;
	}
.sec h2.min{font-size:22px;}
h3.line{
	font-size:22px;
	line-height:1.2em;
	margin:0 auto 20px;
}

h3.line:before,h3.line:after{
	content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}
h3.line:before{margin-right:0.2em;}
h3.line:after{margin-left:0.2em;}
h3.line.sp_block{display:block;}
	
.contents p{
	font-size:14px;
	line-height:1.6em;
	}	
.contents.kkr p{margin:0 auto 30px;}

/*すべての業界〜*/
ul.all li{padding:80px 0 10px;}
ul.all li:first-child{background:url("../img/index/all_icon01.png") top 15px center/80px no-repeat,#f7f7f7;}
ul.all li:nth-child(2){background:url("../img/index/all_icon02.png") top 15px center/80px no-repeat,#f7f7f7;}
ul.all li:nth-child(3){background:url("../img/index/all_icon03.png") top 15px center/80px no-repeat,#f7f7f7;}
ul.all li:nth-child(4){background:url("../img/index/all_icon04.png") top 15px center/80px no-repeat,#f7f7f7;}

ul.all li:nth-child(5){background:url("../img/index/all_icon05.png") top 15px center/80px no-repeat,#f7f7f7;}
ul.all li:nth-child(6){background:url("../img/index/all_icon06.png") top 15px center/80px no-repeat,#f7f7f7;}
ul.all li:nth-child(7){background:url("../img/index/all_icon07.png") top 15px center/80px no-repeat,#f7f7f7;}
ul.all li:nth-child(8){background:url("../img/index/all_icon08.png") top 15px center/80px no-repeat,#f7f7f7;}

ul.all li:nth-child(9){background:url("../img/index/all_icon09.png") top 20px center/80px no-repeat,#f7f7f7;}
ul.all li:nth-child(10){background:url("../img/index/all_icon10.png") top 20px center/80px no-repeat,#f7f7f7;}
ul.all li:nth-child(11){background:url("../img/index/all_icon11.png") top 25px center/80px no-repeat,#f7f7f7;}
ul.all li:nth-child(12){background:url("../img/index/all_icon12.png") top 25px center/80px no-repeat,#f7f7f7;}

ul.all li:nth-child(13){background:url("../img/index/all_icon13.png") top 25px center/80px no-repeat,#f7f7f7;}
ul.all li:nth-child(14){background:url("../img/index/all_icon14.png") top 25px center/80px no-repeat,#f7f7f7;}
ul.all li:nth-child(15){background:url("../img/index/all_icon15.png") top 25px center/80px no-repeat,#f7f7f7;}
ul.all li:nth-child(16){background:url("../img/index/all_icon16.png") top 25px center/80px no-repeat,#f7f7f7;}	
	
br.sp_br {display:inline-block;}
br.br{display:none;}
.pc_only{display:none;}		
.sp_only{display:block;}	
	
}

/* 画面サイズが480px以下の場合に適用 */
@media screen and (min-width:1px) and (max-width:480px) {
.contents.kkr{padding:30px 20px;}
.sec h2{
	font-size:24px;
	line-height:1.2em;
	margin:0 auto 30px;
	text-align:center;
	padding-bottom:15px;
	}
.sec h2.min{
	font-size:18px;
	letter-spacing: -0.4pt;
	}
/*角丸白背景*/
.contents.kkr h3{font-size:18px;}	
.contents.kkr p{
	font-size:14px;
	line-height:1.8em;
	}
/*従来のビジネスフォンとの違い*/
ul.all li{
	width:48%;
	font-size:13px;
	margin:0 4% 10px 0;
}
ul.all li:nth-child(2n),	
ul.all li:nth-child(4n){margin-right:0;}	

header{height:60px;}	
#header a#logo{
	width:120px;
	margin:12px 0 6px 8px;
	padding:0;
}
#copy{
	font-size:12px;
	margin:0 auto 67px;
	}
/*----------------------------------------------------
	footer
----------------------------------------------------*/
div.f_nav {display:none;}

footer .footer_info{
	display:block;
	margin:0 auto;
	padding:30px 0;
}
footer .footer_info .left{
	display:block;
	width:100%;
	margin:0 auto 10px;
	padding:0;
	text-align:center;
}
footer .footer_info .left p{
	display:table;
	width:100%;
	color:#fff;
	margin:0 auto 10px;
}

footer .footer_info .right{
	display:block;
	width:100%;
	margin:0 auto;
}

footer .footer_info .right ul{overflow:hidden;}
footer .footer_info .right ul li{
	float:left;
	width:50%;
	line-height:1em;
	margin:0 0 15px;
}
footer .footer_info .right ul li:first-child{width:100%;}	
footer .footer_info .right ul li a{
	display:inline-block;
	font-size:14px;
}

a#pagetop {
	position:fixed;
	right:15px;
	bottom:80px;
	text-indent:-9999px;
	display: block;
	width: 50px;
	height:50px;
	background:url(../img/pagetop.png) center/100% no-repeat;
	z-index:3000;
}
.mb_60{margin-bottom:40px !important;}
.mb_80{margin-bottom:60px !important;}
	
}
	

