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

html, body {
	position: relative;
	height: 100%;
	}

body{
                font-family: fot-klee-pro,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size: 15px;
	line-height: 1em;
	font-weight: normal;
                font-style: normal;
                font-weight: 500;
	min-width: 1100px;
                color: #666;
	}
@media screen and (max-width: 768px) {
body{
	font-size: 14px;
	min-width: 100%;
                overflow-x: hidden;
	}
	}

.sp{
	display: none !important;
	}
@media screen and (max-width: 768px) {
.sp{
	display: block !important;
	}
	}

.pc{
	display: block !important;
	}
@media screen and (max-width: 768px) {
.pc{
	display: none !important;
	}
	}

.spi{
	display: none;
	}
@media screen and (max-width: 768px) {
.spi{
	display: inline;
	}
	}

.pci{
	display: inline;
	}
@media screen and (max-width: 768px) {
.pci{
	display: none;
	}
	}

.spib{
	display: none !important;
	}
@media screen and (max-width: 768px) {
.spib{
	display: inline-block !important;
	}
	}

.pcib{
	display: inline-block !important;
	}
@media screen and (max-width: 768px) {
.pcib{
	display: none !important;
	}
	}

i{
	margin-right: .5em;
	}

.tel-number a{
                color: #FE68B2 !important;
                text-decoration: none !important;
                }

.inviewUp {
                transform: translate(0, 200px) rotate(270deg);
                -webkit-transform: translate(0, 200px) rotate(270deg);
                transition: 7s;
                }
.inviewfadeInUp {
                transform: translate(0, 200px) rotate(-270deg);
                -webkit-transform: translate(0, 200px) rotate(-270deg);
                transition: 9s;
                }
.Up {
                transform: translate(0, 0);
                -webkit-transform: translate(0, 0);
                }

.petal {
	position: absolute;
	height: auto;
                z-index: 10;
                top: 0;
                left: 0;
                pointer-events: none;
	}
.petal img{
                width: 100%;
                height: auto;
	}
@media screen and (max-width: 768px) {
.petal img{
                width: 200%;
	}
	}


/*================================

common

================================*/

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

html, body, svg{
	margin: 0;
	padding: 0;
	}

h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
	}

img{
                vertical-align: bottom;
                }

a{
	text-decoration: none;
	}

a.pink{
	color: #FE68B2;
	}
a:hover.pink{
	text-decoration: underline;
	}

p.link{
                display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/linkicon.svg);
	background-size: .9em;
                line-height: 1em;
                padding-left: 1.5em;
                }
@media screen and (max-width: 768px) {
p.link.sp2s{
	background-position: left .3em;
                line-height: 1.7em;
                padding-left: 1.5em;
                }
	}

.external a{
	background-position: right 1em center;
	background-repeat: no-repeat;
	background-image: url(../images/linkiconwhite.svg);
	background-size: 1em;
                }

.white.external a{
	background-position: right 1em center;
	background-repeat: no-repeat;
	background-image: url(../images/linkicongray.svg);
	background-size: 1em;
                }

*{
	box-sizing: border-box;
                }

.shade{
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                z-index: 100000;
	pointer-events: none;
	}

.shade img{
                width: 100%;
	}

a:focus, *:focus { outline:none; }


/*================================

visible

================================*/

.visible {
                opacity: 0;
                transition: transform 1.5s linear;
                animation-duration: 1.5s;
                animation-fill-mode: both;
                }

/*　brightness　*/
.effect {
                animation-name: imgbrightness;
                opacity: 1;
                transition: 1.5s;
                }
@keyframes imgbrightness {
                0% {
                                opacity: 0;
                                filter: brightness(120%);
                                /*transform: translateY(20px);*/
                }
                100% {
                                opacity: 1;
                                filter: brightness(100%);
                                /*transform: translateY(0);*/
                }
                }



/*================================

me

================================*/


.smallme{
	width: 40px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/me-small.png);
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: auto;
	padding: 40px 0;
	}


/*================================

wrapper

================================*/

#wrapper {
	position: relative;
	width: 100%;
	min-width: 1100px;
	height: auto;
	margin: auto;
	}
