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


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

catchcopy

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

.catchcopy {
                position: relative;
	text-align: center;
                margin-top: 6rem;
	}
@media screen and (max-width: 768px) {
.catchcopy {
                margin-top: 5rem;
	}
	}

.catchcopy h2{
	width: auto;
	height: 3em;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/voice.svg);
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
                }
@media screen and (max-width: 768px) {
.catchcopy h2{
	height: 2.6em;
                }
	}

.catchcopy h3{
                margin-top: 2rem;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1em;
                color: #FE68B2;
                letter-spacing: .05em;
                }
@media screen and (max-width: 768px) {
.catchcopy h3{
                margin-top: 1.5rem;
	font-size: 1.3em;
                }
	}

.catchcopy img.copy{
                display: block;
	width: 350px;
	height: auto;
                margin: auto;
                margin-top: 5rem;
                padding-bottom: 2rem;
	}
@media screen and (max-width: 768px) {
.catchcopy img.copy{
	width: 70%;
                margin-top: 3rem;
                padding-bottom: 1rem;
	}
	}

.catchcopy p.lead{
                position: relative;
	margin-top: 3rem;
	line-height: 2em;
                font-size: 1.1em;
                letter-spacing: .05em;
                }
@media screen and (max-width: 768px) {
.catchcopy p.lead{
	margin-top: 2em;
                font-size: 1em;
	line-height: 1.8em;
                letter-spacing: 0em;
                }
	}


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

voices

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

.voices {
                display: flex;
                justify-content: left;
                flex-wrap: wrap;
                position: relative;
                margin: auto;
                margin-top: 5rem;
                padding-bottom: 4rem;
                width: 86%;
                max-width: 1600px;
                background-color: #fff;
	}
@media screen and (max-width: 768px) {
.voices {
                width: 100%;
	}
	}

.voices:after {
                position: absolute;
                top: 95%;
                left: 4%;
	content: "";
	display: block;
                width: 92%;
                height: 5%;
	border-radius: 50%;
                box-shadow: 0 0 1.2rem 1.2rem hsl(0 0% 0% / 5%);
                z-index: -1;
	}
@media screen and (max-width: 768px) {
.voices:after {
                left: -30%;
                width: 160%;
                box-shadow: 0 0 .8rem .8rem hsl(0 0% 0% / 5%);
	}
	}


.voices .item{
                width: 23%;
                height: auto;
                text-align: center;
                padding-bottom: 2em;
                margin: 0 1%;
	}
@media screen and (max-width: 768px) {
.voices .item{
                width: 46%;
                padding-bottom: 1em;
                margin: 0 2%;
	}
	}

.voices .item a{
                color: #444;
	}
.voices .item a:hover{
                color: #444;
	}

.voices .item .inner{
                position: relative;
	width: 100%;
	height: 100%;
                padding-bottom: 2em;
	-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;
	}
.voices .item a:hover .inner{
                background-color: #FFEAF4;
	}

.voices .item .inner .photo{
                display: block;
	width: 100%;
	height: auto;
                position: relative;
                background-color: #fff;
                z-index: 0;
	}

.voices .item .inner .photo:after {
                position: absolute;
                top: 30%;
                left: 5%;
	content: "";
	display: block;
                width: 90%;
                height: 70%;
	border-radius: 50%;
                box-shadow: 0 2rem 2rem 0 hsl(0 0% 0% / 12%);
                z-index: -1;
	}

.voices .item .inner .photo img{
	width: 100%;
	height: auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}

.voices .item .inner .pic{
                display: block;
	width: 30%;
                margin: auto;
                margin-top: -15%;
	height: auto;
                position: relative;
                z-index: 1;
	}

.voices .item .inner .pic img{
                width: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	}
@media screen and (max-width: 768px) {
.voices .item .inner img.pic{
                width: 40%;
                margin-top: -20%;
	}
	}

