@charset "utf-8";
/* CSS Document */

/*---------------------------------------------*/
/* business.html
============================================== */
.business-itemBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
    margin: 50px 0;
}

.business-itemBox div {
	width: calc((100% - 60px) / 2);
    margin-bottom: 60px;
}

 .business-item-title {
	margin-top: 10px;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 5px;
    color: #256dBE;
}

@media screen and (max-width: 768px) {
	.business-itemBox div {
		width: 100%;
		margin-bottom: 30px;
	}
}

.flow-info {
	width: 80%;
	margin: 0 auto;
}

.flow-info .flow-line {
	padding: 2rem 0.5em;
	line-height: 1.8rem;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.flow-line .ccc {
	width: calc( 100% - 230px );
	margin: 0;
	line-height: 3rem;
}
.flow-line .flow-midashi {
	width: 200px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 30px;
}
.flow-line .ccc h4, .flow-line .ccc h4 span {
	font-size: 2.2rem;
	margin-bottom: 15px;
}
 
@media screen and (max-width:767.98px) {
	.flow-info {
		width: 100%;
	}
    
	.flow-info .flow-line {
		justify-content: flex-start;
	}
    
	.flow-line .flow-midashi {
		width: 300px;
		margin: 0 auto;
	}
    
	.flow-line .ccc {
		width: 100%;
	}
    
	.flow-line .ccc h4, .flow-line .ccc h4 span {
		font-size: 2.2rem;
	}
    
	.flow-line .ccc h4 {
		margin-top: 15px;
		margin-bottom: 5px;
	}

}

#business-naiyou {
    max-width: 960px;
}

/*---------------------------------------------*/
/* business-top
============================================== */
.business-top {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 100px 0;
}

.business-top .bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.business-top .inner-text {
	width: 100%;
}

.business-top .inner-text h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: rgb(0,0,87);
}

.business-top .inner-text p {
	width: 22em;
	margin: 3em auto 0 auto;
	text-align: center;
	font-size: clamp(11px, 4vw, 20px);
}




.midashi-alphabet h2 {
    padding-top: 80px;
    padding-bottom: 40px;
    color: rgb(0, 0, 87);
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.midashi-alphabet h2 span {
	display: inline-block;
	margin-left: 0.5em;
	font-size: 20px;
	font-weight: normal;
	color: #aaa;
}

.detailBox {
	position: relative;
	background-color: #fff;
	padding: 30px;
	width: 90vw;
	margin: 0 auto;
}

.detailBox .inner-image {
	width: 70vw;
	/* height: 250px; */
	position: absolute;
	right: -5vw;
    top: -30px;
}

.detailBox .inner-image img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}

.detailBox .inner-midashi h2 {
	font-size: clamp(16px, 6vw, 36px);
    line-height: 1.8;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 5;
    color: #ffffff;
    background-color: rgb(0,0,87);
    padding: 15px;
    display: inline-block;
	    margin-top: clamp(40px, 42vw, 330px);
}

.business-detail {
	background-color: rgba(10,152,182,.1);
}

#Page-business .business-detail:last-child {
	padding-top: 20px;
}

.detailBox .inner-text {
	width: 60vw;
	margin-top: 30px;
}

.detailBox .inner-text p {
	font-size: 18px;
}


@media screen and (min-width: 768px ) {
	.detailBox .inner-image {
		    width: clamp(530px, 70vw, 768px);
    height: 350px;
    position: absolute;
    right: -5vw;
    top: -30px;
	}

	.detailBox {
		position: relative;
		background-color: #fff;
		padding: 50px;
		width: 90vw;
	}

	.business-top .inner-text p {
		width: 80%;
		margin: 3em auto 0 auto;
		text-align: center;
		font-size: clamp(11px, 4vw, 20px);
	}
}

.works-gallery {
	display: grid;
	grid-template-rows: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
    padding: 10px;
}

.works-gallery .inner {
	/* width: 25% */
	margin-bottom: 30px;
}

.works-gallery .inner img {
	width: 100%;
	border: 10px solid #ffff00;
}

.works-gallery .inner span.icon-gaiheki {
	display: inline-block;
	padding: 3px 10px;
	background-color: rgb(0, 0, 87);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	margin: 10px 0 5px 0;
}

.works-gallery .inner span.icon-naisou {
	display: inline-block;
	padding: 3px 10px;
	background-color: rgb(10,152,182);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	margin: 10px 0 5px 0;
}

.works-gallery .inner p {
	font-weight: bold;
	font-size: 16px;
}

.works-gallery .inner p:last-child {
	font-weight: normal;
	font-size: 14px;
}

@media screen and (min-width:768px) {
	.works-gallery {
		grid-template-columns: 1fr 1fr 1fr;
		padding: 0;
		column-gap: 30px;
	}
}