/*Componentレイヤーは多くのプロジェクトで横断的に再利用できる要素*/

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

/* フォント*/
@font-face {
	font-family: "YuGothic M";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}

@font-face {
	font-family: "YuGothic M";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}

@font-face {
	font-family: "YuGothic M";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}

@font-face {
	font-family: "YuGothic M";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}

@font-face {
	font-family: "YuGothic M";
	src: local("Yu Gothic Medium"),
		font-weight: 500;
}

* {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "YuGothic M", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 768px) {
	* {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
	}
}

/*end フォント*/
/* ヘッダー*/
.c-header-in {
	display: flex;
	align-items: center;
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 19px 0 17px;
}

.c-logobox img {
	max-width: 107px;
	width: 100%;
}

.c-header-linkbox {
	max-width: 853px;
	width: 100%;
	margin: 0 0 0 auto;
}

.c-header-textbox {
	display: flex;
	align-items: center;
	margin: 0 0 18px;
}

.c-header-textbox .text {
	margin: 0;
	color: #4c4238;
	font-size: 11px;
	line-height: 1.45;
}

.c-hed-button {
	width: 194px;
	margin: 0 0 0 auto;
}

.c-hed-button a {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 194px;
	width: 100%;
	padding: 11px 0;
	background: url(../images/common/border.png) 100% 100%/ 100% no-repeat;
	color: #00693e;
	font-size: 17px;
	letter-spacing: .05em;
	line-height: 1;
	box-sizing: border-box;
}

.c-hed-button a img {
	max-width: 28px;
	width: 100%;
	margin: 0 22px 0 0;
}

.c-nav-box {
	display: flex;
	align-items: center;
}

.c-nav {
	margin: 0 0 0 auto;
}

.c-nav__list {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.c-nav__item {
	margin: 0 33px 0 0;
}

.c-nav__item:last-child {
	margin: 0;
}

.c-nav__item a {
	display: block;
	color: #00693e;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .05em;
}

.c-nav__item:last-child a {
	color: #6bb046;
}

.c-nav__item .active {
	margin: 0 0 -2px;
	padding: 0 0 2px;
	border-bottom: 2px solid;
}

/*end ヘッダー*/
/*フッダー*/
footer {
	position: relative;
	/*padding: 0 0 33vw ;*/
	/*background: url(../images/common/footer-bg.png)100% bottom /100% no-repeat;*/
}

.c-footer-in {
	/*position: absolute;*/
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 10px;
	/*right: 14%;*/
	/*bottom: 2.5%;*/
	text-align: right;
}

.c-footer-listbox {
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0;
}

.c-footer-listbox li {
	margin: 0 0 6px;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: .05em;
}

.c-footer-listbox li:last-child {
	margin: 0;
}

.c-footer-listbox li a {
	color: #fff;
}

.c-footer-listbox li a:hover,
.c-footer-linkbox a:hover {
	padding: 0 0 2px;
	border-bottom: 1px solid;
}

.c-footer-linkbox p {
	margin: 0 0 5px;
	color: #fff;
	font-size: 12px;
	line-height: 1.66;
	letter-spacing: .05em;
}

.c-footer-linkbox>div,
.c-footer-linkbox>div a {
	color: #fff;
	font-size: 10px;
	line-height: 2;
	letter-spacing: .05em;
}

.c-footer_areabox__spchange {
	display: flex;
	flex-direction: column;
	margin-bottom: -100px;
}

.c-footer-sns {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 1.8rem;
	padding: 0;
	list-style: none;
	margin: 0 0 15px 0;
}

.c-footer-sns li:nth-child(1) {
	width: 2.8rem;
}

.c-footer-sns li:nth-child(2) {
	width: 2.4rem;
}

.c-footer-sns li a {
	display: block;
}

.c-box-list {
	max-width: 980px;
	width: 100%;
	margin: 0 auto 68px;
	clear: both;
}

.c-box-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.c-box-list li {
	float: left;
	width: 230px;
	margin: 0 20px 0 0;
}

.c-box-list li:last-child {
	margin: 0;
}

.c-box-list li a {
	display: block;
	border-top: 8px solid #00693e;
	text-decoration: none;
	transition: .2s linear;
}

.sec-box {
	position: relative;
	background: #ffffff;
	padding: 0 25px;
}

.c-box-list .sec-box .inner {
	padding: 30px 0 60px;
}

.sec-box img {
	margin: 0 0 27px;
}

.c-sec-textbox .title {
	margin: 0 0 6px;
	color: #00693e;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .05em;
	text-align: center;
}

.c-sec-textbox .text {
	margin: 0;
	color: #4c4238;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: .025em;
}

.c-footer-btn-box a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 284px;
	height: 51px;
	margin: 0 auto;
	border: 1px solid #00693e;
	border-radius: 30px;
	font-size: 19px;
	line-height: 51px;
}