.voices .item p.title{
                margin-top: .5em;
                padding: 0 1em;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.6em;
                height: 5em;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
                color: #FE68B2;
	}
@media screen and (max-width: 768px) {
.voices .item p.title{
                padding: 0;
	font-size: 1em;
	line-height: 1.4em;
                height: 4.5em;
	}
	}

.voices .item p.name{
                margin-top: 1em;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.6em;
	}
@media screen and (max-width: 768px) {
.voices .item p.name{
	line-height: 1.5em;
	}
	}

.voices .item p.address{
                margin-top: .5em;
                padding: 0 1em;
	font-size: .8em;
	font-weight: normal;
	line-height: 1.6em;
                height: 3em;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	}
@media screen and (max-width: 768px) {
.voices .item p.address{
                padding: 0;
	font-size: .8em;
	line-height: 1.5em;
	}
	}

.voices .morelink{
	position: relative;
                width: 100%;
                height: auto;
                text-align: center;
                padding: 4rem 0;
                margin: 0 1% 4rem;
                background-color: #FFEAF4;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
                z-index: 1;
	}
@media screen and (max-width: 768px) {
.voices .morelink{
                padding: 3rem 0 2.5rem;
                margin: 0 0 3rem;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
	}

.voices .morelink p.morevoice{
                color: #FE68B2;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1em;
	}

.voices .morelink p.morevoicet{
                color: #FE68B2;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
                margin-top: 1.5em;
	}
@media screen and (max-width: 768px) {
.voices .morelink p.morevoicet{
                margin-top: 1em;
	line-height: 1.5em;
	}
	}

.voices .morelink p.caps{
                color: #FE68B2;
	font-size: .9em;
	font-weight: normal;
	line-height: 1em;
                margin-top: 1em;
	}

.voices .morelink a{
	position: relative;
                display: block;
	width: 360px;
	height: auto;
                text-align: center;
                color: #fff;
                margin: auto;
                margin-top: 2em;
                padding: 2em 0;
                background-color: #FE68B2;
	-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;
                box-shadow: 0 .75rem 1rem -1rem hsl(0 0% 0% / 50%);
	}
@media screen and (max-width: 768px) {
.voices .morelink a{
	width: 70%;
	height: auto;
                padding: 1.5em 0;
	}
	}

.voices .morelink a:hover{
                background-color: #D54F90;
	}

.voices .morelink a p{
                display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/icon-baloon.svg);
	background-size: 1.5em;
                line-height: 1.5em;
                padding-left: 2em;
	}


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

entrybody

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

.entrybody {
                position: relative;
                width: 100%;
                padding-top: 2em;
	}
@media screen and (max-width: 768px) {
.entrybody {
                width: 100%;
	}
	}

.entrybody .item{
                width: 45%;
                margin: auto;
                height: auto;
                text-align: center;
	}
@media screen and (max-width: 768px) {
.entrybody .item{
                width: 90%;
	}
	}

.entrybody .item .photo{
                display: block;
                position: relative;
	width: 100%;
	height: auto;
                z-index: 0;
	}

.entrybody .item .photo:after {
                position: absolute;
                top: 30%;
                left: 5%;
	content: "";
	display: block;
                width: 90%;
                height: 70%;
	border-radius: 50%;
                box-shadow: 0 2rem 3rem 0 hsl(0 0% 0% / 15%);
                z-index: -1;
	}

.entrybody .item .photo img{
	width: 100%;
	height: auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}

.entrybody .item .pic{
                position: relative;
                display: block;
                width: 20%;
                margin: auto;
                margin-top: -10%;
                z-index: 1;
	}

.entrybody .item .pic img{
                width: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	}
@media screen and (max-width: 768px) {
.entrybody .item img.pic{
                width: 24%;
                margin-top: -12%;
	}
	}

.entrybody .item p.title{
                margin-top: 1.5em;
	font-size: 1.5em;
	line-height: 1.6em;
	}
@media screen and (max-width: 768px) {
.entrybody .item p.title{
                margin-top: 1em;
	font-size: 1.4em;
	}
	}

