@charset "utf-8";
/* CSS Document */
/******************************/
#top_wrapper {
	width: 100%;
	height: 94vh;
	position:relative;
	padding-bottom: 28vmin;
	margin-bottom: 1rem;
	overflow: hidden;
}
/******************************/
.mainPhoto {
	width:100%;
	height: 94vh;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
.photo01 {	
	width:43%;
	height: 40%;
	animation: slideIn01 3s 1;
	border-radius: 1rem;	
	position: absolute;
	top: 1%;
	right: 55%;
	background-image: url('../images/sample08.jpg');
	background-size: cover;
	background-position: center bottom;
}
.photo02 {
	width: 53%;
	height: 47%;
	animation: slideIn02 3s 1;
	position: absolute;
	top: 3%;
	left: 46%;
	border-radius: 1rem;
	background-image: url('../images/sample02.jpg');
	background-size: cover;
	background-position: center center;
}
.photo03 {
	width: 44%;
	height: 45%;
	position: absolute;
	top: 42%;
	left: 1%;
	animation: slideIn03 3s 1;
	border-radius: 1rem;
	background-image: url('../images/sample07.png');
	background-size: cover;
	background-position: center bottom;
}
.photo04 {
	width: 53%;
	height: 48%;
	position: absolute;
	top: 51%;
	right: 1%;
	animation: slideIn04 3s 1;
	border-radius: 1rem;
	background-image: url('../images/sample06.jpg');
	background-size: cover;
	background-position: center top;
}
@keyframes slideIn01 {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(-500px);
  }
  60% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideIn02 {
  0% {
    opacity: 0;
  }  
  10% {
    opacity: 0;
    transform: translateY(-500px);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideIn03 {
  0% {
    opacity: 0;
  }  
  20% {
    opacity: 0;
    transform: translateY(500px);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideIn04 {
  0% {
    opacity: 0;
  }  
  30% {
    opacity: 0;
    transform: translateX(500px);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*********************/
.head_catch {
	position: absolute;
	top: 30%;
	right: 1rem;
	z-index: 99;
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-end;
	color: #FFF;
}
.catch_copy {
	font-size: clamp(26px, 5.2vw, 45px);
	line-height: 1em;
	font-family: 'Noto Serif JP', serif;
	color: #FFF;
	text-shadow: 3px 3px 6px #000;
	text-align: right;
}
.catch_note {	
	font-size: clamp(10px, 3vw, 22px);
	line-height: 1em;
	margin-bottom: 0.5rem;
	font-family: 'Noto Serif JP', serif;
	text-shadow: 3px 3px 6px #000;
	text-align: right;
}
/*******/
.head_rogo_wrapper {
	width: 67vmin;
	height: 54vmin;
	position: absolute;
	top: 60vh;
	background-image: url('../images/main_block2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left -20px top 0;
	z-index: 110;
}
.head_rogo {
	padding-top: 10vmin;
	padding-left: 3vmin;
	height: auto;
	width: 53vmin;
}
.logo_phrase {
	color: #42fc56;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: clamp(10px, 3vw, 22px);
	padding-left: 1vw;
	margin-top: -3.2vw;
	text-shadow: -3px -3px 6px #000;
}
.txt_phrase {
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 10px;
	padding-left: 3vw;
	text-shadow: -3px -3px 6px #000;
}
/*****/
.head_frame {
	width: 55%;
	height: 10vmin;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url('../images/sub_block.png');
	background-size: auto 100%;
	background-position:left bottom;
}
/******/
/*************************/
.sns_wrapper a {
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	position: absolute;
	bottom: 13vmin;
	right: 1rem;
	padding: 0.5rem;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	max-width: 50vmax;
	justify-content: flex-end;
}
.sns_wrapper .follow {
	font-size: 0.7rem;
	display: inline-block;
	padding: 0 0.25rem;
	background-color: #3b6b23;
	color: #FFF;
	margin-right: 0.8rem;
}
.sns_icon {
	width: 5rem;
	height: 1.4rem;		
    background-image: url('../images/sns_icon01.png');
	background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
	margin-right: 0.7rem;
}
.insta_url {
	padding-bottom: 0.2em;
	color: #3b6b23;
	display: inline-block;
	padding-right: 1.5rem;
	font-size: 0.6rem;	
    background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}
/*********************************************************************/
#main_container {
	width: 98%;
	margin: 32px auto;
	box-sizing: border-box;
}
#blog_container {
	padding-top: 12vmin;
	position: relative;
}
/**アイテム画像　①***/
.blog_bg_img {
	position: absolute;
	width: 30%;
	height: 32vmin;
	background-image: url('../images/img_bgtest04.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	display: block;
	left: 70%;
	top: 0;
	z-index: -1;
}
/****ブログタイトル部分*****/
.main_title_wrap {
	text-align: center;
	background-image: url('../images/aibee-2.png');
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: left top 0;
	margin-bottom: 40px;	
}
.title_top {
	padding-top: 8vmin;
	margin-bottom: 5vmin;
}
.title_top .title_headtag {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
}
.title_top .title_subtxt {
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	font-family: 'Noto Serif JP', serif;
}
.title_under {
	position: relative;
}
.title_under .title_headtag {
	font-size: 4rem;
	font-weight: 900;
	letter-spacing: 0.1rem;
	position: absolute;
	top: 0%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color: #248b0d;
	opacity: 0.1;
	font-family: 'Noto Serif JP', serif;
}
.title_under .title_subtxt {
	font-size: 0.9rem;
	letter-spacing: 0.1rem;
	position: relative;
}
/****ブログ記事*****/
.blog_wrapper {
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	list-style: none;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.2rem;
}
/**boxli全部**/
.blog_wrapper .box {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 4vw;
	box-shadow: 4px 4px 4px rgba(12,68,23,0.2);
	border-radius: 0 0 0.5rem 0.5rem;
	position: relative;
	padding-bottom: 1.5rem;
	box-sizing: border-box;
}
/**liの中上部***/
.blog_boxs {
	
}
.blog_boxs .img_area {
	height: 24vmax;
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
}
.blog_boxs .img_area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/****/
.blog_head {
	padding: 0.5rem;
	margin-bottom: 8px;
	color: #333;
}
.blog_title {
	font-size: 0.9em;
	font-weight: 700;
	color: #666;
}
.post_date {
	font-size: 11px;
	font-weight:700;
	color: #666;
	text-align: right;
}
/**/
.txt_area {
	padding: 0.5em 0.25em;
}
.category_tag {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	margin-bottom: 1rem;
	list-style:none;
	margin-left: 0.5rem;
}
.category_tag li {
}
.category_tag li a {
	font-size: 10px;
	line-height: 1em;
	padding: 0.2em 0.8em;
	border-radius: 1em;
	color: #FFF;
	background-color: #248b0d;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
}
/****/
.tag_list {
	list-style:none;
	margin-left: 1rem;
	margin-bottom: 0.5rem;
	display: flex;
	flex-wrap: wrap;
}
.tags {
	font-size: 12px;
	margin-right: 1rem;
	color: #19b67d;
}
/****/
.link_wrapp {
	position:absolute;
	right: 0.4rem;
	bottom: 0.4rem;
}
.blog_link_under {
	font-size: 0.8rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-family: 'Noto Serif JP', serif;
	color: #248b0d !important;
}
.blog_link_under::after {
	content: "";
    display: block;
    width: 13px;
    height: 13px;
    background-image: url('../images/arrow.png');
    background-position: center;
    background-size: contain;
	margin-left: 4px;
}
/*****一覧ボタン*******/
.btn_style2 {
	width: 80%;
	max-width: 360px;
	background: #248b0d;
    border-radius: 1em;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0px 5px;
    color: #d3ffd1  !important;
    transition: 0.3s ease-in-out;
}
.btn_style2:hover {
    background: #a8e19b;
    color: #248b0d !important;
}
.more_view {
	font-size:0.6rem;
	display: flex;
	align-items: center;
	margin-left: 2rem;
}
.more_view::after {
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	background-image: url('../images/reef_s.png');
	background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}
.link_txt {
	padding: 0.5rem 0;
	font-size:0.8rem;
	display: flex;
	align-items: center;
}
.link_txt::after {
	content: "";
	display: block;
	width: 40px;
	height: 1em;
	background-image: url('../images/arrow_w.png');
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/***********************************************************************/
#tarm_container {
	width: 98%;
	position: relative;
	margin: 0 auto 64px auto;	
}
.tarm_title_wrap {
	text-align: center;
	padding: 10vmax 0 20vh 0;
	background-image: url('../images/img_bgtest02.png');
	background-repeat: no-repeat;
	background-size: auto 22vmax;
	background-position: left -1% bottom 0;
	display: block;
}
.tarmtitle {	
	font-family: 'Noto Serif JP', serif;
	color: #248b0d !important;
	font-size: 1.2rem;
	font-weight: 900;
	width: 80vw;
	margin: 0 auto;
}
.tarm_subtxt {	
	padding: 1rem 0;
	line-height: 1.8em;
	font-size: 0.8rem;
	width: 90%;
	max-width: 485px;
	margin: 0 auto;
}
/**背景①右**/
.tarm_titlebg {
	position: absolute;
	width: 20vmin;
	height: 20vmax;
	background-image: url('../images/img_bgtest03.png');
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	left: 78vw;
	top: -5vmin;
	z-index: -1;
}
/**背景②左**/
.tarm_bg_img2 {
	position: absolute;
	width: 100%;
	height: 20vmax;
	background-image: url('../images/img_bgtest02.png');
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	left: -1%;
	top: 40vmin;
	z-index: -1;
}
/**************/
.tarm_list_container {
	width: 98%;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 1rem;
	box-sizing: border-box;
	margin: 0 auto;
}
/****カテゴリ1こ*****/
.tarm_img_container {
	width: 30vmin;
	max-width: 128px; 
	margin-right: 1.6vmin;
	margin-bottom: 4vmin;
}
/*画像囲み**/
.tarm_img_container a {
	width: 100%;
	height: 31vmin;
	max-height: 128px;
	display: block;
	overflow: hidden;
	position: relative;
	border: solid 1px #CCC;
}
.tarm_img_container a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.linktxt03 {
	position: absolute;
	bottom: 4px;
	right: 4px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1em;
	vertical-align: middle;
	background-color: rgba(52,147,6,0.8);
	color: #f9fff8;
	padding: 2px 4px;
	border-radius: 1rem;
}
.linktxt03::after {
	content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url('../images/arrow_w.png');
    background-position: center;
    background-size: cover;
	margin-left: 5px;
}
.tarm_name_container {
	text-align: center;
	font-size: 76%;
	font-weight: 700;
	padding-top: 0.25rem;
	color: #979797;
	letter-spacing: 0.1em;
}
/**********************************************************************/
#about_container {	
	width: 98%;
	position: relative;
	margin: 0 auto 32px auto;
}
.about_title_wrap {	
	overflow: hidden;
}
/**背景③右**/
.about_img_rt {
	position: absolute;
	width: 42%;
	height: 36vmin;
	background-image: url('../images/img_bgtest01.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	display: block;
	left: 58%;
	top: 0;
	z-index: -1;
}
.about_title_top {	
	padding-right: 40%;
	text-align: center;
}
.about_subtxt {	
	font-family: 'Noto Serif JP', serif;
	color: #248b0d !important;
	font-size: 0.7rem;
	font-weight: 900;
	padding-top: 64px;
	margin-bottom: 1rem;
	background-image: url('../images/t-head_img.png');
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center top 16px;
}
.about_title {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(18px, 4vw, 22px);
	font-weight: 900;
	max-width: 400px;
	margin: 4vmin auto 11vmin auto;
	display: block;
	line-height: 1.8em;
}
.about_title_under {
	margin-bottom: 1.2rem;
	padding: 0 10px;
}
.about_txt {
	font-size: 0.8rem;
	line-height: 1.8em;
}
/***/
.service_wrapp {
	width: 92%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.service_box {
	width: 30%;
	overflow: hidden;
	margin: 0 1.5%;
	text-align: center;
}
.service_box img{
	width: 100%;
	height: calc(100vw * 0.18);
	border: solid 6px #ccc;
	box-sizing: border-box;
	object-fit: cover;
}
.service {	
	font-size: clamp(13px, 2.4vw, 18px);
}
/*******************************************/
#googlemaps {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
/********************************************************/
#corporate_container {
	width: 100%;
	padding-top: 6.6vmin;
	background-image: url('../images/bottom_top_block.png');
	background-repeat: no-repeat;
	background-size: auto 6vmin;
	background-position: left top;
}
.corporate_top {
	background-image: url('../images/bottom_block.png');
	background-repeat: repeat-x;
	background-size: auto 6vmin;
	padding-top: 6.6vmin;
}
.corporate_wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 64px 0;
	box-sizing: border-box;
	background: linear-gradient(#d9e6d2, #FFF);
}
.inc_logo {
	width: 25%;
	min-width: 250px;
	padding: 1rem 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}
.inc_note {	
	width: 30%;
	padding: 0 1em;
	min-width: 300px;
	box-sizing: border-box;
	line-height: 1.8rem;
	letter-spacing: 0.1em;
	margin-bottom:1rem;
	font-size: 14px;
}
.inc_info {	
	width: 45%;
	padding: 0 1em;
	min-width: 300px;
	box-sizing: border-box;
}
.inq_table table {
	border-collapse: collapse;
	border: none !important;
}
.inq_table table td:first-of-type {
	width: 6rem !important;
}
.inq_table table tr{
	border-bottom: dotted 1px #ccc;
}
.inq_table td {
	padding: 1rem 0.5em 0.5em 0.5em;
	border: none;
	text-align: left;
	font-size: 13px;
	letter-spacing: 0.1em;
	white-space: normal;
	word-break: normal;
}

/***********************************SP*************************************************/
@media screen and (max-width: 475px) {
/**************************************************************************************/
	.blog_wrapper .box {
		width: 98%;
		margin-right: 2%;
	}
	.blog_boxs {
		width: 100%;
		display: flex;
	}	
	.blog_boxs .img_area {
		width: 50%;
		height: 16vmax;
		max-height: 198px;
	}
	.blog_boxs .b_title_area {
		width: 50%;
		padding: 0.5em;
		box-sizing: border-box;
	}
	.box .b_title_area .blog_head .blog_title {
		font-size: 14px;
		margin-bottom: 1rem;
	}	
	.box .b_title_area .blog_head .post_date  {
		font-size: 12px;
	}
	/****/
	.txt_area {
		width: 100%;
		padding: 0.25em;
		box-sizing: border-box;
	}
	.category_tag {
		min-height: 2rem;
	}
	/*********/
	.service_box {
		width: 100%;
		overflow: hidden;
		display: flex;
		align-items: center;
		margin: 0 0 1.2rem 0;
		text-align: left;
	}
	.r_sbox {
		flex-direction: row-reverse;
		text-align: right;
	}	
	.service_box img{
		width: 50%;
		height: calc(100vw * 0.28);
		border: solid 6px #ccc;
		box-sizing: border-box;
		object-fit: cover;
	}
	.service_name {
		width: 50%;
		padding: 0.5rem;
		box-sizing: border-box;
	}
	.service {	
		font-size: clamp(13px, 3.8vw, 16px);
	}
	/*****/
	.about_img_rt {
		height: 36vmax;
	}
}


