@charset "UTF-8";

/*
theme Name:くみあい肥料株式会社
*/


/* 汎用CSS ----------------------------------------- */
html {
	 scroll-behavior: smooth;
}

::selection
{
	background: #40d04a;
	color: #ffffff;
}

body{
	margin: 0px;
	font-family: "Noto sans JP","Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	color: #323232;
}

li {
	list-style: none;
}

p {
	color: #323232;
	margin: 0px;
}

p.red,span.red {
	color: #e02929;
}

h1,h2,h3,h4,h5,h6,ul,li {
	margin: 0px;
	padding: 0px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb1 {
	margin-bottom: 1em;
}

.mb2 {
	margin-bottom: 2em;
}

.mb3 {
	margin-bottom: 3em;
}

.mb4 {
	margin-bottom: 4em;
}

.mb5 {
	margin-bottom: 5em;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.pc-none {
	display: none;
}

.sp-none {
	display: unset;
}

.flex-nosp {
	display: flex;
	justify-content: space-between;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.center {
	text-align: center;
}

/* アニメーションCSS ------------------------------ */
/* 要素をふわっと表示 */

.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* アニメーションロゴ */
#top-head-fade {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 10;
	align-items: center;
	display: flex;
	justify-content: center;
	pointer-events: none;
}

#top-fade-wrapper {
	pointer-events: none;
	overflow: hidden;
}

/* ヘッダー ------------------------------- */

header {
	position: relative;
}

.openbtn{
	display: none;
}

.head-wrapper {
	position: relative;
}

.head-gm-flex {
	position: absolute;
	top: 0px;
	right: 0px;
	display: flex;
	margin: -1px 0px 0px auto;
	justify-content: end;
	z-index: 2;
	color: #323232;
}

.head-gm-flex li a {
	padding: 20px 16px;
	background: #e3f0e5;
	display: block;
	position: relative;
}

.head-gm-flex li a:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 14px;
	margin: auto;
	height: 2px;
	width: 70%;
	background: #ef800e;
	transform: scale(0,0);
	transition: 0.5s;
}

.head-gm-flex li a:hover::after {
	transform: scale(1,1);
}

.head-gm-flex li a:active::after {
	transform: scale(1,1);
}

.head-gm-flex li:first-child a {
	padding: 20px 24px;
}

.head-gm-flex li:first-child a::after {
	width: 60%;
}
/* GMリンク集の余白
.head-gm-flex li a.gm-linkshu {
	padding: 20px 24px;
}

.head-gm-flex li a.gm-linkshu::after {
	width: 60%;
}
*/

.head-gm-flex li a.gm-recruit {
	/*background: #368d3c;
	color: #fff;*/
	transition: 0.5s;
	padding: 20px 24px;
}

.head-gm-flex li a.gm-recruit:after {
/*	content: "";
	display: none;*/
	width: 60%;
}

.head-gm-flex li a.gm-recruit:hover {
	/*background: #fff;
	color: #368d3c;*/
}

.head-gm-flex li a.gm-recruit:active {
/*	background: #fff;
	color: #368d3c;*/
}
.head-content-box {
	display: flex;
	margin-bottom: 8em;
}

.head-left {
	width: 30%;
	text-align: center;
	padding: 3em 4em;
	position: relative;
	background: #fff;
}

.head-left img {
	margin: 0px auto 30px;
	display: block;
}

.head-left-scroll-sp {
	display: none;
}

.head-left-scroll {
	font-size: 20px;
	display: inline-block;
	transform: rotate(90deg);
	width: 90px;
	position: absolute;
	bottom: 100px;
	z-index: 10;
	left: 0px;
	right: 0px;
	margin: auto;
	color: #368d3c;
}

.head-left-scroll:before {
	content: "";
	width: 30px;
	height: 1px;
	background: #368d3c;
	position: absolute;
	top: 0px;
	left: -20px;
	bottom: 0px;
	margin: auto;
}

.head-left-scroll:after {
	content: "";
	width: 30px;
	height: 1px;
	background: #368d3c;
	position: absolute;
	top: 0px;
	right: -20px;
	bottom: 0px;
	margin: auto;
}

.head-right {
	height: 100vh;
	width: 70%;
	position: relative;
	background: #52525269;
}

.tophead-content-box {
	display: flex;
}

.top-h1-flex {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0em 3em;
}

.top-h1-flex img {
	width: 280px;
	filter: drop-shadow(1px 1px 2px rgb(0 0 0 / 40%));
}

.top-h1-flex span {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	font-family: 'Noto Serif JP';
	margin-left: 30px;
	position: relative;
	text-shadow: 2px 2px 4px rgb(0 0 0 / 20%);
	line-height: 1.6;
}

.top-h1-flex span:before {
	content: "";
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 130px;
	margin: auto;
	height: 40px;
	width: 1px;
	background: #fff;
}

.top-h1-flex span:after {
	content: "";
	position: absolute;
	right: 0px;
	left: 0px;
	top: 130px;
	margin: auto;
	height: 40px;
	width: 1px;
	background: #fff;
}

