html{
    font-size: 62.5%;
	scroll-behavior: smooth;
}


body{
	color: #222;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.7;
	font-size: 1.6rem;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
}



*{
	margin: 0;
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #222;
	transition: .3s;
}

ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
	font-size: 0;
}

.center{
	text-align: center;
}

/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1300ms, transform 1200ms;
	transition-delay: 350ms;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}

.flow_left{
	opacity: 0;
	transform: translateX(-80px);
	transition: opacity 1.6s, transform 1.5s;
	transition-delay: 0.4s;
}
.flow_left.inview{
	opacity: 0.7;
	transform: translateX(0);
}

.flow_right{
	opacity: 0;
	transform: translateX(80px);
	transition: opacity 1.6s, transform 1.5s;
	transition-delay: 0.4s;
}
.flow_right.inview{
	opacity: 0.7;
	transform: translateX(0);
}

.blurup{
	filter: blur(10px);
	opacity: 0;
	transition: all 2s ease;
}
.blurup.inview{
	filter: blur(0);
	opacity: 1;
}


.imgup {
	position: relative;
	overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: .4s;
    transition-delay: clip-path 0.3s, scale 0s;
}



.imgup.inview {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imgup img {
    transition: 1.6s cubic-bezier(0.6, 0, 0.07, 1);
    transform: translateX(-10%) scale(1.4);
}

.imgup.inview img {
    transform: translateX(0) scale(1);
}

.rotation {
    animation: rotateanim 10s linear infinite normal;
}
@keyframes rotateanim{
  0% {
	transform: translate(-50%,-50%) rotate(0);
  }
  100% {
	transform: translate(-50%,-50%) rotate(360deg);
  }
}



.op{
	position: relative;
	z-index: 5;
	opacity: 0;
	transition: all .2s;
	transition-delay: 200ms;
}

.op.inview{
	opacity: 1;
}

span.marker {
    background: linear-gradient(transparent 50%, rgb(235, 252, 4,0.6) 50%);
}


.br_650.marker{
	background: none;
}

.inner{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.wrapper{
	max-width: 1580px;
	margin: 0 auto;
}

.flex_center{
	display: flex;
	justify-content: center;
}

.flex{
    display: flex;
}

.flex_end{
	display: flex;
	justify-content: flex-end;
}

.flex_start{
	display: flex;
	justify-content: flex-start;
}

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

.flex_ar{
	display: flex;
	justify-content: space-around;
}

span.zo{
	font-size: 1.2em;
	padding: 5px;
	font-weight: bold;
}

main{
	width: 100%;
	overflow: hidden;
}


.tate{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}



.w100{
	width: 100%;
}

.kizi{
	line-height: 2.2;
}

.kizi p{
	letter-spacing: 0.1em;
}




/*フィルター*/

.filter{
    position: relative;
}

filter::after{
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(0, 0, 0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.filter_w{
	position: relative;
}

.filter_w::after{
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(255, 255, 255,0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/*改行*/

.br_960{
}

.br_650{
}

.br_none650{
	display: block;
}

.br_none1200{
	display: block;
}

section{
	position: relative;
	padding: 180px 0;
}

@media (max-width: 1200px){
	.br_1200{
		display: block;
	}
	.br_none1200{
		display: inline;
	}
	section{
		padding: 120px 0;
	}
}

@media (max-width: 960px){
	.br_960{
		display: block;
	}	
}
@media (max-width: 740px){
	.br_650{
		display: block;
	}
	.br_650.marker{
		background: linear-gradient(transparent 75%, rgb(241, 156, 167,0.7) 75%);;
	}
	section{
        padding: 60px 0;
    }
	.container{
		padding: 0;
	}
	.br_none650{
		display: inline;
	}
	body{
		font-size: 1.3rem;
	}
}




/* 文字間 */

.space{
	letter-spacing: 0.05em;
}

.space2{
	letter-spacing: 0.1em;
}

/*  */
.txt_wrappper{
	background-color: #fef8e5;
}

/* 
.txt{
	font-size: 1.45rem;
	font-weight: 500;
	color: #333;
	line-height: 2.5;
} */


@media (max-width: 960px){
	.none_960{
		display: none;
	}
}

@media (max-width: 740px){
	.none_650{
		display: none;
	}
	
	
}


.reverse{
	flex-direction: row-reverse;
}


.center_l{
	display: flex;
	align-items: center;
}

.center_b{
	display: flex;
	align-items: flex-end;
}

body p{
	letter-spacing: 0.05em;
}

i{
	padding-right: 0.4em;
}
/* .en{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
} */





.scale-big{
	transform: scale(0);
}

.scale-big.inview{
	animation: scalebig 700ms ease 300ms 1 forwards;
}


@keyframes scalebig{
	0%{
		transform: scale(0);
	}
	60%{
		transform: scale(103%);
	}
	100%{
		transform: scale(100%);
	}
}



/* btn */


.m_btn{
	margin-top: 80px;
	width: 220px;
}

.m_btn a{
	position: relative;
	display: block;
	padding-left: 30px;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
}

.m_btn a:hover{
	color: #008837;
}

.m_btn .img{
	position: absolute;
	width: 220px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.m_btn .txt{
	position: relative;
	z-index: 1;
}

.m_btn a::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #008837;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	width: 26px;
	top: 50%;
	right: 35px;
	transform: translateY(-50%);
	z-index: 1;
	transition: all .25s ease;
}

.m_btn a .arrow{
	position: absolute;
	top: 72%;
	right: 40px;
	transform: translateY(-50%);
	width: 16px;
	z-index: 2;
}

.m_btn a:hover::before{
	transform: translateY(-50%) scale(1.2);
}




/* sub_ttl */




.sub_ttl{
	margin-bottom: 60px;
	
}

.sub_ttl .ja{
	font-size: 4.5rem;
	font-family: "Kaisei Decol", serif;
	font-weight: 700;
	font-style: normal;
}

.sub_ttl .en{
	display: block;
	color: #008837;
	margin-top: 10px;
}




/* header */


header{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
}

.fixed_ttl{
	position: fixed;
	padding-top: 30px;
	padding-left: 40px;
	top: 0;
	left: 0;
	box-shadow: rgba(100, 100, 111, 0.12) 0px 7px 29px 0px;
	background-color: #fff;
	padding-bottom: 30px;
	padding-right: 40px;
	border-bottom-right-radius: 30px;
}

.fixed_ttl a{
	display: block;
}

.fixed_ttl a img{
	height: 65px;
}

.main_nav{
	background-color: #fff;
	width: fit-content;
	margin: 30px auto 0;
	padding: 23px 50px 20px;
	border-radius: 50px;
	box-shadow: rgba(100, 100, 111, 0.12) 0px 7px 29px 0px;
}

.main_nav li .en{
	display: block;
	font-size: .75em;
	color: #008837;
}

.main_nav a{
	position: relative;
	display: block;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.main_nav a::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #008837;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	width: 6px;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all .3s;
}

.main_nav li+li{
	margin-left: 35px;
}

.main_nav a:hover::before{
	opacity: 1;
}

.fixed_right{
	position: fixed;
	background: linear-gradient(45deg,rgba(255, 181, 27, 1) 0%, rgba(243, 53, 5, 1) 100%);
	z-index: 99;
	top: 0;
	right: 0;
	padding: 0 10px;
	padding-left: 20px;
	border-bottom-left-radius: 20px;
}

.fixed_right .hd_btn a{
	display: block;
	color: #fff;
	padding: 10px 20px;
	font-size: 1.7rem;
}

.fixed_right .hd_btn:first-child a{
	border-bottom: solid 1px #fff;
	padding-top: 15px;
	letter-spacing: 0.05em;
	font-weight: 700;
}

.fixed_right .hd_btn:last-child a{
	padding-bottom: 15px;
}

.fixed_right .hd_btn a:hover{
	opacity: .7;
}

h1 a{
	display: block;
}
h1 a:hover{
	opacity: 0.7;
}

@media (max-width: 1200px){
	.main_nav{
		display: none;
	}
	.hd_btn{
		display: none;
	}
	.fixed_ttl a img{
		height: 55px;
	}
	.fixed_ttl{
		padding: 20px 30px;
	}
	.fixed_right{
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media (max-width: 740px){
	.fixed_ttl a img{
		height: 40px;
	}
	.fixed_ttl{
		padding-left: 20px;
	}
	.fixed_right{
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 10px;
		padding-right: 6px;
	}
}



/* fv */


.fv{
	position: relative;
	height: 100vh;
	width: 100%;
}

.top_slider{
	position: relative;
	height: 100%;
	z-index: 5;
	min-height: 400px;
	width: 100%;
	margin: 0 0 0 auto;
	background-color: #fff;
}
.top_slider .slider{
	position: relative;
	height: 100%;
	z-index: 2;
}
.top_slider .slider li{
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	margin: 0;
}

.top_slider .slider li.top00{
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)),url(../img/top0.jpg);
	background-position: center;
	background-size: cover;
}
.top_slider .slider li.top01{
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)),url(../img/n_top01.jpg);
	background-position: center;
	background-size: cover;
}
.top_slider .slider li.top02{
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)),url(../img/top02.jpg);
	background-position: top;
	background-size: cover;
}
.top_slider .slider li.top03{
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)),url(../img/top03.jpg);
	background-position: center;
	background-size: cover;
}

