.inner{
	box-sizing: border-box;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
.mb160{
	margin-bottom: 160px;
}
.pageHead{
	margin-bottom: 140px;
}


.fBox{
	display: flex;
	flex-wrap:wrap;
}
.fBox + .fBox{
	margin-top:100px;
}
.fBox:nth-child(odd){
	flex-direction: row-reverse;
}
.fBox:nth-child(even) .textBox{
	padding-left: 50px;
	padding-right: 0;
}
.fBox .textBox{
	width: calc(100% - 460px);
	box-sizing: border-box;
	padding-right: 50px;
}
.fBox .textBox .nom{
	font-size: 2.8rem;
	line-height: 1;
	border-bottom: solid 1px #282828;
	display: inline-block;
	margin-bottom: 10px;
}
.fBox .textBox .nom span{
	font-size: 3.8rem;
}
.fBox .textBox .text{
	line-height: 1.6;
	text-align: justify;
	margin-top: 45px;
}

.fBox .textBox .button{
	color: #fff;
	background: #282828;
	line-height: 1;
	position: relative;
	margin-top: 60px;
	font-weight: 200;
	padding: 20px 145px 20px 30px;
	font-size: 1.6rem;
	display: inline-block;
	position: relative;
}
.fBox .textBox .button span{
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	position: absolute;
	right: 20px;
	width: 50px;
	height: 6px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.fBox .textBox .button:hover span{
	right: 15px;
}
.fBox .textBox .button span:before,
.fBox .textBox .button span:after{
	content: "";
	display: block;
	position: absolute;
}
.fBox .textBox .button span:before{
	width: 50px;
	height: 1px;
	background: #fff;
	bottom: 0;
}
.fBox .textBox .button span:after{
	bottom: -2px;
	width: 5px;
	height: 5px;
	box-sizing: border-box;
	right: 0;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	border-right: solid 1px #fff;
}

.fBox .imgBox{
	overflow:hidden;
	background: #ccc;
	position: relative;
	width: 460px;
}
.fBox .imgBox img{
	left: 0;
	right: 0;
	margin: auto;
	width: auto;
	position: absolute;
	height: 100%;
}

@media screen and (max-width: 750px){
	.fBox{
		display: block;
	}
	.fBox + .fBox{
		margin-top:180px;
	}
	.fBox .imgBox{
		width: 100%;
		height: 420px;
		margin-bottom: 20px;
	}
	.fBox .imgBox img{
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: auto;
	}
	.fBox .textBox{
		width: 100%;
		padding: 0;
	}
	.fBox .textBox:nth-child(even){
		padding: 0;
	}
	.fBox .textBox .button{
		padding: 30px 40px;
		font-size: 2.4rem;
		width: 100%;
		box-sizing: border-box;
	}
	.fBox .textBox .button span{
		width: 120px;
		height: 8px;
	}
	.fBox .textBox .button span:after{
		width: 8px;
		height: 8px;
		bottom: -3px;
	}
	.fBox .textBox .button span:before{
		width: 120px;
	}
}


/* 特徴と魅力下層部分（共通） */
.pageHead h2 span{
	line-height: 1;
	margin-bottom: 10px;
	display: inline-block;
	border-bottom: solid 1px #282828;
}
@media screen and (max-width: 750px){
	.pageHead h2 span{
		margin-bottom: 30px;
	}
}

.featureNav{
	padding-top: 20px;
	width: calc(100% + 30px);
	margin-left: -30px;
	font-size: 0;
	padding-bottom: 20px;
}
.featureNav li{
	padding-top: 20px;
	font-size: 0;
	padding-left: 30px;
	box-sizing: border-box;
	display: inline-block;
	width: calc(100% / 3);
}

@media screen and (max-width: 750px){
	.featureNav{
		padding-top: 50px;
	}
	.featureNav li{
		padding-top: 10px;
		width: 100%;
	}
}

.featureNav li a{
	box-sizing: border-box;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	position: relative;
	color: #fff;
	background: #282828;
	display: flex;
	padding: 18px 20px;
	padding-right: 40px;
}
.featureNav li a:hover{
	opacity: 0.7;
}
.featureNav li p{
	line-height: 1;
}
.featureNav li p.nom{
	margin-right: 20px;
	border-bottom: solid 1px #fff;
}
.featureNav li p.nom span{
	font-size: 1.6rem;
}
.featureNav li a span.arow{
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 6px;
	height: 6px;
	box-sizing: border-box;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
@media screen and (max-width: 750px){
	.featureNav li a{
		padding: 30px;
	}
	.featureNav li p.nom span{
		font-size: 2.6rem;
	}
	.featureNav li a span.arow{
		width: 8px;
		height: 8px;
	}
}

/* 下層下部ナビ */
.featureF_Nav{
	position: relative;
	z-index: 1;
	display: flex;
	background: #f1f1f1;
}
.featureF_Nav.featureF_Nav_R{
	justify-content: flex-end;
}
.featureF_Nav li{
	box-sizing: border-box;
	width: 50%;
}
.featureF_Nav li a{
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	box-sizing: border-box;
	color: #fff;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
}
.featureF_Nav li a:hover{
	opacity: .7;
}
.featureF_Nav li a .en{
	font-size: 1.8rem;
	margin-bottom: 5px;
}
.featureF_Nav li a p{
	line-height: 1;
}
@media screen and (max-width: 750px){
	.featureF_Nav li a .en{
		font-size: 1.8rem;
	}
	.featureF_Nav li a p{
		line-height: 1;
	}
}
.featureF_Nav li a span.arow{
	display: block;
	width: 90px;
	height: 7px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.featureF_Nav li a span.arow:before,
.featureF_Nav li a span.arow:after{
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
}
.featureF_Nav li a span.arow:after{
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

/* 次の記事へ */
.featureF_Nav li a.next{
	padding-left: 40px;
	padding-right: 130px;
	background: #282828;
}
.featureF_Nav li a.next span.arow{
	right: 30px;
}
.featureF_Nav li a.next span.arow:before{
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: 0;
}
.featureF_Nav li a.next span.arow:after{
	width: 6px;
	height: 6px;
	bottom: -2px;
	border-right: solid 1px #fff;
	right: 0;
}
/* 前の記事へ */
.featureF_Nav li a.prev{
	padding-right: 40px;
	padding-left: 190px;
	background: #505050;
}
.featureF_Nav li a.prev span.arow{
	left: 30px;
}
.featureF_Nav li a.prev span.arow:before{
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: 0;
}
.featureF_Nav li a.prev span.arow:after{
	width: 6px;
	height: 6px;
	bottom: -2px;
	border-top: solid 1px #fff;
	left: 0;
}
@media screen and (max-width: 750px){
	.featureF_Nav li a p.en{
		font-size: 2.4rem;
	}
	.featureF_Nav li a p.text{
		font-size: 2.2rem;
	}
	.featureF_Nav li a span.arow{
		display: none;
	}
	.featureF_Nav li a.next,
	.featureF_Nav li a.prev{
		padding: 30px;
	}
}

.fStart{
	margin-bottom: 140px;
}
.mid04{
	margin-bottom: 100px;
}
.fStart .textBox{
	float: left;
	width: calc(100% - 440px);
}
.fStart .textBox p + p{
	margin-top: 20px;
}
.fStart .pBox{
	display: inline-block;
	float: right;
}
.fStart .fr{
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}
.fStartIn .pBox{
	margin-top: 60px;
}

@media screen and (max-width: 750px){
	.fStart .textBox,
	.fStartIn .pBox,
	.fStart .pBox{
		margin-top: 40px;
		width: 100%;
		float: none;
	}
	.fStart .pBox img{
		width: 100%;
	}
}
.fCont .mid05{
	margin-bottom: 25px;
}
.fCont .textBox{
	float: left;
	width: calc( 100% - 400px );
}
.fCont .content + .content,
.fCont .textBox{
	margin-top: 60px;
}
.fCont .content:last-child{
	margin-bottom: 160px;
}
.fCont .textBox:first-child{
	margin-top: 0;
}
.fCont h5{
	margin-top: 50px;
	margin-bottom: 40px;
	font-size: 1.6rem;
	font-weight: bold;
}
.fCont .pBox{
	text-align: right;
	width: 390px;
	float: right;
}
.fCont .pBox img + img{
	margin-top: 50px;
}
.fCont .fList .mid05{
	position: relative;
	padding-left: 40px;
	margin-bottom: 0px;
}
.fCont .fList li + li{
	margin-top: 10px;
}
.fCont .textBox50{
	width: calc(100% - 540px);
}
.fCont .fList .mid05 span.nom{
	position: absolute;
	left: 0;
}
.fCont .pBox50{
	width: 520px;
}

@media screen and (max-width: 750px){
	.fCont h5{
		max-height: 100%;
		font-size: 2.6rem;
		margin-top: 80px;
		margin-bottom: 30px;
	}
	.fCont .textBox50,
	.fCont .textBox{
		float: none;
		width: 100%;
	}
	.fCont .pBox50,
	.fCont .pBox{
		margin-top: 40px;
		float: none;
		width: 100%;
		text-align: center;
	}
	.fCont .fList .mid05 span.nom{
		font-size: 3.8rem;
	}
}

/* 特徴と魅力05用 */

.imageNav{
	margin-top: 60px;
	font-size: 0;
	margin-left: -20px;
}
.imageNav li{
	padding-top: 20px;
	padding-left: 20px;
	width: 25%;
	box-sizing: border-box;
	display: inline-block;
}
.imageNav li a{
	position: relative;
	padding: 15px 40px 15px 15px;
	background: #282828;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
}
.imageNav li a:hover{
	opacity: 0.6;
}
.imageNav li p{
	font-weight: 200;
	line-height: 1;
}
.imageNav li p.en{
	margin-bottom: 3px;
	font-size: 1.2rem;
}
.imageNav li span.icon{
	position: absolute;
	width: 16px;
	height: 15px;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}
.imageNav li span.icon:before{
	content: "";
	bottom: 2px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	display: block;
	background: #282828;
	width: 12px;
	height: 8px;
}
@media screen and (max-width: 750px){
	.imageNav li{
		width: 50%;
	}
	.imageNav li p.en{
		font-size: 2rem;
	}
}

.fCont05 .mid04{
	position: relative;
	z-index: -1;
	margin-bottom: 60px;
}
.fCont05 .textBox{
	float: right;
	width: calc(100% - 360px);
}
.fCont05 .pBox{
	text-align: left;
	float: left;
	width: 330px;
}

@media screen and (max-width: 750px){
	.fCont05 .textBox{
		float: none;
		width: 100%;
	}
	.fCont05 .pBox{
		margin-top: 40px;
		float: none;
		width: 100%;
		text-align: center;
	}
}


/* 特徴と魅力06用 */
img.sp_100{
	width: 100%;
	height: auto;
}
.listD{
	margin-bottom: 30px;
}
.listD li{
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
	padding-left: 1em;
}
.listD li:before{
	content: "・";
	display: block;
	left: 0;
	position: absolute;
}
@media screen and (max-width: 750px){
	.listD li{
		max-height: 100%;
		font-size: 2.6rem;
	}
}

/* モーダル */
.modal{
	z-index: 90;
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
}
.modal__bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content{
	max-height: calc(100vh - 200px);
	overflow: scroll;
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 620px;
	box-sizing: border-box;
}
.modal__content p{
	margin-top: 20px;
}
.modal__content .mid04{
	margin-bottom: 40px;
}


@media screen and (max-width: 750px){


/*======================
display_size_noen
======================*/
.sp_none{
	display: none !important;
}
.pc_none{
	display: block !important;
}

/* ======================
header
====================== */

/*======================
.cl { clearfix }
======================*/
.cl::after {
	content: "";
	display: table;
	clear: both;
}

}
