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

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

/* .main_bg{
	position: fixed;
	display: block;
	background: url(../img/body.jpg);
	opacity: 0.1;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	z-index: -5;
} */

.en{

}

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

a{
	text-decoration: none;
	color: #333;
	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;
}

/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1.6s, transform 1.5s;
	transition-delay: 0.8s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}


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


.br_650.marker{
	background: none;
}

.inner{
	margin-left: 6%;
}

.inner.wide{
	max-width: 1400px;
    margin: 0 auto;
}
.inner.max{
	max-width: none;
}

.inner_w{
    width: 100%;
    margin: 0 auto;
}

.inner_u{
	width: calc(100% - 10vw);
	margin: 0 0 0 auto;
}

.container{
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1040px;
	width: 80%;
}

.inner70{
	width: 70%;
	margin: 0 auto;
	max-width: none;
}

.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{
    overflow-x: hidden;
	position: relative;
	z-index: 5;
	width: 100%;
}

.content_wrapper{
	width: calc(100% - 260px);
	margin: 0 0 0 auto;
}

@media (max-width: 1500px){
	.inner_u{
		width: calc(100% - 5vw);
	}
}

@media (max-width: 1200px){
	.content_wrapper{
		width: 100%;
		margin: auto;
	}
}

.pan{
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
}

.pan li:not(:last-child)::after{
	content: "＞";
	padding: 0 0.2em;
	position: absolute;
	top: 0;
}

.pan li:not(:last-child){
	padding-right: 20px;
	position: relative;
}

.page_hd ol{
	display: flex;
	font-size: 1.4rem;
	justify-content: center;
}

.page_hd ol a{
	color: #fff;
}

.page_hd{
	padding-top: 270px;
	padding-bottom: 102px;
	width: 100%;
	position: relative;
	color: #fff;
	z-index: 0;
}

.page_hd::before{
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(33deg, rgba(176, 238, 182, 1), rgba(33, 211, 234, 1) 48%, rgba(4, 202, 255, 1));
	z-index: -1;
}

.page_hd h2{
	font-size: 4rem;
	text-align: center;
	letter-spacing: 3px;
}

@media (max-width: 1200px){
    .page_hd{
        padding-top: 177px;
    }
}

/*フィルター*/

.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;
}

section{
	padding: 100px 0;
}

@media (max-width: 1400px){
	.br_1400{
		display: block;
	}
}

@media (max-width: 960px){
	.br_960{
		display: block;
	}
    
	.container{
		width: 90%;
		padding-left: 0;
		padding-right: 0;
		margin: 0 auto;
	}

	
}
@media (max-width: 650px){
	.br_650{
		display: block;
	}
	.br_650.marker{
		background: linear-gradient(transparent 75%, rgb(241, 156, 167,0.7) 75%);;
	}
	section{
        padding: 50px 0;
    }
	.container{
		padding: 0;
	}
	.br_none650{
		display: inline;
	}
	
}

/* ボタン */

.btn_a a{
	position: relative;
	display: block;
	text-align: center;
	padding: 10px 0;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	color: #fff;
	background-color: #2b924f;
	border-radius: 30px;
	padding-right: 40px;
	font-weight: 500;
}

.btn_a a::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 32px;
	aspect-ratio: 1 / 1;
	background: url(../img/btn_arrow_w.png);
	background-size: cover;
	background-position: center;
	top: 50%;
	left: calc(50% + 50px);
	transform: translate(-50%,-50%);
	opacity: 1;
	transition: opacity .4s, translate 20s;
}
.btn_a a::after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 32px;
	aspect-ratio: 1 / 1;
	background: url(../img/btn_arrow_b.png);
	background-size: cover;
	background-position: center;
	top: 50%;
	left: calc(50% + 50px);
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: opacity .4s, translate 20s ease;
}

.btn_a{
	width: 260px;
	margin-top: 30px;
}

.btn_a a:hover{
	color: #2D2823;
	background-color: #ffd900;
}

.btn_a a:hover::before{
	opacity: 0;
	transform: translate(-32%,-50%);
}

.btn_a a:hover::after{
	opacity: 1;
	transform: translate(-32%,-50%);
}

.tel_btn,.mail_btn{
	width: 270px;
	margin: 40px auto 0;
}

.tel_btn a,.mail_btn a{
	color: #fff;
	background-color: #2b924f;
	display: block;
	text-align: center;
	padding: 15px 0;
	border-radius: 30px;
}

.tel_btn a i,.mail_btn a i{
	padding-right: 0.5em;
}

.mail_btn{
	margin-top: 20px;
}

/* 文字間 */

.space{
	letter-spacing: 0.05em;
}

.space2{
	letter-spacing: 0.1em;
}

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

.f_txt{
	font-size: 1.2em;
	font-weight: 500;
}

@media (max-width: 960px){
	.none_960{
		display: none;
	}
	.btn_b{
		font-size: 1.6rem;
	}

}

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


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



@keyframes rotation{
	0% {
		transform: rotate(-10deg) translateY(-50%);
	}
	
	50% {
		transform: rotate(10deg) translateY(-50%);
	}

	100%{
		transform: rotate(-10deg) translateY(-50%);
	}
}

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


/* header */



header{
	position: relative;
	width: 100%;
	height: 130px;
	background-color: #f2efe9;
	border-bottom: solid 1px #eee;
	z-index: 100;
}

.hd_inner{
	width: 100%;
	width: 96%;
	margin: 0 auto;
}

h1 a:hover{
	opacity: 0.8;
}

h1 img{
	width: 560px;
}

.hd_tel{
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	width: 240px;
}
.hd_mail{
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	width: 240px;
	margin-left: 20px;
}

.hd_tel a{
	color: #2b924f;
	display: block;
	border: solid 1px #2b924f;
	text-align: center;
	border-radius: 1em;
}

.hd_tel i{
	padding-right: 0.5em;
}
.hd_mail a{
	color: #2b924f;
	display: block;
	border: solid 1px #2b924f;
	text-align: center;
	border-radius: 35px;
	padding: 2px 0;
}

.hd_mail i{
	padding-right: 0.5em;
}

.main_nav{
	font-weight: 600;
}

.main_nav a{
	color: #444;
}

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

header .nav_top{
	margin-bottom: 15px;
}

.main_nav li{
	line-height: 1.5;
	text-align: center;
	padding-bottom: 3px;
	border-bottom: dashed 3px rgb(255, 217, 0,0);
	transition: all .3s;
}

.main_nav li .en{
	font-size: 1.6rem;
}

.main_nav li a{
	letter-spacing: 0.05em;

	text-decoration: none;

}

.main_nav li a:hover{
	opacity: 0.8;
}

.main_nav li:hover{
	border-bottom: dashed 3px #ffd900;
}

.hd_mail a:hover,.hd_tel a:hover{
	background-color: #2b924f;
	color: #fff;
}


