@charset "utf-8";

/* @import url("mainVisual.css"); */
.logo_header {
	background: #0000;
	height: 1%;
	width: 1%;
	opacity: 0;
	position: absolute;
	top: 0;
}

.img-wrap {
	opacity: 0;
}

.img-animation {
	animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	overflow: hidden;
	position: relative;
}

.img-animation::before {
	animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	background: -webkit-linear-gradient(180deg, #121212, #af9b55);
	content: '';
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

@keyframes img-opacity {
	100% {
		opacity: 1;
	}
}

@keyframes img-animation {
	100% {
		transform: translateX(100%);
	}
}


.txt_grad {
	background: -webkit-linear-gradient(123deg, #2C2826 50%, #2C2826 72.32%, #B99568 96.735%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 160% 160%;
	background-position: 0 0;
}

.txt_grad2 {
	background: -webkit-linear-gradient(123deg, #af9b55 50%, #af9b55 72.32%, #FFFFFF 96.735%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 160% 160%;
	background-position: 0 0;
}


img, object, embed, video {
	max-width: 100%;
}

source {
	width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}

.gridContainer {
	overflow: hidden;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.totop {
	position: fixed;
	bottom: 30px;
	width: 54px;
	height: 54px;
	right: 10px;
	display: block;
	z-index: 200;
}

.en {
	font-family: 'Roboto', sans-serif;
}

.jp {
	font-family: 'Noto Sans JP', sans-serif;
}

.totop a:focus {
	outline: none;
}

.svg_box {
	visibility: hidden;
	width: 0px;
	height: 0px;
}

.fot_img svg,
.logo_wrap svg {
	vertical-align: top;
	width: 100%;
	max-height: 76px;
	height: auto;
}

.fot_img use {
	fill: #ffffff;
}

/*PC*/
@media print, screen and (min-width: 769px) {
	body {
		font-size: 16px;
		line-height: 2;
		letter-spacing: .1em;
	}

	.totop {
		position: fixed;
		bottom: 30px;
		width: 60px;
		height: 60px;
		right: 10px;
		display: block;
		z-index: 200;
	}

	/* com[PC]
--------------------------------------------*/
	.gridContainer {
		width: 100%;
		min-width: 1080px;
	}

	.pcBr {
		display: inline-block;
	}

	.spBr {
		display: none;
	}

	.pc {
		display: block;
	}

	.sp {
		display: none !important;
	}

	.comPd {
		padding-bottom: 120px;
	}

	.com_mb60 {
		margin-bottom: 60px;
	}

	/* ボックス[PC]
--------------------------------------------*/
	.page_wrap {
		/*width: calc((1280 - 320) / 1280 * 100%);
*/
		margin: 0 7vw 120px 9.5vw;
	}

	.w800 {
		width: 100%;
		max-width: 840px;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
		position: relative;
		z-index: inherit;
		margin: 0 auto 100px;
	}

	.w1080 {
		width: 100%;
		max-width: 1120px;
		padding-left: 20px;
		padding-right: 20px;
		position: relative;
		margin: 0 auto 100px;
	}


	/* タイトル[PC]
--------------------------------------------*/
	.c_title {
		position: relative;
		font-size: 46px;
		font-weight: 800;
		line-height: 1.2;
		margin: 0 0 60px;
	}

	.c_title span {
		display: block;
		margin-bottom: 18px;
		font-size: 14px;
		letter-spacing: 0.03em;
		margin-left: 2px;
	}

	.c_sub_title {
		position: relative;
		font-size: 24px;
		font-weight: 800;
		line-height: 1.6;
		margin: 0 0 40px;
	}


	/* ボタン [PC]
--------------------------------------------*/
	.com_btn {
		width: 360px;
		margin: 30px auto 0;
		font-weight: 600;
		font-size: 16px;
		letter-spacing: 0.1em;
	}

	.com_btn a {
		display: block;
		border: 2px solid #af9b55;
		padding: 10px;
		position: relative;
		color: #121212;
		box-sizing: border-box;
		text-align: center;
		font-weight: 700;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		background: #FFF;
	}

	.com_btn a::before {
		content: "";
		display: block;
		width: 18px;
		height: 1px;
		background: #af9b55;
		position: absolute;
		right: 15px;
		top: 45%;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.com_btn a:hover::before {
		right: -10px;
	}


	/* header[PC]
--------------------------------------------*/
	#header {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100px;
		box-sizing: border-box;
		display: grid;
		gap: 10px;
		align-items: center;
		grid-template-columns: auto 1fr 120px;
		justify-content: space-between;
		align-items: stretch;
		transition: 0.5s;
		background: rgba(255, 255, 255, .85);
		backdrop-filter: blur(4px);
		padding: 0 0 0 20px;
		-webkit-backdrop-filter: blur(6px);
		z-index: 10;
	}

	/* ロゴ[PC] */
	.logo_wrap {
		max-width: 230px;
		width: 100%;
		margin: auto;
	}

	.header_menu {
		justify-items: end;
	}

	#logo_img {
		width: 100%;
	}

	#logo_img a {
		display: block;
	}

	/* メニュー[PC]
--------------------------------------------*/
	/*gnav*/
	.gnav {
		display: none;
	}

	.siteNav {}

	.siteNav .siteNav_dl {}

	.siteNav .siteNav_dl .siteNav_dt {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #FFF;
		font-weight: 600;
		line-height: 1;
	}

	.siteNav .siteNav_ul {
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		flex-direction: row;
	}

	.siteNav .siteNav_ul .siteNav_a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px 10px;
		color: #121212;
		font-weight: 600;
		font-size: 12px;
		line-height: 1;
		letter-spacing: 0;
	}

	.siteNav .siteNav_ul .siteNav_a .siteNav_aLine {
		background: linear-gradient(#FFF, #FFF) 100% 100% / 0 1px no-repeat;
		transition: background-size .4s cubic-bezier(.23, 1, .32, 1) 0s;
	}

	body:not(.-is-touchDevice) .siteNav .siteNav_ul .siteNav_a:hover .siteNav_aLine {
		background-position: 0 100%;
		background-size: 100% 1px;
	}

	.g_menu ul {
		width: max-content;
		letter-spacing: 0.01em;
		color: #FFF;
		display: grid;
		gap: 0px 2vw;
		grid-template-columns: auto auto auto;
		justify-content: space-between;
	}

	.g_menu ul li {
		text-align: right;
		line-height: 1;
		padding: 4px 10px;
	}

	.g_menu ul a {
		/* font-size: 1rem; */
		font-size: clamp(0.75rem, 0.5833rem + 0.4167vw, 1rem);
		font-weight: 800;
		letter-spacing: 0;
		text-align: center;
		color: #121212;
		white-space: nowrap;
	}

	.g_menu_aLine {
		background: linear-gradient(#FFF, #FFF) 100% 100% / 0 1px no-repeat;
		transition: background-size .4s cubic-bezier(.23, 1, .32, 1) 0s;
	}

	body:not(.-is-touchDevice) .g_menu_aLine:hover {
		background-position: 0 100%;
		background-size: 100% 1px;
	}

	#header .btn_entry {
		width: 120px;
		display: flex;
		align-items: center;
	}

	#header .btn_entry a {
		background-image: linear-gradient(180deg, rgba(247, 93, 139, 1), rgba(254, 220, 64, 1));
		width: 100%;
		height: 100%;
		font-size: 1rem;
		font-weight: 600;
		line-height: 1;
		color: #FFF;
		display: grid;
		justify-content: center;
		align-items: center;
	}

	/* footer
--------------------------------------------*/
	#footerWrap {
		width: 100%;
		background: linear-gradient(128deg, #2C2826 73.85%, #B99568 144.74%);
		color: #fff;
		padding: 60px 0;
		box-sizing: border-box;
		position: relative;
	}

	#footer {
		width: 90%;
		margin: 0 auto 30px;
	}

	#footer .address {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	#footer .address .address_box {
		width: 30%;
	}

	#footer .address .address_box .fot_img {
		width: 220px;
		margin-bottom: 10px;
	}

	#footer .address .address_box h2 {
		font-size: 1rem;
		font-weight: 600;
		color: #af9b55;
		line-height: 1;
		margin: 0 0 15px;
	}

	#footer .address .address_box .address_txt {
		font-size: 14px;
		line-height: 1.6;
		font-style: normal;
	}

	#footer .address .address_box2 {
		width: 65%;
		display: flex;
		flex-wrap: wrap;
	}

	#footer .address .address_box2 li {
		width: 25%;
		padding: 8px 0;
		box-sizing: border-box;
		position: relative;
		margin-bottom: 20px;
		font-size: 14px;
	}

	#footer .address .address_box2 li::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 1px;
		background: #af9b55;
	}

	#footer .address .address_box2 li a {
		color: #FFF;
	}

	.copy {
		width: 90%;
		margin: 0 auto;
		font-size: 12px;
		color: #FFF;
		text-align: right;
	}

	/* PAGE[PC]
--------------------------------------------*/
	.com_table {
		border-top: 1px solid #dcdcdc;
		width: 100%;
	}

	.com_table th {
		border-bottom: 1px solid #dcdcdc;
		width: 20%;
		padding: 10px;
		text-align: left;
		vertical-align: middle;
		font-weight: normal;
	}

	.com_table td {
		border-bottom: 1px solid #dcdcdc;
		padding: 10px;
	}

	.com_box {
		border: 4px solid #f5f5f5;
		padding: 50px 40px;
		position: relative;
		margin: 0 0 60px;
	}

	.com_box__corner::before, .com_box__corner::after {
		display: block;
		content: "";
		position: absolute;
		width: 20px;
		height: 20px;
		border: 1px solid #000;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 1;
	}

	.com_box__corner:first-child::before {
		top: 10px;
		left: 10px;
		border-right: 0;
		border-bottom: 0;
	}

	.com_box__corner:first-child::after {
		top: 10px;
		right: 10px;
		border-left: 0;
		border-bottom: 0;
	}

	.com_box__corner:last-child::before {
		left: 10px;
		bottom: 10px;
		border-top: 0;
		border-right: 0;
	}

	.com_box__corner:last-child::after {
		right: 10px;
		bottom: 10px;
		border-top: 0;
		border-left: 0;
	}

	.com_txt {
		font-size: 1.5em;
		font-weight: 700;
		line-height: 1.5;
	}


	/*headArea
-------------------------------*/
	.headArea {
		box-sizing: border-box;
		padding: 120px 5% 20px;
	}

	.a_crumb {
		display: flex;
		flex-wrap: wrap;
		margin: 0 10px 55px 0;
		font-size: 12px;
		font-weight: 600;
		justify-content: flex-end;
		position: relative;
		z-index: 5;
	}

	.a_crumb a:nth-child(n+2)::before {
		content: "";
		display: inline-block;
		width: 16px;
		margin: -.25em 6px 0;
		border-top: 1px solid #121212;
		vertical-align: middle;
	}


	.tit_1 {
		margin-top: 28px;
		margin-bottom: 40px;
		font-size: 28px;
		font-weight: 700;
		position: relative;
		padding-top: 20px;
	}

	.tit_1::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: #ececea;
	}

	.tit_1::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 50px;
		height: 2px;
		background: #00672F;
		z-index: 3;
	}

	.tit_2 {
		margin-top: 3.07vw;
		margin-bottom: 50px;
		font-size: 20px;
		font-weight: 700;
		position: relative;
	}

	.tit_2::after {
		position: absolute;
		top: -5px;
		left: 0px;
		width: 50px;
		height: 1px;
		background-color: #00672F;
		content: "";
	}

	.tit_3 {
		border-top: 2px solid #00672F;
		margin-top: 28px;
		margin-bottom: 40px;
		font-size: 28px;
		font-weight: 700;
		padding-top: 16px;
	}




}

