@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;
	}
	
}

.Google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 40%;/*比率をお好みで*/
}

.Google-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.btnInsta {
	background: #000;
	display: block;
	overflow: hidden;
}

.btnInsta:hover img {
	opacity: 0.8;
}

/* access---------------------- */
.company-accessBox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 96%;
	margin: 0 auto;
	column-gap: 40px;
	max-width: 960px;
}

.company-accessBox .inner-text {
	width: 100%;
}

.company-accessBox .inner-map {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.company-accessBox {
		max-width: 960px;
		flex-direction: row;
	}

	.company-accessBox .inner-text {
		width: 45%;
	}

	.company-accessBox .inner-map {
		width: calc( 55% - 40px );
	}
}


address {
	margin: 0;
}


#Page-company #about {
	background-color: rgba(10,152,182,.1);
}