.main_nav ul li.parent a::after{
	display: none;
}

.main_nav ul li.parent{
	position: relative;
}
.main_nav ul li.parent > a{
	
}
.main_nav ul li.parent > a.none{
	cursor: default;
}
.main_nav ul li.parent > a::before{
	display: none;
}
.main_nav ul li.parent > a:hover{
	transform: none;
}
.main_nav ul li.parent > a i{
	display: block;
	font-size: 8px;
	position: absolute;
	top: calc(100% + 5px);
	left: 50%;
	transform: translate(-50%,0);
	color: #374453;
}
.main_nav ul li.parent > a:hover i{
	color: #2b924f;
}
.main_nav ul li.parent .child{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: scaleY(0) translateX(-50%);
	transition: 0.3s ease-in;
	transform-origin: center top;
	padding-top: 15px;
}
.main_nav ul li.parent .child a{
	display: block;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: rgb(0 0 0 / 10%) 1.95px 1.95px 2.6px;
	text-align: left;
	padding: 12px 15px;
	white-space: nowrap;
	margin-bottom: 3px;
	line-height: 1;
	letter-spacing: 0.08em;
	font-size: 1.5rem;
	color: #252525;
}
.main_nav ul li.parent .child a:last-child{
	margin-bottom: 0;
}
.main_nav ul li.parent .child a::before{
	content: '-';
	display: inline-block;
	margin-right: 0.5em;
	transition: 0.4s;
}
.main_nav ul li.parent:hover .child{
	transform: scaleY(1) translateX(-50%);
}
.main_nav ul li.parent .child a:hover{
	color: #2b924f;
}
.main_nav ul li.parent .child a:hover::before{
	transform: translateX(3px);
}






/* side */






.main_wrapper{
	display: flex;
}

.main_wrapper .column_menu{
	width: 300px;
	position: sticky;
	display: flex;
	align-items: center;
	opacity: 0;
	left: 0;
	top: 10vh;
	background-color: #2b924f ;
	height: 90vh;
	border-top-right-radius: 80px;
	transition: opacity .3s;
	box-shadow: rgba(0, 0, 0, 0.1) 2px 0px 10px;
	z-index: 99;
	min-height: 750px;
	overflow-y: scroll;
}

.main_wrapper .column_menu .wrapper{
	width: 100%;
	padding: 40px 0;
}

.main_wrapper .main_right{
	width: calc(100% - 300px);
	margin: 0 0 0 auto;
}

.main_wrapper.change .column_menu{
	opacity: 1;
}

.column_menu h2{
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.6;
	width: 100%;
	margin: 0 auto;
	color: #fff;
}

.column_menu h2 a{
	display: block;
	color: #fff;
	width: fit-content;
	margin: 0 auto;
}

.column_menu h2 .small{
	font-size: 0.7em;
}

.side_nav{
	margin-top: 40px;
	font-weight: 600;
}

.side_nav a{
	display: block;
	height: 100%;
	width: 100%;
	padding: 15px 0;
	padding-left: 20px;
}

.side_nav a:hover{
	opacity: 0.7;
	color: #2b924f;
}

.side_nav ul{
	width: 92%;
	margin: 0 auto;
	background-color: #FCFBF9;
	border-radius: 20px;
	padding: 20px 0;
}

.side_nav .m_drop .m_drop_subject:hover{
	color: #2b924f;	
}


.side_nav ul li{
	border-bottom: dashed 3px #ffd900 ;
	margin-left: 10px;
	margin-right: 10px;
}

.side_nav .m_drop li{
	border-bottom: none;
}

.side_nav .m_drop li a{
	padding: 5px 0;
}

.side_nav ul li i{
	padding-right: 0.8em;
}


.side_nav ul li.tel{
	border-bottom: none;
	text-align: center;
}

.side_nav ul li.tel a{
	color: #2b924f;
	font-size: 2.8rem;
	text-shadow: rgb(0, 0, 0,0.05) 3px 3px 2px;
	font-family: "transat", sans-serif;
	font-weight: 700;
	font-style: normal;
	padding-left: 0;
}

.side_nav ul li.tel a i{
	padding-right: 0.5em;
}

.side_nav ul li.tel a:hover{
	background-color: inherit;
	opacity: 0.6;
	
}

.side_nav .m_drop .m_drop_subject::before, .side_nav .m_drop .m_drop_subject::after{
	right: 20px;
	height: 2px;
}


.side_nav .m_drop .m_drop_subject::before, .side_nav .m_drop .m_drop_subject::after{
	background-color: #2b924f;
}


/*スクロールバー*/
.main_wrapper .column_menu::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #555555 !important;
	display: none;
}
.main_wrapper .column_menu::-webkit-scrollbar-button {
    display: none;
}
.main_wrapper .column_menu::-webkit-scrollbar-thumb, .main_wrapper .column_menu::-webkit-scrollbar-corner {
    background: #ffd900 !important;
}
.main_wrapper .column_menu::-webkit-scrollbar-thumb, .main_wrapper .column_menu::-webkit-scrollbar-corner {
    background: #ffd900 !important;
}


@media (max-width: 1200px){
	.main_wrapper .column_menu{
		display: none;
	}
	.main_wrapper .main_right{
		width: 100%;
	}
	header{
		position: fixed;
		height: 90px;
		width: 100%;
	}
	.main_nav{
		display: none;
	}
	.nav_top{
		display: none;
	}

}




/*スライダー*/

.fv_area{
	position: relative;
	background: linear-gradient(180deg, rgba(242,239,233,1) 70%, rgba(252,251,249,1) 100%);
}

.fv{
	position: relative;
	width: 	100%;
	height: calc(100vh - 130px);
	
	margin: 0 0 0 auto;
}

.naname span{
	background-image: linear-gradient(-45deg, #fff 25%, #2b924f 25%, #2b924f 50%, #fff 50%, #fff 75%, #2b924f 75%, #2b924f);
  	background-size: 9px 9px;
    position: absolute;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	transform: translate(-50%,-50%);
	border-radius: 50px;
    z-index: -1;
    top: 50%;
    left: 50%;
	z-index: 2;
	opacity: 0.5;
}

.top_slider{
	position: relative;
    z-index: 2;
	top: 50%;
	width: 100%;
	height: 100%;
	margin: auto;
	transform: translateY(-50%);
	padding: 50px;
}

/* .fv_area::before{
	content: "";
	display: inline-block;
	position: absolute;
	aspect-ratio: 3 / 1.4;
	width: 50%;
	max-width: 700px;
	bottom: 0;
	left: 0;
	background-color: #2b924f;
	z-index: 3;
	border-top-right-radius: 50px;
} */

.fv .fv_bg{
	position: absolute;
	background-color: #fff;
	width: calc(100% - 100px);
	height: calc(100% - 100px);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50px;
}

.fv .fv_bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* .top_slider::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: calc(100% - 120px);
	height: calc(100% - 120px);
	background-color: #000;
	top: 50%;
	left: 50%;
	opacity: 0.2;
	z-index: 10;
	transform: translate(-50% , -50%);
	border-radius: 50px;
} */


