.u-mainv {
	position : relative;
}
.u-mainv .mainv-img .img-list img {
	width : 100%;
}
@media print, screen and (min-width: 768px) {
	.u-mainv .mainv-img .img-list .slide-sp {
		display : none !important;
	}
}
@media screen and (max-width: 767px) {
	.u-mainv .mainv-img .img-list .slide-tabpc {
		display : none !important;
	}
}
.u-mainv .mainv-inner {
	margin : 15px;
}
@media print, screen and (min-width: 768px) {
	.u-mainv .mainv-inner {
		width : 100%;
		margin : auto;
		padding : 0 30px;
		max-width : 1180px;
		box-sizing : content-box;
		position : absolute;
		top : 0;
		bottom : 0;
		left : 25px;
		right : 25px;
		display : -webkit-flex;
		display : -ms-flexbox;
		display :         flex;
		-webkit-flex-direction : column;
		    -ms-flex-direction : column;
		        flex-direction : column;
		-webkit-justify-content : center;
		-ms-flex-pack : center;
		        justify-content : center;
		z-index : 1;
	}
}
.u-mainv .mainv-inner .mainv-wrap .mainv-title {
	font-size : 28.8px;
	font-size : 1.8rem;
	line-height : 1.5;
	color : #0296e5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.u-mainv .mainv-inner .mainv-wrap .mainv-title {
		font-size : 3.5rem;
	}
}
@media print, screen and (min-width: 1025px) {
	.u-mainv .mainv-inner .mainv-wrap .mainv-title {
		font-size : 6.4rem;
	}
}
.u-mainv .mainv-inner .mainv-wrap .mainv-sub {
	font-size : 19.2px;
	font-size : 1.2rem;
	color : #42474f;
	font-weight : bold;
	margin-top : 10px;
	font-family : 'Roboto Condensed', sans-serif;
	font-weight : 400;
	letter-spacing : 0.05em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.u-mainv .mainv-inner .mainv-wrap .mainv-sub {
		font-size : 1.4rem;
	}
}
@media print, screen and (min-width: 1025px) {
	.u-mainv .mainv-inner .mainv-wrap .mainv-sub {
		font-size : 1.8rem;
	}
}

.u-storyanc {
	background-color : #0099e7;
}
@media print, screen and (min-width: 768px) {
	.u-storyanc .storyanc-list {
		margin : 0 0;
		display : -webkit-flex;
		display : -ms-flexbox;
		display :         flex;
		-webkit-flex-wrap : wrap;
		    -ms-flex-wrap : wrap;
		        flex-wrap : wrap;
	}
}
.u-storyanc .storyanc-list .list-item {
	position : relative;
	background-color : #0099e7;
}
@media print, screen and (min-width: 768px) {
	.u-storyanc .storyanc-list .list-item {
		width : calc(100% / 5);
		width : calc((100% / 5 ) - 0.1px) \0;
		padding : 0 0;
		text-align : center;
		margin : 35px 0;
		border-left : 1px solid #81cbf2;
	}
}
.u-storyanc .storyanc-list .list-item .item-inner {
	color : #fff;
	padding : 15px;
	display : -webkit-flex;
	display : -ms-flexbox;
	display :         flex;
	line-height : 1.5;
}
@media print, screen and (min-width: 768px) {
	.u-storyanc .storyanc-list .list-item .item-inner {
		font-size : 1.8rem;
		margin : 0;
		display : block;
		padding : 0 10px 45px 10px;
	}
}
.u-storyanc .storyanc-list .list-item .item-inner:before {
	content : '';
	background : url(../../svg/i_arrow.svg) center no-repeat;
	background-size : 100% auto;
	width : 20px;
	height : 20px;
	display : block;
	position : absolute;
	top : calc(20px + 0.1em);
	right : 15px;
	margin : auto;
	-webkit-transform : rotateZ(90deg);
	        transform : rotateZ(90deg);
}
@media print, screen and (min-width: 768px) {
	.u-storyanc .storyanc-list .list-item .item-inner:before {
		width : 26px;
		height : 26px;
		top : auto;
		bottom : 0;
		left : 0;
		right : 0;
		transition : all 0.2s ease-out;
	}
}
.u-storyanc .storyanc-list .list-item .item-inner .item-num {
	margin-right : 15px;
}
@media print, screen and (min-width: 768px) {
	.u-storyanc .storyanc-list .list-item .item-inner .item-num {
		display : block;
		margin-right : 0;
	}
}
@media print, screen and (min-width: 1025px) {
	.u-storyanc .storyanc-list .list-item .item-inner:hover {
		text-decoration : none;
	}
	.u-storyanc .storyanc-list .list-item .item-inner:hover:before {
		transition : all 0.3s ease-out;
		-webkit-transform : translateY(5px) rotateZ(90deg);
		        transform : translateY(5px) rotateZ(90deg);
	}
}
.u-storyanc .storyanc-list .list-item + .list-item {
	border-top : 1px solid #80ccf3;
}
@media print, screen and (min-width: 768px) {
	.u-storyanc .storyanc-list .list-item + .list-item {
		border-top : none;
	}
}
@media print, screen and (min-width: 768px) {
	.u-storyanc .storyanc-list .list-item:last-child {
		border-right : 1px solid #81cbf2;
	}
}

