/*Jimdo　Stockholm*/

/*------ base ------*/
@font-face {
	font-family: 'myfont';
	src: url('../fonts/myfont.woff') format('woff'),
		url('../fonts/myfont.ttf') format('truetype');
}

:root {
	--color-gray-1: #ccc;
	--color-gray-2: #eeeeee;
	--color-link: #00a0ea;
	--color-link-hover: #e26563;
	--color-green: #777e41;
	--color-green-sub: #acd598;
}

html,
.body {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif !important;
	overflow-x: hidden !important;
	position: relative;
	font-size: 62.5% !important;
}

#content_area {
	margin-top: 30px !important;
	margin-bottom: 50px !important;
	padding-left: 10px !important;
	padding-right: 10px !important
}

hr {
	border: solid 1px var(--color-gray-1) !important;
	border-radius: 10px;
}

.jtpl-navigation {
	position: relative
}

.jtpl-content__inner {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 100px;
}

.jtpl-breadcrumbs {
	display: none
}

/*kv*/
.jtpl-header {
	display: none;
}

/*2段組*/
table {
	width: 100%;
	border-collapse: collapse;
}

table th,
table td {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif !important;
	border: 1px solid var(--color-gray-1);
	padding: 1.2rem;
	word-break: break-word;
}

@media (max-width:768px) {

	table th,
	table td {
		border-bottom: 0;
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	table tr:last-child {
		border-bottom: 1px solid var(--color-gray-1);
	}
}

table th {
	background-color: var(--color-gray-2);
	color: #000 !important;
	font-weight: normal !important;
}

@media (min-width:767px) {
	table th {
		text-align: left;
	}
}

thead th {
	background-color: var(--color-gray-2);
	color: #000 !important;
	text-align: center;
}

td p {
	margin-bottom: auto !important
}

div.j-text+div.j-table {
	margin-top: auto !important;
}

/*画像*/
img {
	max-width: 100% !important;
}

#content_area img {
	border-radius: 6px;
}

/*カラムの画像を横幅100％*/
.j-module.n.j-hgrid .cc-imagewrapper img {
	width: 100% !important;
}

/*テキスト*/
.j-module.n.j-header,
.j-module.n.j-text {
	margin: 0 auto;
	padding: 0 5px;
}

h1 {
	font-family: "Lexend Deca", sans-serif !important;
}

#content_area h1 {
	font-size: 3rem !important;
	margin-bottom: 5rem !important;
	text-align: center;
	position: relative;
}

#content_area h1::before {
	content: '';
	position: absolute;
	bottom: -22px;
	display: inline-block;
	width: 35px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000;
	border-radius: 2px;
}

/*
h2 {
	border-bottom: solid 1px var(--color-gray-1);
	padding-bottom: 0.5rem !important;
	margin-bottom: 1.5rem !important
}
*/
#content_area h2 {
	text-align: center;
	margin-bottom: 3rem;
}

p {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif !important;
	font-feature-settings: "palt";
	margin-bottom: 1.6rem;
	text-align: justify;
}

p.subtitle {
	display: inline-block;
	background: var(--color-green);
	padding: 2px 25px;
	border: solid 1px var(--color-green);
	border-radius: 100vw;
	font-size: 1.4rem;
	color: #fff;
}

.j-text p:last-of-type {
	margin-bottom: 0;
}

/*
#content_area strong {
	background: linear-gradient(transparent 40%, #fff7b3 60%);
	font-weight: normal !important;
	padding: 2px 0;
}
*/
.j-text ul,
.j-text ol {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif !important;
	margin: 0 auto 0 !important;
}

.j-text p+ul,
.j-text ul+p,
.j-text ol+p {
	margin-top: 1.6rem !important;
}

.j-text li {
	margin: 0 5px 5px -15px !important;
	padding: auto;
}

.j-text li:last-child {
	margin-bottom: 0 !important;
}

ol,
.outline ol {
	counter-reset: number;
	/*数字をリセット*/
	list-style-type: none !important;
	/*数字を一旦消す*/
}

ol li,
.outline ol li {
	position: relative;
	line-height: 1.75;
	padding: 0.5rem 0 0.5rem 2.5rem;
}