#video-area{
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;

}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 0px;
    transform: translate(0px, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

/* パンくずリスト ------------------------------------------ */

.home .breadcrumbs {
	display: none;
}

.breadcrumbs {
	position: absolute;
	bottom: -80px;
	left: 100px;
	font-family: 'Kosugi';
	color: #323232;
}

.breadcrumbs a {
	text-decoration: underline;
	transition: 0.5s;
}

.breadcrumbs a:hover {
	color: #368d3c;
}

.breadcrumbs a:active {
	color: #368d3c;
}


.breadcrumbs img {
	width: 14px;
	margin: 0px 8px;
	vertical-align: middle;
}

/* 下層ページヘッダー ----------------- */

.kasou-head-left {
	width: 30%;
	margin-top: 30px;
	text-align: center;
}

.kasou-head-left a {
	display: inline-block;
	transition: 0.5s;
}

.kasou-head-left a:hover {
	opacity: 0.5;
}

.kasou-head-left a:active {
	opacity: 0.5;
}

.kasou-head-left img {
	display: block;
	margin: 20px auto 0px;
	width: 220px;
}

.kasou-head-right {
	background: url(img/kasou-head.png) no-repeat;
	background-position: center;
	height: 280px;
	width: 70%;
	position: relative;
}

.kasou-head-h1 {
	position: absolute;
	background: #368d3c;
	bottom: 0px;
	left: 0px;
	color: #fff;
	font-size: 30px;
	padding: 10px 50px;
	font-family: 'kosugi';
}

/* トップページメイン部分 ----------------------------- */

/* セクション１ */
.top-section-01 {
	padding: 6em 2em 3em;
	background: #368d3c;
}

h2.top-h2-white {
	font-size: 30px;
	color: #fff;
	text-align: center;
	position: relative;
	margin-bottom: 3em;
	font-family: 'kosugi';
}

h2.top-h2-white:before {
	content: "";
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 50px;
	margin: auto;
	height: 30px;
	width: 1px;
	background: #fff;
}

h2.top-h2-white:after {
	content: "";
	position: absolute;
	right: 0px;
	left: 0px;
	top: 50px;
	margin: auto;
	height: 30px;
	width: 1px;
	background: #fff;
}

.top-info-box {
	padding: 1em 2em;
	background: #fff;
	width: 800px;
	margin: auto;
}

.top-info-box ul {
	margin-bottom: 2em;
}

.top-info-box ul li {
	padding: 20px 20px 8px 0px;
	display: table;
	width: 100%;
	border-bottom: 1px dotted #368d3c;
}

.top-info-box ul li span {
	color: #368d3c;
	width: 130px;
	display: table-cell;
	vertical-align: middle;
}

.top-info-box ul li a {
	transition: 0.3s;
	padding: 4px 10px;
}

.top-info-box ul li a:hover {
	text-decoration: underline;
	color: #368d3c;
}

.top-info-box ul li a:active {
	text-decoration: underline;
	color: #368d3c;
}

.top-info-button {
	display: flex;
	justify-content: center;
	margin: 0px auto 10px auto;
	background: #fff;
	padding: 10px 20px;
	width: 180px;
	border: 1px solid #368d3c;
	border-radius: 20px;
	color: #368d3c;
	transition: 0.5s;
}

.top-info-button:hover {
	color: #fff;
	background: #368d3c;
}

.top-info-button:active {
	color: #fff;
	background: #368d3c;
}





/* セクション２ */
/*スライダー*/

.slick-dots {
	bottom: -70px;
}

.slick-arrow {
	transition: 0.5s;
}

.slick-arrow:hover {
	opacity: 0.6;
}

.slick-arrow:active {
	opacity: 0.6;
}

.slider {
	position: relative;
}

.next-arrow {
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translate(0px, -50%);
	cursor: pointer;
	width: 34px;
}

.prev-arrow {
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translate(0px, -50%);
	cursor: pointer;
	width: 34px;
}

.top-section-02 {
	padding: 6em 2em 3em;
	background: #e4ffe5;
}

h2.top-h2-green {
	font-size: 30px;
	color: #368d3c;
	text-align: center;
	position: relative;
	margin-bottom: 3em;
	font-family: 'kosugi';
}

h2.top-h2-green:before {
	content: "";
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 50px;
	margin: auto;
	height: 30px;
	width: 1px;
	background: #368d3c;
}

h2.top-h2-green:after {
	content: "";
	position: absolute;
	right: 0px;
	left: 0px;
	top: 50px;
	margin: auto;
	height: 30px;
	width: 1px;
	background: #368d3c;
}

.top-pd-lineup-box {
	padding: 2em;
	background: #fff;
	width: 65%;
	margin: auto;
	box-shadow: 2px 2px 4px rgba(0 0 0 / 20%);
}

.top-pd-lineup-box ul {
	display: flex;
	width: 90%;
	margin: 0px 10px 40px;
	justify-content: center;
}

.top-pd-lineup-box ul li {
	margin: 20px 8px 0px;
}

.top-pd-lineup-box ul li img {
	display: block;
	margin-bottom: 10px;
}

.top-pd-lineup-box ul li span {
	display: block;
	text-align: center;
}

.top-green-center-button {
	display: flex;
	justify-content: center;
	margin: auto;
	background: #368d3c;
	padding: 10px 20px;
	width: 180px;
	border: 1px solid #368d3c;
	border-radius: 20px;
	color: #fff;
	transition: 0.5s;
}

.top-green-center-button:hover {
	color: #368d3c;
	background: #fff;
}

.top-green-center-button:active {
	color: #368d3c;
	background: #fff;
}

.top-pd-lineup-content {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1em;
}

.top-pd-lineup-content a img {
	width: 40px;
	transition: 0.5s;
}

.top-pd-lineup-content a img:hover {
	opacity: 0.5;
}

.top-pd-lineup-content a img:active {
	opacity: 0.5;
}

/* セクション３ */

.top-section-03 {
	padding: 6em 2em 3em;
	background: #fff;
}

.top-st03-content {
	display: flex;
	justify-content: center;
	gap: 0px 30px;
	width: 1100px;
	margin: auto;
}

.top-st03-content h3 {
	font-size: 26px;
	color: #df780f;
	line-height: 1.5;
	margin: 10px 0px;
	font-family: 'kosugi';
}

.top-st03-div01 {
	width: 50%;
	height: 100%;
	position: relative;
}


.top-st03-div02 {
	width: 50%;
}

.top-st03-div02 p {
	line-height: 1.6;
	margin-bottom: 20px;
}

.top-st03-image-box {
	display: flex;
	justify-content: left;
	gap: 0px 30px;
	margin-bottom: 30px;
}

.top-st03-image-box img {
	width: 30%;
}

/* セクション４ */

.top-section-04 {
	padding: 6em 2em 3em;
	background: #368d3c;
}

.top-st04-content {
	display: flex;
	justify-content: center;
	gap: 0px 50px;
	width: 1100px;
	margin: auto;
}



.top-st04-div01 {
	width: 50%;
}

.top-st04-div01 h3 {
	font-size: 26px;
	color: #fff;
	margin-bottom: 20px;
	line-height: 1.5;
	font-family: 'kosugi';
}

.top-st04-div01 p {
	color: #fff;
	line-height: 1.6;
	margin-bottom: 20px;
}

.top-st04-image-box {
	display: flex;
	justify-content: center;
	gap: 0px 20px;
	margin-bottom: 30px;
}

.top-st04-image-box-sp {
	display: none;
}

.top-st04-button {
	display: flex;
	justify-content: center;
	margin: auto;
	background: #fff;
	padding: 10px 20px;
	width: 180px;
	border: 1px solid #368d3c;
	border-radius: 20px;
	color: #368d3c;
	transition: 0.5s;
}

.top-st04-button:hover {
	background: #368d3c;
	border-color: #fff;
	color: #fff;
}

.top-st04-button:active {
	background: #368d3c;
	border-color: #fff;
	color: #fff;
}


.top-st04-div02 {
	width: 50%;
}

/* セクション５ */

.top-section-05 {
	padding: 6em 2em 3em;
	background: #fff;
}

.top-st05-size {
	width: 1000px;
	margin: auto;
}

.top-st05-size h3 {
	color: #323232;
	padding: 6px 10px;
	border-left: 4px solid #df780f;
	border-radius: 2px;
	margin-bottom: 20px;
	background: #ffeedd;
	font-weight: bold;
	font-size: 20px;
}

.top-st05-linkbox {

}

.top-st05-linkbox ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.top-st05-linkbox li a {
	display: block;
	padding: 8px 10px;
	width: 180px;
	border-radius: 2px;
	margin: 0px 10px 20px;
	background: #368d3c;
	color: #fff;
	border: 1px solid #368d3c;
	position: relative;
	transition: 0.5s;
}

.top-st05-linkbox li a:after {
	content:"";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 20px;
	background: url(img/gaibulink-white.svg) no-repeat;
	background-size: contain;
	width: 14px;
	height: 14px;
	transition: 0.5s;
}

.top-st05-linkbox li a:hover {
	color: #368d3c;
	background: #fff;
}

.top-st05-linkbox li a:active {
	color: #368d3c;
	background: #fff;
}

.top-st05-linkbox li a:hover::after {
	background: url(img/gaibulink-green.svg) no-repeat;
	background-size: contain;
}

.top-st05-linkbox li a:active::after {
	background: url(img/gaibulink-green.svg) no-repeat;
	background-size: contain;
}

/* セクション６ */
.fot-access {
	padding: 4em 2em 4em;
	background: url(img/fot-access-bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.fot-access:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #ffffff50;
	z-index: -1;
}

.top-st06-size {
    width: 1000px;
    margin: auto;
    background: #ffffffc4;
    padding: 6em 2em 2em;
}

.top-st06-access {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: auto;
}

.top-st06-access div {
	width: 48%;
}

.top-st06-access div p {
	line-height: 1.6;
}

.top-st06-access h3 {
    font-size: 22px;
    border-left: 4px solid #df780f;
    padding: 4px 8px;
    margin-bottom: 20px;
}

.top-st06-access div span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0px;
}

.top-st06-access iframe {
	box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 20%);
}