#u-figure {
	background-color : #e9f3f6;
	padding-bottom : 50px;
}
@media print, screen and (min-width: 768px) {
	#u-figure {
		padding-bottom : 105px;
	}
}
#u-figure .figure-ttl {
	position : relative;
	text-align : center;
	padding-top : 45px;
	padding-bottom : 60px;
}
@media print, screen and (min-width: 768px) {
	#u-figure .figure-ttl {
		padding-top : 160px;
		padding-bottom : 125px;
	}
}
#u-figure .figure-ttl .ttl-num {
	font-size : 112px;
	font-size : 7.0rem;
	color : #0296e5;
	opacity : 0.25;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)';
	line-height : 1;
	position : absolute;
	text-align : center;
	margin : auto;
	height : auto;
	right : 0;
	left : 0;
}
@media print, screen and (min-width: 768px) {
	#u-figure .figure-ttl .ttl-num {
		font-size : 24.0rem;
		top : 55px;
	}
}
#u-figure .figure-ttl .ttl-txt {
	font-size : 35.2px;
	font-size : 2.2rem;
	position : relative;
	text-align : center;
	font-weight : bold;
	color : #777e89;
	left : 0;
	right : 0;
	top : 25px;
	margin : 0;
	line-height : 1.2;
	width : 100%;
}
@media print, screen and (min-width: 768px) {
	#u-figure .figure-ttl .ttl-txt {
		font-size : 4.4rem;
		top : 0;
	}
}
@media print, screen and (min-width: 768px) {
	#u-figure .figure-box {
		margin : 0 -10px;
		display : -webkit-flex;
		display : -ms-flexbox;
		display :         flex;
		-webkit-flex-wrap : wrap;
		    -ms-flex-wrap : wrap;
		        flex-wrap : wrap;
		margin-top : -45px;
	}
}
#u-figure .figure-box .box-item {
	text-align : center;
	border-radius : 5px;
	box-shadow : 0 0 5px 3px #dee8ea;
	background-color : #fff;
	margin-top : 10px;
}
@media print, screen and (min-width: 768px) {
	#u-figure .figure-box .box-item {
		width : calc(100% / 2);
		width : calc((100% / 2 ) - 0.1px) \0;
		padding : 0 10px;
		background-color : transparent;
		box-shadow : none;
		display : -webkit-flex;
		display : -ms-flexbox;
		display :         flex;
		margin-top : 22px;
	}
}
#u-figure .figure-box .box-item .item-inner {
	padding : 20px;
}
@media print, screen and (min-width: 768px) {
	#u-figure .figure-box .box-item .item-inner {
		padding : 60px 20px;
		background-color : #fff;
		box-shadow : 0 0 5px 3px #dee8ea;
		border-radius : 5px;
	}
}
#u-figure .figure-box .box-item .item-inner .item-img > img {
	width : 100px;
}
@media print, screen and (min-width: 768px) {
	#u-figure .figure-box .box-item .item-inner .item-img > img {
		width : 200px;
	}
}
#u-figure .figure-box .box-item .item-inner .item-ttl {
	font-size : 28.8px;
	font-size : 1.8rem;
	color : #0296e5;
	margin-top : 10px;
}
@media print, screen and (min-width: 768px) {
	#u-figure .figure-box .box-item .item-inner .item-ttl {
		font-size : 3.2rem;
		line-height : 1.5;
		margin-top : 25px;
	}
}
#u-figure .figure-box .box-item .item-inner .item-ttl .ttl-bold {
	font-weight : bold;
}
#u-figure .figure-box .box-item .item-inner .item-txt {
	margin-top : 10px;
	color : #787e89;
}
@media print, screen and (min-width: 768px) {
	#u-figure .figure-box .box-item .item-inner .item-txt {
		margin-top : 20px;
	}
}
#u-figure .figure-box .box-item:first-child {
	margin-top : 0;
}
@media print, screen and (min-width: 768px) {
	#u-figure .figure-box .box-item:first-child {
		margin-top : 22px;
	}
}
#u-figure .figure-link {
	border : 3px solid #afdcf2;
	border-radius : 5px;
	padding : 17px;
	margin-top : 30px;
}
@media print, screen and (min-width: 1025px) {
	#u-figure .figure-link {
		padding : 56px 5%;
		display : -webkit-flex;
		display : -ms-flexbox;
		display :         flex;
		-webkit-justify-content : flex-start;
		-ms-flex-pack : start;
		        justify-content : flex-start;
		-webkit-align-items : center;
		-ms-flex-align : center;
		        align-items : center;
		margin-top : 45px;
	}
}
#u-figure .figure-link .link-ttl {
	font-size : 28.8px;
	font-size : 1.8rem;
	text-align : center;
	color : #787e89;
}
@media print, screen and (min-width: 1025px) {
	#u-figure .figure-link .link-ttl {
		font-size : 3.6rem;
		width : 25%;
		text-align : left;
	}
}
@media print, screen and (min-width: 1025px) {
	#u-figure .figure-link .link-btn {
		display : -webkit-flex;
		display : -ms-flexbox;
		display :         flex;
		-webkit-justify-content : space-between;
		-ms-flex-pack : justify;
		        justify-content : space-between;
		width : 74%;
	}
}
#u-figure .figure-link .link-btn .m-btn-simple {
	margin-top : 10px;
	width : 100%;
}
@media print, screen and (min-width: 1025px) {
	#u-figure .figure-link .link-btn .m-btn-simple {
		margin-top : 0;
		width : 46%;
	}
}

