@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;500&display=swap');

/* =============================================================

	Base

* ============================================================= */

body {
	font-family: 'Noto Serif JP', serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:18px;
	line-height:2;
	letter-spacing:1px;
	font-weight: normal;
	color: #333333;
	background-color:#ffffff;
	min-width: 320px;
}
a {
	-webkit-transition:all 0.2s ease;
	   -moz-transition:all 0.2s ease;
	    -ms-transition:all 0.2s ease;
	     -o-transition:all 0.2s ease;
	        transition:all 0.2s ease;
}
a:link, a:visited {
	color:#8da15c;
	text-decoration: underline;
}
a:hover, a:active {
	color:#8da15c;
	text-decoration: none;
}
img {
	vertical-align: top;
	max-width:100%;
	height:auto;
}
/* Chromeのみ「image-rendering」を指定（ぼやけを解消） */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}
/* Lightning テンプレートのH3を調整 */
h3:after{content:"";line-height:0;display:inline;overflow:visible;position:static;bottom:-1px;width:auto;border-bottom:none;}
/* Lightning ハンバーガーメニュー削除 */
.vk-mobile-nav-menu-btn {display: none;}
/* Lightning 管理バーの編集ガイドを非表示 */
.veu_admin_bar_disable_button, .veu_adminEdit { display:none; }
/* ログイン時のツールバー処理 */
body.admin-bar #header { top: 32px !important; }
body.admin-bar #global_nav .global_menu { top: 54px !important; }
@media screen and ( max-width: 782px ) {
	body.admin-bar #header { top: 46px !important; }
	body.admin-bar #global_nav .global_menu { top: 68px !important; }
}
@media screen and ( max-width: 600px ) {
	html { margin-top: 0px !important; }
	body.admin-bar.active #header { top: 0px !important; }
	body.admin-bar.active #global_nav .global_menu { top: 22px !important; }
}
@media screen and (min-width:  0px) and (max-width:1200px) {
}
@media screen and (min-width:  0px) and (max-width: 767px) {
}
@media screen and (min-width:  0px) and (max-width: 575px) {
}



/* header */
#header {
	position: fixed;
	top: 0;
	left:0;
	right:0;
	z-index: 100;
	transition: .5s;
}
#header .header_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 120px;
	padding: 0 50px;
}
#header .header_logo_w {
	display: none;
	width: 200px;
	max-width: 100%;
}
#header .header_logo_b {
	display: block;
	width: 200px;
	max-width: 100%;
}
body.home #header .header_logo_w ,
body.page-template-index-en #header .header_logo_w {
	display: block;
	width: 200px;
	max-width: 100%;
}
body.home #header .header_logo_b ,
body.page-template-index-en #header .header_logo_b {
	display: none;
	width: 200px;
	max-width: 100%;
}
#header.active {
	background-color: #ffffff;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}
body:not(.home):not(.page-template-index-en) #header {
	background-color: #ffffff;
}
#header.active .header_logo_w,
body.home #header.active .header_logo_w ,
body.page-template-index-en #header.active .header_logo_w {
	display: none;
}
#header.active .header_logo_b,
body.home #header.active .header_logo_b ,
body.page-template-index-en #header.active .header_logo_b {
	display: block;
}
/* header_nav */
#header .header_nav {
	list-style-type: none;
	display: flex;
}
#header .header_nav li:not(:first-child) {
	margin-left: 50px;
}
#header .header_nav li a {
	font-size:16px;
	line-height:1;
	letter-spacing:1px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
#header.active .header_nav li a ,
body:not(.home):not(.page-template-index-en) #header .header_nav li a {
	color: #462f27;
}
#header .header_nav li a:hover {
	opacity: 0.5;
}
#header .header_nav li:last-child a ,
body:not(.home):not(.page-template-index-en) #header .header_nav li:last-child a {
	letter-spacing:0px;
	color: #ffffff;
	background-color: #8da15c;
	border-radius: 30px;
	padding: 10px 20px;
}
@media screen and (min-width:  0px) and (max-width:1200px) {
	#header .header_inner {
		height: 100px;
		padding: 0 30px;
	}
	#header .header_nav {
		display: none;
	}
	#header.active .header_logo_w ,
	#header.active .header_logo_b ,
	body.home #header .header_logo_w ,
	body.home #header .header_logo_b ,
	body:not(.home) #header .header_logo_w ,
	body:not(.home) #header .header_logo_b {
		width: 150px;
	}
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	#header .header_inner {
		height: 80px;
		padding: 0 20px;
	}
	#header.active .header_logo_w ,
	#header.active .header_logo_b ,
	body.home #header .header_logo_w ,
	body.home #header .header_logo_b ,
	body:not(.home) #header .header_logo_w ,
	body:not(.home) #header .header_logo_b {
		width: 120px;
	}
}
/* header_nav_button */
#header .header_nav_button {
	display: block;
	position: relative;
	width:  36px;
	height: 36px;
    cursor: pointer;
	display: none;
}
#header .header_nav_button > .menu_line {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	transition:all 0.2s ease;
}
#header .header_nav_button > .menu_line_top {
	top: 0;
}
#header .header_nav_button > .menu_line_center {
	top: 9px;
}
#header .header_nav_button > .menu_line_bottom {
	top: 18px;
}
#header .header_nav_button > .menu_txt::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "menu";
	font-family: 'Noto Serif JP', serif;
	font-size: 12px;
	line-height: 1;
	letter-spacing:0px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
}
#header .header_nav_button.active > .menu_line_top{
	transform: translateY(9px) rotate(30deg);
}
#header .header_nav_button.active > .menu_line_center {
	transform: translateX(0px) rotate(30deg);
	opacity: 0;
}
#header .header_nav_button.active > .menu_line_bottom {
	transform: translateY(-9px) rotate(-30deg);
}
#header .header_nav_button.active > .menu_txt::after {
	content: "close";
}
#header.active .header_nav_button > .menu_line ,
body:not(.home):not(.page-template-index-en) #header .header_nav_button > .menu_line {
	background-color: #462f27;
}
#header.active .header_nav_button > .menu_txt::after ,
body:not(.home):not(.page-template-index-en) #header .header_nav_button > .menu_txt::after {
	color: #462f27;
}
@media screen and (min-width:  0px) and (max-width:1200px) {
	#header .header_nav_button {
		display: inline;
	}
}



/* footer */
#footer {
	position: relative;
}
#footer > .footer_contact a {
	display: block;
	text-decoration: none;
	background-color: #8da15c;
	padding: 100px 40px;
}
#footer > .footer_contact .footer_contact_wrap {
	display: flex;
	align-items: center;
	background-image: url(../../img/footer_icon_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 1300px;
	max-width: 100%;
	min-height: 60px;
	margin: 0 auto;
	transition:all 0.2s ease;
}
#footer > .footer_contact .footer_contact_wrap > h3 {
	display: flex;
	align-items: center;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing:1px;
	font-weight: bold;
	color: #ffffff;
}
#footer > .footer_contact .footer_contact_wrap > h3::before {
	display: inline-block;
	content: '';
	background-image: url(../../img/footer_icon_mail_w.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 58px;
	height: 39px;
	margin-right: 20px;
}
#footer > .footer_contact a:hover .footer_contact_wrap {
	opacity: 0.5;
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	#footer > .footer_contact a {
		padding: 60px 20px;
	}
	#footer > .footer_contact .footer_contact_wrap {
		background-size: 30px;
		min-height: 30px;
	}
	#footer > .footer_contact .footer_contact_wrap > h3 {
		font-size: 20px;
		line-height: 1.2;
		letter-spacing:0px;
	}
	#footer > .footer_contact .footer_contact_wrap > h3::before {
		width: 36px;
		height: 24px;
		margin-right: 10px;
	}
}
/* footer_nav */
#footer > .footer_nav {
	padding: 100px 40px;
}
#footer > .footer_nav .footer_nav_wrap {
	display: flex;
	justify-content: space-between;
	width: 1300px;
	max-width: 100%;
	margin: 0 auto;
}
#footer > .footer_nav .inner_left {
	width: 260px;
	max-width: 100%;
}
#footer > .footer_nav .inner_right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#footer > .footer_nav .menubox {
	display: flex;
	justify-content: flex-end;
}
#footer > .footer_nav .menubox ul {
	list-style-type: none;
}
#footer > .footer_nav .menubox ul:not(:last-of-type) {
	margin-right: 100px;
}
#footer > .footer_nav .menubox ul > li:not(:first-of-type) {
	margin-top: 30px;
}
#footer > .footer_nav .menubox ul > li a {
	font-size: 18px;
	line-height: 1;
	letter-spacing:1px;
	font-weight: normal;
	text-decoration: none;
	color: #462f27;
}
#footer > .footer_nav .menubox ul > li a::before {
	content: "－";
	margin-right: 20px;
}
#footer > .footer_nav .menubox ul > li a:hover {
	opacity: 0.5;
}
#footer > .footer_nav .copybox {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}
#footer > .footer_nav .copybox .sns {
	list-style-type: none;
	display: flex;
}
#footer > .footer_nav .copybox .sns li {
	margin-right: 10px;
}
#footer > .footer_nav .copybox .sns li:last-of-type {
	margin-right: 40px;
}
#footer > .footer_nav .copybox .sns a:hover {
	opacity: 0.5;
}
#footer > .footer_nav .copybox .copy {
	font-size: 12px;
	letter-spacing:0px;
	color: #462f27;
}
@media screen and (min-width:  0px) and (max-width:1200px) {
	#footer > .footer_nav .footer_nav_wrap {
		flex-direction: column;
	}
	#footer > .footer_nav .inner_left {
		text-align: center;
		margin: 0 auto;
	}
	#footer > .footer_nav .inner_right {
		display: block;
		margin: 50px auto 0 auto;
	}
	#footer > .footer_nav .menubox ul:not(:last-of-type) {
		margin-right: 70px;
	}
	#footer > .footer_nav .copybox .copy {
		margin: 50px 0 0 0;
	}
}
@media screen and (min-width:  0px) and (max-width: 767px) {
	#footer > .footer_nav .menubox {
		display: block;
	}
	#footer > .footer_nav .menubox ul:not(:last-of-type) {
		margin-right: 0;
	}
	#footer > .footer_nav .menubox ul > li:not(:first-of-type) ,
	#footer > .footer_nav .menubox ul > li {
			margin-top: 10px;
	}
	#footer > .footer_nav .copybox .copy {
		margin: 50px auto 0 auto;
	}
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	#footer > .footer_nav {
		padding: 100px 20px;
	}
}



