@charset "UTF-8";

/*------------------------------------------------*/

.kems-wrap {
	background-color: white;
	display: flex;
	flex-flow: column;
	align-items: center;
	color: rgb(10,10,10);
}

.kems-content {
	background-color: rgb(44,84,120);
	padding: 2em 4em 2em 4em;
	width: calc(100% - 8em);
	max-width: calc(1280px - 8em);
}

#content1 {
	background: url("../img/kems_backimg1.png");
	background-size: cover;
	background-position: center;
}

#content2 {
	position: relative;
	background: url("../img/kems_backimg2.png");
	background-size: cover;
	background-position: bottom;
	z-index: 1;
}

#content2::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(10,10,10,0.5), transparent, transparent);
	width: 100%;
	height: 100%;
	z-index: -1;
}

.target1, .target2 {
	position: relative;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 2em 4em 2em 4em;
	calc(width: 100% - 8em);
	text-align: justify;
	line-height: 2em;
	transform: translateY(50%);
	transition: all 0.8s;
	opacity: 0;
	z-index: 1;
}

.target1::after, .target2::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(145deg, rgba(240,240,240,0.6), white, rgba(240,240,240,0.6));
	backdrop-filter: blur(6px);
	border-radius: 5px;
	box-shadow: 5px 5px 2px rgba(10,10,10,0.3);
	width: 100%;
	height: 100%;
	z-index: -1;
}

.target1 {
	margin-bottom: 2em;
}

.target1 h3, .target2 h3 {
	background-color: rgba(0,70,50,0.8);
	border-radius: 0.5em;
	margin-bottom: 2em;
	width: 50%;
	max-width: 16em;
	text-align: center;
	text-shadow: 0 0 1em aqua;
	color: white;
}

.visible1, .visible2 {
	transform: translateY(0);
	opacity: 1;
}

.target3, .target4, .target5, .target6, .target7 {
	background-color: rgba(250,230,190,0.8);
	border-radius: 5px;
	display: flex;
	margin-top: 1em;
	padding: 2em;
	width: calc(100% - 4em);
	transform: scale(0);
	transition: all 1.0s;
	opacity: 0;
}

.target3 {
	margin-top: 2em;
}

.target3 h2, .target4 h2, .target5 h2, .target6 h2, .target7 h2 {
	width: 3em;
	text-align: right;
	font-style: italic;
	color: rgb(0,120,70); /*brown;*/
}

.target3 p, .target4 p, .target5 p, .target6 p, .target7 p {
	width: calc(100% - 7em);
	text-align: justify;
}

.visible3, .visible4, .visible5, .visible6, .visible7 {
	transform: scale(1);
	opacity: 1;
}

.target8 {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	width: 100%;
	height: 400px;
}

.kems-item10 {
	display: flex;
	justify-content: center;
	padding: 4em;
	width: calc(100% - 8em);
}


.kems-item10 p {
	text-align: justify;
	text-shadow: 0 0 1.2em aqua;
	font-family: serif;
	font-weight: bold;
	font-size: 1.2em;
	color: white;
}

.kems-item11 {
	display: flex;
	justify-content: right;
}

.target9 {
	position: relative;
	padding: 2em;
	width: 300px;
	transition: all 1s;
	transform: translateX(-200px);
	opacity: 0;
	z-index: 1;
}

.target9::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(145deg, rgba(250,250,250,0.8), white, rgba(240,240,240,0.8));
	border-radius: 5px;
	box-shadow: 5px 5px 2px rgba(10,10,10,0.3);
	width: 100%;
	height: 100%;
	z-index: -1;
}

.visible9 {
	transform: translateX(0);
	opacity: 1;
}

.kems-item12, .kems-item13, .kems-item14 {
	display: flex;
	justify-content: right;
	align-items: center;
	text-align: right;
	font-family: serif;
	font-weight: bold;
	color: rgb(10,10,10);
}

.kems-item12 p:nth-of-type(1) {
	width: 4em;
}

.kems-item12 p:nth-of-type(2) {
	width: 4em;
}

.kems-item12 p:nth-of-type(n+3) {
	width: 2.5em;
}

.kems-item13 {
	margin-top: 1em;
}

.kems-item13 p {
	font-size: 1.2em;
}

.kems-item13 img {
	margin-right: 1em;
	height: 50px;
	object-fit: contain;
}



/*------------------------------------------------*/

@media screen and (max-width: 800px) {
.kems-wrap {
	font-size: 0.7rem;
}
.kems-content {
	background-color: rgb(44,84,120);
	padding: 1em 1em 1em 1em;
	width: calc(100% - 2em);
	max-width: calc(1280px - 2em);
}
.target1, .target2 {
	padding: 2em 2em 2em 2em;
	calc(width: 100% - 4em);
}
.target3, .target4, .target5, .target6, .target7 {
	padding: 0.5em;
	width: calc(100% - 1em);
}
.target3 h2, .target4 h2, .target5 h2, .target6 h2, .target7 h2 {
	width: 3em;
}
.target3 p, .target4 p, .target5 p, .target6 p, .target7 p {
	width: calc(100% - 6em);
}
.target8 {
	height: 240px;
}
.kems-item10 {
	padding: 2em;
	width: calc(100% - 4em);
}
.target9 {
	width: 200px;
}
.kems-item13 img {
	height: 30px;
}





}

/*------------------------------------------------*/


