<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*----------------------------------------
	ACCESS CSS

	- #main_img
	- #access_sec
	- notes

-----------------------------------------*/

:root {
	--main_color: #2b665e;
}

.w1200 {
	max-width: 1200px;
}


/*============================
#main_img
============================*/
#main_img {
	background: url("../img/access/main_img.jpg") no-repeat;
	background-size: cover;
	margin-bottom: 80px;
	position: relative;
}
#main_img::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	left: 0;
	background: rgb(0 0 0 / 29%);
	width: 397px;
	height: 172px;
	mix-blend-mode: multiply;
}
@media only screen and (max-width: 768px){
#main_img {
	margin-bottom: 40px;
}
#main_img::before {
	width: 160px;
	height: 90px;
}
}



/*============================
#access_sec
============================*/
#access_sec {
	margin-bottom: 98px;
}
#access_sec h3 {
	font-size: 32px;
	color: var(--main_color);
	letter-spacing: 0.075em;
	margin-bottom: 35px;
	text-align: center;
}
#access_sec .txt {
	font-size: 16px;
	letter-spacing: 0.05em;
	margin-bottom: 90px;
	line-height: 2.25;
	text-align: center;
}
#access_sec .img_area {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1050px;
	margin: 0 auto 90px;
	gap: 0 4.76%;
}
#access_sec .img_area02 .img:nth-child(1) {
	padding-bottom: 34px;
	margin-bottom: 46px;
	border-bottom: 1px dotted #000;
}
#access_sec .img_area02 {
	max-width: 975.44px;
	margin: 0 auto;
}
#access_sec .img_area02 img {
	width: 100%;
	max-width: 771px;
}
#access_sec .img p {
    padding-top: 5px;
    font-size: 13px;
    text-align: right;
}
@media only screen and (max-width: 768px){
#access_sec {
	margin-bottom: 50px;
}
#access_sec h3 {
	font-size: 20px;
	margin-bottom: 17.5px;
}
#access_sec .txt {
	font-size: 14px;
	margin-bottom: 45px;
	text-align: left;
}
#access_sec .img_area {
	display: block;
	margin-bottom: 45px;
}
#access_sec .img_area .img:nth-child(1) {
	margin-bottom: 30px;
}
#access_sec .img_area02 .img:nth-child(1) {
	padding-bottom: 17px;
	margin-bottom: 23px;
}
}



/*============================
notes
============================*/
.notes {
	margin-bottom: 140px;
}
@media only screen and (max-width: 768px){
.notes {
	margin-bottom: 70px;
}
}</pre></body></html>