.top_slider .slider{
	top: 0;
    width: 100%;
	margin: 0 0 0 auto;
	z-index: 2;
	height: 100%;
	min-height: 400px;
    overflow: hidden;
	border-radius: 50px;
}
.top_slider .slider li{
	width: 100%;
	height: 100%;
	min-height: 400px;
	background-size: cover;
	margin: 0;
}

.top_slider .slider li.top01{
	background-image: url(../img/slider01.jpg);
	background-position: left;
	background-size: cover;
	filter: brightness(0.8);
}
.top_slider .slider li.top02{
	background-image: url(../img/slider2.jpg);
	background-position: center;
	background-size: cover;
	filter: brightness(0.8);
}
.top_slider .slider li.top03{
	background-image: url(../img/slider3.jpg);
	background-position: center;
	background-size: cover;
	filter: brightness(0.8);
}

@keyframes fadezoom{
	0%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}
.add-animation{
	animation: fadezoom 11s ease;
}

/*キャッチ*/
.fv_area .catch{
	position: absolute;
	bottom: 100px;
	left: 100px;
	object-fit: cover;
	pointer-events: none;
	width: 38%;
	height: auto;
	width: 570px;
	z-index: 2;
	animation: apper 2.5s ease-in-out;
	z-index: 99;
}






/* news */




.news .inner{
	width: 88%;
	margin: 0 auto;
}





/* greeting */





.greeting{
	position: relative;
	background-color: #f2efe9 ;
}

.greeting .ac_img{
	position: absolute;
	top: 50px;
	left: 55%;
	width: 200px;
	z-index: 5;
	transform: translateY(-50%);
}

.greeting .inner{
	width: 94%;
	max-width: none;
}

.greeting .left{
	width: 48%;
}

.greeting .right{
	position: relative;
	width: 52%;
}

.greeting .right::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 300px;
	top: -60px;
	background-color: #2b924f;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.greeting .right .m_img{
	width: 70%;
	margin: 0 0 0 auto;
}

.greeting .right .m_img img{
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	aspect-ratio: 1 / 1;
	min-width: 452px;
	object-fit: cover;
	box-shadow: rgba(149, 157, 165, 0.5) 3px 3px 24px;
}

.greeting .right .s_img{
	position: relative;
	margin-top: -20%;
	width: 40%;
}

/* .greeting .right .s_img::before{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #2b924f;
	top: 10px;
	left: -10px;
	z-index: 1;
	border-radius: 50px;
} */

.greeting .right .s_img img{
	position: relative;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: left;
	width: 100%;
	height: 100%;
	min-width: 258px;
	border-radius: 50px;
	box-shadow: rgba(149, 157, 165, 0.5) 3px 3px 24px;
	z-index: 2;
}

.greeting .txt_box{
	padding-right: 40px;
	max-width: 600px;
}

.greeting .txt_box p+p{
	margin-top: 20px;
}


.sub_ttl{
	font-size: 2rem;
	margin-bottom: 60px;
	text-align: center;
	font-weight: 700;
	color: #2b924f;
	line-height: 1.6;
	
}