/* toggleClass */
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

/* global_nav */
#global_nav {
	position: fixed;
	z-index:1000;
	top: -100vh;
	right: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	transition: 0.5s cubic-bezier(.075, .82, .165, 1);
	width: auto;
	padding-bottom: 0;
}
#global_nav.active {
    top: 0;
}
#global_nav .global_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 100vw;
	min-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    overflow:auto;
	background: #8da15c;
}
#global_nav .global_inner {
	padding: 50px 20px;
	opacity: 0;
}
#global_nav .global_inner.active {
    opacity: 0;
    animation:opacity 0.4s linear 0.4s 1 normal forwards;
}
@keyframes opacity {
    0% { opacity: 0; }
    to { opacity: 1; }
}
#global_nav .global_menu {
	box-sizing: border-box;
	display: block;
    position: absolute;
	top: 32px;
	right: 30px;
	width:  36px;
	height: 36px;
    cursor: pointer;
}
#global_nav .global_menu .menu_line {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	transition:all 0.2s ease;
}
#global_nav .global_menu .menu_line_top {
	top: 0;
	transform: translateY(9px) rotate(30deg);
}
#global_nav .global_menu .menu_line_bottom {
	top: 18px;
	transform: translateY(-9px) rotate(-30deg);
}
#global_nav .global_menu .menu_txt::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "close";
	font-family: 'Noto Serif JP', serif;
	font-size: 12px;
	line-height: 1;
	letter-spacing:0px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
}
#global_nav .menu ul {
	list-style-type: none;
	margin: 30px auto;
}
#global_nav .menu ul li {
	text-align: center;
	margin: 20px auto;
}
#global_nav .menu ul li a {
	font-size: 18px;
	line-height: 1;
	letter-spacing:1px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
#global_nav .menu ul li a:hover {
	opacity: 0.5;
}
#global_nav .menu > .global_logo {
	text-align: center;
	width: 150px;
	max-width: 100%;
	margin: 0 auto;
}
#global_nav .menu > .global_contact {
	margin-top: 20px;
}
#global_nav .menu > .global_contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 1;
	letter-spacing:0px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #8da15c;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 60px;
	padding: 15px 20px;
}
#global_nav .menu > .global_contact a::before {
	display: inline-block;
	content: '';
	background-image: url(../../img/footer_icon_mail.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
	height: 20px;
	margin-right: 5px;
}
#global_nav .menu > .global_contact a:hover {
	opacity: 0.5;
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	#global_nav .global_menu {
		top: 22px;
		right: 20px;
	}
}



/* top_image */
#top_image .top_image_wrap {
	position: relative;
	background-color: #eeeeee;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
/* top_image_slick */
#top_image .top_image_slick {
	display: none;
}
#top_image .top_image_slick.slick-initialized {
	display: block;
}
#top_image .top_image_slick li {
	list-style-type: none;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
/* top_image_title */
#top_image .top_image_title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#top_image .top_image_title > h2 {
	font-family: 'Noto Serif JP', serif;
	font-size:7vw;
	line-height:1.4;
	letter-spacing:0px;
	font-weight: 500;
	text-decoration: none;
	color: #ffffff;
}
#top_image .top_image_title > h2 span {
	letter-spacing:-3vw;
}
#top_image .top_image_title > p {
	font-size:1.5vw;
	line-height:1.4;
	letter-spacing:0.5vw;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	margin-top: 2vw;
}
@media screen and (min-width:  0px) and (max-width:1200px) {
	#top_image .top_image_title > h2 {
		font-size:9vw;
	}
	#top_image .top_image_title > p {
		font-size:2.5vw;
	}
}
@media screen and (min-width:  0px) and (max-width: 767px) {
	#top_image .top_image_title > h2 {
		font-size:10vw;
	}
	#top_image .top_image_title > p {
		font-size:3vw;
		margin-top: 20px;
	}
}
/* top_image_scroll */
#top_image .top_image_scroll {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	z-index: 1;
}
#top_image .top_image_scroll > .scroll_text {
	font-size: 18px;
	line-height: 2;
	letter-spacing:1;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
}
#top_image .top_image_scroll > .scroll_arrow {
	position: relative;
	width: 9px;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
}
#top_image .top_image_scroll > .scroll_arrow img {
	position: relative;
	top: -80px;
	animation: arrow_scroll 3.0s ease 0.2s infinite;
}
@keyframes arrow_scroll {
	0% {
		top: -80px;
	}
	15% {
		top: 0px;
	}
	85% {
		top: 0px;
	}
	100% {
		top: 80px;
	}
}



/* top_products */
#top_products {
	position: relative;
	background-image: url(../../img/top_products_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 100px 20px 150px 20px;
}
#top_products .top_products_wrap {
	width: 1440px;
	max-width: 100%;
	margin: 0 auto;
}
#top_products .titlebox > h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 60px;
	line-height: 1.2;
	letter-spacing:5px;
	font-weight: normal;
	text-align: center;
	color: #333333;
}
#top_products .titlebox > h4 {
	font-size: 18px;
	line-height: 1;
	letter-spacing:0px;
	font-weight: normal;
	text-align: center;
	color: #8da15c;
	margin-top: 30px;
}
#top_products .listbox {
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2%;
	margin-top: 50px;
}
#top_products .listbox > li {
	position: relative;
	width:calc( 94% / 4 );
}
#top_products .listbox > li .ph {
	position: relative;
	border-radius:50px;
	width:100%;
	padding-top:100%;
	overflow:hidden;
}
#top_products .listbox > li .ph img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height: 100%;
	object-fit: cover;
	transition: .2s;
}
#top_products .listbox > li:hover .ph img {
	transform: scale(1.1, 1.1);
}
#top_products .listbox > li .title {
	font-size: 30px;
	line-height: 1.4;
	letter-spacing:0px;
	font-weight: bold;
	text-align: center;
	margin: 10px 20px;
}
#top_products .listbox > li .tag {
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 15px;
}
#top_products .listbox > li .tag > li {
	font-size: 16px;
	line-height: 1;
	letter-spacing:0px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	color: #333333;
	background-color: #eeeeee;
	border-radius: 50px;
	padding: 10px 20px 13px 20px;
}
#top_products .listbox > li .tag > li.cat-item-21 { color: #ffffff; background-color: #f6b37f; }
#top_products .listbox > li .tag > li.cat-item-22 { color: #ffffff; background-color: #89c997; }
#top_products .listbox > li .tag > li.cat-item-23 { color: #ffffff; background-color: #84ccc9; }
#top_products .listbox > li .tag > li.cat-item-24 { color: #ffffff; background-color: #88abda; }
#top_products .listbox > li .tag > li.cat-item-25 { color: #ffffff; background-color: #c490bf; }
#top_products.en .listbox > li .tag > li.cat-item-28 { color: #ffffff; background-color: #f6b37f; }
#top_products.en .listbox > li .tag > li.cat-item-29 { color: #ffffff; background-color: #89c997; }
#top_products.en .listbox > li .tag > li.cat-item-30 { color: #ffffff; background-color: #84ccc9; }
#top_products.en .listbox > li .tag > li.cat-item-31 { color: #ffffff; background-color: #88abda; }
#top_products.en .listbox > li .tag > li.cat-item-32 { color: #ffffff; background-color: #c490bf; }
#top_products.en .listbox > li a {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	text-decoration: none;
}
@media screen and (min-width:  0px) and (max-width:1200px) {
	#top_products .top_products_wrap {
		width: 800px;
	}
	#top_products .listbox > li {
		width:calc( 96% / 2 );
		margin-bottom: 5%;
	}
	#top_products .listbox > li .title {
		font-size: 28px;
		margin: 10px 10px;
	}
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	#top_products .top_products_wrap {
		width: 300px;
	}
	#top_products .titlebox > h3 {
		font-size: 36px;
		letter-spacing:2px;
	}
	#top_products .titlebox > h4 {
		font-size: 16px;
		margin-top: 20px;
	}
	#top_products .listbox > li {
		width:100%;
		margin-bottom: 10%;
	}
	#top_products .listbox > li .ph {
		border-radius:30px;
	}
	#top_products .listbox > li .title {
		font-size: 18px;
		margin: 10px 10px;
	}
	#top_products .listbox > li .tag > li {
		font-size: 14px;
		padding: 5px 10px 7px 10px;
	}
}



/* top_services */
#top_services {
	position: relative;
	background-color: #eeeeee;
	padding: 100px 20px 150px 20px;
}
#top_services .top_services_wrap {
	width: 1440px;
	max-width: 100%;
	margin: 0 auto;
}
#top_services .titlebox > h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 60px;
	line-height: 1.2;
	letter-spacing:5px;
	font-weight: normal;
	text-align: center;
	color: #333333;
}
#top_services .titlebox > h4 {
	font-size: 18px;
	line-height: 1;
	letter-spacing:0px;
	font-weight: normal;
	text-align: center;
	color: #8da15c;
	margin-top: 30px;
}
#top_services .listbox {
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2%;
	margin-top: 50px;
}
#top_services .listbox > li {
	position: relative;
	background-color: #ffffff;
	border-radius:50px;
	width:calc( 96% / 3 );
	margin-bottom: 2%;
	overflow:hidden;
}
#top_services .listbox > li .ph {
	position: relative;
	width:100%;
	padding-top:63%;
	overflow:hidden;
}
#top_services .listbox > li .ph img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height: auto;
	transition: .2s;
}
#top_services .listbox > li:hover .ph img {
	transform: scale(1.1, 1.1);
}
#top_services .listbox > li .title {
	font-size: 30px;
	line-height: 1.4;
	letter-spacing:0px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
