@charset "utf-8";

/* Body
------------------------------ */
html {
	overflow-x: hidden;
	font-size: 10px;
}
body {
	box-shadow: none;
	color: #333;
	font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ ProN W4",
				 "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "メイリオ",
				 Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.01em;
	-webkit-text-size-adjust: 100% !important;
	animation: fadeIn 0.4s ease-in 0s 1 normal;
}
.slider1 {
	animation: fadeIn 1s ease-in 0s 1 normal;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
a {
	text-decoration: none;
	transition: 0.3s ease;
}
.text_link {
	display: inline-block;
	color: #037250;
	line-height: 1;
}
.text_link:after {
	content: "";
	display: block;
	width: 0;
	transition: width 0.3s;
	border-bottom: 1px solid #037250;
	margin: 0 auto;
	border-radius: 1px;
}
.text_link:hover:after {
	width: 100%;
}
.caution {
	padding-left: 1.1em;
	position: relative;
}
.caution:before {
	content: "※";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

/* layout
------------------------------ */
.wrapper {
	position: relative;
	display: block;
	clear: both;
	float: none;
	width: 1250px;
	margin: 0 auto;
	padding: 0 15px;
}
#products01 .products_con > li::before {
	content: "";
	display: block;
	margin-top: -80px;
	padding-top: 80px;
}

/* Common
------------------------------ */
.fl_l {
	float: left;
}
.fl_r {
	float: right;
}
.float::before,.float::after {
	content: "";
	display: block;
	clear: both;
}
.pict img {
	width: 100%;
}
img {
	height: auto;
	vertical-align: top;
}
ul {
	letter-spacing: -0.4em;
}
li {
	letter-spacing: normal;
	vertical-align: top;
}
table {
	border-collapse: initial;
	border-spacing: 3px;
	width: 100%;
}
th,td {
	padding: 28px 40px;
}
th {
	background: #037250;
	background: linear-gradient(90deg, #037250 0%, #8cc63f 100%);
	color: #fff;
	width: 290px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
td {
	background: #edf4f2;
}
dt,dd {
	float: left;
	position: relative;
	margin-bottom: 20px;
	padding: 0 40px 20px;
}
dt:last-of-type,
dd:last-of-type {
	margin-bottom: 0;
}
dt {
	clear: left;
	width: 300px;
	text-align: center;
	color: #037250;
}
dd {
	width: 850px;
}
dt::after,dd::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
}
dt::after {
	background: #037250;
	background: linear-gradient(90deg, #037250 0%, #8cc63f 100%);
}
dd::after {
	background: #edf4f2;
}
.mincho {
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3",
				 "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝",
				 "ＭＳ 明朝", serif;
}
.btn {
	position: relative;
	font-size: 1.8rem;
	width: 250px;
	display: block;
	color: #fff;
	background: #037250;
	background: linear-gradient(90deg, #037250 0%, #8cc63f 100%);
	box-sizing: border-box;
	text-align: center;
	margin: auto;
	padding: 14px 14px 14px 0;
}
.btn:hover {
	box-shadow: rgba(0, 72, 50, 0.23) 0px 6px 6px;
}
.btn::before {
	content: "";
	display: inline-block;
	border: solid 1px #fff;
	width: 238px;
	height: 48px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
}
.btn::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
	transition: 0.3s ease;
}
.btn:hover::after {
	right: 16px;
}
.btn:hover::before {
	opacity: 1;
}
li,th,td,input,textarea,
dt,dd {
	box-sizing: border-box;
}
.tell {
	color: #037250;
	font-size: 4rem;
	line-height: 1;
	font-weight: 600;
}
.tell span,.tell::before {
	vertical-align: middle;
}
.tell::before {
	content: "";
	display: inline-block;
	background: url(../images/tell_g.svg) no-repeat center;
	background-size: contain;
	-webkit-background-size: contain;
	width: 29px;
	height: 37px;
	margin-right: 6px;
}
.green {
	color: #037250;
}
.bg_pict_g {
	background: url(../images/bg.jpg);
	background-size: cover;
	-webkit-background-size: cover;
}
h2 {
	font-size: 3.6rem;
}
h2 + p {
	text-align: center;
}
h3 {
	font-size: 2.6rem;
}
.mb1em {
	margin-bottom: 1em;
}
.br_g::after {
	content: "";
	display: block;
	background: #037250;
	background: linear-gradient(90deg, #037250 0%, #8cc63f 100%);
}
.dot_list li {
	padding-left: 1.1em;
	position: relative;
}
.dot_list li:before {
	content: "・";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.num_list li,.num_text {
	padding-left: 1.2em;
	position: relative;
}
.num_list li .num,.num_text .num {
	position: absolute;
	top: 0;
	left: 0;
}
.circle {
	position: relative;
	z-index: 1;
	text-align: center;
	padding-top: 30px;
}
.circle > span {
	position: relative;
}
.circle > span::before {
	content: "";
	display: inline-block;
	width: 77px;
	height: 73px;
	background: url(../images/title_circle.svg) no-repeat center;
	background-size: contain;
	-webkit-background-size: contain;
	position: absolute;
	z-index: -1;
	top: -33px;
	left: -48px;
}
.products_list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 143px;
	text-align: center;
	margin-right: 15px;
}
.products_list li a::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5.5px 0 5.5px;
	border-color: #057350 transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 9px;
	margin: auto;
}
.products_list li:last-of-type {
	margin-right: 0;
}
.products_list li a {
	color: #037250;
	font-size: 1.8rem;
	display: block;
	padding: 25px 0 40px;
	border-radius: 10px;
	border: 1px solid #037250;
	position: relative;
}
.products_list li a:hover {
	background: rgba(137, 196, 63, 0.3);
	transform: scale(1.1);
}
.products_list li a::after {
	content: "";
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	width: 74px;
	height: 74px;
	margin: auto;
	margin-top: 6px;
}
.products_list li:first-of-type a::after,
#products01 #list01 .title h3::before {
	background-image: url(../images/products_list01.svg);
}
.products_list li:nth-of-type(2) a::after,
#products01 #list02 .title h3::before {
	background-image: url(../images/products_list02.svg);
}
.products_list li:nth-of-type(3) a::after,
#products01 #list03 .title h3::before {
	background-image: url(../images/products_list03.svg);
}
.products_list li:nth-of-type(4) a::after,
#products01 #list04 .title h3::before {
	background-image: url(../images/products_list04.svg);
}
.products_list li:nth-of-type(5) a::after,
#products01 #list05 .title h3::before {
	background-image: url(../images/products_list05.svg);
}
.products_list li:nth-of-type(6) a::after,
#products01 #list06 .title h3::before {
	background-image: url(../images/products_list06.svg);
}
.products_list li:nth-of-type(7) a::after,
#products01 #list07 .title h3::before {
	background-image: url(../images/products_list07.svg);
}
.products_list li:nth-of-type(8) a::after,
#products01 #list08 .title h3::before {
	background-image: url(../images/products_list08.svg);
}