.c-footer-btn-box img {
	width: 9px;
	margin: 0 22px 0 0;
}

.c-footer-btn-box a:hover {
	border-radius: 30px;
	border: none;
}

.c-footer-contactbox {
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
}

.c-footer-contactbox p {
	margin: 0 0 10px;
	padding: 6px 0;
	background: url(../images/common/bg-border.png) 100% 100%/100% no-repeat;
	color: #00693e;
	font-size: 13px;
	text-align: center;
	letter-spacing: .05em;
}

.c-footer_areabox {
	/*margin: 0 auto 117px;*/
	/*background: url(../images/common/footer-common.png);*/
	margin: 0 auto;
	padding: 9.7vw 0 117px;
}

.c-footer_areabox_bg {
	background: url(../images/common/footer-common.png);
}

/*end フッダー*/
/* h1*/
.c-main-title {
	margin: 0 0 13px;
	color: #00693e;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .05em;
	text-align: center;
}

.c-main-entext {
	margin: 0;
	color: #00693e;
	font-size: 20px;
	line-height: 1;
	letter-spacing: .05em;
	text-align: center;
}

/*end h1*/

.c-btn-box img {
	width: 9px;
	margin: 0 11px 0 0;
}

.c-btn-box a,
.c-btn-box button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 215px;
	height: 36px;
	margin: 0 auto;
	border: 1px solid #00693e;
	border-radius: 24px;
	line-height: 36px;
}

.c-btn-box a:hover,
.c-btn-box button:hover {
	border-radius: 24px;
	border: none;
}

.c-btn-area {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 472px;
	width: 100%;
	margin: 0 auto 60px;
}

.c-btn-area .c-btn-box:first-child {
	margin: 0 auto 0 0;
}

.c-btn-area .c-btn-box:last-child {
	margin: 0 0 0 auto;
}

/***end: 共通***/

/***お問い合わせ***/
.c-contact-table {
	width: 100%;
	/*padding: 6px;*/
}

.c-contact-table input[type=radio],
.c-contact-table input[type=checkbox],
.p-contact-privacy-check input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}

.c-contact-table label,
.c-contact-table label,
.p-contact-privacy-check label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	color: #4c4238;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	cursor: pointer;
}

/*.c-contact-table input[type=radio] + label,
.c-contact-table input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	color: #4c4238;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	cursor: pointer;
}
*/
.mw_wp_form .error {
	/*display: inline!important;*/
}


