@charset "UTF-8";

	/* ゴシック体セット */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700;900&display=swap');

html {
    font-size: 62.5%;
}

body {
	color: #333;
	font-size: 1.6rem; /*16px*/
	letter-spacing: 0.08em;
	line-height: 2;
	font-weight: 400;


	/* ゴシック体セット */
	font-family: "Noto Sans JP";
}
.body-wrap {
    overflow: hidden;
}

/* ==================================================
タグ
================================================== */
/* リンク
-------------------------------------------------- */
a,
a img {
	text-decoration: none;
	color: inherit;
	transition: all .3s;
}

/*a:hover,a:hover img {
	opacity: .6;
}*/

a[href^="tel:"] {
	color: inherit;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/* 端末別表示非表示設定
-------------------------------------------------- */
@media screen and (max-width: 768px) {
	.pc-only { /* PCでの閲覧時にのみ表示したいコンテンツにつける */
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.sp-only { /* スマホでの閲覧時にのみ表示したいコンテンツにつける */
		display: none !important;
	}
}

/* 改行
-------------------------------------------------- */
.app-br {
	display: block;
}

/* box-sizing
-------------------------------------------------- */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/* ==================================================
テーブル
================================================== */
.styled-table01 {
	width: 100%;
	margin: 1em 0;
	line-height: 1.7;
}

.styled-table01:first-child {
	margin-top: 0;
}

.styled-table01 th,
.styled-table01 td {
	padding: 12px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #ddd;
	background: #fff;
}

.styled-table01 th {
	width: 35%;
	font-weight: normal;
	background: #f7f7f7;
}

.styled-table01 thead th {
	background: #e6e6e6;
}

.styled-table01 caption {
	text-align: center;
	font-size: 20px;
}

/* ==================================================
ヘッダー
================================================== */
.global-header {
}

/*.header-inner {
	max-width: 1080px;
	margin: 0 auto 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}*/

.header-inner {
    max-width: 1920px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
}
@media screen and (min-width:769px) {
	.header-inner {
		min-width: 1080px;
	}
}
.h_right_cont {
	margin-top: 10px;
	color: white;
}

.linebnr {
	line-height: 1.5;
    padding: 40px 20px;
    display: inline-block;
    position: fixed;
    bottom: 0;
    right: 0;
    background: #001500;
    color: white;
    z-index: 1000;
    border: solid 10px #007a23;
}

@media screen and (max-width: 768px) {
.linebnr {
    padding: 20px 0px;
	text-align: center;
    display: block;
    position: fixed;
    bottom: 0;
	margin: auto;
	right: 0;
	left: 0;
	width: 100%;
}
}
/* 固定設定　（ヘッダーを固定しない場合はこの項目ごと消せば固定しなくなる）
-------------------------------------------------- */
.header-fix-area-wrap {
	height: 133px; /* .header-fix-area の高さの実数地をデベロッパーツールで調べてここに入力する */

}

.header-fix-area {
	background: #00611a;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	transition: .5s;
	z-index: 9999999999;
}


@media screen and (max-width: 1170px) {
.header-nav {
    margin: auto;
}
	.h_right_cont {
		display: contents;
	}
}

@media screen and (max-width: 768px) {
	.header-fix-area-wrap {
		height: auto;
	}

	.header-fix-area {
		position: static;
	}
}



/* h1
-------------------------------------------------- */
.header-description {
	width: 100%;
	line-height: 1.2;
	font-size: 12px;
	font-weight: 300;
	color: white;
}

/* 問い合わせ
-------------------------------------------------- */
.header-contacts {
	line-height: 40px;
	display: flex;
	justify-content: flex-end;
}

.header-contacts li {
	margin: 0 0 10px 15px;
}

/* 電話番号 */
.header-contacts .tel a {
	text-decoration: none;
	font-size: 22px;
}

/* メール */
.header-contacts .mail a {
	padding: 0px 50px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	background: #001501;
	display: flex;
}

.header-information {
	font-size: 14px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-information .header-address {
	margin-left: 20px;
}

/* スマホメニュー時 お問い合わせ関係設定
-------------------------------------------------- */
.header-contacts-sp {
	border-bottom: 0;
	padding: 20px;
}

.h_right_cont_sp .header-contacts {
	display: block;
	padding: 0 20px;
}

.h_right_cont_sp .header-contacts .tel a {
	font-size: 24px;
	padding:20px 0;
}

/* メール */
.h_right_cont_sp .header-contacts .mail a {
	display: flex;
	align-items: center;
	margin: 0;
	height: 50px;
}

.header-information-sp {
	margin-bottom: 15px;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding:20px;
}

.header-information-sp .header-address {
	display: flex;
}


/* sec01
-------------------------------------------------- */
#sec01{
	margin-top: -150px;
	background: 
		url(../img/cut01.png)no-repeat top left,
		url(../img/cut02.png)no-repeat right bottom,
		url(../img/bg01.png)no-repeat top center / cover fixed;
}

.sec01-txtbox{
	background: rgb(1 97 25 / 0.9);
	padding: 100px 50px;
	position: relative;
	display: inline-block;
}



@media screen and (max-width: 768px) {
	.sec01-txtbox{
		padding: 50px 10px;
	}
}
/* sec02
-------------------------------------------------- */
#sec02{
	background: 
		url(../img/cut03.png)no-repeat left top,
		#f0f1f0;
}

#sec02 .ttl01{
	text-align: left;
}





