@charset "utf-8";

/* ------------------------------------------------------------------
     common
------------------------------------------------------------------ */
.feature_ .contents_ {
	width: 100%;
/*	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
/*	font-family: Avenir, 'Helvetica neue', Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', sans-serif;*/
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
	box-sizing: border-box;
}
.feature_ .contents_inner_ {
	width: 1000px !important;
	margin: 0 auto;
	padding: 0 !important;
	background-color: #fff;
	box-sizing: border-box;
}
.feature_ .contents_inner_ img {
	width: 100%;
	height: auto;
}
.feature_ .contents_inner_ a {
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	opacity:1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    text-decoration: none;
}
.feature_ .contents_inner_ a:hover {
	filter:alpha(opacity=50);
	-ms-filter:"alpha(opacity=50)";
	opacity:0.5;
	text-decoration: none;
}
.feature_ .contents_inner_ .section_ {
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
.feature_ .contents_inner_ .fleft_ {
	float: left;
	box-sizing: border-box;
	position: relative;
	width: 500px;
}
.feature_ .contents_inner_ .fright_ {
	float: right;
	box-sizing: border-box;
	position: relative;
	width: 380px;
}

.feature_ .contents_inner_ p.txt_ {
	font-size: 16px;
	color: #000;
	line-height: 1.6;
	text-align: justify;
}
.feature_ .contents_inner_ p.txt02_ {
	font-size: 13px;
	color: #000;
	line-height: 1.6;
	text-align: justify;
}
.feature_ .contents_inner_ p.txt03_ {
	font-size: 17px;
	color: #000;
	line-height: 1.6;
	text-align: justify;
}
.feature_ .contents_inner_ p.txt03_.white_ {
	color: #fff;
}
.feature_ .contents_inner_ p.txt04_ {
	font-size: 12px;
	color: #000;
	line-height: 1.6;
	text-align: justify;
}
.feature_ .contents_inner_ p.title_ {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 1.6;
	text-align: center;
	margin: 20px 0 10px;
}

.feature_ .contents_inner_ p.copy_ {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	text-align: center;
}

.feature_ .contents_inner_ .btn01_ {
	width: 380px;
	margin: 70px auto 0;
	line-height: 0;
}
.feature_ .contents_inner_ .btn02_ {
	width: 268px;
	margin: 0 auto 0;
	line-height: 0;
}


/* ------------------------------------------------------------------
     animation
------------------------------------------------------------------ */
.fuwa_ {
    opacity: 0;
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
}
.fuwa2_ {
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transition: 1.5s;
}
.fadein_ {
    opacity: 0;
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    /*transition: all 300ms;*/
    transition: 1.5s;
}
.fadein_.scrollin_ {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0,0);
}

/* ------------------------------------------------------------------
     header
------------------------------------------------------------------ */
.feature_ .contents_inner_ .header_ {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 100px;
	box-sizing: border-box;
}
.feature_ .contents_inner_ .header_ .main_ {
	margin: 0 auto 0;
	line-height: 0;
}