#u-philosophy {
	background-image : url(../../images/story/bg_philosophy.jpg);
	background-size : cover;
	background-position : top center;
	padding-bottom : 50px;
}
@media print, screen and (min-width: 768px) {
	#u-philosophy {
		padding-bottom : 105px;
	}
}
#u-philosophy .philosophy-ttl {
	position : relative;
	text-align : center;
	padding-top : 45px;
	padding-bottom : 20px;
}
@media print, screen and (min-width: 768px) {
	#u-philosophy .philosophy-ttl {
		padding-top : 160px;
		padding-bottom : 45px;
	}
}
#u-philosophy .philosophy-ttl .ttl-num {
	font-size : 112px;
	font-size : 7.0rem;
	color : #0296e5;
	opacity : 0.25;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)';
	line-height : 1;
	position : absolute;
	text-align : center;
	margin : auto;
	height : auto;
	right : 0;
	left : 0;
}
@media print, screen and (min-width: 768px) {
	#u-philosophy .philosophy-ttl .ttl-num {
		font-size : 24.0rem;
		top : 55px;
	}
}
#u-philosophy .philosophy-ttl .ttl-txt {
	font-size : 35.2px;
	font-size : 2.2rem;
	position : relative;
	text-align : center;
	font-weight : bold;
	color : #fff;
	left : 0;
	right : 0;
	top : 25px;
	margin : 0;
	line-height : 1.2;
	width : 100%;
}
@media print, screen and (min-width: 768px) {
	#u-philosophy .philosophy-ttl .ttl-txt {
		font-size : 4.4rem;
		top : 0;
	}
}
#u-philosophy .philosophy-ttl .ttl-desc {
	text-align : center;
	color : #fff;
	margin-top : 55px;
	font-size : 19.2px;
	font-size : 1.2rem;
	position : relative;
}
@media print, screen and (min-width: 768px) {
	#u-philosophy .philosophy-ttl .ttl-desc {
		margin-top : 0;
		font-size : 1.6rem;
		margin-top : 25px;
	}
}
@media print, screen and (min-width: 768px) {
	#u-philosophy .philosophy-box {
		margin : 0 -10px;
		display : -webkit-flex;
		display : -ms-flexbox;
		display :         flex;
		-webkit-flex-wrap : wrap;
		    -ms-flex-wrap : wrap;
		        flex-wrap : wrap;
	}
}
#u-philosophy .philosophy-box .box-item {
	margin : 0 20px;
}
@media print, screen and (min-width: 768px) {
	#u-philosophy .philosophy-box .box-item {
		width : calc(100% / 3);
		width : calc((100% / 3 ) - 0.1px) \0;
		padding : 0 10px;
		margin : 0;
	}
}
#u-philosophy .philosophy-link {
	box-shadow : 0 0 5px 3px #b7c2c2;
	border-radius : 5px;
	padding : 20px;
	margin-top : 30px;
	background-color : #fff;
}
@media print, screen and (min-width: 1025px) {
	#u-philosophy .philosophy-link {
		padding : 60px 5%;
		display : -webkit-flex;
		display : -ms-flexbox;
		display :         flex;
		-webkit-justify-content : space-between;
		-ms-flex-pack : justify;
		        justify-content : space-between;
		-webkit-align-items : center;
		-ms-flex-align : center;
		        align-items : center;
		margin-top : 75px;
	}
}
#u-philosophy .philosophy-link .link-ttl {
	font-size : 28.8px;
	font-size : 1.8rem;
	text-align : center;
	color : #787e89;
}
@media print, screen and (min-width: 1025px) {
	#u-philosophy .philosophy-link .link-ttl {
		font-size : 3.6rem;
	}
}
#u-philosophy .philosophy-link .m-btn-simple {
	margin-top : 10px;
	width : 100%;
}
@media print, screen and (min-width: 1025px) {
	#u-philosophy .philosophy-link .m-btn-simple {
		width : 35%;
		margin-top : 0;
	}
}