/* 下層ページ汎用CSS ----------------------------------- */

.kasou-box {
	width: 1000px;
	margin: 0em auto 3em;
}

.kasou-h2 {
	font-size: 30px;
	color: #368d3c;
	text-align: center;
	position: relative;
	margin-bottom: 3em;
	font-family: 'kosugi';
}

.kasou-h2:before {
	content: "";
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 120%;
	margin: auto;
	height: 30px;
	width: 1px;
	background: #368d3c;
}

.kasou-h2:after {
	content: "";
	position: absolute;
	right: 0px;
	left: 0px;
	top: 120%;
	margin: auto;
	height: 30px;
	width: 1px;
	background: #368d3c;
}

.kasou-h3 {
	color: #323232;
	padding: 12px 0px 12px 20px;
	border-left: 4px solid #df780f;
	border-radius: 2px;
	margin-bottom: 20px;
	background: #ffeedd;
	font-weight: bold;
	font-size: 20px;
	font-family: 'kosugi';
}
.kasou-h4 {
	font-size: 18px;
    margin-bottom: 1em;
    font-weight: bold;
    color: #368d3c;
    text-decoration: underline;
}

.kasou-table {
	margin: 0em auto 3em;
	color: #323232;
	width: 80%;
}

.kasou-table th {
	padding: 20px 0px 6px 0px;
	border-bottom: 1px solid #368d3c;
	vertical-align: middle;
	text-align: center;
	width: 15%;
}

.kasou-table td {
	padding: 20px 0px 6px 10px;
	border-bottom: 1px solid #b7b7b7;
	width: 85%;
}

img.kasou-head-img img{
	display: unset;
}

img.kasou-head-img-sp {
	display: none;
}

.kasou-box table {
	margin: 0em auto 3em;
	color: #323232;
	width: 80%;
}

.kasou-box table th {
	padding: 16px 0px 16px 0px;
	border-bottom: 1px solid #368d3c;
	vertical-align: middle;
	text-align: center;
	width: 15%;
}

.kasou-box table td {
	padding: 16px 0px 16px 20px;
	border-bottom: 1px solid #b7b7b7;
	width: 85%;
}

.gaibu-link {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.gaibu-link a {
	display: block;
	padding: 8px 10px;
	width: 180px;
	border-radius: 2px;
	margin: 0px 10px 20px;
	background: #368d3c;
	color: #fff;
	border: 1px solid #368d3c;
	position: relative;
	transition: 0.5s;
	color: #fff;
}

.gaibu-link a:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 20px;
	background: url(img/gaibulink-white.svg) no-repeat;
	background-size: contain;
	width: 14px;
	height: 14px;
	transition: 0.5s;
}

.gaibu-link a:hover {
	color: #368d3c;
	background: #fff;
}

.gaibu-link a:active {
	color: #368d3c;
	background: #fff;
}

.gaibu-link a:hover:after {
	background: url(img/gaibulink-green.svg) no-repeat;
	background-size: contain;
}

.gaibu-link a:active:after {
	background: url(img/gaibulink-green.svg) no-repeat;
	background-size: contain;
}

/* 投稿ページ ------------------------------------------ */

.toukou-linkbox {
	display: flex;
	margin: 3em auto 6em;
	justify-content: space-between;
	width: 1000px;
	position: relative;
}


.toukoulink-back a {
	display: block;
	padding: 0.8em 2em 0.8em 1em;
	position: relative;
	border-bottom: 2px solid #bfbfbf;
	transition: 0.5s;
	width: 200px;
	margin-left: 30px;
}

.toukoulink-back a:after {
	background:#fff;
	content: "";
	position: absolute;
	left: -30px;
	width: 30px;
	height: 100%;
	border-bottom: 2px solid #368d3c;
	top: -50%;
	transform: translate(0px, 50%);
	margin-top: -1px;
	transition: 0.5s;
	height: 46px;
}

.toukoulink-back a:before {
	content: "";
	position: absolute;
	left: -15px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	border-bottom: 2px solid #368d3c;
	border-left: 2px solid #368d3c;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	z-index: 2;
	transition: 0.5s;
}

.toukoulink-back a:hover {
	background: #ebebeb;
}

.toukoulink-back a:active {
	background: #ebebeb;
}

.toukoulink-back a:hover::before {
	border-color: #fff;
}

.toukoulink-back a:active::before {
	border-color: #fff;
}

p.toukoulink-back a:hover::after {
	background: #368d3c;
}

p.toukoulink-back a:active::after {
	background: #368d3c;
}




.toukoulink-next a {
	display: block;
	padding: 0.8em 1em 0.8em 2em;
	position: relative;
	border-bottom: 2px solid #bfbfbf;
	transition: 0.5s;
	width: 200px;
	margin-right: 30px;
}