.fv .ac_mt{
	width: 100%;
	position: absolute;
	bottom: -40px;
	left: 0;
	z-index: 5;
}


.catch{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 700px;
	width: 50%;
	z-index: 10;
	transform: translate(-50%,-50%);
}

.catch .ac{
	font-size: 1.4em;
}


@media (max-width: 1200px){
	.fv{
		height: 85vh;
	}
	.catch{
		width: 70%;
	}
}


@media (max-width: 740px){
	.fv .ac_mt{
		bottom: -20px;
	}
	.fv{
		height: 70vh;
	}
}







/* aboutus */

.aboutus{
	position: relative;
}

.aboutus .txt_box p+p{
	 margin-top: 30px;
}

.aboutus .inner{
	max-width: none;
	margin: 0 0 0 auto;
	width: 92%;
}

.aboutus .m_img img{
	width: 100%;
	object-fit: cover;
}

.aboutus .left{
	position: relative;
	width: 35%;
}

.aboutus .left .in{
	position: relative;
	z-index: 2;
}

.aboutus .right{
	position: relative;
	width: 60%;
	z-index: 2;
}

.aboutus .right .m_img{
	margin-right: -10%;
}

.aboutus .right .m_img img{
	aspect-ratio: 1.1 / 1;
	border-radius: 50%;
}


.aboutus .ac_ill{
	position: absolute;
	top: 120px;
	left: 45%;
	transform: translateX(-50%);
	max-width: 460px;
	width: 25%;
	z-index: 2;
}

.aboutus .left::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #f5f5f5;
	aspect-ratio: 1.2 / 1;
	width: 200%;
	border-radius: 50%;
	top: 50%;
	left: 0;
	min-width: 1100px;
	transform: translate(-40%,-50%);
	z-index: 1;
}

@media (max-width: 1200px){
	.aboutus .inner{
		flex-direction: column;
	}
	.aboutus .right{
		margin: 0 0 0 auto;
		width: 80%;
	}
	.aboutus .left{
		width: 100%;
	}
	.aboutus .left::before{
		width: 100%;
	}
	.aboutus .ac_ill{
		left: auto;
		right: 20px;
		width: 360px;
		transform: translateX(0);
	}
}

@media (max-width: 740px){
	.sub_ttl .ja{
		font-size: 3.4rem;
	}
	.sub_ttl{
		margin-bottom: 40px;
	}
	.aboutus{
		padding-top: 80px;
	}
	.aboutus .ac_ill{
		width: 180px;
		top: 140px;
	}
	.m_btn a{
		font-size: 1.6rem;
	}
	.m_btn .img{
		width: 190px;
	}
	.m_btn a::before{
		right: 50px;
	}
	.m_btn a .arrow{
		right: 54px;
	}
	.m_btn{
		margin-top: 50px;
	}
	.aboutus .right{
		margin-top: 30px;
		width: 70%;
	}
	.aboutus .left .in{
		margin-right: 20px;
	}
}



/* feature */

.custom-shape-divider-top-1761728339 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1761728339 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-top-1761728339 .shape-fill {
    fill: #F6E880;
}


.feature{
	position: relative;
	padding-top: 0px;
	padding-bottom: 80px;
}

.noise::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/noise2.png);
	top: 0;
}

.feature .sub_ttl{
	text-align: center;
}

.feature .item .left{
	width: 46%;
}
.feature .item .right{
	width: 46%;
}

.feature .item .left .img img{
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.feature .item{
	background-color: #f5f5f5;
	padding: 60px;
	border-radius: 20px;
}

.feature h4{
	position: relative;
	font-size: 3rem;
	letter-spacing: 0.04em;
	margin-bottom: 30px;
	border-bottom: solid 2px #ddd;
	padding-bottom: 14px;
	line-height: 1.4;
}

.feature h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #008837;
	height: 2px;
	width: 80px;
	bottom: -2px;
	left: 0;
}

.feature .item+.item{
	margin-top: 100px;
}

.feature .left{
	position: relative;
}

.feature .left .ttl_ac{
	position: absolute;
	top: -20px;
	right: -15px;
}

.feature .left .ttl_ac img{
	width: 100px;
}


.feature .item .ac{
	position: relative;
	color: #008837;
	letter-spacing: 0.05em;
	font-weight: 700;
}

/* .feature .blob{
	position: absolute;
	top: 500px;
	left: -5%;
	z-index: -1;
	width: 50%;
	opacity: 0.2;
	transform: rotate(-90deg);
} */


.feature .left .ac_ill{
	position: absolute;
	bottom: -100px;
	left: -40px;
	width: 160px;
}

.feature .inner{
	position: relative;
	width: 80%;
}

.feature .ac_wood{
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
}

.feature .ac_wood02{
	position: absolute;
	top: -130px;
	right: 0;
	width: 150px;
}

.feature .ac_kusa{
	position: absolute;
	bottom: -80px;
	right: 0;
	width: 220px;
}

.feature .ac_img{
	position: absolute;
	top: -130px;
	left: 60px;
	width: 130px;
	z-index: 5;
}

.feature .ac_txt{
	position: absolute;
	top: -100px;
	left: 220px;
	font-size: 3.8rem;
	font-weight: bold;
	z-index: 5;
}

.bg_dot{
	background-color: #fff;
	background-image:
	  radial-gradient(#f5f5f5 20%, transparent 20%);
	background-size: 14px 14px;
}

.feature .blob_img{
	position: absolute;
	top: 500px;
	right: -100px;
	width: 25%;
	z-index: 2;
}

.feature .yasai{
	position: absolute;
	top: 570px;
	right: 10px;
	max-width: 300px;
	width: 15%;
	z-index: 3;
}


.feature .blob_img02{
	position: absolute;
	bottom: 300px;
	left: -100px;
	width: 25%;
	z-index: 2;
}
.feature .yasai02{
	position: absolute;
	bottom: 400px;
	left: 20px;
	width: 15%;
	max-width: 300px;
	z-index: 3;
}


@media (max-width: 1200px){
	.feature .item .flex_bet{
		flex-direction: column;
	}
	.feature .item .right{
		width: 100%;
		margin-top: 30px;
	}
	.feature .item .left{
		width: 100%;
	}
	.feature .item{
		padding: 40px;
	}
	.feature .item+.item{
		margin-top: 50px;
	}
	.feature .ac_img{
		left: 20px;
		width: 90px;
		top: -180px;
	}
	.feature .ac_txt{
		font-size: 3.2rem;
		left: 130px;
		top: -160px;
	}
	.feature .ac_wood{
		top: -150px;
		right: -60px;
	}
	.feature .yasai{
		top: 540px;
		right: 0;
		width: 100px;
	}
	.feature .yasai02{
		width: 100px;
		left: 0;
		bottom: 370px;
	}
	.feature .left .ac_ill{
		bottom: auto;
		top: -90px;
		left: -80px;
	}
}

@media (max-width: 740px){
	.feature .ac_img{
		width: 70px;
	}
	.feature .ac_txt{
		font-size: 2.8rem;
	}
	.feature .ac_img{
		top: auto;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
	}
	.feature .ac_txt{
		top: auto;
		bottom: -40px;
		left: 50%;
		transform: translateX(-50%);
	}
	.feature .inner{
		width: 90%;
	}
	.feature h4{
		font-size: 2.2rem;
		margin-bottom: 15px;
	}
	.feature .item{
		padding: 25px;
	}
	.feature .ac_wood{
		width: 110px;
		right: -20px;
		top: -120px;
		z-index: 5;
	}
	.feature .item .right{
		margin-top: 15px;
	}
	.feature .left .ac_ill{
		width: 100px;
		left: -50px;
		top: -70px;
	}
	.feature .ac_wood02{
		width: 100px;
		top: -100px;
		right: -40px;
	}
	.feature .yasai02{
		bottom: -30px;
	}
	.feature .blob_img02{
		bottom: -50px;
		left: -20px;
		width: 120px;
	}
	.feature .ac_kusa{
		display: none;
	}
	.feature .item+.item{
		margin-top: 20px;
	}
	.feature .yasai{
		top: auto;
		bottom: -30px;
	}
	.feature .blob_img{
		top: auto;
		bottom: -50px;
		right: -20px;
		width: 120px;
	}
}


.mini_sli{
	position: relative;
	padding: 80px 0;
}

.mini_sli::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 50%;
	background-color: #008837;
	bottom: 0;
	left: 0;
	z-index: 0;
}