#u-history {
	padding-bottom : 50px;
}
@media print, screen and (min-width: 768px) {
	#u-history {
		padding-bottom : 105px;
	}
}
#u-history .history-ttl {
	position : relative;
	text-align : center;
	padding-top : 45px;
	padding-bottom : 20px;
}
@media print, screen and (min-width: 768px) {
	#u-history .history-ttl {
		padding-top : 165px;
		padding-bottom : 55px;
	}
}
#u-history .history-ttl .ttl-num {
	font-size : 112px;
	font-size : 7.0rem;
	color : #0296e5;
	opacity : 0.25;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)';
	line-height : 1;
	position : absolute;
	text-align : center;
	margin : auto;
	height : auto;
	right : 0;
	left : 0;
}
@media print, screen and (min-width: 768px) {
	#u-history .history-ttl .ttl-num {
		font-size : 24.0rem;
		top : 60px;
	}
}
#u-history .history-ttl .ttl-txt {
	font-size : 35.2px;
	font-size : 2.2rem;
	position : relative;
	text-align : center;
	font-weight : bold;
	color : #787e89;
	left : 0;
	right : 0;
	top : 25px;
	margin : 0;
	line-height : 1.2;
	width : 100%;
}
@media print, screen and (min-width: 768px) {
	#u-history .history-ttl .ttl-txt {
		font-size : 4.4rem;
		top : 0;
	}
}
#u-history .history-ttl .ttl-desc {
	text-align : center;
	color : #787e89;
	margin-top : 55px;
	font-size : 19.2px;
	font-size : 1.2rem;
	position : relative;
}
@media print, screen and (min-width: 768px) {
	#u-history .history-ttl .ttl-desc {
		font-size : 1.6rem;
		margin-top : 20px;
	}
}
#u-history .history-era {
	text-align : center;
}
@media print, screen and (min-width: 768px) {
	#u-history .history-era {
		margin-top : 0;
	}
}
#u-history .history-era .era-num {
	position : relative;
	font-size : 38.4px;
	font-size : 2.4rem;
	color : #fff;
	font-weight : bold;
	line-height : 1;
}
@media print, screen and (min-width: 768px) {
	#u-history .history-era .era-num {
		font-size : 4.2rem;
		padding-top : 5px;
	}
}
#u-history .history-era .era-num:before {
	content : '';
	position : absolute;
	width : 0;
	height : 0;
	border-style : solid;
	border-width : 39px 91px 0 91px;
	border-color : #0295e5 transparent transparent transparent;
	z-index : -1;
	top : 0;
	left : 50%;
	margin-left : -91px;
}
@media print, screen and (min-width: 768px) {
	#u-history .history-era .era-num:before {
		border-width : 78px 182px 0 182px;
		margin-left : -182px;
	}
}
#u-history .history-era .era-ttl {
	font-size : 25.6px;
	font-size : 1.6rem;
	color : #0296e5;
	margin-top : 20px;
}
@media print, screen and (min-width: 768px) {
	#u-history .history-era .era-ttl {
		font-size : 3.2rem;
		margin-top : 40px;
	}
}
#u-history .history-era .m-txt-p {
	margin-top : 0;
	color : #787e89;
}
@media print, screen and (min-width: 768px) {
	#u-history .history-era .m-txt-p {
		margin-top : 5px;
	}
}
#u-history .history-era.era-last .era-num:before {
	content : none;
}
@media print, screen and (min-width: 768px) {
	#u-history .history-era.era-last .era-num:before {
		content : '';
		position : absolute;
		width : 0;
		height : 0;
		border-style : solid;
		border-width : 39px 91px 0 91px;
		border-color : #0295e5 transparent transparent transparent;
		border-width : 78px 182px 0 182px;
		z-index : -1;
		top : 0;
		left : 50%;
		margin-left : -182px;
	}
}
@media print, screen and (min-width: 768px) {
	#u-history .history-era.era-last .era-num:after {
		top : 0;
		left : 50%;
		content : '';
		position : absolute;
		background : linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 0.9) 100%);
		width : 364px;
		height : 78px;
		margin-left : -182px;
	}
}
#u-history .history-box {
	padding-bottom : 20px;
	position : relative;
}
@media print, screen and (min-width: 768px) {
	#u-history .history-box {
		margin : 0 -50px;
		display : -webkit-flex;
		display : -ms-flexbox;
		display :         flex;
		-webkit-flex-wrap : wrap;
		    -ms-flex-wrap : wrap;
		        flex-wrap : wrap;
		-webkit-justify-content : space-between;
		-ms-flex-pack : justify;
		        justify-content : space-between;
		background : url(../../svg/bg_story_line.svg);
		background-size : 30px 100%;
		background-position : top center;
		background-repeat : no-repeat;
		padding-bottom : 55px;
	}
}
#u-history .history-box .box-item {
	color : #787e89;
	margin-top : 15px;
}
@media print, screen and (min-width: 768px) {
	#u-history .history-box .box-item {
		width : calc(100% / 2);
		width : calc((100% / 2 ) - 0.1px) \0;
		padding : 0 50px;
		margin-top : 55px;
	}
}
#u-history .history-box .box-item .item-num {
	text-align : left;
	margin-top : 5px;
	font-size : 22.4px;
	font-size : 1.4rem;
}
@media print, screen and (min-width: 768px) {
	#u-history .history-box .box-item .item-num {
		font-size : 2.0rem;
	}
}
#u-history .history-box .box-item .item-txt {
	font-size : 19.2px;
	font-size : 1.2rem;
}
@media print, screen and (min-width: 768px) {
	#u-history .history-box .box-item .item-txt {
		font-size : 1.6rem;
	}
}
#u-history .history-link {
	border-radius : 5px;
	padding : 20px;
	margin-top : 30px;
	background-color : #fff;
	border : 2px solid #c0e5f8;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#u-history .history-link {
		margin-top : 130px;
	}
}
@media print, screen and (min-width: 1025px) {
	#u-history .history-link {
		padding : 60px 5%;
		display : -webkit-flex;
		display : -ms-flexbox;
		display :         flex;
		-webkit-justify-content : space-between;
		-ms-flex-pack : justify;
		        justify-content : space-between;
		-webkit-align-items : center;
		-ms-flex-align : center;
		        align-items : center;
		margin-top : 130px;
		border : 4px solid #c0e5f8;
	}
}
#u-history .history-link .link-ttl {
	font-size : 28.8px;
	font-size : 1.8rem;
	text-align : center;
	color : #787e89;
}
@media print, screen and (min-width: 1025px) {
	#u-history .history-link .link-ttl {
		font-size : 3.6rem;
	}
}
#u-history .history-link .m-btn-simple {
	margin-top : 10px;
	width : 100%;
}
@media print, screen and (min-width: 1025px) {
	#u-history .history-link .m-btn-simple {
		width : 35%;
		margin-top : 0;
	}
}

