@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
.r3Content {
	max-width: 950px;
}
/* ==

　01. モジュール

=============================================================================== */
/* ビジュアル
------------------------------------------------------------------------------- */
.poVisual01 {
	padding: 0 20px;
	background: url(../images/index_bg01.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
}
.poVisual01_in {
	display: -webkit-box;
	display: flex;
	align-items: center;
	position: relative;
	max-width: 1200px;
	height: 300px;
	margin: 0 auto;
}
.poVisual01_tit {
	line-height: 1;
	font-family: 'Roboto';
	font-size: 56px;
	font-weight: 700;
}
/* リード
------------------------------------------------------------------------------- */
.poLead01 {
	padding: 70px 15px 70px;
	background-color: #fff;
}
.poLead01_in {
	max-width: 950px;
	margin: 0 auto;
}
.poLead01_txt {
	line-height: 2;
	margin: 0;
	font-size: 134%;
	font-weight: 500;
	text-align: center;
}
/* レイアウト
------------------------------------------------------------------------------- */
.poBlock01 {
	margin: 40px 0;
	padding: 30px 20px;
	background-color: #f7f7f7;
}
.poBlock01_in {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	max-width: 950px;
	margin: 0 auto;
}
.poBlock01_in-reverse {
	flex-direction: row-reverse;
}
.poBlock01_info {
	width: 340px;
	padding: 25px 0 0;
}
.poBlock01_tit {
	line-height: 1.5;
	margin: 0 0 16px;
	font-size: 200%;
	font-weight: 700;
}
.poBlock01_txt {
	line-height: 2;
	margin: 0;
	font-size: 134%;
	font-weight: 500;
}
.poBlock01_img {
	display: block;
	width: 50%;
}
.poProject01 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -50px 0 0;
}
.poProject01::after {
	content: "";
	display: block;
	width: 288px;
}
.poProject01_item {
	width: 288px;
	margin: 50px 0 0;
}
.poProject01_wrap {
	display: block;
	color: #000;
	text-decoration: none;
}
.poProject01_img {
	display: block;
	margin: 0 0 15px;
}
.poProject01_tag {
	line-height: 1.75;
	margin: 20px 0 0;
	font-size: 100%;
	font-weight: 500;
}
.poProject01_tag span {
	display: inline-block;
	line-height: 22px;
	padding: 0 15px 2px;
	background-color: #333;
	color: #fff;
}
.poProject01_tit {
	line-height: 1.75;
	margin: 8px 0 5px;
	font-size: 134%;
	font-weight: 700;
}
.poProject01_txt {
	line-height: 1.714;
	margin: 0;
	font-size: 117%;
	font-weight: 400;
}

/* テキストスロット
------------------------------------------------------------------------------- */
.poNum {
	position: relative;
}
.poNum_data {
	opacity: 0;
	transition: opacity .5s linear;
}
.inView .poNum_data {
	opacity: 1;
}
.poNum p.poNum_num01 span,
.poNum span.poNum_num01 {
	font-family: 'Roboto';
}
.poNum .poNum_data .poNum_num01,
.poNum .poNum_data .poNum_txt01 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}
.poNum .poNum_data .poNum_num01 span {
	font-size: 64px;
}

#poNum01 .poNum_data {
	opacity: 1;
}
#poNum01 .poNum_graph01 {
	background-color: #000000;
	width: 42%;
	height: 43%;
	position: absolute;
	bottom: 0;
	left: 40%;
	color: #fff;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#poNum01 .poNum_graph02 {
	background-color: #FA0046;
	width: 42%;
	height: 0%;
	position: absolute;
	bottom: 0;
	left: 18%;
	color: #fff;
	display: flex;
	justify-content: center;
	transition: height .5s ease-out;
	overflow: hidden;
}
#poNum01 .poNum_graph02.inView {
	height: 86%;
}
#poNum01 .poNum_graph02 .poNum_num01 {
	opacity: 0;
	transition: opacity .5s linear;
	transition-delay: .5s;
}
#poNum01 .poNum_graph02.inView .poNum_num01 {
	opacity: 1;
}
#poNum01 .poNum_data .poNum_num01 {
	font-weight: normal;
	font-size: 24px;
}
#poNum01 .poNum_graph01 .poNum_num01 {
	font-size: 22px;
	line-height: 1.4;
}
#poNum01 .poNum_graph01 p {
	font-size: 22px;
	line-height: 1.4;
}
#poNum01 .poNum_graph01 p span {
	font-size: 15px;
}
#poNum01 .poNum_graph02 .poNum_num01,
#poNum01 .poNum_graph02 .poNum_num01 span {
	margin-top: 22px;
	font-size: 24px;
}
#poNum02 .poNum_data {
	width: 33.64%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#poNum02 .poNum_data .poNum_data_in p {
	width: 100%;
	text-align: center;
	line-height: 1.2;
}
#poNum02 .poNum_num01 {
	color: #FA0046;
	position: relative;
	top: -5px;
	left: 5px;
}
#poNum02 .poNum_num01 span {
	font-size: 46px;
	margin-right: 5px;
}
#poNum03 .poNum_data {
	position: absolute;
	bottom: 10%;
	left: 0;
	width: 100%;
	text-align: center;
}
#poNum04 .poNum_data {
	position: absolute;
	top: 0;
	right: 0;
	width: 67%;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#poNum04 .poNum_num01 {
	color: #FA0046;
	margin-bottom: 8px;
}
#poNum04 .poNum_num01 span {
	font-size: 46px;
	margin-right: 5px;
}
#poNum04 .poNum_txt01 {
	color: #000;
}
#poNum04 .poNum_txt01 span {
	font-size: 16px;
	font-weight: normal;
}
#poNum05 .poNum_data {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#poNum05 .poNum_data .poNum_num01 {
	line-height: 1.2;
}
#poNum05 .poNum_data .poNum_num01 .fnSlot6 {
	margin: 0 5px;
}