/* recruit */


.custom-shape-divider-top-1761808271 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1761808271 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-top-1761808271 .shape-fill {
    fill: #008837;
}

.custom-shape-divider-bottom-1761808330 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1761808330 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-bottom-1761808330 .shape-fill {
    fill: #008837;
}


.recruit .sub_ttl{
	text-align: center;
}

.recruit .txt_box{
	text-align: center;
}


.recruit .txt_box p+p{
	margin-top: 30px;
}

.recruit{
	position: relative;
	background-color: #f5f5f5;
}

.recruit .inner{
	position: relative;
	z-index: 1;
}



.recruit::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #F6E880;
	aspect-ratio: 1.1 / 1;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width:1150px;
	z-index: 1;
}

.recruit .m_btn{
	margin: 80px auto 0;
}

.recruit .tomato{
	position: absolute;
	top: -100px;
	right: -80px;
	width: 26%;
}

.recruit .kyuri{
	position: absolute;
	bottom: 0;
	left: -80px;
	width: 30%;
}

.recruit .ac_img{
	position: absolute;
	bottom: 100px;
	right: 60px;
	width: 20%;
	z-index: 3;
	animation: zigu 3s step-end infinite forwards;
}

.recruit .bosyu_img{
	position: absolute;
	top: -80px;
	left: 0;
	width: 20%;
	
}

.recruit .bosyu_img img{
	border-radius: 50%;
	border: solid 5px #008837;
}


@keyframes zigu{
	0%{
		transform: rotate(-3deg);
	}
	5%{
		transform: rotate(1deg);
	}
	10%{
		transform: rotate(-3deg);
	}
	15%{
		transform: rotate(1deg);
	}
	100%{
		transform: rotate(1deg);
	}
}

@media (max-width: 1200px){
	.recruit::before{
		width: 980px;
	}
	.custom-shape-divider-top-1761808271 .shape-fill{
		display: none;
	}
	.custom-shape-divider-bottom-1761808330 .shape-fill{
		display: none;
	}
	.recruit{
		background-color: #008837;
	}
	.recruit .kyuri{
		left: -40px;
		bottom: -90px;
	}
	.recruit .tomato{
		right: -40px;
	}
	.recruit .bosyu_img{
		left: -40px;
		width: 160px;
	}
}

@media (max-width: 740px){
	.recruit::before{
		width: 780px;
	}
	.recruit .ac_img{
		width: 140px;
		right: 10px;
		bottom: 0;
	}
	.recruit .m_btn{
		margin-top: 50px;
	}
	.recruit .tomato{
		right: -20px;
	}
	.recruit .bosyu_img{
		width: 120px;
		left: -20px;
		top: -130px;
	}
	.recruit .kyuri{
		left: -20px;
	}
}




/* item */


.item_sec{
	position: relative;
	overflow: hidden;
	background-color: #008837;
}

.item_sec .item_bg{
	position: absolute;
	top: 0;
	left: 0;
}

.item_sec .item_bg img{
	min-width: 1800px;
}

.item_sec .inner{
	position: relative;
	z-index: 1;
	max-width: none;
	margin: 0 0 0 auto;
	width: 92%;
}

.item_sec .m_btn+.m_btn{
	margin-left: 30px;
}

.item_sec .left{
	position: relative;
	width: 35%;
}

.item_sec .right{
	position: relative;
	width: 60%;
}

.item_sec .right .img img{
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.item_sec .yasai{
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
}

.item_sec .hatake{
	position: absolute;
	bottom: -50px;
	right: 0;
	width: 120px;
}

.item_sec .mt{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 600px;
	z-index: 2;
}

.item_sec .right .ac_txt{
	position: absolute;
	top: -90px;
	right: 20px;
	line-height: 1;
	color: #fff;
	font-size: 3.8rem;
	font-weight: bold;
}

.item_sec .right .nouka{
	position: absolute;
	top: -120px;
	right: 340px;
	width: 120px;
}

@media (max-width: 1200px){
	.item_sec .inner{
		flex-direction: column-reverse;
	}
	.item_sec .right{
		margin: 0 0 0 auto;
		width: 80%;
	}
	.item_sec .left{
		width: 100%;
		margin-top: 40px;
	}
	.item_sec .mt{
		bottom: 0;
	}
	.item_sec{
		padding-bottom: 200px;
	}
	.item_sec .item_bg{
		bottom: 0;
		top: auto;
	}
	.item_sec .right .nouka{
		width: 90px;
		right: 280px;
	}
	.item_sec .right .ac_txt{
		font-size: 3.2rem;
	}
	
	
}

@media (max-width: 740px){
	.item_sec .item_bg img{
		min-width: 1080px;
	}
	.item_sec .right .nouka{
		top: -60px;
		width: 70px;
		right: 240px;
	}
	.item_sec .right .ac_txt{
		top: -40px;
		font-size: 2.8rem;
		right: 10px;
	}
	.item_sec .right{
		width: 100%;
	}
	.item_sec .left .flex{
		flex-direction: column;
	}
	.item_sec .mt{
		width: 320px;
	}
	.item_sec{
		padding-bottom: 100px;
	}
	.item_sec .yasai{
		width: 90px;
	}
	.item_sec .hatake{
		width: 90px;
	}
	.item_sec .m_btn+.m_btn{
		margin: 0 0 0 auto;
		margin-top: 40px;
	}
}


/* news */

.news{
	overflow: hidden;
}

.news .inner{
	position: relative;
	z-index: 1;
}


.news .left{
	position: relative;
	width: 30%;
}
.news .right{
	width: 65%;
}
.news li a{
	position: relative;
	display: block;
	padding: 30px 15px;
	border-top: dashed 1px #ccc;
	background-color: #fff;
}

.news .up_ymd{
	position: relative;
	z-index: 1;
	margin-right: 20px;
	color: #008837;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.news .title{
	letter-spacing: 0.05em;
	position: relative;
	z-index: 1;
}

.news li a::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 98%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #F6E880;
	z-index: 0;
	border-radius: 5px;
	opacity: 0;
	transition: all .3s;
}

.news li a:hover::before{
	opacity: 1;
}


.news li a:hover{
	padding-left: 40px;
}

.news .news_ill{
	position: absolute;
	bottom: -50px;
	left: -50px;
	width: 70%;
}

.news .wood{
	position: absolute;
	width: 170px;
	top: 50px;
	right: 40px;
}

@media (max-width: 1200px){
	.news .inner{
		flex-direction: column;
	}
	.news .right{
		width: 100%;
	}
	.news .left{
		width: 100%;
		text-align: center;
	}
	.news .m_btn{
		margin: 80px auto 0;
	}
	.news .news_ill{
		width: 200px;
		left: 0;
		bottom: auto;
		top: -100px;
	}
}