.sub_ttl .en{
	position: relative;
	font-size: 2.7em;
	font-family: "transat", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.sub_ttl .en .ja{

}


/* .sub_ttl .en::before{
	content: "";
	display: inline-block;
	position: absolute;
	border-top: solid 2px #2b924f ;
	width: 40px;
	height: 2px;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
} */

.sub_ttl::first-letter{
	color: #ffd900;
	text-shadow: rgb(0, 0, 0,0.4) 1px 1px 2px;
}

.ttl_txt{
	position: relative;
	padding-left: 15px;
	color: #2b924f;
	text-transform:uppercase;
	font-size: 1.5rem;
	margin-bottom: 5px;
	font-weight: 400;
}

.ttl_txt::before{
	content: "";
	display: inline-block;
	border-top: solid 2px #2b924f;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 42%;
	left: 0;
	transform: translateY(-50%);
}


/*テキストが現れるアニメーション*/
.glowAnime{
}
.glowAnime span{
	opacity: 0;
}
.glowAnime.glow span{
	animation: glow_anime_on 3s ease-out forwards;
	animation-delay: 3s;
}
@keyframes glow_anime_on{
	0%{
		opacity: 0;
		text-shadow: 0 0 0 #fff,0 0 0 #fff;
	}
	50%{
		opacity: 1;
		text-shadow: 0 0 10px #fff,0 0 15px #fff;
	}
	100%{
		opacity: 1;
		text-shadow: 0 0 0 #fff,0 0 0 #fff;
	}
}




@media (max-width: 1500px){
	.greeting .flex_bet{
		flex-direction: column;
	}
	.greeting .left{
		width: 100%;
	}
	.greeting .txt_box{
		max-width: 760px;
		padding-right: 0;
		margin: 0 auto;
	}
	.greeting .right{
		width: 100%;
		margin-top: 150px;
	}
	.greeting .right .m_img img{
		height: 300px;
		width: 100%;
		aspect-ratio: auto;
	}
	.greeting .right .m_img{
		text-align: right;
		width: 60%;
	}
	.greeting .right .s_img{
		margin-top: -20%;
		width: 25%;
		margin-left: 20%;
	}
	.greeting .btn_a{
		margin: 40px auto 0;
	}
	.greeting .ac_img{
		left: 20%;
		width: 170px;
		top: 100px;
	}
}


@media (max-width: 1200px){
	.sub_ttl{
		font-size: 1.5rem;
		margin-bottom: 40px;
	}
	
	.greeting .right .m_img{
		width: 45%;
	}
	.greeting .right .m_img img{
		height: 270px;
	}
	.greeting .right .s_img{
		margin-top: -269px;
		margin-left: 10%;
	}
	.greeting .right .s_img img{
		height: 270px;
	}
	.greeting .left{
		margin-bottom: 40px;
	}
	.fv_area{
		padding-top: 80px;
	}
	.greeting .right{
		display: flex;
		justify-content: space-between;
		margin-top: 100px;
	}
	.greeting .right .s_img{
		margin-top: 0;
		width: 49%;
		margin-left: 0;
	}
	.greeting .right .m_img{
		margin-left: 0;
		width: 49%;
	}
	.greeting .right .m_img img{
		border-radius: 50px;
		min-width: auto;
	}
	h1 img{
		width: 450px;
	}
	.greeting .ac_img{
		left: 5%;
	}
}


@media (max-width: 960px){
	.fv{
		width: 100%;
		height: 80vh;
	}
	.fv_area::before{
		width: 490px;
	}
	.fv_area .catch{
		width: 500px;
		bottom: 70px;
		left: 70px;
	}
	body{
		font-size: 1.6rem;
	}
	
}


@media (max-width: 650px){
	.sub_ttl .en{
		font-size: 3em;
		text-align: center;
	}
	.greeting .txt_box{
		max-width: none;
		padding-right: 0;
	}
	.greeting .inner{
		width: 96%;
		margin: 0 auto;
	}
	.btn_a{
		margin: 30px auto 0;
	}
	
	
	.greeting .right .m_img img{
		min-width: 200px;
		border-radius: 30px;
		min-width: auto;
		aspect-ratio: 1 / 1;
		height: auto;
	}
	.greeting .right .s_img img{
		aspect-ratio: 1 / 1;
		height: auto;
		min-width: auto;
		border-radius: 30px;
	}
	/* .top_slider{
		width: 97%;
		height: 97%;
		padding: 20px;
	}
	.top_slider::before{
		width: calc(100% - 40px);
		height: calc(100% - 40px);
	} */
	header{
		height: 70px;
	}
	h1 img{
		width: 280px;
	}
	.news .inner{
		width: 96%;
		margin: 0 auto;
	}
	.greeting .right::before{
		height: 200px;
	}
	.greeting .right{
		margin-top: 60px;
	}
	.fv_area::before{
		width: 320px;
	}
	.fv_area .catch{
		min-width: auto;
		width: 300px;
		left: 30px;
		bottom: 25px;
	}
	.fv{
		height: 70vh;
	}
	.top_slider{
		padding: 10px;
	}
	.naname span{
		width: 100%;
		height: 100%;
	}
	.fv_area{
		padding-top: 70px;
	}
	.greeting .ac_img{
		width: 120px;
		top: 0;
	}
}



/* service */




.service{
	position: relative;
}

.service .sub_ttl{
	margin-bottom: 140px;
}

.service .ac_img{
	position: absolute;
	top: 250px;
	right: 0;
}

.service .ac_img img{
	height: 70px;
	object-fit: cover;
}

.service .item{
	position: relative;
	border-radius: 80px;
}

.service .item+.item{
	margin-top: 180px;
}

/* .service .item::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 2;
	top: 0;
	opacity: 0.5;
	border-radius: 50px;
} */

.service .inner, .blog .inner{
	position: relative;
	width: 88%;
	margin: 0 auto;
}

.service .item .bg{
	position: relative;
	width: 100%;
	height: 500px;
	top: 0;
	z-index: 1;
	border-radius: 50px;
}

.service .item .bg::before{
	content: "";
	display: block;
	position: absolute;
	width: 80%;
	height: 80%;
	background-color: #2b924f;
	border-radius: 60px;
	z-index: -1;
	top: -40px;
	right: -160px;
}

.service .item .bg .ac_txt{
	position: absolute;
	font-size: 9rem;
	color: #eee;
	line-height: 1;
	bottom: 0;
	transform: translateY(30%);
	opacity: 0.6;
}

.service .item .bg img{
	width: 90%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
	border-radius: 50px;
	box-shadow: rgba(149, 157, 165, 0.5) 3px 3px 24px;
}

.service .item.ch .bg{
	text-align: right;
}

.service .item.ch .bg img{
	object-position: center;
}

.service .item.ch .bg::before{
	right: auto;
	left: -160px;
}

.service .item.ch .bg img{
	border-radius: 20px;
}

.service .item.ch .bg img:nth-child(1){
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.service .item.ch .bg img:nth-child(3){
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.service .item.ch .bg img:nth-child(2){
	border-radius: 0px;
}

.service .item .txt_box{
	max-width: 580px;
}

.service .wrapper{
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding: 0 20px;
	gap: 40px;
}

.service h3 .en{
	padding-right: 20px;
	display: block;
}

.service .txt_box p span{
	display: inline-block;
	margin-top: 20px;
}



.service h3{
	position: relative;
	font-size: 3rem;
	margin-bottom: 30px;
	margin-top: 60px;
	font-weight: 600;
	letter-spacing: 0.05em;
	padding-left: 70px;
	color: #252525;
}


.service h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/renti.png);
	background-size: cover;
	background-position: center;
	aspect-ratio: 1 / 2;
	width: 35px;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.service .item.ch h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/car_green.png);
	background-size: cover;
	background-position: center;
	aspect-ratio: 1407 / 958;
	width: 80px;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.service .item.ch h3{
	padding-left: 130px;
}

.service .link_box .link_btn{
	width: 50%;
}

.service .link_box{
	flex-wrap: wrap;
}

.service .link_box .link_btn{
	display: table;
	height: 80px;
}

.service .link_box .link_btn a{
	color: #fff;
	text-align: center;
	letter-spacing: 0.08em;
	display: table-cell;
	vertical-align: middle;
	border: solid 1px #fff;
	background-color: #2b924f;
	border-radius: 10px;
}

.service .link_box .link_btn a:hover{
	background-color: #16be51;
}

.service .link_box .link_btn a i{
	padding-left: 0.5em;
}

.service .item.ch{
	position: relative;
}

.service .item.ch .line_img{
	position: absolute;
	top: -100px;
	right: 0;
}

.service .item.ch .line_img img{
	height: 40px;
	object-fit: cover;
}

.service .item.ch .txt_box{
	width: 600px;
	max-width: none;
}

.service .item.ch .link_box{
	width: calc(100% - 600px);
}

.service .item.ch .wrapper{
	gap: 10px;
}


@media (max-width: 1500px){
	.service .flex.wrapper{
		flex-direction: column;
	}
	.service .item .txt_box{
		max-width: 840px;
	}
	.service .link_box{
		width: 100%;
	}
	.service .link_box .link_btn a{
		padding: 14px 0;
	}
	.service .wrapper{
		gap: 40px;
	}
	.service .item.ch .link_box{
		width: 100%;
	}
	.service .item.ch .wrapper{
		gap: 40px;
	}
}

@media (max-width: 1200px){
	.service .item .bg{
		height: 360px;
	}
	.service .item .bg .ac_txt{
		font-size: 9rem;
	}
	.service h3{
		font-size: 2.8rem;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.service .item.ch .txt_box{
		width: inherit;
	}
}

@media (max-width: 650px){
	.service .inner{
		width: 96%;
		margin: 0 auto;
	}
	.service .item .bg img{
		width: 100%;
	}
	.service .item .bg{
		height: 300px;
	}
	.service .item .bg .ac_txt{
		font-size: 5rem;
	}
	.service .item+.item{
		margin-top: 100px;
	}
	.service .wrapper{
		padding: 0;
	}
	.service .link_box .link_btn{
		width: 100%;
	}
	.service .wrapper{
		gap: 20px;
	}
	.service .item.ch .wrapper{
		gap: 20px;
	}
	.service .ac_img img{
		height: 60px;
	}
	.service .item.ch .line_img{
		top: -60px;
		z-index: 2;
	}
	.service .ac_img{
		top: 190px;
	}
}




/* blog */


.blog{
	background-color: #f2efe9;
}

.blog .left{
	width: 40%;
}

.blog .left .in{
	width: fit-content;
	margin: 0 auto;
}

.blog .right{
	width: 55%;
}

.blog .btn_a{
	margin: 30px auto 0;
}

.blog .right img{
	width: 100%;
	aspect-ratio: 1570 / 1038;
	object-fit: cover;
	border-radius: 40px;
}

@media (max-width: 650px){
	.blog .flex_bet{
		flex-direction: column;
	}
	.blog .left{
		width: 100%;
	}
	.blog .right{
		width: 100%;
		margin: 0 auto;
		margin-top: 40px;
	}
	.blog .left p{
		font-size: 1.6rem;
	}
}



/* footer */

footer{
	font-weight: 600;
}


.foo_top{
	position: relative;
	background: url(../img/blue.jpg);
	background-size: cover;
	background-position: bottom;
	text-align: center;
	padding: 80px 0;
	padding-left: 20px;
	padding-right: 20px;
}

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

.foo_top::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1;
	opacity: 0.7;
}

.foo_top h2{
	margin-bottom: 30px;
}


.foo_top .item{
	margin-top: 60px;
	width: 320px;
}

.foo_top .item a{
	text-align: center;
	display: block;
	border: solid 1px #ffd900;
	background-color: #ffd900;
	border-radius: 40px;
	padding: 20px 0;
	letter-spacing: 0.05em;
	font-size: 1.8rem;
}

.foo_top .item a i{
	padding-right: 0.5em;
}

.foo_top .item a:hover{
	background-color: #fff;
}

.foo_top .item + .item{
	margin-left: 40px;
}

.foo_top .sub_ttl .en{
	padding-left: 0;
}

.foo_top .sub_ttl .en::before{
	display: none;
}

.foo_inner{
	width: 96%;
	margin: 0 auto;
	max-width: 1400px;
}

.foo_btm{
	padding: 80px 0;
}

.foo_logo{
	margin-bottom: 20px;
}

.foo_logo a{
	font-size: 2.4rem;
	line-height: 1.6;
}

.foo_logo a span{
	font-size: 0.8em;
	letter-spacing: 0.05em;
}

.foo_nav .small{
	position: relative;
	font-size: 0.9em;
	line-height: 1;
	padding-left: 20px;
	color: #6a6a6a;
}

.foo_nav .small::before{
	content: "";
	display: inline-block;
	position: absolute;
	border-top: solid 1px #aaa;
	top: 53%;
	left: 0;
	transform: translateY(-50%);
	width: 10px;
	height: 1px;
}

.foo_nav ul li a.bb{
	display: block;
	font-weight: 600;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	color: #2b924f;
	padding-bottom: 5px;
	border-bottom: solid 1px #ddd;
	margin-bottom: 10px;
}

.foo_nav ul li+li{
	margin-top: 20px;
}

.foo_nav ul{
	width: 50%;
}

.foo_mail{
	margin-top: 20px;
	width: 200px;
}

.foo_mail a{
	font-size: 1.5rem;
	padding: 9px 0;
	padding-right: 20px;
}

.foo_mail a::before{
	width: 26px;
	left: calc(50% + 65px);
}
.foo_mail a::after{
	width: 26px;
	left: calc(50% + 65px);
}

.copy p{
	font-size: 1.4rem;
	padding: 7px 0;
	color: #fff;
	background-color: #2b924f ;
	text-align: center;
}

footer .foo_btm .foo_nav a:hover{
	opacity: 0.7;
}


.foo_btm .left{
	width: 500px;
	display: flex;
}

.foo_btm .right{
	width: calc(100% - 500px);
}

.foo_btm .right .foo_nav{
	gap: 40px;
}


@media (max-width: 1500px){

	.foo_logo a{
		font-size: 2.2rem;
	}
	.foo_btm .left{
		width: 400px;
	}
	
}

@media (max-width: 960px){
	footer .foo_btm .flex_center{
		flex-direction: column;
	}
	footer .flex{
		flex-direction: column;
	}
	.foo_btm .right{
		width: 100%;
		margin-top: 40px;
	}
	.foo_nav ul{
		width: 100%;
	}
	.foo_btm .right .foo_nav{
		gap: 20px;
		width: 80%;
		margin: 0 auto;
	}
	.foo_btm .left{
		width: 100%;
		justify-content: center;
	}

}

@media (max-width: 650px){
	.foo_top .item{
		margin-top: 30px;
	}
	.foo_btm{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.foo_logo a{
		font-size: 2rem;
	}
	footer .br_650{
		line-height: 1;
	}
	.foo_top .flex_center{
		flex-direction: column;
		align-items: center;
	}
	.foo_top .item + .item{
		margin-left: 0;
		margin-top: 20px;
	}
	.foo_top{
		text-align: left;
	}
	.foo_top .sub_ttl{
		text-align: center;
	}
	.foo_top .item a{
		font-size: 1.6rem;
		padding: 14px 0;
	}
	.foo_btm .right .foo_nav{
		width: 96%;
	}
	.foo_nav ul li a.bb{
		font-size: 1.6rem;
	}
}


/* 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: 4%;
    border-radius: 50%;
    opacity: 0;
    transition: 1s;
    background: #2b924f;
    z-index: 50;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0;
}
.page_top a {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.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;
}

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

@media (max-width: 750px) {
    .page_top {
        width: 45px;
        height: 45px;
        right: 10px;
        bottom: 10px;
    }
}





/* kasou_top */

.kasou .inner{
	width: 88%;
	margin: 0 auto;
}

.kasou_top{
	position: relative;
	z-index: 1;
	background: url(../img/slider01.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 150px 0;
	font-family: "irohamaru", sans-serif;
    font-weight: 500;
    font-style: normal;
	z-index: 50;
}


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

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

.k_about .kasou_top{
	background: url(../img/about_kasou.jpg);
	background-size: cover;
	background-position-y: 20%;
}



.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index: -1;
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 3.4rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #fff;
	margin-bottom: 8px;
	text-shadow: rgba(51,51,51,0.6) 0 0 10px;
}

@media (max-width: 1200px){
	.kasou_top{
		padding: 180px 0 90px;
	}
	.kasou .inner{
		width: 96%;
		margin: 0 auto;
	}
}
@media (max-width: 750px){
	.kasou_top{
		padding: 140px 0 70px;
	}
	.kasou_top h2{
		font-size: 2.8rem;
	}
}

@media (max-width: 650px){
	.kasou section{
		padding: 50px 0;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 0;
	font-weight: 500;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}


.k_ttl{
	font-size: 3.6rem;
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 60px;
	font-weight: 700;
}

@media (max-width: 650px){
	.k_ttl{
		margin-bottom: 40px;
		font-size: 2.6rem;
	}
}

.s_top_area{
	position: relative;
}

.s_top_area .btn_a a::before{
	left: calc(50% + 70px);
}

.s_top_area .btn_a a::after{
	left: calc(50% + 72px)
}


.s_top_area .item{
	position: relative;
	background: url(../img/s_top.jpg);
	background-size: cover;
	background-position: center;
	border-radius: 50px;
	color: #fff;
	z-index: 2;
}

.s_top_area .naname span{
	height: calc(100% - 150px);
	width: calc(88% + 50px);
}

.s_top_area .item .in{
	position: relative;
	z-index: 2;
}

.s_top_area .item::after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	top: 0;
	left: 0;
	border-radius: 50px;
	z-index: 1;
}

.s_top_area .item .in{
	max-width: 1000px;
	padding: 60px 40px;
	margin: 0 auto;
	text-align: center;
}

/* .s_top_area .inner{
	background-image: linear-gradient(-45deg, #fff 25%, #2b924f 25%, #2b924f 50%, #fff 50%, #fff 75%, #2b924f 75%, #2b924f);
    background-size: 9px 9px;
    position: absolute;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    transform: translate(-50%, -50%);
    border-radius: 50px;
    z-index: -1;
    top: 50%;
    left: 50%;
    z-index: 2;
    opacity: 0.5;
} */

.s_top_area h3{
	text-align: center;
	font-size: 2.8rem;
	margin-bottom: 20px;
}

.s_top_area .btn_a{
	margin: 30px auto 0;
}





/* サービスページ */

.service_box{
	padding-top: 0;
}




.service_box h3{
	background-color: #2b924f;
	color: #fff;
	font-size: 2.2rem;
	padding-left: 10px;
	margin-bottom: 20px;
}

.service_box .left{
	width: 60%;
}

.service_box .right{
	width: 32%;
}

.service_box .right .img img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.service_box .wrapper{
	width: 80%;
	margin: 0 auto;
	
}

.service_box .inner{
	background-color: #fff;
	padding: 30px 0;
}

.service_box .item{
	padding: 50px 0;
	border-bottom: dashed 4px #aaa;
}

.service_box .btn_a.ch{
	width: 300px;
}

.service_box .btn_a.ch a::before{
	left: calc(50% + 110px);
}
.service_box .btn_a.ch a::after{
	left: calc(50% + 112px);
}


.service_box .item:last-child{
	border-bottom: none;
}

.service_box .item ul{
	flex-wrap: wrap;
	margin-top: 10px;
}

.service_box .item ul li{
	position: relative;
	padding-left: 25px;
}

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

.service_box .item ul li{
	margin-right: 15px;
}

.service_box .btn_a{
	margin: 30px auto 0;
}

.service_box h4{
	position: relative;
	font-size: 1.8rem;
	padding-left: 25px;
}

.service_box h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	border-top: solid 2px #ffd900;
	height: 2px;
	width: 15px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.service_box .box{
	border: solid 2px #ffd900;
	border-radius: 10px;
	padding: 15px 20px;
	margin-top: 20px;
}

.service_box .txt_link{
	color: #0000ff;
	padding: 0 5px;
	text-decoration: underline;
	letter-spacing: 0.05em;
}

.service_box .txt_link:hover{
	opacity: 0.7;
}


@media (max-width: 1500px){
	.service_box .flex_bet{
		flex-direction: column-reverse;
	}
	.service_box .left{
		width: 100%;
	}
	.service_box .right{
		width: 40%;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	/* .service_box .btn_a{
		margin: 30px auto 0;
	} */
	.service_box .after .flex_bet.ch{
		flex-direction: row;
	}
}

@media (max-width: 1200px){
	.s_top_area .inner{
		width: 88%;
	}
}

@media (max-width: 650px){
	.service_box .right{
		width: 90%;
	}
	.service_box .wrapper{
		width: 92%;
	}
	.service_box h3{
		font-size: 2rem;
	}
	.service_box .inner{
		padding: 0;
	}
	.s_top_area .naname span{
		height: calc(100% - 80px);
		width: calc(88% + 20px);
	}
	.s_top_area .item .in{
		padding: 30px 20px 40px;
	}
	.s_top_area h3{
		margin-bottom: 12px;
	}
	.kasou .service_box{
		padding-top: 0;
	}
	.service_box h4{
		font-size: 1.6rem;
		padding-left: 15px;
	}
	.service_box h4::before{
		width: 12px;
	}
	.service_box .item ul{
		justify-content: center;
	}
	.service_box .after .flex_bet.ch{
		flex-direction: column;
	}
}




/* キッチンカーページ */



.tenpo .inner .in{
	width: 80%;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 60px;
}

.tenpo .item:nth-child(even) .inner{
	transform: rotate(0.5deg);
	background-color: rgb(255, 217, 0,0.1);
	border-radius: 50px;
}
.tenpo .item:nth-child(odd) .inner{
	transform: rotate(-0.5deg);
	background-color: rgb(22, 190, 81,0.1);
	border-radius: 50px;
}

.tenpo .item .left{
	width: 50%;
}
.tenpo .item .right{
	position: relative;
	width: 46%;
}

.tenpo .item .right .ac_img{
	position: absolute;
	width: 160px;
	top: 0;
	right: 0;
	transform: translateY(-50%);
}

.tenpo .item .left img{
	clip-path: polygon(40% 2%, 8% 0, 1% 12%, 0 90%, 5% 99%, 27% 100%, 65% 99%, 93% 100%, 99% 96%, 100% 28%, 96% 2%, 67% 0);
	height: 400px;
	width: 100%;
	object-fit: cover;
}

.tenpo .item h4{
	position: relative;
	font-size: 3.2rem;
	margin-bottom: 20px;
	font-weight: bold;
	padding-left: 80px;
	width: fit-content;
}

.tenpo .item h4 .k_img{
	position: absolute;
	left: 0;
	width: 70px;
	top: 50%;
	transform: translateY(-36%);
}

.tenpo #huru .in{
	padding-bottom: 0;
}


.k_kitchen .mini_gallery01 li{
	position: relative;
	overflow: visible;
}

.k_kitchen .mini_gallery01{
	margin-top: 80px;
	overflow: visible;
	padding-bottom: 80px;
}

.k_kitchen .mini_gallery01 .ac_img{
	position: absolute;
	width: 50px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.k_kitchen .mini_gallery01 .ac_img img{
	position: relative;
	aspect-ratio: 1 / 1;
	z-index: 2;
	border-radius: 0%;
}

.k_kitchen .btn_a{
	margin: 30px auto 0;
}


@media (max-width: 1500px){
	.tenpo .item .flex_bet{
		flex-direction: column;
	}
	.tenpo .item .left{
		width: 100%;
	}
	.tenpo .item .left img{
		height: 400px;
		width: 100%;
		object-fit: cover;
	}
	.tenpo .item .right{
		width: 100%;
		margin-top: 40px;
	}
	.tenpo .inner .in{
		width: 88%;
	}
	.tenpo .item .right .ac_img{
		transform: translateY(-25%);
	}
	.k_kitchen .mini_gallery01 .ac_img{
		width: 40px;
	}
}


@media (max-width: 650px){
	.tenpo .inner .in{
		width: 92%;
	}
	.tenpo .item .left img{
		height: 260px;
	}
	.tenpo .item h4{
		font-size: 3rem;
		text-align: center;
	}
	.tenpo .item .right{
		margin-top: 20px;
	}
	.tenpo .inner .in{
		padding: 40px 0;
	}
	.tenpo .item:nth-child(even) .inner{
		border-radius: 20px;
	}
	.tenpo .item:nth-child(odd) .inner{
		border-radius: 20px;
	}
	.k_kitchen .mini_gallery01{
		margin-top: 20px;
	}
	.tenpo .item .right .ac_img{
		width: 100px;
		top: -40px;
	}
	.k_kitchen .mini_gallery01 .ac_img{
		width: 30px;
	}
}





/* 会社概要ページ */




/*ver2*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-spacing: 0 6px;
}
.info_table02 tr{
}
.info_table02 tr:last-child{
	border-bottom: none !important;
}
.info_table02 th,
.info_table02 td{
	padding: 25px 0;
	letter-spacing: 0.08em;
}
.info_table02 th{
	position: relative;
	background: #2b924f;
	width: 200px;
	font-weight: 500;
	color: #fff;
	padding-left: 20px;
	border-bottom: solid 1px #fff;
	display: table-cell;
	vertical-align: middle;
}
.info_table02 th::after{
    position: absolute;
    top: calc(50% - 10px);
    right: -8px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #2b924f;

}
.info_table02 td{
	padding-left: 40px;
	padding-right: 20px;
	background: #f5f5f5;
	border-bottom: solid 1px #fff;
}
@media (max-width: 750px){
	.info_table02 th,
	.info_table02 td{
		padding: 18px 0;
	}
	.info_table02 th{
		width: 120px;
		text-align: center;
	}
	.info_table02 td{
		padding-left: 20px;
		padding-right: 20px;
	}
}


.overview{
	position: relative;
}

.overview .f_img{
	position: absolute;
	width: 200px;
	top: 180px;
	right: 100px;
	z-index: 3;
}

.overview .img{
	position: relative;
	text-align: center;
	padding: 60px 0;
	background-color: rgb(43, 146, 79,0.1);
	border-radius: 40px;
	margin-bottom: 60px;
}

.overview .img img {
    clip-path: polygon(40% 2%, 8% 0, 1% 12%, 0 90%, 5% 99%, 27% 100%, 65% 99%, 93% 100%, 99% 96%, 100% 28%, 96% 2%, 67% 0);
	width: calc(36% + 25px);
	min-width: 400px;
	margin: 0 auto;
	height: 300px;
	object-fit: cover;
	transform: rotate(-3deg);
}

.overview .img img:last-child{
	margin-left: -50px;
	margin-top: 40px;
	transform: rotate(2deg);
}

.overview .inner{
	position: relative;
	background-color: #f2efe9;
	padding: 100px 100px;
	border-radius: 40px;
}

.overview .ac_img{
	position: absolute;
	left: 50%;
	top: 0;
	width: 90%;
	transform: translateX(-50%);
}

.overview .ac_img img{
	height: 100%;
	min-height: 40px;
	object-fit: cover;
}

@media (max-width: 1500px){
	.kasou .overview .inner{
		width: 96%;
		padding-left: 40px;
		padding-right: 40px;
	}
	
}

@media (max-width: 1200px){
	.overview .f_img{
		top: 120px;
	}
	.overview .img img{
		min-width: auto;
	}
	.kasou .overview .inner{
		padding-left: 20px;
		padding-right: 20px;
	}
	.overview .img img{
		width: calc(45% + 25px);
	}
	.overview .f_img{
		right: 30px;
		top: 150px;
		width: 150px;
	}
}

@media (max-width: 650px){
	.kasou .overview .inner{
		padding: 60px 0;
	}
	.overview .f_img{
		width: 120px;
		right: 0;
	}
	.overview .img{
		flex-direction: column;
		padding: 30px 0;
		margin-bottom: 30px;
	}
	.overview .img img{
		width: 80%;
		height: 200px;
	}
	.overview .img img:last-child{
		margin: -25px auto 0;
	}
	.overview .inner{
		border-radius: 10px;
	}
	
}





/* コンタクトページ */




.top_contact{
	background: url(../img/recruit.jpg);
	background-size: cover;
	background-position: center;
}

.top_contact .flex_bet{
	max-width: 1100px;
	margin: 0 auto;
}

.top_contact .item:last-child{
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
}

.top_contact .item a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px;
	background-color: #fff;
	border-radius: 20px;
	
}

.top_contact .item a:hover{
	background-color: #f5f5f5;
}

.top_contact .item{
	position: relative;
	width: 47%;
}

/* .top_contact .item::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 50px;
	height: 10px;
	background-color: #2b924f;
	left: 50%;
	top: 0;
	transform: translate(-50% , -50%);
	z-index: 1;
} */

.top_contact h3{
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 20px;
}

.top_contact span.ac{
	display: inline-block;
	background-color: #2b924f;
	color: #fff;
	width: 60px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 2rem;
	margin-right: 10px;
	margin-left: -20px;
}

.top_contact .num{
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 60px;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 20px;
	text-shadow: rgb(0, 0, 0, 0.05) 3px 3px 2px;
    font-family: "transat", sans-serif;
    font-weight: 700;
    font-style: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}




.top_contact .item a p span.kk{
	border: solid 1px #2b924f;
	color: #2b924f;
	font-size: 1.5rem;
	padding: 6px 8px;
	letter-spacing: 0.05em;
	font-weight: 600;
	margin-right: 15px;
}

.top_contact .item a .num{
	text-decoration: underline;
}

.top_contact .item ul{
	margin-top: 15px;
	flex-wrap: wrap;
}

.top_contact .item ul li{
	position: relative;
	padding-left: 25px;
	margin-right: 20px;
}


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

.top_contact .item .ac_img{
	position: absolute;
	width: 120px;
}

.top_contact .item .ac_img:first-child{
	top: 0;
	left: 0;
	transform: translate(-30%,-30%);
}

.top_contact .item .ac_img.ch{
	bottom: 0;
	right: 0;
	transform: translate(30%,30%);
}




input[type="checkbox"]{
	font-size: 1.8rem;
	width: 20px;
	height: 40px;
	border: solid 1px #bababa;
	background-color: #f5f5f5;
	border: solid 1px #aaa;
	display: table-cell;
	margin-bottom: 5px;
}

input[type="text"]{
	height: 60px;
	font-size: 1.8rem;
	padding: 10px;
	background: #fff;
	border: solid 1px #aaa;
	width: 100% !important;
}


input[type="email"]{
	height: 60px;
	font-size: 1.8rem;
	padding: 10px;
	background: #fff;
	border: solid 1px #aaa;
}


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

.contact_table td p {
    height: 40px;
    line-height: 40px;
    padding: 0 11px 0 8px;
}

td .box.mini {
    width: 300px !important;
    height: 40px;
}

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


.postal_btn{
	background-color: #2b924f;
	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;
}

td .box.mini{
	width: 300px !important;
	height: 40px;
}

.contact_table td p{
	height: 40px;
	line-height: 40px;
	padding: 0 11px 0 8px;
}

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


textarea{
	padding: 10px;
	font-size: 1.8rem;
	background: #fff;
	border: solid 1px #aaa;
	width: 100% !important;
	height: 120px !important;
}

.contact_table th{
	width: 30%;
}
.contact_table td{
	width: 60%;
}

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

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

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

input{
	appearance: auto;
}

.mailform .contact_table .ib div{
	display: inline-block;
	margin-right: 20px;
}

.form_box{
	padding-bottom: 0;
}

.form_attention{
	font-size: 1.6rem;
	margin-top: 40px;
	width: fit-content;
	margin: 40px auto 0;
	text-align: left;
}

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

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

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

.Label{
	font-size: 2rem;
	letter-spacing: 2px;
	padding: 1% 1%;
	display: block;
	border-bottom: solid 3px #2b924f;
	color: #2b924f;
	font-weight: bold;
	background-color: #fff;
	text-align: center;
}

.Label::before{
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2.5px solid #2b924f;
	border-right: 2.5px solid #2b924f;
	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;
}

.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.6rem;
	text-align: left;
	letter-spacing: 2px;
	padding: 1% 0;
	padding-left: 1%;
	line-height: 200%;
}

.form_accordion h4{
	margin-top: 30px;
	font-size: 1.8rem;
	position: relative;
	padding-left: 26px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #333;
}

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

.co_open{
	height: 0;
	padding-bottom: 10px;
	overflow: hidden;
}

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

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

.form_btn button:hover{
	background-color: #fff;
	color: #2b924f;
}

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

.contact_table th,.contact_table td{
	padding: 40px 0;
	border-bottom: dashed 2px #aaa;
}

.contact_table th{
	display: table-cell;
	vertical-align: middle;
}

.contact_table{
	width: 100%;
}

.mail_area{
	padding: 100px 0;
	padding-top: 0;
}

.contact{
	padding-bottom: 0;
}



.co_fir{
	padding: 150px 0;
	font-size: 2rem;
	overflow: hidden;
}

.co_fir p{
	position: relative;
	line-height: 2.4;
	letter-spacing: 0.05em;
	padding-left: 140px;
}

.co_fir p::before{
	content: "";
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	background-color: #2b924f;
	width: 170px;
	aspect-ratio: 1 / 1;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.mail_area h3 {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 20px;
    margin-bottom: 40px;
}

.mail_area h3::before {
    content: "";
    display: inline-block;
    position: absolute;
    border-left: solid 4px #2b924f;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 80%;
}

.top_contact .item:first-child .num{
	margin-top: 40px;
	margin-bottom: 40px;
}



@media (max-width: 1200px){
	.top_area .flex_bet{
		flex-direction: column;
		align-items: center;
	}
	.contact .top_area .item{
		width: 80%;
		max-width: 600px;
	}
	.contact .top_area .item + .item{
		margin-top: 40px;
	}
	.mailform{
		margin: 0 auto;
	}

	.form_ttl span{
		display: block;
	}
	.mailform table th{
		width: 100%;
		display: block;
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.mailform table td{
		width: 100%;
		display: block;
		padding-top: 0;
		padding-bottom: 20px;
	}
	.mailform th{
		border-bottom: none;
	}
	.contact .form_box{
		padding: 40px;
	}
	input[type="text"]{
		height: 48px;
	}
	input[type="email"]{
		height: 48px;
	}
	.mail_area h3{
		margin-bottom: 20px;
	}
	.top_contact .flex_bet{
		flex-direction: column;
		align-items: center;
	}
	.top_contact .item:last-child{
		margin-top: 60px;
	}
	.top_contact .item{
		width: 98%;
		max-width: 630px;
	}
	.top_contact .item ul{
		justify-content: center;
	}
}



@media (max-width: 650px){
	.sub_ttl3{
		font-size: 2.6rem;
		margin-bottom: 30px;
	}
	.form_attention{
		font-size: 1.5rem;
	}
	.contact .mail_area h3{
		font-size: 2.6rem;
		margin-bottom: 40px;
	}
	.Label{
		font-size: 1.8rem;
		padding: 3% 1%;
	}
	.form_accordion p{
		font-size: 1.5rem;
		line-height: 1.9;
	}
	.form_box h4{
		margin-bottom: 20px;
	}
	.form_box .container{
		width: 94%;
	}
	.contact .form_box{
		padding: 30px 10px;
	}
	.mailform table td{
		padding-bottom: 20px;
	}
	.mailform table th{
		padding-bottom: 10px;
	}
	.form_btn button{
		margin-top: 40px;
	}
	.form_accordion{
		margin-top: 20px;
	}
	.mail_area{
		padding: 50px 0;
	}
	.kasou section .inner.wide{
		width: 94%;
	}
	.contact_table td .flex{
		flex-direction: column;
	}
	.postal_btn{
		margin-left: 0;
		width: 180px;
		margin-top: 10px;
		font-size: 1.4rem;
	}
	.p_contact .top_area h3{
		font-size: 2.6rem;
	}
	.p_contact .top_area .tel_btn{
		width: 300px;
	}
	.p_contact .top_area .tel_btn a{
		font-size: 2.8rem;
	}
	.p_contact .top_area{
		padding: 60px 0;
	}
	.k_contact h3{
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	.p_contact .top_txt{
		padding: 40px 0;
		font-size: 1.8rem;
	}
	.top_contact .num{
		font-size: 2.8rem;
	}
	.top_contact span.ac{
		width: 40px;
		line-height: 40px;
		font-size: 1.8rem;
	}
	.top_contact .item .ac_img{
		width: 70px;
	}
	.top_contact .item:last-child{
		margin-top: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.kasou .top_contact{
		padding-bottom: 0;
	}
	.top_contact .item ul li{
		margin-right: 10px;
	}
	.top_contact .item ul li:last-child{
		margin-right: 0;
	}
	.mailform .contact_table .ib div{
		display: block;
	}
}





/*thanksページ*/

.thanks_ttl{
	text-align: center;
	line-height: 1.7;
}

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

.thanks_ttl .en{
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
}

.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 #16be51;
    color: #333;
    letter-spacing: 2px;
    padding: 15px 0;
    text-align: center;
}

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


@media (max-width: 650px){
	.thanks_txt p{
		text-align: left;
	}
}