#top_services .listbox > li .text {
	font-size: 16px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	text-align: center;
	margin: 10px 0 20px 0;
}
#top_services .listbox > li a {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	text-decoration: none;
}
@media screen and (min-width:  0px) and (max-width:1200px) {
	#top_services .top_services_wrap {
		width: 800px;
	}
	#top_services .listbox > li {
		width:calc( 96% / 2 );
	}
	#top_services .listbox > li .title {
		font-size: 26px;
	}
}
@media screen and (min-width:  0px) and (max-width: 767px) {
	#top_services .listbox > li .title {
		font-size: 22px;
		margin: 20px 20px 0 20px;
	}
	#top_services .listbox > li .text {
		text-align: left;
		margin: 10px 20px 20px 20px;
	}
	#top_services .listbox > li .text br {
		display: none;
	}
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	#top_services .top_services_wrap {
		width: 300px;
	}
	#top_services .titlebox > h3 {
		font-size: 36px;
		letter-spacing:2px;
	}
	#top_services .titlebox > h4 {
		font-size: 16px;
		margin-top: 20px;
	}
	#top_services .listbox > li {
		width:100%;
		border-radius:30px;
	}
	#top_services .listbox > li .title {
		font-size: 18px;
		margin: 10px 10px 0 10px;
	}
	#top_services .listbox > li .text {
		font-size: 14px;
		margin: 10px 10px 10px 10px;
	}
	#top_services .listbox > li .text br {
		display: none;
	}
}



/* top_news */
#top_news {
	position: relative;
	padding: 100px 20px 150px 20px;
}
#top_news .top_news_wrap {
	width: 1440px;
	max-width: 100%;
	margin: 0 auto;
}
#top_news .titlebox > h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 60px;
	line-height: 1.2;
	letter-spacing:5px;
	font-weight: normal;
	text-align: center;
	color: #333333;
}
#top_news .titlebox > h4 {
	font-size: 18px;
	line-height: 1;
	letter-spacing:0px;
	font-weight: normal;
	text-align: center;
	color: #8da15c;
	margin-top: 30px;
}
#top_news .listbox {
	border-top: 1px solid #dcdcdc;
	width: 800px;
	max-width: 100%;
	margin: 50px auto;
}
#top_news .listbox > li {
	list-style-type: none;
	border-bottom: 1px solid #dcdcdc;
}
#top_news .listbox > li a {
	display: flex;
	text-decoration: none;
	background-image: url(../../img/top_news_bg.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding: 30px 100px 30px 20px;
}
#top_news .listbox > li a:hover {
	opacity: 0.5;
}
#top_news .listbox > li .time {
	font-size: 18px;
	line-height: 2;
	letter-spacing:1px;
	font-weight: normal;
	color: #aaaaaa;
	margin-right: 40px;
}
#top_news .listbox > li .title {
	font-size: 18px;
	line-height: 2;
	letter-spacing:1px;
	font-weight: normal;
	color: #333333;
}
#top_news .link {
	margin-top: 50px;
}
#top_news .link > a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 2;
	letter-spacing:1px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	background-color: #8da15c;
	border-radius: 30px;
	width: 200px;
	height: 60px;
	max-width: 100%;
	margin: 0 auto;
}
#top_news .link > a:hover {
	opacity: 0.5;
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	#top_news .titlebox > h3 {
		font-size: 36px;
		letter-spacing:2px;
	}
	#top_news .titlebox > h4 {
		font-size: 16px;
		margin-top: 20px;
	}
	#top_news .listbox > li a {
		flex-direction: column;
		background-image: none;
		padding: 20px 10px;
	}
}



/* title */
#title {
	position: relative;
	margin-top: 220px;
}
#title .title_wrap {
	background-color: #f5f5f5;
	width: calc( 100% - 250px );
	height: 700px;
}
#title .title_name {
	display: flex;
	justify-content: center;
	width: 250px;
	padding: 100px 0 0 30px;
}
#title .title_name > h2 {
	font-family: 'Noto Serif JP', serif;
	font-size:48px;
	line-height:1;
	letter-spacing:5px;
	font-weight: 500;
	writing-mode: vertical-rl;
}
#title .title_name > h3 {
	font-size: 18px;
	line-height: 1;
	letter-spacing:0px;
	font-weight: normal;
	color: #8da15c;
	margin-left: 30px;
	writing-mode: vertical-rl;
}
#title .title_image {
	position: absolute;
	top: -100px;
	right: 0;
	background-color: #eeeeee;
	width: calc( 100% - 250px );
	height: 100%;
	overflow: hidden;
}
#title .title_image li {
	list-style-type: none;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
@media screen and (min-width:  0px) and (max-width:1200px) {
	#title {
		margin-top: 150px;
	}
	#title .title_wrap {
		width: calc( 100% - 200px );
		height: 500px;
	}
	#title .title_name {
		width: 200px;
		padding: 50px 0 0 30px;
	}
	#title .title_name > h2 {
		font-size:40px;
		letter-spacing:5px;
	}
	#title .title_name > h3 {
		font-size: 16px;
		margin-left: 30px;
	}
	#title .title_image {
		top: -50px;
		width: calc( 100% - 200px );
	}
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	#title {
		margin-top: 110px;
	}
	#title .title_wrap {
		width: calc( 100% - 80px );
		height: 300px;
	}
	#title .title_name {
		width: 80px;
		padding: 30px 0 0 10px;
	}
	#title .title_name > h2 {
		font-size:24px;
		letter-spacing:1px;
	}
	#title .title_name > h3 {
		font-size: 12px;
		margin-left: 10px;
	}
	#title .title_image {
		top: -30px;
		width: calc( 100% - 80px );
	}
}



/* policy */
#policy {
	position: relative;
	padding: 100px 20px 150px 20px;
}
#policy .policy_wrap {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
#policy .policy_wrap > h5 {
	font-size: 24px;
	line-height: 2;
	letter-spacing:1px;
	font-weight: bold;
	color: #8da15c;
	margin-top: 60px;
}
#policy .policy_wrap > p {
	font-size: 18px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
}
#policy .policy_wrap > .name {
	font-size: 18px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	text-align: right;
	margin-top: 100px;
}



/* about */
#about {
	position: relative;
	padding: 100px 20px 150px 20px;
	overflow: hidden;
}
#about .about_wrap {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
#about .about_wrap > h3 {
	font-family: 'Noto Serif JP', serif;
	font-size:48px;
	line-height:1.5;
	letter-spacing:2px;
	font-weight: 500;
	text-align: center;
}
#about .about_message {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	margin-top: 100px;
}
#about .about_message > h4 {
	font-family: 'Noto Serif JP', serif;
	font-size:36px;
	line-height:1.8;
	letter-spacing:2px;
	font-weight: 500;
	writing-mode: vertical-rl;
}
#about .about_message > h4 span {
	background: linear-gradient(0.25turn, transparent 50%, #ffd800 50%);
}
#about .about_message > p {
	font-size: 18px;
	line-height: 2.5;
	letter-spacing:0px;
	font-weight: normal;
	writing-mode: vertical-rl;
	margin-right: 40px;
}
#about .about_image {
	list-style-type: none;
	display: flex;
	margin: 100px auto 0 auto;
}
#about .about_image li {
	width: 33.3333%;
	width: calc( 100% / 3 );
	overflow: hidden;
}
#about .about_image li img {
	width: 100%;
	height: auto;
}
@media screen and (min-width:  0px) and (max-width:1020px) {
	#about .about_wrap > h3 {
		font-size:36px;
	}
	#about .about_message {
		display: block;
	}
	#about .about_message > h4 {
		text-align: center;
		writing-mode: inherit;
	}
	#about .about_message > h4 span {
		background: linear-gradient(transparent 65%, #ffd800 65%);
	}
	#about .about_message > p {
		text-align: center;
		writing-mode: inherit;
		margin-right: 0;
		margin-top: 40px;
	}
}
@media screen and (min-width:  0px) and (max-width: 767px) {
	#about .about_wrap > h3 br {
		display: none;
	}
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	#about .about_wrap > h3 {
		font-size:30px;
		letter-spacing:2px;
		text-align: left;
	}
	#about .about_message {
		margin-top: 50px;
	}
	#about .about_message > h4 {
		font-size:24px;
		line-height:2;
		letter-spacing:2px;
	}
	#about .about_message > p {
		text-align: left;
	}
	#about .about_message > p br {
		display: none;
	}
	#about .about_image {
		flex-direction: column;
	}
	#about .about_image li {
		width: 100%;
	}
}



