body {
	font-size: 100%;
	line-height: 2.1;
	font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", Honoka, Meiryo, "メイリオ", serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #f0f3f3;
	background-size: cover;
}
/*-------------------------- Container --------------------------*/
.container {
	width: 100vw;
	height: 100vh;
}
/*------------- wrap-top-------------*/
#wrap-top{
	position:relative;
	padding-top:0;
}

/*--------------------------fifth--------------------------*/
#wrap-top #fifth-top{
	margin-top:0;
	width:100%;
	height:600px;
	position:relative;
}
#wrap-top #fifth-top .photo-box{
	position: absolute;
	right:0;
	top:0;
	width:70%;
	height:600px;
	background:url(../img/fifth_main.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	opacity:0;
}
#wrap-top #fifth-top .text-erea{
	position: absolute;
	left:0;
	top:0;
	width:30%;
	height:600px;
	overflow:hidden;
	z-index:10;
	background:#333a44;
	opacity:0;
}
#wrap-top #fifth-top .text-erea h2{
	width:20%;
	float:left;
	height:600px;
	background:#000;
	position:relative;
}
#wrap-top #fifth-top .text-erea h2 span{
	text-indent:-100000px;
	background:url(../img/title_main.svg) no-repeat;
	display:block;
	background-size:17px 143px;
	width:17px;
	height:143px;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
#wrap-top #fifth-top .text-erea .text{
	height:100%;
	width:80%;
	float:right;
	position:relative;
}
#wrap-top #fifth-top .text-erea .text ul{
	position:absolute;
	overflow:hidden;
	display:table;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	color:#fff;
	width:100%;
}
#wrap-top #fifth-top .text-erea .text h1{
	font-size:1.4em;
	letter-spacing:1px;
	line-height:1.3em;
	font-weight:500;
}
#wrap-top #fifth-top .text-erea .text li{
	color:#ddd;
	padding:0 5em;
}
#wrap-top #fifth-top .text-erea .text li.text1{
	margin-top:20px;
}
#wrap-top #fifth-top .text-erea .text h1 br{
	display:none;
}
/*--------------------------WRAP-CNT--------------------------*/
#wrap-cnt{
	width:100%;
	opacity:0;
}
#wrap-top,
#footer-main{
	opacity:0;
}

/*-------------cnt-main-------------*/
#cnt-main{
	position:relative;
	width:100%;
	background:#fff;
	overflow:hidden;
	padding:120px 0;
}
#cnt-main .text-box{
	margin:0 auto;
	text-align:center;
}
#cnt-main .text-box .line{
	border-bottom:1px solid #777;
	width:50px;
	margin:70px auto;
}
#cnt-main h1{
	font-size:2em;
	letter-spacing:2px;
	font-weight:500;
	line-height:1.4em;
}

/*-------------cnt-item-------------*/
#cnt-item{
	width:100%;
	padding-bottom:130px;
	background:#fff;
}
#cnt-item #item-erea{
	width:1201px;
	margin:0 auto;
}
#cnt-item #item-erea h2{
	font-size:1.1em;
	line-height:1.2em;
	letter-spacing:2px;
	color: #787664;
}
#cnt-item #item-erea p.text{
	font-size:0.9em;
	line-height:1.7em;
	color: #787664;
	margin-top:10px;
}
#cnt-item #item-erea p.link{
	font-size:0.9em;
	padding: 30px;
}
#cnt-item .item-box{
	margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    border-right: none;
    border-bottom: none;
}
#cnt-item .item-box .item2{
	width:599px;
	opacity: 1;
    margin-top: 0px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#cnt-item .item0 {
	position:relative;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:20px;
	box-sizing: border-box;
}
#cnt-item .item-box .item0 .image-box{
	width:100%;
	height:auto;
	border-bottom:1px solid #ddd;
}
#cnt-item .item-box .item0 .text-box{
	width:100%;
	height:auto;
	box-sizing: border-box;
	padding:40px 30px 20px 30px;
}
#cnt-item .item1 {
	float:left;
	position:relative;
	width:299px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#cnt-item .item-box .item2 .image-box{
	position: relative;
    width: 599px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