/* ==================================================
要素の横並び（３つパターン）
================================================== */
.gallery-list01 {
	display: flex;
	flex-wrap: wrap;
}

.gallery-list01 li {
	width: calc((100% - 0px) / 3);
	margin: 0 45px 40px 0;
}

.gallery-list01 li:nth-child(1n) {
	margin-right: 0;
	margin-top: 70px;
	margin-bottom: 0;
}
.gallery-list01 li:nth-child(2n) {
	margin-right: 0;
	margin-top: 0px;
}
.gallery-list01 li:nth-child(3n) {
	margin-right: 0;
	margin-top: -70px;
}

@media screen and (max-width: 768px) {
	.gallery-list0{
		display: block;
	}
	.gallery-list01 li {
		width:100%;
	}
	.gallery-list01 li:nth-child(1n) {
	margin-top: 0px;
}
.gallery-list01 li:nth-child(2n) {
	margin-top: 50px;
}
.gallery-list01 li:nth-child(3n) {
	margin-top: 50px;
}
	#sec02 .ttl01{
		text-align: center;
	}

}


/* sec03
-------------------------------------------------- */
#sec03{
	
}
.max-btn {
    display: flex;
}

.linktxt{
	padding: 0 100px;
}

.link01 {
    background: url(../img/linkbg01_off.png)no-repeat center center / cover;
    display: inline-block;
    width: 50%;
    padding: 150px 0;
    text-align: center;
}
.link01:hover{
	background: url(../img/linkbg01_on.png)no-repeat center center / cover;
	transition: .4s;
}

.link02 {
    background: url(../img/linkbg02_off.png)no-repeat center center / cover;
    display: inline-block;
    width: 50%;
    padding: 150px 0;
    text-align: center;
}
.link02:hover{
	background: url(../img/linkbg02_on.png)no-repeat center center / cover;
	transition: .4s;
}
.mar2 {
    margin-right: 2px;
}

@media screen and (max-width: 1335px) {
.max-btn {
    display: block;
}
	.link01{
		padding: 50px 0;
		width: 100%
	}
	.link02{
		padding: 50px 0;
		width: 100%
	}

	.linktxt{
		padding: 0 10px;
	}
}
/* ==================================================
要素の横並び（2つパターン）
================================================== */
.max2-list {
	display: flex;
	flex-wrap: wrap;
}

.max2-list li {
	width: calc((100% - 0px) / 2);
	padding: 100px 0;
	text-align: center;
}

.max2-list li:nth-child(1n) {
	background: url(../img/linkbg01.png)no-repeat top center / cover;
}
.max2-list li:nth-child(1n) :hover{
	background: url(../img/linkbg01_on.png)no-repeat top center / cover;
}

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

}

/* sec04
-------------------------------------------------- */
.con_bnr {
    display: flex;
    align-items: center;
    background: #006d19;
}