@media (max-width: 740px){
	.news .news_ill{
		width: 120px;
		top: -60px;
		left: -10px;
	}
	.news .wood{
		width: 100px;
		right: 0;
		top: 90px;
	}
	.news li a{
		padding: 24px 5px;
	}
	.news .m_btn{
		margin: 50px auto 0;
	}
	.news{
		padding-bottom: 80px;
	}
}



/* footer */


.foo_top{
	position: relative;
	padding: 140px 0;
	background-color: #008837;
	clip-path: ellipse(150% 100% at top);
	overflow: hidden;
}


.co_btn{
	width: 400px;
}

.co_btn a{
	position: relative;
	display: block;
	background-color: #fff;
	padding: 25px 30px;
	font-size: 2rem;
	border-radius: 60px;
	padding-left: 80px;
}


.co_btn a::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #008837;
	width: 50px;
	aspect-ratio: 1 / 1;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	border-radius: 50%;
}

.co_btn a::after{
	content: "\f095";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	color: #fff;
	top: 50%;
	left: 36px;
	transform: translateY(-50%);
	font-size: 1.8rem;
	position: absolute;
}


.co_btn.ch a::after{
	content: "\f0e0";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	color: #fff;
	top: 50%;
	left: 36px;
	transform: translateY(-50%);
	font-size: 1.8rem;
	position: absolute;
}

.co_btn a:hover{
	opacity: .75;
}

.foo_top .sub_ttl{
	text-align: center;
	color: #fff;
}

.foo_top .sub_ttl .en{
	color: #fff;
}

.foo_top .co_btn+.co_btn{
	margin-left: 60px;
}



.foo_top .inner .wrap{
	position: relative;
	z-index: 1;
}

.foo_top .wood{
	position: absolute;
	top: -130px;
	right: -20px;
	width: 160px;
	animation: zigu02 3s step-end infinite forwards;
}

.foo_top .wood02{
	position: absolute;
	bottom: -130px;
	left: -20px;
	width: 300px;
	animation: zigu 3s step-end infinite forwards;
}

@keyframes zigu02{
	0%{
		transform: rotate(1deg);
	}
	5%{
		transform: rotate(-3deg);
	}
	10%{
		transform: rotate(1deg);
	}
	15%{
		transform: rotate(-3deg);
	}
	100%{
		transform: rotate(-3deg);
	}
}

.foo_btm{
	background-color: #fff;
	text-align: center;
	padding-top: 80px;
}

.foo_logo{
	margin-bottom: 40px;
}

.foo_logo a:hover{
	opacity: 0.7;
}

.foo_logo img{
	height: 80px;
}

.copy{
	background-color: #008837;
	color: #fff;
	font-size: 1.4rem;
	padding: 10px 0;
	margin-top: 60px;
}

.copy p{
	letter-spacing: 0.15em;
}


@media (max-width: 1200px){
	.foo_top .flex_center{
		flex-direction: column;
		align-items: center;
	}
	.foo_top .co_btn+.co_btn{
		margin-left: 0;
		margin-top: 30px;
	}
}

@media (max-width: 740px){
	.foo_top{
		padding: 100px 0;
	}
	.foo_top .co_btn{
		width: 260px;
	}
	.foo_top .co_btn a{
		font-size: 1.6rem;
	}
	.foo_top .co_btn a::before{
		width: 35px;
	}
	.foo_top .co_btn a::after{
		font-size: 1.4rem;
		left: 31px;
		top: 51%;
	}
	.foo_top .co_btn.ch a::after{
		font-size: 1.4rem;
		left: 31px;
		top: 51%;
	}
	.foo_top .co_btn a{
		padding: 20px 30px;
		padding-left: 70px;
	}
	.foo_top .co_btn+.co_btn{
		margin-top: 20px;
	}
	.foo_logo img{
		height: 60px;
	}
	.foo_logo{
		margin-bottom: 30px;
	}
	.copy{
		font-size: 1.2rem;
	}
	.foo_top .wood{
		width: 90px;
		top: -80px;
	}
	.foo_top .wood02{
		width: 90px;
		bottom: -80px;
	}
}



.hamburger_nav .co_btn a::after{
	font-size: 1.6rem;
}

.hamburger_nav .co_btn{
		width: 260px;
	}
	.hamburger_nav .co_btn a{
		font-size: 1.6rem;
		background-color: #F6E880;
	}
	.hamburger_nav .co_btn a::before{
		width: 35px;
	}
	.hamburger_nav .co_btn a::after{
		font-size: 1.4rem;
		left: 31px;
		top: 51%;
	}
	.hamburger_nav .co_btn.ch a::after{
		font-size: 1.4rem;
		left: 31px;
		top: 51%;
	}
	.hamburger_nav .co_btn a{
		padding: 20px 30px;
		padding-left: 70px;
	}

.hamburger_nav .co_btn+.co_btn{
	margin-top: 15px;
	padding-bottom: 80px;
}

.hamburger_nav .co_btn a:hover{
	background-color: #008837;
}


/* page top */

.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}

.page_top{
	opacity: 0;
    pointer-events: none;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 3%;
    bottom: 5%;
    border-radius: 50%;
    opacity: 0;
    transition: 1s;
    background: #fff;
    z-index: 49;
}


.page_top a {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    border-radius: 50%;
	background: linear-gradient(45deg, rgba(255, 181, 27, 1) 0%, rgba(243, 53, 5, 1) 100%);
}

.page_top a i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-weight: 900;
    font-size: 10px;
    color: #fff;
	padding: 0;
}

.page_top.is_animation:hover {
    transform: translateY(-5px);
}

@media (max-width: 740px){
    .page_top {
        width: 45px;
        height: 45px;
    }
}



/* 下層トップ */


.kasou_top {
	position: relative;
	padding-bottom: 20px;
	padding-top: 100px;
	background-color: #008837;
}

.k_news .kasou_top{
	padding-top: 200px;
	padding-bottom: 100px;
}

.kasou_top .inner{
	position: relative;
	z-index: 1;
}

.kasou_top h2 .ja{
	font-family: "Kaisei Decol", serif;
    font-weight: 700;
    font-style: normal;
	letter-spacing: 0.03em;
	font-size: 6.6rem;
	display: block;
	line-height: 1;
	margin-bottom: 30px;
	color: #fff;
}

.kasou_top h2 .en{
	letter-spacing: 0.05em;
	color: #eee;
	font-weight: bold;
	font-size: 1.8rem;
}

.kasou_top ol{
	flex-wrap: wrap;
	font-size: 1.5rem;
	margin-top: 40px;
}

.kasou_top ol li{
	margin-right: 10px;
}

.kasou_top ol li a{
	position: relative;
	padding-right: 20px;
	color: #fff;
}

.kasou_top ol li a:hover{
	opacity: 0.75;
}

.kasou_top ol li a::before{
	content: "＞";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	font-weight: bold;
	font-size: 1.1rem;
	transform: translateY(-50%);
}

.kasou_top ol li:last-child{
	color: #fff;
}

.kasou_top .left{
	width: 50%;
}

.k_news .kasou_top .left{
	width: 100%;
}

.kasou_top .right{
	width: 50%;
}

.kasou_top .right .img{
	width: 80%;
	max-width: 500px;
	margin: 50px auto 0;
	aspect-ratio: 1 / 1;
}

.kasou_top .right .img img{
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	width: 100%;
	object-fit: cover;
	border: solid 3px #222;
}


.k_service .kasou_top{
	background: url(../img/daikon.jpg);
	background-size: cover;
	background-position: center;
}
.k_contact .kasou_top{
	background: url(../img/co_bg.jpg);
	background-size: cover;
	background-position: center;
}
.thanks .kasou_top{
	background: url(../img/co_bg.jpg);
	background-size: cover;
	background-position: center;
}

.k_company .kasou_top{
	background: url(../img/f01.jpg);
	background-size: cover;
	background-position: top;
}

.k_recruit .kasou_top{
	background: url(../img/meron.jpg);
	background-size: cover;
	background-position: center;
}