@media screen and (max-width: 768px) {
#wrapper {
	position: relative;
	width: 100%;
	min-width: 100%;
	height: auto;
	margin: auto;
                overflow-x: hidden;
	}
	}


/*================================

ナビゲーション

================================*/

/*===global===*/

.nav-global {
	position: fixed;
	top: 0;
                left: 0;
	width: 100%;
	min-width: 1100px;
	height: 25px;
	z-index: 10000;
	padding: 0;
	background-color: #fff;
	}
@media screen and (max-width: 768px) {
.nav-global {
                display: none;
	}
	}

.nav-global .nav-global-inner{
	width: 40%;
	height: 100%;
                position: absolute;
                top: 0;
                right: 0;
                border: 0;
                border-bottom: 1px solid #dedede;
                border-image: linear-gradient(to right, #fff 0%, #ddd 100%);
                border-image-slice: 0 0 1 0;
	}

.nav-global ul{
                position: absolute;
                top: 0;
                right: 20px;
                margin: 0;
                padding: 0;
                letter-spacing: -1em;
	}

.nav-global ul li{
                font-size: .8em;
	line-height: 25px;
	display: inline-block;
                margin: 0;
                margin-left: 1em;
                padding: 0;
                letter-spacing: normal;
	}

.nav-global ul li:not(:first-child)::before {
                content: "/";
                }

.nav-global ul li a{
	display: inline-block;
                color: #555;
                padding-left: 1em;
	}

.nav-global ul li a:hover{
                text-decoration: underline;
	}

.nav-global ul li a.stay{
                text-decoration: underline;
	}

.navigation {
	position: fixed;
	top: 25px;
                left: 0;
	width: 100%;
	min-width: 1100px;
	height: 60px;
	z-index: 9999;
	padding: 0;
	background-color: rgba(255, 255, 255, 1);
                /*box-shadow: 0 1.5rem 2rem -1.8rem hsl(0 0% 0% / 70%);
	*/}
@media screen and (max-width: 768px) {
.navigation {
	top: 0;
	height: 50px;
	min-width: 100%;
                /*box-shadow: 0 1.5rem 2rem -1.5rem hsl(0 0% 0% / 50%);*/
	}
	}

.navigationbg {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
                }

.navigation:after {
                position: absolute;
                top: 50%;
                left: 10%;
	content: "";
	display: block;
                width: 80%;
                height: 50%;
	border-radius: 50%;
                box-shadow: 0 0 1rem 1rem hsl(0 0% 0% / 5%);
                z-index: -1;
	}

/*===ハンバーガーボタン===*/

a.nav-button {
	display: none;
	}
@media screen and (max-width: 768px) {
a.nav-button {
	display: block;
	cursor: pointer;
	top: 20px;
	left: 4%;
	}
a.nav-button.active {
	position: fixed;
	top: 20px;
	left: 4%;
	}
	}

/*===ロゴとナビ===*/

.nav-wrap {
	}
@media screen and (max-width: 768px) {
.nav-wrap {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 10;
	background-color: rgba(255,255,255,1);
	width: 100%;
	height: 100%;
	}
	}

@media screen and (max-width: 768px) {
.nav-wrap .nav-inner {
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	}
	}

.nav-wrap.open {
	display: block;
	}

.nav-wrap.close {
	display: none;
	}

/*===ロゴ===*/

.nav-logo {
	position: absolute;
	display: block;
	top: 15px;
	left: 20px;
	width: 85px;
	height: 30px;
	}
@media screen and (max-width: 768px) {
.nav-logo {
	top: 10px;
	left: 50%;
	margin-left: -42px;
	}
	}

.nav-logo h1{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/me.png);
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	}
@media screen and (max-width: 768px) {
.nav-logo h1{
	background-size: 80%;
	}
	}

.nav-citizen {
	position: absolute;
	display: block;
	top: 15px;
	right: 20px;
	width: 90px;
	height: 30px;
	}