.toukoulink-next a:after {
	background:#fff;
	content: "";
	position: absolute;
	right: -30px;
	width: 30px;
	height: 100%;
	border-bottom: 2px solid #368d3c;
	top: -50%;
	transform: translate(0px, 50%);
	margin-top: -1px;
	transition: 0.5s;
	height: 46px;
}

.toukoulink-next a:before {
	content: "";
	position: absolute;
	right: -15px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	border-bottom: 2px solid #368d3c;
	border-left: 2px solid #368d3c;
	width: 6px;
	height: 6px;
	transform: rotate(225deg);
	z-index: 2;
	transition: 0.5s;
}

.toukoulink-next a:hover {
	background: #ebebeb;
}

.toukoulink-next a:active {
	background: #ebebeb;
}

.toukoulink-next a:hover::before {
	border-color: #fff;
}

.toukoulink-next a:active::before {
	border-color: #fff;
}

p.toukoulink-next a:hover::after {
	background: #368d3c;
}

p.toukoulink-next a:active::after {
	background: #368d3c;
}






.toukoulink-archive {
	display: block;
	padding: 0.8em 1em 0.8em 1em;
	position: absolute;
	left: 0px;
	right: 0px;
	border-bottom: 2px solid #bfbfbf;
	transition: 0.5s;
	width: 200px;
	margin: auto;
	text-align: center;
}

.toukoulink-archive:after {
	content: "";
	position: absolute;
	width: 100%;
	transform: scale(0,1);
	transform-origin: left;
	transition: 0.5s;
	height: 2px;
	bottom: -2px;
	background: #368d3c;
	left: 0px;
}

.toukoulink-archive:hover {
	background: #ebebeb;
}

.toukoulink-archive:active {
	background: #ebebeb;
}

.toukoulink-archive:hover::after {
	transform: scale(1,1);
}

.toukoulink-archive:active::after {
	transform: scale(1,1);
}


.toukou-box {
	line-height: 1.6;
}

.toukou-box p {
	line-height: 1.6;
}

.toukou-box li {
	line-height: 1.6;
	list-style: disc;
}

.toukou-box h2 {
	color: #323232;
	padding: 12px 0px 12px 20px;
	border-left: 4px solid #df780f;
	border-radius: 2px;
	margin-bottom: 20px;
	background: #ffeedd;
	font-weight: bold;
	font-size: 20px;
	font-family: 'kosugi';
}

/* アーカイブページ ------------------------------------ */
.archive-content {
	display: block;
	padding: 40px 20px 10px;
	border-bottom: 1px dotted #afafaf;
	font-size: 20px;
	color: #323232;
	transition: 0.5s;
	position: relative;
}

.archive-content:hover {
	background: #d9ffc9;
}

.archive-content:active {
	background: #d9ffc9;
}

.archive-content:first-child {
	border-top: 1px dotted #afafaf;
}

span.archive-link {
	display: block;
	font-size: 14px;
	color: #368d3c;
	margin-top: 6px;
}

span.archive-date {
	position: absolute;
	top: 14px;
	left: 40px;
	font-size: 14px;
}

span.archive-date:before {
	content: "";
	background: url(img/calender.svg);
	background-size: contain;
	width: 16px;
	height: 16px;
	top: 0px;
	left: -20px;
	position: absolute;
}

.archive-pagenation {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

span.page-numbers.current {
	padding: 20px;
	background: #368d3c;
	color: #fff;
	border: 1px solid #368d3c;
}

a.page-numbers {
	padding: 20px;
	background: #fff;
	border-width: 1px 1px 1px 0px;
	border-color: #368d3c;
	border-style: solid;
	transition: 0.5s;
}

a.page-numbers:hover {
	color: #fff;
	background: #368d3c;
}

a.page-numbers:active {
	color: #fff;
	background: #368d3c;
}

a.prev.page-numbers {
	border-left: 1px solid #368d3c;
}

/* 404ページ */

a.button-404 {
	width: 300px;
	margin: 40px auto;
	display: block;
	background: #368d3c;
	text-align: center;
	padding: 14px 20px;
	color: #fff;
	border-radius: 100px;
	transition: 0.5s;
	border: 1px solid #368d3c;
}

a.button-404:hover {
	background: #fff;
	color: #368d3c;
}

a.button-404:active {
	background: #fff;
	color: #368d3c;
}

/* 会社概要 -------------------------------------------- */
.company-shasho {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0px 30px;
	margin-bottom: 3em;
	width: 100% !important;
}

.company-sosikizu {
	text-align: center;
	margin-bottom: 3em;
}

.company-enkaku {
	color: #323232;
	width: 80%;
	margin: auto;
}

.company-enkaku td,.company-enkaku th {
	padding: 16px 20px !important;
}

.company-enkaku th {
	font-weight: normal;
	width: 15%;
	position: relative;
	vertical-align: top !important;
	border-bottom: none !important;
}

.company-enkaku th:after {
	content: "";
	position: absolute;
	background: #368d3c;
	width: 10px;
	height: 10px;
	border-radius: 20px;
	right: -6px;
	top: 20px;
}

.company-enkaku td {
	border-left: 2px solid #ccc;
	width: 85%;
	font-weight: bold;
	border-bottom: none !important;
}

.company-flexbox01 {
	display: flex;
	gap: 0px 30px;
	justify-content: space-between;
}

.company-flexbox-p span{
	line-height: 1.6;
	font-weight: bold;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #cdf1ff 0%) repeat scroll 0 0;
	text-shadow: 1px 1px 0px rgb(255 255 255);
}

.company-flexbox01 div {
	width: 50%;
}

img.shasho.alignnone {
	width: 110px;
}



/* 施設案内 -------------------------------------------- */
.facility-pr-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 4em;
}

.facility-pr-content {
	padding: 1em 1em 2em;
	width: 31%;
	text-align: center;
	display: block;
	margin-bottom: 2em;
	border: 1px solid #9d9d9d;
	border-radius: 6px;
	background: #efefef;
}

.facility-pr-content h3 {
	font-size: 24px;
	color: #323232;
	margin: 16px 0px 10px;
	font-weight: bold;
	position: relative;
	z-index: 2;
	text-shadow: 1px 1px 1px #fff;
}

.facility-pr-content h3:before {
	content: "";
	position: absolute;
	bottom: 1px;
	right: 0px;
	left: 0px;
	margin: auto;
	background: #fab570;
	width: 80%;
	height: 10px;
	z-index: -2;
}

.facility-pr-content p {
	line-height: 1.7;
}

.facility-pr-content img {
	width: 100%;
}

.facility-table {
	width: 100%;
}

.facility-table th,.facility-table td {
	padding: 18px 20px !important;
	vertical-align: middle;
	text-align: center;
}