/* company */
#company {
	position: relative;
	padding: 100px 20px 150px 20px;
	overflow: hidden;
}
#company .company_wrap {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
#company .company_wrap > h3 {
	font-family: 'Noto Serif JP', serif;
	font-size:48px;
	line-height:1.5;
	letter-spacing:5px;
	font-weight: 500;
}
#company .company_wrap > table {
	position: relative;
	width: 100%;
	border:0px none !important;
	margin-top: 50px;
}
#company .company_wrap > table tr {
	border-bottom: 2px solid #eaeaf1;
}
#company .company_wrap > table tr:first-child {
	border-top: 2px solid #eaeaf1;
}
#company .company_wrap > table th {
	font-size: 18px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border: none !important;
	border-right: 2px solid #eaeaf1 !important;
	width: 30%;
	padding: 30px 50px 30px 0;
}
#company .company_wrap > table td {
	font-size: 18px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	text-align: left;
	border: none !important;
	width: auto;
	padding: 30px 0 30px 50px;
}
@media screen and (min-width:  0px) and (max-width:1200px) {
	#company .company_wrap > h3 {
		font-size:40px;
		letter-spacing:2px;
	}
}
@media screen and (min-width:  0px) and (max-width: 767px) {
	#company .company_wrap > table th {
		display: block;
		font-weight: bold;
		border-right: none !important;
		width: 100%;
		padding: 30px 0 0 0;
	}
	#company .company_wrap > table td {
		display: block;
		width: 100%;
		padding: 10px 0 30px 0;
	}
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	#company .company_wrap > h3 {
		font-size:36px;
		letter-spacing:1px;
		text-align: center;
	}
}



/* googlemap */
#googlemap .googlemap_wrap {
	background-color: #eeeeee;
	width: 100%;
	height: 600px;
}
#googlemap .googlemap_wrap > iframe {
	width: 100%;
	height: 100%;
	/*
	filter:grayscale(50%);
	-webkit-filter:grayscale(50%);
	*/
}
@media screen and (min-width:  0px) and (max-width: 767px) {
	#googlemap .googlemap_wrap {
		width: 100%;
		height: 100vw;
	}
}



/* access */
#access {
	position: relative;
	padding: 180px 20px 150px 20px;
    margin-top:-80px;
	overflow: hidden;
}
#access .access_wrap {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
#access .access_wrap > h3 {
	font-family: 'Noto Serif JP', serif;
	font-size:48px;
	line-height:1.5;
	letter-spacing:5px;
	font-weight: 500;
}
#access .access_wrap > table {
	position: relative;
	width: 100%;
	border:0px none !important;
	margin-top: 50px;
}
#access .access_wrap > table tr {
	border-bottom: 2px solid #eaeaf1;
}
#access .access_wrap > table tr:first-child {
	border-top: 2px solid #eaeaf1;
}
#access .access_wrap > table th {
	font-size: 18px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border: none !important;
	border-right: 2px solid #eaeaf1 !important;
	width: 30%;
	padding: 30px 50px 30px 0;
}
#access .access_wrap > table td {
	font-size: 18px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	text-align: left;
	border: none !important;
	width: auto;
	padding: 30px 0 30px 50px;
}
#access .access_map {
	border: 2px solid #eaeaf1;
	margin-top: 100px;
}
@media screen and (min-width:  0px) and (max-width:1200px) {
	#access .access_wrap > h3 {
		font-size:40px;
		letter-spacing:2px;
	}
}
@media screen and (min-width:  0px) and (max-width: 767px) {
	#access .access_wrap > table th {
		display: block;
		font-weight: bold;
		border-right: none !important;
		width: 100%;
		padding: 30px 0 0 0;
	}
	#access .access_wrap > table td {
		display: block;
		width: 100%;
		padding: 10px 0 30px 0;
	}
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	#access .access_wrap > h3 {
		font-size:36px;
		letter-spacing:1px;
		text-align: center;
	}
	#access .access_map {
		margin-top: 50px;
	}
}



/* services */
#services {
	position: relative;
	padding: 100px 0 0 0;
}
#services ul {
	list-style-type: none;
}
#services .services_image {
	background-color: #eeeeee;
	width: 90%;
	height: 700px;
	overflow: hidden;
}
#services li:nth-child(2n) .services_image {
	margin: 0 0 0 auto;
}
#services .services_image div {
	list-style-type: none;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#services .services_wrap {
	position: relative;
	z-index: 5;
	width: 80%;
	max-width: 100%;
	padding: 100px 10% 150px 10%;
	margin: -150px auto 0 auto;
	background-color: #ffffff;
}
#services .services_wrap > h3 {
	font-family: 'Noto Serif JP', serif;
	font-size:48px;
	line-height:1.5;
	letter-spacing:5px;
	font-weight: 500;
}
#services .services_wrap > p {
	font-size: 18px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	margin-top: 40px;
}
#services .services_wrap > .link {
	margin-top: 50px;
}
#services .services_wrap > .link > a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 2;
	letter-spacing:1px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	background-color: #8da15c;
	border-radius: 30px;
	width: 260px;
	height: 60px;
	max-width: 100%;
}
#services .services_wrap > .link > a:hover {
	opacity: 0.5;
}
@media screen and (min-width:  0px) and (max-width:1200px) {
	#services .services_image {
		width: 100%;
		height: 500px;
	}
	#services .services_image div {
		width: 130%;
		height: 130%;
		margin: -15% 0 0 -15%;
	}
	#services .services_wrap > h3 {
		font-size:40px;
		letter-spacing:2px;
	}
	#services .services_wrap {
		width: 1000px;
		max-width: 100%;
		padding: 50px 20px 150px 20px;
		margin: 0 auto;
	}
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	#services .services_image {
		width: 100%;
		height: 400px;
	}
	#services .services_image div {
		width: 150%;
		height: 150%;
		margin: -25% 0 0 -25%;
	}
	#services .services_wrap > h3 {
		font-size:36px;
		letter-spacing:1px;
	}
}



/* recruit */
#recruit {
	position: relative;
	padding: 100px 20px 150px 20px;
}
#recruit .recruit_wrap {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
#recruit .recruit_wrap > h3 {
	font-family: 'Noto Serif JP', serif;
	font-size:48px;
	line-height:1.5;
	letter-spacing:5px;
	font-weight: 500;
}
#recruit .recruit_wrap > table {
	position: relative;
	width: 100%;
	border:0px none !important;
	margin-top: 50px;
}
#recruit .recruit_wrap > table tr {
	border-bottom: 2px solid #eaeaf1;
}
#recruit .recruit_wrap > table tr:first-child {
	border-top: 2px solid #eaeaf1;
}
#recruit .recruit_wrap > table th {
	font-size: 18px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border: none !important;
	border-right: 2px solid #eaeaf1 !important;
	width: 30%;
	padding: 30px 50px 30px 0;
}
#recruit .recruit_wrap > table td {
	font-size: 18px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	text-align: left;
	border: none !important;
	width: auto;
	padding: 30px 0 30px 50px;
}
@media screen and (min-width:  0px) and (max-width:1200px) {
	#recruit .recruit_wrap > h3 {
		font-size:40px;
		letter-spacing:2px;
	}
}
@media screen and (min-width:  0px) and (max-width: 767px) {
	#recruit .recruit_wrap > table th {
		display: block;
		font-weight: bold;
		border-right: none !important;
		width: 100%;
		padding: 30px 0 0 0;
	}
	#recruit .recruit_wrap > table td {
		display: block;
		width: 100%;
		padding: 10px 0 30px 0;
	}
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	#recruit .recruit_wrap > h3 {
		font-size:36px;
		letter-spacing:1px;
		text-align: center;
	}
}



/* sitemap */
#sitemap {
	position: relative;
	padding: 100px 20px 150px 20px;
}
#sitemap .sitemap_wrap {
	display: flex;
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
#sitemap .sitemap_wrap ul {
	list-style-type: none;
	width: 50%;
}
#sitemap .sitemap_wrap li {
	font-size:36px;
	line-height:1.5;
	letter-spacing:1px;
	font-weight: bold;
	margin-top: 40px;
}
#sitemap .sitemap_wrap li::before {
	content: "●";
	color: #8da15c;
}
#sitemap .sitemap_wrap li a {
	text-decoration: none;
	color: #333333;
}
@media screen and (min-width:  0px) and (max-width:1020px) {
	#sitemap .sitemap_wrap li {
		font-size:30px;
	}
}
@media screen and (min-width:  0px) and (max-width: 767px) {
	#sitemap .sitemap_wrap {
		align-items: center;
		flex-direction: column;

	}
	#sitemap .sitemap_wrap ul {
		list-style-type: none;
		width: 80%;
	}
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	#sitemap .sitemap_wrap ul {
		list-style-type: none;
		width: 90%;
	}
	#sitemap .sitemap_wrap li {
		font-size:24px;
	}
}



/* contact */
#contact {
	position: relative;
	padding: 100px 20px 150px 20px;
}
#contact .contact_wrap {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

/* contact_read */
#contact .contact_read > p {
	font-size: 18px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	text-align: center;
}
@media screen and (min-width:  0px) and (max-width: 767px) {
	#contact .contact_read > p {
		text-align: left;
	}
	#contact .contact_read > p br {
		display: none;
	}
}

/* contact_form */
#contact .contact_form {
	font-size: 18px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	margin-top: 100px;
}
#contact .contact_form .form_box {
	border-bottom: 2px solid #eaeaf1;
	padding: 40px 0;
}
#contact .contact_form .form_box:first-child {
	border-top: 2px solid #eaeaf1;
}
#contact .contact_form .form_box dl {
	display: flex;
	width: 100%;
}
#contact .contact_form .form_box dt {
	display: flex;
	width: 30%;
	margin-top: 10px;
}
#contact .contact_form .form_box dt p {
	font-size: 18px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: bold;
	margin-left: 60px;
}
#contact .contact_form .form_box dt.required::before {
	content: '必須';
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	background-color: #8da15c;
	border-radius: 20px;
	width: 65px;
	height: 36px;
}
#contact .contact_form .form_box dt.required p {
	margin-left: 15px;
}
#contact .contact_form .form_box dd {
	width: 70%;
}
#contact .contact_form .form_line {
	border-bottom: 2px solid #eaeaf1;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
