@charset "UTF-8";

/*
========================================

	km.css
	class name >> .km_***
    
========================================
*/

body {
	font-family:/*YakuHanJP,*/'FP-ヒラギノUD丸ゴ StdN W4','Noto Sans JP','Hiragino Kaku Gothic Pro','Osaka','Meiryo','MS PGothic',Sans-Serif;
	font-display:swap;
}

.num {
	font-family:'Roboto Mono', monospace,Sans-Serif;
	font-display:swap;
}

.font-light {font-family:/*YakuHanJP,*/'FP-ヒラギノUD丸ゴ StdN W3','Noto Sans JP','Hiragino Kaku Gothic Pro','Osaka','Meiryo','MS PGothic',Sans-Serif;}
.font-semibold {font-family:/*YakuHanJP,*/'FP-ヒラギノUD丸ゴ StdN W5','Noto Sans JP','Hiragino Kaku Gothic Pro','Osaka','Meiryo','MS PGothic',Sans-Serif;}
.font-bold {font-family:/*YakuHanJP,*/'FP-ヒラギノUD丸ゴ StdN W6','Noto Sans JP','Hiragino Kaku Gothic Pro','Osaka','Meiryo','MS PGothic',Sans-Serif;}

.km_display-1 {font-size:calc(1.725rem + 5.7vw);}
.km_display-2 {font-size:calc(1.675rem + 5.1vw);}
.km_display-3 {font-size:calc(1.575rem + 3.9vw);}
.km_display-4 {font-size:calc(1.475rem + 2.7vw);}

.km_display-5 {font-size:calc(1.375rem + 1.5vw);}
.km_display-6 {font-size:calc(1.325rem + 1.1vw);}
.km_display-7 {font-size:calc(1.325rem + .9vw);}
.km_display-8 {font-size:calc(1.3rem + .6vw);}
.km_display-9 {font-size:calc(1.275rem + .3vw);}
.km_display-10 {font-size:calc(1.1rem + .25vw);}

@media (min-width: 1024px) {
	.km_display-1 {font-size:calc(1.675rem + 5.1vw);}
	.km_display-2 {font-size:calc(1.575rem + 3.9vw);}
	.km_display-3 {font-size:calc(1.475rem + 2.7vw);}
	.km_display-4 {font-size:calc(1.375rem + 1.5vw);}
}

