@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

h1 {
	background: url(../img/bg_feature_01.png) no-repeat;
	background-size: cover;
}

/* ===================================
.messageArea
=================================== */
.messageArea {
	margin: 80px auto 100px;
}
.messageArea p {
	background: #F5F5F5;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.4;
    color: #3FB7EC;
    text-align: center;
    padding: 30px 0 50px;
}

/* ===================================
#feature
=================================== */
#feature {
	width: 100%;
	margin-bottom: 30px;
	padding: 0;
	overflow: hidden;
}
#feature li {
	position: relative;
	margin-bottom: 90px;
}
#feature li:nth-child(odd):after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}
#feature li:nth-child(odd) .textBox {
	width: 531px;
    margin: 0 auto;
    padding: 0px 0 50px 569px;
}
#feature li:nth-child(even):after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;	
}
#feature li:nth-child(even) .textBox {
	width: 531px;
    margin: 0 auto;
    padding: 0px 569px 50px 0;
}

#feature h3 {
	border: none;
	font-size: 38px;
    line-height: 1.4;
	color: #191919;
	margin-bottom: 10px;
}
#feature h3 span {
	color: #41B7EE;
}
#feature p {
	font-size: 19px;
    line-height: 1.8;
}
#feature p span {
	background: linear-gradient(transparent 75%, #FFED00 0%);
}
#feature .btn a {
	width: 400px;
    padding: 16px 0 13px;
    font-size: 22px;
    text-align: center;
	color: #0B6EC3;
}
#feature .btn a:before {
	top: 28px;
    right: 20px;
}

.feature01 {
	height: 492px;
}
.feature01:after {
	background: url(../img/bg_feature_001.png) no-repeat right top;
	background-size: cover;
}
.feature02 {
	height: 492px;
}
.feature02:after {
	background: url(../img/bg_feature_002.png) no-repeat;
	background-size: cover;
}
.feature03 {
	height: 492px;
}
.feature03:after {
	background: url(../img/bg_feature_003.png) no-repeat;
	background-size: cover;
}
.feature04 {
	height: 492px;
}
.feature04:after {
	background: url(../img/bg_feature_004.png) no-repeat left bottom;
	background-size: cover;
}
.feature05 {
	height: 574px;
}
.feature05:after {
	background: url(../img/bg_feature_005.png) no-repeat right bottom;
	background-size: cover;
}

/* 灰色の装飾 */
.feature01:before {
	position: absolute;
    content: "";
    display: block;
    top: 276px;
    left: 0;
    width: 28%;
    height: 100%;
    background: #F5F5F5;
}
.feature02:before {
	position: absolute;
    content: "";
    display: block;
    top: -170px;
    right: 0;
    width: 31%;
    height: 100%;
    background: #F5F5F5;
}
.feature04:before {
	position: absolute;
    content: "";
    display: block;
    top: -215px;
    right: 0;
    width: 31%;
    height: 100%;
    background: #F5F5F5;
}
.feature05:before {
	position: absolute;
    content: "";
    display: block;
	top: -335px;
    left: 0;
    width: 42%;
    height: 100%;
    background: #F5F5F5;
	z-index: -1;
}

/* ===================================
..contactArea
=================================== */
.contactArea {
	margin-bottom: 60px;
}

/* IE11 */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .feature01 .textBox .ttl01,.feature02 .textBox .ttl01,.feature03 .textBox .ttl01 { line-height:45px; }
}