/* Header
------------------------------ */
header {
	position: relative;
	padding-top: 188px;
}
header::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 11px;
	background: #037250;
	background: linear-gradient(90deg, #037250 0%, #8cc63f 100%);
	position: absolute;
	top: 0;
	z-index: 6;
}
header .pc_menu {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	z-index: 5;
	background: #fff;
	opacity: 1;
	visibility: initial;
	padding-top: 40px;
	padding-bottom: 14px;
}
header .wrapper > div {
	margin-bottom: 14px;
	padding: 0 10px;
	position: relative;
}
header .header_contact {
	position: absolute;
	right: 0;
}
header #header_logo,header #lead,
header .header_contact {
	display: inline-block;
	vertical-align: middle;
}
header #lead {
	font-size: 1.4rem;
	margin-right: 0;
}
#header_logo a {
	background: url(../images/logo.svg) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	display: block;
	width: 270px;
	height: 60px;
	margin-right: 18px;
}
#header_logo a:hover {
	opacity: 0.7;
}
#header_logo span {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
/* gnav */
#gnav li {
	position: relative;
	display: inline-block;
	letter-spacing: 0.04em;
}
#gnav li a {
	position: relative;
	display: block;
	padding: 16px 0;
	text-align: center;
	font-weight: 600;
	color: #037250;
	width: 250px;
	transition: 0s;
}
#gnav li a:hover {
	color: #fff;
	background: #037250;
	background: linear-gradient(90deg, #037250 0%, #8cc63f 100%);
}
#gnav li:nth-last-of-type(2) a::after,
#gnav li a::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 33px;
	background: #037250;
	position: absolute;
}
#gnav li a::before {
	left: 0;
}
#gnav li:last-of-type {
	display: none;
}
#gnav li:nth-last-of-type(2) a::after {
	right: 0;
}
@media screen and (min-width: 640px) {
	/*fixed_none*/
	.fixed_none .wrapper > div {
		display: none;
	}
	.fixed_none .pc_menu {
		visibility: hidden;
		opacity: 0;
		transition: 0.3s;
	}
	.fixed_none #gnav li:last-of-type {
		display: inline-block;
	}
	.fixed_none #gnav li .tell {
		font-size: 2.8rem;
		padding: 12px 0 11px 16px;
	}
	.fixed_none #gnav li .tell::before {
		width: 20px;
	}
	/*fixed_in*/
	.fixed_in .pc_menu {
		position: fixed;
		padding-top: 0;
		padding-bottom: 0;
	}
	.fixed_in .pc_menu #gnav ul {
		text-align: right;
	}
	.fixed_in #gnav li:first-of-type a {
		background: url(../images/logo.svg) no-repeat center top 2px;
		-webkit-background-size: contain;
		background-size: contain;
		width: 160px;
		padding: 0;
		margin: 10px 0 14px;
	}
	.fixed_in .pc_menu #gnav li:first-of-type a:hover {
		opacity: 0.7;
	}
}
.fixed_in #gnav li a {
	width: 180px;
}
.fixed_in #gnav li:first-of-type {
	position: absolute;
	left: 0;
	top: 0;
}
.fixed_in #gnav li:first-of-type a::before {
	content: none;
}
.fixed_in #gnav li:first-of-type span {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
}
/*fixed*/
.fixed .pc_menu {
	transition: 0.3s ease-in;
	opacity: 1;
	visibility: initial;
}
/* menu */
#menu {
	padding: 147px 0 120px;
}
#menu .left_pict {
	width: 380px;
	height: auto;
	margin-right: 40px;
}
#menu h3 {
	display: inline;
	color: #3c2f20;
	font-size: 26px;
	line-height: 1em;
	letter-spacing: 0.02em;
	background: linear-gradient(transparent 50%, #e2ebd2 50%);
	padding: 0 4px 8px;
}
#menu h4 {
	color: #00904c;
	font-size: 22px;
	padding-left: 1em;
	margin: 24px 0 16px;
}
#menu h4.pl0 {
	padding-left: 0;
}
#menu .float p {
	line-height: 2.4em;
}
#menu ul {
	letter-spacing: -0.4em;
	line-height: 0;
	margin: 96px 0;
}
#menu ul li {
	position: relative;
	display: inline-block;
	width: 380px;
	height: 254px;
	line-height: 1.9em;
	letter-spacing: 0.04em;
	margin-right: 55px;
	vertical-align: top;
	text-align: center;
	background: #e8efdb;
}
#menu ul li:last-child {
	margin-right: 0;
}
#menu ul li h3 {
	position: relative;
	display: block;
	width: 340px;
	color: #00904c;
	font-size: 22px;
	text-align: center;
	line-height: 1em;
	background: url(../images/border.svg) repeat-x bottom left;
	-webkit-background-size: 136px auto;
	background-size: 136px auto;
	margin: 18px auto 24px;
	padding: 0 0 24px;
}
#menu ul li p {
	padding: 0 26px;
	letter-spacing: 0.12em;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
