@charset "utf-8";
/* CSS Document */


/*---------------------------------------------*/
/* company.html
============================================== */
.aisatsuBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
    max-width: 960px;
    margin: 0 auto;
}

.aisatsuBox .inner-img {
	width: 400px;
	height: 400px;
}

.aisatsuBox .inner-img img {
	width: 400px;
	height: 400px;
	object-fit: cover;
}

.aisatsuBox .inner-text {
	width: calc( 100% - 450px );
	display: flex;
	flex-direction: column;
	align-content:space-between;
	height: 100%;
}

@media screen and (min-width: 1200px) and (max-width:1399.98px) {
	.aisatsuBox .inner-img {
		width: 350px;
	}
    
	.aisatsuBox .inner-img img {
		width: 350px;
		height: 350px;
		object-fit: cover;
	}
    
	.aisatsuBox .inner-text {
		width: calc( 100% - 400px );
		display: flex;
		flex-direction: column;
		align-content:space-between;
	}
}

@media screen and (min-width: 992px) and (max-width:1199.98px) {
	.aisatsuBox .inner-img {
		width: 350px;
	}
    
	.aisatsuBox .inner-img img {
		width: 350px;
		height: 350px;
		object-fit: cover;
	}

	.aisatsuBox .inner-text {
		width: calc( 100% - 430px );
		display: flex;
		flex-direction: column;
		align-content:space-between;
	}
}

@media screen and (max-width:991.98px) {
	.aisatsuBox .inner-img {
		width: 100%;
        height: 300px;
	}
    
	.aisatsuBox .inner-img img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}

	.aisatsuBox .inner-text {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-content:space-between;
		height: 100%;
		min-height: 500px;
	}
}

/* 会社概要---------------------- */
.company-info {
	width: 100%;
	margin: 0 auto;
	max-width: 960px;
}

.company-info .company-line {
	border-top: 0.5px solid #aaa;
	padding: 2rem 0em;
	line-height: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.company-line div.ccc {
	width: 72%;
	margin: 0;
	line-height: 3rem;
}

.company-midashi {
	color: #333;
    font-weight: bolder;
    padding-left: 2em;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.company-info .company-line:last-child {
	border-bottom: 0.5px solid #aaa;
}
 
@media screen and (max-width:767.98px) {
	.company-info {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
    
	.company-midashi {
		font-weight: bolder;
		padding: 10px;
		width: 33%;
		justify-content: flex-start;
	}
    
	.company-line div.ccc {
		width: 100%;
		padding: 10px;
		
	}
    
	.company-line div.ccc p {
		margin: 0;
	}
	
}

.mapBox {
	display: flex;
	flex-direction: row;
	align-content:space-between;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.mapBox .inner-text {
	width: 40%;
}

.mapBox .map {
	width: 58%;
}

.Google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 40%;/*比率をお好みで*/
}

.Google-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:767.98px) {
	.mapBox {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.mapBox .inner-text, .mapBox .map {
		width: 100%;
	}
}

@media screen and (min-width: 1200px) {
	.mapBox {
		justify-content: flex-start;
		flex-direction: row-reverse;
	}
	.mapBox .inner-text {
		width: 65%;
		padding-left: 30px;
	}
	
	.mapBox .map {
		width: 35%;
	}
}


.btnInsta {
	background: #000;
	display: block;
	overflow: hidden;
}

.btnInsta:hover img {
	opacity: 0.8;
}




.midashi-green {
	margin-bottom: 30px;
}


.vegi-bar {
	background-image: url("../images/company-line.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 150px;
	background-position: center;
	margin-bottom: 70px;
background-position: 0 50%;
  animation: bgScroll 20s linear infinite;
  margin-bottom: 70px;
}

/* アニメーション定義 */
@keyframes bgScroll {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 1000px 50%; /* 水平方向に動かす量 */
  }
}




#Page-company .index-topBox .inner-text p.setsumei,
#Page-company .index-topBox .inner-text p.mincho-font {
    font-size: clamp(14px,3.5vw,18px);
    line-height: 2.5rem;
	margin: 15px 0;
    /* text-align: center; */
	text-align: left;
    position: relative;
    z-index: 5;
}


@media screen and (min-width: 576px) and (min-width:767.98px) {
	#Page-company .index-topBox .inner-text p.setsumei,
	#Page-company .index-topBox .inner-text p.mincho-font {
		font-size: clamp(18px,3.5vw,20px);
		line-height: 1.5em;
		margin: 15px 0;
	}

	#Page-company .index-topBox .inner-text {
		max-width: 46em;
	}
}

@media screen and (min-width: 768px) and (min-width:991.98px) {
	#Page-company .index-topBox .inner-text p.setsumei,
	#Page-company .index-topBox .inner-text p.mincho-font {
		font-size: 20px;
		line-height: 1.5em;
		margin: 15px 0;
	}

	#Page-company .index-topBox .inner-text {
		max-width: 48em;
		margin: 0 auto;
	}
}