#contact .contact_form .form_line .form_box:not(:first-child) {
	margin-top: -10px;
}
#contact .contact_form .form_buttun {
	margin: 100px auto 0 auto;
}
#contact .contact_form .form_buttun .policy {
	font-size: 18px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	text-align: center;
	margin-top: 100px;
}
@media screen and (min-width:  0px) and (max-width:1020px) {
	#contact .contact_form .form_box dl {
		flex-direction: column;
	}
	#contact .contact_form .form_box dt {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	#contact .contact_form .form_box dd {
		width: 100%;
	}
}
@media screen and (min-width:  0px) and (max-width: 767px) {
	#contact .contact_form .form_buttun .policy {
		text-align: left;
	}
}

/* mw_wp_form_confirm */
#contact .mw_wp_form_confirm {
}
#contact .mw_wp_form_confirm .form_box {
	padding: 0;
}
#contact .mw_wp_form_confirm .form_box dt {
	width: 30%;
	padding: 40px 0;
	margin-top: 0px;
}
#contact .mw_wp_form_confirm .form_box dt p {
	margin-left: 0;
}
#contact .mw_wp_form_confirm .form_box dt.required::before {
	display: none;
}
#contact .mw_wp_form_confirm .form_box dt.required p {
	margin-left: 0;
}
#contact .mw_wp_form_confirm .form_box dd {
	width: 70%;
	padding: 40px 0;
}
#contact .mw_wp_form_confirm .form_buttun {
	margin: 100px auto 0 auto;
}
#contact .mw_wp_form_confirm .form_buttun .buttun {
	display: flex;
	justify-content: space-between;
	margin: 100px auto 0 auto;
}
#contact .mw_wp_form_confirm .form_buttun .policy {
	display: block;
}
@media screen and (min-width:  0px) and (max-width:1020px) {
	#contact .mw_wp_form_confirm .form_box dt {
		width: 100%;
		padding: 40px 0 0 0;
		margin-bottom: 10px;
	}
	#contact .mw_wp_form_confirm .form_box dd {
		width: 100%;
		padding: 0 0 40px 0;
	}
}

/* mw_wp_form_complete */
#contact .mw_wp_form_complete .form_buttun {
	margin: 100px auto 0 auto;
}

/* フォームデザイン */
.contact_form .form_box dd input {
	box-sizing: border-box;
	width:100%;
	height:60px;
	border-radius:0px;
	font-family: inherit;
	font-size: 18px;
	line-height: 2;
	font-weight: normal;
	color: #333333;
	background-color: #eaeaf1;
	border: none !important;
	padding:0 20px;
}
.contact_form .form_box dd input::placeholder {
	font-size: 18px;
	line-height: 2;
	font-weight: normal;
	color:#bbbbbb;
}
.contact_form .form_box dd select::-ms-expand {
	display: none;
}
.contact_form .form_box dd select {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width:100%;
	height:60px;
	border-radius:0px;
	font-family: inherit;
	font-size: 18px;
	line-height: 2;
	color: #333333;
	background-color: #eaeaf1;
	border: none !important;
	padding:0 20px;
	background-image: url(../../img/icon_down.png);
	background-repeat: no-repeat;
	background-position: right 25px center;
}
.contact_form .form_box dd textarea {
	box-sizing: border-box;
	width:100%;
	height:350px;
	border-radius:0px;
	font-family: inherit;
	font-size: 18px;
	line-height: 2;
	color: #333333;
	background-color: #eaeaf1;
	border: none !important;
	padding:15px 20px;
}
.contact_form .form_box dd textarea::placeholder {
	font-size: 18px;
	line-height: 2;
	font-weight: normal;
	color:#bbbbbb;
}
.contact_form .form_box dd input:focus,
.contact_form .form_box dd textarea:focus {
	color: #ffffff;
	background-color: #666666;
	border: none !important;
	outline: none !important;
	box-shadow:none !important;
}
.contact_form .form_box dd select:focus {
	color: #ffffff;
	background-color: #666666;
	border: none !important;
	outline: none !important;
	box-shadow:none !important;
	background-image: url(../../img/icon_down_white.png);
	background-repeat: no-repeat;
	background-position: right 25px center;
}
.contact_form .form_box dd .mwform-radio-field {
	display: block;
}
.contact_form .form_box dd .horizontal-item,
.contact_form .form_box dd .vertical-item {
	display: inline-block;
	width: 40%;
}
.contact_form .form_box dd .horizontal-item:nth-of-type(2n),
.contact_form .form_box dd .vertical-item:nth-of-type(2n) {
	width: 50%;
}
@media screen and (min-width:  0px) and (max-width:1020px) {
	.contact_form .form_box dd .horizontal-item,
	.contact_form .form_box dd .horizontal-item:nth-of-type(2n),
	.contact_form .form_box dd .vertical-item,
	.contact_form .form_box dd .vertical-item:nth-of-type(2n) {
		display: block;
		width: 100%;
	}
}
.contact_form .form_box dd .radio-input {
	display: none;
}
.contact_form .form_box dd .radio-input + span {
	position:relative;
	padding-left: 32px;
	margin-right: 10px;
	cursor: pointer;
	display: inline-block;
}
.contact_form .form_box dd .radio-input + span::before {
	box-sizing: border-box;
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	background-color: #eaeaf1;
	border: 1px solid #c3c4c4;
	border-radius: 50%;
}
.contact_form .form_box dd .radio-input:checked + span::after {
	box-sizing: border-box;
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	background-color: #eaeaf1;
	border: 7px solid #8da15c;
	border-radius: 50%;
}
.contact_form .form_buttun input[type="button"] ,
.contact_form .form_buttun input[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
	font-size: 18px;
	line-height: 2;
	letter-spacing:1px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #8da15c;
	background:#8da15c;
	width: 300px;
	max-width: 100%;
	height: 80px;
	border-radius:40px;
	transition:all 0.2s ease;
	cursor: pointer;
	margin: 0 auto;
}
.contact_form .form_buttun button {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
	font-size: 18px;
	line-height: 2;
	letter-spacing:1px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #8da15c;
	background:#8da15c;
	width: 300px;
	max-width: 100%;
	height: 80px;
	border-radius:40px;
	transition:all 0.2s ease;
	cursor: pointer;
}
.contact_form .mw_wp_form_confirm .form_buttun input[type="button"] ,
.contact_form .mw_wp_form_confirm .form_buttun input[type="submit"] ,
.contact_form .mw_wp_form_confirm .form_buttun button {
	width: 300px;
	max-width: 100%;
}
.contact_form .form_buttun input[type="button"]:hover ,
.contact_form .form_buttun input[type="submit"]:hover ,
.contact_form .form_buttun input[type="button"]:active ,
.contact_form .form_buttun input[type="submit"]:active {
	opacity: 0.5;
}
.contact_form .form_buttun button:hover ,
.contact_form .form_buttun button:active {
	color: #333333;
	border: 1px solid #333333;
	background: #ffffff;
}

/* フォームエラー時の色変え(js) */
.contact_form .form_box dd span.error {
	font-size: 16px;
	line-height: 2;
	font-weight: normal;
	color: #e60012;
}
.contact_form .form_box dd.error-box input,
.contact_form .form_box dd.error-box select,
.contact_form .form_box dd.error-box textarea,
.contact_form .form_box dd.error-box .radio-input + span::before,
.contact_form .form_box dd.error-box .checkbox-input + span::before {
	color: #333333;
	background-color: #eaeaf1;
}
.contact_form .form_box dd.error-box input:focus,
.contact_form .form_box dd.error-box select:focus,
.contact_form .form_box dd.error-box textarea:focus {
	color: #ffffff;
	background-color: #666666;
}



/* notfound */
#notfound {
	position: relative;
	padding: 100px 20px 150px 20px;
}
#notfound .notfound_wrap {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
#notfound .notfound_wrap > p {
	font-size: 18px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	text-align: center;
}
#notfound .notfound_wrap > a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 2;
	letter-spacing:1px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #8da15c;
	background:#8da15c;
	width: 300px;
	max-width: 100%;
	height: 80px;
	border-radius:40px;
	transition:all 0.2s ease;
	margin: 100px auto 0 auto;
}
#notfound .notfound_wrap > a:hover {
	opacity: 0.5;
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	#notfound {
		padding: 100px 20px;
	}
	#notfound .notfound_wrap > p {
		text-align: left;
	}
	#notfound .notfound_wrap > p br {
		display: none;
	}
}



/* products */
#products {
	position: relative;
	padding: 100px 20px 150px 20px;
}
#products .products_wrap {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