@media screen and (max-width: 768px) {
.nav-citizen {
	position: absolute;
	display: block;
	top: 10px;
	right: 20px;
	width: 60px;
	height: 30px;
	}
	}

.nav-citizen p{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/citizen.png);
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	}

/*===ナビ===*/

.nav-wrap ul.nav {
	font-size: 0;
	text-align: center;
	padding: 10px 0;
                background-color: #fff;
	}
@media screen and (max-width: 768px) {
.nav-wrap ul.nav {
	position: relative;
	text-align: center;
	margin-top: 1.8rem;
	margin-bottom: .8rem;
	margin-right: auto;
	padding: 15px 0;
	background-color: #fff;
	}
	}

ul.nav li {
	display: inline-block;
	padding: 0 15px;
	color: #000;
	}
ul.nav li:nth-child(1) {
                display: none;
	}
@media screen and (max-width: 768px) {
ul.nav li {
	display: block;
	margin-top: 1rem;
	padding: 0 0;
	text-align: center;
	color: #000;
	}
ul.nav li:nth-child(1) {
                display: block;
	margin-top: 0;
	}
ul.nav li:nth-child(2) {
                margin-top: 2rem;
	}
	}

ul.nav li a {
	font-size: .7rem;
	line-height: 18px;
	color: #000;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	border-bottom: 1px solid transparent;
	}
@media screen and (max-width: 768px) {
ul.nav li a {
	font-size: .8rem;
	line-height: 26px;
	}
	}
/*
ul.nav li a:hover{
	border-bottom: 1px solid #000;
	}
*/

ul.nav li a img{
                width: 40%;
                height: auto;
	}

ul.nav li a span{
                display: inline-block;
                line-height: 1em;
                font-size: 1.1em;
                color: #FE68B2;
	border-bottom: 1px solid #fff;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}
@media screen and (max-width: 768px) {
ul.nav li a span{
                font-size: 1.3em;
	}
	}

ul.nav li a:hover span{
	border-bottom: 1px solid #FE68B2;
	}

ul.nav li.stay a span {
	border-bottom: 1px solid #FE68B2;
	}

/*===スマホglobal===*/

.nav-wrap ul.global {
                display: none;
	}
@media screen and (max-width: 768px) {
.nav-wrap ul.global {
                display: block;
	position: relative;
	text-align: center;
                margin: 0;
	margin-right: auto;
	padding: 0;
	}
	}

ul.global li {
	display: inline-block;
	margin-top: 1rem;
	padding: 0 0;
	text-align: center;
	color: #000;
                letter-spacing: normal;
	}

ul.global li:not(:first-child)::before {
                margin-left: .5em;
                content: "/";
                }

ul.global li a {
	display: inline-block;
	font-size: .8rem;
	line-height: 18px;
	color: #000;
                padding-left: .5em;
	}

ul.global li a:hover {
                text-decoration: underline;
	}

ul.global li:first-child a {
                padding-left: 0;
                }

ul.global li a.stay {
                text-decoration: underline;
	}


/*===ハンバーガー内===*/
@media screen and (max-width: 768px) {
.nav-button,
.nav-button span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
	}
.nav-button {
	z-index: 20;
	position: relative;
	width: 20px;
	height: 9px;
	}
.nav-button span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	}

#page .nav-button span {	/* 中面の時 */
	background-color: #000;
	}

.bg .nav-button span {	/* スクロール時 */
	background-color: #000;
	}

.nav-button span:nth-of-type(1) {
	top: 0;
	}
.nav-button span:nth-of-type(2) {
	bottom: 0;
	}
.nav-button.active span:nth-of-type(1) {
	-webkit-transform: translateY(3px) rotate(-45deg);
	transform: translateY(4px) rotate(-45deg);
	background-color: #000;
	}
.nav-button.active span:nth-of-type(2) {
	-webkit-transform: translateY(-3px) rotate(45deg);
	transform: translateY(-4px) rotate(45deg);
	background-color: #000;
	}
	}

.fixed {
	position: fixed !important;
	overflow: hidden;
	}

/*================================

contents

================================*/