#menu p:nth-child(6) {
	line-height: 2.4em;
	letter-spacing: 0.06em;
	margin-top: 28px;
}

/* swiper */
.slider1 {
	font-size: 0;
	background: #edf4f2;
}
.slider1 .slick-list {
	max-width: 1500px;
	margin: auto;
}
.slider1 a {
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	height: 591px;
	position: relative;
	display: block;
}
.slider1 a:hover {
	opacity: 0.7;
}
.slider1 .slick-slide p {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	position: absolute;
}
.slider1 .slick-slide p span {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
}
.slider1 .slider1_1 a {
	background-image: url(../images/slider1_1.jpg);
}
.slider1 .slider1_2 a {
	background-image: url(../images/slider1_2.jpg);
}
.slider1 .slider1_3 a {
	background-image: url(../images/slider1_3.jpg);
}
.slider1 .slider1_1 p {
	background-image: url(../images/slider1_1_text.png);
	width: 1021px;
	height: 268px;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
}
.slider1 .slider1_2 p,
.slider1 .slider1_3 p {
	width: 700px;
	height: 466px;
	top: 0;
	bottom: 0;
	left: 120px;
	margin: auto;
}
.slider1 .slider1_2 p {
	background-image: url(../images/slider1_2_text.png);
}
.slider1 .slider1_3 p {
	background-image: url(../images/slider1_3_text.png);
}
.slider1_wrapper {
	width: 1500px;
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	height: 100%;
}