.k_item .kasou_top{
	background: url(../img/top02.jpg);
	background-size: cover;
	background-position: top;
}

.kasou_top::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: rgb(2, 117, 48,0.85);
	backdrop-filter: blur(3px);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}




.custom-shape-divider-bottom-1763002765 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1763002765 svg {
    position: relative;
    display: block;
    width: calc(130% + 1.3px);
    height: 180px;
}

.custom-shape-divider-bottom-1763002765 .shape-fill {
    fill: #F6E880;
}

.kasou section{
	padding: 100px 0;
}

.sub_ttl2{
	margin-bottom: 50px;
}

.sub_ttl2 .ja{
	font-size: 4.6rem;
	font-family: "Kaisei Decol", serif;
    font-weight: 700;
	position: relative;
	font-style: normal;
}

.sub_ttl2 .ja::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0px;
	left: -4px;
	background: linear-gradient(90deg, rgba(255, 181, 27, 1) 0%, rgba(243, 53, 5, 1) 100%);
	aspect-ratio: 1 / 1;
	width: 14px;
	transform: rotate(45deg);
}




@media (max-width: 1200px){
	.kasou_top h2 .ja{
		font-size: 5.8rem;
	}
	.custom-shape-divider-bottom-1763002765 svg{
		height: 120px;
	}
}

@media (max-width: 740px){
	.kasou_top h2 .ja{
		font-size: 3.8rem;
		margin-bottom: 20px;
		white-space: nowrap;
	}
	.kasou_top h2 .en{
		font-size: 1.4rem;
	}
	.kasou_top{
		padding-top: 80px;
	}
	.custom-shape-divider-bottom-1763002765 svg{
		height: 50px;
	}
	.kasou_top ol{
		font-size: 1.3rem;
	}
	.kasou_top .right .img{
		margin: 0 0 0 auto;
		margin-top: 150px;
		width: 100%;
	}
	.kasou section{
		padding: 60px 0;
	}
	.sub_ttl2 .ja{
		font-size: 3rem;
	}
	.sub_ttl2 .ja::before{
		width: 10px;
	}
	.sub_ttl2{
		margin-bottom: 30px;
	}
	.k_news .kasou_top{
		padding-top: 150px;
		padding-bottom: 60px;
	}
	.kasou_top .right .img img{
		border: solid 2px #222;
	}
}




/* 下層サービス */


.ser_top{
	position: relative;
	background-color: #F6E880;
	padding-top: 100px;
}

.ser_top .cloud{
	position: absolute;
	bottom: 70px;
	right: 60px;
	width: 200px;
}

.ser_top .cloud02{
	position: absolute;
	top: 0;
	left: -40px;
	width: 250px;
}

.ser_top .cloud03{
	position: absolute;
	top: 200px;
	right: -10px;
	width: 200px;
}

.ser_top .mt{
	position: absolute;
	top: 50px;
	right: -40px;
	width: 450px;
}


.ser_top .inner{
	position: relative;
	max-width: 1280px;
	background-color: #fff;
	padding: 100px;
	border-radius: 50px;
	border: dashed 3px #aaa;
	width: 70%;
	z-index: 1;
}
/* 
.ser_top .txt_box{
	max-width: 800px;
} */

.ser_top .txt_box p.ac{
	font-size: 1.7em;
	letter-spacing: 0.05em;
	font-weight: 600;
}

.ser_top .txt_box p+p{
	margin-top: 30px;
}

.ser_top .ac_img{
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 20%;
	z-index: 2;
}

.ser_top .ac_txt{
	font-size: 5rem;
	color: #ddd;
	font-weight: bold;
	line-height: 1;
}

.ser_img_sec img{
	width: 100%;
	height: 700px;
	object-fit: cover;
	object-position: top;
}


.calender .product_table{
	width: 100%;
	table-layout: fixed;
	min-width: 1000px;
}

.product_table thead th.ch{
	width: 200px;
}

.product_table thead th{
	border-right: solid 1px #ccc;
	text-align: center;
	padding: 10px 0;
}

.product_table tbody th,.product_table tbody td{
	padding: 20px 0;
	border-top: solid 1px #ccc;
}

.product_table tbody th{
	width: 200px;
	border-right: solid 1px #ccc;
	padding-left: 10px;
}

.product_table tbody td{
	border-right: solid 1px #ccc;
}

.calender{
	background-color: #f5f5f5;
}

.calender .inner{
	position: relative;
}

.calender .wood{
	position: absolute;
	top: -60px;
	right: 0;
	width: 180px;
}

.calender p.center{
	margin-bottom: 30px;
	font-size: 2rem;
}

.calender .color_box{
	position: relative;
	background-color: #fff;
	padding: 40px;
	border-radius: 20px;
	overflow-x: scroll;
}

.calender .color_box .top_area div{
	display: flex;
	font-size: 1.8rem;
}

.calender .color_box .top_area div+div{
	margin-left: 20px;
	letter-spacing: 0.05em;
}

.calender .color_box .top_area .assist{
	position: relative;
	padding-left: 30px;
}

.calender .color_box .top_area .assist::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #008837;
	aspect-ratio: 3 / 1.5;
	border-radius: 20px;
	width: 25px;
	top: 52%;
	left: 0;
	transform: translateY(-50%);
}

.calender .color_box .top_area .assist.tp02::before{
	background-color: #ea5a26;
}

.calender p.sc_txt{
	display: none;
	margin-left: 20px;
}

.calender .top_area{
	margin-bottom: 15px;
}



/*====== 緑（生産）は gre をつける ======*/
/*====== 橙（収穫）は ora をつける ======*/


/*======================= 緑（生産）=======================*/
/*====== tp02は右端 ======*/
/*====== tp03は端以外（真ん中） ======*/
/*====== tp04は1マス ======*/
/*====== tp05は下旬======*/


/*======================= 橙（収穫）=======================*/
/*====== ora_tp02は右端 ======*/
/*====== ora_tp03は端以外（真ん中） ======*/
/*====== ora_tp04は1マス ======*/
/*====== ora_tp05は下旬 ======*/


.product_table td{
	position: relative;
	z-index: 1;
}

.product_table td.gre::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #008837;
	width: 100%;
	height: 14px;
	top: 15px;
	left: 1px;
	z-index: 1;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.product_table td.gre.tp02::before{
	border-radius: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	left: -1px;
}

.product_table td.gre.tp03::before{
	border-radius: 0;
	left: 0;
	width: 102%;
}

.product_table td.gre.tp04::before{
	border-radius: 10px;
	width: calc(100% - 2px);
}

.product_table td.gre.tp05::before{
	width: 50%;
	border-radius: 10px;
	left: auto;
	right: 1px;
}