.facility-table tr {
	border-bottom: 1px solid #aaa;
}

.facility-table tr:nth-child(2n+1) {
	background: #eee;
}

.facility-table th {
	background: #d9ffc9;
	color: #323232;
}

.facility-table td {

}

tr.facility-tb-title {
	border: none;
}

tr.facility-tb-title th {
	background: #368d3c;
	color: #fff;
}

/* 肥料について ---------------------------------------- */
.manure-box-flex {
	display: flex;
	justify-content: center;
	margin-bottom: 6em;
	gap: 0px 40px;
	background: #368d3c;
	padding: 2em 6em;
	align-items: start;
	border-radius: 4px;
}

.manure-box-flex p {
	color: #fff;
	line-height: 1.7;
	width: 60%;
}

span.manure-flex-sp01 {
	font-size: 26px;
	display: inline-block;
	margin-bottom: 10px;
	text-shadow: 2px 1px 1px rgb(0 0 0 / 20%);
	letter-spacing: 2px;
	border-bottom: 4px dashed #ffc6c6;
}

span.manure-flex-sp02 {
	font-size: 26px;
	display: inline-block;
	margin-bottom: 30px;
	text-shadow: 2px 1px 1px rgb(0 0 0 / 20%);
	letter-spacing: 2px;
	border-bottom: 4px dashed #ffc6c6;
}

.manure-box {
	margin-bottom: 6em;
}

.manure-box div {
	margin-bottom: 2em;
}

.manure-box div p {
	line-height: 1.7;
}

.manure-box h3 {
	margin-bottom: 20px;
}

.manure-image-box {
	display: flex;
	gap: 30px 10px;
	width: 40%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.manure-content01 {
	padding: 14px 20px 14px 100px;
	background: #edffe5;
	border-radius: 10px;
	position: relative;
	border: 1px solid #368d3c;
}

.manure-content01 p {
	line-height: unset;
}

.manure-content01 h4 {
	font-size: 18px;
	font-weight: bold;
	color: #368d3c;
	margin: 4px 0px 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #368d3c;
}
.manure-content01 h4:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	left: 20px;
	top: 50%;
	transform: translate(0px, -50%);
	border: 1px solid #323232;
	border-radius: 100px;
	background: #fff no-repeat;
	background-image: url(img/ina-icon.png);
	background-size: 50px;
	background-position: center;
}



.manure-content02 {
	padding: 14px 20px 14px 100px;
	background: #e7ffdd;
	border-radius: 10px;
	position: relative;
	border: 1px solid #368d3c;
}

.manure-content02 p {
	line-height: unset;
}

.manure-content02 h4 {
	font-size: 18px;
	font-weight: bold;
	color: #368d3c;
	margin: 4px 0px 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #368d3c;
}
.manure-content02 h4:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	left: 20px;
	top: 50%;
	transform: translate(0px, -50%);
	border: 1px solid #323232;
	border-radius: 100px;
	background: #fff no-repeat;
	background-image: url(img/leaf-icon.svg);
	background-size: 30px;
	background-position: center;
}





.manure-content03 {
	padding: 14px 20px 14px 100px;
	background: #e7ffdd;
	border-radius: 10px;
	position: relative;
	border: 1px solid #368d3c;
}

.manure-content03 p {
	line-height: unset;
}

.manure-content03 h4 {
	font-size: 18px;
	font-weight: bold;
	color: #368d3c;
	margin: 4px 0px 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #368d3c;
}
.manure-content03 h4:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	left: 20px;
	top: 50%;
	transform: translate(0px, -50%);
	border: 1px solid #323232;
	border-radius: 100px;
	background: #fff no-repeat;
	background-image: url(img/vegetable-icon.svg);
	background-size: 30px;
	background-position: center;
}





.manure-content04 {
	padding: 14px 20px 14px 100px;
	background: #e7ffdd;
	border-radius: 10px;
	position: relative;
	border: 1px solid #368d3c;
}

.manure-content04 p {
	line-height: unset;
}

.manure-content04 h4 {
	font-size: 18px;
	font-weight: bold;
	color: #368d3c;
	margin: 4px 0px 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #368d3c;
}
.manure-content04 h4:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	left: 20px;
	top: 50%;
	transform: translate(0px, -50%);
	border: 1px solid #323232;
	border-radius: 100px;
	background: #fff no-repeat;
	background-image: url(img/apple-icon.svg);
	background-size: 30px;
	background-position: center;
}




.manure-content05 {
	padding: 14px 20px 14px 100px;
	background: #e7ffdd;
	border-radius: 10px;
	position: relative;
	border: 1px solid #368d3c;
}

.manure-content05 p {
	line-height: unset;
}

.manure-content05 h4 {
	font-size: 18px;
	font-weight: bold;
	color: #368d3c;
	margin: 4px 0px 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #368d3c;
}
.manure-content05 h4:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	left: 20px;
	top: 50%;
	transform: translate(0px, -50%);
	border: 1px solid #323232;
	border-radius: 100px;
	background: #fff no-repeat;
	background-image: url(img/pot-icon.svg);
	background-size: 30px;
	background-position: center;
}



.manure-contact {
	padding: 3em 2em;
	background: #d9ffc9;
	text-align: center;
	line-height: 1.7;
}

.manure-contact a {
	color: #fff;
	font-size: 26px;
	display: block;
	margin: 10px auto;
	position: relative;
	background: #368d3c;
	padding: 10px 20px;
	border-radius: 100px;
	width: 500px;
	border: 1px solid #368d3c;
	transition: 0.5s;
}

.manure-contact a:before {
	content: "";
	position: absolute;
	left: 70px;
	background: url(img/tel-icon-white.svg) no-repeat;
	background-size: cover;
	width: 36px;
	height: 36px;
	top: 50%;
	transform: translate(0px,-50%);
	transition: 0.5s;
}


.manure-contact a:hover {
	background: #fff;
	color: #368d3c;

}

.manure-contact a:active {
	background: #fff;
	color: #368d3c;
}

.manure-contact a:hover::before {
	background-image: url(img/tel-icon.svg);
}

.manure-contact a:active::before {
	background-image: url(img/tel-icon.svg);
}

/* 製品ラインナップ一覧 ------------------------------------ */
.pd-lineup-box {
	display: flex;
	justify-content: space-between;
	gap: 0px 30px;
	margin-bottom: 5em;
}

.pd-lineup-content01 {
	width: 18%;
	text-align: center;
}

.pd-lineup-content02 {
	width: 78%;
}

.pd-lineup-content02 h3 {
	padding: 10px 10px 8px 60px;
	font-size: 24px;
	border-bottom: 1px solid #333;
	margin-bottom: 1em;
	position: relative;
	color: #368d3c;
}

