
div.title {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.title div.text {
	padding-left: 100px;
	width: 48%;
}

div.title div.text h1 {
	font-size: 50px;
	font-weight: 400;
	line-height: 1.5em;
	text-align: left;
}

div.title div.text p {
	display: block;
	font-size: 20px;
	font-weight: 700;
	padding-top: 10px;
}

div.title div.video {
	width: 52%;
}

div.point h2 {
	font-size: 30px;
	padding-left: 100px;
	position: relative;
	text-align: justify;
}

div.point h2 em {
	color: #63ada7;
	font-size: 65px;
	font-weight: 400;
	left: 0;
	position: absolute;
	top: -38px;
}

div.point ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	margin: 40px 0;
}

div.point ul li {
	display: inline-block;
	margin-right: 20px;
}

div.point ul li a {
	background-color: white;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
	display: block;
	padding: 20px 5px 60px 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 310px;
}

div.point ul li a div.img {
	padding-bottom: 10px;
}

div.point ul li a p:nth-child(2) {
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 0;
	min-height: 76px;
	text-align: center;
}

div.point ul li a h3 {
	font-size: 15px;
	font-weight: 700;
	margin: 10px 0;
	min-height: 50px;
}

div.point ul li a p.link-btn {
	bottom: 20px;
	font-size: 14px;
	left: 50px;
	padding: 2px 20px;
	position: absolute;
	width: 210px;
}

a.sitelink {
	background: url(../images/link_btn.svg) no-repeat right 20px center;
	background-size: 6px;
	border: 1px solid #89c1bd;
	color: #63ada7;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
}

a.sitelink:hover {
	background-color: #89c1bd;
	background-image: url(../images/link_btn_white.svg);
	background-position: right 15px center;
	color: white;
	opacity: 1;
}

a.sitelink em {
	background: url(../images/flogos_azuma-kaitekihyakka@2x.png) no-repeat center top 10px;
	background-size: 350px;
	display: block;
	padding: 100px 160px 10px 150px;
}