/* index
------------------------------ */
#index_about {
	padding: 76px 0 100px;
}
#index_about h2 {
	margin-bottom: 46px;
}
#index_about h2 span::before {
	top: -32px;
	left: -34px;
}
#index_about h3 {
	text-align: center;
	margin-bottom: 34px;
	margin-top: 14px;
}
#index_about h3::after {
	width: 700px;
	height: 2px;
	margin: auto;
}
#index_about h4 {
	text-align: center;
}
#index_about .float {
	width: 1020px;
	margin: auto;
}
#index_about .fl_l {
	width: 576px;
}
#index_company {
	padding: 50px 0;
	background: url(../images/index_company_bg.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
}
#index_company h2 span,
#index_company li span {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
#index_company h2,#index_company li,
#index_company li::before,
#index_company li::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	position: absolute;
}
#index_company li::before,
#index_company li::after {
	content: "";
	display: inline-block;
}
#index_company ul {
	position: relative;
	width: 700px;
	height: 600px;
	margin: auto;
}
#index_company li,#index_company h2 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
}
#index_company li {
	width: 262px;
	height: 262px;
}
#index_company h2 {
	background-image: url(../images/index_company_title.png);
	width: 658px;
	height: 384px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 30px;
	margin: auto;
	z-index: 2;
}
#index_company li:first-of-type {
	background-image: url(../images/index_company01_01.svg);
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#index_company li:nth-of-type(2) {
	background-image: url(../images/index_company01_02.svg);
	left: 0;
	bottom: 0;
}
#index_company li:nth-of-type(3) {
	background-image: url(../images/index_company01_03.svg);
	right: 0;
	bottom: 0;
}
#index_company li:first-of-type::before {
	background-image: url(../images/index_company01_01_pict01.png);
	width: 422px;
	height: 405px;
	top: -110px;
	left: -520px;
}
#index_company li:first-of-type::after {
	background-image: url(../images/index_company01_01_pict02.png);
	width: 327px;
	height: 314px;
	top: 40px;
	right: -500px;
}
#index_company li:nth-of-type(2)::before,
#index_company li:nth-of-type(3)::before {
	background-image: url(../images/index_company_icon.svg);
	width: 106px;
	height: 102px;
}
#index_company li:nth-of-type(2)::before {
	left: -330px;
	top: -20px;
}
#index_company li:nth-of-type(2)::after {
	background-image: url(../images/index_company01_02_pict01.png);
	width: 264px;
	height: 254px;
	left: -310px;
	bottom: -100px;
}
#index_company li:nth-of-type(3)::before {
	right: -120px;
	bottom: -90px;
}
#index_company li:nth-of-type(3)::after {
	background-image: url(../images/index_company01_03_pict01.png);
	width: 188px;
	height: 180px;
	top: 20px;
	right: -289px;
}
#index_company .btn {
	margin-top: 40px;
}
#index_products {
	padding: 130px 0 110px;
}
#index_products .circle {
	margin-bottom: 20px;
}
#index_products .products_list {
	margin-top: 40px;
	margin-bottom: 68px;
}
#index_products .type_list {
	background: #037250;
	background: linear-gradient(90deg, #037250 0%, #8cc63f 100%);
	padding: 18px 33px 33px;
	margin-top: 62px;
}
#index_products .type_list h2,
#index_products .type_list > p {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}
#index_products .type_list h2 {
	position: relative;
	padding-right: 20px;
	margin-right: 40px;
}
#index_products .type_list h2::after {
	content: "";
	display: block;
	background: url(../images/index_products_point.svg) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 0;
	right: 0;
}
#index_products .type_list > p {
	font-size: 1.4rem;
	text-align: left;
}
#index_products .type_list > ul {
	margin-top: 14px;
}
#index_products .type_list li {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	width: 227px;
	margin-right: 12px;
}
#index_products .type_list li:last-of-type {
	margin-right: 0;
}
#index_products .type_list li a {
	color: #333333;
	display: block;
	padding: 20px 14px 14px;
}
#index_products .type_list li a:hover {
	opacity: 0.7;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
	rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
