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

/* Table Of Contents
----------------------------------------------------------------------------
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */


/*General Elements
---------------------------------------------------------------------------- */
html {
	font-size: 62.5%;
}

body {
	font-family: "YuMincho", 'Noto Serif JP', "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	color: #717070;
}

a {
	text-decoration: underline;
	outline: none;
}

a:hover,
a:active,
a:visited,
a:focus {
	text-decoration: none;
}

* {
	box-sizing: border-box;
}

/*
_:-ms-lang(x), body {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
} */

img {
	max-width: 100%;
}


/*l-header
---------------------------------------------------------------------------- */
.l-header {
	position: relative;
	width: 100%;
	z-index: 100;
}

.l-header-menu {
	top: 10px;
    position: fixed;
    z-index: 100;
    width: 70px;
    right: 30px;
		cursor: pointer;
}

@media screen and (min-width: 768px){

}

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

	.l-header-menu {
    width: 50px;
    right: 10px;
    top: 5px;
	}
}


/* l-gNav
---------------------------------------------------------------------------- */
.l-gNav {
	right: -300px;
	position: fixed;
    z-index: 1000;
    top: 0;
    height: 100vh;
    background: #fff;
    width: 255px;
		transition: .3s;
}

.l-gNav.is-open {
	right: 0;
}

.l-gNav-menu {
    width: 50px;
    margin: 10px 30px 0 auto;
		cursor: pointer;
}


.l-gNav-content {
    padding: 30px 20px 0 30px;
}

.l-gNav-home {
	border-bottom: solid 1px #97BBB3;
}

.l-gNav-home a {
	display: block;
}

.l-gNav-list li {
    padding-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
}

.l-gNav-list li a {
    color: #97BBB3;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
}

.l-gNav-list li a::before {
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 6px solid #97BBB3;
}

.l-gNav-list {
	border-left: solid 1px #97BBB3;
    padding: 0 0 30px 25px;
}

.l-gNav-page {
    margin: 30px auto 20px;
}

.l-gNav-page li {
    margin: 0 auto 10px;
}

.l-gNav-page li a {
    display: block;
		transition: .3s;
}

.l-gNav-link {
    max-width: 1148px;
    margin: 0 auto;
    border: solid 3px #97BBB3;
    text-align: center;
}

.l-gNav-link a {
    color: #97BBB3;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    display: block;
    padding: 15px 0;
    transition: .3s;
}


@media screen and (min-width: 768px){

	.l-gNav-list li a:hover {
		text-decoration: underline;
	}

	.l-gNav-page li a:hover {
		opacity: .7;
	}

	.l-gNav-link a:hover {
		opacity: .7;
	}
}


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

	.l-gNav-menu {
    width: 50px;
    margin: 5px 10px 0 auto;
	}

}


/* l-topicPath
---------------------------------------------------------------------------- */
.l-topicPath {
	padding: 30px 50px;
	font-size: 0;
}

.l-topicPath li {
	position: relative;
	padding-right: 35px;
    display: inline-block;
		font-size: 14px;
	font-size: 1.4rem;
	color: #97BBB3;
}

.l-topicPath li::before {
	position: absolute;
	content: "/";
	right: 13px;
}

.l-topicPath li:last-child {
	padding: 0;
}


.l-topicPath li:last-child::before {
	display: none;
}

.l-topicPath li a {
    text-decoration: none;
    color: #97BBB3;
}

@media screen and (min-width: 768px){

	.l-topicPath li a:hover {
	    text-decoration: underline;
	}
}


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

	.l-topicPath {
    padding: 10px 20px 20px;
	}

	.l-topicPath li {
	    font-size: 1.2rem;
	    padding-right: 20px;
	}

	.l-topicPath li::before {
	    right: 6px;
	}
}


/* l-pageBody
---------------------------------------------------------------------------- */
.l-pageBody {
    width: 100%;
    overflow: hidden;
		position: relative;
}

.l-pageBody.is-cover::before {
	position: fixed;
	content: "";
	background: rgba(151, 187, 179, .6);
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 50;
}

