@charset "utf-8";


/* --------------------------------------------------------------------------------
	story-inner
-------------------------------------------------------------------------------- */
#story .story-inner {
	width: 1200px;
	margin: 0 auto;
}


/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
#story .main {
	width: 100%;
	height: 400px;
	margin: 0 auto 100px;
	position: relative;
}
#story .main .img{
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	margin-left: -50%;
}
#story .main img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}
@media only screen and (min-width: 1920px){
	#story .main .img{
		width: 100%;
		left: 0;
		margin-left: 0;
	}
}

#story .main h2{
	position: absolute;
	bottom: 30px;
	right: 0;
	font-size: 36px;
	color: #ffffff;
	background: #006837;
	line-height: 1;
	padding: 22px 49px;
}

/* --------------------------------------------------------------------------------
	story
-------------------------------------------------------------------------------- */
#story .story {
	width: 1100px;
	margin: 0 auto 100px;
}

#story .story .img-txt {
	display: flex;
	justify-content: space-between;
	margin: 0 0 100px;
}
#story .story .img-txt .img{
	width: 860px;
}
#story .story .img-txt .img img{
	width: 100%;
	border-radius: 30px 0 30px 0;
}
#story .story .img-txt .txt{
	width: 190px;
	writing-mode: vertical-rl;
	font-size: 52px;
	font-weight: bold;
	line-height: 1.35;
}
#story .story .img-txt .txt .mark1{
	color: #be2828;
}
	
#story .story .txt-box{
	text-align: center;
}
#story .story .txt-box h3{
	font-size: 50px;
	font-weight: bold;
	color: #006838;
	margin: 0 0 30px;
}
#story .story .txt-box .txt .txt1{
	font-size: 30px;
	color: #006838;
	margin: 0 0 30px;
	line-height: 2;
}
	#story .story .txt-box .txt .txt2{
	font-size: 20px;
	line-height: 2;
}

/* --------------------------------------------------------------------------------
	イメージ
-------------------------------------------------------------------------------- */
#story .img-1 {
	width: 100%;
	height: 400px;
	margin: 0 auto 120px;
	position: relative;
}
#story .img-1 .img{
	position: absolute;
	top: 0;
	left: 50%;
	width: 1920px;
	margin-left: -960px;
}
#story .img-1 img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}
@media only screen and (min-width: 800px){
	#story .img-1 .img{
		width: 100%;
		left: 0;
		margin-left: 0;
}


/* --------------------------------------------------------------------------------
	kodawari
-------------------------------------------------------------------------------- */
#story .kodawari {
	width: 1000px;
	margin: 0 auto 150px;
}

#story .kodawari .img-txt {
	display: flex;
	justify-content: space-between;
	margin: 0 0 150px;
}

#story .kodawari .txt-img h3{
	font-size: 48px;
	font-weight: bold;
	line-height: 1.35;
	margin: 0 0 50px;
	text-align: center;
}
#story .kodawari .txt-img h3 .mark1{
	position: relative;
	display: inline-block;
}
#story .kodawari .txt-img h3 .mark1::before{
	content: "";
	background: url("../../images/f/story/t-parts-left.svg");
	background-size: 100%;
	width: 80px;
	height: 130px;
	position: absolute;
	top: 0;
	left: -90px;
}
#story .kodawari .txt-img h3 .mark1::after{
	content: "";
	background: url("../../images/f/story/t-parts-right.svg");
	background-size: 100%;
	width: 80px;
	height: 130px;
	position: absolute;
	top: 0;
	right: -90px;
}
#story .kodawari .txt-img .img1 img{
	width: 100%;
	margin: 0 0 50px;
}
#story .kodawari .txt-img .txt{
	font-size: 20px;
	line-height: 2;
	margin: 0 30px 50px;
}
#story .kodawari .txt-img .img2 img{
	width: 100%;
}