.product_table td.ora::after{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #ea5a26;
	width: 100%;
	height: 14px;
	bottom: 15px;
	left: 1px;
	z-index: 1;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.product_table td.ora.ora_tp02::after{
	border-radius: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	left: -1px;
}

.product_table td.ora.ora_tp03::after{
	border-radius: 0;
	left: 0;
	width: 102%;
}


.product_table td.ora.ora_tp04::after{
	border-radius: 10px;
	width: calc(100% - 2px);
}

.product_table td.ora.ora_tp05::after{
	width: 50%;
	border-radius: 10px;
	left: auto;
	right: 1px;
}





@media (max-width: 1200px){
	.ser_top .inner{
		width: 90%;
		padding: 60px 50px;
		padding-bottom: 80px;
	}
	.product_table tbody th{
		width: 140px;
	}
	.product_table thead th.ch{
		width: 140px;
	}
	.calender p.sc_txt{
		display: block;
	}
	.ser_top .mt{
		width: 320px;
	}
	.ser_top .txt_box p.ac{
		font-size: 1.5em;
	}
	.ser_top .cloud02{
		width: 200px;
	}
	.ser_top .cloud{
		width: 150px;
		bottom: 40px;
		right: 20px;
	}
	.calender .wood{
		width: 140px;
	}
}


@media (max-width: 740px){
	.ser_top .inner{
		padding: 50px 30px;
		border-radius: 20px;
	}
	.ser_top .mt{
		width: 260px;
		top: 0px;
	}
	.ser_top .txt_box p+p{
		margin-top: 20px;
	}
	.ser_top .txt_box p.ac{
		font-size: 1.3em;
	}
	.ser_top .cloud{
		bottom: 20px;
	}
	.ser_img_sec img{
		height: 350px;
	}
	.calender .wood{
		width: 100px;
	}
	.calender p.center{
		font-size: 1.6rem;
	}
	.product_table tbody th{
		padding: 14px 0;
	}
	.product_table tbody th, .product_table tbody td{
		padding: 14px 0;
	}
	.calender .color_box{
		padding: 25px;
		border-radius: 10px;
		padding-top: 35px;
	}
	.product_table tbody th{
		width: 70px;
	}
	.product_table thead th.ch{
		width: 70px;
	}
	.product_table td.gre::before{
		height: 10px;
		top: 13px;
	}
	.product_table td.ora::after{
		height: 10px;
		bottom: 13px;
	}
	.calender .product_table{
		min-width: 800px;
	}
	.calender .color_box .top_area div{
		font-size: 1.5rem;
	}
	.calender p.sc_txt{
		position: absolute;
		top: 10px;
		left: 0;
	}
}






/* 下層農作物紹介 */


.k_item .kasou_top .custom-shape-divider-bottom-1763002765 .shape-fill{
	fill: #f5f5f5;
}

.item_detail {
	background-color: #f5f5f5;
}

.item_detail .inner{
	position: relative;
	max-width: 1400px;
}

.item_detail .item{
	position: relative;
	background-color: #ccc;
	border-radius: 10px;
}

.item_detail .ac_ill{
	position: absolute;
	top: -80px;
	right: 0;
	width: 300px;
}

.item_detail .item::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #fff;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 10px;
}

.item_detail .item .left{
	width: 38%;
}

.item_detail .item .left .img{
	position: relative;
	padding: 40px;
	padding-right: 0;
	z-index: 1;
}

.item_detail .item .right{
	width: 58%;
	padding-right: 40px;
}

.item_detail .item h3{
	position: relative;
	font-size: 2.8rem;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-bottom: 20px;
}

.item_detail .item h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #ccc;
	border-radius: 10px;
}

.item_detail .item h3::after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 3px;
	background-color: #008837;
	border-radius: 10px;
}

.item_detail .item{
	margin-bottom: 20px;
}

.item_detail .item .img img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 15px;
}

.item_detail .item .in{
	position: relative;
	z-index: 1;
}

.item_detail .item+.item{
	margin-top: 30px;
}


@media (max-width: 1200px){
	.item_detail .ac_ill{
		width: 220px;
	}
	.item_detail .item .img img{
		height: 380px;
	}
	.item_detail .item .left{
		width: 43%;
	}
	.item_detail .item .right{
		width: 53%;
	}
}

@media (max-width: 740px){
	.item_detail .item{
		flex-direction: column;
	}
	.item_detail .item .left{
		width: 100%;
	}
	.item_detail .item .right{
		width: 100%;
		margin-top: 15px;
	}
	.item_detail .item .img img{
		height: 200px;
	}
	.item_detail .item .left .img{
		padding: 20px;
		padding-bottom: 0;
	}
	.item_detail .item h3{
		font-size: 2.2rem;
		margin-bottom: 15px;
	}
	.item_detail .item h3::after{
		height: 2px;
	}
	.item_detail .item h3::before{
		height: 2px;
	}
	.item_detail .item .right{
		padding: 20px;
		padding-top: 0;
	}
	.item_detail .ac_ill{
		width: 120px;
		top: -60px;
	}
}




/* 下層採用情報 */



.k_recruit .kasou_top .custom-shape-divider-bottom-1763002765 .shape-fill{
	fill: #fff;
}


.rec_top .inner{
	position: relative;
}

.rec_top .ac_ill{
	position: absolute;
	top: -70px;
	right: 0;
	width: 270px;
}


.rec_top .sub_ttl2 .ja{
	font-size: 4rem;
}

.rec_top ul{
	margin-bottom: 40px;
}

.rec_top ul li{
	position: relative;
	font-size: 2rem;
	letter-spacing: 0.1em;
	border-bottom: dashed 2px #aaa;
	padding: 10px 0;
	padding-left: 30px;
}

.rec_top ul li::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/check.png);
	background-size: cover;
	background-position: center;
	aspect-ratio: 1 / 1;
	width: 16px;
	top: 53%;
	left: 2px;
	transform: translateY(-50%);
}

.rec_top .left{
	width: 350px;
}

.rec_top .right{
	width: calc(95% - 350px);
}

.rec_top .left .img img{
	border-radius: 50%;
	width: 100%;
	object-fit: cover;
}

.rec_top .txt_box{
	margin-top: 30px;
}


section.zinzai{
	position: relative;
	background-color: #008837;
	clip-path: ellipse(150% 100% at bottom);
}

.zinzai .meron{
	position: absolute;
	top: 80px;
	left: 20px;
	width: 300px;
}

.zinzai .sub_ttl2 .ja{
	color: #fff;
}

.zinzai .item{
	position: relative;
	width: 31%;
	padding: 30px;
	padding-top: 40px;
	background-color: #fff;
	border-radius: 20px;
}

.zinzai .item .icon{
	width: 50%;
	margin: 0 auto 20px;
	max-width: 160px;
}

.zinzai .item .icon img{
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	width: 100%;
	object-fit: cover;
	background-color: #F6E880;
}

.zinzai .item h4{
	font-size: 2.2rem;
	letter-spacing: 0.04em;
	text-align: center;
	font-weight: 600;
}

.zinzai .item .ac_txt{
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 4.6rem;
	color: #008837;
	line-height: 1;
	font-family: "Kaisei Decol", serif;
	font-weight: 700;
	font-style: normal;
}

.zinzai .ac_ill{
	position: absolute;
	top: 80px;
	left: 40px;
	width: 90px;
}

.zinzai .ac_name{
	position: absolute;
	color: #fff;
	font-size: 3.8rem;
	font-weight: bold;
	left: 150px;
	top: 90px;
}



section.bosyu{
	padding-top: 0;
}

.bosyu .sec_img {
	position: relative;
	margin-bottom: 120px;
}

.bosyu::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
	background-color: #008837;
}

.bosyu .sec_img img{
	width: 100%;
	object-fit: cover;
	height: 400px;
	border-radius: 20px;
}

.bosyu .box+.box{
	margin-top: 120px;
}

.bosyu .inner{
	position: relative;
}

.bosyu .yasai{
	position: absolute;
	top: -50px;
	right: 0;
	width: 170px;
}

.bosyu .box{
	position: relative;
}

.bosyu .yasai02{
	position: absolute;
	top: -50px;
	left: 0;
	width: 170px;
}

.entry_btn{
	width: 260px;
	margin: 40px auto 0;
}

.entry_btn a{
	display: block;
	background-color: #008837;
	border: solid 2px #008837;
	color: #fff;
	text-align: center;
	padding: 16px 0;
	border-radius: 40px;
	font-size: 1.8rem;
	font-weight: 600;
}

.entry_btn a:hover{
	background-color: #fff;
	color: #008837;
}


.info_table{
	width: 100%;
}

.info_table th{
	position: relative;
	background-color: #F9FAFA;
	color: #444;
	font-weight: 500;
	width: 25%;
	vertical-align: middle;
}

.info_table th::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #008837;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	width: 6px;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}

.info_table td{
	width: 75%;
	letter-spacing: 0.07em;
	background-color: #fff;
}

.info_table th,.info_table td{
	padding: 25px 0;
	line-height: 2;
	padding-left: 30px;
	border-top: solid 1px #eee;
}

.info_table tr:last-child th,.info_table tr:last-child td{
	border-bottom: solid 1px #eee;
}


