@charset "UTF-8";
.top_image {
		width: 100%;
}

.top_logo {
		text-align: center;
		margin-top: 25px;
}

.top_logo_svg {
		text-align: center;
		width: 50px;
}

.mess_text {
		max-width: 700px;
		display: inline-block;
		font-weight: 600;
		font-size: 1.8rem;
		line-height: 2;
		margin: auto;
		text-align: left;
}

@media screen and (max-width: 768px) {
	.top_image {
			width: 100%;
			height: auto;
			position: relative;
			top: 60px;
	}

	.top_logo {
			text-align: center;
			margin-top: 25px;
	}

	.top_logo_svg {
			text-align: center;
			width: 50px;
	}

	.mess_text {
			font-weight: 600;
			display: inline-block;
			font-size: 1.5rem;
			line-height: 1.7;
			text-align: left;
	}

}

/* 強み */
.top_str_cont {
		display: flex;
}

.top_str_cont_01 {
		display: inline-block;
		text-align: center;
		position: relative;
		width: 200px;
		height: 180px;
		border: 3px solid #0a5c28;
		border-radius: 7px;
		margin-top: 30px;
}

.top_str_cont_02 {
		display: inline-block;
		text-align: center;
		position: relative;
		width: 200px;
		height: 180px;
		border: 3px solid #0a5c28;
		border-radius: 7px;
		margin-top: 30px;
}

.top_str_cont_03 {
		display: inline-block;
		text-align: center;
		position: relative;
		width: 200px;
		height: 180px;
		border: 3px solid #0a5c28;
		border-radius: 7px;
		margin-top: 30px;
}

.top_str_cont_04 {
		display: inline-block;
		text-align: center;
		position: relative;
		width: 200px;
		height: 180px;
		border: 3px solid #0a5c28;
		border-radius: 7px;
		margin-top: 30px;
}

.str_mr {
		margin-right: 33px;
}

.top_str_img01 {
		width: 90px;
		position: absolute;
		left: 50px;
		margin: auto;
		top: 15px;
}

.top_str_img02 {
		width: 60px;
		position: absolute;
		left: 60px;
		margin: auto;
		top: 25px;
}

.top_str_img03 {
		width: 100px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 15px;
}

.top_str_img04 {
		width: 95px;
		position: absolute;
		left: 48px;
		margin: auto;
		top: 20px;
}

.top_str_text {
		font-size: 1.8rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 600;
		color: #0a5c28;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 20px;
}

.top_str_text_2li {
		font-size: 1.8rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 600;
		color: #0a5c28;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 10px;
}
@media screen and (max-width: 768px) {
	.top_str_cont {
			display: flex;
	    flex-wrap: wrap;
	}

	.top_str_cont_01 {
			display: inline-block;
			text-align: center;
			position: relative;
			width: 200px;
			height: 180px;
			border: 3px solid #0a5c28;
			border-radius: 7px;
			margin-top: 30px;
	}

	.top_str_cont_02 {
			display: inline-block;
			text-align: center;
			position: relative;
			width: 200px;
			height: 180px;
			border: 3px solid #0a5c28;
			border-radius: 7px;
			margin-top: 30px;
	}

	.top_str_cont_03 {
			display: inline-block;
			text-align: center;
			position: relative;
			width: 200px;
			height: 180px;
			border: 3px solid #0a5c28;
			border-radius: 7px;
			margin-top: 30px;
	}

	.top_str_cont_04 {
			display: inline-block;
			text-align: center;
			position: relative;
			width: 200px;
			height: 180px;
			border: 3px solid #0a5c28;
			border-radius: 7px;
			margin-top: 30px;
	}

	.str_mr {
			margin-right: 33px;
	}

	.top_str_img01 {
			width: 90px;
			position: absolute;
			left: 50px;
			margin: auto;
			top: 15px;
	}

	.top_str_img02 {
			width: 60px;
			position: absolute;
			left: 60px;
			margin: auto;
			top: 25px;
	}

	.top_str_img03 {
			width: 100px;
			position: absolute;
			left: 0;
			right: 0;
			margin: auto;
			top: 15px;
	}

	.top_str_img04 {
			width: 95px;
			position: absolute;
			left: 48px;
			margin: auto;
			top: 20px;
	}

	.top_str_text {
			font-size: 1.8rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			color: #0a5c28;
			position: absolute;
			left: 0;
			right: 0;
			margin: auto;
			bottom: 20px;
	}

	.top_str_text_2li {
			font-size: 1.8rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			color: #0a5c28;
			position: absolute;
			left: 0;
			right: 0;
			margin: auto;
			bottom: 10px;
	}
}
/* 強み */
/* 社長紹介 */
.cont_02 {
		background-color: #fdfbed;
		margin-top: 60px;
		padding: 60px 60px 0;
}

.intro_top {
		display: flex;
}

.intro_text {
		width: 400px;
}

.intro_text_cont {
		position: relative;
		font-size: 1.4rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 400;
		color: #1a1a1a;
		text-align: justify;
		line-height: 1.8;
		margin-top: 40px;
}

