@charset "utf-8";
/* CSS Document */

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
	font-size: 62.5%;/* 10px */
}
body {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;
}
a{
	text-decoration:none;
	color:#000;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.inner{
	max-width:1100px;
	width:96%;
	margin:auto;
}
/* Regular */
.serif_l {
	font-family: 'Noto Serif Japanese', serif;
	font-weight: 400;
}
/* Medium */
.serif {
	font-family: 'Noto Serif Japanese', serif;
	font-weight: 500;
}
/* Bold */
.serif_b {
	font-family: 'Noto Serif Japanese', serif;
	font-weight: 800;
}
.pc_obj {
	display: block;
}
.sp_obj {
	display: none;
}
.ti_1 {
	text-indent: -1em;
	padding-left: 1em;
}
.t_center {
	text-align: center;
}
.t_left {
	text-align: left;
}
.t_right {
	text-align: right;
}

 @media screen and (max-width : 767px) {
	.inner{
		width:92%;
	}
	img {
		width: 100%;
	}
	.pc_obj {
		display: none;
	}
	.sp_obj {
		display: block;
	}
}
.wrapper{
	min-width: 980px;
	overflow: hidden;
}

/*-------------------
$header
---------------------*/
header {
	background: #fff;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
	margin: auto;
	width: 100%;
}
header .logo {
	height: 40px;
	left: 50px;
	position: absolute;
	top: 22px;
	width: 179px;
}
nav {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}
nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
nav ul li a {
	display: block;
	line-height: 1.9;
	padding: 25px 20px;
	position: relative;
}
nav ul li a span:after {
	-webkit-transform: skew(-20deg);
	border-right: 1px solid #eee;
	content: "";
	height: 27px;
	position: absolute;
	right: 0;
	top: 27px;
	transform: skew(-20deg);
	width: 12px;
}
nav ul li:last-child a {
	margin-right: 30px;
}
nav ul li:last-child a span:after {
	content: none;
}
nav ul li:hover a span {
	-webkit-transition: all .2s;
	border-bottom: 3px solid #00a54a;
	padding-bottom: 5px;
	transition: all .2s;
}
nav ul li a.here span {
	border-bottom: 3px solid #00a54a;
	padding-bottom: 5px;
}
nav ul li:hover .menu {
	-webkit-transition: max-height .4s ease-in;
	max-height: 1000px;
	transition: max-height .4s ease-in;
}
nav ul .menu {
	-webkit-transition: max-height .4s ease-out;
	background-color: #000;
	font-weight: normal;
	left: 0;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	top: 76px;
	transition: max-height .4s ease-out;
	width: 100%;
	z-index: 10;
}
nav ul .menu .under_top a, nav ul .menu .under_page a {
	color: #fff;
	line-height: 2;
	margin-right: 0;
	padding: 0;
}
nav ul .menu .under_page a {
	max-width: 260px;
	width: 24.5%;
}
nav ul .menu .under_top a:hover, nav ul .menu .under_page a:hover {
	opacity: 0.8;
}
nav ul .menu .under_top {
	font-size: 1.3rem;
	margin: 20px 0 15px;
}
nav ul .menu .under_page {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
nav ul .menu .under_page.under_page01 {
	width: 50%;
}
nav ul .menu .under_page.under_page01 a {
	max-width: 260px;
	width: 49%;
}
nav ul .menu .under_page img {
	max-width: 260px;
	width: 100%;
}
nav ul .menu .under_page dl dd {
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.4;
	padding-right: 16px;
	position: relative;
}
nav ul .menu .under_page dl dd:after {
	-webkit-transform: rotate(45deg);
	-webkit-transition: right 0.2s;
	border: 0;
	border-right: solid 1px #fff;
	border-top: solid 1px #fff;
	content: '';
	height: 8px;
	margin-top: -5px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: rotate(45deg);
	transition: right 0.2s;
	width: 8px;
}
nav ul .menu .under_page dl:hover dd:after {
	right: -5px;
}
nav .btn_contact a {
	-webkit-transition: all .4s;
	background: #00a54a;
	color: #fff;
	display: block;
	line-height: 1.9;
	padding: 25px 20px;
	transition: all .4s;
}
nav .btn_contact a:hover {
	background: #000;
}
.btn_menu, .global_nav {
	display: none;
}

@media screen and (max-width : 980px) {
	nav ul .menu {
		width: 980px;
	}
}

@media screen and (max-width : 767px) {
	.wrapper {
		min-width: 100%;
		overflow: hidden;
	}
	header {
		height: 60px;
	}
	header .logo {
		left: 15px;
		top: 15px;
		width: 80px;
	}
	.btn_menu {
		background: none;
		border: none;
		color: #333;
		cursor: pointer;
		display: block;
		letter-spacing: 0.1em;
		outline: none;
		padding: 0;
		position: absolute;
		right: 3%;
		text-align: center;
		top: 10px;
		width: 40px;
		z-index: 1001;
	}
	.btn_menu span.bar {
		-webkit-transform-origin: 0 0;
		-webkit-transition: all 0.2s;
		background-color: #00a54a;
		display: block;
		height: 3px;
		margin: 8px 0;
		transform-origin: 0 0;
		transition: all 0.2s;
	}
	.btn_menu .close {
		display: none;
		letter-spacing: 0.08em;
	}
	.btn_menu .menu {
		display: block;
	}
	.btn_menu.active {
		outline: none;
		right: 1.5%;
		text-align: center;
		top: 5px;
		z-index: 1001;
	}
	.btn_menu.active span.bar {
		background-color: #e50012;
		width: 31px;
	}
	.btn_menu.active .bar1 {
		-webkit-transform: rotate(45deg);
		left: 0;
		position: absolute;
		top: 0;
		transform: rotate(45deg);
	}
	.btn_menu.active .bar2 {
		opacity: 0;
	}
	.btn_menu.active .bar3 {
		-webkit-transform: rotate(-45deg);
		left: -1px;
		position: absolute;
		top: 22px;
		transform: rotate(-45deg);
	}
	.btn_menu.active .close {
		bottom: -30px;
		color: #e50012;
		display: block;
		font-family: 'Noto Sans Japanese', sans-serif;
		font-size: 1rem;
		margin-left: -5px;
		margin-top: -5px;
		position: absolute;
	}
	.global_nav {
		-webkit-transform: translate(80vw);
		-webkit-transition: all 1s;
		background-color: #000;
		display: block;
		height: 100%;
		margin: 60px 0 0;
		position: fixed;
		right: -500px;
		top: 0;
		transform: translate(80vw);
		transition: all 1s;
		width: 80vw;
		z-index: 1000;
	}
	.global_nav.open {
		-webkit-transform: translate(0);
		-webkit-transition: all .4s;
		position: absolute;
		right: 0;
		transform: translate(0);
		transition: all .4s;
	}
	.global_nav li {
		border-bottom: 1px solid #585858;
	}
	.global_nav .big_l a, .global_nav li dl dt {
		color: #fff;
		display: block;
		font-size: 1.7rem;
		line-height: 1.4;
		padding: 3.5% 45px 3.5% 3.5%;
		position: relative;
	}
	.global_nav li dl dt:after {
		background: #585858;
		color: #fff;
		content: "＋";
		display: block;
		font-weight: bold;
		height: 22px;
		line-height: 22px;
		margin-top: -10px;
		position: absolute;
		right: 3%;
		text-align: center;
		top: 50%;
		width: 22px;
	}
	.global_nav li dl dt.open:after {
		content: "－";
	}
	.global_nav li dl dd p a {
		background: #585858;
		border-bottom: 1px solid #fff;
		color: #fff;
		display: block;
		font-size: 1.3rem;
		line-height: 1.4;
		padding: 3.5% 40px 3.5% 6%;
		position: relative;
	}
	.global_nav li dl dd p:last-of-type a {
		border-bottom: none;
	}
	.overlay {
		background: rgba(255, 255, 255, .0);
		cursor: pointer;
		display: none;
		height: 100vh;
		position: absolute;
		right: 0;
		top: 90px;
		width: 100vw;
		z-index: 9;
	}
	.pc_menu, .btn_menu.active .menu, .global_nav li dl dd {
		display: none;
	}
	.global_nav .big_l a:before, .global_nav li dl dd p a:before {
		background: #fff;
		content: "";
		height: 1px;
		margin-left: -10px;
		margin-top: -1px;
		position: absolute;
		right: 3%;
		top: 52%;
		width: 20px;
	}
	.global_nav .big_l a:after, .global_nav li dl dd p a:after {
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: right bottom;
		-webkit-transition: right 0.2s;
		background: #fff;
		content: "";
		height: 1px;
		margin-left: -2px;
		margin-top: -1px;
		position: absolute;
		right: 3%;
		top: 52%;
		transform: rotate(45deg);
		transform-origin: right bottom;
		transition: right 0.2s;
		width: 8px;
	}
}

/*-------------------
$footer
---------------------*/
footer {
	background: #000;
}
footer .consultation_area {
	background: url(/img/common/foot_bg.jpg) no-repeat center top;
	background-size: cover;
}
footer .consultation_area .inner {
	padding: 60px 0;
}
footer .consultation_area h2 {
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: center;
}
footer .consultation_area .text {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 25px;
	text-align: center;
}
footer .consultation_area .consultation_detail {
	margin: 0 auto 40px;
	max-width: 926px;
	position: relative;
	width: 90%;
}
footer .consultation_area .consultation_detail::before, footer .consultation_area .consultation_detail::after {
	-webkit-box-sizing: border-box;
	border-bottom: 4px solid #d2d2d1;
	border-top: 4px solid #d2d2d1;
	box-sizing: border-box;
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	width: 20px;
}
footer .consultation_area .consultation_detail::before {
	border-left: 4px solid #d2d2d1;
	left: 0;
}
footer .consultation_area .consultation_detail::after {
	border-right: 4px solid #d2d2d1;
	right: 0;
}
footer .consultation_area .consultation_detail ul {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 20px 9%;
}
footer .consultation_area .consultation_detail ul li {
	-webkit-box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
	margin-right: 2%;
	padding: 20px;
	position: relative;
	text-align: center;
}
footer .consultation_area .consultation_detail ul li:after {
	background: url(/img/common/foot_fukidashi_bottom.png) no-repeat center bottom;
	content: " ";
	height: 10px;
	left: 50%;
	margin-left: -6px;
	position: absolute;
	top: 100%;
	width: 13px;
}
footer .consultation_area .btn {
	text-align: center;
}
footer .consultation_area .btn a {
	-webkit-transition: all .3s;
	background: #00a54a;
	color: #fff;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 21px 8%;
	position: relative;
	text-align: center;
	transition: all .3s;
}
footer .consultation_area .btn a:hover {
	background: #fff;
	color: #00a54a;
}
footer .consultation_area .btn a:before {
	-webkit-transition: right 0.2s;
	background: #fff;
	content: "";
	height: 1px;
	margin-left: -10px;
	margin-top: -1px;
	position: absolute;
	right: -15px;
	top: 52%;
	transition: right 0.2s;
	width: 33px;
}
footer .consultation_area .btn a:hover:before {
	right: -20px;
	width: 33px;
}
footer .consultation_area .btn a:after {
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right bottom;
	-webkit-transition: right 0.2s;
	background: #fff;
	content: "";
	height: 1px;
	margin-left: -2px;
	margin-top: -1px;
	position: absolute;
	right: -15px;
	top: 52%;
	transform: rotate(45deg);
	transform-origin: right bottom;
	transition: right 0.2s;
	width: 8px;
}
footer .consultation_area .btn a:hover:after {
	right: -20px;
}
footer .sitemap_area .inner {
	position: relative;
	width: 100%;
}
footer .sitemap_area .inner ul {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding: 70px 0 60px;
	width: 76%;
}
footer .sitemap_area .inner ul li {
	margin-right: 8%;
}
footer .sitemap_area .inner ul li dl dt {
	margin-bottom: 15px;
}
footer .sitemap_area .inner ul li dl dd p {
	margin-bottom: 12px;
}
footer .sitemap_area .big_l, footer .sitemap_area .big_l a, footer .sitemap_area .inner ul li dl dt, footer .sitemap_area .inner ul li dl dt a {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
}
footer .sitemap_area a {
	color: #b1b1b1;
	display: inline-block;
	position: relative;
}
footer .sitemap_area .inner ul li dl dd a::after {
	border-bottom: solid 1px #b1b1b1;
}
footer .copyright_area .inner {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding-bottom: 90px;
}
footer .copyright_area .logo {
	color: #585858;
	fill: #585858;
	height: 54px;
	margin-right: 40px;
	width: 156px;
}
footer .copyright_area .text_area ul li a, footer .copyright_area .copy_right {
	color: #b1b1b1;
}
footer .copyright_area .text_area ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 13px;
}
footer .copyright_area .text_area ul li {
	margin-right: 20px;
}
footer .copyright_area .text_area ul li a {
	font-size: 12px;
}
footer .copyright_area .copy_right {
	font-size: 11px;
}
footer .consultation_area .consultation_detail ul li:last-child, footer .sitemap_area .inner ul li:nth-of-type(4) {
	margin-right: 0;
}
footer .sitemap_area .inner ul li:first-child p, footer .sitemap_area .inner ul li:nth-child(2) p {
	margin-bottom: 30px;
}
footer .sitemap_area a::after, footer .copyright_area .text_area ul li a::after {
	-webkit-transition: all .3s ease;
	border-bottom: solid 1px #fff;
	bottom: 0;
	content: "";
	display: block;
	padding-top: 3px;
	transition: all .3s ease;
	width: 0;
}
footer .sitemap_area a:hover::after, footer .copyright_area .text_area ul li a:hover::after {
	width: 100%;
}

