@charset "UTF-8";

/* 事業方針 */
.jigyouBlock{
    display: flex;
}

.jigyouBlock .imgWrap{
	overflow: hidden;
	position: inherit;
	width: 50%;
}

.jigyouBlock .imgWrap img{
	position: inherit;
}


.jigyouBlock .textWrap{
	width: 50%;
    position: inherit;
    color: #fff;
    top: inherit;
    right: inherit;
    /*background: #fbffc9;*/
    background: #defbf2;
    position: relative;
    height: auto;
}

.textinnerWrap{
	position: absolute;
    color: #333;
    width: 80%;
    max-width: 600px;
    margin: auto;
    top: 50%;
    /* right: 0; */
    /* bottom: 0; */
    left: 50%;
    transform: translate(-50%, -50%);
}

.textinnerWrap .commonBtn1.blank{
	color: inherit;
    border: none;
}

.textinnerWrap .textWrap .title{

}

.textinnerWrap .commonBtn1 a{
	color: var(--color-main);
	border: 2px solid var(--color-main);
	transition: .3s;
	border-radius: 100px;
}
.textinnerWrap .commonBtn1 a:hover{
	color: #fff;
	background: var(--color-main);
	transition: .3s;
}

@media screen and (max-width: 991px) {
	.textinnerWrap .commonBtn1.blank{
		height: 48px;
    	width: 150px;
	}
}

@media screen and (max-width: 800px) {
	.jigyouBlock{
	    display: block;
	}

	.jigyouBlock .imgWrap{
		width: 100%;
	}
	.jigyouBlock .textWrap{
		width: 100%;
		position: inherit;
		padding: 30px 0px;
	}
	.textinnerWrap{
		position: inherit;
		transform: inherit;
		top: inherit;
		left: inherit;
		width: 90%;
		margin: 0 auto;
	}
}