.pd-lineup-content02 h3 span {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(0px, -50%);
	width: 100px;
	height: 100%;
	color: #368d3c;
	z-index: -1;
	font-size: 40px;
	opacity: 0.7;
}

.pd-lineup-content02 p {
	font-size: 16px;
	line-height: 1.6;
}

/* 採用情報 -------------------------------------------- */
.recruit-contact {
	padding: 3em 2em;
	background: #d9ffc9;
	text-align: center;
	line-height: 1.7;
}

.recruit-contact a {
	color: #fff;
	font-size: 26px;
	display: block;
	margin: 10px auto;
	position: relative;
	background: #368d3c;
	padding: 10px 20px;
	border-radius: 100px;
	width: 500px;
	border: 1px solid #368d3c;
	transition: 0.5s;
}

.recruit-contact a:before {
	content: "";
	position: absolute;
	left: 70px;
	background: url(img/tel-icon-white.svg) no-repeat;
	background-size: cover;
	width: 36px;
	height: 36px;
	top: 50%;
	transform: translate(0px,-50%);
	transition: 0.5s;
}

.recruit-contact a:hover {
	background: #fff;
	color: #368d3c;
}

.recruit-contact a:active {
	background: #fff;
	color: #368d3c;
}

.recruit-contact a:hover:before {
	background-image: url(img/tel-icon.svg);
}

.recruit-contact a:active:before {
	background-image: url(img/tel-icon.svg);
}

.page-id-132 .interview {
	padding: 2em 3em;
	display: flex;
	gap: 0px 20px;
}

.page-id-132 .interview figure {
	width: 20%;
}

.page-id-132 .interview div {
	width: 80%;
	padding: 0px;
}

.page-id-132 .interview h3 {
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	background: #368d3c;
	margin-bottom: 20px;
}

.page-id-132 .interview p {
	line-height: 1.6;
	padding: 0px 20px;
}

/* ブロックエディタ用CSS ------------------------------- */
.kasou-box .wp-block-button__link {
	background: #368d3c;
	color: #fff;
	transition: 0.5s;
	border: 1px solid #368d3c;
}

.kasou-box .wp-block-button__link:hover {
	background: #fff;
	color: #368d3c;
}

.kasou-box .wp-block-button__link:active {
	background: #fff;
	color: #368d3c;
}

/* フッター -------------------------------------------- */
footer {
	background: #fff;
}

.fot-wrapper {
	width: 1000px;
	margin: auto;
	padding: 3em 0em 1em;
}

.fot-image {
	text-align: center;
}

.fot-image a {
	transition: 0.5s;
}

.fot-image a:hover {
	opacity: 0.5;
}

.fot-image a:active {
	opacity: 0.5;
}

.fot-gm-ul {
	display: flex;
	justify-content: center;
	gap: 0px 30px;
	margin: 20px 0px;
}

.fot-gm-ul li a {
	padding-bottom: 10px;
	transition: 0.5s;
	position: relative;
}

.fot-gm-ul li a:after {
	content: "";
	position: absolute;
	bottom: 6px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 100%;
	height: 1px;
	transform: scale(1,0);
	transition: 0.5s;
	background: #368d3c;
}

.fot-gm-ul li a:hover::after {
	transform: scale(1,1);
}

.fot-gm-ul li a:active::after {
	transform: scale(1,1);
}

.fot-privacy {
	text-align: center;
	margin: 20px 0px; 
}

.fot-privacy a {
    padding-bottom: 10px;
    transition: 0.5s;
    position: relative;
}

.fot-privacy a:after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 1px;
    transform: scale(1,0);
    transition: 0.5s;
    background: #368d3c;
}

.fot-privacy a:hover::after {
	transform: scale(1,1);
}

/* TOPへ戻るボタン */
.backtotop {
    position: fixed;
    right: 60px;
    bottom: 20px;
    z-index: 9000;
    display: none;
}    

.backtotop a {
	text-decoration: none;
	color: #323232;
	border: 1px solid #323232;
	font-size: 18px;
	border-radius: 100px;
	transition: 0.2s;
	position: relative;
	overflow: hidden;
	background: #fff;
	width: 80px;
	height: 80px;
	align-items: center;
	display: flex;
	justify-content: center;
	
}

.backtotop a:before {
	content: "";
	background-color: rgba(255, 255, 255, 0.5);
	height: 100%;
	width: 3em;
	display: block;
	position: absolute;
	top: 0;
	left: -4em;
	transform: skewX(-45deg) translateX(0);
}

.backtotop a:hover {
	background-color: #54b75b;
	color: #fff;
}

.backtotop a:hover::before {
	transform: skewX(-45deg) translateX(13.5em);
	transition: all 0.5s ease-in-out;
}

.backtotop a:active {
	background-color: #54b75b;
	color: #fff;
}

.backtotop a:active::before {
	transform: skewX(-45deg) translateX(13.5em);
	transition: all 0.5s ease-in-out;
}

.copyright {
	text-align: center;
}

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:-300%;
    left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background: #d9ffc9;
	opacity: 0.94;
	transition: all 0.6s;
}

/* GoogleMapの口コミ非表示対応 */
.review-box {
	display: none;
}

/* プライバシーポリシー */
.privacy-div {
	
}

.privacy-div p {
	line-height: 1.6;
	margin: -10px 0em 40px;
}

.privacy-a {
    color: #245fcc;
    text-decoration: underline;
    font-weight: 600;
	transition: 0.4s;
}

.privacy-a:hover {
	text-decoration: none;
	color: #5792ff;
}

/* お問い合わせ */

/* お問い合わせ */
p.contact-p01 {
    font-size: 18px;
    color: #323232;
    font-weight: 500;
	position: relative;
	margin-bottom: 10px;
}

p.contact-p01 span {
	font-size: 14px;
}

p.contact-p01 span.hissu {
    background: #fc3f3f;
    margin-left: 16px;
    color: #fff;
    border-radius: 6px;
    position: absolute;
    width: 50px;
    font-size: 14px;
    text-align: center;
    padding: 4px 0px;
    top: 50%;
    transform: translate(0px, -50%);
}

p.contact-p01 span.ninni {
    background: #65c36b;
    margin-left: 16px;
    color: #fff;
    border-radius: 6px;
    position: absolute;
    width: 50px;
    font-size: 14px;
    text-align: center;
    padding: 4px 0px;
    top: 50%;
    transform: translate(0px, -50%);
}

p.contact-p02 input {
	box-shadow: 2px 2px 4px rgb(0 0 0 / 20%) inset;
    background: #ededed;
    margin-bottom: 2em;
    padding: 8px 10px;
    border-radius: 4px;
    width: 100%;
}