@media (min-width: 1px) {

	.c-contact-table input[type=radio],
	.c-contact-table input[type=checkbox],
	.p-contact-privacy-check input[type=checkbox] {
		display: none;
		margin: 0;
	}

	/*.c-contact-table input[type=radio] + label,
	.c-contact-table input[type=checkbox] + label {
		margin: 0 10px 0 0;
		padding: 0 0 0 18px;
	}*/
	.c-contact-table .mwform-radio-field label,
	.c-contact-table input[type=checkbox]+label {
		margin: 0 10px 0 0;
		padding: 0 0 0 18px;
	}

	.p-contact-privacy-check label {
		padding: 0 0 0 22px;
	}

	.c-contact-table .mwform-radio-field label::before,
	.c-contact-table input[type=checkbox]+label::before,
	.p-contact-privacy-check label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 12px;
		height: 12px;
		margin-top: -6px;
		background: #FFF;
	}

	.p-contact-privacy-check label::before {
		width: 15px;
		height: 15px;
		margin-top: -8px;
	}

	.c-contact-table .mwform-radio-field label::before {
		background: #fff;
		border-radius: 30px;
	}

	.c-contact-table input[type=checkbox]+label::before,
	.p-contact-privacy-check label::before {
		border: 1px solid #ccc;
	}

	.c-contact-table input[type=radio]:checked+.mwform-radio-field-text::after,
	.c-contact-table input[type=checkbox]:checked+label::after,
	.p-contact-privacy-check input[type=checkbox]:checked+.mwform-checkbox-field-text::after {
		content: "";
		position: absolute;
		top: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}

	.c-contact-table input[type=radio]:checked+.mwform-radio-field-text::after {
		left: 2px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #00693e;
		border-radius: 8px;
	}

	.c-contact-table input[type=checkbox]:checked+label::after {
		left: 3px;
		width: 16px;
		height: 8px;
		margin-top: -8px;
		border-left: 3px solid #E71063;
		border-bottom: 3px solid #E71063;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.p-contact-privacy-check input[type=checkbox]:checked+.mwform-checkbox-field-text::after {
		left: 3px;
		width: 10px;
		height: 6px;
		top: 10px;
		border-left: 2px solid #00693e;
		border-bottom: 2px solid #00693e;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.c-contact-table tr {
		border-bottom: 1px dotted #4c4238;
	}
}

.c-contact-table th {
	width: 212px;
	padding: 16px 0 16px 4px;
	color: #4c4238;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .05em;
}

.c-contact-table th .need {
	color: #00693e;
}

.c-contact-table td {
	padding: 11px 0;
}