#u-record {
	background-image : url(../../images/story/bg_record.jpg);
	background-size : cover;
	background-position : top center;
	padding-bottom : 50px;
}
@media print, screen and (min-width: 768px) {
	#u-record {
		padding-bottom : 105px;
	}
}
#u-record .record-ttl {
	position : relative;
	text-align : center;
	padding-top : 45px;
	padding-bottom : 60px;
}
@media print, screen and (min-width: 768px) {
	#u-record .record-ttl {
		padding-top : 150px;
		padding-bottom : 125px;
	}
}
#u-record .record-ttl .ttl-num {
	font-size : 112px;
	font-size : 7.0rem;
	color : #0296e5;
	opacity : 0.25;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)';
	line-height : 1;
	position : absolute;
	text-align : center;
	margin : auto;
	height : auto;
	right : 0;
	left : 0;
}
@media print, screen and (min-width: 768px) {
	#u-record .record-ttl .ttl-num {
		font-size : 24.0rem;
		top : 30px;
	}
}
#u-record .record-ttl .ttl-txt {
	font-size : 35.2px;
	font-size : 2.2rem;
	position : relative;
	text-align : center;
	font-weight : bold;
	color : #fff;
	left : 0;
	right : 0;
	top : 25px;
	margin : 0;
	line-height : 1.2;
	width : 100%;
}
@media print, screen and (min-width: 768px) {
	#u-record .record-ttl .ttl-txt {
		font-size : 4.4rem;
		top : 0;
	}
}
@media print, screen and (min-width: 1025px) {
	#u-record .record-box {
		margin : 0 -15px;
		display : -webkit-flex;
		display : -ms-flexbox;
		display :         flex;
		-webkit-flex-wrap : wrap;
		    -ms-flex-wrap : wrap;
		        flex-wrap : wrap;
	}
}
#u-record .record-box .box-item {
	border-radius : 5px;
	box-shadow : 0 0 5px 3px #8a9780;
	background-color : #fff;
	position : relative;
}
@media print, screen and (min-width: 1025px) {
	#u-record .record-box .box-item {
		box-shadow : none;
		background-color : transparent;
		width : calc(100% / 3);
		width : calc((100% / 3 ) - 0.1px) \0;
		padding : 0 15px;
		display : -webkit-flex;
		display : -ms-flexbox;
		display :         flex;
	}
}
#u-record .record-box .box-item .item-inner {
	padding : 20px;
	position : relative;
	min-height : 220px;
}
@media print, screen and (min-width: 1025px) {
	#u-record .record-box .box-item .item-inner {
		box-shadow : 0 0 5px 3px #8a9780;
		background-color : #fff;
		border-radius : 5px;
		padding : 10%;
	}
}
#u-record .record-box .box-item .item-inner .item-ttl {
	font-size : 28.8px;
	font-size : 1.8rem;
	font-weight : bold;
	text-align : center;
	position : relative;
	z-index : 2;
}
@media print, screen and (min-width: 1025px) {
	#u-record .record-box .box-item .item-inner .item-ttl {
		font-size : 3.2rem;
	}
}
#u-record .record-box .box-item .item-inner .item-num {
	font-size : 28.8px;
	font-size : 1.8rem;
	color : #0296e5;
	text-align : center;
	position : relative;
	z-index : 2;
}
@media print, screen and (min-width: 1025px) {
	#u-record .record-box .box-item .item-inner .item-num {
		font-size : 2.6rem;
	}
}
#u-record .record-box .box-item .item-inner .item-num .ttl-big {
	font-weight : bold;
	font-size : 48px;
	font-size : 3.0rem;
}
@media print, screen and (min-width: 1025px) {
	#u-record .record-box .box-item .item-inner .item-num .ttl-big {
		font-size : 4.4rem;
	}
}
#u-record .record-box .box-item .item-inner .m-txt-p {
	position : relative;
	margin-top : 0;
	z-index : 2;
}
#u-record .record-box .box-item + .box-item {
	margin-top : 10px;
}
@media print, screen and (min-width: 1025px) {
	#u-record .record-box .box-item + .box-item {
		margin-top : 0;
	}
}
#u-record .record-box .box-item.item01 .item-inner:before {
	content : '';
	position : absolute;
	background-image : url(../../images/story/bg_record_01.png);
	bottom : 23px;
	left : 50%;
	width : 100px;
	height : 100px;
	background-size : 100%;
	margin-left : -50px;
}
@media print, screen and (min-width: 1025px) {
	#u-record .record-box .box-item.item01 .item-inner:before {
		width : 180px;
		height : 180px;
		left : 50%;
		z-index : 1;
		margin-left : -90px;
	}
}
#u-record .record-box .box-item.item02 .item-inner:before {
	content : '';
	position : absolute;
	background-image : url(../../images/story/bg_record_02.png);
	background-repeat : no-repeat;
	bottom : 23px;
	left : 50%;
	width : 175px;
	height : 100px;
	background-size : 100%;
	margin-left : -88px;
}
@media print, screen and (min-width: 1025px) {
	#u-record .record-box .box-item.item02 .item-inner:before {
		width : 304px;
		height : 173px;
		margin-left : -152px;
		left : 50%;
		z-index : 1;
	}
}
#u-record .record-box .box-item.item03 .item-inner:before {
	content : '';
	position : absolute;
	background-image : url(../../images/story/bg_record_03.png);
	bottom : 23px;
	left : 50%;
	width : 102px;
	height : 101px;
	background-size : 100%;
	margin-left : -50px;
}
@media print, screen and (min-width: 1025px) {
	#u-record .record-box .box-item.item03 .item-inner:before {
		width : 180px;
		height : 177px;
		margin-left : -88px;
		left : 50%;
		z-index : 1;
	}
}
#u-record .record-link {
	border-radius : 5px;
	padding : 20px;
	margin-top : 30px;
	background-color : #fff;
}
@media print, screen and (min-width: 1025px) {
	#u-record .record-link {
		padding : 60px 5%;
		display : -webkit-flex;
		display : -ms-flexbox;
		display :         flex;
		-webkit-align-items : center;
		-ms-flex-align : center;
		        align-items : center;
		-webkit-justify-content : flex-start;
		-ms-flex-pack : start;
		        justify-content : flex-start;
		margin-top : 60px;
	}
}
#u-record .record-link .link-ttl {
	font-size : 28.8px;
	font-size : 1.8rem;
	text-align : center;
	color : #787e89;
}
@media print, screen and (min-width: 1025px) {
	#u-record .record-link .link-ttl {
		width : 25%;
		font-size : 3.6rem;
		text-align : left;
	}
}
@media print, screen and (min-width: 1025px) {
	#u-record .record-link .link-btn {
		width : 74.7%;
		display : -webkit-flex;
		display : -ms-flexbox;
		display :         flex;
		-webkit-justify-content : space-between;
		-ms-flex-pack : justify;
		        justify-content : space-between;
	}
}
#u-record .record-link .link-btn .m-btn-simple {
	margin-top : 10px;
	width : 100%;
}
@media print, screen and (min-width: 1025px) {
	#u-record .record-link .link-btn .m-btn-simple {
		width : 46.3%;
		margin-top : 0;
	}
}

