/* // itemWrap1 //
----------------------------------------------- */
.itemWrap1 {
	
}
.itemWrap1 .item {
	margin-bottom:70px;
}
.itemWrap1 .item .header {
	position:relative;
}
.itemWrap1 .item .header:after {
	content:" ";
	position:absolute;
	display:block;
	width:100%;
	height:150px;
	background-color:#EFF4F7;
	left:0px;
	bottom:0px;
	z-index:5;
}
.itemWrap1 .item .header .innerWrap {
	display: flex;
	display: -ms-flexbox;
}
.itemWrap1 .item .header .innerWrap .image {
	width:820px;
	background-position:center bottom ;
	background-repeat:no-repeat;
	background-size:cover;
	height:250px;
	position:relative;
	z-index:10;
}
.itemWrap1 .item .header .innerWrap .num {
	width:calc(100% - 820px);
	position:relative;
	z-index:10;
}
.itemWrap1 .item .header .innerWrap .num .numTx {
	position:absolute;
	bottom:0px;
	right:0px;
	font-weight:700;
	font-size:100px;
	font-style:italic;
	color:#B9D2E8;
	line-height:1;
}
.itemWrap1 .item .contents {
	padding-top:45px;
	padding-left:80px;
}


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.itemWrap1 .item {
		margin-bottom:55px;
	}
	.itemWrap1 .item .header .innerWrap {
		display: block;
	}
	.itemWrap1 .item .header .innerWrap .image {
		width:100%;
		height:180px;
	}
	.itemWrap1 .item .header .innerWrap .num {
		width:100%;
	}
	.itemWrap1 .item .header .innerWrap .num .numTx {
		bottom:0px;
		right:10px;
		font-size:90px;
	}
	.itemWrap1 .item .contents {
		padding-top:20px;
		padding-left:0;
	}
}


/* // arrow1 //
----------------------------------------------- */
.arrow1 {
	text-align:center;
}
.arrow1 .icon {
	color:#C5D9EB;
	font-size:140px;
	transform: scale(1, 0.5);
	display:inline-block;
}


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.arrow1 {
		margin-top:-30px;
	}
	.arrow1 .icon {
		font-size:100px;
	}
}


/* // box1 //
----------------------------------------------- */
.box1 {
	text-align:center;
	margin-top:30px;
}
.box1 > .inner {
	display:inline-block;
	background-color:#F6FAFC;
	padding:30px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.box1 {
		margin-top:20px;
	}
	.box1 > .inner {
		display:block;
		padding:10px;
	}
}


/* // greetingContents //
----------------------------------------------- */
.greetingContents {
	background:url(/_pack/img/concept_greeting_bg_01.jpg) center top no-repeat;
	background-color:#F6FAFC;
	padding-top:150px;
	padding-bottom:80px;
}

.greetingContents .textBox {
	margin-top:50px;
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
	background-color:#FFF;
	border-top:3px solid #3574BF;
	padding:60px 100px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.greetingContents {
		padding-top:80px;
		padding-bottom:60px;
	}
	
	.greetingContents .textBox {
		margin-top:40px;
		padding:30px 20px;
	}
}





/* // xxx //
----------------------------------------------- */

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	
}