/*sp*/
@media only screen and (max-width: 768px) {
	body {
		font-size: 15px;
		line-height: 1.85;
		letter-spacing: .02em;
	}

	.totop {
		position: fixed;
		bottom: 30px;
		width: 30px;
		height: 30px;
		right: 5px;
		display: block;
		z-index: 200;
	}

	#a, #b, #c, #e, #f, #g, #h, #i, #j, #k, #l, #m, #n {
		margin-top: -80px;
		padding-top: 80px;
		line-height: 1;
	}

	/* com[SP]
--------------------------------------------*/
	.gridContainer {
		width: 100%;
		min-width: 1080px;
	}

	.pcBr {
		display: none;
	}

	.spBr {
		display: inline-block;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: block;
	}

	.comPd {
		padding-bottom: 120px;
	}

	.com_mb60 {
		margin-bottom: 30px;
	}

	/* ボックス[SP]
--------------------------------------------*/
	.w800 {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
		position: relative;
		z-index: inherit;
		margin: 0 auto 30px;
	}

	.w1080 {
		width: 100%;
		margin: 0 auto 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
		position: relative;
	}



	/* タイトル[SP]
--------------------------------------------*/
	.c_title {
		position: relative;
		font-size: 1.6em;
		font-weight: 800;
		line-height: 1.2;
		margin: 0 0 30px;
	}

	.c_title span {
		display: block;
		margin-bottom: 18px;
		font-size: .7rem;
		letter-spacing: 0.02em;
		margin-left: 2px;
	}

	.c_sub_title {
		position: relative;
		font-size: 20px;
		font-weight: 800;
		line-height: 1.5;
		margin: 0 0 20px;
	}


	/* ボタン [SP]
--------------------------------------------*/
	.com_btn {
		margin: 30px auto 0;
		font-weight: 600;
		font-size: .9rem;
		letter-spacing: 0.1em;
		width: 250px;
	}

	.com_btn a {
		display: block;
		border: 2px solid #af9b55;
		padding: 10px;
		position: relative;
		color: #121212;
		box-sizing: border-box;
		text-align: center;
		font-weight: 700;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		background: #FFF;
	}

	.com_btn a::before {
		content: "";
		display: block;
		width: 18px;
		height: 1px;
		background: #af9b55;
		position: absolute;
		right: -11px;
		top: 45%;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.com_btn a:hover::before {
		right: -20px;
	}

	/* header[SP]
--------------------------------------------*/
	/* ヘッダー[sp] */
	#header {
		width: calc(100% - 30px);
		z-index: 100;
		position: fixed;
		top: 0;

		display: grid;
		align-items: center;
		grid-template-columns: auto auto auto;
		justify-content: space-between;
		/* border-bottom: 1px solid rgba(175, 155, 85, .3); */
		background: rgba(255, 255, 255, .85);
		backdrop-filter: blur(6px);
		padding: 10px 15px;

	}

	#header .logo_wrap {
		z-index: 5;
		width: 170px;
	}

	.logo_wrap svg {
		max-height: 50px;
	}

