@charset "UTF-8";
/**
 * Swiper 4.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 13, 2017
 */
 
html{
	overflow-x: hidden;
}
 
.swiper-container {
	margin: 0 auto;
	position: relative;
	/*overflow: hidden;*/
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}




.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}
.swiper-invisible-blank-slide {
	visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
	-webkit-perspective: 1180px;
	perspective: 1180px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to left, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top:-15px;
	z-index: 99999 !important;
	cursor: pointer;
	background-size: 30px 30px;
	background-position: center;
	background-repeat: no-repeat;
	transform: translate3d(0px, 0px, 100px);
	
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background:url(/wp-content/themes/kamacho/css/swiper/../img/controls_prev.png) top center no-repeat;
	background-size:30px 30px;
	width:30px;
	height:30px;
	left:30px;
	right: auto;
	z-index: 99999 !important;
	transform: translate3d(0px, 0px, 100px);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background:url(/wp-content/themes/kamacho/css/swiper/../img/controls_next.png) top center no-repeat;
	background-size:30px 30px;
	width:30px;
	height:30px;
	right: 30px;
	left: auto;
	z-index: 99999 !important;
	transform: translate3d(0px, 0px, 100px);
}


.swiper-button-next{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.swiper-button-prev{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}





.swiper-button-next:hover{
	filter:alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.swiper-button-prev:hover{
	filter:alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}







.swiper-button-next02, .swiper-button-prev02 {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top:-15px;
	z-index: 99999 !important;
	cursor: pointer;
	background-size: 30px 30px;
	background-position: center;
	background-repeat: no-repeat;
	
}


.swiper-button-prev02, .swiper-container-rtl .swiper-button-next02 {
	background:url(/wp-content/themes/kamacho/css/swiper/../img/controls_prev.png) top center no-repeat;
	background-size:30px 30px;
	width:30px;
	height:30px;
	left: 30px;
	right: auto;
	z-index: 99999 !important;
}

.swiper-button-next02, .swiper-container-rtl .swiper-button-prev02 {
	background:url(/wp-content/themes/kamacho/css/swiper/../img/controls_next.png) top center no-repeat;
	background-size:30px 30px;
	width:30px;
	height:30px;
	right: 30px;
	left: auto;
	z-index: 99999 !important;
}


.swiper-button-next:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.swiper-button-prev:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}







/*
.swiper-button-next a:hover img,
.swiper-button-prev a:hover img{
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}
*/

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
/*
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: -40px;
	left: 0;
	width: 100%
}*/


.swiper-container .swiper-pagination {
	bottom: -40px;
	left: 0;
	width: 100%
}	
	
	
.swiper-container02 .swiper-pagination {
	bottom: 0px;
	left: 0;
	width: 100%
}	


.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

/* swiper-pagination color*/
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #0c74b4
}



