/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Oleo+Script:400,700|Kosugi|Noto+Sans+SC|Noto+Serif+JP');

.key {
	background: url(../img/key_granddesign20190304.jpg) center 90% no-repeat;
	background-size: cover;
	box-sizing: border-box;
	height: 560px;
	margin: 0 auto;
	width: 96%;
	min-width: 1060px;
	position: relative;
}

.key img {
	position: absolute;
	top: 28%;
	left: 0;
	right: 0;
	margin: auto;
	width: 640px;
	height: 132px;
}

.top-key .logo__sv {
	text-align: center;
}

.logo__sv img {
	width: 50%;
	max-width: 280px;
}

.top-key .sv__group {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
	text-align: center;
}

.top-key .icu {
	height: calc(40vh - 80px);
	padding: 50px;
	position: relative;
	background-color: #F1FAFF;
}

.top-key .icu .logo__sv img {
	width: 45%;
	max-width: 252px;
}

.top-key .mpr {
	height: calc(50vh + 80px);
	padding: 50px;
	position: relative;
	width: 100%;
	margin-bottom: 0;
	box-sizing: border-box !important;
}

.top-key .mpr::before {
	box-sizing: border-box !important;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 100px 100vw;
	border-color: transparent transparent #F1FAFF transparent;
}

.top-key .mpr .sv__group {
	top: 45%;
}

main {
	min-width: 1000px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px;
}

main h2 {
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.8;
}

main h2 span {
	display: block;
}

main h2 span.strong__txt {
	padding: 1em 0;
}

main h2 span.strong__txt_en {
	display: inline;
	font-family: Oleo Script;
	font-weight: 700;
	font-size: 1.8rem;
}

main p.lead-txt {
	width: 80%;
	margin: 0 auto;
	font-size: 18px;
	line-height: 2.0;
}

div.foot-note {
	width: 80%;
	margin: 30px auto 0;
	background: #fff;
	padding: 20px;
}

.foot-note p {
	font-size: 12px;
	margin-bottom: 1em;
	box-sizing: border-box;
}

/*Button*/
.btn_into {
  background: #229bcb;
  background: linear-gradient(318deg, #229bcb 0%, #3fc3dd 100%);
  border-radius: 100px;
  color: #fff;
  display: block;
  padding: 8px 24px;
  width: 50%;
  max-width: 420px;
  margin: 30px auto 0;
  text-decoration: none;
  text-align: center; }
/*Text*/

	.txt-copytxt {
		/*font-weight: 600;*/
		font-size: 13px;
		width: 85%;
		margin: 0 auto;
		text-align: center;
	}
@media all and (min-width:960px) {

	/*Text*/
	.txt-subcopy {
		font-weight: 400;
		font-size: 1.6rem;
		margin-bottom: .5em;
	}

	.txt-copytxt {
		/*font-weight: 600;*/
		font-size: 1.1rem;
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}

	.txt-copytxt span {
		display: block;
	}

	.txt-center {
		text-align: center;
	}

	.txt-ib {
		display: inline-block;
	}
/*Button*/
.btn_into {
  max-width: 240px;
	}
	/*Logo*/
	.top-key .logo__sv {
		text-align: center;
	}

	.top-key .logo__sv img {
		width: 50%;
		max-width: 280px;
	}

	.top-key {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		/*align-items: center;*/
		position: relative;
		width: 100%;
		overflow: hidden;
	}

	.top-key .sv__group {
		position: absolute;
		top: 45%;
		left: 0;
		right: 0;
		margin: auto;
		transform: translateY(-50%);
		text-align: center;
	}

	.top-key .icu {
		box-sizing: border-box;
		background: url(../mpr-icu/assets/img/icu_img2.jpg) right bottom no-repeat;
		/*background: #000;*/
		background-size: 200%;
		height: 60vh;
		min-height: 480px;
		margin-bottom: 0;
		width: 50%;
		padding: 50px;
		position: absolute;
		right: 0;
		background-color: #F1FAFF;
		overflow: hidden;
	}

	.top-key .icu .logo__sv img {
		width: 45%;
		max-width: 252px;
	}

	.top-key .mpr {
		box-sizing: border-box;
		background: url(../mpr-icu/assets/img/mpr_img2.jpg) right bottom no-repeat;
		/*background: #000;*/
		background-size: 200%;
		height: 60vh;
		min-height: 480px;
		width: 50%;
		padding: 50px;
		position: relative;
	}

	.top-key .mpr::before {
		content: none;
		position: absolute;
		top: 0;
		right: 0;
		left: auto;
		width: 0;
		height: 0;
		border-style: solid;
		/*border-width: 0 0 100vh 100px;*/
		border-color: transparent transparent #F1FAFF transparent;
	}

	.top-key .mpr .btn_into {
		background: #fff;
		color: #282828;
	}
}
}