/* products_tag */
#products .products_tag > h3 {
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: 30px;
	line-height: 2;
	letter-spacing:1px;
	font-weight: bold;
	text-align: center;
	color: #8da15c;
}
#products .products_tag > h3::before {
	content:"";
	flex-grow: 1;
	height: 2px;
	background:#8da15c;
	margin-right: 30px;
}
#products .products_tag > h3::after {
  content:"";
  flex-grow: 1;
  height: 2px;
  background:#8da15c;
  margin-left: 30px;
}
#products .products_tag > h3:not(:first-child) {
	margin-top: 80px;
}
#products .products_tag > ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}
#products .products_tag > ul a {
	display: block;
	font-size: 18px;
	line-height: 1;
	letter-spacing:0px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
	border-radius: 50px;
	padding: 15px 25px;
}
#products .products_tag > ul a:hover {
	color: #ffffff;
	background-color: #8da15c;
}
#products .products_tag > ul.category a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 30px;
}
#products .products_tag > ul.category li a::before { 
	content: '';
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 35px;
	height: 35px;
	margin-right: 10px;
}
#products .products_tag > ul.category li.cat-item-21 a::before { background-image: url(../../img/products_icon01.png); }
#products .products_tag > ul.category li.cat-item-22 a::before { background-image: url(../../img/products_icon02.png); }
#products .products_tag > ul.category li.cat-item-23 a::before { background-image: url(../../img/products_icon03.png); }
#products .products_tag > ul.category li.cat-item-24 a::before { background-image: url(../../img/products_icon04.png); }
#products .products_tag > ul.category li.cat-item-25 a::before { background-image: url(../../img/products_icon05.png); }
#products .products_tag > ul.category li.cat-item-21 a:hover::before { background-image: url(../../img/products_icon01w.png); }
#products .products_tag > ul.category li.cat-item-22 a:hover::before { background-image: url(../../img/products_icon02w.png); }
#products .products_tag > ul.category li.cat-item-23 a:hover::before { background-image: url(../../img/products_icon03w.png); }
#products .products_tag > ul.category li.cat-item-24 a:hover::before { background-image: url(../../img/products_icon04w.png); }
#products .products_tag > ul.category li.cat-item-25 a:hover::before { background-image: url(../../img/products_icon05w.png); }
#products .products_tag > ul li.current-cat a { background-color: #8da15c; color: #ffffff; }
#products .products_tag > ul.category li.cat-item-21.current-cat a::before { background-image: url(../../img/products_icon01w.png); }
#products .products_tag > ul.category li.cat-item-22.current-cat a::before { background-image: url(../../img/products_icon02w.png); }
#products .products_tag > ul.category li.cat-item-23.current-cat a::before { background-image: url(../../img/products_icon03w.png); }
#products .products_tag > ul.category li.cat-item-24.current-cat a::before { background-image: url(../../img/products_icon04w.png); }
#products .products_tag > ul.category li.cat-item-25.current-cat a::before { background-image: url(../../img/products_icon05w.png); }
#products.en .products_tag > ul.category li.cat-item-28 a::before { background-image: url(../../img/products_icon01.png); }
#products.en .products_tag > ul.category li.cat-item-29 a::before { background-image: url(../../img/products_icon02.png); }
#products.en .products_tag > ul.category li.cat-item-30 a::before { background-image: url(../../img/products_icon03.png); }
#products.en .products_tag > ul.category li.cat-item-31 a::before { background-image: url(../../img/products_icon04.png); }
#products.en .products_tag > ul.category li.cat-item-32 a::before { background-image: url(../../img/products_icon05.png); }
#products.en .products_tag > ul.category li.cat-item-28 a:hover::before { background-image: url(../../img/products_icon01w.png); }
#products.en .products_tag > ul.category li.cat-item-29 a:hover::before { background-image: url(../../img/products_icon02w.png); }
#products.en .products_tag > ul.category li.cat-item-30 a:hover::before { background-image: url(../../img/products_icon03w.png); }
#products.en .products_tag > ul.category li.cat-item-31 a:hover::before { background-image: url(../../img/products_icon04w.png); }
#products.en .products_tag > ul.category li.cat-item-32 a:hover::before { background-image: url(../../img/products_icon05w.png); }
#products.en .products_tag > ul li.current-cat a { background-color: #8da15c; color: #ffffff; }
#products.en .products_tag > ul.category li.cat-item-28.current-cat a::before { background-image: url(../../img/products_icon01w.png); }
#products.en .products_tag > ul.category li.cat-item-29.current-cat a::before { background-image: url(../../img/products_icon02w.png); }
#products.en .products_tag > ul.category li.cat-item-30.current-cat a::before { background-image: url(../../img/products_icon03w.png); }
#products.en .products_tag > ul.category li.cat-item-31.current-cat a::before { background-image: url(../../img/products_icon04w.png); }
#products.en .products_tag > ul.category li.cat-item-32.current-cat a::before { background-image: url(../../img/products_icon05w.png); }
/* products_message */
#products .products_message {
	font-size: 16px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	text-align: center;
	background-color: #f5f5f5;
	border: 2px dashed #eaeaf1;
	padding: 20px;
	margin-top: 100px;
}
/* products_table */
#products .products_table {
	display: block;
	margin-top: 100px;
}
#products .products_table table {
	width: 100%;
	border:0px none !important;
}
#products .products_table thead tr {
	border-top: 2px solid #eaeaf1;
	border-bottom: 2px solid #eaeaf1;
}
#products .products_table thead th {
	font-size: 16px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: bold;
	text-align: center;
	border: none !important;
	padding: 20px 0;
}
#products .products_table thead th:nth-child(1) { width: 30%; }
#products .products_table thead th:nth-child(2) { width: 13%; }
#products .products_table thead th:nth-child(3) { width: 13%; }
#products .products_table thead th:nth-child(4) { width: 13%; }
#products .products_table thead th:nth-child(5) { width: 12%; }
#products .products_table thead th:nth-child(6) { width: 13%; }
#products .products_table thead th:nth-child(7) { width: 6%; }
#products .products_table tbody tr {
	border-bottom: 2px solid #eaeaf1;
}
#products .products_table tbody tr:nth-child(2n+1) {
	background-color: #f5f5f5;
}
#products .products_table tbody td {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing:0px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border: none !important;
	border-right: 2px solid #eaeaf1 !important;
	width: auto;
	padding: 10px 10px;
}
#products .products_table tbody td:first-child {
	border-right: 2px solid #eaeaf1 !important;
	padding: 10px 10px 10px 0;
}
#products .products_table tbody td:last-child {
	border-right: none !important;
	padding: 10px 10px;
}
#products .products_table tbody td a {
	display: flex;
	align-items: center;
	gap: 10px;
}
#products .products_table tbody td a .ph {
	border-radius: 10px;
	width: 80px;
	height: 80px;
	overflow:hidden;
}
#products .products_table tbody td a .ph img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#products .products_table tbody td a .name {
	flex: 1;
}
#products .products_table tbody td ul {
	list-style-type: none;
}
#products .products_table_mobile {
	display: none;
}
@media screen and (min-width:  0px) and (max-width:1020px) {
	#products .products_message {
		text-align: left;
	}
	#products .products_message br {
		display: none;
	}
	#products .products_table {
		display: none;
	}
	#products .products_table_mobile {
		display: block;
		width: 600px;
		max-width: 100%;
		margin: 0 auto;
	}
	#products .products_table_mobile table {
		width: 100%;
		border:0px none !important;
		margin-top: 100px;
	}
	#products .products_table_mobile thead th {
		border: none !important;
	}
	#products .products_table_mobile thead a {
		display: inline-block;
	}
	#products .products_table_mobile thead a .ph {
		border-radius: 20px;
		width: 280px;
		height: 280px;
		overflow:hidden;
		margin-bottom: 20px;
	}
	#products .products_table_mobile thead a .ph img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#products .products_table_mobile tr {
		border-bottom: 2px solid #eaeaf1;
	}
	/*
	#products .products_table_mobile tbody tr:nth-child(2n+1) {
		background-color: #f5f5f5;
	}
	*/
	#products .products_table_mobile tbody th {
		font-size: 18px;
		line-height: 2;
		letter-spacing:0px;
		font-weight: bold;
		text-align: left;
		border: none !important;
		border-right: 2px solid #eaeaf1 !important;
		width: 100px;
		padding: 10px 0 10px 0;
	}
	#products .products_table_mobile tbody td {
		font-size: 18px;
		line-height: 2;
		letter-spacing:0px;
		font-weight: normal;
		text-align: left;
		border: none !important;
		width: auto;
		padding: 10px 0 10px 20px;
	}
	#products .products_table_mobile tbody td ul {
		list-style-type: none;
	}
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	#products .products_tag > h3 {
		font-size: 24px;
		letter-spacing:0px;
	}
	#products .products_tag > h3::before {
		margin-right: 10px;
	}
	#products .products_tag > h3::after {
		margin-left: 10px;
	}
	#products .products_tag > ul a {
		font-size: 14px;
		padding: 10px 20px;
	}
	#products .products_tag > ul.category a {
		padding: 10px 20px;
	}
	#products .products_tag > ul.category li a::before { 
		width: 25px;
		height: 25px;
	}
}



/* products_single */
#products_single {
	position: relative;
	padding: 100px 20px 150px 20px;
}
#products_single .products_single_wrap {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
/* products_single_title */
#products_single .products_single_title > .tag {
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 50px;
}
#products_single .products_single_title > .tag > li {
	font-size: 16px;
	line-height: 1;
	letter-spacing:0px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	color: #333333;
	background-color: #eeeeee;
	border-radius: 50px;
	padding: 10px 20px 13px 20px;
}
#products_single .products_single_title > .tag > li.cat-item-21 { color: #ffffff; background-color: #f6b37f; }
#products_single .products_single_title > .tag > li.cat-item-22 { color: #ffffff; background-color: #89c997; }
#products_single .products_single_title > .tag > li.cat-item-23 { color: #ffffff; background-color: #84ccc9; }
#products_single .products_single_title > .tag > li.cat-item-24 { color: #ffffff; background-color: #88abda; }
#products_single .products_single_title > .tag > li.cat-item-25 { color: #ffffff; background-color: #c490bf; }
#products_single.en .products_single_title > .tag > li.cat-item-28 { color: #ffffff; background-color: #f6b37f; }
#products_single.en .products_single_title > .tag > li.cat-item-29 { color: #ffffff; background-color: #89c997; }
#products_single.en .products_single_title > .tag > li.cat-item-30 { color: #ffffff; background-color: #84ccc9; }
#products_single.en .products_single_title > .tag > li.cat-item-31 { color: #ffffff; background-color: #88abda; }
#products_single.en .products_single_title > .tag > li.cat-item-32 { color: #ffffff; background-color: #c490bf; }
#products_single .products_single_title > h3 {
	font-size:48px;
	line-height:1.5;
	letter-spacing:2px;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #eaeaf1;
	border-bottom: 2px solid #eaeaf1;
	padding: 30px 0;
	margin: 0;
}
#products_single .products_single_title > .ph {
	text-align: center;
	border-radius: 0px;
	overflow:hidden;
	margin-top: 100px;
}
#products_single .products_single_title > h4 {
	font-size:48px;
	line-height:1.5;
	letter-spacing:2px;
	font-weight: bold;
	text-align: left;
	color: #8da15c;
	margin-top: 40px;
}
#products_single .products_single_title > p {
	font-size: 18px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	text-align: left;
	margin-top: 30px;
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	#products_single .products_single_title > h3 {
		font-size:36px;
		letter-spacing:1px;
	}
	#products_single .products_single_title > .ph {
		margin-top: 50px;
	}
	#products_single .products_single_title > h4 {
		font-size:36px;
		letter-spacing:1px;
		margin-top: 30px;
	}
}