p.contact-p02 textarea {
	box-shadow: 2px 2px 4px rgb(0 0 0 / 20%) inset;
    background: #ededed;
    margin-bottom: 2em;
    padding: 8px 10px;
    border-radius: 4px;
    width: 100%;
}

.contact-box {
	width: 600px;
	margin: auto;
}



.wpcf7-not-valid-tip {
    color: #ffffff !important;
    font-size: 14px !important;
    display: block;
    margin: -1.5em 0em 3em 2em !important;
    padding: 6px 10px !important;
    background: #fc3f3f !important;
    width: 130px !important;
    white-space: break-spaces;
    position: relative !important;
    border-radius: 6px !important;
}

.wpcf7-not-valid-tip:after {
    position: absolute;
    top: 0px;
    left: 30px;
    transform: translate(0px, -50%) rotate(-45deg);
    width: 14px;
    height: 14px;
    content: "";
    background: #fc3f3f;
	z-index: -1;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
    background: #fc3f3f;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-align: center;
    width: 60%;
    margin: 30px auto 0px;
}

p.submit input {
    background: #368d3c;
    color: #fff;
    padding: 10px 0px;
    border-radius: 6px;
    width: 200px;
    display: block;
    text-align: center;
    margin: auto;
    transition: 0.5s;
    font-size: 22px;
	border: 1px solid #368d3c;
}

p.submit input:hover {
	background: #fff;
	color: #368d3c;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: none;
    background: #368d3c;
    color: #fff;
    padding: 1em 2em;
    text-align: center;
    font-weight: bold;
    width: 50%;
    border-radius: 8px;
    margin: 1em auto;
}

/* スマホ対応 ---------------------------------------------------------------- */
@media screen and (max-width: 820px) {

/*========= ナビゲーションのためのCSS ===============*/



/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    z-index: 999;
	display: block;
	margin: 2em 0em 0em 0em;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: left; 
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding: 16px 10px 16px 30px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	background: white;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #ccc;
}

.gm-recruit{
	border: none !important;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
	display: block;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 8px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 34px;
  }

.openbtn span:nth-of-type(1) {
	top:8px;	
}

.openbtn span:nth-of-type(2) {
	top:20px;
}

.openbtn span:nth-of-type(3) {
	top:32px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
}

.sp-homelink-img {
	display: block;
	margin: 30px 0px 0px 20px;
	width: 240px;
}

body.fixed {
	width: 100%;
	height: 100%;
	position: fixed;
}

/*スマホヘッダー-----------------*/
.head-gm-flex {
	display: none;
}

.tophead-content-box {
	display: block;
}

.head-left {
	width: 100%;
	height: -webkit-fill-available;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
background: url(/wp-content/themes/kumiai/img/fot-access-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
	z-index: 0;
}

.head-left:before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #ffffff90;
    z-index: -1;
}

.head-right {
	width: 100%;
	height: unset;
}

.head-left-scroll { 
	display: none;
}


.head-left-scroll-sp {
	display: flex;
	transform: rotate(90deg);
	width: 90px;
	height: 120px;
	z-index: 10;
	color: #368d3c;
	margin: auto;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 60px;
}

.head-left-scroll-sp span {
	letter-spacing: 2.5px;
	font-weight: bold;
	font-size: 18px;
}

.head-left-scroll-sp:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #368d3c;
    position: absolute;
    top: 0px;
    left: -24px;
    bottom: 0px;
    margin: auto;
}

.head-left-scroll-sp:after {
    content: "";
    width: 30px;
    height: 1px;
    background: #368d3c;
    position: absolute;
    top: 0px;
    right: -24px;
    bottom: 0px;
    margin: auto;
}

#video {
    position: relative;
    transform: unset;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

/* パンくずリスト ----------------- */

.breadcrumbs {
	left: 10px;
	display: flex;
	justify-content: left;
	overflow-x:scroll ;
	white-space: nowrap;
	bottom: -50px;
	width: 90%;
}





/*スマホトップ-----------------*/

.top-h1-flex {
	display: flex;
	top: 50%;
	left: 0px;
	transform: translate(0px, -50%);
	width: 100%;
	height: 100%;
	position: absolute;
	align-items: center;
	gap: 0px 20px;
	justify-content: center;
}

.top-h1-flex img {
    width: 70px;
    filter: drop-shadow(1px 1px 2px rgb(0 0 0 / 40%));
    z-index: 1;
}

.top-h1-flex span {
	font-size: 20px;
	line-height: 1.5;
	margin: 0px;
}

.top-h1-flex span:before {
	display: none;
}

.top-h1-flex span:after {
	display: none;
}

/* セクション１ */

.top-section-01 {
	padding: 6em 0em 3em;
}

.top-info-box {
	width: 90%;
	padding: 1em;
}

.top-info-box ul li {
	font-size: 14px;
	padding: 10px 0px 8px 0px;
	display: block;
	width: 100%;
}

.top-info-box ul li span {
	font-size: 12px;
	margin-bottom: 2px;
}

h2.top-h2-white {
	font-size: 26px;
}

h2.top-h2-white:before {
	bottom: 44px;
	height: 20px;
}

h2.top-h2-white:after {
	top: 44px;
	height: 20px;
}

h2.top-h2-green {
	font-size: 26px;
}

h2.top-h2-green:before {
	bottom: 44px;
	height: 20px;
}

h2.top-h2-green:after {
	top: 44px;
	height: 20px;
}

.top-info-box ul li a {
	white-space: nowrap;
	overflow: scroll;
	display: flex;
}

/* セクション２ */

.top-pd-lineup-box {
	width: 100%;
	padding: 2em 1em;
}

.top-section-02 {
	padding: 6em 0em 3em;
}

.top-pd-lineup-box ul {
	width: 70%;
}

/* セクション３ */

.top-st03-content {
	display: block;
	width: unset;
}

.top-st03-div01 {
	width: 100%;
}

.top-st03-div02 {
	width: 100%;
}

.top-st03-content h3 {
	font-size: 22px;
}

.top-st03-image-box {
	display: block;
	text-align: center;
}

.top-st03-image-box img {
	width: 70%;
	margin: 8px auto;
}

/* セクション４ */

.top-st04-content {
	display: block;
	width: unset;
}

.top-st04-div01 {
	width: 100%;
}

.top-st04-div02 {
	width: 100%;
	display: none;
}

.top-st04-div01 h3 {
	font-size: 22px;
}

.top-st04-image-box-sp {
	display: unset;
}

.top-st04-image-box-sp img {
	margin-bottom: 30px;
}

.top-st04-image-box {
	margin-bottom: 20px;
}