.c-contact-table td input {
	padding: 0 0 0 .5vw;
	color: #4c4238;
	width: 69.1%;
	border: none;
	border-radius: 0;
	outline: none;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.c-contact-table td .name {
	width: 123px;
	margin: 0 14px 0 0;
}

.c-contact-table td .tel {
	/*	display: block;*/
	width: 116px;
}

.c-contact-table td .old {
	width: 42px;
	margin: 0 .2vw 0 0;
}

.c-contact-table td .job {
	width: 222px;
}

.c-textarea-box {
	margin: 0 0 20px;
}

.c-textarea-box textarea {
	padding: 1vw;
	width: 100%;
	height: 150px;
	border: none;
	border-radius: 0;
	outline: none;
	background: #fff;
	resize: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.c-textarea-box p {
	margin: 12px 0;
	color: #4c4238;
	font-size: 14px;
}

.c-textarea-box p .need {
	color: #00693e;
}

select {
	width: 140px;
	height: 28px;
	padding: 0 0 0 9px;
	border: none;
	border-radius: 7px;
	outline: none;
	background: #fff url(../images/common/select.png) 96% 50% / 6px no-repeat;
	color: #4c4238;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.c-contact-box {
	text-align: center;
}

.c-contact-box .c-btn-box a {
	width: 238px;
	height: 42px;
	line-height: 42px;
}

.c-submit-box.button {
	width: auto;
	height: auto;
	background-color: transparent;
	color: initial;
	line-height: 1.42857143;
	margin: 0 auto;
	/*
	display: flex;
	flex-direction: column-reverse;
*/
}

.c-submit-box.button::after {
	content: none;
}

.c-submit-box.button input {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 238px;
	height: 42px;
	line-height: 42px;
	margin: 0 auto;
	border: 1px solid #00693e;
	color: #00693e;
	padding: 0 20px 0 40px;
	border-radius: 24px;
	background-color: #fff;
	background-image: url(../images/common/arrow.png);
	background-repeat: no-repeat;
	background-size: 9px auto;
	background-position: 24px center;
	margin-top: 2.5em;
	cursor: pointer;
	transition: all .3s;
}

.c-submit-box.button input:hover {
	color: #fff;
	background-color: #00693e;
	background-image: url(../images/common/arrow-wh.png);
}

.c-submit-box input {
	border: none;
	outline: none;
	background: transparent;
}

/***end お問い合わせ***/

/***end お問い合わせ(完了)***/
.c-complete-btn .c-btn-box a {
	width: 238px;
	height: 43px;
	line-height: 43px;
}


/***end お問い合わせ(完了)***/


/***ボタン***/
.c-link__btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 284px;
	height: 51px;
	margin: 0 auto;
	border: 1px solid #00693e;
	border-radius: 30px;
	font-size: 19px;
	line-height: 51px;
}

.c-link__btn a img {
	width: 4%;
	margin-right: 2%;
}

.c-link__btn a:hover {
	border-radius: 30px;
	border: none;
}

.recipe_slide-box .c-link__btn a {
	width: 90%;
}

/***end ボタン***/

@media screen and (max-width: 1500px) {
	.c-footer_areabox__spchange {
		margin-bottom: -100px;
	}
}

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

	.c-header-in,
	.c-footer-in {
		max-width: 100%;
		width: 96%;
	}

	.c-logobox {
		width: 11%;
	}

	.c-logobox img {
		max-width: 100%;
		width: 100%;
	}

	.c-nav__item {
		margin: 0 2.6vw 0 0;
	}

	.c-nav__item a {
		font-size: 1.4vw;
	}

	.c-header-linkbox {
		max-width: 100%;
		width: 87.1%;
	}

	.c-hed-button {
		max-width: 100%;
		width: 31%;
		margin: 0 0 0 auto;
		/*height: 4.4vw;*/
	}

	.c-hed-button a {
		margin: 0 0 0 auto;
		padding: 1.1vw 0;
		font-size: 1.7vw;
	}

	.c-hed-button a img {
		max-width: 100%;
		width: 14.3%;
		margin: 0 11% 0 0;
	}

	.c-footer-listbox {
		list-style-type: none;
		margin: 0 0 2%;
		padding: 0;
	}

	.c-footer-listbox li {
		margin: 0 0 1%;
		font-size: 1.4vw;
	}

	.c-footer-linkbox p {
		font-size: 1.2vw;
	}

	.c-btn-area {
		max-width: 100%;
		width: 47.2vw;
	}

	.c-btn-box a,
	.c-btn-box button {
		width: 21.5vw;
		height: 3.6vw;
		line-height: 3.6vw;
		font-size: 1.6vw;
	}


	.c-box-list {
		max-width: 100%;
		width: 96%;
	}

	.c-box-list li {
		width: 23.5%;
		margin: 0 2% 0 0;
	}

	.sec-box img {
		width: 100%;
	}

	.sec-box {
		padding: 0 8%;
	}

	.c-sec-textbox .title {
		font-size: 14px;
	}

	.c-sec-textbox .text {
		font-size: 12px;
	}

	.c-box-list .sec-box .inner {
		padding: 10% 0 16%;
	}

}