/* products_single_table */
#products_single .products_single_table {
	margin-top: 100px;
}
#products_single .products_single_table table {
	width: 100%;
	border:0px none !important;
}
#products_single .products_single_table tr {
	border-bottom: 2px solid #eaeaf1;
}
#products_single .products_single_table tr:first-child {
	border-top: 2px solid #eaeaf1;
}
#products_single .products_single_table th {
	font-size: 18px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border: none !important;
	border-right: 2px solid #eaeaf1 !important;
	width: 30%;
	padding: 30px 50px 30px 0;
}
#products_single .products_single_table td {
	font-size: 18px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	text-align: left;
	border: none !important;
	width: auto;
	padding: 30px 0 30px 50px;
}
#products_single .products_single_table td ul {
	list-style-type: none;
}
#products_single .products_single_table td a.pdf {
	display: flex;
	align-items: center;
	gap: 10px;
}
#products_single .products_single_table td a.pdf .name {
	flex: 1;
	line-height: 1.5;
}
#products_single .link {
	margin-top: 100px;
}
#products_single .link > a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 2;
	letter-spacing:1px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	background-color: #8da15c;
	border-radius: 30px;
	width: 200px;
	height: 60px;
	max-width: 100%;
	margin: 0 auto;
}
#products_single .link > a:hover {
	opacity: 0.5;
}
/* products_message */
#products_single .products_single_message {
	font-size: 14px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	text-align: left;
	margin-top: 30px;
}
@media screen and (min-width:  0px) and (max-width: 767px) {
	#products_single .products_single_table th {
		display: block;
		font-weight: bold;
		border-right: none !important;
		width: 100%;
		padding: 30px 0 0 0;
	}
	#products_single .products_single_table td {
		display: block;
		width: 100%;
		padding: 10px 0 30px 0;
	}
	#products_single .products_single_message br {
		display: none;
	}
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	#products_single .products_single_table {
		margin-top: 50px;
	}
}



/* news */
#news {
	position: relative;
	padding: 100px 20px 150px 20px;
}
#news .news_wrap {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

/* listbox */
#news .listbox {
	border-top: 1px solid #dcdcdc;
}
#news .listbox > li {
	list-style-type: none;
	border-bottom: 1px solid #dcdcdc;
}
#news .listbox > li a {
	display: flex;
	text-decoration: none;
	background-image: url(../../img/top_news_bg.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding: 30px 100px 30px 20px;
}
#news .listbox > li a:hover {
	opacity: 0.5;
}
#news .listbox > li .time {
	font-size: 18px;
	line-height: 2;
	letter-spacing:1px;
	font-weight: normal;
	color: #aaaaaa;
	margin-right: 40px;
}
#news .listbox > li .title {
	font-size: 18px;
	line-height: 2;
	letter-spacing:1px;
	font-weight: normal;
	color: #333333;
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	#news .titlebox > h3 {
		font-size: 36px;
		letter-spacing:2px;
	}
	#news .titlebox > h4 {
		font-size: 16px;
		margin-top: 20px;
	}
	#news .listbox > li a {
		flex-direction: column;
		background-image: none;
		padding: 20px 10px;
	}
}

/* enrty_box */
#news .enrty_box {
	border: 2px solid #eaeaf1;
	border-radius: 50px;
	padding: 0 48px;
	overflow: hidden;
}
#news .enrty_box .enrty_title {
	text-align: center;
	border-bottom: 2px solid #eaeaf1;
	padding: 80px 0 70px 0;
}
#news .enrty_box .enrty_title > .time {
	font-size: 18px;
	line-height: 1;
	letter-spacing:1px;
	font-weight: normal;
	color: #aaaaaa;
}
#news .enrty_box .enrty_title > .title {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing:2px;
	font-weight: normal;
	color: #333333;
	margin-top: 20px;
}
#news .enrty_post {
	padding: 80px 50px 100px 50px;
}
@media screen and (min-width:  0px) and (max-width: 767px) {
	#news .enrty_box {
		padding: 0 20px;
	}
	#news .enrty_box .enrty_title {
		padding: 60px 0 50px 0;
	}
	#news .enrty_post {
		padding: 50px 0px 50px 0px;
	}
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	#news .enrty_box {
		border: none;
		border-top: 2px solid #eaeaf1;
		border-radius: 0;
		padding: 0;
	}
	#news .enrty_box .enrty_title {
		padding: 40px 0 30px 0px;
	}
	#news .enrty_post {
		padding: 30px 0px 0px 0px;
	}
}



/* enrty_post */
.enrty_post {
	box-sizing: border-box;
	color: #333333;
}
.enrty_post::after {
	display: block;
	content: "";
    clear: both;
}
.enrty_post h1 {
	font-size: 30px;
	line-height: 1.5;
	letter-spacing:2px;
	font-weight: 700;
	color:#ffffff;
	background-color: #8da15c;
	padding:20px 30px 25px 30px;
	margin:50px 0;
}
.enrty_post h2 {
	font-size: 30px;
	line-height: 1.5;
	letter-spacing:2px;
	font-weight: 700;
	color:#333333;
	background-color: #eaeaf1;
	padding:20px 30px 25px 30px;
	margin:50px 0;
}
.enrty_post h3 {
	font-family: 'Noto Sans JP', sans-serif !important;
	font-size: 30px !important;
	line-height: 1.5 !important;
	letter-spacing:2px !important;
	font-weight: 700 !important;
	color:#8da15c !important;
	border: 1px solid #8da15c !important;
	padding:20px 30px 25px 30px !important;
	margin:50px 0 !important;
}
.enrty_post h4 {
	font-size: 30px;
	line-height: 1.5;
	letter-spacing:2px;
	font-weight: 700;
	color:#333333;
	border-bottom:2px solid #eaeaf1;
	padding:0 0 25px 0;
	margin:50px 0;
}
.enrty_post h5 {
	font-size: 30px;
	line-height: 1.5;
	letter-spacing:2px;
	font-weight: 700;
	border-left:10px solid #8da15c;
	border-bottom:2px solid #8da15c;
	padding:20px 0 25px 30px;
	margin:50px 0;
}
.enrty_post h6 {
	font-size: 30px;
	line-height: 1.5;
	letter-spacing:2px;
	font-weight: 700;
	margin:50px 0;
}
.enrty_post p {
	font-size: 18px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	margin:0;
}
.enrty_post strong {
	font-weight: bold;
}
.enrty_post > blockquote {
	font-size: 18px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	background-color: #eeeeee;
	padding: 40px 50px;
	margin:20px 0;
}
.enrty_post > ul ,
.enrty_post > ol {
	margin:50px 0 50px 20px;
}
.enrty_post > ul li ,
.enrty_post > ol li {
	font-size: 18px;
	line-height: 2;
	letter-spacing:1px;
	font-weight: 300;
	margin:20px 0;
}
.enrty_post img {
	max-width: 100%;
	height: auto;
}
.enrty_post img.aligncenter { 
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.enrty_post img.alignright {
	float: right;
	margin-left: 1em;
}
.enrty_post img.alignleft {
	float: left;
	margin-right: 1em;
}
.enrty_post > .youtube {
	position: relative;
	background-color: #cccccc;
	width: 100%;
	padding-top: 56.25%;
	margin:20px 0;
}
.enrty_post > .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	.enrty_post > h1 ,
	.enrty_post > h2 ,
	.enrty_post > h3 {
		padding:18px 20px 20px 20px;
	}
	.enrty_post > h4 {
		padding:0 0 20px 0;
	}
	.enrty_post > h5 {
		padding:18px 0 20px 20px;
	}
	.enrty_post > h6 {
	}
	.enrty_post > blockquote {
		padding: 15px 20px;
	}
}