#cnt-item .item-box .item2 .image-box img,
#cnt-item .item-box .item1 .image-box img,
#cnt-item .item-box .item0 .image-box img{
	max-width:100%;
	height:auto;
}
#cnt-item .item-box .item2 .image-box .l-box,
#cnt-item .item-box .item2 .image-box .r-box{
	float:left;
	max-width:50%;
	height:auto;
}
#cnt-item .item-box .item2 .text-box{
	width: 100%;
    height: auto;
    padding: 30px;
    box-sizing: border-box;
    margin: 0 auto;
}
#cnt-item .item-box .item1 .image-box{
	width: 100%;
    height: auto;
    margin: 20px auto 30px;
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
}
#cnt-item .item-box .item1 .text-box{
	width:239px;
	height:auto;
	margin:20px auto 30px;
}
#cnt-item .item-box .item0 p.link a,
#cnt-item .item-box .item1 p.link a,
#cnt-item .item-box .item2 p.link a,
#cnt-item .item-box .item1 p.blank a{
	margin-top:0;
	padding:5px 10px;
}
#cnt-item .item-box .item0 p.blank a span,
#cnt-item .item-box .item1 p.blank a span{
	padding-right:25px;
	background:url(../../img/icn_newwindow_333.svg) no-repeat right;
	background-size:15px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#cnt-item .item-box .item0 p.blank a:hover span,
#cnt-item .item-box .item1 p.blank a:hover span{
	background:url(../../img/icn_newwindow_333_w.svg) no-repeat right;
	opacity:0.7;
	background-size:15px;
}

/*----------------------SP ----------------------*/
@media screen and (max-width: 1850px) , (max-device-width : 1850px) {
	#wrap-top #fifth-top .photo-box{
		width:65%;
	}
	#wrap-top #fifth-top .text-erea{
		width:35%;
	}
}
@media screen and (max-width: 1590px) , (max-device-width : 1590px) {
	#wrap-top #fifth-top .photo-box{
		width:60%;
	}
	#wrap-top #fifth-top .text-erea{
		width:40%;
	}
	#wrap-top #fifth-top,
	#wrap-top #fifth-top .photo-box,
	#wrap-top #fifth-top .text-erea,
	#wrap-top #fifth-top .text-erea h2,
	#wrap-top #fifth-top .text-erea .text{
		height:500px;
	}
}
@media screen and (max-width: 1300px) , (max-device-width : 1300px) {
	#wrap-top #fifth-top .text-erea .text li{
		font-size:0.9em;
		padding:0 3em;
	}
}
@media screen and (max-width: 1200px) , (max-device-width : 1200px) {
	#cnt-item #item-erea{
		width:801px;
	}
	#cnt-item .item-box{
		border: 0;
		margin-bottom: 0;
	}
	#cnt-item .item-box .item0,
	#cnt-item .item-box .item2{
		width:100%;
		margin-bottom: 20px;
    	border-left: 1px solid #ddd;
	}
	#cnt-item .item1{
		width:calc(50% - 2px);
		margin-bottom: 20px;
    	border-left: 1px solid #ddd;
	}
	#cnt-item .item-box .item0 .image-box,
	#cnt-item .item-box .item2 .image-box{
		width:100%;
	}
	#cnt-item .item-box .item1 .image-box{
		width:100%;
	}
	#cnt-item .item-box .item0 .text-box,
	#cnt-item .item-box .item2 .text-box{
		width:739px;
		padding: 20px 0 30px;
	}
	#cnt-item .item-box .item1 .text-box{
		width:339px;
	}
	#cnt-item .fst .item2,
	#cnt-item .fst .item1,
	#cnt-item .snd .item2,
	#cnt-item .snd .item1{
		height:auto;
		border-top: 1px solid #ddd;
	}	
}
@media screen and (max-width: 1100px) , (max-device-width : 1100px) {
	#cnt-main .text-box{
		width:80%;
	}
	#cnt-main .text-box p br{
		display:none;
	}
	#cnt-main .text-box p{
		text-align:left;
	}
}