@media screen and (max-width: 768px) {
	.c-footer_areabox_bg {
		background: unset;
	}

	.btn {
		width: 9.4%;
		height: 35px;
		position: absolute;
		right: 15px;
		top: 5vw;
		right: 4vw;
	}

	.btn:before,
	.btn:after,
	.btn span {
		display: block;
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}

	.btn span {
		width: 100%;
	}

	.btn:before {
		content: "";
		top: calc(20% - 3px);
		border-top: 10px solid #00693e;
		border-radius: 10px;
	}

	.btn:after {
		content: "";
		bottom: calc(20% - 3px);
		border-bottom: 10px solid #00693e;
		border-radius: 10px;
	}

	.btn.on {
		top: 4.5vw
	}

	.btn.on span {
		display: none;
	}

	.btn.on:before {
		top: calc(50% - 1.5px);
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}

	.btn.on:after {
		bottom: calc(47% - 7.5px);
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}

	.c-link__btn a {
		width: 80%;
		height: 10vw;
		line-height: 13.4vw;
		border-radius: 60px;
		letter-spacing: .05em;
		font-size: 3.4vw;
		background: #00693e;
		color: #fff;
	}

	.c-link__btn a:hover {
		border-radius: 60px;
	}

	.c-link__btn img {
		width: 4%;
		margin-right: 8%;
	}

	.c-header-in {
		position: fixed;
		max-width: 100%;
		width: 100%;
		height: 130px;
		padding: 23.2px 0;
		background: #fff;
		z-index: 10;
	}

	.c-logobox {
		width: 17%;
		margin: 0 0 0 4.3%;
	}


	.c-header-textbox {
		margin: 0 0 0 3.4vw;
	}

	.c-header-textbox a {
		margin: 0;
	}

	.c-header-textbox .text {
		margin: 0 0 1px;
		font-size: 2.14vw;
		line-height: 1.75;
	}

	.c-nav {
		position: fixed;
		top: 130px;
		z-index: 100;
	}

	.c-nav__list {
		display: block;
		width: 100%;
		font-size: 0;
		background: #fff;
		border-top: 2px solid #00693e;
		border-bottom: 2px solid #00693e;
	}

	.c-nav-box {
		display: block;
		width: 100%;
	}

	.c-nav__item {
		display: inline-block;
		width: 50%;
		margin: 0;
	}

	.c-nav__item a,
	.c-nav__item .active {
		display: block;
		padding: 5.3vw 0 5.3vw 9.5vw;
		border-bottom: 2px solid #00693e;
		background: url(../images/common/sp-arrow.png) 10.6% 50% / 4.56% no-repeat;
		font-size: 4vw;
		box-sizing: border-box;
	}

	.c-nav__item:nth-child(n + 7) a {
		border-bottom: 0;
	}

	.c-nav__item:nth-child(odd) a {
		border-right: 2px solid #00693e;
	}

	.btn .c-btn-close {
		display: none;
	}

	.btn.on .c-btn-close {
		display: block;
		top: 6vw;
		/*right: .8vw;*/
	}

	.btn.on .c-btn-menu {
		display: none;
	}

	.btn {
		padding: 1% 0 0;
	}

	.btn p {
		position: relative;
		top: 4vw;
		right: auto;
		margin: 0;
		font-size: 2.2vw;
		font-weight: bold;
		color: #00693e;
	}

	.c-sp-contact {
		margin: 0 16vw 0 auto;
	}

	.c-footer-listbox li {
		font-size: 3.4vw;
	}

	.c-footer-linkbox p {
		font-size: 2.66vw;
	}

	.c-footer-linkbox>div,
	.c-footer-linkbox>div a {
		font-size: 2.4vw;
	}

	.c-footer-in {
		padding: 0 0 3%;
	}

	.c-footer-listbox {
		margin: 0 0 2.5%;
	}

	.c-footer_areabox__spchange {
		flex-direction: column-reverse;
	}

	.c-sp-contact {
		width: 14%;
	}

	.c-footer-sns {
		gap: 0 5.2vw;
		margin: 0 0 4%;
	}

	.c-footer-sns li:nth-child(1) {
		width: 8.9333vw;
	}

	.c-footer-sns li:nth-child(2) {
		width: 7.4666vw;
	}

	.c-box-list {
		max-width: 100%;
		width: 89%;
	}

	/***お問い合わせ***/

	.p-contact-box {
		max-width: 100%;
		width: 89.4%;
		margin: 0 auto;
	}

	.c-contact-table th,
	.c-contact-table td,
	.mwform-radio-field-text {
		display: block;
		width: 100%;
		font-size: 4vw;
	}

	.c-contact-table input[type=radio]+label,
	.c-contact-table input[type=checkbox]+label {
		font-size: 3.7vw;
	}

	.c-contact-table input[type=radio]+label::before,
	.c-contact-table input[type=checkbox]+label::before {
		width: 16px;
		height: 16px;
	}

	@media (min-width: 1px) {
		.c-contact-table input[type=radio]:checked+label::after {
			left: 3px;
			width: 10px;
			height: 10px;
			margin-top: -3px;
			background: #00693e;
			border-radius: 8px;
		}
	}

	.c-contact-table td .name {
		width: 36.7%;
		margin: 0 2vw 0 0;
	}

	.c-contact-table td {
		padding: 2vw 0 3vw;
	}

	.c-contact-table th {
		padding: 2vw 0 0;
	}

	.c-contact-table td input {
		width: 100%;
	}

	.c-sp-inline th,
	.c-sp-inline td {
		display: inline-block;
		padding: 3vw 0;
	}

	.c-sp-inline th {
		width: 34.7%;
	}

	.c-sp-inline td {
		width: 65.2%;
	}

	.c-contact-table td .tel {
		width: 43.2%;
	}

	.c-sp-inline select {
		font-size: 3.7vw;
		width: 62.6%;
		height: 6vw;
		border-radius: 6px;
		background: #fff url(../images/common/select.png) 96% 50% / 1.4vw no-repeat;
	}

	.c-contact-table td .old {
		width: 11.2vw;
		margin: 0 1vw 0 0;
	}

	.c-contact-table td .job {
		width: 100%;
	}

	.c-textarea-box p {
		font-size: 3.7vw;
	}

	.c-submit-box.button input {
		width: 63.5vw;
		height: 11.4vw;
		line-height: 11.4vw;
		border-radius: 5.7vw;
		font-size: 3.7vw;
		padding: 0 4vw 0 8vw;
		background-size: 1.8vw auto;
		background-position: 4.8vw center;
	}

	.c-textarea-box {
		margin: 0 0 11.6vw;
	}

	.mw_wp_form .horizontal-item+.horizontal-item {
		margin-left: 0 !important;
	}

	/*** end お問い合わせ***/

	/*** end お問い合わせ(完了)***/
	.c-complete-btn .c-btn-box a {
		width: 63.5vw;
		height: 11vw;
		line-height: 11vw;
		border-radius: 7vw;
		font-size: 4vw;
	}

	.c-complete-btn .c-btn-box a:hover {
		border-radius: 7vw;
	}

	/*** end お問い合わせ(完了)***/

	/***商品紹介***/
	.c-main-title {
		font-size: 7.5vw;
	}

	.c-main-entext {
		font-size: 3.8vw;
	}

	.c-box-list li {
		width: 49%;
		margin: 0 2% 2% 0;
	}

	.c-box-list li:nth-child(2n) {
		margin-right: 0;
	}

	.c-box-list li a {
		border-top: 0;
		border-bottom: 10px solid #00693e;
	}

	.sec-box img {
		width: 75%;
		margin: 0 auto;
		padding: 0 0 3.3vw;
	}

	.c-box-list .sec-box .inner {
		padding: 2.4vw 0 3vw;
	}

	.c-sec-textbox .title {
		font-size: 5vw;
		line-height: 1.4;
	}

	.c-footer-btn-box a {
		width: 75.5%;
		height: 13.4vw;
		line-height: 13.4vw;
		border-radius: 60px;
		letter-spacing: .05em;
		font-size: 5.1vw;
		background: #00693e;
		color: #fff;
	}

	.c-footer-btn-box a:hover {
		border-radius: 60px;
	}

	.c-footer-btn-box img {
		width: 3vw;
		margin: 0 6vw 0 0;
	}

	.c-footer-contactbox p {
		margin: 0 0 3.8vw;
		font-size: 3.5vw;
	}

	.c-footer-contactbox {
		max-width: 62%;
		width: 100%;
		margin: 0 auto;
	}

	.c-footer_areabox {
		margin: 0 auto 31vw;
		padding-bottom: 0;
		background: unset;
	}

	.l-footer_wrapper.top .c-footer_areabox {
		margin: 0 auto 50vw;
	}


	/***end 商品紹介***/

}