/*ボタン*/
.km_normal_btn,
.km_normal_btn02,
.km_normal_btn03,
.km_gradient_btn,
.km_contact_btn,
.km_service_btn,
.km_resolution_btn  {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.km_normal_btn {
	background: #1f9947;
	border: 2px solid #1f9947;
	/*border-radius: 60px;*/
	color: #fff;
	/*display: block;*/
	font-weight: semibold;
	/*max-width: 300px;
	padding: 15px 40px;*/
	text-align: center;
}
.km_normal_btn:hover {
	background: #fff;
	color: #1f9947 !important;
}
.km_normal_btn:hover  {
	background: #fff;
	color: #1f9947 !important;
}

.km_normal_btn02 {/*/*km-yellowgreen*/
	background: #8BB220;
	border: 2px solid #8BB220;
	/*border-radius: 60px;*/
	color: #fff;
	/*display: block;*/
	font-weight: semibold;
	/*max-width: 300px;
	padding: 15px 40px;*/
	text-align: center;
}
.km_normal_btn02:hover {
	background: #fff;
	color: #8BB220 !important;
}
.km_normal_btn02:hover  {
	background: #fff;
	color: #8BB220 !important;
}

.km_normal_btn03 {/*km-bluegreen*/
	background: #008892;
	border: 2px solid #008892;
	/*border-radius: 60px;*/
	color: #fff;
	/*display: block;*/
	font-weight: semibold;
	/*max-width: 300px;
	padding: 15px 40px;*/
	text-align: center;
}
.km_normal_btn03:hover {
	background: #fff;
	color: #008892 !important;
}
.km_normal_btn03:hover  {
	background: #fff;
	color: #008892 !important;
}

.km_gradient_btn {
	background: linear-gradient(90deg, #00a541 0%, #91c31e 50%,#00a541 100%);
	background-size: 200% 100%;
	border: none;
	color: #fff;
	font-weight: semibold;
	text-align: center;
}

.km_gradient_btn:hover {
	background-position: 100% 0;
	color: #fff;
}
 
.km_contact_btn {
	background: linear-gradient(90deg, #00a541 0%, #91c31e 50%,#00a541 100%);
	background-size: 200% 100%;
	border: none;
	color: #fff;
	font-weight: semibold;
	text-align: center;
	position: relative;
	max-width: 460px;
	margin: auto;
  }
.km_contact_btn:hover {
	background-position: 100% 0;
	color: #fff;
}
.km_contact_btn::before,
.km_contact_btn::after {
	position: absolute;
	z-index: 2;
	content: '';
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-radius: 9999px;
	opacity: 0;
}
.km_contact_btn::before {
	top: 0px;
	left: 0px;
}
.km_contact_btn::after {
	bottom: 0px;
	right: 0px;
}
.km_contact_btn:hover::before,
.km_contact_btn:hover::after {
	width: 100%;
	height: 100%;
	opacity: 0.7;
}
.km_contact_btn:hover::before {
	border-bottom-color: #fff;
	border-left-color: #fff;
	transition: height .1s, width .1s .1s, opacity .2s .2s;
}
.km_contact_btn:hover::after {
	border-top-color: #fff;
	border-right-color: #fff;
	transition: height .1s, width .1s .1s, opacity .2s .2s;
}

.km_service_btn {
	background: rgba(255,255,255,0.8);
	font-weight: semibold;
	box-shadow: none;
	/*border:3px solid transparent;*/
}
.km_service_btn:hover  {
	background: rgba(255,255,255,1);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	/*border:3px solid #fff;*/
}
.km_service_btn .km_service_btn_arrowdown {
	margin:0 auto;
	width: 36px;
}
.km_service_btn:hover .km_service_btn_arrowdown {
	opacity: 1;
	animation: flash 1.4s;
}

.km_resolution_btn {
	background: rgba(255,255,255,0.8);
	font-weight: semibold;
	box-shadow: none;
	border:3px solid transparent;
}
.km_resolution_btn:hover  {
	background: rgba(255,255,255,1);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	border:3px solid #fff;
}
.km_resolution_btn .km_resolution_btn_arrowdown {
	margin:0 auto;
	width: 36px;
}
.km_resolution_btn:hover .km_resolution_btn_arrowdown {
	opacity: 1;
	animation: flash 1.4s;
}


  @keyframes flash {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }

  @media (min-width: 1024px) {
	/*.km_service_btn {
		min-height: 20vh;
	}*/
  }

/*手書き風枠*/

.km_rounded01 {
	border-radius: 50% 60% 70% 60% / 60% 70% 70% 70% !important;
}
.km_rounded02 {
	border-radius: 40% 60% 40% 50% / 60% 60% 50% 60% !important;
}
.km_rounded03 {
	border-radius: 40% 40% 50% 40%/30% 50% 50% 50% !important;
}
.km_rounded04 {
	border-radius: 70% 60% 50% 50% / 50% 60% 70% 80% !important;
}
.km_rounded05 {
	border-radius: 80% 30% 50% 50%/50% !important;
}

@media (min-width: 1024px) {
	.km_rounded01_lg {
		border-radius: 50% 60% 70% 60% / 60% 70% 70% 70% !important;
	}
	.km_rounded02_lg {
		border-radius: 40% 60% 40% 50% / 60% 60% 50% 60% !important;
	}
	.km_rounded03_lg {
		border-radius: 40% 40% 50% 40%/30% 50% 50% 50% !important;
	}
	.km_rounded04_lg {
		border-radius: 70% 60% 50% 50% / 50% 60% 70% 80% !important;
	}
	.km_rounded05_lg {
		border-radius: 80% 30% 50% 50%/50% !important;
	}
}

@media (min-width: 1280px) {
	.km_rounded01_xl {
		border-radius: 50% 60% 70% 60% / 60% 70% 70% 70% !important;
	}
	.km_rounded02_xl {
		border-radius: 40% 60% 40% 50% / 60% 60% 50% 60% !important;
	}
	.km_rounded03_xl {
		border-radius: 40% 40% 50% 40%/30% 50% 50% 50% !important;
	}
	.km_rounded04_xl {
		border-radius: 70% 60% 50% 50% / 50% 60% 70% 80% !important;
	}
	.km_rounded05_xl {
		border-radius: 80% 30% 50% 50%/50% !important;
	}
}

/*header*/

header {
	position: fixed;
	top:0;/*必須*/
	width: 100%;
	/*z-index: 999;*/
	z-index: 11;
	background: #fff;
	border-bottom: 4px solid rgba(31,153,71,0.5);
}

header .km_logo {
	width: 50vw;
	max-width: 164px !important;
}

.km_fill_white path,
.km_fill_white polygon {
	fill:#fff;
}

.km_header_nav {
	position: absolute;
	right: 0;
	left: 0;
	top: 64px;/*header height border-bottom抜き*/
	width: 100%;
	height: calc(100vh - 66px);
	transform: translateX(100%);
	/*background: radial-gradient(at 100% 10%, #1f9947, #00a541);*/
	background-color: #c4f0ff;
    background-image: url("/common/cmn_img/bg_sky.png");/*fallback*/
    background-image: url("/common/cmn_img/bg_sky_cloud.svg"), none;
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
	transition: ease .4s;/*-----リサイズ時のチラつき防止したい場合は、ここをコメントアウトしてactiveのみとする*/
	overflow: auto;
}

.km_nav_items {
	position: absolute;
	top: 16px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
	width: 90%;
	max-width: 460px;
}

@media (min-width: 640px) {

	.km_nav_items {
		position: absolute;
		top: 45%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 0;
		width: 90%;
		max-width: 460px;
	}
}

@media (min-width: 1024px) {

	.km_header_nav {
		position: static;
		transform: initial;
		background-color: inherit;
		height: inherit;
		display: flex;
		justify-content: end;
		width: auto;
		background:transparent;
		background-color: #fff;
	}

	.km_nav_items {
		position: relative;
		top:auto;
		left:auto;
		transform:none;
		padding: 0;
		max-width: none;

		width: 100%;
		display: flex;
		align-items: center;
		height: initial;
		justify-content: space-between;
	}

	.km_nav_items li {
		display: flex;
		align-items: center;
		height: 100%;
	}

	div.tel_info {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 88px;/*header-height*/
	}
}

@media (min-width: 1024px) {

	header .km_logo {
		max-width: 180px !important;
	}

}

@media (min-width: 1280px) {

	header .km_logo {
		max-width: 224px !important;
	}

}
 
@media (min-width: 1920px) {

	header {
		background-color: #ECFCCB;/*lime-100*/
		background-repeat: repeat-y;
		background-size: 60% 100%;
		background-position: 0 0;
		background-image: linear-gradient(#fff,#fff);
	}

	header .km_logo {
		max-width: 240px !important;
	}

}

  /* ハンバーガーメニュー */

  .km_ham_btn_box {
	width: 60px;
	height: 48px;
  }
  
  .km_ham_btn {
	background-color: transparent;
	border-color: transparent;
	z-index: 9999;
	padding: 0.5rem 1rem;
  }
  
  @media (min-width: 1024px) {
	.km_ham_btn {
	  display: none;
	}
  }
    
.km_ham_btn span {
	width: 100%;
	height: 1px;
	position: relative;
	transition: ease .4s;
	display: block;
}

.km_ham_btn span:nth-child(1) {
	top: 0;
	background-color: #1f9947;
}

.km_ham_btn span:nth-child(2) {
	margin: 8px 0;
	background-color: #1f9947;
}

.km_ham_btn span:nth-child(3) {
	top: 0;
	background-color: #1f9947;
}

/* ハンバーガーメニュークリック後のスタイル */

.km_header_nav.active {
	transform: translateX(0);
	transition: ease .4s;
}

.km_ham_btn.active span:nth-child(1) {
	top: 9px;
	transform: rotate(45deg);
}

.km_ham_btn.active span:nth-child(2) {
	opacity: 0;
}

.km_ham_btn.active span:nth-child(3) {
	top: -9px;
	transform: rotate(-45deg);
} 

/*breadcrumb*/

.km_breadcrumb {
	padding:0.5rem 1rem;
	font-size: 75%;
}
.km_breadcrumb .km_breadcrumb_group {
	display: block;
}
.km_breadcrumb .km_breadcrumb_group li{
	display: inline;
	color: #007025;
}
.km_breadcrumb .km_breadcrumb_group li a {
	display: inline-block;
}
.km_breadcrumb .km_breadcrumb_group li:last-child {
	color:#007025;
}
.km_breadcrumb_itemlink[href]:hover {
	opacity: 0.5;
}
.km_breadcrumb_group > * + * {
	margin-left: 0.25em;
}
.km_breadcrumb_group > * + *::before {
	content: "/";
	margin-left: 0.5em;
	margin-right: 0.5em;
	opacity: 0.5;
	color: #1F9947;
}

  @media (min-width: 1024px) {
	.km_breadcrumb {
		padding: 0.5rem 2rem;
		font-size: 82.5%;
	  }

	  .km_breadcrumb .km_breadcrumb_group {
		display: flex;
	  }

	  .km_breadcrumb_group > * + * {
		margin-left: 0.5em;
	  }

	  .km_breadcrumb_group > * + *::before {
		content: "/";
		margin-left: 0.75em;
		margin-right: 0.75em;
	  }
  }

/*Hero*/

#title {
	padding-top: 64px;/*header height*/
}

.bj_hero_catch {
	max-width: 672px;
}

@media (min-width: 1024px) {

	#title {
		padding-top: 88px;/*header height*/
	}

	.bj_hero_catch {
		max-width: 1920px;
	}
}

.km_min_h65 {
	min-height:65vh;
}

/*pagetop*/

#km_page_top {
	display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
	width: 48px;
	height: 48px;
	background: #1f9947;
	border-radius: 999px;
	padding-top: 4px;
    opacity: 0; 
	z-index: 99;
	cursor: pointer;
  }

/*----------------------------------------
   parts
----------------------------------------*/

.balloon {
    position: relative;
    padding: 32px 32px 48px 32px;
    border-radius: 16px;;
    background-color: #fff;
}

.balloon::before {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 36px;
    bottom: -12px; 
    left: 42%;
    margin-left: 0;
    background-color: #fff;
    border-radius: 0 50px 0 50px;
    z-index: -1;
}

.balloon::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 36px;
    bottom: -6px; 
    left: 45%;
    margin-left: 0;
    background-color: #c4f0ff;
    border-radius: 0 50px 0 50px;
    z-index: -1;
    transform: rotate(30deg);
}

