@charset "utf-8";
/*------------------------------------------------------------
	person
------------------------------------------------------------*/
#main .dayBox {
	overflow: hidden;
}
#main .dayBox .content {
	position: relative;
	padding-bottom: 9.4rem;
}
#main .dayBox .image {
	width: 25rem;
	position: absolute;
	bottom: 0;
	left: -19.2rem;
}
#main .dayBox .image img {
	width: 100%;
}
#main .dayBox .img02 {
	width: 30.9rem;
	bottom: 0;
	left: auto;
	right: -21.9rem;
}
#main .movieBox img {
	width: 100%;
}
#main .movieBox a {
	display: block;
	position: relative;
	font-size: 0;
	line-height: 1;
}
#main .movieBox a::after {
	margin: -1rem 0 0 0.8rem;
	width: 13rem;
	height: 13rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: url("../img/common/play.png") no-repeat left top / 100% 100%;
	content: "";
}
@media all and (min-width: 897px) {
	#main .movieBox a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .movieBox a::after {
		margin: 0;
		width: 4.8rem;
		height: 4.8rem;
	}
	#main .dayBox .content {
		padding-bottom: 5.3rem;
	}
	#main .dayBox .image {
		width: 8.2rem;
		bottom: -6.4rem;
		left: -2.2rem;
	}
	#main .dayBox .img02 {
		width: 9.3rem;
		bottom: 0;
		left: auto;
		right: 1.9rem;
	}
}


/* showBox */
#main .showBox {
	color: #fff;
	background-color: #f05401;
}
#main .showBox .content {
	position: relative;
	padding: 10.1rem 0 8.5rem;
}
#main .showBox .image {
	width: 25rem;
	position: absolute;
	right: 14rem;
	bottom: 0;
}
#main .showBox .title {
	margin: 0 -10rem 3.9rem 0;
	font-size: 4.5rem;
	font-weight: 900;
	line-height: 1.44;
}
#main .showBox p {
	line-height: 1.87;
	font-weight: 500;
}
#main .subTitle {
	line-height: 1;
	position: relative;
	margin: 5.8rem -2.8rem 3.9rem -1.7rem;
}
#main .subTitle span {
	min-width: 19.4rem;
	padding: 1.9rem 2.7rem 2rem 1.5rem;
	color: #F05400;
	font-size: 2.5rem;
	background-color: #fff;
	font-weight: 700;
	border-radius: 5rem;
	position: relative;
	z-index: 10;
	display: inline-block;
	text-align: center;
}
#main .subTitle::after {
	margin-top: -1px;
	width: 100%;
	height: 0.2rem;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #fff;
	content: "";
}
@media all and (max-width: 896px) {
	#main .showBox .content {
		position: relative;
		padding: 4.7rem 0;
	}
	#main .showBox .image {
		width: 18rem;
		position: absolute;
		right: -3.8rem;
		bottom: 0;
	}
	#main .showBox .title {
		margin: 0 0 2.5rem;
		font-size: 2.4rem;
		line-height: 1.5;
		letter-spacing: -0.01em;
	}
	#main .showBox p {
		line-height: 1.785;
		text-align: justify;
	}
	#main .subTitle {
		margin: 4rem 0 2.2rem 0;
	}
	#main .subTitle span {
		min-width: 13rem;
		padding: 1.2rem 0.5rem;
		font-size: 1.8rem;
		border-radius: 5rem;
	}
	#main .subTitle::after {
		margin-top: -0.1rem;
		height: 0.2rem;
	}
}


/* flowBox */
#main .flowBox {
	margin: 0 -2rem;
	display: flex;
	justify-content: space-between;
	border-bottom: 0.2rem solid #fff;
	padding-bottom: 11.8rem;
}
#main .flowBox .list {
	width: 56%;
	font-size: 3.2rem;
	font-weight: 900;
}
#main .flowBox .list li {
	margin-bottom: 4.8rem;
	position: relative;
}
#main .flowBox .list li:last-child {
	margin-bottom: 0;
}
#main .flowBox .list li::after {
	width: 3.5rem;
	height: 1.9rem;
	position: absolute;
	bottom: -3.4rem;
	left: 50%;
	transform: translateX(-50%);
	background: url("../img/common/icon01.png") no-repeat left top / 100% 100%;
	content: "";
	margin-left: -4.1rem;
}
#main .flowBox .list a {
	display: block;
	color: #fff;
}
#main .flowBox .list02 {
	width: 42.5%;
}
#main .flowBox .list02 li::after {
	margin-left: -6.1rem;
}
#main .flowBox .list02 li:last-child::after {
	display: none;
}
#main .flowBox .list span {
	display: inline-block;
	min-width: 10.4rem;
}
@media all and (min-width: 897px) {
	#main .flowBox .list a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .flowBox {
		margin: 0;
		display: block;
		border-width: 0.1rem;
		padding-bottom: 4.2rem;
	}
	#main .flowBox .list {
		width: auto;
		font-size: 2rem;
	}
	#main .flowBox .list li {
		margin-bottom: 4.3rem;
	}
	#main .flowBox .list li::after {
		width: 2.1rem;
		height: 1.1rem;
		bottom: -2.8rem;
		margin-left: 0;
	}
	#main .flowBox .list02 {
		width: auto;
	}
	#main .flowBox .list02 li::after {
		margin-left: 0;
	}
	#main .flowBox .list span {
		min-width: 5.3rem;
		padding-right: 0.9rem;
	}
	#main .flowBox .list + .list {
		margin-top: 4.3rem;
	}
}

