@charset "UTF-8";

/* about
---------------------------------------------------------------------------*/
#aboutContents .img-main {
	width: 100%;
	margin-bottom: 90px;
}


/* .sec-obsession
---------------------------------------------------------------------------*/
.sec-obsession {
	background-color: #F8F1E3;
	width: 100%;
	margin: 500px auto 0;
	padding: 0 0 120px;
}

.sec-obsession-inner {
	width: 910px;
	margin: 0 auto;
}

.sec-obsession-inner > figure {
	transform: translateY(-400px);
	margin-bottom: calc(115px - 400px);
}

.obsession-title {
	position: relative;
	margin-bottom: 60px;
	padding-left: 104px;
}

.obsession-title i {
	display: block;
	position: absolute;
	top: -15px;
	left: -20px;
}

.obsession-title h2 {
	margin-bottom: 18px;
}

.obsession-title h3 {
	font-size: 23px;
	line-height: 1.8;
	letter-spacing: 0.2em;
}

.obsession-title .copy {
	position: absolute;
	top: -30px;
	right: 48px;
}

/* .obsession-list
------------------------------------*/
.obsession-list li {
	position: relative;
	display: -webkit-box;
	display: flex;
	margin-bottom: 80px;
	padding: 0 0 0 50px;
}

.obsession-list li:last-of-type {
	margin-bottom: 0;
}

.obsession-list .title {
	position: absolute;
	top: 0;
	left: 10px;
	width: 20px;
	height: 268px;
	white-space: nowrap;
}

.obsession-list .title:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 38px;
	left: 5px;
	background-color: #7A6856;
	width: 1px;
	height: calc(100% - 38px);
	opacity: 0.4;
	z-index: 1;
}

.obsession-list .title em {
	display: block;
	position: relative;
	background-color: #F8F1E3;
	padding-bottom: 16px;
	font-size: 14px;
	letter-spacing: 0.1em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 2;
}

.obsession-list .title strong {
	display: block;
	position: absolute;
	bottom: 0;
	right: 1px;
	font-size: 23px;
	text-align: right;
}

.obsession-list .title strong span {
	padding-right: 6px;
	font-size: 10px;
	letter-spacing: 0.02em;
}

.obsession-list figure {
	background-color: #FFFFFF;
	width: 365px;
	min-width: 365px;
	height: 267px;
}

.obsession-list .txt {
	padding: 0 0 0 47px;
}

.obsession-list .txt h4 {
	margin: 0 0 12px -1px;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 0.18em;
}

.obsession-list .txt p {
	line-height: 2;
	letter-spacing: 0.14em;
	white-space: nowrap;
}

.obsession-list .txt .btn-link {
	margin: 24px 0 0 -4px;
}


/* .sec-facility
---------------------------------------------------------------------------*/
.sec-facility {
	width: 100%;
	margin: 0 auto 100px;
}

.sec-facility > figure {
	margin-bottom: 110px;
}

/* .facility-list
------------------------------------*/
.facility-list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 910px;
	margin: 0 auto;
}

.facility-list li {
	position: relative;
	width: 280px;
	margin-top: 45px;
}

.facility-list li:nth-of-type(1),
.facility-list li:nth-of-type(2),
.facility-list li:nth-of-type(3) {
	margin-top: 0;
}

.facility-list h4 {
	margin-bottom: 12px;
	font-size: 12px;
	letter-spacing: 0.12em;
}

.facility-list figure {
	margin-bottom: 22px;
}

.facility-list h3 {
	position: relative;
	margin-bottom: 18px;
	padding-right: 45px;
	font-size: 15px;
	letter-spacing: 0.2em;
}

.facility-list h3 i {
	display: block;
	position: absolute;
	top: -4px;
	right: 10px;
}

.facility-list p {
	font-size: 13px;
	text-align: justify;
	letter-spacing: 0.12em;
}

/* .modal
------------------------------------*/
.facility-list a {
	display: block;
	position: absolute;
	top: 24px;
	left: 0;
	width: 100%;
	height: 230px;
	z-index: 2;
}

.facility-list figure {
	position: relative;
}

.facility-list figure span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(113,161,25,0.8);
	width: 100%;
	height: 100%;
	transition: .15s ease-out;
	opacity: 0;
}

.facility-list figure span strong {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 1px 0 0 1px;
	color: #FFFFFF;
	font-size: 15px;
	letter-spacing: 0.15em;
	white-space: nowrap;
}

.facility-list a:hover + figure span {
	opacity: 1;
}


/* media query
---------------------------------------------------------------------------*/
@media (max-width: 1360px) {
	.sec-policy-inner .img {
		transform: translateX(-10px);
	}
}