@charset "utf-8";
/* CSS Document */

body{
	overflow-x: hidden;
}

/*----------------------------------------------------
	☆uniq
----------------------------------------------------*/
#mainTitle{
	background-image: url("../images/mv.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #3e3e3e;
}

#contents .policy01{
	margin-bottom: 0;
}
#contents .policy01 dl{
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-bottom: 170px;
	margin-bottom: 50px;
	align-items: flex-start;
}
#contents .policy01 dl:nth-child(2){
	align-items: center;
}
#contents .policy01 dl::after{
	content: "";
	width: 1px;
	height: 120px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #cccccc;
}
#contents .policy01 dl:nth-child(2n){
	flex-direction: row-reverse;
}
#contents .policy01 dl dt{
	width: 58%;
}
#contents .policy01 dl dd{
	width: 36%;
}
#contents .policy01 dl:nth-child(1) dt{
	width: 36%;
}
#contents .policy01 dl:nth-child(1) dd{
	width: 58%;
}
#contents .policy01 dl dd .title{
	font-size: 35px;
	font-weight: 300;
	margin-bottom: 40px;
}
#contents .policy01 dl dd .text01{
	line-height: 2em;
}
#contents .policy01 dl dd .sign{
	margin-top: 40px;
	text-align: right;
}
#contents .policy01 dl dd .sign img{
	width: 200px;
}
#contents .policy02{
	text-align: center;
}
#contents .policy02 dt{
	margin-bottom: 40px;
}
#contents .policy02 dt img{
	width: 191px;
}
#contents .policy02 dd .title{
	margin-bottom: 40px;
	font-weight: 300;
	font-size: 26px;
}
#contents .policy02 dd .text01{
	line-height: 2em;
}

/*--- #wrapping ---*/

#contents #wrapping{
	text-align: center;
}
#contents #wrapping .main{
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	background: url("../images/img_index_07.jpg") center top / contain repeat-x;
	height: 400px;
	margin-bottom: 50px;
}
#contents #wrapping .title01{
	position: relative;
	padding: 50px 100px;
	margin: 0 auto 50px;
	font-weight: 300;
	display: inline-block;
	font-size: 25px;
}
#contents #wrapping .title01::before,
#contents #wrapping .title01::after{
	display: block;
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
}
#contents #wrapping .title01::before{
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	left: 0;
	top: 0;
}
#contents #wrapping .title01::after{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	right: 0;
	bottom: 0;
}
#contents #wrapping .text01,
#contents #wrapping .text02{
	font-size: 16px;
	line-height: 2.2;
}
#contents #wrapping .story{
	text-align: left;
	margin-top: 120px;
}
#contents #wrapping .story .inr{
	display: flex;
	justify-content: space-between;
}
#contents #wrapping .story .inr .image{
	width: 36%;
}
#contents #wrapping .story .inr .image .caption{
	font-size: 11px;
	margin-top: 10px;
}
#contents #wrapping .story .inr .info{
	width: 59%;
}
#contents #wrapping .story .inr .info .profile{
	margin-top: 50px;
}
#contents #wrapping .story .inr .info .profile .name{
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 20px;
}
#contents #wrapping .story .inr .info .profile .name span{
	font-size: 0.5em;
}
#contents #wrapping .story .inr .info .profile .text03{
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1.75;
}
#contents #wrapping .story .inr .info .profile .links dt{
	font-size: 12px;
	line-height: 1;
	padding: 6px 10px;
	background: #f1efeb;
	margin-bottom: 7px;
	display: inline-block;
}
#contents #wrapping .story .inr .info .profile .links dd + dt{
	margin-top: 20px;
}
#contents #wrapping .story .inr .info .profile .links dd{
	font-size: 12px;
}
#contents #wrapping .story .inr .info .profile .links dd a{
	color: #d77328;
	text-decoration: underline;
	display: inline-block;
	transition: .3s;
}
#contents #wrapping .story .inr .info .profile .links dd a:hover{
	color: #056085;
}

@media screen and (max-width:768px) {
	#mainTitle{
		background-image: url("../images/mv_sp.jpg");
	}
	#contents .policy01 dl{
		display: block;
		padding-bottom: 100px;
	    margin-bottom: 30px;
	}
	#contents .policy01 dl::after{
		height: 70px;
	}
	#contents .policy01 dl dt{
		width: 80% !important;
		margin: 0 auto 8%;
	}
	#contents .policy01 dl dd{
		width: 100% !important;
	}
	#contents .policy01 dl dd .title{
		font-size: 28px;
		margin-bottom: 5%;
		text-align: center;
		line-height: 1.8em;
	}
	#contents .policy02 dt{
		margin-bottom: 30px;
	}
	#contents .policy02 dd .title{
		margin-bottom: 30px;
		font-size: 22px;
	}
	
	/*--- #wrapping ---*/
	#contents #wrapping .main {
		height: 250px;
		margin-bottom: 8%;
	}
	#contents #wrapping .text01,
	#contents #wrapping .text02{
		font-size: 14px;
	}
	#contents #wrapping .title01{
		padding: 30px;
   	    margin-bottom: 8%;
		font-size: 20px;
	}
	#contents #wrapping .title01::before,
	#contents #wrapping .title01::after{
		width: 70px;
    height: 70px;
	}
	
	#contents #wrapping .story{
		margin-top: 15%;
	}
	#contents #wrapping .story .inr{
		display: block;
	}
	#contents #wrapping .story .inr .image{
		width: 70%;
		margin: 0 auto 5%;
	}
	#contents #wrapping .story .inr .info{
		width: 100%;
	}
	#contents #wrapping .story .inr .info .profile{
		margin-top: 10%;
	}
	#contents #wrapping .story .inr .info .profile .name{
		font-size: 16px;
		margin-bottom: 10px;
	}
}