#index_products .type_list li h3 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: auto;
	width: 198px;
	height: 88px;
	margin-bottom: 12px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
}
#index_products .type_list li:first-of-type h3 {
	background-image: url(../images/type_list01.jpg);
}
#index_products .type_list li:nth-of-type(2) h3 {
	background-image: url(../images/type_list02.jpg);
}
#index_products .type_list li:nth-of-type(3) h3 {
	background-image: url(../images/type_list03.jpg);
}
#index_products .type_list li:nth-of-type(4) h3 {
	background-image: url(../images/type_list04.jpg);
}
#index_products .type_list li:nth-of-type(5) h3 {
	background-image: url(../images/type_list05.jpg);
}
#index_products .caution {
	display: inline-block;
	text-align: center;
}
#index_access {
	padding: 130px 0;
	background: #edf4f2;
}
#index_access .circle {
	margin-bottom: 36px;
}
#index_access .list {
	margin-top: 48px;
	text-align: center;
}
#index_access .list > li {
	display: inline-block;
	vertical-align: top;
	margin-right: 100px;
	padding: 8px 0;
	text-align: left;
}
#index_access .list > li:first-of-type {
	border-right: 2px solid #333;
	width: 412px;
}
#index_access .list li:last-of-type {
	margin-right: 0;
}
#index_access .list li h3 {
	margin-bottom: 4px;
}
#common_contact {
	padding-top: 130px;
}
#common_contact .box {
	border: 2px solid #037250;
	padding: 42px 70px 40px;
	text-align: center;
}
#common_contact .box h2 {
	text-align: center;
	border-bottom: 1px solid #037250;
	padding-bottom: 16px;
	margin-bottom: 18px;
}
#common_contact .text {
	margin-right: 27px;
	margin-top: 14px;
	text-align: right;
}
#common_contact .time {
	margin-bottom: 14px;
	margin-right: -6px;
}
#common_contact .tell,
#common_contact .speech,
#common_contact .box a::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
}
#common_contact .speech {
	color: #fff;
	font-size: 2.6rem;
	line-height: 1.2;
	padding: 32px 0 23px;
	text-align: center;
	width: 189px;
	background-image: url(../images/speech_icon.svg);
	margin-right: 10px;
}
#common_contact .speech,
#common_contact .text,
#common_contact .box a {
	display: inline-block;
	vertical-align: middle;
}
#common_contact .box a::before,
#common_contact .box a::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
}
#common_contact .box a span {
	vertical-align: middle;
}
#common_contact .box a {
	color: #fff;
	background: #037250;
	position: relative;
	background: linear-gradient(90deg, #037250 0%, #8cc63f 100%);
	width: 520px;
	text-align: center;
	font-size: 2.6rem;
	padding: 25px 0 29px;
	box-sizing: border-box;
}
#common_contact .box a:hover {
	box-shadow: rgba(0, 72, 50, 0.23) 0px 6px 6px;
}
#common_contact .box a::before {
	background-image: url(../images/mail_w.svg);
	width: 37px;
	height: 27px;
	margin-right: 26px;
}
#common_contact .box a::after {
	border: solid 1px #fff;
	width: 500px;
	height: 80px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: 0.3s ease;
}
#common_contact .box a:hover::after {
	opacity: 1;
}
#common_contact .recruit_bnr a {
	width: 1020px;
	position: relative;
	margin: 60px auto;
	display: block;
	letter-spacing: -0.4em;
}
#common_contact .recruit_bnr a:hover {
	opacity: 0.7;
	box-shadow: rgba(0, 72, 50, 0.23) 0px 6px 6px;
}
#common_contact .recruit_bnr h2 {
	background: #037250;
	background: linear-gradient(90deg, #037250 0%, #8cc63f 100%);
	color: #fff;
	transform: skew(-18deg);
	text-align: center;
	width: 368px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 18px 0;
}
#common_contact .recruit_bnr h2 span {
	transform: skew(18deg);
	display: block;
}
#common_contact .recruit_bnr img {
	max-width: 352px;
}
#common_contact .recruit_bnr img:first-of-type {
	margin-right: 316px;
}
#common_contact .insurance {
	background: #edf4f2;
	padding: 26px 0 38px;
}
#common_contact .insurance h2 {
	text-align: center;
	margin-bottom: 6px;
}
#common_contact .insurance .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (min-width: 641px) {
	#common_contact .insurance .list {
		justify-content: center;
	}
	#common_contact .insurance .list li:nth-of-type(odd) {
		margin-right: 20px;
	}
}