.contxt {
    background: white;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 2.4rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}

.company_td{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.company_td th{
  padding: 10px 0;
  text-align: center;
}

.company_td td{
  padding: 10px 0;
  text-align: left;
}

.company_td tr:nth-child(odd){
  background-color: #ecf1ed;
}

@media screen and (max-width: 768px) {
	.contxt{
		background: #006d19;
		font-size: 2rem;
		color: white;
	}
	.con_bnr{
		display: block;
		width: 100%;
	}
}
/* グローバルナビ
-------------------------------------------------- */
.header-nav {
}

.header-nav > div > ul {
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.header-nav > div > ul > li {
	flex-grow: 1;
	position: relative;
}

.header-nav a {
	padding: 0 20px;
	line-height: 50px;
	color: inherit;
	font-size: 16px;
	text-decoration: none;
	display: block;
	text-align: center;
}


/* ドロップダウンメニュー
------------------------- */
.header-nav li ul {
	width: 100%;
	background: #cfcfcf;
	opacity: 0;
	transition: all .3s;
	position: absolute;
	top: 80%;
	z-index: 100;
	pointer-events: none;
}

.header-nav li:hover ul {
	top: 100%;
	opacity: 1;
	pointer-events: auto;
}


/* スマホメニュー　カラー設定
------------------------- */

/* トグルの背景色 */
.um-crossBtn .um-crossBtn-basis {
	background: #000000;
}

/* 三本線の色  */
.um-crossBtn .um-crossBtn-border,
.um-crossBtn .um-crossBtn-border:before,
.um-crossBtn .um-crossBtn-border:after {
	background: #FFFFFF;
}

/* メニュー背景  */
.um-l-wrap .um-l-content {
	background: #FFFFFF;
}

/* 子要素メニュー　背景  */
.um-mianList .hasChild li {
	background: #f9f9f9;
}

/* 各メニュー　リンク色  */
.um-mianList a {
	color: #000000;
}

/* 各メニュー　ボーダー色  */
.um-mianList a:after {
	border-bottom: 1px solid #e5e5e5;
}

/* 各メニュー　ボーダー色（一番上）  */
.um-mianList .first {
	border-top: 1px solid #e5e5e5;
}


/* メインビジュアル
-------------------------------------------------- */
.header-main-visual{
	margin-top: 0px;
}

.catch {
    width: 931px;
    height: 358px;
    position: absolute;
    z-index: 1000;
    top: 155px;
    bottom: 0;
    margin: auto;
}

/*--- ↓ JSありの場合は、ここに記述する ↓ ---*/
	.js-slick-fade .slick-image {
			width: 100%;
			height: 90vh;/* 任意の大きさ */
			position: relative;
		}

		.mv01 {
			background: 
				url(../img/mvcut-top.png)no-repeat top left,
				url(../img/mvcut-bot.png)no-repeat bottom right,
				url(../img/mv01.png)no-repeat top center / cover;/* 任意の画像 */
		}

		.mv02 {
			background: 
				url(../img/mvcut-top.png)no-repeat top left,
				url(../img/mvcut-bot.png)no-repeat bottom right,
				url(../img/mv02.png)no-repeat top center / cover;/* 任意の画像 */
		}

		.mv03 {
			background: 
				url(../img/mvcut-top.png)no-repeat top left,
				url(../img/mvcut-bot.png)no-repeat bottom right,
				url(../img/mv03.png)no-repeat top center / cover;/* 任意の画像 */
		}


		@media screen and (max-width: 768px) {
			.js-slick-fade .slick-image {
				height: 100vh;/* 任意の大きさ */
			}
			.header-main-visual{
			margin-top: 0px;
			}
			
		.mv01 {
			background: 
				url(../img/mv01.png)no-repeat top center / cover;/* 任意の画像 */
		}

		.mv02 {
			background: 
				url(../img/mv02.png)no-repeat top center / cover;/* 任意の画像 */
		}

		.mv03 {
			background: 
				url(../img/mv03.png)no-repeat top center / cover;/* 任意の画像 */
		}
			
			.catch {
				width: 100%;
				height: auto;
			}
			.js-slick-fade .slick-image {
			height: 60vh;/* 任意の大きさ */
		}
		}

/* スマホ
-------------------------------------------------- */
@media screen and (max-width: 768px) {
	.header-inner {
		margin: 0;
		padding: 10px;
		display: block;
	}

	.header-description,
	.header-contacts,
	.header-information,
	.header-nav {
		display: none;
	}

	.header-contacts li {
    margin: 0;
	}

	/* ロゴ */
	.header-logo {
		text-align: center;
	}
}



/* ==================================================
フッター
================================================== */
.global-footer {
	background: #006d19;
}

.footer-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.footer-inner {
		padding: 20px 0 130px 0;
		flex-direction: column;
		justify-content: center;
	}
}

/* ロゴ
-------------------------------------------------- */
.footer-logo {
	margin: 0 0 20px;
}

/* 会社概要
-------------------------------------------------- */
.footer-about {
}

.footer-about li {
	margin: 0 0 8px;
	line-height: 1.2;
}

/* 電話番号 */
.footer-about .tel {
	font-size: 22px;
}

.footer-about .tel a {
	color: inherit;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
}

/* 所在地 */
.footer-about .address {
}

/* コピーライト
-------------------------------------------------- */
.footer-copyright {
	padding: 8px;
	line-height: 1.3;
	text-align: center;
	font-size: 12px;
	display: block;
}

.footer-copyright a {
	color: inherit;
}

/* ==================================================
セクション
================================================== */

.section-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 100px 0;
}

