@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);

/*--------------------------------------------
	 BASE
--------------------------------------------*/

@media print {
	#hbgNavi {
	display: none;
}
}

@media screen and (min-width : 768px ) {
.over:hover {
	opacity: 0.6;
}
}
.ios .over:hover, .ios .over:active, .ios .over:link, .ios .over:visited, .ios .over::focus {
 opacity:1;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
:root .cf::after { /* IE9 */
	content: ""\9;
	clear: both\9;
	display: block\9;
	height: 0\9;
}
.noEvent {
	pointer-events: none;
}
@media print, screen and (min-width : 768px ) {
.for_sp {
	display: none !important;
}
}

@media screen and (max-width : 767px ) {
.for_pc {
	display: none !important;
}
}

*,*:before,*:after {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	min-width: 1260px;
	height: auto;
	color: #111111;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.87;
	letter-spacing: 0.05em;
}
a {
	text-decoration: none;
	color: #111111;
	transition: 0.3s ease-in-out;
}
table {
	width: 100%;
}
.tel-link a {
	color: #ffffff;
}
/*--------------------------------------------
	共通パーツ
--------------------------------------------*/
/*レイアウト*/
.inner_main {
	max-width: 1200px;
	margin: 0 auto;
}

.container {
	padding: 100px 0;
	position: relative;
}
.sec_second {
	padding: 70px 0;
}
.sec_second:last-child {
	padding-bottom: 0;
}

.flex {
	display: flex;
}
.flex_list {
	display: flex;
	flex-wrap: wrap;
}
.flex_between {
	display: flex;
	justify-content: space-between;
}
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
}

.flex_center {
	align-items: center;
}
.flex_container {
	display: flex;
	flex-direction: row;
}


.ofi {
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
@media only screen and (min-width:768px) {
	.pc_w50 {
	width: 50%;
}
	.pc_flex_wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.pc_flex {
		display: flex;
	}
}


/*font*/

/*セクションの配色*/
.gray {
	background-color: #f3f4f5;
}
.green {
	background-color: #009900;
}
/*カラー*/
.wh {
	color: #fff;
}
.gr {
	color: #0d840d;
}
.bl {
	color: #111111;
}
/*font-weight*/
.font_r {
	font-weight: 400;
}
.font_m {
	font-weight: 500;
}
/*ボタン*/
.btn {
    margin-top: 43px;
}
.btn a {
	display: block;
	position: relative;
	line-height: 1;	
	
}

.btn_primary {
	max-width: 300px;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	padding: 18px 25px;
	background: #0d840d;
	color: #fff;
 }
.btn_primary:after {
	content: '';
	background: url(../Image/common/arrow_white.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	width: 22px;
	height: 10px;
	transition: 0.3s ease-in-out;
}
.btn_primary.btn_white {
	color: #0d840d;
	background: #fff;
}

.btn_primary.btn_white:after {
	background-image: url(../Image/common/arrow_green.png);
}
.btn_primary.center {
	margin: 0 auto;
}

/*hover*/

@media print, screen and (min-width : 768px ) {
	.btn_primary:hover {
		background: #111111;
	}
	
	.btn_primary:hover:after {
		right: 15px;
	}
	.btn_primary.btn_white:hover {
		background: #111;
		color: #fff;
	}
	.btn_primary.btn_white:hover:after {
		background-image: url(../Image/common/arrow_white.png);
	}
}

/*タイトル*/
.ttl_01 {
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	color: #0d840d;
	font-weight: 500;
	line-height: 0.8;
	margin-bottom: 5px;
	margin-bottom: 30px;
}
.ttl_01 + .ttl_sub {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
}
.ttl_01.wh {
	color: #fff;
}
.ttl_02 {
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	color: #0d840d;
	font-weight: 400;
	line-height: 0.8;
}
.ttl_02 + .ttl_sub {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
}
.ttl_02.wh {
	color: #fff;
}
.ttl_03 {
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 23px;
}
.ttl_03:after {
	content: '';
	width: 25px;
	height: 1px;
	background: #0d840d;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ttl_04 {
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	position: relative;
	line-height: 1;
	padding: 85px 0;
}
.ttl_04:before {
	content: '';
	background: #0d840d;
	height: 100%;
	min-width: 1200px;
	width: 100vw;
	position: absolute;
	top: 0;
	right: 400px;
	z-index: -1;
}
.ttl_05 {
	font-size: 16px;
	font-weight: 500;
	
}
.ttl_05 span {
	padding-left: 14px;
	border-left: solid 4px #0d840d;
	display: inline-block;
}
.ttl_06 {
	color: #0d840d;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 17px;
}
.disc li {
	position: relative;
	padding-left: 16px;
}
.disc li:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #0d840d;
	position: absolute;
	left: 0;
	top: 0.93em;
	margin-top: -4px;
}
.icon_disc {
	position: relative;
	padding-left: 16px;
}
.icon_disc:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #0d840d;
	position: absolute;
	left: 0;
	top: 0.93em;
	margin-top: -4px;
}
/*--------------------------------------------
	HEADER
--------------------------------------------*/
header .header_inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0 40px;
}
/*g-navi*/