@media screen and (max-width: 680px) {
	.c-header-in {
		height: 100px;
	}

	.c-nav {
		top: 100px;
	}

}

@media screen and (max-width: 680px) {
	.btn p {
		top: 5vw;
	}
}

@media screen and (max-width: 480px) {
	.c-nav {
		top: 80px;
	}

	.btn {
		top: 12px;
	}

	.c-sp-contact {
		margin: 0 16vw 0 auto;
	}

	.btn:after {
		border-bottom: 6px solid #00693e;
	}

	.btn:before {
		content: "";
		top: calc(45% - 3px);
		border-radius: 10px;
		border-top: 6px solid #00693e;
	}

	.btn p {
		top: 30px;
		font-size: 2.2vw;
	}

	.btn.on .c-btn-close {
		display: block;
		top: 30px;
	}

	.btn.on {
		top: 16px;
	}

	.c-header-in {
		height: 80px;
	}

	.btn.on:after {
		bottom: calc(47% - 4.5px);
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}

	.c-sp-inline select,
	.c-sp-inline th,
	.c-sp-inline td,
	.c-contact-table th,
	.c-contact-table td,
	.mwform-radio-field-text,
	.c-textarea-box p {
		font-size: 3.2vw;
	}
}

@media screen and (max-width: 380px) {
	.btn p {
		top: 30px;
	}

	.btn.on .c-btn-close {
		display: block;
		top: 30px;
	}
}