.intro_text_cont::after {
		content: '';
		position: absolute;
		left: 50px;
		top: -40px;
		width: 300px;
		height: 280px;
		opacity: 0.1;
		background-image: url(../img/goen_logo.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
}

.intro_text_name {
		text-align: right;
		font-size: 1.8rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 600;
		color: #1a1a1a;
		margin-top: 15px;
}

.intro_img {
		text-align: right;
}

.intro_img_cont {
		width: 300px;
		margin: 10px 0 0 50px;
}
@media screen and (max-width: 768px)  {
	.cont_02 {
			background-color: #fdfbed;
			margin-top: 60px;
			padding: 40px 10px 0;
	}

	.intro_top {
			display: flex;
			flex-wrap: wrap;
	}

	.intro_text {
			width: 100%;
	}

	.intro_text_cont {
			position: relative;
			font-size: 1.4rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 400;
			color: #1a1a1a;
			text-align: justify;
			text-align-last: right;
			line-height: 1.8;
			margin-top: 40px;
	}

	.intro_text_cont::after {
			content: '';
			position: absolute;
			left: 0;
			right: 0;
			margin: auto;
			top: -40px;
			width: 300px;
			height: 280px;
			opacity: 0.1;
			background-image: url(../img/goen_logo.svg);
			background-repeat: no-repeat;
			background-position: center center;
			background-size: contain;
			z-index: 0;
	}

	.intro_text_name {
			text-align: right;
			font-size: 1.8rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			color: #1a1a1a;
			margin-top: 15px;
	}

	.intro_img {
			text-align: center;
			margin: auto;
			z-index: 1;
	}

	.intro_img_cont {
		display: inline-block;
			max-width: 330px;
			width: 100%;
			margin: 20px 0 0;
	}
}
/* 社長紹介 */
/* プラン */
.pln_top {
		display: flex;
		margin-top: 60px;
		background-color: #fdfbed;
		padding: 20px;
}

.pln_hed {
		display: flex;
		margin-left: 30px;
}

.pln_num {
		display: block;
		width: 65px;
		height: 65px;
		background-color: #0a5c28;
		line-height: 64px;
		text-decoration: none;
		border: 1px solid #fff;
		border-radius: 50%;
		font-size: 3.5rem;
		color: #fff;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 600;
		transform: translateX(-50%);
		text-align: center;
}

.pln_ttl {
		font-size: 2.4rem;
		font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		font-weight: 600;
		color: #0a5c28;
		padding-top: 15px;
		width: 380px;
}

.pln_img_cont {
		width: 100%;
		max-width: 480px;
		margin-top: 20px;
}

.pln_right_cont {
		margin: 10px 0 0 40px;
}

.pln_right_cont .pln_ul {
		display: flex;
		text-align: center;
		list-style: none;
}

.pln_right_cont .pln_ul li {
		display: inline-block;
		width: 95px;
		margin-right: 15px;
}

.pln_right_cont .pln_ul li .pln_li_top {
		font-size: 1.5rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 600;
		color: #fff;
		background-color: #0a5c28;
		border-radius: 15px;
		padding: 4px 0;
}

.pln_right_cont .pln_ul li .pln_li_bottom {
		font-size: 1.4rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 600;
		color: #404040;
		margin-top: 10px;
}

.pln_money {
		display: flex;
		margin-top: 10px;
}

.pln_work {
		font-size: 1.8rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 600;
		color: #404040;
		line-height: 3.4;
		padding-right: 20px;
		white-space: nowrap;

}

.pln_charge {
		font-size: 2.8rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 600;
		color: #e49501;
		white-space: nowrap;
}
.pln_charge span{
	font-size: 1.6rem;
}
.pln_charge small{
	font-size: 1.6rem;
}

.pln_desc {
		margin-top: 10px;
		width: 320px;
		font-size: 1.4rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 400;
		color: #404040;
}
@media screen and (max-width: 900px) {
	.pln_top {
			display: flex;
			flex-wrap: wrap;
			margin-top: 60px;
			background-color: #fdfbed;
			padding: 20px;
	}

	.pln_hed {
			display: flex;
			margin-left: 30px;
	}

	.pln_num {
			display: block;
			width: 65px;
			height: 65px;
			background-color: #0a5c28;
			line-height: 64px;
			text-decoration: none;
			border: 1px solid #fff;
			border-radius: 50%;
			font-size: 3.5rem;
			color: #fff;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			transform: translateX(-50%);
			text-align: center;
	}

	.pln_ttl {
			font-size: 3rem;
			font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
			font-weight: 600;
			color: #0a5c28;
			padding-top: 10px;
			width: 460px;
	}

	.pln_img_cont {
			width: 100%;
			max-width: none;
			margin-top: 20px;
	}

	.pln_right_cont {
			margin: 10px 0;
			width: 100%;
	}

	.pln_right_cont .pln_ul {
			display: flex;
			text-align: center;
			list-style: none;
	}

	.pln_right_cont .pln_ul li {
			display: inline-block;
			width: 33%;
			max-width: none;
			margin-right: 15px;
	}
 .pln_right_cont .pln_ul li:last-child {
	    margin-right: 0px;
 }
	.pln_right_cont .pln_ul li .pln_li_top {
			font-size: 1.5rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			color: #fff;
			background-color: #0a5c28;
			border-radius: 15px;
			padding: 4px 0;
	}

	.pln_right_cont .pln_ul li .pln_li_bottom {
			font-size: 1.5rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			color: #404040;
			margin-top: 10px;
	}

	.pln_money {
			display: flex;
			margin-top: 20px;
	}

	.pln_work {
			font-size: 1.4rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			color: #404040;
			line-height: 3.4;
			padding-right: 20px;
	}

	.pln_charge {
			font-size: 2.4rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			color: #e49501;
	}

	.pln_desc {
			margin-top: 20px;
			width: 100%;
			font-size: 1.4rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 400;
			color: #1a1a1a;
	}
}

@media screen and (max-width: 768px) {
	.pln_top {
			display: flex;
			flex-wrap: wrap;
			margin-top: 60px;
			background-color: #fdfbed;
			padding: 20px;
	}

	.pln_hed {
			display: flex;
			margin-left: 30px;
	}

	.pln_num {
			display: block;
			width: 65px;
			min-width: 65px;
			height: 65px;
			background-color: #0a5c28;
			line-height: 65px;
			text-decoration: none;
			border: 1px solid #fff;
			border-radius: 50%;
			font-size: 3.5rem;
			color: #fff;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			transform: translateX(-50%);
			text-align: center;
	}

	.pln_ttl {
			font-size: 2rem;
			font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
			font-weight: 600;
			color: #0a5c28;
			padding-top: 15px;
			margin-left: -15px;
			width: 100%;
	}

	.pln_img_cont {
			width: 100%;
			max-width: none;
			margin-top: 20px;
	}

	.pln_right_cont {
			margin: 10px 0;
			width: 100%;
	}

	.pln_right_cont .pln_ul {
			display: flex;
			text-align: center;
			list-style: none;
	}

	.pln_right_cont .pln_ul li {
			display: inline-block;
			width: 33%;
			max-width: none;
			margin-right: 15px;
	}
 .pln_right_cont .pln_ul li:last-child {
	    margin-right: 0px;
 }
	.pln_right_cont .pln_ul li .pln_li_top {
			font-size: 1.5rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			color: #fff;
			background-color: #0a5c28;
			border-radius: 15px;
			padding: 4px 0;
	}

	.pln_right_cont .pln_ul li .pln_li_bottom {
			font-size: 1.5rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			color: #1a1a1a;
			margin-top: 10px;
	}

	.pln_money {
			display: flex;
			margin-top: 20px;
	}

	.pln_work {
			font-size: 1.4rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			color: #1a1a1a;
			line-height: 3.4;
			padding-right: 15px;
	}

	.pln_charge {
			font-size: 2.4rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			color: #e49501;
			margin: auto;
	}

	.pln_desc {
			margin-top: 20px;
			width: 100%;
			font-size: 1.4rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 400;
			color: #1a1a1a;
	}
}
/* プラン */
/* 安心 */
.top_pec_cont {
		background-color: #0a5c28;
		padding-top: 45px;
}

.pec_ttl {
		text-align: center;
		color: #fff;
		font-size: 2.5rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 600;
}

.pec_ttl span {
		color: #f0d24f;
		font-size: 3.5rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 600;
}

.pec_cont_back {
		background-color: #fff;
		width: 100%;
		max-width: 900px;
		left: 0;
		right: 0;
		margin: auto;
		margin-top: 60px;
}

.pec_hed {
		display: flex;
}

.pec_num {
		font-size: 9rem;
		font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		font-weight: 600;
		color: #0a5c28;
		margin: 25px 0 0 55px;
}

.pec_ttl_img {
		margin: 60px 0 0 20px;
}

.pec_ttl_img01 {
		max-width: 640px;
		width: 100%;
		height: auto;
}

.pec_cont_width {
		width: 100%;
		max-width: 850px;
		left: 0;
		right: 0;
		margin: auto;
		padding-bottom: 60px;
}
.pec_link {
	color: #e19201;
	text-decoration: underline;
}
.oguchi_back {
	background-image: url(/iD7LtqPb/wp-content/themes/goen/img/oguchi_02.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.pec_text {
		font-size: 1.7rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 600;
		width: 100%;
		left: 0;
		right: 0;
		margin: auto;
}

.pec_top_width {
		left: 0;
		right: 0;
		margin: auto;
		text-align: left;
}

.table_top_01 {
		max-width: 600px;
		width: 100%;
		margin-top: 50px;
		border: 1px solid #ccc;
}

.table_top_01 thead tr {
		background-color: #0a5c28;
}

.table_top_01 thead tr th,
.table_top_01 thead tr td {
		padding: 10px;
		color: #fff;
		border-right: 1px solid #ccc;
}

.table_top_01 tbody tr th {
		padding: 10px;
		font-weight: bold;
}

.table_top_01 tbody tr td {
		padding: 10px;
		border-left: 1px solid #ccc;
}

.table_top_01 tbody tr td strong {
		color: #d41c24;
}
.table_top_01 tbody tr:nth-of-type(odd) {
		background-color: #fff;
}
.table_top_01 tbody tr:nth-of-type(even) {
		background-color: #ededed;
}

.pec_ul {
		font-size: 1.4rem;
		list-style: none;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 400;
		color: #404040;
		margin-top: 30px;
}

.pec_ul li {
		margin-top: 15px;
}

.pec_flex {
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 28px -14px 0;
		position: relative;
}

.pec_list {
		width: 33.333%;
		box-sizing: border-box;
		position: relative;
		padding: 0 10px;
		margin-top: 30px;
}

.pec_img img {
		display: block;
		margin: 0 auto;
		width: 100%;
}

.pec_list_ttl {
		font-size: 2rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 800;
		margin: 10px 0 0;
		text-align: center;
		color: #0a5c28;
}

.pec_cap {
		font-size: 1.4rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: normal;
		margin-top: 5px;
		text-align: left;
}

.pec_list_02 {
		width: 50%;
		box-sizing: border-box;
		position: relative;
		padding: 0 20px;
		margin-top: 30px;
}

.pec_list_02 {
		width: 50%;
		box-sizing: border-box;
		position: relative;
		padding: 0 5% 0 0;
		margin-top: 30px;
}

.pec_list_03 {
		width: 50%;
		box-sizing: border-box;
		position: relative;
		padding: 0 0 0 5%;
		margin-top: 30px;
}
@media screen and (max-width: 768px) {
	.top_pec_cont {
			background-color: #0a5c28;
			padding-top: 45px;
	}

	.pec_ttl {
			text-align: center;
			color: #fff;
			font-size: 1.7rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
	}

	.pec_ttl span {
			color: #f0d24f;
			font-size: 2.5rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
	}

	.pec_cont_back {
			background-color: #fff;
			width: 95%;
			max-width: 900px;
			left: 0;
			right: 0;
			margin: auto;
			margin-top: 60px;
	}

	.pec_hed {
			display: flex;
			padding: 0 10px;
	}

	.pec_num {
			font-size: 15vw;
			font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
			font-weight: 600;
			color: #0a5c28;
			margin: 0;
	}

	.pec_ttl_img {
			margin: 20px 0 0 0;
	}

	.pec_ttl_img01 {
			max-width: 640px;
			width: 100%;
			height: auto;
	}

	.pec_cont_width {
			width: 100%;
			max-width: 800px;
			left: 0;
			right: 0;
			margin: auto;
			padding: 0 0 40px;
	}
	.oguchi_back {
		background-image: none;
	}
	.pec_text {
			font-size: 1.7rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			width: 100%;
			left: 0;
			right: 0;
			margin: auto;
			padding: 0 10px;
	}

	.pec_top_width {
			left: 0;
			right: 0;
			margin: auto;
			text-align: left;
	}

	.table_top_01 {
			max-width: 600px;
			width: 95%;
			margin: auto;
			margin-top: 50px;
			border: 1px solid #ccc;
			font-size: 1.2rem
	}

	.table_top_01 thead tr {
			background-color: #0a5c28;
	}

	.table_top_01 thead tr th,
	.table_top_01 thead tr td {
			padding: 10px;
			color: #fff;
			border-right: 1px solid #ccc;
	}

	.table_top_01 tbody tr th {
			padding: 10px;
			font-weight: bold;
	}

	.table_top_01 tbody tr td {
			padding: 10px;
			border-left: 1px solid #ccc;
	}

	.table_top_01 tbody tr td strong {
			color: #d41c24;
	}

	.table_top_01 tbody tr:nth-of-type(even) {
			background-color: #ededed;
	}

	.pec_ul {
			font-size: 1.4rem;
			list-style: none;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 400;
			color: #404040;
			margin-top: 30px;
			padding: 0 10px;
	}

	.pec_ul li {
			margin-top: 15px;
	}

	.pec_flex {
			-js-display: flex;
			display: -webkit-box;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
			margin: 28px 0;
			position: relative;
	}

	.pec_list {
			width: 50%;
			box-sizing: border-box;
			position: relative;
			padding: 0 10px;
			margin-top: 30px;
	}

	.pec_img img {
			display: block;
			margin: 0 auto;
			width: 100%;
	}

	.pec_list_ttl {
			font-size: 1.7rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 800;
			margin: 20px 0 10px 0;
			text-align: center;
			color: #0a5c28;
	}

	.pec_cap {
			font-size: 1.4rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			margin-top: 10px;
			text-align: left;
	}


	.pec_list_02 {
			width: 100%;
			box-sizing: border-box;
			position: relative;
			padding: 0 10px;
			margin-top: 30px;
	}

	.pec_list_03 {
			width: 100%;
			box-sizing: border-box;
			position: relative;
			padding: 0 10px;
			margin-top: 30px;
	}
}
/* 安心 */
/* news */
.news_list {
		margin: 40px auto 0;
		max-width: 1120px;
		border-top: 1px dotted #404040;
}

.news_list li {
	  border-bottom: 1px dotted #404040;
		padding: 25px 0px;
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
}

.news_list li span {
		display: block;
		width: 280px;
		font-size: 1.4rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 600;
		color: #0a5c28;
}

.news_list li a {
		display: block;
		width: calc(100% - 280px);
		text-decoration: none;
		font-size: 1.4rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 400;
		color: #1a1a1a;

}
@media screen and (max-width: 768px) {
	.news_list {
			margin: 40px auto 0;
			max-width: 1120px;
	}

	.news_list li {
			padding: 20px 0px;
			-js-display: flex;
			display: -webkit-box;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.news_list li span {
			display: block;
			width: 100%;
			font-size: 1.4rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			color: #0a5c28;
			margin-bottom: 10px;
	}

	.news_list li a {
			display: block;
			width: 100%;
			text-decoration: none;
			font-size: 1.4rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 400;
			color: #1a1a1a;
	}

}
/* news */
/* ロゴ紹介 */
.logo_intro_top {
		display: flex;
		margin-top: 80px;
}

.logo_intro_img img {
		width: 100px;
		margin-right: 40px;
}

.logo_intro_ttl {
		font-size: 1.8rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 600;
		color: #0a5c28;
		margin-bottom: 20px;
}

.logo_intro_text {
		text-align: left;
		max-width: 750px;
		width: 100%;
		font-size: 1.4rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 400;
}
@media screen and (max-width: 768px) {
	.logo_intro_top {
			display: flex;
			flex-wrap: wrap;
			margin-top: 80px;
	}
	.logo_intro_img {
		margin: auto;
	}
	.logo_intro_img img {
			width: 100%;
			max-width: 100px;
			margin-right: 0;
	}

	.logo_intro_ttl {
		margin-top: 25px;
			font-size: 1.8rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			color: #0a5c28;
	}

	.logo_intro_text {
			text-align: left;
			max-width: 750px;
			width: 100%;
			font-size: 1.4rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 400;
	}
}
/* ロゴ紹介 */



/* お客様の声 */
.mess {
	display: flex;
}
.mess_cont {
	float: left;
}
.mess_cont a {
	color: #404040;
}
.mess_grid {
	display: flex;
	padding: 25px;
  background-color: #f2f2f2;
	width: 100%;
	max-width: 660px;
	max-height: none;
	border-radius: 10px;
}
.mess_grid:hover {
  background-color: #d2dfd4;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.mess_grid a{
	color: #404040;
}
.mess_grid_voice {
	display: flex;
	padding: 25px;
  background-color: #f2f2f2;
	width: 100%;
	max-width: 100%;
	max-height: none;
	border-radius: 10px;
}
.mess_grid_voice:hover {
  background-color: #d2dfd4;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.mess_grid_voice a{
	color: #404040;
}
.mess_thum {
	width: 250px;
	height: 190px;
	background-repeat: no-repeat;
  background-size: 110%;
	background-position: center;
}
.mess_thum_voice {
	width: 200px;
	height: 150px;
	background-repeat: no-repeat;
  background-size: cover;
	background-position: center;
}
.mess_thum_case {
	width: 250px;
	height: 190px;
	background-repeat: no-repeat;
  background-size: cover;
	background-position: left;
}
.un_line {
	border-bottom: 1px dotted #404040;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.mess_days {
	margin: 5px 0;
}

.mess_info {
	margin-left: 25px;
	width: 100%;
}
.mess_exp {
	margin-bottom: 10px;
}



/* アーカイブ */
.mess_archive {
	margin-left: 40px;
	width: 200px;
	float: left;
}
.mess_archive_list {
	list-style: none;
	margin-top: 10px;
	width: 100%;
}
.mess_archive_list li:first-child{
	border-bottom: 1px dotted #404040;
	border-top: 1px dotted #404040;
	padding-left: 10px;
}
.mess_archive_list li{
	border-bottom: 1px dotted #404040;
	padding: 15px 0;
	padding-left: 10px;
}
.mess_archive_list li a{
	text-decoration: underline;
	color: #404040;
	border-color: #404040;
}

/* アーカイブ */

/* お客様の声 */
.media_news {
	margin-top: 25px;
}
.media_news:hover{
	background-color: #d2dfd4;
}

/* メディア */
.media_news h2,
.media_news h3,
.media_news h4,
.media_news h5, {
	text-decoration: underline;
	border-color: #0a5c28;
}
/* メディア */

/* 準備中 */
.in_preparation {
	font-size: 25px;
	text-align: center;
}
/* 準備中 */


/* ブログ */
.al-right {
	margin-top: 60px;
	color: #095c28;
	font-size: 1.6rem;
}
.post_content {
	text-align: left;
}
.post_content_case {
	margin-top: 100px;
}
.post_content p {
	margin-top: 30px;
}
.post_content img {
	max-width: 400px;
	width: 100%;
	margin: 30px 0;
}

.post_img {
	max-width: 600px;
	width: 100%;
	margin: 30px 0 0 0;
}
/* ブログ */


@media screen and (max-width: 900px) {

	/* お客様の声 */
	.mess {
		display: inline-block;
	}
	.mess_cont {
		float: left;
	}
	.mess_grid {
		display: flex;
		margin-bottom: 20px;
		padding: 20px;
	  background-color: #f2f2f2;
		width: 100%;
		max-width: 660px;
    max-height: none;
		border-radius: 10px;
	}
	.mess_grid:hover {
		background-color: #d2dfd4;
	}
	.mess_thum img {
		max-width: 270px;
		width: 100%;
	}
	.un_line {
		border-bottom: 1px dotted #404040;
		padding-bottom: 5px;
		margin-bottom: 10px;
	  margin-top: 0px;
	}
	.mess_days {
		margin-bottom: 10px;
		font-size: 1.2rem;
	}

	.mess_info {
		margin-left: 20px;
		font-size: 1.2rem;

	}
	.mess_exp {
		margin-bottom: 10px;
		font-size: 1.2rem;

	}



	/* アーカイブ */
	.mess_archive {
		margin-left: 0;
		margin-top: 0;
		width: 100%;
		float: right;
		margin: 40px auto 0;
	}
	.mess_archive_list {
		list-style: none;
		margin-top: 10px;
		width: 100%;
	}
	.mess_archive_list li:first-child{
		border-bottom: 1px dotted #404040;
		border-top: 1px dotted #404040;
		padding-left: 10px;
	}
	.mess_archive_list li{
		border-bottom: 1px dotted #404040;
		padding: 15px 0;
		padding-left: 10px;

	}
	/* アーカイブ */

}


.staff_box {
	background-color: #fdfbed;
	padding: 15px;
	margin: 0 10px 20px;
	width: 47%;
}
.company_glid {
	display: flex;
	flex-wrap: wrap;
}
.company_cont {
	display: flex;
}
.company_cont .company_obj01{
	width: 40%;
}
.company_cont .company_obj02{
	width: 60%;
	padding-left: 15px;
}
.company_cont .company_img01 {
	width: 185px;
	position: relative;
}
.company_cont .company_img02 {
	width: 160px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-left: 0px;
}
.company_cont .company_intro {
	font-size: 1.4rem;
	margin-top: 10px;
}
.staff_name {
	font-size: 1.7rem;
	display: block;
	color: #0a5c28;
	font-weight: bold;
}
.staff_kana {
	display: block;
	color: #0a5c28;
	font-weight: bold;
	font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
	.staff_box {
		background-color: #fdfbed;
		padding: 15px;
		margin: 0 10px 20px;
		width: 100%;
	}
	.company_glid {
		display: flex;
		flex-wrap: wrap;
	}
	.company_cont {
		display: flex;
	}
	.company_cont .company_obj01{
		width: 40%;
	}
	.company_cont .company_obj02{
		width: 60%;
		padding-left: 15px;
	}
	.company_cont .company_img01 {
		width: 185px;
		position: relative;
	}
	.company_cont .company_img02 {
		width: 160px;
		padding-bottom: 15px;
		padding-top: 15px;
		margin-left: 0px;
	}
	.company_cont .company_intro {
		font-size: 1.4rem;
	}
}
/* よくある質問 */
.question {
	margin-top: 60px;
	color: #e49501;
	font-weight: bold;
}
.anser {
	margin-top: 15px;
}
/* よくある質問 */

.phone_number {
    font-size: 4.5rem;
    font-weight: 600;
    color: #0a5c28;
}
@media screen and (max-width: 768px) {
	.phone_number {
	    font-size: 3rem;
	    font-weight: 600;
	    color: #0a5c28;
	}
}
.next-prev {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 80px;
    color: #0a5c28;
}
.next-prev a{
		text-decoration: underline;
		color: #0a5c28;
		transition: all .3s ease;
		font-size: 1.4rem;
}
.wp-pagenavi .pages{
	display: none!important;
}
.wp-pagenavi {
    margin-top: 60px;
    display: block;
		text-align: center;
		height: 30px;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none!important;
    border: none!important;
    padding: 12px!important;
    margin: 0px!important;
		font-size: 1.6rem!important;
		color: #404040!important;
}
.wp-pagenavi span.current {
    font-weight: bold;
		color: #0a5c28!important;
}
.wp-pagenavi a, .wp-pagenavi span
@media screen and (max-width: 768px) {
	.next-prev {
	    -js-display: flex;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;
	    margin-top: 80px;
	    color: #0a5c28;
	}
	.next-prev a{
			text-decoration: underline;
			color: #0a5c28;
			transition: all .3s ease;
			font-size: 1.2rem;
	}
	.wp-pagenavi .pages{
		display: none!important;
	}
	.wp-pagenavi {
	    margin-top: 40px;
	    display: block;
			text-align: center;
			height: 30px;
	}
	.wp-pagenavi a, .wp-pagenavi span {
	    text-decoration: none!important;
	    border: none!important;
	    padding: 12px!important;
	    margin: 0px!important;
			font-size: 1.6rem!important;
			color: #404040!important;
	}
	.wp-pagenavi span.current {
	    font-weight: bold;
			color: #0a5c28!important;
	}
}

.flow_shinsui {
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		margin: 25px 0 0;
		margin-left: 33px;
		position: relative;
		background-color: #fdfbed;
		padding: 30px 25px 30px 7%;
		z-index: -1000;
}
.flow_ttl_shinsui {
		font-size: 1.8rem;
		font-weight: 600;
}

.flow_ttl_shinsui + p {
		margin-top: 15px;
}

.flow_shinsui:first-child {
		margin-top: 0;
}

.flow .col.col-l-6 {
		max-width: 400px;
		width: 100%;
}

.flow_step_shinsui, .flow_step_last_shinsui {
		position: absolute;
		top: 10px;
		left: -23px;
		text-align: center;
}

.flow_step_shinsui::before,
.flow_step_last_shinsui::before {
		content: '';
		position: absolute;
		top: -14px;
		left: 24px;
		display: inline-block;
		margin: 0;
		width: 80px;
		height: 80px;
		background-color: #0a5c28;
		line-height: 80px;
		text-decoration: none;
		border-radius: 50%;
		transform: translateX(-50%);
		z-index: -999;
}

.flow_step_shinsui::after {
		content: '';
		position: absolute;
		top: 60px;
		left: 24px;
		display: inline-block;
		margin: 0;
		width: 10px;
		height: 120px;
		background-color: #0a5c28;
		line-height: 80px;
		text-decoration: none;
		transform: translateX(-50%);
		z-index: -999;
}

.flow_step_last_shinsui::after {
		content: '';
		position: absolute;
		top: 60px;
		left: 24px;
		display: inline-block;
		margin: 0;
		width: 0px;
		height: 0px;
		background-color: #0a5c28;
		line-height: 80px;
		text-decoration: none;
		transform: translateX(-50%);
		z-index: -999;
}

.flow_step_01_shinsui {
		font-size: 4rem;
		font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		font-weight: 600;
		color: #fff;
		line-height: 1;
}

.flow_step_shinsui span,
.flow_step_last_shinsui span {
		display: block;
		font-size: 1.8rem;
		font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		font-weight: 600;
		color: #fff;
		line-height: 1;
}
.contact_bnr_text {
    display: block;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2;
    margin: auto;
    text-align: center;
}
.mess_ttl {
    font-size: 2.5rem;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 600;
		line-height: 2;
		text-align: center;
		margin-top: 80px;
	  color: #0a5c28;
}
.waste_soil_mt {
	margin-top: 0;
}
@media screen and (max-width: 768px) {
	.flow_shinsui {
			-js-display: flex;
			display: -webkit-box;
			display: -webkit-flex;
			display: flex;
			margin: 25px 0 0;
			margin-left: 33px;
			position: relative;
			background-color: #fdfbed;
			padding: 30px 25px 30px 50px;
			z-index: -1000;
	}
	.flow_ttl_shinsui {
			font-size: 1.4rem;
			font-weight: 600;
	}

	.flow_ttl_shinsui + p {
			margin-top: 15px;
	}

	.flow_shinsui:first-child {
			margin-top: 0;
	}

	.flow .col.col-l-6 {
			max-width: 400px;
			width: 100%;
	}

	.flow_step_shinsui, .flow_step_last_shinsui {
			position: absolute;
			top: 10px;
			left: -23px;
			text-align: center;
	}

	.flow_step_shinsui::before,
	.flow_step_last_shinsui::before {
		content: '';
		position: absolute;
		top: -15px;
		left: 19px;
		display: inline-block;
		margin: 0;
		width: 65px;
		height: 65px;
		background-color: #0a5c28;
		line-height: 65px;
		text-decoration: none;
		border-radius: 50%;
		transform: translateX(-50%);
		z-index: -999;

	}

	.flow_step_shinsui::after {
		content: '';
		position: absolute;
		top: 40px;
		left: 20px;
		display: inline-block;
		margin: 0;
		width: 10px;
		height: 130px;
		background-color: #0a5c28;
		line-height: 80px;
		text-decoration: none;
		transform: translateX(-50%);
		z-index: -999;
	}

	.flow_step_last_shinsui::after {
		content: '';
		position: absolute;
		top: 60px;
		left: 24px;
		display: inline-block;
		margin: 0;
		width: 0px;
		height: 0px;
		background-color: #0a5c28;
		line-height: 80px;
		text-decoration: none;
		transform: translateX(-50%);
		z-index: -999;
	}

	.flow_step_01_shinsui {
		font-size: 3rem;
		font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		font-weight: 600;
		color: #fff;
		line-height: 1;
	}

	.flow_step_shinsui span,
	.flow_step_last_shinsui span {
		display: block;
		font-size: 1.4rem;
		font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		font-weight: 600;
		color: #fff;
		line-height: 1;
	}
	.contact_bnr_text {
	    display: block;
	    font-weight: 600;
	    font-size: 1.8rem;
	    line-height: 2;
	    margin: auto;
	    text-align: center;
	}
	.mess_ttl {
	    font-size: 1.6rem;
	    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	    font-weight: 600;
			line-height: 2;
			text-align: center;
			margin-top: 60px;
		  color: #0a5c28;
	}
	.waste_soil_mt {
		margin-top: 20px;
	}
}
.top_ttl_slick {
	color: #0a5c28;
	margin-top: 15px;
	text-align: center;
}
.top_date_slick {
	margin: 10px 0 0 12px;
	color: #404040;
}
.top_report_slick {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
  width: 270px;
  height: 160px;
	padding: 10px;
	margin: auto;
}
@media screen and (max-width: 768px) {
	.top_ttl_slick {
		color: #0a5c28;
		margin-top: 15px;
		text-align: center;
	}
	.top_date_slick {
		margin: 10px 0 0 12px;
		color: #404040;
	}
	.top_report_slick {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		max-width: 280px;
	  width: 100%;
	  height: 160px;
		padding: 10px;
		margin: auto;
	}
}


.best_works_content {
	border: 2px solid #0a5c28;
  padding: 25px 35px;
	max-width: 580px;
	width: 100%;
	margin: 50px auto 0;
	background-color: #fff;
}

.best_works {
	list-style: none;
	font-size: 2rem;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: 600;
	color: #404040;
	width: 100%;
	line-height: 2.2;

}
.best_works li:first-child{
	margin-top: 0;
	position: relative;
	padding-left: 20px;

}
.best_works li {
	margin-top: 10px;
	position: relative;
	padding-left: 20px;

}
.best_works thead th:first-child::before,
.best_works tbody td::before {
	content: '';
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0a5c28;
}
.best_works thead th, .best_works tbody td {
    width: 50%;
		position: relative;
		padding-left: 20px;
}

.best_back {
	position: relative;
	padding: 60px 0;
	margin-top: 60px;
}
.best_back::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #fdfbed;
    z-index: -1;
}
.best_mess {
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.best_works_content {
		border: 2px solid #0a5c28;
	  padding: 25px 35px;
		max-width: 380px;
		width: 100%;
		margin: 50px auto 0;
		background-color: #fff;
	}

	.best_works {
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		list-style: none;
		-webkit-justify-content: center;
	          justify-content: center;
	            -ms-flex-pack: center;
		-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
		list-style: none;
		font-size: 2rem;
		font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		font-weight: 600;
		color: #404040;
		width: 100%;
		line-height: 2.2;

	}
	.best_works li:first-child{
		margin-top: 0;
		position: relative;
		padding-left: 20px;

	}
	.best_works li {
		margin-top: 10px;
		position: relative;
		padding-left: 20px;

	}
	.best_works thead th:first-child::before,
	.best_works tbody td::before {
		content: '';
	  display: inline-block;
	  position: absolute;
	  top: 20px;
	  left: 5px;
	  width: 5px;
	  height: 5px;
	  border-radius: 50%;
	  background-color: #0a5c28;
	}
	.best_works thead th, .best_works tbody td {
			display: block;
	    width: 100%;
			position: relative;
			padding-left: 20px;
	}

	.best_back {
		position: relative;
		padding: 60px 0;
		margin-top: 60px;
	}
	.best_back::after {
	    content: '';
	    position: absolute;
	    left: 50%;
	    top: 0;
	    transform: translateX(-50%);
	    width: 100vw;
	    height: 100%;
	    background-color: #fdfbed;
	    z-index: -1;
	}
	.best_mess {
		font-size: 1.5rem;
		font-weight: bold;
	}
}

.width_320 {
	width: 100%;
	max-width: 320px;
	margin-left: 20px;
}
@media screen and (max-width: 768px) {
	.width_320 {
		width: 100%;
		max-width: 100%;
		margin-left: 0px;
	}
}

.self_intro {
	display: flex;
}
.self_intro_back {
	position: relative;
	padding-top: 30px;
}
.self_intro_back::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #fdfbed;
    z-index: -1;
}
.self_intro_img {
	width: 100%;
	max-width: 300px;
	margin-right: 30px;
}

.self_intro_text {
	position: relative;
	width: 100%;
}
.self_intro_text::after {
    content: '';
    position: absolute;
		left: 13%;
    top: 10px;
    width: 400px;
    height: 300px;
    opacity: 0.1;
    background-image: url(../img/goen_logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.self_intro_text span {
	display: inline-block;
	margin-top: 20px;
	font-size: 2.5rem;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
	color: #0a5c28;
}
.self_intro_text span .en {
	font-size: 1.8rem;
	margin-left: 20px;
}
.self_intro_text p {
	position: relative;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {

	.self_intro {
		display: flex;
		flex-wrap: wrap;
	}
	.self_intro_back {
		position: relative;
		padding: 30px 0;
	}
	.self_intro_back::after {
	    content: '';
	    position: absolute;
	    left: 50%;
	    top: 0;
	    transform: translateX(-50%);
	    width: 100vw;
	    height: 100%;
	    background-color: #fdfbed;
	    z-index: -1;
	}
	.self_intro_img {
		width: 100%;
		max-width: 300px;
		margin-right: 30px;
	}

	.self_intro_text {
		position: relative;
		width: 100%;
	}
	.self_intro_text::after {
	    content: '';
	    position: absolute;
			left: 15%;
	    top: unset;
	    bottom: -10px;
			width: 240px;
			height: 240px;
	    opacity: 0.1;
	    background-image: url(../img/goen_logo.svg);
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: contain;
	}
	.self_intro_text span {
		display: block;
    text-align: center;
		margin-top: 0px;
		font-size: 2.5rem;
	  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	  font-weight: 600;
		color: #0a5c28;
	}
	.self_intro_text span .en {
		font-size: 1.8rem;
		margin-left: 0px;
	}
	.self_intro_text p {
		position: relative;
		margin-top: 30px;
	}

	.self_intro_img_sp {
		width: 100%;
    max-width: 300px;
		z-index: 1000;
		margin-top: 20px;
	}
}
.deodorize_type_tit {
	display: block;
	font-size: 2rem;
  font-weight: bold;
  color: #0a5c28;
	margin-top: 30px;
	text-align: center;
}
.deodorize_type {
	display: flex;
	flex-wrap: wrap;
}
.deodorize_type_box {
	display: block;
	width: 25%;
}

.deodorize_type_link {
	position: relative;
	display: block;
	height: 180px;
	width: 180px;
	background-size: 100%;
	background-position: center center;
	border-radius: 50%;
	margin: 30px auto 0;
	transition: .5s;
}
.deodorize_type_link:hover {
	position: relative;
	display: block;
	height: 180px;
	width: 180px;
	background-size: 120%;
	background-position: center center;
	border-radius: 50%;
	margin: 30px auto 0;
  transition: .5s;
}
.deodorize_type_box_02 {
	height: 180px;
	width: 180px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.1);
}
.deodorize_type_text {
	position: absolute;
	white-space: nowrap;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 2.3rem;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 1px #333, 0 0 2px #333, 0 0 3px #333, 0 0 4px #333;
 }
 .deodorize_type + p {
	 margin: 40px 0 0;
	 text-align: center;
	 font-size: 1.7rem;
	 line-height: 2;
 }
 .deodorize_type_btn {
	 margin: 30px 0 40px;
 }

 @media screen and (max-width: 768px) {
	 .deodorize_type_tit {
	 	display: block;
	 	font-size: 1.8rem;
	   font-weight: bold;
	   color: #0a5c28;
	 	margin-top: 30px;
	 	text-align: center;
	 }
	 .deodorize_type {
	 	display: flex;
	 	flex-wrap: wrap;
	 }
	 .deodorize_type_box {
	 	display: block;
	 	width: 50%;
	 }

	 .deodorize_type_link {
	 	position: relative;
	 	display: block;
	 	height: 150px;
	 	width: 150px;
	 	background-size: 100%;
	 	background-position: center center;
	 	border-radius: 50%;
	 	margin: 30px auto 0;
		transition: .5s;
	 }
	 .deodorize_type_link:hover {
	 	position: relative;
	 	display: block;
	 	height: 150px;
	 	width: 150px;
	 	background-size: 120%;
	 	background-position: center center;
	 	border-radius: 50%;
	 	margin: 30px auto 0;
	   transition: .5s;
	 }
	 .deodorize_type_box_02 {
	 	height: 150px;
	 	width: 150px;
	 	border-radius: 50%;
	 	background-color: rgba(0,0,0,0.1);
	 }
	 .deodorize_type_text {
	 	position: absolute;
	 	white-space: nowrap;
	 	top: 50%;
	 	left: 50%;
	 	transform: translateY(-50%) translateX(-50%);
	 	-webkit- transform: translateY(-50%) translateX(-50%);
	 	font-size: 2rem;
	 	font-weight: bold;
	 	color: #fff;
	 	text-shadow: 0 0 1px #333, 0 0 2px #333, 0 0 3px #333, 0 0 4px #333;
	  }
	  .deodorize_type + p {
	 	 margin: 40px 0 0;
	 	 text-align: left;
		 font-size: 1.5rem;
		 line-height: 1.8;
	  }
 }

 .news_list li .information_box_icon {
	 display: inline-block;
	 width: 100px;
	 font-size: 1.4rem;
	 font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	 font-weight: 600;
	 color: #0a5c28;
	 padding: 4px 0px;
	 margin-left: 15px;
	 border: 1px solid #0a5c28;
	 line-height: 1;
	 text-align: center;
}

.mess_grid_information {
	display: flex;
	align-items: center;
	padding: 25px;
  background-color: #f2f2f2;
	width: 100%;
	max-width: 660px;
	max-height: none;
	border-radius: 10px;
}
.mess_grid_information:hover {
  background-color: #d2dfd4;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.mess_grid_information a{
	color: #404040;
}
.mess_thum_information {
	min-width: 120px;
	min-height: 120px;
	background-repeat: no-repeat;
  background-size: cover;
	background-position: center;
}
.mt_taihu {
	margin-top: 80px;
}
@media screen and (max-width: 900px) {
	.news_list li .information_box_icon {
		display: inline-block;
		width: 80px;
		font-size: 1.3rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 600;
		color: #0a5c28;
		padding: 3px 0px 2px;
		margin-left: 15px;
		border: 1px solid #0a5c28;
		line-height: 1;
		text-align: center;
 }
	.mess_grid_information {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
		padding: 0px 20px 10px;
	  background-color: #f2f2f2;
		width: 100%;
		max-width: 660px;
    max-height: none;
		border-radius: 10px;
	}
	.mess_grid_information:hover {
		background-color: #d2dfd4;
	}
	.mess_grid_information a{
		color: #404040;
	}
	.mess_thum_information {
		min-width: 120px;
		min-height: 120px;
		max-width: 120px;
		max-height: 120px;
		background-repeat: no-repeat;
	  background-size: cover;
		background-position: center;
	}
	.mt_taihu {
		margin-top: 60px;
	}
}

.line_content {
	margin: 20px auto 0;
}
.line_flow {
	border: 2px solid #0a5c28;
	border-radius: 11px;
	position: relative;
	margin: 50px auto 0;
	background-color: #fdfbed;
}
.line_flow::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translate(-50%, 0);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #e59501 transparent transparent transparent;
  z-index: 1;
}
.line_flow_last::after {
	content: '';
	display: none;
}
.line_flow_ttl {
	display: block;
	text-align: center;
	border-radius: 8px 8px 0 0;
	background-color: #0a5c28;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	padding: 10px 0;
}
.line_flow_ttl02 {
	display: block;
	text-align: center;
	color: #0a5c28;
	font-size: 2.2rem;
	font-weight: bold;

}
.line_flow_box {
	padding: 30px;
}
.line_flow_box_02 {
	padding: 30px 50px;
}
.line_flow_st_n {
	display: flex;
	margin-top: 30px;
}
.line_flow_st_n .qr {
	max-width: 250px;
	width: 100%;
	margin-right: 30px;
}
.line_flow_st_n .friend {
	display: block;
	max-width: 400px;
	width: 100%;
	margin-top: 20px;
}
.line_flow_text {
	margin-top: 0px;
}

.line_flow_st_s {
	display: flex;
	justify-content: space-around;
	margin-top: 30px;

}
.line_flow_st_s .captcha{
	max-width: 300px;
	width: 100%;
}
.line_flow_text2 {
	margin-top: 0px;
}
.line_flow_p {
	margin-top: 20px;
}
.line_flow_st_n .pre {
	max-width: 250px;
	width: 100%;
	margin-right: 20px;
}
.line_flow_box_last {
	padding: 30px 30px 0px;
}

.ricci_content {
	margin-top: 60px;
}
.ricci {
	display: flex;
  align-items: center;
  margin-top: 30px;
  border-bottom: 1px dashed #b3b3b3;
	padding: 0 0 30px;
}
.ricci:last-child {
	display: flex;
  align-items: center;
  margin-top: 30px;
  border-bottom: unset;
	padding: 0;
}
.ricci a {
	color: #e19201;
}
.ricci a:hover {
	text-decoration: underline;
}
.ricci figure {
	max-width: 250px;
	width: 100%;
	margin-right: 40px;
}
.ricci_text {

}
.ricci_ttl {
	color: #0a5c28;
	font-size: 2rem;
	font-weight: bold;
}
.ricci_ttl_sp {
	display: none;
}
.ricci_text p {
	margin-top: 20px;
}
.line_mess {
	display: inline-block;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2;
	margin-top: 30px;
}


@media screen and (max-width: 768px) {
	.line_content {
		margin: 20px auto; 0;
	}
	.line_flow {
		border: 2px solid #0a5c28;
		border-radius: 11px;
		position: relative;
		margin: 50px auto; 0;
		background-color: #fdfbed;
	}
	.line_flow::after {
	  content: '';
	  position: absolute;
	  left: 50%;
	  bottom: -40px;
	  transform: translate(-50%, 0);
	  display: block;
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 25px 25px 0 25px;
	  border-color: #e59501 transparent transparent transparent;
	  z-index: 1;
	}
	.line_flow_last::after {
		content: '';
		display: none;
	}
	.line_flow_ttl {
		display: block;
		text-align: center;
		border-radius: 8px 8px 0 0;
		background-color: #0a5c28;
		font-size: 2.2rem;
		font-weight: bold;
		color: #fff;
		padding: 10px 0;
	}
	.line_flow_ttl02 {
		display: block;
		text-align: left;
		color: #0a5c28;
		font-size: 1.8rem;
		font-weight: bold;

	}
	.line_flow_box {
		padding: 20px;
	}
	.line_flow_box_02 {
		padding: 20px;
	}
	.line_flow_st_n {
		display: flex;
		flex-wrap: wrap;
		margin-top: 0px;
	}
	.line_flow_st_n .qr {
		max-width: 200px;
    width: 100%;
    margin: 20px auto;
	}
	.line_flow_st_n .friend {
		display: block;
		max-width: 400px;
		width: 100%;
		margin-top: 20px;
	}
	.line_flow_text {
		margin-top: 0px;
	}

	.line_flow_st_s {
		display: flex;
		flex-wrap: wrap;
		justify-content: unset;
		margin-top: 20px;

	}
	.line_flow_st_s .captcha{
		max-width: 300px;
		width: 100%;
		margin: auto;
	}
	.line_flow_st_s .captcha02{
		margin: 20px auto 0;
	}
	.line_flow_text2 {
		margin-top: 0px;
	}
	.line_flow_p {
		margin-top: 20px;
	}
	.line_flow_st_n .pre {
		max-width: 200px;
		width: 100%;
		margin: 10px auto 0;
	}
	.line_flow_box_last {
		padding: 20px;
	}
	.line_flow_box_last p{
		margin-top: 20px;
	}
	.ricci_content {
		margin-top: 30px;
	}
	.ricci {
		display: flex;
		flex-wrap: wrap;
		align-items: unset;
		margin-top: 25px;
		border-bottom: 1px dashed #b3b3b3;
	}
	.ricci:last-child {
		display: flex;
	  align-items: center;
	  margin-top: 25px;
	  border-bottom: unset;
		padding: 0;
	}
	.ricci a {
		color: #e19201;
	}
	.ricci a:hover {
		text-decoration: underline;
	}
	.ricci figure {
		max-width: unset;
		width: 100%;
		margin: 15px auto 0;
	}
	.ricci_text {

	}
	.ricci_ttl {
		display: none;
		color: #0a5c28;
		font-size: 2rem;
		font-weight: bold;
	}
	.ricci_ttl_sp {
		display: block;
		color: #0a5c28;
		font-size: 2rem;
		font-weight: bold;
	}
	.ricci_text p {
		margin-top: 20px;
	}
	.line_mess {
		display: inline-block;
		font-weight: 600;
		font-size: 1.5rem;
		line-height: 1.7;
		margin-top: 30px;
	}
}
.link_a {
	color: #e19201;
	text-decoration: underline;
}
.link_a:hover {
	text-decoration: none;
}
.nagano_ken {
	max-width: 350px;
	width: 100%;
	margin: auto;
}

.rep_contents {
	background-color: #fdfbed;
	margin-top: 50px;
	padding: 40px 50px;;
}
.rep_ttl {
	display: block;
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	color: #0a5c28;
	text-align: center;
}
.rep_text {
	position: relative;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 30px;
}
.rep_name {
	display: block;
	text-align: right;
	margin-top: 20px;
	font-weight: bold;
	font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	.rep_contents {
		background-color: #fdfbed;
		margin-top: 30px;
		padding: 20px 20px;;
	}
	.rep_ttl {
		display: block;
		position: relative;
		font-size: 1.8rem;
		font-weight: bold;
		color: #0a5c28;
		text-align: center;
	}
	.rep_text {
		position: relative;
		font-size: 1.4rem;
		line-height: 1.8;
		margin-top: 20px;
	}
	.rep_name {
		display: block;
		text-align: right;
		margin-top: 15px;
		font-weight: bold;
		font-size: 1.8rem;
	}
}


.mess_grid .ttl_cmn_05 {
	margin-top: 0;
}
.mess_thum_voice {
  min-width: 150px;
	max-width: 150px;
}

.tx_ce_pc {
	text-align: center;
}
@media screen and (max-width: 768px){
	.mess_grid .ttl_cmn_05 {
		margin-top: 0;
	}
	.mess_thum_voice {
	  min-width: 120px;
		max-width: 120px;
		height: 120px!important;
	}
	.mess_info {
    margin-left: 15px;
	}
	.mess_grid {
		padding: 15px;
	}

	.tx_ce_pc {
		text-align: unset;
	}
}