#header .btn_entry {
	display: none;
}

.g_menu, .g_high_menu {
	display: none;
}

/* メニュー[SP]
--------------------------------------------*/
/*menu*/
.mainMenu {
	box-sizing: border-box;
	width: 100%;
	align-items: center;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 100;
}

.mainMenuInWrap, .mainMenuIn, .siteNav {
	display: none;
}

.c_btn {
	display: none;
}

.logo_Hed_index {
	display: none;
}

/*menu*/
.menuWrap {
	width: 40px;
	height: 40px;
	z-index: 20000;
	padding: 5px;
	cursor: pointer;
}

.menuWrap p {
	width: 100%;
	display: block;
	position: relative;
	font-size: 9px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	padding-top: 5px;
	box-sizing: border-box;
}

.menu {
	display: block;
	position: relative;
	width: 100%;
	height: 70%;
	top: 0px;
	background: none;
	border: none;
	padding: 0;
}

.menu__line {
	background: #333;
	display: block;
	height: 2px;
	position: absolute;
	transition: transform .3s;
	width: 100%;
}

.menu__line--center {
	top: 3px;
}

.menu__line--bottom {
	bottom: 0;
}

.menu__line--top.active {
	top: 15px;
	transform: rotate(45deg);
	width: 100%;
	background: #333
}