/*bnr_mugen用*/

@media screen and (min-width: 769px) {
	.l-main_wrapper {
		position: relative;
	}

	.fixed_bnr_mugen {
		width: 16.7%;
		max-width: 320px;
		position: absolute;
		top: calc(120px + 6vw);
		right: 1vw;
		z-index: 100;
	}

	.fixed_bnr_mugen a {
		display: block;
		cursor: pointer;
		position: relative;
	}

	.fixed_bnr_mugen img.top-only {
		display: none;
	}

	.fixed_bnr_mugen.is-fixed {
		width: 11.2%;
		max-width: 160px;
		position: fixed;
		top: 1vw;
		right: 1vw;
	}

	.privacy .fixed_bnr_mugen {
		width: 16.7%;
		max-width: 320px;
		position: absolute;
		top: calc(120px + 20vw);
		right: 1vw;
	}

	.privacy .fixed_bnr_mugen img.top-only {
		display: block;
	}

	.privacy .fixed_bnr_mugen img.under-only {
		display: none;
	}

	.privacy .fixed_bnr_mugen.is-fixed {
		width: 11.2%;
		max-width: 160px;
		position: fixed;
		top: 1vw;
		right: 1vw;
	}


	.fixed_bnr_mugen a:hover {
		opacity: 1;
	}

	.fixed_bnr_mugen a::before {
		content: "";
		width: 100%;
		height: 100%;
		background: url(../images/common/bnr_mugen_s_bg.png) no-repeat center bottom / 100% auto;
		position: absolute;
		left: 0;
		bottom: 0;
		opacity: 0;
		transition: .3s ease;
		z-index: 1;
	}

	.fixed_bnr_mugen a:hover::before {
		opacity: .5;
	}

	.privacy .fixed_bnr_mugen a::before {
		background: url(../images/common/bnr_mugen_l_bg.png) no-repeat center bottom / 100% auto;
	}

	.privacy .fixed_bnr_mugen.is-fixed a::before {
		background: url(../images/common/bnr_mugen_s_bg.png) no-repeat center bottom / 100% auto;
	}
}

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

	.l-footer_wrapper,
	.l-footer_wrapper.top {
		background: url(../images/common/sp-footer-bg.png) left 100% bottom 24.5vw /101% no-repeat, url(../images/common/footer-common.png);
	}

	.l-company-area,
	.l-privacy-area,
	.l-contact-area,
	.l-complete-area,
	.l-recruit-area{
		padding-bottom: 80vw;
		background: url(../images/common/sp-footer-bg.png) left 100% bottom 24.5vw /101% no-repeat, url(../images/common/commonbg.png);
	}

	.l-footer_wrapper footer {
		border-bottom: 25vw solid #00693e;
	}

	.fixed_bnr_mugen {
		width: 100vw;
		max-width: inherit;
		height: 25.333vw;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
		z-index: 100;
		transition: transform .6s ease, opacity .3s ease;
	}

	.fixed_bnr_mugen.is-hide {
		transform: translateY(100%);
		opacity: 0;
		visibility: hidden;
	}

}