/* nav_list */
.nav_list {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 240px;
	margin: 100px auto 0 auto;
}
.nav_list .nav_center {
	font-size:18px;
	line-height:1;
	letter-spacing:1px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	width: 160px
}
.nav_list .nav_left ,
.nav_list .nav_right {
	width: 40px;
}
.nav_list .nav_left a::before {
	display: block;
	content: '';
	background-image: url(../../img/nav_left.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;
	height: 40px;
}
.nav_list .nav_right a::before {
	display: block;
	content: '';
	background-image: url(../../img/nav_right.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;
	height: 40px;
}
.nav_list .nav_left a:hover ,
.nav_list .nav_right a:hover {
	opacity: 0.5;
}

/* nav_list_single */
.nav_list_single {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 100px auto 0 auto;
}
.nav_list_single .nav_center {
	width: 160px;
}
.nav_list_single .nav_center a {
	display: block;
	content: '';
	background-image: url(../../img/nav_menu.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
.nav_list_single .nav_left ,
.nav_list_single .nav_right {
	width: calc( 50% - 80px );
}
.nav_list_single .nav_left a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing:0px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.nav_list_single .nav_right a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing:0px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.nav_list_single .nav_left a::before {
	display: block;
	content: '';
	background-image: url(../../img/nav_left.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;
	height: 40px;
}
.nav_list_single .nav_right a::after {
	display: block;
	content: '';
	background-image: url(../../img/nav_right.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;
	height: 40px;
}
.nav_list_single .nav_left a span {
	flex: 1;
	text-align: left;
	margin-left: 10px;
}
.nav_list_single .nav_right a span {
	flex: 1;
	text-align: right;
	margin-right: 10px;
}
.nav_list_single .nav_center a:hover ,
.nav_list_single .nav_left a:hover ,
.nav_list_single .nav_right a:hover {
	opacity: 0.5;
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	.nav_list_single {
		max-width: 240px;
	}
	.nav_list_single .nav_left a span ,
	.nav_list_single .nav_right a span {
		display: none;
	}
}




/****** english 2024.4.2 *****/

/* footer */
#footer.en {
	background-color: #8da15c;
	padding: 50px 20px;
}
#footer.en > .copy {
	font-size: 12px;
	letter-spacing:0.5px;
	text-align: center;
	color: #ffffff;
}

/* global_nav */
#global_nav.en .menu > .global_contact a {
	font-size: 18px;
}
#global_nav.en .menu > .global_contact a::before {
	display: none;
}

/* top_image_title */
#top_image.en .top_image_title {
	padding: 0 20px;
}
#top_image.en .top_image_title > h2 {
	font-family: 'Noto Serif JP', serif;
	font-size:6vw;
	line-height:1.4;
	letter-spacing:1px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
}
#top_image.en .top_image_title > p {
	font-size:1.5vw;
	line-height:1.4;
	letter-spacing:1px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	margin-top: 2vw;
}
@media screen and (min-width:  0px) and (max-width:1200px) {
	#top_image.en .top_image_title > h2 {
		font-size:6.5vw;
	}
	#top_image.en .top_image_title > p {
		font-size:2vw;
		margin-top: 20px;
	}
}
@media screen and (min-width:  0px) and (max-width: 767px) {
	#top_image.en .top_image_title > h2 {
		font-size:7.5vw;
	}
	#top_image.en .top_image_title > p {
		font-size:2.5vw;
	}
}

/* top_services */
#top_services.en .listbox > li .title {
	font-size: 30px;
	line-height: 1.4;
	letter-spacing:0px;
	font-weight: bold;
	text-align: center;
	margin: 20px 20px 0 20px;
}
#top_services.en .listbox > li .text {
	font-size: 16px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	text-align: left;
	margin: 10px 20px 20px 20px;
}
@media screen and (min-width:  0px) and (max-width:1200px) {
	#top_services.en .listbox > li .title {
		font-size: 26px;
	}
}
@media screen and (min-width:  0px) and (max-width: 767px) {
	#top_services.en .listbox > li .title {
		font-size: 22px;
		margin: 20px 20px 0 20px;
	}
	#top_services.en .listbox > li .text {
		margin: 10px 20px 20px 20px;
	}
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	#top_services.en .listbox > li .title {
		font-size: 18px;
		margin: 20px 20px 0 20px;
	}
	#top_services.en .listbox > li .text {
		font-size: 14px;
		margin: 10px 20px 20px 20px;
	}
}

/* title */
#title.en .title_name {
	padding: 100px 0 0 0;
}
@media screen and (min-width:  0px) and (max-width:1200px) {
	#title.en .title_name {
		padding: 50px 0 0 0;
	}
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	#title.en .title_name {
		padding: 30px 0 0 0;
	}
}

/* about */
#about.en .about_message {
	display: block;
	margin-top: 100px;
}
#about.en .about_message > h4 {
	font-family: 'Noto Serif JP', serif;
	font-size:36px;
	line-height:1.8;
	letter-spacing:2px;
	font-weight: 500;
	writing-mode: inherit;
}
#about.en .about_message > h4 span {
	background: linear-gradient(transparent 65%, #ffd800 65%);
}
#about.en .about_message > p {
	font-size: 18px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	writing-mode: inherit;
	margin-top: 40px;
}
@media screen and (min-width:  0px) and (max-width:1020px) {
	#about.en .about_message > h4 {
		text-align: left;
	}
	#about.en .about_message > p {
		text-align: left;
	}
}
@media screen and (min-width:  0px) and (max-width: 575px) {
	#about.en .about_message {
		margin-top: 50px;
	}
	#about.en .about_message > h4 {
		font-size:24px;
	}
}

/* services */
#services.en .services_wrap > .link > a {
	width: 340px;
	height: 60px;
	max-width: 100%;
}

/* products */
#products.en .products_table thead th {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing:0px;
	vertical-align: middle;
	padding: 10px 5px;
}
#products.en .products_table thead th:nth-child(1) { width: 30%; }
#products.en .products_table thead th:nth-child(2) { width: auto; }
#products.en .products_table thead th:nth-child(3) { width: auto; }
#products.en .products_table thead th:nth-child(4) { width: auto; }
#products.en .products_table thead th:nth-child(5) { width: auto; }
#products.en .products_table thead th:nth-child(6) { width: auto; }
#products.en .products_table thead th:nth-child(7) { width: 6%; }
#products.en .products_table tbody td {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing:0px;
	padding: 10px 10px;
}
@media screen and (min-width:  0px) and (max-width:1020px) {
	#products.en .products_table_mobile tbody th {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing:0px;
		vertical-align: middle;
		width: 100px;
		padding: 10px 10px 10px 0;
	}
	#products.en .products_table_mobile tbody td {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing:0px;
		padding: 10px 0 10px 10px;
	}
}



/****** デザイン変更点 2024.4.19 *****/

/* products_single_text */
#products_single .products_single_text {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 50px;
}
#products_single .products_single_text > .image {
	width: 280px;
	max-width: 100%;
	margin-left: 20px;
}
#products_single .products_single_text > .image .ph {
	border-radius: 20px;
	width: 280px;
	height: 280px;
	margin: 0 auto;
	overflow:hidden;
}
#products_single .products_single_text > .image .ph img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#products_single .products_single_text > .image a.pdf {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #8da15c;
	border-radius: 40px;
	width: 280px;
	height: 80px;
	max-width: 100%;
	margin: 30px auto 0 auto;
}
#products_single .products_single_text > .image a.pdf:hover {
	opacity: 0.5;
}
#products_single .products_single_text > .image a.pdf p.name {
	font-size: 16px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	margin-left: 10px;
}
#products_single .products_single_text > .message {
	width: 670px;
	max-width: 100%;
}
#products_single .products_single_text > .message h4 {
	font-size:36px;
	line-height:1.5;
	letter-spacing:1px;
	font-weight: bold;
	text-align: left;
	color: #8da15c;
}
#products_single .products_single_text > .message p {
	font-size: 16px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	text-align: left;
	margin-top: 30px;
}
@media screen and (min-width:  0px) and (max-width: 767px) {
	#products_single .products_single_text {
		display: block;
	}
	#products_single .products_single_text > .image {
		width: 100%;
		margin-left: 0;
	}
	#products_single .products_single_text > .message {
		width: 100%;
		margin: 50px auto 0 auto;
	}
}

/* products_single_table */
#products_single .design2 {
	margin-top: 50px;
}
#products_single .design2 tr {
	border-bottom: 2px solid #ffffff;
}
#products_single .design2 tr:first-child {
	border-top: 2px solid #ffffff;
}
#products_single .design2 th {
	font-size: 14px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border: none !important;
	border-right: 2px solid #ffffff !important;
	background-color: #dcdcdc;
	width: 200px;
	padding: 15px 20px;
}
#products_single .design2 td {
	font-size: 14px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	text-align: left;
	border: none !important;
	background-color: #eeeeee;
	width: auto;
	padding: 15px 20px;
}
@media screen and (min-width:  0px) and (max-width: 767px) {
	#products_single .design2 th {
		display: block;
		font-weight: bold;
		border-right: none !important;
		width: 100%;
		padding: 10px 20px;
	}
	#products_single .design2 td {
		display: block;
		width: 100%;
		padding: 15px 20px;
	}
}

/* enrty_post */
#products_single .design2 .enrty_post h1 {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing:2px;
	font-weight: 700;
	color:#ffffff;
	background-color: #8da15c;
	padding:15px 20px 17.5px 20px;
	margin:20px 0;
}
#products_single .design2 .enrty_post h2 {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing:2px;
	font-weight: 700;
	color:#333333;
	background-color: #eaeaf1;
	padding:15px 20px 17.5px 20px;
	margin:20px 0;
}
#products_single .design2 .enrty_post h3 {
	font-family: 'Noto Sans JP', sans-serif !important;
	font-size: 24px !important;
	line-height: 1.5 !important;
	letter-spacing:2px !important;
	font-weight: 700 !important;
	color:#8da15c !important;
	border: 1px solid #8da15c !important;
	padding:15px 20px 17.5px 20px !important;
	margin:20px 0 !important;
}
#products_single .design2 .enrty_post h4 {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing:2px;
	font-weight: 700;
	color:#333333;
	border-bottom:2px solid #eaeaf1;
	padding:0 0 17.5px 0;
	margin:20px 0;
}
#products_single .design2 .enrty_post h5 {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing:2px;
	font-weight: 700;
	border-left:10px solid #8da15c;
	border-bottom:2px solid #8da15c;
	padding:15px 0 17.5px 20px;
	margin:20px 0;
}
#products_single .design2 .enrty_post h6 {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing:2px;
	font-weight: 700;
	margin:20px 0;
}
#products_single .design2 .enrty_post p {
	font-size: 14px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	margin:0;
}
#products_single .design2 .enrty_post > blockquote {
	font-size: 14px;
	line-height: 2;
	letter-spacing:0px;
	font-weight: normal;
	background-color: #eeeeee;
	padding: 15px 20px;
	margin:20px 0;
}
#products_single .design2 .enrty_post > ul ,
#products_single .design2 .enrty_post > ol {
	margin:20px 0 20px 20px;
}
#products_single .design2 .enrty_post > ul li ,
#products_single .design2 .enrty_post > ol li {
	font-size: 14px;
	line-height: 2;
	letter-spacing:1px;
	font-weight: 300;
	margin:20px 0;
}