.menu__line--center.active {
	transform: scaleX(0);
}

.menu__line--bottom.active {
	bottom: 15px;
	transform: rotate(135deg);
	background: #333
}

/*gnav*/
.gnav {
	background: #fff;
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

.gnav__wrap {
	height: 100%;
	position: absolute;
	width: 100%;
}

.gnav_bg_img {
	display: none;
}

/*.gnav_bg_img .bg_img { background: url(../images/com/gnav_bg_img.jpg) center center; background-size: cover; width: 100%; height: 100%; }*/
.gnav_contents {
	width: 100%;
	height: 100vh;
	height: 100svh;
	background: #FFFFFF;
}

.gnav_contents_box {
	width: 96%;
	align-items: center;
	overflow-y: auto;
	height: 80vh;
	padding-top: 30px;
	box-sizing: border-box;
}

.gnav__menu {
	height: 100%;
	padding: 0 10%;
	box-sizing: border-box;
}

.gnav__menu li {
	margin-bottom: 12px;
}

.gnav__menu li a {
	color: #121212;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	text-decoration: none;
	transition: .5s;
	position: relative;
}

.gnav__menu li a:hover {
	opacity: .7;
	transition: .5s;
}

.gnav_logo {
	width: 160px;
	margin: 0 auto 30px;
	height: 70px;
}

.gnav_logo svg {
	width: 100%;
	height: 100%;
}

.gnav_menu_sub {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 30px;
}

.gnav_menu_sub li:nth-child(n+2) {
	margin-top: 10px;
}

.gnav_menu_sub li a {
	color: #888;
	display: block;
	font-size: 12px;
}

.g_sns a {
	color: #888;
	margin: 10px 0px;
	font-weight: 500;
	display: block;
}

.g_sns a span.icon {
	padding-right: 15px;
	display: inline-block;
	text-align: center;
	width: 20px;
}

.g_sns a span.icon i {
	font-size: 18px;
	text-align: center;
}

.gnav_menu_boxR {
	padding: 0 10%;
	margin-top: 50px;
	text-align: center;
}

/* footer[SP]
--------------------------------------------*/
#footerWrap {
	width: 100%;
	background: linear-gradient(128deg, #2C2826 73.85%, #B99568 144.74%);
	padding: 40px 0 80px;
	color: #fff;
	position: relative;
}

#footer {
	width: 90%;
	margin: 0 auto 20px;
}