ol li::before {
	font-size: 1.5rem;
	position: absolute;
	font-weight: 100 !important;
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	background: #000;
	color: #fff;
	border-radius: 50%;
	left: -1.5rem;
	width: 25px;
	height: 25px;
	line-height: 1.75;
	text-align: center;
	top: 0;
	margin-top: 0.8rem;
}

#content_area .j-module.n.j-text a {
	text-decoration: underline;
}

.mceEditable a {
	text-decoration: underline !important;
}

footer a {
	color: #fff !important;
}

.widthMax {
	margin-left: calc((100% - 100vw) / 2);
	margin-right: calc((100% - 100vw) / 2);
}

.center {
	max-inline-size: max-content;
	margin-inline: auto;
}

/*リンクボタン*/
.j-calltoaction-link-style-1 {
	margin: 0 auto !important;
	min-width: 100% !important;
}

.j-calltoaction-link-style-2,
.j-calltoaction-link-style-3 {
	margin: 0 auto !important;
	padding-left: 3rem !important;
	/*矢印アイコンの空*/
	padding-right: 3rem !important;
	/*矢印アイコンの空*/
	min-width: 250px !important;
}

.j-calltoaction-link-style-1,
.j-calltoaction-link-style-2,
.j-calltoaction-link-style-3 {
	position: relative;
}

/*矢印アイコン*/
.j-calltoaction-link-style-1::after,
.j-calltoaction-link-style-2::after,
.j-calltoaction-link-style-3::after {
	position: absolute;
	top: 50%;
	right: 1.5rem;
	width: 0.5rem;
	height: 0.5rem;
	transform: translateY(-50%) rotate(45deg);
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
}

/*コードでリンクボタンを追加する場合の調整*/
.cc-m-hgrid-column .j-module.n.j-htmlCode {
	padding: 0 3px !important;
}

.j-htmlCode .j-callToAction {
	margin: 0 !important;
	padding: 0 !important;
}

@media (max-width:768px) {
	.j-callToAction {
		text-align: center !important;
	}

	.j-calltoaction-link-style-1,
	.j-calltoaction-link-style-2,
	.j-calltoaction-link-style-3 {
		margin: 0 auto !important;
		width: auto !important;
	}

	.j-calltoaction-link-style-1 {
		min-width: 100% !important;
	}

	.j-calltoaction-link-style-2,
	.j-calltoaction-link-style-3 {
		min-width: 250px !important;
	}
}

/*ライン*/
.line-container {
	position: relative;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

.line {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100%;
	background-color: var(--color-green);
	transform: translateX(-50%) scaleX(0);
	transform-origin: center;
}

.line.init {
	animation: expandLine 2s cubic-bezier(0.6, 0, 0.3, 1) forwards;
}

@keyframes expandLine {
	to {
		transform: translateX(-50%) scaleX(1);
	}
}

/*ボックス*/
.box{
	display: block;
	width: 100%;
	padding: 20px 40px;
	border: solid 1px var(--color-gray-1);
	box-sizing: border-box;
}
.box-green{
	display: block;
	width: 100%;
	padding: 20px 40px;
	background: var(--color-green);
	border-radius: 6px;
	box-sizing: border-box;
}

.box-green p{
	color: #fff;
}

/* -------------------------------------------------------
homeページ
------------------------------------------------------- */
.logo-wrap {
	text-align: center;
}

.logo {
	width: 100%;
	bottom: 10vh;
	z-index: 100;
	position: absolute;
}

.logo img {
	max-height: 200px;
}

.wrap-home-kv {
	position: relative;
	width: 100%;
}

/*swiper*/
.swiper-container {
	padding-bottom: 30px !important;
}

.swiper-button-prev,
.swiper-button-next {
	width: 32px;
	height: 32px;
	margin-top: -46px !important;
}

.swiper-pagination-bullet {
	width: 30px !important;
	height: 3px !important;
	border-radius: 0% !important;
}

.swiper-pagination-bullet-active {
	background-color: var(--color-green) !important;
}

.swiper-button-prev {
	background: url() no-repeat center center / contain !important;
}

.swiper-button-next {
	background: url() no-repeat center center / contain !important;
}

.swiper-container.home {
	width: 100% !important;
	height: 80vh;
	padding-bottom: 40px !important;
	margin-top: -35px !important;
}

.swiper-container .swiper-wrapper .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.swiper-bg {
	background-repeat: no-repeat;
	background-position: center center !important;
}

.swiper-bg-content1 {
	background-image: url(https://u.jimcdn.com/cms/o/se74757ca22f793b0/userlayout/img/kv-01.jpg?t=1756096882);
}

.swiper-bg-content2 {
	background-image: url(https://u.jimcdn.com/cms/o/se74757ca22f793b0/userlayout/img/kv-02.jpg?t=1756097711);
}

.swiper-bg-content3 {
	background-image: url(https://u.jimcdn.com/cms/o/se74757ca22f793b0/userlayout/img/kv-03.jpg?t=1756097716);
}

.swiper-bg-content4 {
	background-image: url(https://u.jimcdn.com/cms/o/se74757ca22f793b0/userlayout/img/kv-04.jpg?t=1756097721);
}

@media (max-width:768px) {

	/*home*/
	.swiper-container.home {
		height: 50vh;
	}

	.logo img {
		max-height: 100px;
	}
}

/*リンク*/
#product-link.widthMax-item-list{
	background-image: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;}
#product-link .item-list-wrap {
	width: 100%;
	margin: auto;}
#product-link .item-list{
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(4, 1fr);}
@media (max-width: 768px) {
	#product-link.widthMax-item-list{
		width: 100vw;
		margin-inline: calc(50% - 50vw);}
	#product-link .item-list {
		padding: 0 20px;
		grid-template-columns: repeat(2, minmax(0, 1fr));}
	#product-link .title{
		padding: 10px 15px;}
	#product-link .title h2{
		font-size: 1.6rem!important;}
}
.item .title{
	padding: 18px 22px;}