.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}
.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}
.swiper-scrollbar-cursor-drag {
	cursor: move
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.swiper-slide-zoomed {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube {
	overflow: visible
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}
.swiper-container-flip {
	overflow: visible
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

/*
@media all and (min-width: 0px) and (max-width: 1025px) {
.swiper-button-next:hover{
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.swiper-button-prev:hover{
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

}

*/


.swiper-container .swiper-slide img{
    opacity: 0.7;
	-moz-transition: .3s;
   -webkit-transition: .3s;
   -o-transition: .3s;
   -ms-transition: .3s;
   transition: .3s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.swiper-container .swiper-slide.swiper-slide-active img{
    opacity: 1;
}


	
.swiper-container .swiper-slide a{
	pointer-events: none;
}

.swiper-container .swiper-slide.swiper-slide-active a{
	pointer-events:auto; 
}


@media all and (min-width: 0px) and (max-width: 896px) {
/*
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right, rgba(0,0,0,.0), rgba(0,0,0,0));
	background-image: -o-linear-gradient(right, rgba(0,0,0,.0), rgba(0,0,0,0));
	background-image: linear-gradient(to left, rgba(0,0,0,.0), rgba(0,0,0,0))


}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.0), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,.0), rgba(0,0,0,0));
	background-image: linear-gradient(to right, rgba(0,0,0,.0), rgba(0,0,0,0))


}	
	*/

.swiper-container .swiper-slide img{
    opacity: 0.5;
	-moz-transition: .3s;
   -webkit-transition: .3s;
   -o-transition: .3s;
   -ms-transition: .3s;
   transition: .3s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	
}

	
	
.swiper-container .swiper-slide.swiper-slide-active img{
    opacity: 1;
}
	
	
	
.swiper-container .swiper-pagination {
	bottom: -30px;
	left: 0;
	width: 100%
}	
	
	
.swiper-container02 .swiper-pagination {
	bottom: 0px;
	left: 0;
	width: 100%
}	
	


.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px
}


.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top:-5px;
	z-index:99999 !important;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	transform: translate3d(0px, 0px, 1px);
}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background:url(/wp-content/themes/kamacho/css/swiper/../img/controls_prev.png) top center no-repeat;
	background-size:100% auto;
	width:15px;
	height:15px;
	left: 18px;
	right: auto;
	transform: translate3d(0px, 0px, 1px);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background:url(/wp-content/themes/kamacho/css/swiper/../img/controls_next.png) top center no-repeat;
	background-size:100% auto;
	width:15px;
	height:15px;
	right: 18px;
	left: auto;
	transform: translate3d(0px, 0px, 1px);
}
	
	
.swiper-button-next02, .swiper-button-prev02 {
	position: absolute;
	top:42%;
	width: 27px;
	height: 44px;
	margin-top:0;
	z-index:99999 !important;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	
}

.swiper-button-prev02, .swiper-container-rtl .swiper-button-next02 {
	background:url(/wp-content/themes/kamacho/css/swiper/../img/controls_prev.png) top center no-repeat;
	background-size:100% auto;
	width:15px;
	height:15px;
	left: 10px;
	right: auto;
	
}

.swiper-button-next02, .swiper-container-rtl .swiper-button-prev02 {
	background:url(/wp-content/themes/kamacho/css/swiper/../img/controls_next.png) top center no-repeat;
	background-size:100% auto;
	width:15px;
	height:15px;
	right: 10px;
	left: auto;
		
}


	
	
@media all and (min-width: 600px) and (max-width: 896px) {

	.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top:-5px;
	z-index:99999 !important;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	transform: translate3d(0px, 0px, 1px);
}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background:url(/wp-content/themes/kamacho/css/swiper/../img/controls_prev.png) top center no-repeat;
	background-size:100% auto;
	width:25px;
	height:25px;
	left: 30px;
	right: auto;
	transform: translate3d(0px, 0px, 1px);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background:url(/wp-content/themes/kamacho/css/swiper/../img/controls_next.png) top center no-repeat;
	background-size:100% auto;
	width:25px;
	height:25px;
	right: 30px;
	left: auto;
	transform: translate3d(0px, 0px, 1px);
}
	
	
.swiper-button-next02, .swiper-button-prev02 {
	position: absolute;
	top:45%;
	width: 27px;
	height: 44px;
	margin-top:0;
	z-index:99999 !important;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	transform: translate3d(0px, 0px, 1px);
}

.swiper-button-prev02, .swiper-container-rtl .swiper-button-next02 {
	background:url(/wp-content/themes/kamacho/css/swiper/../img/controls_prev.png) top center no-repeat;
	background-size:100% auto;
	width:25px;
	height:25px;
	left: 15px;
	right: auto;
	transform: translate3d(0px, 0px, 1px);
}

.swiper-button-next02, .swiper-container-rtl .swiper-button-prev02 {
	background:url(/wp-content/themes/kamacho/css/swiper/../img/controls_next.png) top center no-repeat;
	background-size:100% auto;
	width:25px;
	height:25px;
	right: 15px;
	left: auto;
	transform: translate3d(0px, 0px, 1px);	
}

	
	
	
	
	
	
	
	
	
	
	}
	
	


}
/*
.swiper-container img{
	width: 100% !important;
	height: auto !important;
}
*/.en{font-family:'Roboto',sans-serif;font-weight:400;letter-spacing:.075rem}html{font-size:62.5%;overflow-y:scroll}body,p{margin:0;padding:0;border:none;line-height:100%;list-style-type:none;font-style:normal;font-family:'Noto Sans JP',sans-serif;font-weight:400;text-align:left;color:#000;word-break:break-all}h1,h2,h3,h4,h5,h6{line-height:1;letter-spacing:.075rem;margin:0}body{min-width:1040px}body a{color:#000;text-decoration:none}body a img{transition:0.4s}img{vertical-align:bottom;max-width:100%;height:auto}*,*:after,*:before{box-sizing:border-box}p,dt,dd,li,th,td{font-size:1.4rem;line-height:2;word-break:break-all}input,button,textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0;resize:none;outline:none;background:none;font-family:'Noto Sans JP',sans-serif}figure{margin:0;padding:0}.pc{display:block}.pc_inline{display:inline}.sp{display:none}.txt_marker{background:-webkit-linear-gradient(#fff0 60%,#d7c200 60%);background:-o-linear-gradient(#fff0 60%,#d7c200 60%);background:linear-gradient(#fff0 60%,#d7c200 60%)}.tel-link a{text-decoration:none;color:#333}.bold{font-weight:700!important}.object-fit-img{display:block;width:100%;height:100%;object-fit:cover;font-family:'object-fit: cover;'}.btn{position:relative;display:block;width:100%;max-width:220px;text-align:center;padding:25px 10px;font-size:1.4rem;font-weight:700;color:#FFF;background:#000;border-radius:30px;box-sizing:border-box;transition:.4s}.btn:after{position:absolute;right:20px;top:50%;margin-top:-7px;display:block;content:'';background:url(/wp-content/themes/kamacho/css/../img/common/ico-link_white.svg) no-repeat center center;background-size:100% auto;width:16px;height:16px}.btn:hover{text-decoration:none;background:#333;color:#FFF}.btn.white{color:#000;background:#FFF}.btn.white:after{position:absolute;right:20px;top:50%;margin-top:-8px;display:block;content:'';background:url(/wp-content/themes/kamacho/css/../img/common/ico-link.svg) no-repeat center center;background-size:100% auto;width:16px;height:16px}.btn.green{color:#FFF;background:#094}.btn.red{color:#FFF;background:#d10019}.btn.green:hover,.btn.red:hover{opacity:.7}.btn.external:after{position:absolute;right:18px;top:50%;margin-top:-7px;display:block;content:'';background:url(/wp-content/themes/kamacho/css/../img/common/ico-external_white.svg) no-repeat center center;background-size:100% auto;width:15px;height:15px}.txt_link.external{position:relative}.txt_link.external:after{position:relative;top:-2px;display:inline-block;vertical-align:middle;margin-left:7px;content:'';background:url(/wp-content/themes/kamacho/css/../img/common/ico-external_green02.png) no-repeat center center;background-size:100% auto;width:15px;height:15px}.ttl_section{font-weight:400;color:#008738;margin:0 0 20px 0}.ttl_section .en{display:block;font-size:3.4rem;margin-bottom:10px}.ttl_section .jp{display:block;font-size:1.6rem}.subttl_section{font-size:2.4rem;font-weight:400;color:#008738;margin:0 0 30px 0}.txt_lead{font-size:1.6rem;letter-spacing:.035rem;line-height:1.75}.ttl_border{font-size:3rem;font-weight:700;color:#008738;border-top:4px solid #008738;padding:20px 0 0 0;margin:0 0 50px 0;box-sizing:border-box}@media screen and (max-width:1040px){body{min-width:inherit}body,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li,dl,dt,dd,table,th,td,img{letter-spacing:.05rem}}@media screen and (min-width:768px){body{padding-top:66px}}@media screen and (max-width:767px){body{min-width:inherit;padding-top:60px}img{width:100%;max-width:inherit}.pc{display:none}.pc_inline{display:none}.sp{display:block}.btn{width:100%;max-width:inherit;padding:20px 10px;font-size:3.73vw}.ttl_section{margin:0 0 5% 0}.ttl_section .en{font-size:6.8vw}.ttl_section .jp{font-size:3.73vw}.subttl_section{font-size:5.07vw;margin:0 0 7% 0}.txt_lead{font-size:3.73vw}.ttl_border{font-size:5.867vw;border-top:3px solid #008738;padding:4% 0 0 0;margin:0 0 8% 0}}.wrapper{width:100%;margin:0 auto}.wrap{max-width:1340px;width:100%;margin:0 auto}.inner{position:relative;width:92%;max-width:1100px;margin:0 auto}.clearfix{overflow:hidden;zoom:1}.clearfix:after{content:"";display:block;clear:both}.header_wrap{position:fixed;top:0;left:0;right:0;display:flex;justify-content:flex-start;align-items:center;margin:0 auto;padding:15px 0 15px 2%;z-index:888;background:#FFF;box-sizing:border-box}.header_wrap .logo{width:17%;max-width:259px;margin:0;padding:0}.header_wrap .gnav_wrap{width:55%;padding-left:30px;box-sizing:border-box}.header_wrap .gnav_wrap .gnav{display:flex;margin:0;padding:0;list-style:none}.header_wrap .gnav_wrap .gnav li{font-size:1.4rem;font-weight:700}.header_wrap .gnav_wrap .gnav li+li{margin-left:20px}.header_wrap .gnav_wrap .gnav li .external{position:relative}.header_wrap .gnav_wrap .gnav li .external:after{position:relative;top:-2px;display:inline-block;vertical-align:middle;margin-left:5px;content:'';background:url(/wp-content/themes/kamacho/css/../img/common/ico-external.svg) no-repeat center center;background-size:100% auto;width:13px;height:13px}.header_wrap .gnav_wrap .gnav li a{transition:.4s}.header_wrap .gnav_wrap .gnav li a:hover{opacity:.7}.header_wrap .language_wrap{position:absolute;top:0;right:180px;width:12%;max-width:100px;height:100%;background:#efefef}.header_wrap .language{display:flex;justify-content:center;align-items:center;height:100%;margin:0;padding:0;list-style:none}.header_wrap .language li{position:relative}.header_wrap .language li:not(:last-of-type):after{position:relative;top:2px;display:inline-block;margin:0 5px;content:'';width:1px;height:15px;background:#95ad9f}.header_wrap .language li a{font-family:'Roboto',sans-serif;font-weight:700;font-size:1.4rem;color:#95ad9f}.header_wrap .language li.active a{color:#000}.header_wrap .h_contact{position:absolute;top:0;right:0;width:18%;max-width:180px;height:100%}.header_wrap .h_contact .contact-btn{position:relative;display:flex;justify-content:center;align-items:center;text-align:center;font-size:1.4rem;color:#FFF;font-weight:700;background:#008738;height:100%;box-sizing:border-box;transition:.4s}.header_wrap .h_contact .contact-btn:before{position:relative;display:inline-block;margin-right:10px;content:'';background:url(/wp-content/themes/kamacho/css/../img/common/ico-mail.svg) no-repeat center center;background-size:100% auto;width:23px;height:23px}.menu-trigger{display:none}@media screen and (max-width:1040px){.header_wrap .gnav_wrap{width:60%;padding-left:20px}.header_wrap .gnav_wrap .gnav li+li{margin-left:10px}.header_wrap .h_contact{width:15%;max-width:150px}.header_wrap .language_wrap{right:150px;width:8%;max-width:80px}}@media screen and (max-width:767px){.header_wrap{padding:4% 0 4% 2%;height:60px;justify-content:flex-start}.header_wrap .logo{width:62%;max-width:259px}.menu-trigger{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;right:0;top:0;padding:10px 14px 0 0;z-index:999;cursor:pointer}.menu-trigger:before{content:'';display:block;background:#008738;height:60px;position:absolute;right:0;top:0;width:60px;z-index:-1}.menu-trigger:after{content:'MENU';color:#fff;position:absolute;top:40px;white-space:nowrap;z-index:1}.menu-trigger span{width:30px;height:1px;background:#fff}.menu-trigger span+span{margin-top:10px}.open .menu-trigger span{border-bottom:none;height:2px}.open .menu-trigger span:nth-of-type(1){display:none}.open .menu-trigger span:nth-of-type(2){transform:rotate(-45deg);margin-top:12px}.open .menu-trigger span:nth-of-type(3){transform:rotate(45deg);margin-top:-2px}.header_wrap .gnav_wrap{display:none;width:100%;position:fixed;top:0;left:0;right:0;margin:0 auto;background:rgb(255 255 255 / .9);height:100%;padding:14% 5% 24% 5%;-webkit-overflow-scrolling:touch;overflow-y:auto;box-sizing:border-box;z-index:997}.header_wrap .gnav_wrap .gnav{display:block}.header_wrap .gnav_wrap .gnav li{font-size:3.46vw;text-align:center}.header_wrap .gnav_wrap .gnav li+li{margin-left:0;margin-top:4%}.header_wrap .gnav_wrap .gnav li .external:after{top:-.7vw;width:3vw;height:3vw}.header_wrap .language_wrap,.header_wrap .h_contact{display:none}.header_wrap .sp .h_contact{display:block}.header_wrap .h_contact{position:relative;top:0;right:0;left:0;margin:6% auto 0 auto;width:100%;max-width:inherit;height:auto}.header_wrap .h_contact .contact-btn{position:relative;font-size:3.46vw;padding:5% 2%}.header_wrap .h_contact .contact-btn:before{width:6vw;height:6vw}.header_wrap .h_tel{position:fixed;top:0;right:60px;z-index:99}.header_wrap .tel_btn{display:flex;justify-content:center;align-items:center;flex-direction:column;width:60px;height:60px;padding:7% 0 4% 0;background:#1d2088;box-sizing:border-box}.header_wrap .tel_btn img{width:6.2vw;max-width:25px}.header_wrap .tel_btn p{text-align:center;color:#FFF;font-size:11px;margin-top:3px}}.footer_wrap{position:relative;background:#efefef;overflow:hidden}.footer_wrap .inner{display:flex;justify-content:space-between}.footer_wrap .f_nav_wrap{width:62%;padding:40px 0;box-sizing:border-box}.footer_wrap .f_nav_wrap ul{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;margin:0 0 0 0;padding:0;list-style:none}.footer_wrap .f_nav_wrap ul+ul{margin-top:16px}.footer_wrap .f_nav_wrap li+li{margin-left:40px}.footer_wrap .f_nav_wrap .first_level a{font-size:1.4rem;font-weight:700;color:#008739}.footer_wrap .f_nav_wrap ul.child_menu li{position:relative}.footer_wrap .f_nav_wrap ul.child_menu li+li{margin-left:0}.footer_wrap .f_nav_wrap ul.child_menu li:not(:last-of-type):after{position:relative;display:inline-block;vertical-align:middle;margin:0 16px;content:'';background:#000;width:1px;height:12px}.footer_wrap .f_nav_wrap ul.child_menu li a{font-size:1.2rem;font-weight:400;color:#000}.footer_wrap .f_nav_wrap ul li a:hover{text-decoration:underline}.footer_wrap .f_nav_wrap li .external{position:relative}.footer_wrap .f_nav_wrap li .external:after{position:relative;top:-1px;display:inline-block;vertical-align:middle;margin-left:5px;content:'';background:url(/wp-content/themes/kamacho/css/../img/common/ico-external.svg) no-repeat center center;background-size:100% auto;width:12px;height:12px}.footer_wrap .f_logo_wrap{margin:40px 0 0 0;display:flex;justify-content:flex-start;align-items:center}.footer_wrap .f_logo_wrap .logo{margin:0}.footer_wrap .f_logo_wrap .txt{font-size:1.4rem;line-height:1.45;margin:0 0 0 20px}.footer_wrap .f_bnr_wrap{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;width:36%;max-width:393px;background:#008738;box-sizing:border-box}.footer_wrap .f_bnr_wrap:after{position:absolute;top:0;right:-100%;display:block;content:'';width:100%;height:100%;background:#008738}.footer_wrap .f_bnr_wrap .f_bnr{display:block;width:92%;max-width:350px;text-align:left;margin:0 0 0 auto;padding:35px 0;background:#10ad51;box-sizing:border-box;transition:.4s}.footer_wrap .f_bnr_wrap .f_bnr:hover{opacity:.7}.footer_wrap .f_bnr_wrap .f_bnr+.f_bnr{margin-top:14px}.footer_wrap .f_bnr_wrap .f_bnr span{position:relative;font-size:2rem;font-weight:700;text-align:center;color:#FFF;padding:0 0 0 85px;box-sizing:border-box}.footer_wrap .f_bnr_wrap .f_bnr span:before{position:absolute;top:50%;margin-top:-15px;left:37px;display:block;content:'';background-size:100% auto!important}.footer_wrap .f_bnr_wrap .f_bnr .ico-form:before{background:url(/wp-content/themes/kamacho/css/../img/common/ico-mail.svg) no-repeat center center;width:30px;height:30px}.footer_wrap .f_bnr_wrap .f_bnr .ico-recruit:before{background:url(/wp-content/themes/kamacho/css/../img/common/ico-recruit.svg) no-repeat center center;width:30px;height:30px}.footer_wrap .f_bnr_wrap .f_bnr.bnr{background:none;padding:0;margin-top:17px}.copy{background:#FFF;padding:10px 0;box-sizing:border-box}.copy .inner{display:flex;justify-content:space-between;align-items:center}.copy .nav_link{display:flex;justify-content:flex-start;align-items:center;margin:0;padding:0;list-style:none}.copy .nav_link li{position:relative;font-size:1rem}.copy .nav_link li:not(:last-of-type):after{position:relative;top:-1px;display:inline-block;vertical-align:middle;margin:0 16px;content:'';background:#000;width:1px;height:12px}.copy .nav_link li a span{position:relative;display:inline;padding-bottom:3px;border-bottom:1px solid #9e9e9e;box-sizing:border-box}.copy .nav_link li a:hover span{border-bottom:none}.copy p{text-align:right;font-size:1rem}@media screen and (max-width:767px){.footer_wrap .inner{display:block;width:100%}.footer_wrap .f_nav_wrap{width:92%;padding:8% 0 10%;margin:0 auto}.footer_wrap .f_nav_wrap ul+ul{margin-top:10px}.footer_wrap .f_nav_wrap li+li{margin-left:20px}.footer_wrap .f_nav_wrap .first_level a{font-size:3.47vw}.footer_wrap .f_nav_wrap ul.child_menu li{line-height:1.5}.footer_wrap .f_nav_wrap ul.child_menu li:not(:last-of-type):after{margin:0 14px;height:3.2vw}.footer_wrap .f_nav_wrap ul.child_menu li a{font-size:2.8vw}.footer_wrap .f_logo_wrap{margin:8% 0 0 0;display:block}.footer_wrap .f_logo_wrap .logo{width:85%;max-width:282px;margin:0 0 8px}.footer_wrap .f_logo_wrap .txt{font-size:2.5vw;line-height:1.7;margin:0}.footer_wrap .f_bnr_wrap{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;max-width:inherit;padding:8% 4%}.footer_wrap .f_bnr_wrap:after{display:none}.footer_wrap .f_bnr_wrap .f_bnr{display:block;width:100%;max-width:inherit;text-align:left;margin:0 auto;padding:37px 0 35px 0}.footer_wrap .f_bnr_wrap .f_bnr+.f_bnr{margin-top:10px}.footer_wrap .f_bnr_wrap .f_bnr span{font-size:5.3vw;padding:0 0 0 22vw}.footer_wrap .f_bnr_wrap .f_bnr span:before{margin-top:-3.4vw;left:10vw;background-size:100% auto!important}.footer_wrap .f_bnr_wrap .f_bnr .ico-form:before{width:7.4vw;height:7.4vw}.footer_wrap .f_bnr_wrap .f_bnr .ico-recruit:before{width:7.4vw;height:7.4vw}.copy{padding:14px 4%}.copy .inner{display:block}.copy .nav_link{justify-content:center;margin:0 0 10px 0}.copy .nav_link li{font-size:2.67vw}.copy .nav_link li:not(:last-of-type):after{top:-1px;margin:0 14px;height:3.4vw}.copy p{text-align:center;font-size:2.67vw}}.sec-contact{padding:85px 0 95px 0;box-sizing:border-box}.sec-contact .ttl_section{text-align:center;margin-bottom:45px}.sec-contact .txt_lead{text-align:center}.sec-contact .contact_box{margin:35px auto 0 auto;display:flex;justify-content:space-between;align-items:center}.sec-contact .contact_box .tel_wrap{width:50%}.sec-contact .contact_box .tel_wrap .tel{color:#008738;text-align:center;font-weight:700;font-size:3.6rem;line-height:1}.sec-contact .contact_box .tel_wrap .ico-tel{position:relative}.sec-contact .contact_box .tel_wrap .ico-tel:before{position:relative;top:-9px;display:inline-block;vertical-align:middle;margin-right:14px;content:'';background:url(/wp-content/themes/kamacho/css/../img/common/ico-tel.svg) no-repeat center center;background-size:100% auto;width:46px;height:46px}.sec-contact .contact_box .tel_wrap .tel .tel-link{font-size:5rem;line-height:1}.sec-contact .contact_box .tel_wrap .tel .tel-link a{color:#008738}.sec-contact .contact_box .txt{text-align:center;font-size:1.4rem;margin-top:3px}.sec-contact .contact_box .txt .pc_inline{display:inline;position:relative}.sec-contact .contact_box .txt .pc_inline:before{display:inline-block;vertical-align:middle;content:'　/　'}.sec-contact .contact_box .form_wrap{width:50%;border-left:1px solid #999}.sec-contact .contact_box .form_wrap a{width:94%;margin:0 0 0 auto;display:block;color:#FFF;text-align:center;background:#008738;font-size:3.2rem;font-weight:700;padding:30px 10px 20px 10px;box-sizing:border-box;transition:.4s}.sec-contact .contact_box .form_wrap a:hover{opacity:.7}.sec-contact .contact_box .form_wrap .ico-form{position:relative}.sec-contact .contact_box .form_wrap .ico-form:before{position:relative;top:-2px;display:inline-block;vertical-align:middle;margin-right:14px;content:'';background:url(/wp-content/themes/kamacho/css/../img/common/ico-mail.svg) no-repeat center center;background-size:100% auto;width:46px;height:46px}.sec-contact .contact_box .form_wrap .txt{color:#FFF}@media screen and (max-width:1040px){.sec-contact .contact_box .tel_wrap .tel{font-size:3.4rem}.sec-contact .contact_box .tel_wrap .tel .tel-link{font-size:4.6rem}}@media screen and (max-width:767px){.sec-contact{padding:12% 0}.sec-contact .ttl_section{margin-bottom:8%}.sec-contact .contact_box{margin:6% auto 0 auto;display:block}.sec-contact .contact_box .tel_wrap{width:100%}.sec-contact .contact_box .tel_wrap .tel{font-size:6.13vw}.sec-contact .contact_box .tel_wrap .ico-tel:before{top:-1.2vw;margin-right:10px;width:8vw;height:8vw}.sec-contact .contact_box .tel_wrap .tel .tel-link{font-size:7.73vw;line-height:1}.sec-contact .contact_box .txt{font-size:2.4vw;margin-top:3px}.sec-contact .contact_box .txt .pc_inline{display:block;margin:10px 0}.sec-contact .contact_box .txt .pc_inline:before{display:none}.sec-contact .contact_box .form_wrap{width:100%;border-left:none;margin-top:6%}.sec-contact .contact_box .form_wrap a{width:100%;margin:0 auto;font-size:6.13vw;padding:16px 10px 10px 10px}.sec-contact .contact_box .form_wrap .ico-form:before{top:-2px;margin-right:10px;background-size:100% auto;width:10vw;height:10vw}}.pnkz{background:#f7f7f7;padding:11px 0 14px 0;box-sizing:border-box}.pnkz ul{display:flex;flex-wrap:wrap;justify-content:flex-start;padding:0}.pnkz li{position:relative;list-style:none}.pnkz li,.pnkz li a{font-size:1.1rem}.pnkz li:not(:last-of-type):after{position:relative;top:-1px;display:inline-block;margin:0 7px;vertical-align:middle;content:'';width:6px;height:6px;border-top:1px solid #000;border-right:1px solid #000;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.pnkz li.home:before{position:relative;top:-2px;display:inline-block;content:'';margin:0 7px 0 0;vertical-align:middle;background:url(/wp-content/themes/kamacho/css/../img/common/ico-home.png) no-repeat center center;background-size:100% auto;width:12px;height:9px}.pnkz li a:hover{text-decoration:underline}.page_ttl{padding:35px 0;box-sizing:border-box}.page_ttl .ttl{font-size:4rem;font-weight:700}.page_main{position:relative}.page_main:before{position:absolute;left:0;top:0;display:block;content:'';background:rgb(24 111 43 / .56);width:100%;height:100%}.page_main img{height:360px}.arrow{position:relative}.arrow:after{display:inline-block;vertical-align:middle;margin-left:10px;content:'';position:relative;top:-1px;background:url(/wp-content/themes/kamacho/css/../img/common/ico-link.svg) no-repeat center center;background-size:100% auto!important;width:12px;height:12px}.arrow.green:after{background:url(/wp-content/themes/kamacho/css/../img/common/ico-link_green.svg) no-repeat center center;width:16px;height:16px}.txt_link:hover{text-decoration:underline}.tbl{width:100%;max-width:1000px;margin:0 auto;border-collapse:collapse;border-spacing:0}.tbl th,.tbl td{font-size:1.6rem;font-weight:400;letter-spacing:.075rem;line-height:1.75;padding:15px;border:1px solid #008738;box-sizing:border-box}.tbl th{vertical-align:top;width:240px;background:#dceee4}.tbl td dl{margin:0;padding:0}.tbl td dl+dl{margin-top:20px}.tbl td dt,.tbl td dd{font-size:1.6rem;font-weight:400;letter-spacing:.075rem;line-height:1.75;box-sizing:border-box}.tbl td dt{font-weight:700}.tbl td dd{margin:0;padding:0 0 0 17px}.tbl td dd img{margin-top:10px}.sec-ttl{font-size:3rem;font-weight:700;line-height:1.5;color:#008738;margin-bottom:40px;padding-top:15px;border-top:4px solid #008738;box-sizing:border-box}.tac{text-align:center}.tar{text-align:right}@media screen and (max-width:767px){.pnkz{padding:8px 0 11px 0}.pnkz li,.pnkz li a{font-size:2.5vw}.page_ttl{padding:5% 0}.page_ttl .ttl{font-size:7.5vw}.page_main{position:relative}.page_main img{height:42vw}.sec-ttl{font-size:5.897vw;margin-bottom:8%;padding-top:15px;border-top:3px solid #008738;box-sizing:border-box}.tbl{max-width:inherit;border-bottom:1px solid #008738}.tbl th,.tbl td{display:block;font-size:3.733vw;letter-spacing:.01rem;padding:10px 15px;border-bottom:none}.tbl th{width:100%}.tbl td dl+dl{margin-top:4%}.tbl td dt,.tbl td dd{font-size:3.733vw;letter-spacing:.01rem}.tbl td dd{margin:0;padding:0 0 0 3vw}.tbl td dd img{width:auto;max-width:100%;margin:10px auto 0 auto}}.related-blog{padding:70px 0 70px 0;background:#46a28d;box-sizing:border-box}.related-blog .ttl_section{color:#FFF;font-size:3.4rem;margin-bottom:40px;text-align:center}.post_wrap.post-blog{display:flex;justify-content:flex-start;align-items:flex-start}.post_wrap.post-blog .post{width:31%;max-width:383px;margin:0 3.5% 0 0}.post_wrap.post-blog .post:nth-of-type(3n){margin-right:0}.post_wrap.post-blog .post-img{position:relative;background:#FFF;height:201px}.post_wrap.post-blog .post-img .post-cat{position:absolute;left:0;top:0;display:inline-block;font-size:1.4rem;color:#FFF;background:#008738;padding:1px 14px 4px 14px;box-sizing:border-box;z-index:2}.post_wrap.post-blog .post-img img{position:relative;z-index:1}.post_wrap.post-blog .post-txt .post-date{font-size:1.4rem;color:#FFF;margin-top:5px}.post_wrap.post-blog .post-txt .post-ttl{font-size:2rem;font-weight:700;color:#FFF}.related-blog .btn_wrap{margin:55px auto 0 auto}.related-blog .btn_wrap .btn{margin:0 auto;max-width:180px}@media screen and (max-width:767px){.related-blog{padding:8% 5%;width:100%}.related-blog .ttl_section{font-size:6.8vw;margin-bottom:8%}.post_wrap.post-blog{display:block;overflow:hidden}.post_wrap.post-blog .post{width:100%;max-width:inherit;margin:0}.post_wrap.post-blog .post+.post{margin-top:0}.post_wrap.post-blog .post-img{height:42vw}.post_wrap.post-blog .post-img .post-cat{font-size:2.4vw;line-height:1.5;padding:1px 14px 2px 14px}.post_wrap.post-blog .post-txt .post-date{font-size:2.8vw}.post_wrap.post-blog .post-txt .post-ttl{font-size:3.47vw}.related-blog .btn_wrap{width:100%;margin:10% auto 0 auto}.related-blog .btn_wrap .btn{margin:0 auto;max-width:inherit}.post_wrap.post-blog .navigation-wrap{display:none}.post_wrap.post-blog.active .navigation-wrap{text-align:center;display:flex;align-items:center;justify-content:center;position:relative;margin-top:30px}.post_wrap.post-blog .swiper-pagination{position:static;text-align:center;transition:300ms opacity;transform:translate3d(0,0,0);z-index:10}.post_wrap.post-blog .swiper-pagination-bullet{background:#ccc;width:10px;height:10px;display:inline-block;border-radius:100%;margin:0 5px;opacity:1}.post_wrap.post-blog .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff}.post_wrap.post-blog .swiper-button-prev,.post_wrap.post-blog .swiper-button-next{position:static;width:10px;height:10px;z-index:10;cursor:pointer;border-top:2px solid #fff;border-right:2px solid #fff;margin:2px 10px;opacity:1}.post_wrap.post-blog .swiper-button-prev{transform:rotate(-135deg)}.post_wrap.post-blog .swiper-button-next{transform:rotate(45deg)}}.related-products{padding:70px 0 70px 0;box-sizing:border-box}.related-products .swiper-wrapper{flex-wrap:wrap}.related-products .ttl_section{font-size:3.4rem;margin-bottom:40px;color:#000;text-align:center}.related-products .post_wrap.post-product{display:flex;justify-content:flex-start;align-items:flex-start}.related-products .post_wrap.post-product .post{width:calc(92% / 5);max-width:200px;margin:0 2% 10px 0}.related-products .post_wrap.post-product .post:nth-of-type(5n){margin-right:0}.related-products .post_wrap.post-product .post-img{position:relative;background:#FFF;height:201px}.related-products .post_wrap.post-product .post-img img{position:relative;z-index:1}.related-products .post_wrap.post-product .post-txt .post-ttl{margin-top:15px;font-size:1.6rem;color:#000;line-height:1.5}.swiper-button-next,.swiper-button-prev{z-index:99!important}@media screen and (max-width:767px){.related-products{padding:8% 5%;margin-bottom:8%;width:100%}.related-products .swiper-wrapper{flex-wrap:nowrap}.related-products .ttl_section{font-size:6.8vw;margin-bottom:8%}.related-products .post_wrap.post-product{display:block;overflow:hidden}.related-products .post_wrap.post-product .post{width:100%;max-width:inherit;margin:0}.post_wrap.post-product .post+.post{margin-top:0}.related-products .post_wrap.post-product .post-img{height:66vw}.related-products .post_wrap.post-product .post-txt .post-ttl{font-size:3.47vw}.related-products .post_wrap.post-product .navigation-wrap{display:none}.related-products .post_wrap.post-product.active .navigation-wrap{text-align:center;display:flex;align-items:center;justify-content:center;position:relative;margin-top:30px}.related-products .post_wrap.post-product .swiper-pagination{position:static;text-align:center;transition:300ms opacity;transform:translate3d(0,0,0);z-index:10}.related-products .post_wrap.post-product .swiper-pagination-bullet{background:#ccc;width:10px;height:10px;display:inline-block;border-radius:100%;margin:0 5px;opacity:1}.related-products .post_wrap.post-product .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#000}.related-products .post_wrap.post-product .swiper-button-prev,.post_wrap.post-product .swiper-button-next{position:static;width:10px;height:10px;z-index:10;cursor:pointer;border-top:2px solid #000;border-right:2px solid #000;margin:2px 10px;opacity:1}.related-products .post_wrap.post-product .swiper-button-prev{transform:rotate(-135deg)}.related-products .post_wrap.post-product .swiper-button-next{transform:rotate(45deg)}}body.modal{position:fixed;left:0;right:0;top:0}.modal_wrapper{display:none}.close-btn{position:absolute;right:4%;top:4%;z-index:1001;cursor:pointer}.modal_wrap{position:fixed;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;width:100%;height:100vh;padding:4% 0;box-sizing:border-box;overflow:auto;z-index:1000}.modal_wrap .overlay{position:fixed;left:0;right:0;top:0;bottom:0;width:100%;height:100vh;background:rgb(255 255 255 / .85)}.modal_box_wrap{height:92%}.modal_wrap .modal_box{position:absolute;top:50%;transform:translateY(-50%);width:92%;max-width:1100px;margin:0 auto;z-index:1001}.modal_wrap .modal_box .modal-logo{position:absolute;top:26%;left:0;right:0;margin:auto;width:35%;max-width:380px;height:10vw;max-height:160px;z-index:10}.modal_wrap .modal_box .flex-box{position:relative;display:flex}.modal_wrap .modal_box .main_box{position:relative;width:50%}.modal_wrap .modal_box .main_box .btn_wrap{position:absolute;bottom:170px;left:0;right:0;margin:0 auto}.modal_wrap .modal_box .main_box .btn_wrap .btn{display:flex;justify-content:center;align-items:center;margin:0 auto;width:62%;max-width:340px;height:5.7vw;max-height:90px;padding:10px 10px;font-size:2rem;border-radius:45px}.modal_wrap .modal_box .main_box .btn_wrap .btn:after{margin-top:-10px;width:20px;height:20px}.modal_wrap .modal_box .img-main img{width:100%;max-width:550px}.modal_wrap .modal_box .modal_bnr{position:absolute;left:0;right:0;bottom:0;text-align:center;padding:16px;background:rgb(0 0 0 / .65);box-sizing:border-box}.modal_wrap .modal_box .modal_bnr a{margin:0 auto;text-align:center}@media screen and (max-width:767px){.close-btn{right:4%;top:4%}.modal_wrap{padding:20% 0}.modal_wrap .modal_box{width:98%}.modal_wrap .modal_box .modal-logo{top:22%;width:50%;max-width:360px;height:auto;max-height:inherit}.modal_wrap .modal_box .main_box .btn_wrap{bottom:24vw}.modal_wrap .modal_box .main_box .btn_wrap .btn{width:80%;max-width:inherit;height:auto;max-height:inherit;padding:10% 10px;font-size:4.267vw;border-radius:50px}.modal_wrap .modal_box .main_box .btn_wrap .btn:after{right:10%;margin-top:-2vw;width:4vw;height:4vw}.modal_wrap .modal_box .img-main img{max-width:inherit}.modal_wrap .modal_box .modal_bnr{padding:15px}}.fv{overflow:hidden;aspect-ratio:1340/620}.fv-swiper-container{height:100%;position:relative;top:0}.fv .swiper-slide{position:relative}.fv .slide-txt{position:absolute;left:42px;bottom:50px;font-size:4.6rem;line-height:1.4;font-weight:700;color:#FFF;text-shadow:0 10px 15px rgb(0 0 0 / .75);z-index:2}.fv .slide-img{position:relative;z-index:1}@media screen and (max-width:767px){.fv{aspect-ratio:5/4}.fv .slide-img{height:auto}.fv .slide-img img{height:auto}.fv .slide-txt{left:4%;bottom:10%;font-size:6.4vw;line-height:1.6}}.sec-product{position:relative;padding:40px 0 0 0;box-sizing:border-box}.sec-product .ttl_wrap{position:absolute;left:0;right:0;margin:0 auto}.sec-product .wrap-inner{width:32%;max-width:364px;padding-right:55px;padding-left:30px;box-sizing:border-box}.sec-product .btn_wrap{margin:55px 0 0 0}.sec-product .btn_wrap .btn{padding:23px 10px 27px 10px}.sec-product .btn_wrap .btn+.btn{margin-top:15px}.sec-product .tab_wrap{position:relative;margin:0 0 0 auto;width:68%;max-width:950px}.sec-product .tab_list{display:flex;justify-content:center;margin:0;padding:0;list-style:none}.sec-product .tab_list li{width:36%;max-width:340px;font-size:1.6rem;font-weight:700;text-align:center;color:#666;background:#efefef;padding:16px 10px 17px 10px;box-sizing:border-box;cursor:pointer}.sec-product .tab_list li.active{color:#FFF;background:#008738}.sec-product .tab_list li+li{margin-left:2px}.sec-product .tab_cnts{margin-top:2px}.tab_cnts .tab_box{display:none}.tab_cnts .tab_box.show{display:block}.product_box{position:relative;margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap}.product_box li{position:relative;width:calc(100% / 3);max-width:316px}.product_box li.w50{width:50%;max-width:475px}.product_box .txt{position:absolute;left:0;bottom:0;padding:30px;box-sizing:border-box;z-index:2}.product_box .txt .ttl_box{font-size:2rem;font-weight:700;line-height:1.4;color:#FFF;margin:0 0 15px 0;padding:0}.product_box .txt .txt_box{display:none;font-size:1.3rem;color:#FFF;margin:0;padding:0;line-height:1.46;opacity:0;transition:.4s}.product_box .img{position:relative;overflow:hidden;z-index:1}.product_box .img .hover{width:100%;max-width:inherit}.product_box a:hover .txt .txt_box{display:block;opacity:1}.product_box a:hover .img .hover{transform:scale(1.1)}@media screen and (max-width:1040px){.product_box .txt{left:0;bottom:0;padding:0 15px 15px 15px}}@media screen and (max-width:767px){.sec-product{padding:11% 0 0 0}.sec-product .ttl_wrap{position:relative}.sec-product .wrap-inner{width:100%;max-width:inherit;padding:0 4%}.sec-product .btn_wrap{width:85%;margin:10% auto 0 auto}.sec-product .btn_wrap .btn{padding:17px 10px 22px 10px}.sec-product .btn_wrap .btn+.btn{margin-top:10px}.sec-product .tab_wrap{position:relative;margin:12% auto 0 auto;width:100%;max-width:inherit}.sec-product .tab_list li{width:44%;max-width:inherit;font-size:3.2vw;padding:11px 10px 12px 10px}.product_box{position:relative;margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap}.product_box li{position:relative;height:40vw;width:50%;max-width:inherit}.product_box li.w50{width:50%;max-width:inherit}.product_box li .img{height:100%}.product_box li .img img{height:100%;object-fit:cover}.product_box .txt{left:0;bottom:0;padding:0 10px 0 10px;width:100%}.product_box .txt .ttl_box{font-size:4vw;margin-bottom:15px;text-align:center}.product_box .txt .txt_box{display:none}.product_box a:hover .txt .txt_box{display:none;opacity:0}}.sec-new_topic{padding:85px 0;background:#f8f8f8;box-sizing:border-box}.sec-new_topic .ttl_wrap{display:flex}.sec-new_topic .ttl_section{margin-bottom:45px}.sec-new_topic .txt_lead{margin-left:32px}.post_wrap.post-info{margin-bottom:50px}.post_wrap.post-info .post{position:relative;display:flex;justify-content:flex-start;align-items:flex-start;border-bottom:1px solid #999;padding:20px 50px 20px 25px;box-sizing:border-box}.post_wrap.post-info .post:after{position:absolute;right:20px;top:50%;margin-top:-8px;display:block;content:'';background:url(/wp-content/themes/kamacho/css/../img/common/ico-link.svg) no-repeat center center;background-size:100% auto;width:16px;height:16px}.post_wrap.post-info .post .post-date{width:148px;font-size:1.4rem;color:#666}.post_wrap.post-info .post .post-ttl{width:calc(100% - 148px);font-size:1.6rem;line-height:1.75}.post_wrap.post-info .post .post-ttl span{position:relative;display:inline;padding-bottom:3px;border-bottom:1px solid #9e9e9e;box-sizing:border-box}.post_wrap.post-info .post .post-ttl:hover span{border-bottom:none}.post_wrap.post-product,.post_wrap.post-voice{display:flex;justify-content:flex-start;align-items:flex-start;margin-bottom:20px}.post_wrap.post-product .post,.post_wrap.post-voice .post{position:relative;width:32%;max-width:350px;margin:0 2% 25px 0;box-sizing:border-box}.post_wrap.post-product .post:nth-of-type(3n),.post_wrap.post-voice .post:nth-of-type(3n){margin-right:0}.post_wrap.post-product .post .post-img,.post_wrap.post-voice .post .post-img{width:100%;height:300px}.post_wrap.post-product .post .post-ttl,.post_wrap.post-voice .post .post-ttl{margin:13px 0 0 0;font-size:1.6rem;line-height:1.75;font-weight:700}.post_wrap.post-product .post a,.post_wrap.post-voice .post a{display:block;transition:.4s}.post_wrap.post-product .post a:hover,.post_wrap.post-voice .post a:hover{opacity:.7}.sec-new_topic .btn_wrap{margin:60px auto 0 auto}.sec-new_topic .btn_wrap .btn{margin:0 auto;padding:23px 10px 27px 10px}@media screen and (max-width:767px){.sec-new_topic{padding:12% 0}.sec-new_topic .ttl_wrap{display:block}.sec-new_topic .ttl_section{margin-bottom:6%}.sec-new_topic .txt_lead{margin-left:0;margin-bottom:4%}.post_wrap.post-info{margin-bottom:12%}.post_wrap.post-info .post{display:block;padding:4% 0;box-sizing:border-box}.post_wrap.post-info .post:after{content:none}.post_wrap.post-info .post .post-date{width:100%;font-size:2.8vw}.post_wrap.post-info .post .post-ttl{width:100%;font-size:3.73vw}.post_wrap.post-product,.post_wrap.post-voice{display:block;width:100%;overflow:hidden}.post_wrap.post-product .post,.post_wrap.post-voice .post{position:relative;max-width:inherit;box-sizing:border-box;margin:0}.post_wrap.post-product .post .post-img,.post_wrap.post-voice .post .post-img{height:54vw}.post_wrap.post-product .post+.post,.post_wrap.post-voice .post+.post{margin-top:0}.post_wrap.post-product .post .post-ttl,.post_wrap.post-voice .post .post-ttl{margin:10px 0 0 0;font-size:4.2vw}.sec-new_topic .btn_wrap{width:85%;margin:8% auto 0 auto}.sec-new_topic .btn_wrap .btn{margin:0 auto;padding:18px 10px 22px 10px}.swiper-slide{height:auto}.swiper-slide a{display:block;height:100%}.post_wrap.post-product .navigation-wrap,.post_wrap.post-voice .navigation-wrap{text-align:center;display:flex;align-items:center;justify-content:center;position:relative;margin-top:30px}.post_wrap.post-product .swiper-pagination,.post_wrap.post-voice .swiper-pagination{position:static;text-align:center;transition:300ms opacity;transform:translate3d(0,0,0);z-index:10}.post_wrap.post-product .swiper-pagination-bullet,.post_wrap.post-voice .swiper-pagination-bullet{background:#000;width:10px;height:10px;display:inline-block;border-radius:100%;margin:0 5px}.post_wrap.post-product .swiper-pagination-bullet.swiper-pagination-bullet-active,.post_wrap.post-voice .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#008738}.post_wrap.post-product .swiper-button-prev,.post_wrap.post-product .swiper-button-next,.post_wrap.post-voice .swiper-button-prev,.post_wrap.post-voice .swiper-button-next{position:static;width:10px;height:10px;z-index:10;cursor:pointer;border-top:2px solid #008738;border-right:2px solid #008738;margin:2px 10px;opacity:1}.post_wrap.post-product .swiper-button-prev,.post_wrap.post-voice .swiper-button-prev{transform:rotate(-135deg)}.post_wrap.post-product .swiper-button-next,.post_wrap.post-voice .swiper-button-next{transform:rotate(45deg)}}@media screen and (max-width:767px){.post_wrap.post-product .post .post-img img,.post_wrap.post-voice .post .post-img img{height:200px}}.sec-after_service{position:relative;display:flex;justify-content:space-between;align-items:flex-start;padding:100px 0;box-sizing:border-box}.sec-after_service .ttl_wrap{width:36%;padding-right:7%;box-sizing:border-box}.sec-after_service .ttl_section{margin-bottom:35px}.sec-after_service .btn_wrap{margin:55px 0 0 0}.sec-after_service .img{width:64%;max-width:700px}@media screen and (max-width:767px){.sec-after_service{display:block;padding:12% 0}.sec-after_service .ttl_wrap{width:100%;padding-right:0;box-sizing:border-box}.sec-after_service .ttl_section{margin-bottom:8%}.sec-after_service .btn_wrap{width:85%;margin:6% auto 0 auto}.sec-after_service .img{width:100%;max-width:inherit;margin-top:10%}}.sec-about{position:relative;padding:100px 0 0 0;margin-bottom:80px;box-sizing:border-box}.sec-about .bg_img{width:100%;height:440px;position:absolute;left:0;right:0;top:0;margin:0 auto;z-index:-1}.sec-about .ttl_wrap{display:flex;justify-content:space-between;align-items:flex-start}.sec-about .ttl_section{width:150px;margin-bottom:90px;color:#FFF}.sec-about .txt_lead{width:calc(100% - 370px);color:#FFF}.sec-about .btn_wrap{width:220px}.sec-about .btn_wrap .btn{max-width:inherit}.sec-about .bnr_wrap{display:flex;justify-content:space-between}.sec-about .bnr_box{position:relative;width:32%;max-width:437px}.sec-about .bnr_box:after{position:absolute;left:0;right:0;bottom:50px;margin:0 auto;display:block;content:'';background:url(/wp-content/themes/kamacho/css/../img/common/ico-link_white.svg) no-repeat center center;background-size:100% auto;width:30px;height:29px}.sec-about .bnr_box.message{background:#008738}.sec-about .bnr_box.history{background:#007287}.sec-about .bnr_box.thinking{background:#13007d}.sec-about .bnr_box a{display:block;padding:50px 20px 125px 20px;box-sizing:border-box;transition:.4s}.sec-about .bnr_box a:hover{opacity:.7}.sec-about .bnr_box h3{text-align:center;font-size:2.6rem;font-weight:700;color:#FFF;margin:0 0 30px 0}.sec-about .bnr_box p{text-align:center;font-size:1.6rem;line-height:1.75;color:#FFF}@media screen and (max-width:1040px){.sec-about .bnr_box p{font-size:1.4rem}}@media screen and (max-width:767px){.sec-about{padding:12% 0 10%;margin-bottom:0;box-sizing:border-box}.sec-about .bg_img{height:55vh}.sec-about .ttl_wrap{display:block;margin-bottom:10%}.sec-about .ttl_section{width:100%;margin-bottom:5%}.sec-about .txt_lead{width:100%}.sec-about .btn_wrap{width:85%;margin:6% auto 0 auto}.sec-about .btn_wrap .btn{max-width:inherit}.sec-about .bnr_wrap{display:block;width:92%;margin:0 auto}.sec-about .bnr_box{position:relative;width:100%;max-width:inherit}.sec-about .bnr_box:after{bottom:20px;width:5.4vw;height:5.4vw}.sec-about .bnr_box+.bnr_box{margin-top:5%}.sec-about .bnr_box a{display:block;padding:8% 5% 18% 5%}.sec-about .bnr_box h3{font-size:5.07vw;margin:0 0 5% 0}.sec-about .bnr_box p{font-size:3.73vw}}.sec-blog{padding:40px 45px 50px 45px;margin-bottom:80px;background:#46a28d;box-sizing:border-box}.sec-blog .ttl_section{color:#FFF;margin-bottom:40px;text-align:center}.post_wrap.post-blog{display:flex;justify-content:flex-start;align-items:flex-start}.post_wrap.post-blog .post{width:31%;max-width:383px;margin:0 3.5% 0 0}.post_wrap.post-blog .post:nth-of-type(3n){margin-right:0}.post_wrap.post-blog .post-img{position:relative;background:#FFF;height:201px}.post_wrap.post-blog .post-img .post-cat{position:absolute;left:0;top:0;display:inline-block;font-size:1.4rem;color:#FFF;background:#008738;padding:1px 14px 4px 14px;box-sizing:border-box;z-index:2}.post_wrap.post-blog .post-img img{position:relative;z-index:1}.post_wrap.post-blog .post-txt .post-date{font-size:1.4rem;color:#FFF;margin-top:5px}.post_wrap.post-blog .post-txt .post-ttl{font-size:2rem;font-weight:700;color:#FFF}.sec-blog .btn_wrap{margin:55px auto 0 auto}.sec-blog .btn_wrap .btn{margin:0 auto;max-width:180px}@media screen and (max-width:767px){.sec-blog{padding:8% 5%;margin-bottom:8%;width:90%}.sec-blog .ttl_section{margin-bottom:8%}.post_wrap.post-blog{display:block;overflow:hidden}.post_wrap.post-blog .post{width:100%;max-width:inherit;margin:0}.post_wrap.post-blog .post+.post{margin-top:0}.post_wrap.post-blog .post-img{height:42vw}.post_wrap.post-blog .post-img .post-cat{font-size:2.4vw;line-height:1.5;padding:1px 14px 2px 14px}.post_wrap.post-blog .post-txt .post-date{font-size:2.8vw}.post_wrap.post-blog .post-txt .post-ttl{font-size:3.47vw}.sec-blog .btn_wrap{width:100%;margin:10% auto 0 auto}.sec-blog .btn_wrap .btn{margin:0 auto;max-width:inherit}.post_wrap.post-blog .navigation-wrap{text-align:center;display:flex;align-items:center;justify-content:center;position:relative;margin-top:30px}.post_wrap.post-blog .swiper-pagination{position:static;text-align:center;transition:300ms opacity;transform:translate3d(0,0,0);z-index:10}.post_wrap.post-blog .swiper-pagination-bullet{background:#ccc;width:10px;height:10px;display:inline-block;border-radius:100%;margin:0 5px;opacity:1}.post_wrap.post-blog .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff}.post_wrap.post-blog .swiper-button-prev,.post_wrap.post-blog .swiper-button-next{position:static;width:10px;height:10px;z-index:10;cursor:pointer;border-top:2px solid #fff;border-right:2px solid #fff;margin:0 10px;opacity:1}.post_wrap.post-blog .swiper-button-prev{transform:rotate(-135deg)}.post_wrap.post-blog .swiper-button-next{transform:rotate(45deg)}}.sec-recruit{background:url(/wp-content/themes/kamacho/css/../img/top/img_recruit.jpg) no-repeat center center;background-size:cover;padding:40px 0;box-sizing:border-box}.sec-recruit .wrap{width:96%;max-width:1240px;display:flex;justify-content:space-between;align-items:flex-end}.sec-recruit .ttl_wrap{width:78%}.sec-recruit .ttl_section{margin-bottom:100px;color:#FFF}.sec-recruit .txt_lead{color:#FFF}.sec-recruit .txt_lead.strong{font-size:3rem;font-weight:700;margin-bottom:15px}.sec-recruit .btn_wrap{width:22%;max-width:220px}.sec-recruit .btn_wrap .btn{max-width:inherit}@media screen and (max-width:767px){.sec-recruit{background:url(/wp-content/themes/kamacho/css/../img/top/img_recruit_sp.jpg);background-size:cover;padding:8% 4%}.sec-recruit .wrap{width:96%;max-width:inherit;display:block}.sec-recruit .ttl_wrap{width:100%}.sec-recruit .ttl_section{margin-bottom:9%}.sec-recruit .ttl_section .en,.sec-recruit .ttl_section .jp{display:inline-block}.sec-recruit .ttl_section .jp{margin-left:15px}.sec-recruit .txt_lead.strong{font-size:4vw;margin-bottom:5px}.sec-recruit .txt_lead{font-size:3.4vw}.sec-recruit .btn_wrap{width:85%;max-width:inherit;margin:3% auto 0 auto}}