#contents {
	position: relative;
	width: 100%;
	height: auto;
	min-width: 1100px;
                margin-top: 85px;
                overflow-x: hidden;
                padding-bottom: 5rem;
	}
@media screen and (max-width: 768px) {
#contents {
	min-width: 100%;
                margin-top: 50px;
                padding-bottom: 4rem;
	}
	}

/*================================

btn

================================*/

.btn {
	position: relative;
                display: block;
	width: 350px;
	height: auto;
                text-align: center;
                margin: auto;
                margin-top: 3rem;
                box-shadow: 0 .75rem 1rem -1rem hsl(0 0% 0% / 50%);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}
@media screen and (max-width: 768px) {
.btn {
	width: 80%;
	}
	}


.under {
                margin-top: 1rem;
	}

.btn a {
                display: block;
                width: 100%;
                height: 100%;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}

.btn.green a{
                background-color: #56ac3c;
	}
.btn.green a:hover  {
                background-color: #5A9848;
	}

.btn.pink a{
                background-color: #FE68B2;
	}
.btn.pink a:hover  {
                background-color: #D54F90;
	}

.btn.orange a{
                background-color: #F0B900;
	}
.btn.orange a:hover  {
                background-color: #D8A600;
	}

.btn.blue a{
                background-color: #67B7CE;
	}
.btn.blue a:hover  {
                background-color: #3797B2;
	}

.btn.white a{
                background-color: #fff;
                border: 1px solid #f3f3f3;
	}
.btn.white a:hover  {
                background-color: #f3f3f3;
	}

.btn a p{
	font-size: 1em;
                color: #fff;
                padding: 2em 0;
	}

.btn.white a p{
                color: #333;
	}


/*================================

footer

================================*/

#footer {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 3em 0 8em;
	}

#footer img.me{
	width: 230px;
	height: auto;
	}
@media screen and (max-width: 768px) {
#footer img.me{
	width: 180px;
	}
	}

#footer img.ntnm{
	width: 300px;
	height: auto;
	}
@media screen and (max-width: 768px) {
#footer img.ntnm{
	width: 220px;
	}
	}

#footer img.citizen{
	margin-top: 100px;
	width: 140px;
	height: auto;
	}

#footer p.footerlink{
	margin-top: 50px;
	font-size: .8em;
	}
@media screen and (max-width: 768px) {
#footer p.footerlink{
	margin-top: 20px;
	font-size: .8em;
	}
	}

#footer p.footerlink a{
	color: #000;
	}
@media screen and (max-width: 768px) {
#footer p.footerlink a{
                display: block;
                margin-top: 1em;
	}
	}

#footer p.footerlink a:hover{
	text-decoration: underline;
	}

@media screen and (max-width: 768px) {
#footer p.footerlink span{
                display: none;
	}
	}

#footer p.copyright{
	margin-top: 20px;
	font-size: .8em;
                line-height: 1.8em;
	}

#pagetop {
	position: fixed;
	width: 46px;
	right: 10px;
	bottom: -50px;
	*display: none;
	z-index: 9999;
	cursor: pointer;
	opacity: 0.8;
	filter: alpha(opacity=80);
	}

#pagetop img {
	width: 46px;
	height: 46px;
	}


/*================================

youtube

================================*/


.youtube{
                width: 84%;
                max-width: 1200px;
                margin: 3em auto 0;
                padding: 2em 0;
                background-color: #FFF0F8;
                text-align: center;
                }
@media screen and (max-width: 768px) {
.youtube{
                width: 86%;
                max-width: 86%;
                }
	}

.youtube.innerpage{
                width: 80%;
                max-width: 100%;
                }
@media screen and (max-width: 768px) {
.youtube.innerpage{
                width: 86%;
                }
	}

.youtube p.word{
                line-height: 1.8em;
                }
@media screen and (max-width: 768px) {
.youtube p.word{
                line-height: 1.6em;
                }
	}

.youtube p.link{
                margin-top: 1em;
                background-position: left center;
                background-repeat: no-repeat;
                background-image: url(../images/youtube.svg);
                background-size: 1.3em;
                line-height: 1em;
                padding-left: 1.8em;
                }







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