@media screen and (min-width : 768px) {
footer .sitemap_area .inner ul li dl dd{
	display:block !important;
}
}

@media screen and (max-width : 767px) {

	footer .consultation_area {
		background: url(/img/common/foot_bg_sp.jpg) no-repeat center top;
		background-size: cover;
	}
	footer .consultation_area .inner {
		padding: 13% 0;
	}
	footer .consultation_area h2 {
		font-size: 2.3rem;
		margin-bottom: 6%;
	}
	footer .consultation_area .text {
		font-size: 1.3rem;
		line-height: 1.6;
		margin-bottom: 6%;
	}
	footer .consultation_area .consultation_detail {
		margin: 0 auto 8%;
		position: relative;
		width: 100%;
	}
	footer .consultation_area .consultation_detail::before, footer .consultation_area .consultation_detail::after {
		-webkit-box-sizing: border-box;
		border-bottom: 3px solid #d2d2d1;
		border-top: 3px solid #d2d2d1;
		box-sizing: border-box;
		content: '';
		height: 100%;
		position: absolute;
		top: 0;
		width: 20px;
	}
	footer .consultation_area .consultation_detail::before {
		border-left: 3px solid #d2d2d1;
		left: 0;
	}
	footer .consultation_area .consultation_detail::after {
		border-right: 3px solid #d2d2d1;
		right: 0;
	}
	footer .consultation_area .consultation_detail ul {
		-ms-flex-pack: center;
		-ms-flex-wrap: wrap;
		-webkit-box-pack: center;
		flex-wrap: wrap;
		justify-content: center;
		padding: 5% 2% 0;
	}
	footer .consultation_area .consultation_detail ul li {
		font-size: 1rem;
		line-height: 1.4;
		margin-bottom: 4.6vw;
		margin-right: 4vw;
		padding: 3.4vw;
		width: 23.5vw;
	}
	footer .consultation_area .btn a {
		background: #00a54a;
		color: #fff;
		display: inline-block;
		font-size: 1.4rem;
		font-weight: bold;
		padding: 16px 8%;
		position: relative;
		text-align: center;
	}
	footer .consultation_area .btn a:before {
		width: 25px;
	}
	footer .consultation_area .btn a:hover:before {
		right: -20px;
		width: 25px;
	}
	footer .consultation_area .btn a:hover:after {
		right: -20px;
	}
	footer .sitemap_area .inner ul {
		display: block;
		padding: 0 0 5%;
		width: 100%;
	}
	footer .sitemap_area .inner ul li {
		border-bottom: 1px solid #585858;
		margin-right: 0;
	}
	footer .sitemap_area .inner ul li .business {
		margin-bottom: 0;
	}
	footer .sitemap_area .inner ul li:first-child p,footer .sitemap_area .inner ul li:nth-child(2) p {
		margin-bottom: 0;
	}
	footer .sitemap_area .inner ul li:nth-child(2) p:first-child {
		border-bottom: 1px solid #585858;
	}
	footer .sitemap_area .inner ul li .big_l a {
		display: block;
		padding: 3.5% 40px 3.5% 3.5%;
		position: relative;
	}
	footer .sitemap_area .inner ul li dl dt {
		margin-bottom: 0;
		position: relative;
	}
	footer .sitemap_area .inner ul li dl.brand dt, footer .sitemap_area .inner ul li dl dt a {
		display: block;
		padding: 3.5% 40px 3.5% 3.5%;
	}
	footer .sitemap_area .inner ul li dl dt:before {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		background: #fff;
		content: "";
		display: block;
		height: 1px;
		position: absolute;
		right: 3%;
		top: 50%;
		transform: rotate(0deg);
		width: 17px;
	}
	footer .sitemap_area .inner ul li dl dt:after {
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		background: #fff;
		content: "";
		height: 1px;
		position: absolute;
		right: 3%;
		top: 50%;
		transform: rotate(90deg);
		width: 17px;
	}
	footer .sitemap_area .inner ul li dl dd p {
		margin: 0;
	}
	footer .sitemap_area .inner ul li dl dd p a {
		background: #585858;
		border-bottom: 1px solid #6d6d6d;
		color: #fff;
		display: block;
		font-size: 1.3rem;
		line-height: 1.4;
		padding: 3.5% 40px 3.5% 6%;
		position: relative;
	}
	footer .sitemap_area .inner ul li dl dd p:last-of-type a {
		border-bottom: none;
	}
	footer .copyright_area .inner {
		display: block;
		padding-bottom: 5%;
	}
	footer .copyright_area .logo {
		height: 100%;
		margin: 0 auto 3%;
		width: 36%;
	}
	footer .copyright_area .text_area ul li a, footer .copyright_area .copy_right {
		color: #b1b1b1;
		text-align: center;
	}
	footer .copyright_area .text_area ul {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		margin-bottom: 4%;
	}
	footer .copyright_area .text_area ul li {
		margin-right: 5%;
	}
	footer .copyright_area .text_area ul li a {
		font-size: 11px;
	}
	footer .copyright_area .copy_right {
		font-size: 10px;
	}
	footer .consultation_area .consultation_detail ul li:nth-of-type(3), footer .copyright_area .text_area ul li:last-child {
		margin-right: 0;
	}
	footer .sitemap_area a::after, footer .sitemap_area a:hover::after {
		content: none;
	}
	footer .sitemap_area .inner ul li .big_l a:before, footer .sitemap_area .inner ul li dl dd p a:before {
		background: #fff;
		content: "";
		height: 1px;
		margin-left: -10px;
		margin-top: -1px;
		position: absolute;
		right: 3%;
		top: 52%;
		width: 17px;
	}
	footer .sitemap_area .inner ul li .big_l a:after, footer .sitemap_area .inner ul li dl dd p a:after {
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: right bottom;
		-webkit-transition: right 0.2s;
		background: #fff;
		border-bottom: none;
		content: "";
		height: 1px;
		margin-left: -2px;
		margin-top: -1px;
		padding-top: 0;
		position: absolute;
		right: 3%;
		top: 52%;
		transform: rotate(45deg);
		transform-origin: right bottom;
		transition: right 0.2s;
		width: 8px;
	}
	footer .sitemap_area .inner ul li dl dt.open:after, footer .sitemap_area .inner ul li dl dd {
		display: none;
	}
}