#main .bgBox {
	position: relative;
}
#main .bgBox::before {
	width: 67.8rem;
	min-height: 419.9rem;
	position: absolute;
	top: 30.6rem;
	bottom: 14rem;
	background: url("../img/person01/line.png") no-repeat left top / 100% 100%;
	content: "";
	right: 12.7rem;
}
@media all and (max-width: 896px) {
	#main .bgBox::before {
		width: 29.3rem;
		min-height: 381.2rem;
		top: 36.6rem;
		background-image: url("../img/person01/line_sp.png");
		right: 1.7rem;
		bottom: 30.7rem;
	}
}


/* listBox */
#main .listBox {
	padding: 15.6rem 0 12.6rem;
	background-color: #eaeaea;
}
#main .listBox .content {
	max-width: 102.4rem;
}
#main .imgBox {
	margin-bottom: 13.7rem;
	display: flex;
	align-items: flex-start;
	position: relative;
}
#main .imgBox:last-child {
	margin-bottom: 0;
}
#main .imgBox .photo {
	width: 60rem;
	position: relative;
	z-index: 10;
}
#main .imgBox .photo .innerImg {
	border-radius: 1.3rem;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
#main .imgBox .photo .innerImg img {
	width: 100%;
}
#main .imgBox .photo .image {
	width: 24.3rem;
	position: absolute;
	bottom: 100%;
	left: 12.9rem;
	margin-bottom: -14.1rem;
}
#main .imgBox .rightBox {
	flex: 1;
	margin: 20.6rem 0 0 6rem;
}
#main .imgBox .wid {
	max-width: 47.6rem;
}
#main .imgBox .title {
	font-size: 4.5rem;
	line-height: 1.06;
	font-weight: 900;
	position: relative;
	letter-spacing: 0.05em;
	padding-bottom: 2.2rem;
}
#main .imgBox .title::after {
	width: 47.6rem;
	height: 0.2rem;
	position: absolute;
	bottom: 0;
	left: -6rem;
	background-color: #F05400;
	content: "";
}
#main .imgBox .title .time {
	width: 5.8rem;
	position: absolute;
	top: 0.4rem;
	right: -4.9rem;
}
#main .imgBox .title .num {
	margin-bottom: 1.9rem;
	width: 34rem;
	position: absolute;
	bottom: 100%;
	left: 0;
	max-width: inherit;
}
#main .imgBox p {
	line-height: 1.875;
	font-weight: 500;
}
#main .imgBox.row .photo {
	order: 3;
}
#main .imgBox.row .rightBox {
	margin: 5.2rem 0 0 0;
}
#main .imgBox.row .wid {
	margin-left: auto;
	max-width: 43rem;
}
@media all and (max-width: 896px) {
	#main .listBox {
		padding: 5rem 0 8.2rem;
	}
	#main .listBox .content {
		max-width: inherit;
	}
	#main .imgBox {
		margin-bottom: 10rem;
		display: block;
	}
	#main .imgBox .photo {
		width: auto;
	}
	#main .imgBox .photo .innerImg {
		border-radius: 1.3rem;
	}
	#main .imgBox .photo .image {
		width: 11rem;
		bottom: 100%;
		left: 19.3rem;
		margin-bottom: -6.5rem;
	}
	#main .imgBox .rightBox {
		flex: 1;
		margin: 0;
		position: relative;
		z-index: 10;
	}
	#main .imgBox .wid {
		max-width: inherit;
	}
	#main .imgBox .title {
		font-size: 2.4rem;
		letter-spacing: 0;
		padding-bottom: 0.9rem;
		width: fit-content;
		border-bottom: 0.1rem solid #F05400;
	}
	#main .imgBox .title.spWid {
		width: 100%;
	}
	#main .imgBox .title + * {
		margin-top: 0.3rem;
	}
	#main .imgBox .title::after {
		display: none;
	}
	#main .imgBox .title .time {
		width: 4rem;
		top: 0;
		right: auto;
		left: 20.9rem;
	}
	#main .imgBox .title .num {
		width: 19rem;
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		top: auto;
		display: block;
		margin: 0 0 1.7rem -0.2rem;
	}
	#main .imgBox p {
		line-height: 1.8;
		letter-spacing: 0.01em;
		text-align: justify;
	}
	#main .imgBox.row .rightBox {
		margin: 5.2rem 0 0 0;
	}
	#main .imgBox.row .wid {
		margin-left: 0;
		max-width: inherit;
	}
	
}

#main .dotImg {
	margin: 6.8rem auto 0;
	width: 2.5rem;
}
#main .btmTxt {
	margin-top: 4.9rem;
	text-align: center;
	color: #F05400;
	font-size: 4.5rem;
	font-weight: 900;
}
@media all and (max-width: 896px) {
	#main .dotImg {
		margin: 9.2rem auto 0;
		width: 1.2rem;
	}
	#main .btmTxt {
		margin-top: 2rem;
		font-size: 2.4rem;
	}
}

/* endTxt */
#main .endTxt {
	margin-top: 10rem;
	text-align: center;
	font-size: 4.5rem;
	font-weight: 900;
}
#main .endTxt img {
	width: 23.5rem;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3.3rem 0 -20rem;
}
@media all and (max-width: 896px) {
	#main .endTxt {
		margin-top: 8rem;
		font-size: 2.4rem;
	}
	#main .endTxt img {
		width: 15rem;
		margin: -0.6rem 2rem 0 0;
	}
}