@media (max-width: 1200px){
	.rec_top .left{
		width: 250px;
	}
	.rec_top .right {
		width: calc(95% - 250px);
	}
	.rec_top ul li{
		font-size: 1.6rem;
	}
	.rec_top .ac_ill{
		width: 200px;
		top: -100px;
	}
	.rec_top ul{
		margin-bottom: 20px;
	}
	.zinzai .ac_ill{
		top: 20px;
		left: 20px;
	}
	.zinzai .ac_ill{
		width: 70px;
	}
	.zinzai .ac_name{
		left: 110px;
		top: 25px;
		font-size: 3.2rem;
	}
	.zinzai .item{
		border-radius: 15px;
		width: 32%;
	}
	.zinzai .item h4{
		font-size: 1.8rem;
	}
	.zinzai .item .ac_txt{
		font-size: 3.6rem;
	}
	.zinzai .item .icon{
		width: 65%;
	}
	section.zinzai{
		padding-bottom:40px;
	}
	.bosyu .sec_img img{
		height: 300px;
	}
}

@media (max-width: 740px){
	.rec_top .sub_ttl2 .ja{
		font-size: 3rem;
	}
	.rec_top .flex_bet{
		flex-direction: column;
	}
	.rec_top .left{
		width: 100%;
		margin-bottom: 20px;
	}
	.rec_top .right{
		width: 100%;
	}
	.rec_top ul{
		margin-bottom: 0;
	}
	.rec_top .left .img img{
		height: 200px;
	}
	.rec_top .ac_ill{
		width: 140px;
		top: -50px;
	}
	.rec_top .sub_ttl2{
		margin-bottom: 10px;
	}
	.zinzai .flex_bet{
		flex-direction: column;
	}
	.zinzai .item{
		width: 80%;
		margin: 0 auto;
	}
	.zinzai .item .icon{
		width: 90px;
		margin-bottom: 15px;
	}
	.zinzai .item+.item{
		margin-top: 15px;
	}
	.bosyu .sec_img{
		margin-bottom: 60px;
	}
	.bosyu .yasai{
		width: 90px;
	}
	.bosyu .yasai02{
		width: 100px;
	}
	.bosyu .box+.box{
		margin-top: 80px;
	}
	section.zinzai{
		clip-path: ellipse(190% 100% at bottom);
		padding-top: 80px;
	}
	.zinzai .ac_name{
		font-size: 2.6rem;
		top: 20px;
		left: 80px;
	}
	.zinzai .ac_ill{
		width: 50px;
	}
	.info_table th, .info_table td{
		padding: 16px 0;
	}
	.info_table th{
		padding-left: 14px;
		width: 30%;
	}
	.info_table td{
		width: 70%;
		padding-left: 10px;
	}
	.info_table th::before{
		left: 3px;
		width: 5px;
	}
	.zinzai .item .ac_txt{
		font-size: 3.2rem;
	}
}






/* 下層会社概要 */


.k_company .kasou_top .custom-shape-divider-bottom-1763002765 .shape-fill{
	fill: #F6E880;
}

.message{
	background-color: #F6E880;
}

.message .inner{
	position: relative;
	background-color: #fff;
	max-width: 1280px;
	padding: 100px;
	padding-top: 80px;
	border-radius: 50px;
	    border: dashed 3px #aaa;
}

.message .ac_ill{
	position: absolute;
	width: 360px;
	top: 50px;
	right: 60px;
}

.message .txt_box p+p{
	margin-top: 15px;
}

.message .btm{
	text-align: right;
	margin-top: 25px;
	line-height: 1.7;
}

.message .btm .bb{
	font-size: 1.5em;
}

.message .left{
	width: 38%;
}

.message .left .img img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius:49% 44% 38% 49% / 71% 69% 26% 23%;
}


.message .right{
	width: 55%;
}

.message .mt{
	position: absolute;
	bottom: 40px;
	left: 20px;
	width: 460px;
}

.message .bg_ill{
	position: absolute;
	bottom: 0;
	left: -40px;
	width: 23%;
	max-width: 430px;
}

.message .bg_ill img{
	width: 100%;
}


section.access{
	padding-bottom: 0;
}

.kasou .overview{
	position: relative;
	padding-bottom: 200px;
}

.overview .inner{
	position: relative;
}

.overview .yasai{
	position: absolute;
	width: 130px;
	top: -50px;
	right: 0;
}

.access .inner{
	max-width: none;
	width: 100%;
}

.access .map iframe{
	width: 100%;
	height: 500px;
}

.access{
	position: relative;
	background-color: #F6E880;
	border-top: solid 2px #555;
}

.access .ac_txt{
	position: absolute;
	font-size: 6rem;
	top: 0;
	padding: 20px 50px 30px;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1;
	font-weight: bold;
	color: #fff;
	background-color: #008837;
	border-radius: 50px;
}

.access .ac_ill{
	position: absolute;
	top: 80px;
	left: calc(50% - 350px);
	width: 100px;
	transform: translateY(-100%) rotate(-10deg);
}

.access .ac_ill02{
	position: absolute;
	top: 80px;
	right: calc(50% - 350px);
	width: 100px;
	transform: translateY(-100%) rotate(10deg);
}

.k_contact .custom-shape-divider-bottom-1763002765 .shape-fill{
	fill: #f5f5f5;
}

section.co_top{
	background-color: #f5f5f5;
}

.co_top .item{
	position: relative;
	width: 48.5%;
	background-color: #fff;
	padding: 30px;
	padding-top: 35px;
	font-size: 1.5rem;
	border-radius: 10px;
}

.co_top .item h3{
	position: relative;
	font-size: 2.6rem;
	letter-spacing: 0.03em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
	color: #008837;
	padding-bottom: 15px;
	line-height: 1;
}

.co_top .item h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #008837;
	height: 2px;
	width: 100px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.co_top .item .num{
	font-size: 3.8rem;
	display: block;
	letter-spacing: 0.07em;
	font-weight: bold;
	width: fit-content;
	margin: 0 auto 15px;
	line-height: 1;
}

.co_top .item .num .mini{
	font-size: 0.7em;
}

.co_top .item a:hover{
	opacity: 0.75;
}

.co_top .item li{
	position: relative;
	padding-left: 17px;
}

.co_top .item li::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/check.png);
	background-size: cover;
	background-position: center;
	aspect-ratio: 1 / 1;
	width: 14px;
	top: 52%;
	left: 0;
	transform: translateY(-50%);
}

.co_top .item li+li{
	margin-left: 10px;
}

.co_top .item p.center{
	font-size: 1.6rem;
	background-color: #f9f68b;
	width: fit-content;
	margin: 0 auto 7px;
	padding: 0 20px;
}

.co_top .item p.center span{
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 1.1em;
}

.co_top .item .icon{
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	z-index: 1;
	background-color: #008837;
	width: 50px;
	height: 50px;
	line-height: 50px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 2rem;
}

.co_top .item .icon i{
	padding: 0;
}

@media (max-width: 1200px){
	.message .flex_bet{
		flex-direction: column;
	}
	.message .left{
		width: 100%;
		margin-bottom: 30px;
	}
	.message .right{
		width: 100%;
	}
	.message .inner{
		border-radius: 30px;
	}
	.message .ac_ill{
		width: 280px;
	}
	.message .inner{
		padding: 60px;
		padding-bottom: 80px;
	}
	.message .bg_ill img{
		width: 55%;
	}
	.message .mt{
		bottom: 0;
	}
	.access .ac_txt{
		font-size: 4.6rem;
	}
	.kasou .overview{
		padding-bottom: 140px;
	}
}

@media (max-width: 740px){
	.message .left .img img{
		height: 200px;
	}
	.message .inner{
		padding: 80px 30px;
	}
	.message .ac_ill{
		width: 200px;
		top: 10px;
		right: 20px;
	}
	.message .mt{
		width: 300px;
		left: auto;
		right: 0px;
	}
	.message .bg_ill img{
		width: 170px;
	}
	.overview .yasai{
		width: 80px;
	}
	.access .ac_txt{
		font-size: 3rem;
		padding: 10px 30px 13px;
		white-space: nowrap;
	}
	.access .map iframe{
		height: 300px;
	}
	.access .ac_ill02{
		width: 50px;
		right: calc(50% - 170px);
		top: 35px;
	}
	.access .ac_ill{
		width: 50px;
		left: calc(50% - 170px);
		top: 35px;
	}
	.kasou .overview{
		padding-bottom: 80px;
	}
	
}





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