/* sub common
------------------------------ */
.main_title {
	background: #037250;
	background: linear-gradient(90deg, #037250 0%, #8cc63f 100%);
	font-size: 4rem;
	color: #fff;
	text-align: center;
	padding: 64px;
	position: relative;
}
.main_title::after {
	background: url(../images/sub_title.png) no-repeat center;
	-weblit-background-size: cover;
	background-size: cover;
	content: "";
	display: inline-block;
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0.5;
}

/* products
------------------------------ */
#products01 {
	padding-bottom: 110px;
}
#products01 h2 {
	margin-bottom: 14px;
}
#products01 h2 + p {
	margin-bottom: 38px;
}
#products01 .products_list {
	margin-bottom: 76px;
}
#products01 .products_con > li > div {
	background: #edf4f2;
	margin-bottom: 82px;
	padding-bottom: 50px;
}
#products01 .bg_w h4,
#products01 .bg_w a {
	color: #037250;
	font-size: 2.4rem;
}
#products01 .bg_w a {
	border-bottom: solid 1px #037250;
	display: inline-block;
	line-height: 1.1;
	font-weight: 600;
}
#products01 .bg_w a:hover {
	opacity: 0.7;
}
#products01 .bg_w .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#products01 .bg_w .list li {
	margin-top: 0.6em;
}
@media screen and (min-width: 641px) {
	#products01 .bg_w .list li {
		margin-left: 30px;
	}
}
#products01 .bg_w {
	background: #fff;
	padding: 30px 18px;
	margin: 21px 50px 0 50px;
}
#products01 .title {
	padding: 48px 50px;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
}
#products01 #list01 .title {
	background-image: url(../images/products01_01_bg.png);
}
#products01 #list02 .title {
	background-image: url(../images/products01_02_bg.png);
}
#products01 #list03 .title {
	background-image: url(../images/products01_03_bg.png);
}
#products01 #list04 .title {
	background-image: url(../images/products01_04_bg.png);
}
#products01 #list05 .title {
	background-image: url(../images/products01_05_bg.png);
}
#products01 #list06 .title {
	background-image: url(../images/products01_06_bg.png);
}
#products01 #list07 .title {
	background-image: url(../images/products01_07_bg.png);
}
#products01 #list08 .title {
	background-image: url(../images/products01_08_bg.png);
}
#products01 .title h3,
#products01 .title h3 + p,
#products01 .title .text {
	display: inline-block;
	vertical-align: middle;
}
#products01 .title h3 {
	position: relative;
	color: #037250;
}
#products01 .title h3::before,
#products01 .title h3::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
}
#products01 .title h3::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	width: 60px;
	height: 60px;
	margin-right: 20px;
}
#products01 .title h3::after {
	background: #037250;
	background: linear-gradient(90deg, #037250 0%, #8cc63f 100%);
	width: 60px;
	height: 2px;
	transform: rotate(90deg);
}
#products01 #list01 .dot_list li {
	padding-left: 2em;
	margin-bottom: 30px;
}
#products01 .products_con > li:last-of-type > div,
#products01 #list01 .dot_list li:last-of-type {
	margin-bottom: 0;
}
#products01 #list01 .dot_list li::before {
	content: "●";
	color: #edf4f2;
	top: 9px;
}
#products02 {
	padding: 82px 0;
}
#products02 h2 {
	margin-bottom: 14px;
}
#products02 h2 + p {
	margin-bottom: 50px;
}
#products02 div.br_g {
	position: relative;
	background: #fff;
	padding: 40px;
	left: 0;
	right: 0;
	margin: auto;
}
#products02 div.br_g::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	margin: auto;
}
#products02 h3.br_g {
	color: #037250;
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 34px;
}
#products02 h3.br_g::before,
#products02 h3.br_g::after {
	position: absolute;
	height: 3px;
	bottom: 0;
}
#products02 h3.br_g::before {
	content: "";
	display: inline-block;
	width: 100%;
	background: #edf4f2;
	right: 0;
}
#products02 h3.br_g::after {
	width: 300px;
	height: 3px;
	left: 0;
}
#products02 ol li {
	margin-bottom: 30px;
}
#products02 ol li:last-of-type {
	margin-bottom: 0;
}
#products02 h4 {
	font-size: 2rem;
	color: #037250;
}
#products02 p.tr_r{
	font-size: 1.8rem;
	text-align: right;
	margin-top: 30px;
}
#products02 p.tr_r span:first-child{
	display: inline-block;
	max-width: 382px;
	width: 100%;
	font-weight: 900;
	text-align: left;
}

