@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 1081px){
#taisetsu{
	width: 100vw;
	max-width: 1920px;
	height: auto;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.taisetsu_wrap{
	width: 100%;
	max-width: 1080px;
	height: 600px;
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.taisetsu_bg{
	width: 897px;
	height: 600px;
	position: absolute;
	z-index: 0;
	right: -20rem;
}
.taisetsu_bg img{
width: 100%;
height: auto;
}
.taisetsu_text{
	width: 674px;
	height: auto;
	position: relative;
	z-index: 1;
}
.taisetsu_text img{
	width: 100%;
	height: auto;
}
}

@media screen and (min-width: 751px) and (max-width: 1080px){
#taisetsu{
	width: 100vw;
	height: auto;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.taisetsu_wrap{
	width: calc(100% - 4rem - 4rem);
	height: 55vw;
	padding: 0 2rem;
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.taisetsu_bg{
	width: 100%;
	height: 55vw;
	position: absolute;
	z-index: 0;
	right: -24rem;
}
.taisetsu_bg img{
width: 100%;
height: auto;
}
.taisetsu_text{
	width: 70vw;
	height: auto;
	position: relative;
	z-index: 1;
}
.taisetsu_text img{
	width: 100%;
	height: auto;
}
}

@media screen and (max-width: 750px){
#taisetsu{
	width: 100vw;
	height: auto;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background:#1d86b3;
}
.taisetsu_wrap{
	width: calc(100% - 0rem - 0rem);
	height: 55vw;
	padding: 0 0rem;
	margin: 0 0 .5rem 0;
	overflow: hidden;
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	background: white;
}
.taisetsu_bg{
	width: 100vw;
	height: auto;
	position: absolute;
	z-index: 0;
	left: -10vw;
}
.taisetsu_bg img{
width: 100%;
height: auto;
}
.taisetsu_text{
	width: 75vw;
	height: auto;
	margin: 1rem 0 0 0;
	position: relative;
	z-index: 1;
}
.taisetsu_text img{
	width: 100%;
	height: auto;
}
}