@media screen and (max-width: 767px){
    .l-pageBody {
        min-width: 0;
    }
}


/* l-pageTop
---------------------------------------------------------------------------- */
.l-pageTop {
	position: fixed;
    z-index: 10;
    width: 70px;
    right: 30px;
    bottom: 80px;
}

.l-pageTop a {
	display: block;
	transition: .3s;
}

@media screen and (min-width: 768px){

	.l-pageTop a:hover {
		opacity: .8;
	}

}


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

	.l-pageTop {
    width: 50px;
    right: 10px;
    bottom: 50px;
	}

}


/* l-footer
---------------------------------------------------------------------------- */
.l-footer {
}

.l-footer-logo {
    width: 270px;
		margin: 0 auto;
}

.l-footer-logo a {
	display: block;
	transition: .3s;
}

.l-footer-content {
    border-top: solid 1px #97BBB3;
    width: calc(100% - 100px);
    margin: 0 auto;
    padding: 30px 0 10px;
		display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.l-footer-block {
	width: 500px;
}

.l-footer-sitemap {
	width: calc(100% - 500px);
}

.l-footer-flex {
	border-left: solid 1px #97BBB3;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 25px;
	max-width: 660px;
}

.l-footer-box {
	padding-right: 10px;
    width: 33.3%;
    margin-bottom: 30px;
}

.l-footer-box:nth-child(n + 4) {
    margin-bottom: 0;
}

.l-footer-box a {
	color: #97BBB3;
	text-decoration: none;
}

.l-footer-box dt {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 5px;
}

.l-footer-box dd {
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 35px;
}

.l-footer-box dt a {
	position: relative;
    padding-left: 16px;
}

.l-footer-box dt a::before {
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 6px solid #97BBB3;
}

.l-footer-box dd ul li {
    padding-bottom: 5px;
}



.l-footer-address {
    padding-left: 90px;
    color: #97BBB3;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-top: 30px;
}

.l-footer-address span {
    display: block;
    font-size: 25px;
    font-size: 2.5rem;
    padding-bottom: 10px;
}

.l-footer-copy {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    color: #97BBB3;
    margin-top: 50px;
}

.l-footer-bottom {
	background: rgba(151, 187, 179, .1);
}

.l-footer-bottom p {
    color: #97BBB3;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 20px 0;
}

@media screen and (min-width: 768px) {

	.l-footer-box dt a:hover {
		text-decoration: underline;
	}

	.l-footer-box dd a:hover {
		text-decoration: underline;
	}

	.l-footer-logo a:hover {
		opacity: .8;
	}

}

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

	.l-footer-content {
    width: calc(100% - 40px);
    display: block;
	}

	.l-footer-block {
	    width: 100%;
	    margin: 0 auto 30px;
	}

	.l-footer-sitemap {
	    width: 100%;
	}

	.l-footer-logo {
	    width: 150px;
	    margin: 0 auto;
	}

	.l-footer-address {
	    padding: 0;
	    font-size: 1.2rem;
	    margin-top: 10px;
	    text-align: center;
	}

	.l-footer-address span {
	    text-align: center;
	    font-size: 1.8rem;
	}

	.l-footer-flex {
    padding: 0;
    border: none;
	}

	.l-footer-box {
    padding: 0;
    margin-bottom: 10px;
	}

	.l-footer-box dt {
	    font-size: 1.2rem;
	}

	.l-footer-box dd {
	    padding-left: 14px;
	    font-size: 1.1rem;
	}

	.l-footer-box dt a {
	    padding-left: 10px;
	    display: block;
	}

	.l-footer-box dt a::before {
	    top: 4px;
	    left: 2px;
	    border: 3px solid transparent;
	    border-left: 5px solid #97BBB3;
	}

	.l-footer-copy {
    font-size: 1rem;
    margin-top: 30px;
	}

	.l-footer-bottom {
	    padding: 20px;
	}

	.l-footer-bottom p {
	    padding: 0;
	    font-size: 1rem;
	    text-align: left;
	}

}
</pre></body></html>