@charset "utf-8";
/*------------------------------------------------------------
	story
------------------------------------------------------------*/
#main p {
	line-height: 1.43;
	font-size: 1.6rem;
	letter-spacing: 0.3em;
}
.pageVisual .title {
	margin-bottom: 0 !important;
	display: block !important;
}
#main .content {
	max-width: 131.8rem;
}
#main .widTxt {
	margin: 0 auto;
	max-width: 96.3rem;
}
#main .sec01 {
	margin-bottom: 12.5rem;
}
#main .headLine02 {
	margin-bottom: 2.6rem;
}
#main .sec02 .innerBox {
	margin: 0 auto;
	max-width: 138.6rem;
}
#main .infoList {
	width: calc(100% - 37rem);
	float: right;
}
#main .infoList > li {
	display: flex;
	justify-content: space-between;
	background: #DFDBDB;
	position: relative;
}
#main .infoList > li::after {
	width: 3.5rem;
	height: 3.5rem;
	content: "";
	position: absolute;
	top: calc(100% + 6.8rem);
	left: 42.7%;
	background: url(../img/story/icon02.png) no-repeat center top / 100%;
}
#main .infoList > li:last-child::after {
	display: none;
}
#main .infoList > li + li {
	margin-top: 17.3rem;
}
#main .infoList .phoBox {
	width: 45.7rem;
	position: relative;
}
#main .infoList .phoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .infoList .phoBox::after {
	content: "";
	position: absolute;
	left: -3.1rem;
	right: 9.2rem;
	top: -3.1rem;
	bottom: -3.1rem;
	background: #9f9595;
	z-index: -1;
}
#main .infoList .phoBox span {
	padding: 1.1rem 1.5rem 1rem 2.7rem;
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: 500;
	font-size: 1.3rem;
	letter-spacing: 0.2em;
	line-height: 1.23;
	color: #fff;
	text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.8);
	background: rgba(159, 149, 149, 0.6);
}
#main .infoList .textBox {
	padding: 4.5rem 3.5rem 2rem 4.8rem;
	flex: 1;
}
#main .infoList .flexBox {
	margin: 0.6rem 0 0;
	display: flex;
	align-items: center;
}
#main .infoList .flexBox .ttl {
	margin-right: -1.4rem;
	padding: 0.2rem 2.5rem 0.2rem 0.2rem;
	width: 7.5rem;
	min-height: 8.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.23;
	text-align: center;
	color: #fff;
	position: relative;
	letter-spacing: 0;
	background: url(../img/story/icon01.png) no-repeat center center / 100%;
}
#main .infoList .flexBox ul {
	padding: 1.3rem 3rem 1.3rem 3.9rem;
	width: 30.1rem;
	background: #fff;
	font-size: 1.6rem;
	text-align: left;
	color: #719fbc;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	gap: 2.6rem;
}
#main .infoList .flexBox ul li:nth-child(2) {
	color: #5c9a7d;
}
#main .infoList .flexBox ul li:nth-child(3) {
	color: #9d8558;
}
#main .infoList .tips {
	display: block;
	font-size: 1.3rem;
}
#main .title {
	margin-bottom: 2.5rem;
	display: flex;
	align-items: center;
	gap: 2.4rem;
}
#main .title .num {
	padding-bottom: 0.2rem;
	width: 5.3rem;
	height: 5.3rem;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	border-radius: 100%;
	color: #a09695;
	letter-spacing: 0;
	font-weight: 400;
	filter: drop-shadow(-0.3rem -0.3rem 0.6rem rgba(118, 84, 84, 0.16));
}
#main .title .txt {
	flex: 1;
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.3em;
}
#main .infoList p {
	min-height: 11.5rem;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.437;
	letter-spacing: 0.3em;
}
#main .sec02 {
	margin-bottom: 19rem;
}
#main .sec02 .sideNav {
	margin: -2.2rem 0 0;
	width: 28rem;
	position: sticky;
	top: 2rem;
	left: 0;
	float: left;
}
#main .sec02 .sideNav .title {
	gap: 2.1rem;
}
#main .sec02 .sideNav .list {
	position: relative;
}
#main .sec02 .sideNav .list::before {
	content: "";
	position: absolute;
	left: 2.6rem;
	top: 0;
	bottom: 2rem;
	width: 1px;
	background: #707070;;
}
#main .sec02 .sideNav li + li {
	margin-top: 4.5rem;
}
#main .sec02 .sideNav .title .txt {
	font-size: 1.6rem;
	font-weight: 500;
	color: #6c6464;
	letter-spacing: 0;
}
#main .sec02 .sideNav .title .num {
	font-size: 1.9rem;
	color: #fff;
	background: #9f9595;
	transition: 0.3s;
}

#gFooter {
	margin-top: 0;
}
@media all and (min-width: 768px) {
	#main .sec02 .sideNav a:hover .num {
		color: #9f9595;
		background: #fff;
	}
}
@media all and (max-width: 767px) {
	#main p {
		line-height: 1.642;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		font-weight: 400;
	}
	#main .sec02 .sideNav {
		display: none;
	}
	.headLine01 {
		margin-bottom: 3rem;
		font-size: 1.8rem;
	}
	#main .headLine02 {
		margin-bottom: 2.4rem;
		font-size: 1.5rem;
		letter-spacing: 0.1em;
	}
	#main .sec01 {
		margin-bottom: 3.9rem;
	}
	#main .sec02 {
		margin-bottom: 8rem;
	}
	#main .sec02 .innerBox {
		margin: 0 4.3rem 0 3.7rem;
		max-width: inherit;
		display: block;
	}
	#main .infoList {
		width: auto;
		float: none;
	}
	#main .infoList > li {
		display: block;
	}
	#main .infoList .phoBox {
		width: 100%;
	}
	#main .infoList .phoBox::after {
		display: none;
	}
	#main .infoList .phoBox span {
		padding: 0.7rem 1.5rem 1rem 1.5rem;
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.5;
	}
	#main .title {
		margin-bottom: 1.2rem;
	}
	#main .title .num {
		position: absolute;
		left: -1.1rem;
		top: -1.5rem;
		background: #A09695;
		color: #fff;
	}
	#main .title .txt {
		font-size: 1.5rem;
		letter-spacing: 0.1em;
		text-align: center;
	}
	#main .infoList .textBox {
		padding: 2.5rem 2.1rem 1.4rem;
	}
	#main .infoList p {
		min-height: inherit;
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 1.642;
		letter-spacing: 0.05em;
	}
	#main .infoList .flexBox .ttl {
		margin-right: -0.5rem;
		padding-right: 1.8rem;
		width: 5.2rem;
		height: 5.9rem;
		font-size: 0.9rem;
	}
	#main .infoList .flexBox {
		margin: 1.1rem 0 0 -0.5rem;
	}
	#main .infoList .flexBox ul {
		padding: 0.9rem 1.6rem 1rem 2.1rem;
		font-size: 1.1rem;
		justify-content: space-around;
		gap: 0.6rem;
		width: calc(100% - 5rem);
	}
	#main .infoList > li + li {
		margin-top: 9.8rem;
	}
	#main .infoList > li::after {
		width: 2.7rem;
		height: 2.7rem;
		content: "";
		position: absolute;
		top: calc(100% + 2.8rem);
		left: 50%;
		transform: translateX(-50%);
	}
	.pageVisual .title {
		font-size: 2.2rem;
	}
	 #main .infoList .textBox .tips{
        font-size: 1.2rem;
        letter-spacing: 0;
    }
}