/*-------------------
$パンくず
---------------------*/

.breadcrumb {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding:20px 0 60px;
}
.breadcrumb li a,.breadcrumb li.current {
	color:#969696;
	display:block;
	font-size:1.2rem;
	line-height:1.4;
	padding:0 20px;
	position:relative;
}
.breadcrumb li.current {
	color:#ccc;
}
.breadcrumb li:first-child a {
	padding-left:0;
}
.breadcrumb li a:after {
	-webkit-transform:skew(-20deg);
	border-right:1px solid #969696;
	content:"";
	height:14px;
	position:absolute;
	right:0;
	top:0;
	transform:skew(-20deg);
	width:12px;
}
.breadcrumb li:last-child a:after {
	content:none;
}

 @media screen and (max-width : 767px) {
	.breadcrumb{
		margin-bottom: 2.9%;
		overflow-x: auto;
		padding:5.8% 0;
	}

	.breadcrumb li a,.breadcrumb li.current{
		font-size:1rem;
		white-space: nowrap;
	}

	.breadcrumb::-webkit-scrollbar-track {
		background-color: transparent;
	}
	.breadcrumb::-webkit-scrollbar-thumb {
		background-color: rgba( 238, 238, 238, 0.8);
	}
}


/*-------------------
$ページ共通部分
---------------------*/
.green_line {
	position:relative;
}
.green_line:before {
	background:#00a54a;
	content:"";
	height:40px;
	left:50%;
	position:absolute;
	top:-20px;
	width:2px;
	z-index: 10;
}
.mv_under .inner {
	height:243px;
	position:relative;
}
.mv_under .inner:after {
	background:#00a54a;
	bottom:-20px;
	content:"";
	height:40px;
	left:50%;
	position:absolute;
	width:2px;
}
.mv_under h1 {
	-webkit-transform:translateY(-50%);
	color:#fff;
	font-size:3.8rem;
	font-weight:bold;
	left:0;
	margin:auto;
	position:absolute;
	right:0;
	text-align:center;
	top:50%;
	transform:translateY(-50%);
}
.mv_under h1 span {
	display:block;
	text-align:center;
}
.mv_under h1 span img {
	vertical-align:middle;
}
.contents .green_ttl {
	color:#00a54a;
	font-size:3rem;
	font-weight:bold;
	line-height:1.3;
	text-align:center;
}
.contents .sub_text {
	font-size:1.6rem;
	font-weight:300;
	line-height:1.9;
	text-align:center;
}
.contents .black_ttl {
	font-size:2.4rem;
	font-weight:bold;
	text-align:center;
}

 @media screen and (max-width : 767px) {
	.green_line:before {
		height:26px;
		top:-13px;
	}
	.mv_under .inner {
		height:auto;
		padding-top:40%;
		position:relative;
	}
	.mv_under .inner:after {
		content:none;
	}
	.mv_under h1 {
		font-size:2.5rem;
		left:0;
		line-height:1.4;
		position:absolute;
		right:0;
		top:50%;
	}
	.contents .green_ttl {
		color:#00a54a;
		font-size:2.3rem;
		font-weight:bold;
		text-align:center;
	}
	.contents .sub_text {
		font-size:1.3rem;
	}
	.contents .black_ttl {
		font-size:1.9rem;
	}
}