/* ------------------------------------------------------------------
     section01
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section01_ {
	width: 1000px;
	margin: 0 auto 0;
	padding: 0 0 130px 0;
	box-sizing: border-box;
	position: relative;
}
.feature_ .contents_inner_ #section01_ .bg_gray_ {
	position: absolute;
	top: 44px;
	right: 342px;
	width: 100%;
	height: 850px;
	background-color: #e1e2e2;
}
.feature_ .contents_inner_ #section01_ .fleft_ {
	width: 590px;
	padding-top: 163px;
}
.feature_ .contents_inner_ #section01_ .fleft_ .title01_ {
	width: 361px;
	margin: 0 auto 20px;
}
.feature_ .contents_inner_ #section01_ .fleft_ p.txt_ {
	padding: 0 30px 0 40px;
	margin-top: 90px;
}
.feature_ .contents_inner_ #section01_ .fleft_ .img01_01_ {
	width: 430px;
	margin: 50px 0 0 auto;
}
.feature_ .contents_inner_ #section01_ .fright_ {
	width: 350px;
	margin-right: 43px;
}
.feature_ .contents_inner_ #section01_ .fright_ p.position01_ {
	padding: 0 0 0 70px;
	margin-top: 20px;
}
.feature_ .contents_inner_ #section01_ .fright_ .bg_black_ {
	width: 300px;
	background-color: #000;
	padding: 35px 25px 80px;
	margin: 130px 0 0 50px;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section01_ .fright_ p.position02_ {
	padding: 0 120px 0 0;
	margin-top: 240px;
}


/* ------------------------------------------------------------------
     section02
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section02_ {
	width: 1000px;
	margin: 0 auto 0;
	padding: 0 0 130px 0;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section02_ .title02_ {
	width: 364px;
	margin: 0 auto 140px;
}
.feature_ .contents_inner_ #section02_ ul {
	width: 920px;
	margin: 0 auto 0;
}
.feature_ .contents_inner_ #section02_ ul li {
	float: left;
	width: 200px;
	margin-right: 40px;
}
.feature_ .contents_inner_ #section02_ ul li:last-child {
	margin-right: 0;
}
.feature_ .contents_inner_ #section02_ .box_ {
	margin: 65px 0 0;
	position: relative;
}
.feature_ .contents_inner_ #section02_ .box_ .bg_gray_ {
	position: absolute;
	top: 80px;
	left: 600px;
	width: 100%;
	height: 540px;
	background-color: #e1e2e2;
}
.feature_ .contents_inner_ #section02_ .box_ .fleft_ {
	width: 490px;
	margin-left: 40px;
	position: relative;
}
.feature_ .contents_inner_ #section02_ .box_ .fleft_ .block_ {
	width: 170px;
	margin-left: 250px;
}
.feature_ .contents_inner_ #section02_ .box_ .fleft_ .block_ .img02_05_ {
	width: 32px;
	margin: 0 auto 0;
}
.feature_ .contents_inner_ #section02_ .box_ .fleft_ .block_ .position01_ {
	padding-left: 70px;
}
.feature_ .contents_inner_ #section02_ .box_ .fleft_ .bg_black_ {
	position: absolute;
	bottom: -180px;
	left: 0;
	width: 300px;
	background-color: #000;
	padding: 35px 25px 50px;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section02_ .box_ .fright_ {
	width: 430px;
	margin-right: 40px;
}
.feature_ .contents_inner_ #section02_  .btn01_ {
	margin: 110px auto 0;
}


/* ------------------------------------------------------------------
     section03
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section03_ {
	width: 1000px;
	margin: 0 auto 0;
	padding: 0 0 0 0;
	box-sizing: border-box;
	position: relative;
}
.feature_ .contents_inner_ #section03_ .title03_ {
	width: 384px;
	margin: 0 auto 140px;
}
.feature_ .contents_inner_ #section03_ .fleft_ {
	width: 380px;
	margin-left: 90px;
}
.feature_ .contents_inner_ #section03_ .fleft_ .sub01_ {
	width: 199px;
	margin: 60px auto 0;
}
.feature_ .contents_inner_ #section03_ .fright_ {
	width: 380px;
	margin-right: 90px;
}
.feature_ .contents_inner_ #section03_ .fright_ .sub02_ {
	width: 209px;
	margin: 60px auto 0;
}
.feature_ .contents_inner_ #section03_ .fright_ .txt01_ {
	width: 375px;
	margin: 20px auto 0;
}
.feature_ .contents_inner_ #section03_  .btn01_ {
	margin: 180px auto 0;
}
.feature_ .contents_inner_ #section03_  .person_ {
	position: absolute;
	bottom: 0;
	left: 40px;
	width: 186px;
}
.feature_ .contents_inner_ #section03_  .person_ .box_ {
	position: relative;
}
.feature_ .contents_inner_ #section03_  .bg_gray_ {
	position: absolute;
	bottom: -50px;
	right: 820px;
	width: 100%;
	height: 290px;
	background-color: #e1e2e2;
}
.feature_ .contents_inner_ #section03_  .person_ img {
	position: relative;
	z-index: 10;
}



/* ------------------------------------------------------------------
     footer
------------------------------------------------------------------ */
.feature_ .contents_inner_ .footer_ {
	width: 1000px !important;
	margin: 0 auto 0;
	padding: 220px 0 0;
}
.feature_ .contents_inner_ .footer_ .attention_ {
	font-family: Avenir, 'Helvetica neue', Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	text-align: center;
	color: #000;
	padding-top: 30px;
}
.feature_ .contents_inner_ .footer_ .box_sns_ {
	text-align: center;
	margin-top: 40px;
}
.feature_ .contents_inner_ .footer_ .box_sns_ li {
	display: inline-block;
	padding: 0 20px;
}
.feature_ .contents_inner_ .footer_ .box_sns_ li img {
	width: 30px;
}

.feature_ .contents_inner_ .footer_ .txt_copy_ {
	font-family: Avenir, 'Helvetica neue', Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック', sans-serif;
	text-align: center;
	padding: 10px 0 25px;
	font-size: 14px;
	color: #000;
}

.feature_ .contents_inner_ .footer_ #goto_pagetop_ {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
	z-index: 9090;
}


/* ------------------------------------------------------------------
     clearfix
------------------------------------------------------------------ */
.feature_ .contents_inner_ .clearfix_ {
	zoom: 1;
}
.feature_ .contents_inner_ .clearfix_:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.feature_ .contents_inner_ .clear_ {
	clear: both;
}