#u-project {
	background-color : #e9f3f6;
	text-align : center;
	padding-bottom : 50px;
}
#u-project .project-ttl {
	position : relative;
	text-align : center;
	padding : 45px 15px 20px 15px;
}
@media print, screen and (min-width: 768px) {
	#u-project .project-ttl {
		padding : 155px 0 40px 0;
	}
}
#u-project .project-ttl .ttl-num {
	font-size : 112px;
	font-size : 7.0rem;
	color : #0296e5;
	opacity : 0.25;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)';
	line-height : 1;
	position : absolute;
	text-align : center;
	margin : auto;
	height : auto;
	right : 0;
	left : 0;
}
@media print, screen and (min-width: 768px) {
	#u-project .project-ttl .ttl-num {
		font-size : 24.0rem;
		top : 55px;
	}
}
#u-project .project-ttl .ttl-txt {
	font-size : 35.2px;
	font-size : 2.2rem;
	position : relative;
	text-align : center;
	font-weight : bold;
	color : #787e89;
	left : 0;
	right : 0;
	top : 25px;
	margin : 0;
	line-height : 1.2;
	width : 100%;
}
@media print, screen and (min-width: 768px) {
	#u-project .project-ttl .ttl-txt {
		font-size : 4.4rem;
		top : 0;
	}
}
#u-project .project-ttl .ttl-desc {
	text-align : center;
	color : #787e89;
	margin-top : 55px;
	font-size : 19.2px;
	font-size : 1.2rem;
	position : relative;
}
@media print, screen and (min-width: 768px) {
	#u-project .project-ttl .ttl-desc {
		margin-top : 0;
		font-size : 1.6rem;
		margin-top : 30px;
	}
}
#u-project .m-txt-p {
	margin-top : 0;
}
#u-project .m-list-panel {
	margin-top : 20px;
}
@media print, screen and (min-width: 768px) {
	#u-project .m-list-panel {
		margin : 0;
	}
}