@media screen and (max-width: 768px) {
.section-inner {
		padding: 50px 10px;
	}
}

/* ここから下がボタンのCSS　*/
.btn-animation-02 {
    display: inline-block;
    width: 40%;
    text-align: center;
    background-color: #1c792e;
    text-decoration: none;
    padding: 10px 24px;
    position: relative;
	color: #1c792e;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #FFF;
}

.btn-animation-02:hover {
  color: #FFF;
}



.btn-animation-02_line {
    display: inline-block;
    width: 40%;
    text-align: center;
    background: url(../img/line.png)no-repeat center left,#1c792e;
    text-decoration: none;
    padding: 10px 24px;
    position: relative;
	color: #1c792e;
	
}

.btn-animation-02_line span {
  position: relative;
  z-index: 1;
}

.btn-animation-02_line::before,
.btn-animation-02_line::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
	
}
.btn-animation-02_line::before {
  left: 0;
	background: url(../img/line.png)no-repeat center left,white;
}
.btn-animation-02_line::after {
  right: 0;
	
}

.btn-animation-02_line:hover:before,
.btn-animation-02_line:hover:after {
  width: 0;
  background-color: #FFF;
}

.btn-animation-02_line:hover {
  color: #FFF;
}

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

	.btn-animation-02_line{
		margin-top: 10px;
		width: 90%;
	}
	.btn-animation-02{
		width: 90%;
	}
}
/* 見出し
-------------------------------------------------- */
.ttl01 {
    font-family: 'Noto Serif JP', serif;
    font-size: 3.6rem;
    line-height: 0.8em;
}

.minttl01{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	font-weight: 500;
}

.ttl02{
	font-size:2.4rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	border-bottom: 1px solid white;
	
}
.ttl02 span{
	font-size:3.2rem;
	color: #3a6d27;
	
}

.ttl03{
	font-size: 3.2rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	border-bottom: 1px solid white;
}

@media screen and (max-width: 768px) {
	.ttl01{
		font-size: 3rem;
	}
	.ttl02{
		font-size: 2rem;
	}
	.ttl02 span{
		font-size: 2.8rem
	}
	.ttl03{
		font-size: 2.8rem;
	}
}

/* レイアウト
-------------------------------------------------- */
.lh15{
	line-height: 1.5;
}

.pat15{
	padding: 15px 0 0 0;
}

.pat30{
	
	padding-top: 30px;
}

.center{
	text-align: center;
}

.mat50{
	margin-top: 50px;
}

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

.mat50{
	margin-top: 25px;
}
}

/* カラー
-------------------------------------------------- */
.white{
	color: white;
}


