@charset "UTF-8";
/* CSS Document */

#special01 .mv {
	text-align: center;
	padding: 55px 0 70px;
}

#special01 > p {
	text-align: center;
}

#special01 .i01 {
	text-align: center;
	padding: 50px 0 100px;
}

#special01 .box01 {
	width: 1200px;
	margin: 0 auto 90px;
	background-color: #f5f9fa;
	padding: 65px 0 75px;
	position: relative;
}

#special01 .box01 h2 {
	text-align: center;
}

#special01 .box01 .i02 {
	padding: 63px 0 88px;
}

#special01 .box01 .eye01 {
	position: absolute;
	left: 90px;
	top:  330px;
}

#special01 .box01 .face01 {
	position: absolute;
	right: 90px;
	top:  330px;
}

#special01 .box01 .face02 {
	position: absolute;
	right: 90px;
	top:  680px;
}

#special01 .box01 .i03 {
	padding: 0 0 0 111px;
	width: 775px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: space-between;
}

#special01 .box01 .i03 p {
	width: 580px;
	font-size: 18px;
}

#special01 .box01 ul {
	width: 800px;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: space-between;
	padding: 100px 0 0;
}

#special01 .box01 a:hover {
	opacity: .8;
}

#special01 .box02 {
	width: 1140px;
	margin: 0 auto;
}

#special01 .box02 h3 {
	clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Noto Serif JP', serif;
    font-size: 28px;
    color: #555;
}

#special01 .box02 .box {
	padding: 55px 0 190px;
}

#special01 .box02 .box > div:first-of-type {
	float: left;
	width: 595px;
}

#special01 .box02 .box > div:first-of-type p:first-child {
	font-size: 24px;
    color: #aa2b74;
    font-family: 'Noto Serif JP', serif;
}

#special01 .box02 .box > div:first-of-type p:last-child {
	padding: 30px 0 50px;
}

#special01 .box02 .box > div:last-of-type {
	float: right;
}

#special01 .box02 .box > p.btn {
	width: 595px;
    float: left;
}