@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: 100% !important;
	margin: 0 auto;
	padding: 0 0 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_ .section_ .sec_inner_ {
	width: 1000px;
	margin: 0 auto;
	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: 500px;
}
.feature_ .contents_inner_ .lhn_ {
	line-height: 0;
}

.feature_ .contents_inner_ p.lead_ {
	font-size: 17px;
	color: #595757;
	line-height: 2.25;
	text-align: center;
}
.feature_ .contents_inner_ p.lead_.left_ {
	text-align: justify;
}

.feature_ .contents_inner_ p.txt_ {
	font-size: 14.5px;
	color: #595757;
	line-height: 2.25;
	text-align: justify;
	padding-bottom: 50px;
	border-bottom: 1px solid #595757;
}
.feature_ .contents_inner_ p.price_ {
	font-size: 14px;
	color: #595757;
	line-height: 2.25;
	text-align: left;
	margin-top: 20px;
}
.feature_ .contents_inner_ p.price_ a {
	color: #595757;
}

.feature_ .contents_inner_ .btn01_ {
	width: 259px;
	margin: 30px auto 0;
	line-height: 0;
}
.feature_ .contents_inner_ .btn02_ {
	width: 480px;
	margin: 0 auto 0;
	line-height: 0;
}
.feature_ .contents_inner_ .btn03_ {
	margin: 0 0 0 0;
	text-align: center;
}
.feature_ .contents_inner_ .btn03_.mt30_ {
	margin: 30px 0 0 0;
	text-align: center;
}
.feature_ .contents_inner_ .btn03_ a {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size: 16px;
	color: #595757;
	text-decoration: none;
}


/* ------------------------------------------------------------------
     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 0;
	box-sizing: border-box;
}
.feature_ .contents_inner_ .header_ .main_ {
	margin: 0 auto 0;
}

/* ------------------------------------------------------------------
     section01
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section01_ {
	width: 1000px;
	margin: 0 auto 0;
	padding: 88px 0 70px 0;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section01_ .img01_01_ {
	width: 477px;
	margin: 0 auto 40px;
}

/* ------------------------------------------------------------------
     section02
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section02_ {
	width: 100%;
	margin: 0 auto 0;
	padding: 70px 0 76px 0;
	background-color: #f8f8f8;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section02_ .fleft_ {
	width: 450px;
}
.feature_ .contents_inner_ #section02_ .fright_ {
	width: 500px;
}
.feature_ .contents_inner_ #section02_ .midashi_ {
	width: 260px;
	margin-bottom: 30px;
}

/* ------------------------------------------------------------------
     section03
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section03_ {
	width: 100%;
	margin: 0 auto 0;
	padding: 70px 0 76px 0;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section03_ .fleft_ {
	width: 500px;
}
.feature_ .contents_inner_ #section03_ .fright_ {
	width: 450px;
}
.feature_ .contents_inner_ #section03_ .midashi_ {
	width: 240px;
	margin-bottom: 30px;
}

/* ------------------------------------------------------------------
     section04
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section04_ {
	width: 100%;
	margin: 0 auto 0;
	padding: 70px 0 76px 0;
	background-color: #f8f8f8;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section04_ .fleft_ {
	width: 450px;
}
.feature_ .contents_inner_ #section04_ .fright_ {
	width: 500px;
}
.feature_ .contents_inner_ #section04_ .midashi_ {
	width: 261px;
	margin-bottom: 30px;
}

/* ------------------------------------------------------------------
     section05
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section05_ {
	width: 1000px;
	margin: 0 auto 0;
	padding: 100px 0 90px 0;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section05_ .img05_01_ {
	width: 400px;
	margin: 0 auto 50px;
}
.feature_ .contents_inner_ #section05_ .midashi_ {
	width: 343px;
	margin: 0 auto 40px;
}
.feature_ .contents_inner_ #section05_ .box_ {
	width: 600px;
	margin: 0 auto 0;
}

/* ------------------------------------------------------------------
     section06
------------------------------------------------------------------ */
.feature_ .contents_inner_ #section06_ {
	width: 100%;
	margin: 0 auto 0;
	padding: 80px 0 84px 0;
	background-color: #f8f8f8;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section06_ .midashi_ {
	width: 591px;
	margin: 0 auto 20px 0;
}
.feature_ .contents_inner_ #section06_ .box_ {
	display: flex;
	align-items: center;
	margin-top: 40px;
	padding: 15px 20px 15px 40px;
	border: 1px solid #000;
	box-sizing: border-box;
}
.feature_ .contents_inner_ #section06_ .box_ .logo_ {
	width: 200px;
	margin-right: 48px;
}
.feature_ .contents_inner_ #section06_ .box_ .sdgs_txt_ {
	width: 690px;
}
.feature_ .contents_inner_ #section06_ .box_ .sdgs_txt_ p {
	font-size: 14px;
	color: #595757;
	line-height: 1.5;
	text-align: justify;
}
.feature_ .contents_inner_ #section06_ .box_ .sdgs_txt_ p strong {
	font-weight: bold;
}
.feature_ .contents_inner_ #section06_ .box_ .sdgs_txt_ p a {
	color: #595757;
}


/* ------------------------------------------------------------------
     footer
------------------------------------------------------------------ */
.feature_ .contents_inner_ .footer_ {
	width: 100% !important;
	margin: 0 auto 0;
	padding: 64px 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: #595757;
	padding-top: 35px;
}
.feature_ .contents_inner_ .footer_ a.footer_link_ {
	display: block;
	font-size: 16px;
	color: #604c3f;
	text-align: center;
	text-decoration: underline;
	margin-top: 30px;
}
.feature_ .contents_inner_ .footer_ .box_sns_ {
	text-align: center;
	margin-top: 45px;
}
.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: #595757;
}

.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;
}