header .h_logo {
}
header .h_nav {

}
header .g_nav ul {
	display: flex;
}
header .g_nav ul li {
	margin-right: 34px;
}
header .g_nav ul li:last-child {
	margin-right: 0;
}
header .g_nav .nav_item {
	font-weight: 500;
	display: block;
	font-size: 14px;
	padding-bottom: 11px;
	line-height: 1;
	position: relative;
}
header .g_nav .nav_item:after {
	content: '';
	width: 0;
	height: 1px;
	background: #0d840d;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.3s ease-in-out;
}




@media screen and (min-width : 768px ) {
	header .g_nav .nav_item:hover:after {
		width: 100%;
		left: 0;
		right: inherit;
	}
}
/*--------------------------------------------
	link
--------------------------------------------*/
.sec_link {
	padding: 40px 30px;
	background: #efefef;
}
.sec_link .link_wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.sec_link .link_wrap .link {
	position: relative;
}
@media (min-width: 768px){

	.sec_link .link_wrap .link{
		max-width: 32%;
	}
}
.sec_link .link_wrap .link:nth-child(n+2) {
	margin-left: 2%;
}
.sec_link .link_wrap .link .inner {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.sec_link .link_wrap .link .inner:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s ease-in-out;
}
.sec_link .link_wrap .link span {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media screen and (min-width : 768px ) {
	.sec_link .link_wrap .link .inner:hover:before {
	opacity: 0;
}
}
/*--------------------------------------------
	contact
--------------------------------------------*/
.sec_contact {
	padding: 144px 30px 148px 30px;
	background: url(../Image/common/bg_contact.jpg) no-repeat center / cover;
	text-align: center;
}
.sec_contact .ttl_02 {
	margin-bottom: 70px;
}
.sec_contact .contact_box {
	margin-top: 43px;
}
.sec_contact .tel {
	line-height: 1;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.sec_contact .tel .num {
	font-size: 30px;
	
}
.sec_contact .btn {
	margin-top: 20px;
	text-align: left;
}

/*--------------------------------------------
	FOOTER
--------------------------------------------*/
footer {
	
	font-size: 14px;
}
footer .f_top {
	padding: 50px 0 44px;
	background: #efefef;
}
footer .footer_inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
}

footer .f_top .address {
	line-height: 1.7;
}
footer .f_logo {
	margin-bottom: 16px;
}
footer .f_left {
	margin-right: 140px;
}
footer .f_nav{
	display: flex;
}

footer .f_nav nav {
	display: flex;
}

footer .f_nav ul:nth-child(1) {
	margin-right: 60px;
}
footer .f_nav ul:nth-child(2) {
	margin-right: 80px;
}
footer .f_nav ul li {
	line-height: 1;
}
footer .f_nav ul li:not(:first-child) {
	margin-top: 24px;
}
footer .f_nav_item {
	position: relative;
	padding-bottom: 6px;
	display: inline-block;
}
footer .f_nav_item:before {
	content: '';
	width: 0;
	height: 1px;
	background: #0d840d;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.3s ease-in-out;
}
footer .f_nav_bnr{
	padding-left: 80px;
}
footer .f_bottom {
	padding: 30px 0;
	line-height: 1;
}
footer .f_bottom .footer_inner {
	justify-content: space-between;
}
footer .copy .f_bottom_nav a {
	display: block;
}
footer .f_bottom_nav a:nth-child(n+2) {
	margin-left: 30px;
}

@media screen and (min-width : 768px ) {
	footer .f_nav_item:hover:before {
	left: 0;
	right: inherit;
	width: 100%;
}
}
.totop {
	position: fixed;
    right: 0;
    bottom: 5%;
    z-index: 99999;
    width: 80px;
    height: 80px;
    background: #0d840d;
    text-align: center;
    font-size: 30px;
	line-height: 80px;
	transition: 0.3s ease-in-out;
	opacity: 0;
}

.totop.visible {
	opacity: 1;
}
.totop a {
	display: block;
	background: url(../Image/common/arrow_totop.png) no-repeat center / 20px 12px;
	width: 100%;
	height: 100%;
}


@media screen and (min-width : 768px ) {
	.totop:hover {
		background: #111;
	}

}