#footer .address {}

#footer .address .address_box {
	width: 100%;
	margin-bottom: 30px;
}

#footer .address .address_box2 {
	display: none;
}

#footer .address .address_box .fot_img {
	width: 200px;
	box-sizing: border-box;
	margin: 0 auto;
}

#footer .address .address_box h2 {
	font-size: 1rem;
	font-weight: 800;
	color: #af9b55;
	line-height: 1;
	margin: 0 0 15px;
	text-align: center;
}

#footer .address .address_box .address_txt {
	font-weight: 500;
	font-style: normal;
	line-height: 1.6;
	text-align: center;
}

.copy {
	width: 96%;
	margin: 0 auto;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

.copy span {
	display: block;
}


/*--------スマホメニュー-------*/
.sp_list {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	height: 60px;
	background: #af9b55;
	border-top: 1px solid #af9b55;
}

.sp_list li {
	background: #121212;
	width: 33.2%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sp_list li a {
	display: block;
	color: #fff;
	text-align: center;
	font-size: .7rem;
}

.sp_list li a span.tit {
	display: block;
	line-height: 1;
}

.sp_list li a i {
	font-size: 16px;
	margin: 0 0 10px;
}

.sp_list .end {
	display: none;
}



/* PAGE[SP]
--------------------------------------------*/
.com_table {
	border-top: 1px solid #dcdcdc;
	width: 100%;
}

.com_table th {
	display: block;
	width: 100%;
	padding: 10px 10px 0;
	text-align: left;
	box-sizing: border-box;
}

.com_table td {
	display: block;
	border-bottom: 1px solid #dcdcdc;
	padding: 10px;
	box-sizing: border-box;
}

.all_hed_img {
	margin: 0 auto 60px;
	padding: 0 10px;
}


/*headArea
-------------------------------*/
.headArea {
	box-sizing: border-box;
	padding: 90px 5% 0;
}

.a_crumb {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px 0;
	font-size: .6rem;
	font-weight: 600;
	justify-content: flex-end;
	position: relative;
	z-index: 5;
}

.a_crumb a:nth-child(n+2)::before {
	content: "";
	display: inline-block;
	width: 16px;
	margin: -.25em 6px 0;
	border-top: 1px solid #121212;
	vertical-align: middle;
}

.tit_1 {
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	padding-top: 15px;
}

.tit_1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ececea;
}

.tit_1::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background: #00672F;
	z-index: 3;
}

.tit_2 {
	margin-top: 3.07vw;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}

.tit_2::after {
	position: absolute;
	top: -5px;
	left: 0px;
	width: 50px;
	height: 1px;
	background-color: #00672F;
	content: "";
}

.tit_3 {
	border-top: 2px solid #00672F;
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 700;
	padding-top: 10px;
}


}