@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	color: #333;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
	overflow: auto;
}
.hamopen {
	overflow: hidden;
	width: 100vw;
	height: 100vh;
}
a {
	text-decoration: none;
	transition: .4s;
}
a:focus-visible {
	outline: 3px solid blue !important;
	outline-offset: -1px;
	box-shadow: 0 0 0 3px white;
}
button:focus-visible {
	outline: 3px solid blue !important;
	outline-offset: -1px;
	box-shadow: 0 0 0 3px white;
}
ul, ol {
	list-style: none;
	padding: 0;
}
/*main section*/
main {
	display: block;
	position: relative;
	overflow: hidden;
}
main section {
	padding: 100px 0;
	position: relative;
}
@media (max-width: 550px) {
	main section {
		padding: 65px 0;
	}
}
.pdb {
	padding-bottom: 55px !important;
}
.pdb0 {
	padding-bottom: 1px !important;
}
@media (max-width: 550px) {
	.pdb {
		padding-bottom: 20px !important;
	}
}
/*img*/
img {
	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
/*text*/
p {
	margin-bottom: 10px;
}
.marker {
	text-decoration: underline;
	text-decoration-thickness: 0.45em;
	text-decoration-color: rgba(255, 239, 135, 0.55);
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
/*中央寄せ*/
.center {
	text-align: center;
}
@media (max-width:750px) {
	.spcenter {
		text-align: center !important;
	}
}
.fitc {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
/*文字色*/
.whitetext {
	color: #fff;
}
/* 見出し */
/*01*/
.maintitle {
	margin-bottom: 75px;
	display: block;
	text-align: center;
	line-height: 1.5;
	position: relative;
	font-weight: 700;
	font-size: clamp(1.7rem, 0.825rem + 2.8vw, 2.4rem);
}
.maintitle span {
	display: inline-block;
}
.txtmgb {
	margin-bottom: 37px;
}
.mtleft {
	text-align: left;
}
@media (max-width:550px) {
	.maintitle {
		margin-bottom: 45px;
	}
	.txtmgb {
		margin-bottom: 30px;
	}
}
/*02*/
.ctitle {
	margin-bottom: 5px;
	position: relative;
	font-weight: 700;
	font-size: clamp(1.4rem, 1.275rem + 0.4vw, 1.5rem);
	padding: 5px 0 15px;
}
.ctitle::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/title.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	z-index: -1;
	opacity: 0.47;
	filter: brightness(70%);
}
.whitetext .ctitle::before {
	opacity: 0.55;
	filter: brightness(0) invert(1);
}
/*03*/
.stitle {
	font-weight: 500;
	position: relative;
	font-size: clamp(1.1rem, 0.725rem + 1.2vw, 1.4rem);
	padding-left: 2px;
	line-height: 1.6;
	padding-bottom: 9px;
	padding-top: 7px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
/*04*/
.mtitle {
	position: relative;
	font-size: clamp(1.1rem, 0.725rem + 1.2vw, 1.4rem);
	background: #faf6eb;
	padding: 10px 25px 13px 13px;
	margin-bottom: 20px;
}
.mtitle::after {
	content: '';
	width: 20px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fff;
	pointer-events: none;
	z-index: 1;
}
/*ボタン*/
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 20px 0;
	display: inline-block;
	width: fit-content;
	min-width: 265px;
	text-align: center;
	border: 2px solid #2eb03a;
	color: #2a9334;
	background: #fff;
	z-index: 1;
	overflow: hidden;
}
.mainbtn a:hover {
	color: #fff;
	background: #2a9334;
	border: 2px solid transparent;
}
.mainbtn.wbtn a {
	color: #fff;
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.6);
}
.mainbtn.wbtn a:hover {
	background: rgba(255, 255, 255, 0.3);
	border: 2px solid #fff;
}
.tbtn {
	margin-top: 35px;
}
@media (max-width: 550px) {
	.mainbtn a {
		min-width: 220px;
		padding: 18px;
	}
	.tbtn {
		margin-top: 27px;
	}
}
/* flex要素 */
.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.aic {
	align-items: center;
}
.reverse {
	flex-direction: row-reverse;
}
@media (max-width: 750px) {
	.flexbox {
		display: block;
	}
	.flexbox img {
		width: 100%;
	}
	.flexbox div {
		width: 100%;
	}
	.spmgb {
		margin-bottom: 35px;
	}
	.spmgb02 {
		margin-bottom: 25px;
	}
}
/* 幅 */
.inner {
	width: 88%;
	max-width: 1200px;
	margin: 0 auto;
}
@media (min-width: 1855px) {
	.inner02 {
		max-width: 1500px;
		width: 92%;
		margin: 0 auto;
	}
}
@media (max-width: 1854px) {
	.inner02 {
		max-width: 100%;
		width: 100%;
	}
	.mauto {
		margin-left: auto;
		margin-right: auto;
	}
	.mauto.w48 {
		width: 42%;
	}
	.mauto.w50 {
		width: 42%;
	}
}
@media (max-width: 750px) {
	.inner02 {
		width: 88%;
		margin: 0 auto;
	}
	.mauto.w50, .mauto.w48 {
		width: 100%;
	}
}
.w65 {
	width: 64.5%;
}
.w50 {
	width: 50%;
}
.w48 {
	width: 48%;
}
.w45 {
	width: 44.5%;
}
.w32 {
	width: 32%;
}
/*background*/
.bg_cream::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #faf6eb;
	z-index: -100;
}
.bg_blue::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #96d1ff;
	z-index: -100;
}
.bg_green::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #2a9334;
	z-index: -100;
}
/**/
.bgx::before, .bgx::after {
	transform: scaleX(-1);
}
.bgy::before, .bgy::after {
	transform: scaleY(-1);
}
.bgxy::before, .bgxy::after {
	transform: scaleX(-1) scaleY(-1);
}
/* アニメーション ============*/
/* flowup */
.flowup {
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 1.3s, transform 1.3s;
	transition-delay: 0.35s;
}
.flowup.inview {
	opacity: 1;
	transform: translateY(0);
}
/*delay*/
.delay01 {
	transition-delay: 0.45s;
}
.delay02 {
	transition-delay: 0.6s;
}
@media (max-width: 750px) {
	.delay01, .delay02 {
		transition-delay: 0.3s !important;
	}
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 0 5px 5px;
	background: #fff;
}
.header_inner {
	width: 97%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* ロゴとメニューの順番 */
.LogoMenus {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_nav, .header_nav ul {
	display: contents;
}
.header_nav ul li:nth-of-type(1) {
	order: -3;
}
.header_nav ul li:nth-of-type(2) {
	order: -2;
}
.header_nav ul li:nth-of-type(3) {
	order: -1;
}
/* menu */
.header_nav ul li a {
	color: #333;
}
.header_nav ul li a:hover {
	opacity: 0.6;
}
/* logo */
.header h1 {
	line-height: 1;
}
.header_title h1 a:hover {
	opacity: 0.6;
}
.header_title {
	width: fit-content;
}
.header_title img {
	width: 135px;
}
/* 購入ボタン */
li.order_link {
	align-self: stretch;
	margin-right: -10px;
}
.order_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #2a9334;
	color: #fff !important;
	padding: 20px;
	border-radius: 0 0 10px 10px;
	width: 130px;
	height: 95%;
	line-height: 1.5;
}
.order_link a img {
	filter: brightness(0) invert(1);
	width: 45px;
	display: block;
	margin-bottom: 7px;
}
/**/
.order div#mfp_price span {
	font-size: 100% !important;
	color: #fff !important;
}
/* hamburger ================================= */
.header__inner {
	display: none;
}
.hamburger {
	position: fixed;
	display: block;
	z-index: 9999;
	width: 60px;
	height: 33px;
	border: none;
	background-color: transparent;
}
.hamburger::before {
	content: "";
	background: #96d1ff;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 50px;
	width: 72px;
	height: 72px;
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.hamburger.-active .hamburger__line {
	background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
	top: 0;
	transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
	top: 0;
	transform: rotate(-45deg);
}
.hamburger__line {
	display: block;
	height: 2px;
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	transition: 0.4s;
	border-radius: 10px;
}
.hamburger__line:before, .hamburger__line:after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	transition: inherit;
	border-radius: 10px;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
	background: #fff;
}
.hamburger__line:before {
	top: -10px;
}
.hamburger__line:after {
	top: 10px;
}
/*
.hamburger__text {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
}
.hamburger__text::before {
	content: "menu";
	text-align: center;
	color: #333;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
*/
.header__nav-area {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 100vh; /* fallback */
	height: calc(var(--vh, 1vh) * 100);
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #faf6eb;
}
.header__nav-area.-active {
	opacity: 1;
	visibility: visible;
}
.global-navigation {
	margin: auto;
	height: fit-content;
	width: 85%;
	max-width: 620px;
}
.global-navigation__list {
	margin-bottom: 20px;
}
.global-navigation ul li {
	display: block;
	border-bottom: 1px dashed #96d1ff;
}
.global-navigation ul li a {
	font-size: 1.15rem;
	line-height: 1.7;
	color: #333;
	width: 100%;
	padding: 23px 2px;
	position: relative;
	display: flex;
	align-items: center;
}
.global-navigation ul li a:hover {
	color: #2a9334;
}
/*btn*/
.global-navigation .mainbtn a {
	color: #fff;
	background: #2a9334;
	border: 2px solid transparent;
}
.global-navigation .mainbtn a:hover {
	border: 2px solid #2eb03a;
	color: #2a9334;
	background: #fff;
}
@media (max-width: 1070px) {
	.header_nav, .header_item {
		display: none;
	}
	.header__inner {
		display: block;
	}
	.header {
		position: fixed;
		padding: 13px 10px;
		background: transparent;
	}
	.header_inner {
		width: 100%;
		display: block;
	}
	.header_title img {
		width: 150px;
	}
	.hamburger {
		top: 50px;
		right: 25px;
	}
}
@media (max-width: 550px) {
	.header {
		padding: 10px 3px;
	}
	.hamburger {
		top: 40px;
		right: 15px;
	}
	.hamburger::before {
		width: 67px;
		height: 67px;
	}
	.header_title img {
		width: 135px;
	}
	.global-navigation ul li a {
		font-size: 1.03rem;
		padding: 19px 7px;
	}
}
/* footer ================================================*/
.footer_contact {
	padding: 75px 0 45px;
	background: #2a9334;
}
.footer_contact .inner {
	width: 92%;
}
.footer_contact .flexbox {
	justify-content: center;
}
.footer_contact h3 {
	margin-right: 20px;
}
.footer_contact h3 img {
	width: 100%;
	max-width: 185px;
}
/*links*/
.fbtnflex {
	display: flex;
	align-items: center;
	max-width: 325px;
	margin: auto;
}
.fbtnflex .mainbtn {
	margin-top: 13px;
	margin-right: 10px;
}
.iconbtn {
	margin: 0 3px -20px;
	width: fit-content !important;
	display: inline-block;
}
.iconbtn a {
	color: #fff;
	font-size: 1.35rem;
}
/*コピーライト*/
.copyright {
	margin-top: 60px;
	text-align: center;
	font-size: 0.9rem;
}
@media (max-width: 750px) {
	.footer_contact {
		text-align: center;
	}
	.footer_contact h3 {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.fbtnflex .mainbtn {
		margin-top: 20px;
	}
}
@media (max-width: 550px) {
	.footer_contact {
		padding: 55px 0 35px;
	}
	.copyright {
		margin-top: 30px;
	}
	.fbtnflex {
		display: block;
	}
	.footer_contact h3 img {
		max-width: 160px;
	}
	.fbtnflex .mainbtn {
		margin-right: 0;
	}
	.iconbtn {
		margin: 7px 1px 0;
	}
}
/*ページ上に戻るボタン*/
.go_top {
	display: block;
	width: 59px;
	height: 59px;
	background: #1e6624;
	text-align: center;
	border-radius: 50px;
}
.go_top::before {
	font-family: "Font Awesome 6 Free";
	content: "\f124";
	font-weight: bold;
	color: #fff;
	font-size: 0.85rem;
	position: absolute;
	top: 51%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
	opacity: 0.6;
}
.tfade {
	position: fixed;
	bottom: 20px;
	right: 25px;
	z-index: 79;
}
@media(max-width:550px) {
	.tfade {
		right: 13.5px;
	}
	.go_top {
		width: 55px;
		height: 55px;
	}
}
/* スライド ===============================================*/
.topslide {
	overflow: hidden;
	position: relative;
	clip-path: ellipse(130% 100% at bottom);
}
/* img */
.slide_items img {
	position: relative;
	margin: auto;
	overflow: hidden;
	height: 640px;
	width: 100%;
	object-fit: cover;
}
/*スライドアニメーション*/
@keyframes fadezoom {
	0% {
		transform: scale(1.15);
	}
	100% {
		transform: scale(1);
	}
}
.slick-animation {
	animation: fadezoom 14s linear 0s normal both;
}
@media (max-width: 1070px) {
	.topslide_green {
		background: #2a9334;
	}
	.topslide {
		clip-path: ellipse(130% 100% at top);
	}
	.slide_items img {
		height: 550px;
	}
}
@media (max-width: 550px) {
	.slide_items img {
		height: 400px;
	}
	.topslide {
		clip-path: ellipse(180% 100% at top);
	}
}
/* 真摯に、ひたむきに、美味しい野菜と未来を育む ===========*/
.welcome {
	padding: 75px 0 100px;
}
.welcome .inner {
	max-width: 1100px;
}
.wtitle {
	position: relative;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	font-size: clamp(1.4rem, 0.525rem + 2.8vw, 2.1rem);
	line-height: 1.6;
	text-align: center;
	margin-bottom: 37px;
	font-weight: 700;
	padding-top: 20px;
}
.wtitle::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/title.png) !important;
	background-repeat: no-repeat !important;
	background-position: top left 20% !important;
	background-size: 100px !important;
	z-index: -1;
	opacity: 0.55;
	filter: brightness(0) invert(1);
}
.evbox {
	padding: 75px 45px;
	background: rgba(255, 255, 255, 0.15);
	position: relative;
}
.bg_blue .evbox {
	background: rgba(116, 187, 242, 0.2);
}
.evbox p {
	max-width: 736px;
	margin: 0 auto 20px;
}
.evbox p:last-of-type {
	margin-bottom: 0 !important;
}
.evbox.border::before, .evbox.border::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0.4;
	border: solid 1px #fff;
}
.evbox.border::before {
	transform: rotate(-1deg);
}
.evbox.border::after {
	transform: rotate(1deg);
}
/*切り抜き画像*/
.tl, .tr, .bl, .br {
	position: absolute;
	z-index: 1;
	pointer-events: none;
	width: 100% !important;
	max-width: 150px;
}
.tl img, .tr img, .bl img, .br img {
	width: 100% !important;
	height: auto !important;
}
.tl {
	top: -14%;
	left: -3%;
}
.tr {
	top: -5%;
	right: -1%;
}
.bl {
	bottom: -3%;
	left: -1%;
}
.br {
	bottom: -3%;
	right: -1%;
}
@media (max-width: 1060px) {
	.tl, .tr {
		top: -3%;
	}
	.tl, .tr, .bl, .br {
		max-width: 120px;
	}
	.evbox {
		padding: 100px 35px 95px;
	}
}
@media (max-width: 550px) {
	.welcome {
		padding: 40px 0 20px;
	}
	.wtitle {
		padding-left: 15px;
	}
	.wtitle::before {
		background-position: top left !important;
	}
	.wtitle span {
		display: block;
	}
	.evbox {
		margin: 63px 0 70px;
		padding: 45px 20px;
	}
	.tl, .tr, .bl, .br {
		max-width: 90px;
	}
	.tl, .tr {
		top: -45px;
	}
	.bl, .br {
		bottom: -40px;
	}
}
/* こだわっていること =================================*/
.features .maintitle {
	margin-bottom: 110px;
}
.features .flexbox {
	position: relative;
	margin-bottom: 55px;
}
.features.bg_cream .flexbox:last-child, .features.bg_blue .flexbox:not(:first-child) {
	margin-bottom: 0 !important;
}
/*number*/
.features.bg_cream {
	counter-reset: number 0;
}
/**/
.features .flexbox::before {
	counter-increment: number 1;
	content: counter(number);
	position: absolute;
	top: 6%;
	right: 4%;
	color: #2a9334;
	font-size: 2.7rem;
	font-weight: 700;
}
.features .flexbox.reverse::before {
	right: auto !important;
	left: 2%;
}
/*斜線*/
.features .flexbox::after {
	content: "";
	background: #2a9334;
	position: absolute;
	top: 10%;
	right: 6.5%;
	width: 1px;
	height: 150px;
	transform: rotate(-30deg);
}
.features .flexbox.reverse::after {
	right: auto !important;
	left: 4.5%;
	transform: rotate(30deg);
}
/*counter 順番を途中から始める*/
.features.bg_blue {
	counter-reset: number 2;
}
.features.bg_blue .flexbox::before {
	color: #fff;
}
.features.bg_blue .flexbox::after {
	background: #fff;
}
/*text*/
.features .mauto {
	/*max-width: 596px;*/
	max-width: 634px;
	margin: 0 auto;
}
.features .flexbox h2 {
	line-height: 1.6;
	font-size: clamp(1.4rem, 1.025rem + 1.2vw, 1.7rem);
	margin-bottom: 33px;
	font-weight: 700;
}
/*btn*/
.features .tbtn {
	margin-top: 55px;
}
@media (max-width: 1250px) {
	.features .flexbox::before {
		top: -3.7vw;
		right: 2.5%;
	}
	.features .flexbox::after {
		top: -2vw;
		right: 5%;
	}
}
@media (max-width: 1010px) {
	.features .flexbox::before {
		font-size: 1.7rem;
		top: -4%;
		right: 1%;
	}
	.features .flexbox.reverse::before {
		left: 1%;
	}
	.features .flexbox::after {
		top: 0;
		height: 70px;
		right: 3%;
	}
	.features .flexbox.reverse::after {
		left: 3.5%;
	}
}
@media (max-width: 750px) {
	.features .flexbox::before {
		top: -7.5%;
		font-size: 2.7rem;
		right: -10px;
	}
	.features .flexbox.reverse::before {
		left: -10px;
	}
	.features .flexbox::after {
		top: -3.5%;
		height: 100px;
		right: 15px;
	}
	.features .flexbox.reverse::after {
		left: 15px;
	}
	.features .maintitle {
		margin-bottom: 55px;
	}
	.features .flexbox img {
		margin-bottom: 22px;
	}
	.features .flexbox {
		margin-bottom: 65px;
	}
}
@media (max-width: 550px) {
	.features .maintitle {
		margin-bottom: 50px;
	}
	.features .flexbox h2 {
		margin-bottom: 25px;
	}
	.features .tbtn {
		margin-top: 45px;
	}
}
/* 作物のご紹介 ======================================*/
.products::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	clip-path: ellipse(150% 100% at bottom);
	z-index: -99;
}
.products .fitc {
	margin-bottom: 65px;
}
@media (max-width: 550px) {
	.products::before {
		clip-path: ellipse(250% 100% at bottom);
	}
	.products .fitc {
		margin-bottom: 40px;
	}
}
/* slider */
.i_slider {
	width: 100%;
	margin: auto;
}
.i_slider .content {
	margin: 0 23px;
}
.i_slider .content img {
	margin-bottom: 7px;
}
/*arrow*/
.slick-prev, .slick-next {
	width: 40px;
	height: 40px;
}
.slick-prev::before, .slick-next::before {
	font-size: 2.5rem;
	color: #adadad;
	opacity: 1 !important;
}
.slick-prev {
	left: 15px;
	z-index: 1;
}
.slick-next {
	right: 15px;
}
@media (max-width:1350px) {
	.i_slider .content {
		margin: 0 15px;
	}
}
@media (max-width:830px) {
	.i_slider_wrap {
		width: 88%;
		margin: 0 auto;
	}
	.i_slider .content {
		margin: 0;
	}
	.slick-prev, .slick-next {
		top: 31vw;
		width: 22px;
		height: 22px;
	}
	.slick-prev {
		left: -15px;
	}
	.slick-next {
		right: -12px;
	}
	.slick-prev::before, .slick-next::before {
		font-size: 1.5rem;
	}
}
/* 瀧本農園の日常 ====================================*/
.blog {
	color: #fff;
	position: relative;
	text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
}
.blog .maintitle {
	margin-bottom: 50px;
}
.blog p {
	text-align: center;
	margin-bottom: 20px;
}
.blog::before {
	background: url(../img/blog.webp);
	background-size: cover;
	background-position: 50% 20%;
	background-attachment: fixed;
	color: #fff;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	filter: grayscale(70%);
}
.blog::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	z-index: -1;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .blog::before {
	background-attachment: scroll;
}
@media (max-width:750px) {
	.blog::before {
		background-attachment: scroll;
	}
	.blog::after {
		opacity: 0.6;
	}
	.blog p {
		text-align: left;
	}
	.blog p br {
		display: none;
	}
}
@media (max-width:550px) {
	.blog .maintitle {
		margin-bottom: 30px;
	}
}
/* トピックス ========================================*/
.topics {
	padding: 140px 0 90px;
}
.topics::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/topics.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 280px;
	z-index: -1;
	opacity: 0.35;
}
/*title*/
.abflex .maintitle {
	margin-left: 40px;
	height: fit-content;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.abflex {
	display: flex;
	flex-direction: row-reverse;
}
.abtext {
	width: 100%;
}
@media (max-width:1200px) {
	.topics .inner {
		width: 95%;
	}
}
@media (max-width: 1070px) {
	.topics {
		padding: 100px 0 90px;
	}
	.abflex {
		display: block;
	}
	.abflex .maintitle {
		margin-left: auto;
		margin-bottom: 80px;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
}
@media (max-width:950px) {
	.topics {
		padding: 100px 0;
	}
	.topics .inner {
		width: 88%;
	}
}
@media (max-width: 550px) {
	.topics {
		padding: 65px 0;
	}
	.topics::before {
		background-size: 150px;
	}
	.abflex .maintitle {
		margin-bottom: 55px;
	}
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
	padding: 150px 0 120px;
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	clip-path: ellipse(130% 100% at bottom);
}
.fv .inner {
	width: 97%;
}
.fv::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/fv.webp);
	background-repeat: repeat !important;
	background-size: cover !important;
	background-position: 50% 35%;
	z-index: -1;
}
.fv::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #111;
	opacity: 0.45;
	z-index: 1;
}
.fv h2 {
	text-align: center;
	margin-bottom: 17px !important;
	font-size: clamp(1.75rem, 0.5625rem + 3.8vw, 2.7rem);
	line-height: 1.5;
	z-index: 1;
	position: relative;
	color: #fff;
	font-weight: 700;
}
@media(max-width:1070px) {
	.fv {
		clip-path: ellipse(130% 100% at top);
		padding: 150px 0 100px;
	}
	.cream {
		background: #faf6eb;
	}
	.green {
		background: #2a9334;
	}
	.blue {
		background: #96d1ff;
	}
}
@media(max-width:750px) {
	.fv {
		padding: 145px 0 50px;
	}
}
@media(max-width:550px) {
	.fv {
		clip-path: ellipse(180% 100% at top);
	}
}
/* breadcrumb */
.binner {
	line-height: 1.4;
	width: 97%;
	font-size: 0.95rem;
	position: relative;
	color: #fff;
}
.breadcrumb {
	z-index: 1;
	background: transparent;
	position: relative;
	top: -11px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	position: relative;
	top: -0.1em;
}
.breadcrumb li:last-child:after {
	content: none;
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before {
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
	font-size: 90%;
	position: relative;
	top: -0.05em;
}
@media(max-width:750px) {
	.binner {
		font-size: 0.7rem;
	}
}
/* こだわりページ ===========================================================================================================*/
/* 安全でおいしい野菜づくりと、これからの農業のために */
.featitle {
	margin-bottom: 35px;
	font-size: clamp(1.4rem, 0.525rem + 2.8vw, 2.1rem);
	line-height: 1.6;
	color: #2a9334;
}
.featop.greeting::before {
	filter: hue-rotate(0);
}
/*img*/
.fleximage {
	display: flex;
}
.fleximage img {
	object-fit: cover;
	width: 100%;
	height: auto;
}
@media(max-width:1295px) {
	.featop .flexbox {
		align-items: stretch;
	}
}
@media(max-width:1250px) {
	.featop .flexbox {
		align-items: stretch;
	}
	.featitle br {
		display: none;
	}
}
@media(max-width:550px) {
	.featitle {
		margin-bottom: 25px;
	}
}
/* こだわっていること */
.fea_ks .inner {
	max-width: 1300px;
}
.fea_ks .flexbox {
	margin-bottom: 55px;
}
.fea_ks .flexbox:last-of-type {
	margin-bottom: 0 !important;
}
.fea_ks {
	counter-reset: number 0;
}
.fea_ks.bg_cream {
	counter-reset: number 2;
}
/*title*/
.fea_ks .flexbox h2 {
	line-height: 1.6;
	font-size: clamp(1.2rem, 0.7rem + 1.6vw, 1.6rem);
	margin-bottom: 33px;
	font-weight: 700;
	position: relative;
	padding-left: 55px;
}
.fea_ks .flexbox h2::before {
	counter-increment: number 1;
	content: counter(number);
	position: absolute;
	top: -50px;
	left: 0;
	color: #fff;
	font-size: 2.7rem;
	font-weight: 700;
}
.fea_ks .flexbox h2::after {
	content: "";
	background: #fff;
	position: absolute;
	top: -20px;
	left: 27px;
	width: 1px;
	height: 70px;
	transform: rotate(30deg);
}
/*box*/
.fea_ks .evbox {
	padding: 65px 45px 80px;
	margin: 0;
}
.bg_cream .evbox {
	background: rgba(42, 147, 52, 0.85);
}
.bg_cream .evbox.border::before, .bg_cream .evbox.border::after {
	border: solid 1px #1e6624;
}
@media(max-width:750px) {
	.fea_ks .flexbox img {
		margin-bottom: 45px;
	}
	.evbox.border::before {
		transform: rotate(-0.5deg);
	}
	.evbox.border::after {
		transform: rotate(0.5deg);
	}
}
@media(max-width:550px) {
	.fea_ks .flexbox h2 {
		margin-bottom: 27px;
	}
	.fea_ks .evbox {
		padding: 35px 20px 50px;
	}
}
/* 農薬・肥料に対する考え方 */
.feabottom .maintitle {
	color: #74bbf2;
}
@media(max-width:1410px) {
	.feabottom .flexbox {
		align-items: stretch;
	}
}
/* バイオスティミュラント */
.blueBox {
	margin-top: 100px;
	padding: 45px 40px;
	background: #96d1ff;
}
.blueBox .mtitle {
	color: #74bbf2;
	background: #fff;
}
.blueBox .mtitle::after {
	background: #96d1ff;
}
@media (max-width: 750px) {
	.feabottom {
		padding-bottom: 0 !important;
	}
	.blueBox {
		padding: 90px 0;
	}
	.blueBox .flexbox {
		width: 88%;
		margin: 0 auto;
	}
	.blueBox .flexbox img {
		margin-bottom: 20px;
	}
}
@media (max-width: 550px) {
	.blueBox {
		padding: 65px 0 55px;
		margin-top: 60px;
	}
}
/* 作物紹介ページ ===========================================================================================================*/
.productsPage .ctitle {
	font-size: clamp(1.55rem, 0.9875rem + 1.8vw, 2rem);
	margin-bottom: 10px;
}
.productsPage .inner {
	max-width: 1300px;
}
/* 作物カレンダー */
.calendar .inner {
	width: 95%;
	max-width: 1250px;
}
.calendar_image img {
	width: 100%;
}
.calendar::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	clip-path: ellipse(150% 100% at bottom);
	z-index: -99;
}
@media (max-width: 550px) {
	.calendar::before {
		clip-path: ellipse(250% 100% at bottom);
	}
}
/* オンラインショップページ ===========================================================================================================*/
/*== 注文フォーム ==================*/
/* 商品欄のレイアウト */
.order .flex {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.order .box .info .mtitle {
	margin-bottom: 0;
}
.pitems .box {
	margin-bottom: 70px;
}
.pitems .box:last-child {
	margin-bottom: 0 !important;
}
.info {
	width: 55%;
}
.order .box .image {
	width: 42%;
	height: fit-content;
}
.order .box .count {
	display: flex;
	justify-content: center;
	width: fit-content;
	padding-top: 3px;
}
.order .box .count .cell {
	position: relative;
}
.order .box .count .cell select {
	padding: 0 2px;
	margin-right: .5em;
	cursor: pointer;
	width: 100px;
	background: #fff;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
}
.order .box .count .cell::after {
	font-family: "Font Awesome 6 Free";
	content: "\f107";
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 40%;
	right: 15px;
	transform: translateY(-50%);
	z-index: 1;
	pointer-events: none;
	color: #333;
}
.order .pitems {
	margin-bottom: 85px;
}
@media (max-width: 750px) {
	.order .img {
		margin-bottom: 22px;
	}
	.order .flex {
		display: block;
	}
	.order .box .image, .info {
		width: 100%;
	}
	.order .pitems {
		margin-bottom: 65px;
	}
}
/*合計金額*/
.order .total {
	position: relative;
	margin: 90px 0 100px;
	padding: 45px 20px;
	background: #2a9334;
	color: #fff;
}
.order .total a {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.order .total a:hover {
	opacity: 0.6
}
@media (max-width: 550px) {
	.order .total {
		padding: 30px 15px;
		margin: 50px 0;
	}
}
.order .total .mfp {
	display: inline-block;
}
.order .total .total_main {
	font-weight: 700;
	font-size: clamp(1.2rem, 0.825rem + 1.2vw, 1.5rem);
	text-align: center;
	margin-bottom: 20px;
}
.total_sub {
	text-align: center;
	font-size: clamp(1rem, 0.8125rem + 0.6vw, 1.15rem);
}
.order .button_wrap button::before {
	display: none;
}
/* フォーム ==========================*/
.order {
	padding-bottom: 0 !important
}
.bg_orderform {
	background: #faf6eb;
	padding: 100px 0;
}
@media (max-width: 550px) {
	.bg_orderform {
		padding: 65px 0;
	}
}
/*title*/
.otitle {
	position: relative;
	font-weight: 700;
	font-size: clamp(1.1rem, 0.6625rem + 1.4vw, 1.45rem);
	padding-bottom: 10px;
	border-bottom: 1px dashed #2a9334;
	margin-bottom: 10px;
	line-height: 1.7;
}
.otitle:not(:first-child) {
	margin-top: 40px;
}
/**/
.mf_format {
	counter-reset: number 0;
	margin: auto;
	max-width: 1000px;
}
form#mailformpro label.mfp_not_checked {
	border: none !important;
}
form#mailformpro label.mfp_checked {
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
}
.mailform .box, .mailform textarea {
	max-width: 100% !important;
	margin-bottom: 5px !important;
}
.mfp_err {
	width: 100% !important;
	max-width: 100% !important;
}
/*分岐*/
#sonota .row {
	width: 100% !important;
	margin-bottom: 0 !important;
}
#sonota .row:nth-of-type(1) {
	margin-top: 20px;
}
/* ボタン */
.button_wrap {
	margin-top: 25px;
}
button.mfp_element_submit:hover {
	background: #fff !important;
	box-shadow: none !important;
}
/*リセットボタン*/
.order .reset {
	font-size: 0.85rem;
	color: #2a9334;
	background: #fff;
	border: 2px solid #2a9334;
	margin-top: 13px;
	width: 190px;
	padding: 13px 0;
}
.order .reset:hover {
	color: #fff;
	background: #2a9334;
	box-shadow: none !important;
}
/* 特定商取引法に基づく表記 */
.secellipse_top::after {
	clip-path: ellipse(150% 100% at bottom);
}
@media (max-width: 750px) {
	.secellipse_top::after {
		clip-path: ellipse(300% 100% at bottom);
	}
}
/*box*/
.noBox {
	padding: 60px;
	background: #fff;
}
@media (max-width: 950px) {
	.noBox {
		padding: 50px 30px;
	}
}
@media (max-width: 550px) {
	.noBox {
		padding: 30px 15px;
	}
}
/*table*/
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr {
	border-bottom: 1px solid #ddd;
}
.whitetext .info_table tr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.info_table th, .info_table td {
	padding: 23px 5px;
}
.info_table th {
	background: transparent;
	width: 35%;
	font-weight: 500;
}
.info_table td {
	width: 65%;
	background: transparent;
}
.ib {
	display: inline-block;
}
/*list*/
.acheck li {
	padding-left: 21px;
	position: relative;
}
.acheck li::before {
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #2a9334;
	font-size: .9em;
	position: absolute;
	top: 0.15em;
	left: 0;
}
.dots.acheck li {
	padding-left: 13px;
}
.dots.acheck li::before {
	content: "\f111";
	font-size: .3em;
	top: 2.25em;
}
.whitetext .acheck li::before {
	color: #fff;
}
/*link*/
.info_table a {
	color: #333;
	border-bottom: 1px solid #ddd;
}
.info_table a:hover {
	opacity: 0.6
}
@media(max-width: 750px) {
	.sptable.info_table tr:first-child th {
		padding-top: 0 !important;
	}
	.sptable.info_table tr {
		border-bottom: none !important;
	}
	.sptable.info_table td {
		border-bottom: 1px solid #ddd;
		margin-bottom: 0;
	}
	.whitetext .sptable.info_table td {
		border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	}
	.sptable.info_table td, .sptable.info_table th {
		width: 100%;
		padding: 10px 0 20px;
		display: block;
	}
	.sptable.info_table th {
		text-align: left;
		padding-bottom: 2px;
		font-weight: 700;
	}
}
/* についてページ ===========================================================================================================*/
/*アンカーリンクでページの上部が切れないようにするための対処*/
.aboutPage {
	overflow: auto;
}
.aboutPage section {
	overflow: hidden;
}
/* 代表メッセージ */
.greeting::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/topics.png) !important;
	background-repeat: no-repeat !important;
	background-position: top right !important;
	background-size: 280px !important;
	z-index: -1;
	opacity: 0.3;
	filter: hue-rotate(90deg);
}
@media (max-width: 1070px) {
	.greeting::before {
		background: url(../img/greeting.png) no-repeat !important;
		background-position: center right -200px !important;
		background-size: 400px !important;
		opacity: 0.2;
	}
}
.greflex {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
/*title*/
.gretitle {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
/*text*/
.gretext {
	margin-right: 60px;
}
.glast {
	margin-top: 23px;
	text-align: right;
}
@media (max-width: 1150px) {
	.greflex {
		align-items: flex-start;
	}
}
@media (max-width: 850px) {
	.gretext {
		margin-right: 40px;
	}
}
@media (max-width: 550px) {
	.greflex {
		display: block;
	}
	.gretext {
		margin-right: 0;
	}
	.gretitle {
		text-align: center;
		margin-bottom: 30px;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
}
/*img*/
.twflex {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 40px;
}
.twflex div {
	width: 48.5%;
	position: relative;
}
.twflex div:last-child {
	top: 20px;
}
@media(max-width:750px) {
	.greeting .inner:last-of-type {
		width: 100%;
	}
}
@media(max-width: 550px) {
	.twflex {
		margin-top: 55px;
	}
	.twflex div {
		width: 48%;
	}
	.twflex div:first-child {
		top: -7px;
	}
	.twflex div:last-child {
		top: 7px;
	}
}
/* 概要 */
.overview .evbox {
	padding: 65px 45px 80px;
	margin: 0;
}
.overview .tl, .overview .tr {
	max-width: 160px;
}
.overview .bl, .overview .br {
	max-width: 180px;
}
.overview .tl {
	top: -2%;
	left: -2%;
}
.overview .br {
	bottom: -6%;
	right: -2%;
}
@media(max-width: 550px) {
	.overview .evbox {
		padding: 35px 20px 50px;
	}
	.overview .tl, .overview .tr {
		max-width: 90px;
	}
	.overview .bl, .overview .br {
		max-width: 110px;
	}
	.overview .tl {
		top: -15px;
	}
	.overview .br {
		bottom: -30px;
	}
}
/* お問い合わせ ================ */
.contactPage .inner {
	max-width: 1000px;
}
.secellipse::after {
	clip-path: ellipse(100% 100% at top);
}
@media (max-width: 750px) {
	.secellipse::after {
		clip-path: ellipse(200% 100% at top);
	}
}
/*お問い合わせは以下の方法で承っております。*/
.contop {
	margin-bottom: 55px;
}
@media (max-width: 550px) {
	.contop {
		font-size: 93%;
		margin-bottom: 35px;
	}
}
/*埋め込み*/
@media(max-width:550px) {
	.air {
		margin: auto;
	}
	.air iframe {
		height: 700px;
	}
}
/* お問い合わせリンク =======================*/
.contactlink a {
	font-size: clamp(1.3rem, 0.8rem + 1.6vw, 1.7rem);
	border-bottom: 1px solid #2a9334;
	display: block;
	padding-bottom: 15px;
	color: #333;
	position: relative;
}
.contactlink a i {
	color: #2a9334;
}
.note {
	font-size: 90%;
	margin-top: 9px;
}
.contactlink.sns a::before {
	position: absolute;
	top: 37%;
	right: 0;
	transform: translateY(-50%) rotate(-35deg);
	font-family: "Font Awesome 6 Free";
	content: "\f061";
	font-weight: bold;
	line-height: 1;
	font-size: 0.65rem;
	color: #2a9334;
	background: #fff;
	border: 1px solid #2a9334;
	border-radius: 50%;
	width: 27px;
	height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 2px;
	transition: .6s;
	z-index: 2;
	pointer-events: none;
}
.contactlink a:hover {
	color: #2a9334;
}
.contactlink.sns a:hover::before {
	color: #fff;
	background: #2a9334;
}
@media (max-width:750px) {
	.contactlink {
		margin-bottom: 20px;
	}
	.contactlink:last-child {
		margin-bottom: 0;
	}
	.contactlink p {
		font-size: 85%;
		margin-bottom: 7px;
	}
}
/* メール */
.mail_s .ctitle {
	font-size: clamp(1.3rem, 0.8rem + 1.6vw, 1.7rem);
	margin-bottom: 40px;
}
.mnote {
	max-width: 920px;
	margin: auto;
	margin-top: 50px;
}
.mpdb {
	padding-bottom: 45px !important;
	margin-bottom: 0 !important;
}
@media(max-width:450px) {
	.mnote {
		margin-top: 30px;
	}
	.mpdb {
		padding-bottom: 35px !important;
	}
}
.mailform .row {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:first-child {
	padding-top: 0;
}
.mailform .row:not(.last) {
	border-bottom: 0.9px dotted #333;
}
.mailform .row div {
	text-align: left;
}
.mailform .row div:nth-child(1) {
	width: 28%;
	font-size: 97%;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #fff;
	background: #74bbf2;
	padding: 5px;
	margin-right: 5px;
	font-size: 12px;
}
.mailsp {
	background: #fff !important;
	border: 1px solid #74bbf2;
	color: #49a8f2 !important;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailform label {
	color: #333;
}
.mailform .box, .mailform textarea {
	border: 1px solid #ddd;
	padding: 5px;
	width: 100% !important;
	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
	display: none;
}
.mailform input[type=checkbox] + label {
	display: inline-block;
	padding-left: 20px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
	background: #fff;
	border: 1px solid #b5b5b5;
	content: '';
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0, -50%);
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
	border-right: 3px solid #2a9334;
	border-bottom: 3px solid #2a9334;
	content: '';
	display: block;
	height: 13px;
	width: 7px;
	opacity: 0;
	position: absolute;
	top: 25%;
	left: 4px;
	transform: rotate(45deg);
	transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
	opacity: 1;
}
@media (max-width: 450px) {
	.mailform input[type=checkbox] + label {
		display: block;
		font-size: 95%;
	}
}
.mailform button {
	display: block;
	text-align: center;
	margin: 0 auto;
	white-space: nowrap;
	border: 2px solid #74bbf2;
	color: #fff;
	background: #74bbf2;
	width: 270px;
	padding: 22px 0;
	transition: .4s;
}
.mailform button:hover {
	background-color: #fff;
	color: #74bbf2;
}
.mailform button::before {
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}
.mail_s {
	padding: 60px 0 70px;
}
@media (max-width: 800px) {
	.mail_s .maintitle {
		margin-bottom: 33px;
	}
	.mailform .row {
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2) {
		width: 100%;
	}
}
@media (max-width: 550px) {
	.mail_s {
		padding: 40px 0 40px;
	}
	.mailform button {
		width: 230px;
		padding: 14px 0;
	}
	.selection small {
		font-size: 0.8rem;
	}
}
/*個人情報の取り扱いについて*/
.privacy {
	padding-top: 0 !important;
}
.privacy::after {
	height: 150%;
}
.privacy_wrap {
	color: #333;
	border-bottom: 1px dashed #2a9334;
}
.privacy_item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	padding: 0 10px;
}
.privacy_header {
	font-weight: 700;
	font-size: clamp(1.1rem, 0.6625rem + 1.4vw, 1.45rem);
	transition: ease-in-out 100ms;
	padding-bottom: 10px;
}
.privacy_header .fa-lock {
	color: #2a9334;
}
.privacy_text {
	width: 100%;
	display: none;
	padding: 20px 35px 30px;
	line-height: 1.7;
	font-size: 0.97rem;
}
.privacy_text p {
	margin-bottom: 17px;
}
.arrow {
	transition: ease-in-out 300ms;
}
.rotate-fa {
	transform: rotate(180deg);
}
.privacy_header span {
	font-size: 80%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
}
@media(max-width:750px) {
	.privacy_text {
		font-size: 90%;
		padding: 20px 15px 30px;
	}
}