.top-st04-image-box img {
	width: 130px;
}

/* セクション５ */

.top-st05-size {
	width: unset;
}

.top-st05-linkbox ul {
	width: 100%;
}

.top-st05-linkbox ul li {
	width: 100%;
}

.top-st05-linkbox li a {
	margin-bottom: 24px;
	width: 90%;
	padding: 10px 10px;
	font-size: 14px;
}


/*スマホフッター-----------------*/

.fot-access {
	padding: 1em;
	background: #ccc;
	background-image: none;
}

.fot-access:before {
	background: none;
}

.fot-wrapper {
	width: unset;
	padding: 3em 1em 1em;
}

.top-st06-size {
	width: unset;
}

.top-st06-access {
	display: block;
	width: 100%;
}


.top-st06-access div {
	width: 100%;
}

.top-st06-access div p {
	font-size: 14px;
}

.top-st06-access div span {
	font-size: 16px;
}

.top-st06-access iframe {
	width: 100%;
	height: 100%;
}

.fot-gm-ul {
	flex-wrap:wrap;
	gap: 10px 30px;
}

ul.fot-gm-ul li a {
	width: 100px;
	display: block;
	border-bottom: 1px solid #a7a7a7;
	padding: 6px 0px;
	
}

.fot-gm-ul li a:after {
	bottom: -1px;
}

.backtotop {
	right: 40px;
	bottom: 10px;
}

.backtotop a {
	width: 60px;
	height: 60px;
	font-size: 14px;
}

.copyright {
/*	white-space: nowrap;
	overflow: scroll;*/
	margin-bottom: 60px;
	font-size: 12px;
}


/* スマホ下層ページ ----------------------------------------- */
/* スマホ下層汎用CSS ----------- */

img.kasou-head-img {
	display: none;
}

img.kasou-head-img-sp {
	display: unset;
}

.head-content-box {
	display: block;
}

.kasou-head-left {
	display: none;
}

.kasou-head-right {
	height: 200px;
	width: 100%;
	background-size: cover;

}

.kasou-box {
	width: unset;
	padding: 0em 1em;
}

.kasou-head-h1 {
	font-size: 24px;
	padding: 8px 40px;
}

.kasou-h2 {
	font-size: 26px;
}

.kasou-h2:before {
	bottom: 44px;
	height: 20px;
}

.kasou-h2:after {
	top: 44px;
	height: 20px;
}

.kasou-h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.kasou-table {
	width: 100%;
	height: 100%;
	padding-left: 20px;
	margin-bottom: 0px;
}

.kasou-box table {
	width: 100%;
	height: 100%;
	padding-left: 20px;
	margin-bottom: 0px;
}

.overscroll-sp {
	overflow: scroll;
	white-space: nowrap;
}

.sp-small-h2 {
	font-size: 22px !important;
}

/* スマホ会社情報 ------------ */
.company-enkaku {
	width: 100%;
	height: 100%;
	white-space: nowrap;
	overflow-x: scroll;
	display: flex;
}

.company-flexbox01 {
	display: unset;
}

.company-flexbox01 div {
	width: 100%;
}

/* スマホ施設紹介 ---------------- */

.facility-pr-box {
	display: block;
}

.facility-pr-content {
	width: 100%;
}

.facility-table {
	width: 100%;
	height: 100%;
}



/* スマホ肥料について */

.manure-box-flex {
	display: block;
	padding: 2em;
}

.manure-box-flex p {
	margin-bottom: 20px;
	width: 100%;
}

span.manure-flex-sp01 {
	font-size: 18px;
	letter-spacing: 1.5px;
}

span.manure-flex-sp02 {
	font-size: 18px;
	letter-spacing: 1.5px;
}

.manure-image-box {
	gap: 30px 8px;
	width: 100%;
	justify-content: left;
	margin: auto;
}

.manure-image-box img {
	width: 48%;
}

.manure-image-box img:last-child {
	width: 100%;
}

.manure-contact {
	padding: 3em 1em;
}

.manure-contact a {
	width: unset;
	font-size: 16px;
}

.manure-contact a:before {
	left: 50%;
	width: 24px;
	height: 24px;
	transform: translate(-50%, -50%);
	margin-left: -100px;
}

.manure-content01 {
	padding: 14px 20px 14px 20px;
}

.manure-content01 h4:before {
	top: 60%;
}

.manure-content01 p {
	padding-left: 80px;
}

.manure-content02 {
	padding: 14px 20px 14px 20px;
}

.manure-content02 h4:before {
	top: 60%;
}

.manure-content02 p {
	padding-left: 80px;
}

.manure-content03 {
	padding: 14px 20px 14px 20px;
}

.manure-content03 h4:before {
	top: 60%;
}

.manure-content03 p {
	padding-left: 80px;
}

.manure-content04 {
	padding: 14px 20px 14px 20px;
}

.manure-content04 h4:before {
	top: 60%;
}

.manure-content04 p {
	padding-left: 80px;
}

.manure-content05 {
	padding: 14px 20px 14px 20px;
}

.manure-content05 h4:before {
	top: 60%;
}

.manure-content05 p {
	padding-left: 80px;
}


.manure-box div p {
	min-height: 70px;
}

/* スマホ採用情報 --------------------------- */
.recruit-contact {
	padding: 3em 1em;
}

.recruit-contact a {
	width: unset;
	font-size: 16px;
}

.recruit-contact a:before {
	left: 50%;
	width: 24px;
	height: 24px;
	transform: translate(-50%, -50%);
	margin-left: -100px;
}

.page-id-132 .interview {
	padding: 0em;
	display: block;
	gap: 0px;
}

.page-id-132 .interview figure {
	width: 60%;
	margin: 0px auto 30px;
}

.page-id-132 .interview div {
	width: 100%;
	padding: 0px;
	margin-bottom: 60px;
}


/* スマホ投稿ページ ------------------------ */
.toukou-linkbox {
	display: block;
	width: unset;
}

.toukou-linkbox a {
	margin-top: 20px;
}

.toukoulink-back a {
	width: unset;
}

.toukoulink-archive {
	position: relative;
	width: unset;
}

.toukoulink-next a {
	width: unset;
	text-align: right;
}

/* スマホお問い合わせページ */
	.wpcf7 form.sent .wpcf7-response-output {
		width: 100%;
	}
	.contact-box {
		width: unset;
	}
	
	
/* スマホでの改行禁止 */
.sp-scroll-h2 {
	white-space: nowrap;
	overflow: scroll;
	padding: 2em 0px;
}

.sp-scroll-h2 h1 {
	margin-bottom: 0px;
}

.sp-scroll-h2 h2 {
	margin-bottom: 0px;
}

}/*消さない*/