@charset "utf-8";
/* CSS Document */
.header{
	opacity: 0;
	transform: translateY(-50%);
	pointer-events: none!important;
	transition: ease 0.4s;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.header.on,.header.active{
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto!important;
	-ms-filter: blur(0px);
	filter: blur(0px);
}

body.on .fv{
	position: relative;
	height: 100vh;
	overflow: hidden;
}
@keyframes fvtxt {
	0% {
		opacity: 0;
		transform: translateX(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

.fv .swiper{
	z-index: 1;
	position: relative;
}

body:not(.gjs-dashed) .fv::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	opacity: 0.5;
	background: #000000;
	background: linear-gradient(135deg, rgba(0, 0, 0, 1) 0%, rgba(32, 32, 32, 0.9) 30%, rgba(44, 44, 44, 0.2) 50%, rgba(61, 61, 61, 0.9) 70%, rgba(84, 84, 84, 1) 100%);
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
body.on .fv .swiper-slide{
	width: 100%!important;
	height:100vh!important;
}
body.on .fv .swiper-slide .swiper-img{
	width: 100%!important;
	height:100vh!important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fv .swiper-slide-active .swiper-img,
.fv .swiper-slide-duplicate-active .swiper-img,
.fv .swiper-slide-prev .swiper-img {
  animation: zoomUp 10s linear 0s normal both;
}
body.on .fv .swiper-slide img {
	display: block!important;
	opacity: 0;
	height: auto;
	width: 100%;
}

body.on .fv .txtbox{
	color: #fff;
	position: absolute;
	bottom: 10%;
	right: 10%;
	z-index: 9;
}
body.on .fv .txtbox h1,body.on .fv .txtbox p{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 1s;
}
body.on .fv .txtbox h1{
	font-size: clamp(20px,2vw,36px);
	letter-spacing: 0.05em;
}
body.on .fv .txtbox p{
	animation-delay: 1.4s;
	letter-spacing: 0.05em;
}

.fv .nav_box{
	position: absolute;
	z-index: 9;
	top: 15%;
	left: 5%;
	width: 25%;
	max-width: 300px;
}
.fv .nav_box p{
	color: #fff;
}
.fv .nav_box i{
	color: #fff;
	font-size: clamp(14px,1.6vw,18px);
}
.fv .nav_box .logo{
	width: 100%;
	margin-bottom: 40px;
}
.fv .nav_box .topbox{
	gap: 10px;
	align-items: stretch;
	margin-bottom: 30px;
}
.fv .nav_box .topbox a{
	width: 100%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: center;
	flex-direction: row;
	gap: 8px;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.40);
	padding: 15px 50px;
	border: 1px solid #FFFFFF4D;
}
.fv .nav_box .topbox a img{
	width: 30px;
}
.fv .nav_box .bottombox{
	flex-direction: column;
	gap: 20px;
}
.fv .nav_box .bottombox > div,.fv .nav_box .bottombox > div a{
	width: 100%;
}
.fv .nav_box .bottombox > div a > div{
	gap: 15px;
}
.fv .nav_box .bottombox .mail_link a{
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 2px;
	padding: 15px;
}
.fv .nav_box .bottombox .mail_link a i{transition: ease 0.3s;}
.fv .nav_box .bottombox .mail_link a:hover i{transform: translateX(3px)}
.fv .nav_box .bottombox .tel_link a p{
	font-size: clamp(18px,2.2vw,24px);
}

/* ---------- section01 ---------- */
.section01 .box_wrap{
	gap: 60px;
}
.section01 .box_wrap .txtbox{
	flex-direction: column;
	gap: 60px;
	width: calc(50% - 30px);
	align-items: flex-start;
}
.section01 .box_wrap .imgbox{
	width: calc(50% - 30px);
}
/* ---------- section02 ---------- */
.section02 .box_wrap{
	gap: 120px;
}
.section02 > .box_wrap:nth-of-type(1) {
	padding-left: 0;
}
.section02 .box_wrap .txtbox{
	flex-direction: column;
	gap: 60px;
	width: calc(50% - 60px);
	align-items: flex-start;
}
.section02 .box_wrap .txtbox .titlebox{
	flex-direction: column;
	align-items: flex-end;
}
.section02 .box_wrap .txtbox .titlebox .en{
	font-family: "Oswald", sans-serif;
	font-size: clamp(40px, 7vw, 100px);
	line-height: 1;
	letter-spacing: .08em;
	color: rgba(83, 108, 64, .22);
	font-weight: 500;
}
.section02 .box_wrap .imgbox{
	width: calc(50% - 60px);
	position: relative;
	flex-direction: column;
	align-items: flex-start;
}
.section02 .imgbox .img1 {
	width: 76%;
}
.section02 .imgbox .img2 {
	position: absolute;
	bottom: 10%;
	left: 53%;
	width: 39%;
	object-fit: cover;
	z-index: 2;
}
.section02 .imgbox .img3 {
	margin-top: 5%;
	margin-left:10%;
	width: 23%;
}
.section02 > .box_wrap:nth-of-type(2) {
	padding-right: 0;
	flex-direction: row-reverse;
}
.section02 > .box_wrap:nth-of-type(2) .imgbox .img1 {
	width: 76%;
	margin-left: auto;
}
.section02 > .box_wrap:nth-of-type(2) .imgbox .img2 {
	position: absolute;
	bottom: 30%;
	left: 10%;
}
.section02 > .box_wrap:nth-of-type(2) .imgbox .img4 {
	margin-top: 12%;
	margin-left:20%;
	width: 15%;
}
.section02 > .box_wrap:nth-of-type(2) .imgbox .img5 {
	position: absolute;
	right: 8%;
	bottom: -5%;
	width: 30%;
	height: auto;
	z-index: 0;
}
/* ---------- section03 ---------- */

/* ---------- section03 ---------- */
.section04 .label{
	background-color: #536C40;
	padding: 20px;
	width: 100%;
	text-align: center;
}
.section04 .namebox .name span{
	font-size: clamp(16px, 1.4vw, 20px);
	margin-left: 20px;
}
/* ---------- swiper ---------- */
.swiper-container{
	position: relative;
	overflow: hidden;
}
.swiper-container .swiper-wrapper{
	transition-timing-function: linear !important;
}
.swiper-container .swiper-wrapper .swiper-slide{
	opacity: 1;
}
.swiper-container,
.swiper-container .swiper-wrapper,
.swiper-container .swiper-slide {
	height: auto !important;
}

/* ---------- section06 ---------- */
.section06 .title_item1 .leftbox{
	gap: 10px;
}
.section06 .title_item1{
	justify-content: space-between;
	width: 100%;
}
.section06 .title_item1 i{
	font-size: clamp(16px,4.0vw,20px);
	color: #fff;
}
.section06 .swiper-container{
	position: relative;
	overflow: hidden;
}
.section06 .swiper-container .swiper-wrapper{
	transition-timing-function: linear !important;
}
.section06 .swiper-container .swiper-wrapper .swiper-slide{
	opacity: 1;
}
body.gjs-dashed .section06 .swiper-container .swiper-wrapper .swiper-slide{width: 25%;display: inline-block;}

.section06 .swiper-container .swiper-wrapper .swiper-slide a{
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

/* ---------- contact-form_a ---------- */
.contact-form_a .send .send-bt button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}
.contact-form_a .send .send-bt {
    position: relative;
	padding: 15px 30px;
	background-color: #536C40;
	min-width: 250px;
	border-radius: 2px;
	border: none;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.contact-form_a .send .send-bt::after {
    content: "";
	position: absolute;
	width: 8px;
	aspect-ratio: 1 / 1;
	background-image: url("https://kandas.co.jp/system_panel/uploads/images/arrow1.svg");
	background-position: center center;
	background-size: 100% auto;
	top: 50%;
	right: 20px;
	transform:translate(0,-50%);
	transition: ease 0.3s;
}
.contact-form_a .send .send-bt:hover::after {
    transform: translate(3px, -50%);
}
.contact-form_a .send .send-bt p{
    color: #fff;
}
.contact-form_a .form-box .check-wrap .check-box input[type="radio"]:checked::after {
    background-color: #536C40;
}
/* ---------- section07 ---------- */
.section07{
	width: 100%;
}
.section07 .faq_c{
	width: 100%;
}
.faq_c .box .qbox .icon::before,
.faq_c .box .qbox .icon::after {
    background-color: #5B6B4D;
}

/* ---------- section08 ---------- */
.section08 {
	align-items: stretch;
	width: 100%;
}
.section08 .imgbox{
	width: 40%;
	position: relative;
	overflow: hidden;
	align-self: stretch;
	flex-direction: column;
}
.section08 .imgbox img {
	position: static;
	inset: auto;
	width: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}
.section08 .imgbox img:first-of-type {
	height: 70%;
}
.section08 .imgbox img:last-of-type {
	height: 30%;
}


.company_a{
	width: 60%;
	margin-left: auto;
}
.company_a .logo{
	width: 30%;
}
.company_a .company-wrap{
	width: 100%;
}
.company_a .company-wrap .item {
	width: 100%;
	padding: 10px;
}
.company_a .company-wrap .item:not(:last-of-type) {
    border-bottom: 1px solid #DEDEDE;
}
.company_a .company-wrap .item:first-of-type, .recruit1 .item-wrap .item:first-of-type {
    padding-top: 0;
}
.company_a .company-wrap .item h3 {
    width: 20%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: left;
    flex-direction: row;
    box-sizing: border-box;
    padding-right: 30px;
    padding: 20px 0;
}
.company_a .company-wrap .item > div {
    width: 80%;
    padding: 15px 0;
    padding-left: 80px;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.section08 .imgbox{
		width: 30%;
	}
	.company_a{
		width: 70%;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.fv .nav_box .topbox a{
		padding: 15px 30px;
	}
	.section08 {
		flex-direction: column;
	}
    .company_a {
        width: 100%;
    }
	.section08 .imgbox {
        width: 100%;
		flex-direction: row;
    }
	.section08 .imgbox img:first-of-type {
		height: 500px;
		width: 60%;
	}
	.section08 .imgbox img:last-of-type {
		height: 500px;
		width: 40%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.fv .nav_box .topbox a{
		padding: 10px 20px;
	}
	.fv .nav_box {
		width: 35%;
	}
	.section01 .box_wrap {
		flex-direction: column-reverse;
	}
	.section01 .box_wrap .imgbox {
		width: 80%;
	}
	.section01 .box_wrap .txtbox {
		width: 80%;
	}
	.section02 .box_wrap {
		flex-direction: column;
		gap: 60px;
	}
	.section02 .box_wrap .imgbox {
		width: 70%;
		align-items: center;
	}
	.section02 .imgbox .img2 {
		bottom: 10%;
		left: auto;
		right: -10%;
		width: 39%;
	}
	.section02 .imgbox .img3 {
		margin-top: 8%;
		margin-right: auto;
		margin-left: -10%;
		width: 23%;
	}
	.section02 .box_wrap .txtbox {
		width: 80%;
	}
	.section02 > .box_wrap:nth-of-type(1) {
		padding-left:50px;
	}
	.section02 > .box_wrap:nth-of-type(2) {
		padding-right: 50px;
	}
	.section02 > .box_wrap:nth-of-type(2) .imgbox .img1 {
		margin-left: auto;
		margin-right: auto;
	}
	.section02 > .box_wrap:nth-of-type(2) .imgbox .img2 {
		bottom: 20%;
		left: -10%;
	}
	.section02 > .box_wrap:nth-of-type(2) .imgbox .img5 {
		position: absolute;
		right: -20%;
		bottom: -5%;
		width: 30%;
		height: auto;
		z-index: 0;
	}
	.section06 .title_item1 .more_sns{
		display: none;
	}
	.section08 .imgbox img:first-of-type {
		height: 350px;
		width: 50%;
	}
	.section08 .imgbox img:last-of-type {
		height: 350px;
		width: 50%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.fv .nav_box{
		display: none;
	}
	.header{
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto!important;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
	body.on .fv .txtbox{
		right: 5%;
		bottom: 25%;
		width: 90%;
	}
	.section01 .box_wrap {
		gap: 40px;
	}
	.section01 .box_wrap .txtbox {
		gap: 40px;
	}
	.section01 .box_wrap .imgbox {
		width: 90%;
	}
	.section01 .box_wrap .txtbox {
		width: 100%;
	}
	.section02 > .box_wrap:nth-of-type(1) {
		padding-left:20px;
	}
	.section02 > .box_wrap:nth-of-type(2) {
		padding-right: 20px;
	}
    .section02 .box_wrap .imgbox {
        width: 90%;
    }
    .section02 .box_wrap .txtbox {
        width: 100%;
		gap: 40px;
    }
	.section02 > .box_wrap:nth-of-type(2) .imgbox .img4 {
		margin-left: 0%;
	}
    .section02 > .box_wrap:nth-of-type(2) .imgbox .img5 {
        right: -0%;
    }
    .section02 .imgbox .img3 {
        margin-left: 0%;
    }
    .section02 .imgbox .img2 {
        right: -0%;
    }
    .section02 > .box_wrap:nth-of-type(2) .imgbox .img2 {
        left: -0%;
    }
	.company_a .company-wrap .item > div {
		padding-left: 25px;
	}
	.company_a .logo {
		width: 50%;
	}
	.section08 .imgbox img:first-of-type {
		height: 300px;
		width: 50%;
	}
	.section08 .imgbox img:last-of-type {
		height: 300px;
		width: 50%;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

