@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 162px;
	background: url(../img/challenge/page_title_bg.jpg) no-repeat top center;
}

.pageTitle h2 {
	margin-left: -131px;
	bottom: -92px;
}

.pageTitle h2 embed {
	width: 250px;
}

#main .sec01 {
	margin-bottom: 86px;
}

#main .sec01 .titleList {
	width: 798px;
	margin: 0 auto 63px;
}

#main .sec01 .titleList li{
	display: inline-block;
}

#main .sec01 .titleList li embed {
	width: 421px;
}

#main .sec01 .titleList li:last-child embed {
	width: 363px;
}

#main .sec01 .titleList li:first-child {
	float: left;
}

#main .sec01 .titleList li:last-child {
	float: right;
}

#main .sec01 p {
	line-height: 1.85;
	letter-spacing: 1px;
}

#main .sec01 p:not(:last-child) {
	margin-bottom: 26px;
}

#main .sec02 .content {
	width: 1100px;
}

#main .sec02 .imgBox {
	margin-bottom: 50px;
}

#main .sec02 .imgBox .textBox {
	width: 525px;
	min-height: 525px;
	padding: 163px 0 0;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #E7E7E7;
  opacity: 0;
  transition: all .3s ease;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#main .sec02 .imgBox .textBox .title {
	margin-bottom: 19px;
	font-size: 24px;
	font-weight: bold;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, "Noto Serif JP", serif;
	letter-spacing: 1.3px;
	line-height: 1.56;
}

#main .sec02 .imgBox .textBox .text {
	width: 338px;
	margin: 0 auto;
	line-height: 2.06;
	letter-spacing: 0.3px;
	text-align: justify;
}

#main .sec02 .imgBox .photoBox {
  opacity: 0;
  transition: all .3s ease;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#main .sec02 .imgBox .photoBox img {
	width: 525px;
}

#main .sec02 .imgBoxR .textBox {
	float: left;
}

#main .sec02 .imgBoxR .photoBox {
	float: right;
}

#main .sec02 .imgBoxL .textBox {
	padding: 149px 0 0;
	float: right;
}

#main .sec02 .imgBoxL .photoBox {
	float: left;
}

#main .sec02 .imgBox .textBox01 {
	padding: 146px 0 0;
}

#main .sec02 .imgBox .textBox02 {
	padding: 130px 0 0;
}

#main .sec02 .imgBox .textBox03 {
	padding: 100px 0 0;
}

#main .sec02 .imgBox .textBox04 {
	padding: 130px 0 0;
}

#main .sec02 .imgBox .textBox05 {
	padding: 101px 0 0;
}

#main .sec02 .imgBox .textBox06 {
	padding: 129px 0 0;
}

#main .sec02 .imgBox .textBox07 {
	padding: 130px 0 0;
}

#main .sec02 .imgBox .textBox08 {
	padding: 130px 0 0;
}

#main .sec02 .imgBox .textBox.show,
#main .sec02 .imgBox .photoBox.show {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transition: transform 1.6s ease 0s, opacity 2s ease;
  -moz-transition: transform 1.6s ease 0s, opacity 2s ease;
  -webkit-transition: transform 1.6s ease 0s, opacity 2s ease;
}

#main {
	margin-bottom: 198px;
}

.win8IE11 .pageTitle {
	margin-bottom: 85px;
}

.win8IE11 #main .sec01 .titleList {
	margin-bottom: -20px;
	height: 218px;
	overflow: hidden;
}

.win8IE11 #main .sec01 .titleList li:last-child {
	position: relative;
	top: 10px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.pageTitle {
		margin-bottom: 120px;
		background: url(../img/challenge/sp_page_title_bg.jpg) no-repeat center center;
		background-size: cover;
	}

	.pageTitle h2 {
		margin-left: -100px;
		bottom: -65px;
	}

	.pageTitle h2 embed {
		width: 66.2%;
	}

	#main .sec01 {
		margin-bottom: 64px;
	}

	#main .sec01 .titleList {
		width: auto;
		margin: 0 auto 43px;
	}

	#main .sec01 .titleList li{
		display: block;
		text-align: center;
	}

	#main .sec01 .titleList li embed {
		width: 83%;
	}

	#main .sec01 .titleList li:last-child embed {
		width: 71.6%;
	}

	#main .sec01 .titleList li:first-child {
		margin-bottom: -3px;
		float: none;
	}

	#main .sec01 .titleList li:last-child {
		float: none;
	}

	#main .sec01 p {
		line-height: 1.72;
		letter-spacing: 0.3px;
	}

	#main .sec01 p:not(:last-child) {
		margin-bottom: 24px;
	}

	#main .sec02 .content {
		width: auto;
	}

	#main .sec02 .imgBox {
		margin-bottom: 29px;
	}

	#main .sec02 .imgBox .textBox {
		padding: 45px 0;
		width: auto;
		min-height: 1px;
		margin-bottom: 30px;
	}

	#main .sec02 .imgBox .textBox .title {
		margin-bottom: 13px;
		font-size: 19px;
		letter-spacing: 1px;
		line-height: 1.56;
	}

	#main .sec02 .imgBox .textBox02 .title {
		letter-spacing: -1px;
	}

	#main .sec02 .imgBox .textBox07 .title {
		letter-spacing: 0;
	}

	#main .sec02 .imgBox .textBox06 .title {
		letter-spacing: 0;
	}

	#main .sec02 .imgBox .textBox .text {
		width: auto;
		margin: 0 10.8%;
		line-height: 1.72;
		letter-spacing: 0.1px;
	}

	#main .sec02 .imgBox .photoBox {
		width: auto;
	}

	#main .sec02 .imgBox .photoBox img {
		width: 100%;
	}

	#main .sec02 .imgBoxR .textBox {
		float: none;
	}

	#main .sec02 .imgBoxR .photoBox {
		float: none;
	}

	#main .sec02 .imgBoxL .textBox {
		padding: 45px 0;
		float: none;
	}

	#main .sec02 .imgBoxL .photoBox {
		float: none;
	}

	#main .sec02 .imgBox .textBox01 {
		padding: 45px 0;
	}

	#main .sec02 .imgBox .textBox02 {
		padding: 45px 0;
	}

	#main .sec02 .imgBox .textBox03 {
		padding: 45px 0;
	}

	#main .sec02 .imgBox .textBox04 {
		padding: 45px 0;
	}

	#main .sec02 .imgBox .textBox05 {
		padding: 45px 0;
	}

	#main .sec02 .imgBox .textBox06 {
		padding: 45px 0;
	}

	#main {
		margin-bottom: 148px;
	}
	
	.iphone5 #main .sec02 .imgBox .textBox08 .title {
		letter-spacing: -1px;
	}
}