.entrybody .item p.name{
                margin-top: 1.5em;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.6em;
	}
@media screen and (max-width: 768px) {
.entrybody .item p.name{
	font-size: 1.1em;
	}
	}

.entrybody .item p.address{
                margin-top: 1em;
	font-size: .9em;
	font-weight: normal;
	line-height: 1.6em;
	}
@media screen and (max-width: 768px) {
.entrybody .item p.address{
	font-size: 1em;
	}
	}

.entrybody .item p.text{
                margin-top: 3em;
	font-size: 1em;
	font-weight: normal;
	line-height: 2.2em;
	}
@media screen and (max-width: 768px) {
.entrybody .item p.text{
	font-size: 1em;
                width: 90%;
                margin: auto;
                margin-top: 2.5em;
	}
	}

.entrybody .item .prof{
                border-top: 1px solid #ededed;
                border-bottom: 1px solid #ededed;
                padding: 2em 0;
                margin-top: 5em;
	font-size: .9em;
	font-weight: normal;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	}
@media screen and (max-width: 768px) {
.entrybody .item .prof{
	font-size: 1em;
	line-height: 1.6em;
                width: 80%;
                margin: auto;
                margin-top: 4em;
	}
	}

.entrybody .item .prof.center{
                border-top: 0;
                padding: 0 0 2em 0;
	text-align: center;
	}

.entrybody .item .prof p{
                line-height: 2em;
	}


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

local

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

.local{
                position: relative;
                display: flex;
                margin: auto;
                width: 50%;
                height: 30px;
                padding: 4rem 0 5rem;
                justify-content: space-between;
                flex-wrap: wrap;
                align-items: center;
                background-color: #fff;
	}
@media screen and (max-width: 768px) {
.local{
                width: 90%;
                height: 30px;
	}
	}

.local:after {
                position: absolute;
                top: 50%;
                left: 4%;
	content: "";
	display: block;
                width: 92%;
                height: 50%;
	border-radius: 50%;
                box-shadow: 0 0 1.2rem 1.2rem hsl(0 0% 0% / 5%);
                z-index: -1;
	}
@media screen and (max-width: 768px) {
.local:after {
                left: 5%;
                width: 90%;
                box-shadow: 0 0 .8rem .8rem hsl(0 0% 0% / 5%);
	}
	}

.local .prev{
                width: 80px;
                height: 20px;
	}
.local .prev a{
                display: flex;
                justify-content: space-between;
                width: 100%;
                height: 100%;
                line-height: 20px;
                color: #FE68B2;
	}
.local .prev img{
                width: 20px;
                height: 20px;
	}
.local .prev p{
                width: 50px;
                height: 20px;
	}
@media screen and (max-width: 768px) {
.local .prev img{
                width: 15px;
                height: 15px;
	}
.local .prev p{
                width: 55px;
                height: 15px;
	}
	}

.local .center{
                line-height: 20px;
                text-align: center;
	}
.local .center a{
                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;
                padding-bottom: 1px;
                border-bottom: 1px solid #fff;
	}
.local .center a:hover{
                color: #FE68B2;
                border-bottom: 1px solid #FE68B2;
	}
@media screen and (max-width: 768px) {
.local .center a{
                border-bottom: 1px solid #FE68B2;
	}
	}

.local .next{
                width: 80px;
                height: 20px;
                text-align: right;
                line-height: 20px;
	}
.local .next a{
                display: flex;
                justify-content: space-between;
                width: 100%;
                height: 100%;
                line-height: 20px;
                color: #FE68B2;
	}
.local .next p{
                width: 50px;
                height: 20px;
	}
.local .next img{
                width: 20px;
                height: 20px;
	}
@media screen and (max-width: 768px) {
.local .next img{
                width: 15px;
                height: 15px;
	}
.local .next p{
                width: 55px;
                height: 15px;
	}
	}
</pre></body></html>