@charset "utf-8";
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  http://
 * File name: contents.css
 * Summary:   ページ・コンテンツごとの固有スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    home
 *
 * ===============================================================
*/
/** =0
 * ========================================
 * common
 * ========================================
 */


/** =1
 * ========================================
 * home
 * ========================================
 */

.sectionMain{
	width: 100%;
	height: auto;
	padding:13px 0 45px;
	background:url(../src/image/mv.png) #fbfadd no-repeat;
	background-position: center;
	background-size: auto 100%;
	overflow:hidden;
	text-align: center;
	/*background-size:cover;*/
	max-width: 100%;
	clear: both;
	}
.checkSheet{
	right: -24px;
}
.mvBalloon{
	bottom:54px;
	right:-58px;
}
.mvTxt{
	bottom:28px;
}


/** =2
 * ========================================
 * Caution
 * ========================================
 */
 .sectionCaution .l-inner{
	 padding: 0 100px;
 	/*margin: 0 10%;*/
 }
.sectionCaution{
	width: 960px;
	height: auto;
	margin: 82px auto -45px;
	padding: 26px 0 26px;
	background:url(../src/image/sectionCautionBinderBg.png) top repeat-y;
	/*overflow:hidden;*/
	top:-45px;
	text-align: center;
	/*background-size:cover;*/
}
.sectionCaution::before{
	position: absolute;
  content: "";
  width: 960px;
  height: 82px;
  display: block;
	background:url('../src/image/sectionCautionBinder.png') no-repeat top center;
	/*background-size: 100%;*/

	top: -82px;
}
.sectionCaution::after{
	position: absolute;
	content: "";
	width: 267px;
	height: 351px;
	background:url('../src/image/sectionCautionBinderIllust') no-repeat;
	right: 0;
	bottom: 0;
}

/** =3
 * ========================================
 * Merit
 * ========================================
 */
.sectionMerit{
	padding-bottom: 20px;
}
.sectionMeritTtl{
	padding: 35px 0;
	height: 164px;
	background:url(../src/image/sectionMeritBg.jpg) repeat-x;
	overflow:hidden;
}
.merit1,.merit2,.merit3{
	position: relative;
}
.merit1::after,
.merit2::after,
.merit3::after{
	position: absolute;
	content: "";
	width: 77px;
	height: 87px;
	top: -56px;
	left: 110px;
	display: inline-block;
}
.merit1::after{
	background: url("../src/image/merit1No.png") no-repeat;
}
.merit2::after{
	background: url("../src/image/merit2No.png") no-repeat;
}
.merit3::after{
	background: url("../src/image/merit3No.png") no-repeat;
}


.sectionMerit li{
	width: 308px;
	display: inline-block;
}
.sectionMerit li:nth-child(2){
	margin: 0 5px;
}
.meritBox{
	border: solid 6px #ededed;
	padding: 60px 20px 48px;
}
.meritTxt{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: .1em;
	vertical-align: top;
}
.sectionMerit li {
	letter-spacing: 0;
}
.AnalysisSheet{
	bottom: 13px;
	right: 40px;
}
.meritBalloon{
	margin-bottom: 10px;
}
/** =4
 * ========================================
 * Flow
 * ========================================
 */
.sectionFlowTtl{
	padding: 25px 0;
	height: 164px;
	background:url(../src/image/sectionMeritBg.jpg) repeat-x;
	overflow:hidden;
}

.sectionFlow ul li{
	margin-bottom: 45px;
}
.sectionFlow ul li:last-child{
	margin-bottom: 0;
}
.sectionFlow ul li:last-child .flowBox::after{
	display: none;
}


.flowBox{
	position: relative;
	border: 6px solid #ededed;
	padding: 15px;
}

.flowRightBox{
	width: 650px;
	border-left: 2px solid #ededed;
	margin-left: 104px;
	/*float: right;*/
}
.flowTxt,.cvBtn1{
	margin-left: 36px;
}
.flowTxt{
	width: 514px;
}
.flow1ttl img{
	width: 80px;
	height: 26px;
}
.flow2ttl img{
	width: 165px;
	height: 60px;
}
.flow3ttl img{
	width: 220px;
	height: 55px;
}
.flow4ttl img{
	width: 164px;
	height: 75px;
}
.flowTtl{
	width: 300px;
	padding-right: 15px;

}
.flow1ttl{
	/*margin: 60px -25px 0 68px;*/
	/*padding-right: 19px;*/
}
.flow2ttl{
}
.flow3ttl{
}
.flow4ttl{
}
.note{
	margin-top: 5px;
}


/** =4
 * ========================================
 * cv
 * ========================================
 */

.sectionCv{
	padding: 55px 0;
	background-color: #d8edff;
}
.cvArea{
	padding: 35px 67px;
	background-color: #f7c734;
}
.cvPc{
	right:22px;
	bottom:67px;
}
.cvEmail{
	vertical-align:-webkit-baseline-middle;
}


/** =4
 * ========================================
 * common
 * ========================================
 */