@media print, screen and (min-width: 768px) {
	.u-thumbnail .thumbnail-item {
		display : -webkit-flex;
		display : -ms-flexbox;
		display :         flex;
		-webkit-justify-content : center;
		-ms-flex-pack : center;
		        justify-content : center;
	}
}

.u-thumbnail .thumbnail-item .item-box {
	position : relative;
	text-align : center;
	display : -webkit-flex;
	display : -ms-flexbox;
	display :         flex;
	-webkit-justify-content : center;
	-ms-flex-pack : center;
	        justify-content : center;
	-webkit-align-items : center;
	-ms-flex-align : center;
	        align-items : center;
}
.u-thumbnail .thumbnail-item .item-box:before {
	content : '';
	background : url(../../svg/i_arrow.svg) center no-repeat;
	background-size : 100% auto;
	width : 20px;
	height : 20px;
	display : block;
	position : absolute;
	bottom : 15px;
	right : 15px;
	margin : auto;
	z-index : 1;
}
@media print, screen and (min-width: 1025px) {
	.u-thumbnail .thumbnail-item .item-box:before {
		bottom : 54px;
		right : 50px;
		width : 25px;
		height : 26px;
	}
}
.u-thumbnail .thumbnail-item .item-box .box-wrap {
	position : absolute;
	z-index : 1;
	bottom : 0;
	top : 0;
	left : 0;
	right : 0;
	display : -webkit-flex;
	display : -ms-flexbox;
	display :         flex;
	-webkit-flex-wrap : wrap;
	    -ms-flex-wrap : wrap;
	        flex-wrap : wrap;
	-webkit-justify-content : center;
	-ms-flex-pack : center;
	        justify-content : center;
	-webkit-align-items : center;
	-ms-flex-align : center;
	        align-items : center;
}
.u-thumbnail .thumbnail-item .item-box .box-wrap .box-wrap02 .box-title {
	font-size : 28.8px;
	font-size : 1.8rem;
	color : #fff;
}
@media print, screen and (min-width: 1025px) {
	.u-thumbnail .thumbnail-item .item-box .box-wrap .box-wrap02 .box-title {
		font-size : 3.6rem;
	}
}
.u-thumbnail .thumbnail-item .item-box .box-wrap .box-wrap02 .box-title:before {
	content : '';
	position : absolute;
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
}
@media print, screen and (min-width: 1025px) {
	.u-thumbnail .thumbnail-item .item-box .box-wrap .box-wrap02 .box-title:hover {
		text-decoration : none;
	}
}
.u-thumbnail .thumbnail-item .item-box .box-wrap .box-wrap02 .box-txt {
	font-size : 19.2px;
	font-size : 1.2rem;
	color : #fff;
}
@media print, screen and (min-width: 1025px) {
	.u-thumbnail .thumbnail-item .item-box .box-wrap .box-wrap02 .box-txt {
		font-size : 1.8rem;
	}
}
.u-thumbnail .thumbnail-item .item-box .box-img {
	overflow : hidden;
}
.u-thumbnail .thumbnail-item .item-box .box-img > img {
	transition : all 0.2s ease-out;
}
@media print, screen and (min-width: 1025px) {
	.u-thumbnail .thumbnail-item .item-box:hover .box-img > img {
		-webkit-transform : scale(1.05);
		        transform : scale(1.05);
		transition : all 0.3s ease-out;
	}
}