.item .title h2{
	margin-bottom: 0!important;
	padding-bottom: 0;}
.item .title p{
	font-size: 1.4rem!important;
	margin-bottom: 0!important;
	padding-bottom: 0!important;
	text-align: center;}
.item-img{
	aspect-ratio: 25 / 29;
	margin: 0 0 -10px;
	padding: 0;
	overflow: hidden;
	border-radius: 6px;}
.item-img a {
	display: block;}
.item-img a img {
	object-fit: cover;
	transition: transform 0.5s ease;}
.item-img a:hover img {
	transform: scale(1.1); }


/*animation*/
.fade {
	opacity: 0;
	transform: translate(0, -30px);
}

.fadeInLeft {
	opacity: 0;
	transform: translate(-50px, 0);
}

.fede-order1 {
	transition: all 1.5s 0.1s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fede-order2 {
	transition: all 1.5s 1.5s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fede-order3 {
	transition: all 1.5s 0.5s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fede-order4 {
	transition: all 2.0s 1.0s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fede-order5 {
	transition: all 2.0s 0.5s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fede-order6 {
	transition: all 0.8s 1.3s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fede-order7 {
	transition: all 0.8s 1.5s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fede-order8 {
	transition: all 2.0s 2.5s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fede-order9 {
	transition: all 2.0s 2.6s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fade.init,
.fadeInLeft.init,
.fadeScroll.init {
	opacity: 1;
	transform: translate(0, 0);
}

_:-ms-lang(x)::-ms-backdrop,
.fade .init,
_:-ms-lang(x)::-ms-backdrop,
.fadeInLeft .init {
	opacity: 1;
	transform: none;
	transition: none;
}

/* -------------------------------------------------------
BLOG
------------------------------------------------------- */
/*News（ブログ）表示*/
.news-inner {
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	margin: -30px auto 3.5rem;
	padding: 2.5rem 0.5rem 1.4rem;
	width: 940px;
}

.news-inner p {
	font-family: ;
}

.news-1 {
	border-right: solid 1px var(--color-gray-1);
	margin-right: 5rem;
	padding-right: 5rem;
	width: 10rem;
}

.news-1 p {
	font-size: 3rem;
	font-family: "PT Sans", sans-serif !important;
	font-style: italic;
	font-weight: 700;
	margin-top: 1.5rem;
}

.news-2 {
	margin-right: 10px;
	width: calc(100% - 10rem);
}

@media (max-width:768px) {
	.news-inner {
		flex-direction: column;
		margin-top: -30px;
		padding: 2rem 0 0rem;
		width: 100%;
	}

	.news-1 {
		border-bottom: solid 1px var(--color-gray-1);
		border-right: none;
		padding-right: 0;
		width: 100%;
	}

	.news-2 {
		margin-top: 3rem;
		width: 100%;
	}
}

/*Blog*/
.j-blog-meta a {
	text-decoration: none !important;
}

h2.j-blog-headline {
	font-size: 24px;
}

h1.j-blog-header.j-blog-headline.j-blog-post--headline {
	padding-top: 10px;
	text-align: left !important;
}

#content_area h1.j-blog-header.j-blog-headline.j-blog-post--headline::before {
	content: none;
}

#content_area .j-blog h2 {
	text-align: left;
}

h1.j-blog-header {
	box-sizing: border-box;
	margin-top: 18px !important;
}

.j-blog-post--header {
	margin-top: -5px !important;
}

.j-blog-meta a {
	text-decoration: none !important;
}

p.day {
	margin-bottom: 5px !important;
}

p.feed a {
	color: var(--color-link) !important;
	text-decoration: underline !important;
}

p.feed a:hover {
	color: var(--color-link-hover) !important;
}

#feedtop ul,
.j-text ol {
	margin: 0 auto 0 !important;
	list-style: none;
}

#feedtop li {
	margin: 0 5px 5px -35px !important;
	padding: auto;
}

/* -------------------------------------------------------
下層ページ
------------------------------------------------------- */
/*ヘッダー画像*/
.headimg {
	margin-top: -35px;
	margin-bottom: 3rem;
	overflow: hidden;
	position: relative;
	max-width: 1300px;
}

.headimg img {
	border-radius: 0 !important;
}

.headimg::before {
	animation: headimg 2s cubic-bezier(0.6, 0, 0.2, 1) forwards;
	background: #fff;
	content: '';
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

@keyframes headimg {
	100% {
		transform: translateX(100%);
	}
}

/*コンテンツ画像*/
.cont-img {
	overflow: hidden;
	position: relative;
	max-width: 900px;
}

.cont-img::before {
	background: #fff;
	content: '';
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
	transform: translateX(0);
}

.cont-img.init:before {
	animation: cont-img 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes cont-img {
	100% {
		transform: translateX(100%);
	}
}

/*会社概要*/
.kv-about {
	background-image: url(https://u.jimcdn.com/cms/o/se74757ca22f793b0/userlayout/img/adobestock-516523552-preview.jpg?t=1754635890);
	width: 100%;
	height: 800px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
}
@media (max-width:768px) {
	.kv-about{
		height: 50vh;
	}
}

@media (max-width:768px) {
	.kv-recruit{
		height: 50vh;
	}
}

p.sub-title{
	font-family: "EB Garamond", serif !important;
	font-size: 2.8rem;
	margin-bottom: 2rem !important;
}

/* -------------------------------------------------------
etc
------------------------------------------------------- */
@media (min-width:900px) {
	#content_area {
		width: 900px;
		margin-inline: auto;
	}
}

@media (min-width:768px) {
	.jtpl-section-aside__inner {
		margin-top: -30px !important;
	}

	.j-nav-variant-nested li a {
		width: auto;
		padding: 2rem !important;
	}

	ul.j-nav-level-1 {
		padding: 0 !important;
		background-color: rgba(0, 0, 0, 0) !important;
	}

	li.jmd-nav__list-item-1 a {
		text-align: left !important;
	}

	.sp {
		display: none;
	}
}

@media (max-width:768px) {
	.cc-m-spacer {
		max-height: 100px !important;
		min-height: auto !important;
	}

	/*
	.body h1 {
		font-size: 20px !important;
	}

	.body h2 {
		font-size: 20px !important;
	}

	.body h3 {
		font-size: 18px !important;
	}
*/
	.navigation-colors .navigation-colors__menu-icon,
	.navigation-colors .navigation-colors__menu-icon:before,
	.navigation-colors .navigation-colors__menu-icon:after {
		border-color: #fff
	}

	.jtpl-navigation__label:after {
		content: "MENU ｜ sunbo agriculture & forest";
		color: #fff;
		margin-left: 0;
		margin-top: -3px;
		position: absolute;
		top: 0;
		z-index: -10;
		width: 330px;
	}

	.pc {
		display: none;
	}
}