.mail_sec .sub_ttl2 .ja{
	font-size: 4rem;
}


.mail_sec .inner{
	position: relative;
	background-color: #fff;
	padding: 60px;
	border-radius: 15px;
}

.mail_sec .icon{
	position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    z-index: 1;
    background-color: #008837;
    width: 50px;
    height: 50px;
    line-height: 50px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 2rem;
}

.mail_sec .ac_img{
	position: absolute;
	top: 0;
	right: 60px;
	width: 200px;
	z-index: 2;
}

.mail_sec .icon i{
	padding: 0;
}

input[type="text"]{
	height: 45px;
	padding: 10px;
	background: #eee;
	width: 100% !important;
}

input[type="email"]{
	height: 45px;
	padding: 10px;
	background: #eee;
	width: 100% !important;
}


input{
	appearance: auto;
}


input[type="checkbox"] + label{
	cursor: pointer;
}

input[type="checkbox"].toggle{
	display: none;
}

.toggle:checked + .Label::before{
	transform: rotate(-45deg);
	text-decoration: transparent;
}

.toggle:checked + .Label + .co_open{
	height: auto;
	transition: all .5s;
}

td .box.mini{
	width: 85%;
	max-width: 300px;
	height: 40px;
}

textarea{
	padding: 10px;
	font-size: 1.6rem;
	background: #eee;
	width: 100% !important;
	height: 120px !important;
}

.contact_table{
	width: 100%;
}

.contact_table .ib td div{
	display: inline;
}

.contact_table .ib td div+div{
	margin-left: 20px;
}

.contact_table th span,.form_attention span{
	padding: 2px 0;
	margin-right: 10px;
	font-size: 1.3rem;
}


.contact_table th span.ac,.form_attention span.ac{
	background-color: #008837;
	padding: 4px 8px 3px;
	color: #fff;
}

.contact_table th span.ac.nini{
	border: solid 1px #008837;
	background-color: #fff;
	color: #008837;
}

.contact_table th{
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 20px 0;
	font-size: 1.5rem;
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	border-bottom: dotted 1px #ccc;
}

.contact_table td{
	padding: 20px 0;
	width: 70%;
	border-bottom: dotted 1px #ccc;
}


button[type="submit"]{
	font-size: 1.8rem;
	padding: 6px 0;
}

.form_btn button{
	cursor: pointer;
	display: block;
	margin: 0 auto 5px;
	padding: 16px 0;
	padding-right: 8px;
	letter-spacing: 0.05em;
	text-align: center;
	width: 230px;
	transition: all 0.5s;
	background: #008837;
	border: solid 2px #008837;
	border-radius: 30px;
	color: #fff;
	font-size: 1.5rem;
	margin-top: 40px;
	font-weight: bold;
}

.form_btn button:hover{
	opacity: 0.7;
}

.form_btn button i{
	margin-right: 0.5em;
}

.form_attention{
	margin-top: 50px;
	font-size: 1.4rem;
}


.form_attention p+p{
	margin-top: 10px;
}

.form_attention p a:hover{
	opacity: 0.75;
}


.postal_btn{
	background-color: #008837;
	color: #fff;
	font-weight: 600;
	height: 40px;
	margin-left: 10px;
	padding: 0 30px;
	transition: all .3s;
	text-align: center;
}

.postal_btn:hover{
	opacity: 0.7;
}

.contact_table .flex{
	margin-bottom: 10px;
}

.contact_table .mark{
	line-height: 40px;
	padding: 0 5px;
	padding-right: 10px;
}




.form_accordion{
	text-align: left;
	margin-top: 40px;
}


.toggle:checked + .Label::before{
	transform: rotate(-45deg);
	text-decoration: transparent;
}

.toggle:checked + .Label + .co_open{
	height: auto;
	transition: all .5s;
}

.form_accordion p{
	font-size: 1.4rem;
	text-align: left;
	letter-spacing: 2px;
	padding: 1% 0;
	padding-left: 1%;
	line-height: 200%;
}

.form_accordion h4{
	margin-top: 10px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	position: relative;
	padding-left: 26px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #777;
}

.form_accordion h4::before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/check.png);
	background-size: cover;
	background-position: center;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.form_attention p+p{
	margin-top: 10px;
}

input[type="checkbox"] + label{
	cursor: pointer;
}

.Label{
	font-size: 1.4rem;
	letter-spacing: 2px;
	padding: 0.8% 1%;
	display: block;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	background-color: #fff;
	border-radius: 30px;
	border: solid 1px #222;
}

.Label::before{
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2.5px solid #000;
	border-right: 2.5px solid #000;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
	text-decoration: transparent;
	top: calc(50% - 6px);
	right: 20px;
	margin-bottom: 1em;
}

.Label, .co_open{
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}

input[type="checkbox"].toggle{
	display: none;
}

.co_open{
	height: 0;
	overflow: hidden;
}

.mail_sec .ac_txt{
	position: absolute;
	top: 48px;
	right: 40px;
    font-size: 3.8rem;
    font-weight: bold;
    z-index: 5;
	z-index: 1;
}

.mail_sec .ac_ill{
	position: absolute;
	top: 35px;
	right: 330px;
	width: 90px;
	z-index: 1;
}


@media (max-width: 1200px){
	.co_top .flex_bet{
		flex-direction: column;
	}
	.co_top .item{
		width: 80%;
		margin: 0 auto;
	}
	.co_top .item+.item{
		margin-top: 30px;
	}
	.mail_sec .inner{
		padding: 50px 40px;
	}
	.contact_table th{
		display: block;
		width: 100%;
		padding-bottom: 0;
		border-bottom: 0px;
	}
	.contact_table td{
		display: block;
		width: 100%;
		
	}
	.mail_sec .ac_ill{
		width: 70px;
		top: -10px;
		right: 260px;
	}
	.mail_sec .ac_txt{
		font-size: 3.2rem;
		right: 20px;
		top: 0;
	}
	

}

@media (max-width: 740px){
	.co_top .item{
		width: 100%; 
		font-size: 1.3rem;
	}
	.co_top .item .icon{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.co_top .item h3{
		font-size: 2.2rem;
	}
	.co_top .item .num{
		font-size: 3.2rem;
	}
	.co_top .item ul{
		margin-top: 5px;
	}
	.mail_sec .sub_ttl2 .ja{
		font-size: 3rem;
	}
	.mail_sec .inner{
		padding: 50px 20px;
		width: 94%;
	}
	
	.mail_sec .icon{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.mail_sec .ac_txt{
		font-size: 2.8rem;
	}
	.mail_sec .ac_ill{
		right: 230px;
	}
	.contact_table .flex{
		flex-wrap: wrap;
	}
	td .box.mini{
		display: block;
		width: calc(100% - 32px) !important;
		max-width: none;
	}
	.postal_btn{
		display: block;
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}

}



/*thanksページ*/


section.thanks{
	padding-bottom: 150px;
}

.kasou.thanks .kasou_top{
	margin-bottom: 0;
}

.thanks_ttl{
	text-align: center;
	line-height: 1.7;
	margin-bottom: 30px;
}

.thanks_ttl .ja{
	font-size: 3.4rem;
	display: block;
	margin-top: 10px;
}

.thanks_ttl .en{
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1.5px;
	color: #008837;
	line-height: 1;
}

.thanks_txt p{
	text-align: center;
}

.thanks_attention{
	font-size: 1.6rem;
	margin-top: 40px;
}

.sbtn{
    margin-top: 40px;
}

.sbtn a {
    font-size: 1.6rem;
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: solid 2px #008837;
    color: #008837;
    letter-spacing: 2px;
    padding: 15px 0;
    text-align: center;
}

.sbtn a:hover{
    background-color: #008837;
	color: #fff;
}

.thanks .custom-shape-divider-bottom-1763002765 .shape-fill{
	fill: #fff;
}

@media (max-width: 650px){
	.thanks_txt p{
		text-align: left;
	}
	.thanks_attention{
		font-size: 1.4rem;
	}
	.thanks_ttl .ja{
		font-size: 2.6rem;
		margin-top: 5px;
	}
}