/* company
------------------------------ */
#company01 {
	padding-bottom: 100px;
}
#company01 .circle,
#recruit01 .circle {
	margin-bottom: 60px;
}
#company01 .float,
#recruit01 .float {
	width: 1130px;
	margin: auto;
	box-sizing: border-box;
}
#company01 .bg_w .fl_l,
#recruit01 .fl_l {
	width: 700px;
}
#company01 .bg_w .fl_l p,
#recruit01 .fl_l p {
	margin-bottom: 2em;
}
#company01 .bg_w .fl_l p:last-of-type,
#recruit01 .fl_l p:last-of-type {
	margin-bottom: 0;
}
#company01 .bg_g .fl_l {
	width: 780px;
}
#company01 .br_g,#recruit01 .br_g {
	position: relative;
	margin-bottom: 26px;
	padding-bottom: 12px;
	color: #037250;
}
#company01 .br_g::after,
#recruit01 .br_g::after {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
}
#company01 .mincho,#recruit01 .mincho {
	font-size: 2.6rem;
	color: #037250;
	text-align: right;
	font-weight: 600;
}
#company01 .mincho span,
#recruit01 .mincho span {
	font-size: 1.8rem;
	margin-right: 1.2em;
}
#company01 .bg_w .fl_r img,
#recruit01 .fl_r img {
	margin-bottom: 14px;
}
#company01 .bg_g {
	background: #edf4f2;
	padding: 28px 35px;
	margin-top: 50px;
}
#company01 .bg_g h4 {
	font-size: 2.4rem;
	color: #037250;
	margin-bottom: 10px;
}
#company01 + .bg_pict_g {
	padding: 130px 0;
}
#company02 {
	margin-bottom: 96px;
}
#company02 .br_g,#company03 .br_g {
	position: relative;
	background: #fff;
	padding: 60px 90px 90px;
}
#company02 .br_g::after,#company03 .br_g::after,
#company05 .br_g::after {
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#company02 h2 {
	margin-bottom: 50px;
}
#company03 h2 {
	margin-bottom: 40px;
}
#company03 .num_list:first-of-type {
	margin-right: 100px;
}
#company02 .num_list li,
#company03 .num_list li {
	font-size: 2rem;
	padding-left: 1.8em;
	margin-bottom: 34px;
}
#company02 .num_list li:last-of-type,
#company03 .num_list li:last-of-type {
	margin-bottom: 0;
}
#company02 .num_list .num,
#company03 .num_list .num {
	color: #037250;
}
#company03 .num_list {
	display: inline-block;
	vertical-align: top;
}
#company03 .btn_list{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 40px;
	margin-top: 50px;
}
#company03 .btn_list a{
	margin: 0;
}
#company04 {
	padding: 134px 0 84px;
}
#company04 h2 {
	margin-bottom: 40px;
}
#company04 table li {
	margin-bottom: 1em;
}
#company04 .ggmap {
	margin-top: 40px;
	margin-bottom: 38px;
}
#company04 .access li {
	display: inline-block;
	vertical-align: top;
	background: #edf4f2;
	width: 604px;
	margin-right: 42px;
	padding: 17px 54px;
	min-height: 145px;
}
#company04 .access li:last-of-type {
	margin-right: 0;
}
#company04 .access h3 {
	color: #037250;
	margin-bottom: 10px;
}
#company05 {
	padding: 118px 0;
}
#company05 h2 {
	margin-bottom: 40px;
}
#company05 .br_g {
	position: relative;
	background: #fff;
	padding: 60px 50px 80px;
}
#company #common_contact {
	padding-top: 94px;
}

/* recruit
------------------------------ */
#recruit01 {
	margin-bottom: 92px;
}
#recruit02 {
	padding: 85px 0 100px;
}
#recruit02 h2 {
	margin-bottom: 10px;
}
#recruit02 h2 + p {
	margin-bottom: 70px;
}
#recruit02 li {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	width: 396px;
}
#recruit02 li:last-of-type {
	margin-right: 0;
}
#recruit02 li div {
	background: #fff;
	padding: 34px 38px;
}
#recruit02 li h3 {
	color: #037250;
	text-align: center;
	margin-bottom: 8px;
}
#recruit03 {
	padding-top: 120px;
}
#recruit03 h2 {
	margin-bottom: 60px;
}
@media screen and (min-width: 641px) {
	#recruit03 .flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	#recruit03 .flex_l {
		width: 300px;
	}
	#recruit03 .flex_r {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	#recruit03 .flex_r::after {
		content: "";
		display: inline-block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 2px;
		background: #edf4f2;
	}
}
#recruit03 .flex_l,
#recruit03 .flex_r {
	position: relative;
	padding: 0 40px 20px;
	box-sizing: border-box;
}
#recruit03 .flex_l {
	color: #037250;
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
}
#recruit03 .flex_l::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #037250;
	background: linear-gradient(90deg, #037250 0%, #8cc63f 100%);
}
#recruit #common_contact {
	padding-top: 100px;
}
#recruit #common_contact .box {
	margin-bottom: 100px;
}