@media screen and (max-width: 1000px) , (max-device-width : 1000px) {
	#wrap-top #fifth-top .text-erea .text h1 br{
		display:block;
	}
	#wrap-top{
		padding-top:50px;
	}
	#cnt-main .text-box .line{
		margin:60px auto;
	}
}
@media screen and (max-width: 800px) , (max-device-width : 800px) {
	#wrap-top #fifth-top{
		height: auto;
	}
	#wrap-top #fifth-top .photo-box{
		width:100%;
		height:400px;
		position:relative;
	}
	#wrap-top #fifth-top .text-erea{
		width:100%;
		height: auto;
		position:relative;
	}
	#wrap-top #fifth-top .text-erea h2{
		width:100%;
		float:none;
		height: auto;
		padding:10px 0;
		font-size:1em;
		letter-spacing:10px;
		color:#fff;
	}
	#wrap-top #fifth-top .text-erea h2 span{
		text-indent:0;
		text-align:center;
		background:none;
		width:auto;
		height:auto;
		position: relative;
		top: 0%;
		left: 0%;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
	}
	#wrap-top #fifth-top .text-erea .text{
		height: auto;
		width:100%;
		float:none;
		padding:30px 0 40px;
	}
	#wrap-top #fifth-top .text-erea .text ul{
		position: relative;
		overflow:hidden;
		text-align:center;
		display:block;
		top: 0%;
		left: 0%;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		color:#fff;
	}
	#wrap-top #fifth-top .text-erea .text h1 br{
		display:none;
	}
	#cnt-main{
		padding:100px 0;
	}
	#cnt-main h1{
		font-size:1.6em;
	}
	#cnt-main .text-box .line{
		margin:50px auto;
	}
	
	#cnt-item{
		padding-bottom:80px;
	}
	#cnt-item #item-erea{
		width:601px;
	}
	#cnt-item .item-box .item0,
	#cnt-item .item-box .item2{
		width:599px;
	}
	#cnt-item .item1{
		width: 298px;
	}
	#cnt-item .item-box .item0 .image-box,
	#cnt-item .item-box .item2 .image-box,
	#cnt-item .item-box .item1 .image-box{
		width:100%;
	}
	#cnt-item .item-box .item0 .text-box,
	#cnt-item .item-box .item2 .text-box{
		width:539px;
	}
	#cnt-item .item-box .item1 .text-box{
		width:239px;
	}
}
@media screen and (max-width: 600px) , (max-device-width : 600px){
	#wrap-top #fifth-top .photo-box{
		width:100%;
		height:300px;
		position:relative;
	}
	#cnt-main{
		padding:50px 0;
	}
	#cnt-main .text-box .line{
		width:22px;
	}
	
	#cnt-item{
		padding-bottom:60px;
	}
	#cnt-item #item-erea{
		width:80%;
	}
	#cnt-item .item-box{
		display:inline-block;
		width:100%;
		border:none;
		margin-bottom:0;
	}
	#cnt-item .pic .item0{
		padding:0;
	}
	#cnt-item .pic .item0,
	#cnt-item .fst .item2,
	#cnt-item .fst .item1,
	#cnt-item .snd .item2,
	#cnt-item .snd .item1{
		width:100%;
		border:1px solid #ddd;
	}
	#cnt-item .item-box .item0 .image-box,
	#cnt-item .item-box .item2 .image-box,
	#cnt-item .item-box .item1 .image-box{
		width:100%;
		margin:0 auto;
	}
	#cnt-item .item-box .item0 .text-box,
	#cnt-item .item-box .item2 .text-box{
		margin:20px auto 30px;
		padding:0;
	}
	#cnt-item .item-box .item0 .text-box,
	#cnt-item .item-box .item2 .text-box,
	#cnt-item .item-box .item1 .text-box{
		width:80%;
	}
	#cnt-item .snd .item1{
		height:auto;
	}
	#cnt-item #item-erea p.link{
		padding: 0 30px 30px;
	}
}
@media screen and (max-width: 480px) , (max-device-width : 480px){
	body{
		font-size:0.9rem;
	}
	#cnt-main h1{
		font-size:1.35em;
		letter-spacing:0px;
	}
	#cnt-main .text-box .line{
		margin:40px auto;
	}
}
@media screen and (max-width: 350px) , (max-device-width : 350px){
	#cnt-main h1{
		font-size:1.2em;
	}
}