.balloon_l {
    position: relative;
    padding: 32px;
    border-radius: 16px;;
    background-color: #fff;
}

.balloon_l::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 24px; 
    left: -24px;
    border: 12px solid transparent;
    border-right: 24px solid #fff;
    transform: rotate(30deg);
  }

.balloon_r {
    position: relative;
    padding: 32px;
    border-radius: 16px;;
    background-color: #fff;
}

.balloon_r::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 24px; 
    right: -24px;
    border: 12px solid transparent;
    border-left: 24px solid #fff;
    transform: rotate(-30deg);
  }

@media (min-width: 640px) {

.balloon_l_rev {
    position: relative;
    padding: 32px;
    border-radius: 16px;;
    background-color: #fff;
}

.balloon_l_rev::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 24px; 
    left: auto;
    right: -24px;
    border: 12px solid transparent;
    border-right: 24px solid #fff;
    transform: rotate(150deg);
    }
    
}/*@media end*/

.que .balloon_l {
    background-color: #BFDBFE;
    }

.que .balloon_l::before {
    border-right: 24px solid #BFDBFE;
}

div#talk {
    background:rgba(196,240,255,1);
}

	/*==================================
	ふわっ
	===================================*/
	
	/* 下から */
	
	.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes fadeUpAnime{
	  from {
		opacity: 0;
		transform: translateY(100px);
	  }
	
	  to {
		opacity: 1;
		transform: translateY(0);
	  }
	}
	
	/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
	 
	/*.fadeInTrigger,*/
	.fadeUpTrigger/*,
	.fadeDownTrigger,
	.fadeLeftTrigger,
	.fadeRightTrigger*/{
		opacity: 0;
	}

	/*==================================
	ボンッ、ヒュッ
	===================================*/
	
	/* 拡大 */
	.zoomIn{
		animation-name:zoomInAnime;
		/*animation-duration:0.5s;*/
		animation-duration:1s;
		animation-fill-mode:forwards;
	}
	
	@keyframes zoomInAnime{
	  from {
		transform: scale(0.6);
		opacity: 0;
	  }
	
	  to {
		transform: scale(1);
		opacity: 1;
	  }
	}

	/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
	 
	.zoomInTrigger/*,
	.zoomOutTrigger*/{
		opacity: 0;
	}

	/*==================================================
	アニメーション設定
	===================================*/
	
	/* アニメーションの回数を決めるCSS*/
	
	.count2{  
		animation-iteration-count: 2;/*この数字を必要回数分に変更*/
	}
	
	.countinfinite{  
		animation-iteration-count: infinite;/*無限ループ*/
	}
	
	/* アニメーションスタートの遅延時間を決めるCSS*/

	.delay-time025{  
		animation-delay: 0.25s;
	}
	
	.delay-time05{  
		animation-delay: 0.5s;
	}
	
	.delay-time075{  
		animation-delay: 0.75s;
	}
	
	.delay-time1{  
		animation-delay: 1s;
	}

	.delay-time125{  
		animation-delay: 1.25s;
	}
	
	.delay-time15{  
		animation-delay: 1.5s;
	}

	.delay-time175{  
		animation-delay: 1.75s;
	}
	
	.delay-time2{  
		animation-delay: 2s;
	}
	
	.delay-time25{  
		animation-delay: 2.5s;
	}
	
	/* アニメーション自体が変化する時間を決めるCSS*/
	
	.change-time05{  
		animation-duration: 0.5s;
	}
	
	.change-time1{  
		animation-duration: 1s;
	}
	
	.change-time15{  
		animation-duration: 1.5s;
	}
	
	.change-time2{  
		animation-duration: 2s;
	}
	
	.change-time25{  
		animation-duration: 2.5s;
	}
	