@charset "utf-8";
/* Body
------------------------------ */
html{
	overflow-x: hidden!important;
	font-size: 62.5%;
}
body {
	box-shadow: none;
	color: #000;
	font-family: YakuHanJP,"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN",
				 "Hiragino Sans", "ヒラギノ角ゴシック", source-han-sans-japanese,
				 "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
				 "游ゴシック", "Yu Gothic", "メイリオ", Meiryo,
				 "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6em;
	font-weight: 300;
	line-height: 1.88;
	letter-spacing: .025em;
	-webkit-text-size-adjust: 100%!important;
	top: 0!important;
	margin: 0;
	overflow-x: hidden;
}
a{
	text-decoration: none;
	transition: .25s;
}
img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.index section p.center{
	text-align: center;
}

/* layout
------------------------------ */
.wrapper{
	position: relative;
	display: block;
	clear: both;
	float: none;
	width: 1250px;
	margin: 0 auto;
	padding: 0 15px;
}
ul,ol{
	letter-spacing: -.4em;
	line-height: 0;
}
li{
	list-style: none;
	letter-spacing: normal;
	line-height: 1.5;
	vertical-align: middle;
}
p{
	margin: 0;
}
.fw_6{
	font-weight: 600;
}

/* Common
------------------------------ */
.fl_l{
	display: inline;
	float: left;
}
.fl_r{
	display: inline;
	float: right;
}
.float::before,
.float::after{
	content: " ";
	display: block;
	clear: both;
}
.pict img,figure img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.tel{
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	font-size: 0;
	background: url(../images/tel.svg) no-repeat center center;
	background-size: contain;
	margin-top: 16px;
}

/* Header
------------------------------ */
header{
	position: relative;
	display: block;
	width: 100%;
	z-index: 3;
	padding: 34px 0 40px;
	background: #FFF;
	border-top: 10px solid #000;
}
a.logo{
	background:url(../images/bg.jpg);
  	display: block;
    width: auto;
}
a.logo:hover{
	opacity: .7;
}
h1{
	text-indent: -9999px;
    width: 225px;
    height: 78px;
    background: url(../images/logo.png) no-repeat;
    background-position: center center;
    background-size: contain;
}
header .fl_r ul li{
    display: inline-block;
    margin-right: 40px;
    font-size: 1.8rem;
}
header .fl_r ul li a{
	color: #000;
}
.main_catch{
	margin-bottom: 62px;
}
/* index
------------------------------ */
#index #about{
	text-align: center;
	position: relative;
	margin-bottom: 80px;
}
#index #about .wrapper{
	padding: 100px 15px 110px;
}
#index #about .wrapper::before{
	background: #494949;
    content: "";
    display: block;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -40px;
    width: 0.5px;
    z-index: 1;
}
#index #about .bg{
	content: "";
	display: block;
	position: absolute;
	background: url(../images/concept_bg.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
}
#index #about p{
	line-height: 2;
}
#index h2{
	position: relative;
	display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 0;
}
#index #about h2{
	width: 164px;
	height: 28px;
	background: url(../images/about_us.svg) no-repeat center center;
}
#index .content .flex #service,
#index .content .flex #company{
	width: 585px;
}
#index #service p{
	line-height: 1.88;
}
#index #service h2{
	width: 133px;
	height: 28px;
	background: url(../images/service.svg) no-repeat center center;
}
#index .content .flex #service{
	border-right: 1px solid #cdcdcd;
	padding: 50px 40px 100px 0;
}
#index h3{
	margin: 60px 0 22px;
	padding-bottom: 10px;
	font-size: 1.8rem;
	border-bottom: 4px solid #000;
	letter-spacing: .04em;
}
#index #service ul li img{
    max-width: 100%;
    height: 145px;
}
#index #service ul li p{
	padding-left: 25px;
	vertical-align: top;
}
#index .content .flex #company{
	padding-top: 50px;
}
#index #company h2{
	width: 165px;
	height: 28px;
	background: url(../images/company.svg) no-repeat center center;
}
#index #company dl{
	margin: 50px 0;
}
#index #company dl dd{
	border-bottom: 1px solid #000;
    padding: 16px 0 16px 160px;
}
#index #company dl dt{
	float: left;
	padding: 16px 0 16px 20px;
	font-weight: 600;
	letter-spacing: .04em;
}
#index #company iframe{
	width: 100%;
	height: 234px;
　　 -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all  0.7s ease;
}
#index #company iframe:hover{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
footer img{
	max-width: 908px;
	height: auto;
	display: block;
	margin: 95px auto;
}
footer .copyright{
    background: #000;
    padding: 15px 0;
    text-align: center;
    color: #fff;
}
footer .copyright small a{
	color: #fff;
}

footer .show {
    -webkit-transform: scale(1);
    filter: alpha(opacity=100);
    opacity: 1;
    transform: scale(1);
}
footer .pagetop a {
    -webkit-transition: .4s;
    color: #000;
    display: block;
    font-size: 30px;
    font-weight: bold;
    height: 30px;
    padding-top: 20px;
    text-align: center;
    text-indent: -9999px;
    transition: .4s;
    width: 50px;
}
footer .pagetop{
	position: relative;
	display: block;
	width: 100%;
	height: 84px;
	color: #92225B;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	line-height: 84px;
	background: #F6E6EF;
}
footer .pagetop::before{
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 84px;
	background: #92225B;
	top: 0;
	left: 0;
	transition: .35s;
}
footer .pagetop span{
	position: relative;
	display: block;
	z-index: 1;
}
footer .pagetop:hover{
	color: #FFF;
}
footer .pagetop:hover::before{
	width: 100%;
}
/* Page Top
------------------------------ */
.pagetop{
	position: fixed;
	bottom: 40px;
	right: 50px;
	width: 50px;
	height: 50px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	z-index: 10;
}
.pagetop.show{
	opacity: 1;
	bottom: 60px;
	right: 50px;
	width: 50px;
	height: 50px;
}
.pagetop a{
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-align: left;
	text-indent: -9999px;
	border: 1px solid #000;
	background: #fff;
	box-sizing: border-box;
}
.pagetop a:hover{
	background: #FFF;
}
.pagetop a::before{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border-top: #000 solid 1px;
	border-left: #000 solid 1px;
	transform: rotate(45deg);
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 24px;
	transition: .25s;
}
.pagetop a:hover{
	background: #000;
	border: 1px solid #fff;
}
.pagetop a:hover::before{
	border-top-color: #FFF;
	border-left-color: #FFF;
}