/* contact
------------------------------ */
#contact01 {
	padding-bottom: 80px;
}
#contact01 h2 {
	margin-bottom: 35px;
}
#contact01 h2 + p {
	margin-bottom: 46px;
}
#contact01 .bg_g {
	width: 450px;
	padding: 30px;
	background: #edf4f2;
	text-align: center;
	margin: auto;
}
#contact01 .bg_g .tell {
	margin-bottom: 14px;
}
#contact02 {
	padding: 100px 0;
}
#contact02 h2 {
	margin-bottom: 20px;
}
#contact02 ol {
	text-align: center;
}
#contact02 ol .num_text {
	padding-left: 2.4em;
	display: inline-block;
}
#contact02 h3 {
	margin-bottom: 4px;
}
#contact02 table + h3 {
	margin-top: 43px;
}
#mailformpro th,#mailformpro td {
	padding-top: 18px;
	padding-bottom: 17px;
}
#mailformpro th {
	position: relative;
	padding-left: 18px;
	padding-right: 18px;
}
#mailformpro td {
	background: #fff;
}
#mailformpro .must {
	font-size: 1.4rem;
	padding: 6px 8px 4px;
	position: absolute;
	right: 18px;
	top: 20px;
	line-height: 1;
	background: #fff;
	color: #037250;
}
#mailformpro .type li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}
#mailformpro .type li:last-of-type {
	margin-right: 0;
}
#mailformpro td > input,
#mailformpro textarea {
	border: 0;
	font-size: 1.8rem;
	padding: 5px;
	width: 100%;
	border: 1px solid #bbb;
}
#mailformpro .address input:first-of-type {
	width: 300px;
	margin: 0 4px 7px;
}
#mailformpro textarea {
	width: 100% !important;
}
#mailformpro button {
	border: 0;
	line-height: 1.8;
}
#contact02 #privacy_policy {
	margin: 30px auto;
	padding: 32px 54px;
	text-align: left;
	box-sizing: border-box;
	line-height: 1.8;
	background: #fff;
	border: solid 1px #f2f2f2;
	height: 240px;
	overflow: scroll;
}
#contact02 #privacy_policy h3 {
	color: #037250;
}
#contact02 #privacy_policy p {
	margin-bottom: 1em;
}
#contact #common_contact .recruit_bnr a {
	margin-top: 0;
}
#common_contact .recruit_bnr h2 {
	letter-spacing: normal;
}

/* thanks
------------------------------ */
#thanks h2 {
	margin-bottom: 30px;
}
#thanks .bg_g {
	width: 600px;
	margin: auto;
}
#thanks .wrapper .btn {
	margin-top: 60px;
}

/* breadcrumb
------------------------------ */
#breadcrumb {
	background: #edf4f2;
	font-size: 1.4rem;
	padding: 9px 0 14px;
	margin-bottom: 70px;
}
#breadcrumb a::after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	transform: rotate(45deg);
	margin: 0 10px;
}
#breadcrumb a {
	color: #037250;
}
#breadcrumb a,
#breadcrumb a::after,
#breadcrumb span {
	vertical-align: middle;
}

/* Footer
------------------------------ */
footer {
	padding: 34px 0 46px;
}
footer .wrapper {
	margin-bottom: 30px;
}
footer .logo,footer .text,
footer .footer_menu {
	display: inline-block;
	vertical-align: middle;
}
footer .logo {
	width: 271px;
	height: 61px;
	background: url(../images/logo.svg) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 40px;
}
footer .text {
	margin-right: 284px;
}
footer .footer_menu ul {
	display: inline-block;
	vertical-align: top;
}
footer .footer_menu ul:first-of-type {
	margin-right: 80px;
}
footer .footer_menu li {
	margin-bottom: 16px;
}
footer .footer_menu li:last-of-type {
	margin-bottom: 0;
}
footer .footer_menu li a {
	color: #333;
	font-size: 1.8rem;
	position: relative;
	padding-left: 30px;
}
footer .footer_menu li a::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: solid 1px #037250;
	border-right: solid 1px #037250;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.3s ease;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
footer .footer_menu li a:hover {
	color: #037250;
}
footer .footer_menu li a:hover::before {
	left: 8px;
}
#copyright a:hover {
	width: 100%;
}
#copyright {
	position: relative;
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	text-align: center;
	padding-top: 42px;
}
#copyright:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 11px;
}
#copyright a {
	color: #037250;
	position: relative;
}
#copyright a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	background: #037250;
	height: 1px;
	width: 0;
	transition: 0.3s;
}
#copyright a:hover:after {
	width: 100%;
}

/* page top */
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 60px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(1.5);
	transition: all 0.5s;
	z-index: 10 !important;
}
.pagetop a {
	display: block;
	width: 46px;
	height: 46px;
	text-indent: -9999px;
	background: #037250;
	border: 1px solid #fff;
	padding: 5px;
	border-radius: 50%;
	box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
	rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.pagetop a::before {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	transform: rotate(45deg);
	top: 17%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.pagetop.show {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
}
.pagetop a:hover {
	opacity: 0.7;
}