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

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.m-page-head {
	overflow: hidden;
	background: url(/assets/img/about/common/bg_pagehdg.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.l-body-wrap {
	padding-top: 0;
	padding-bottom: 20px;
}

.c-hdg-band {
	margin-bottom: 66px;
}

.c-hdg-band--staff {
	margin-bottom: 95px;
}

/* sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.m-page-head {
		background: url(/assets/img/about/common/bg_pagehdg.jpg) no-repeat 50% 50%;
		background-size: auto 75px;
	}
	.m-page-head__hdg img {
		width: 69px;
		height: auto;
	}
	.c-hdg-band {
		margin-bottom: 26px;
	}
	.c-hdg-band--staff {
		margin-bottom: 30px;
	}
}

/*--------------------------------------------------------------------------
   sec-nav
---------------------------------------------------------------------------*/
.sec-nav {
	margin: 0 -80px 85px;
}

.sec-nav__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

.sec-nav__item {
	width: calc(100% / 3);
	text-align: center;
}

.sec-nav__item a {
	display: block;
	position: relative;
	width: 100%;
	padding: 31px 0 27px;
	background: #d6d6d6;
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}

.sec-nav__item a:before {
	display: block;
	position: absolute;
	bottom: -17px;
	left: 50%;
	width: 0;
	height: 0;
	border-width: 18px 16px 0 16px;
	border-style: solid;
	border-color: #d6d6d6 transparent transparent transparent;
	content: '';
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.mode-pc .sec-nav__item a:hover {
	background: #c77f94;
}

.mode-pc .sec-nav__item a:hover:before {
	border-color: #c77f94 transparent transparent transparent;
}

.sec-nav__item span {
	display: block;
	position: relative;
	width: 100%;
	padding: 31px 0 27px;
	background: #d6d6d6;
}

.sec-nav__item span:before {
	display: block;
	position: absolute;
	bottom: -17px;
	left: 50%;
	width: 0;
	height: 0;
	border-width: 18px 16px 0 16px;
	border-style: solid;
	border-color: #d6d6d6 transparent transparent transparent;
	content: '';
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.sec-nav__item span img {
	opacity: .6;
}

.sec-nav__item--current a {
	background: #c77f94;
}

.sec-nav__item--current a:before {
	border-color: #c77f94 transparent transparent transparent;
}

/* media query -&gt; sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.sec-nav {
		margin: 30px 0 50px;
	}
	.sec-nav__list {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.sec-nav__item {
		width: 48.76%;
		margin-bottom: 10px;
	}
	.sec-nav__item img {
		width: auto;
		height: 30px;
	}
	.sec-nav__item--close {
		display: none;
	}
	.sec-nav__item a {
		padding: 20px 0 17px;
		-webkit-transition: none;
		        transition: none;
	}
	.sec-nav__item a:before {
		content: none;
	}
	.sec-nav__item span {
		padding: 20px 0 17px;
	}
	.sec-nav__item span:before {
		content: none;
	}
}

@media only screen and (max-width: 374px) {
	.sec-nav__item img {
		width: auto;
		height: 30px;
	}
}

/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.sec-nav {
	margin-bottom: 138px;
}

.l-body-wrap {
	padding-bottom: 125px;
}

/* sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.sec-nav {
		margin-bottom: 50px;
	}
	.l-body-wrap {
		padding-bottom: 60px;
	}
}

/*--------------------------------------------------------------------------
   sec-message
---------------------------------------------------------------------------*/
.sec-message__hdg {
	margin-bottom: 1.8em;
	font-size: 29px;
	font-weight: 500;
	line-height: 1.89;
}

.sec-message__txt {
	margin-bottom: 2.1em;
	font-size: 15px;
	line-height: 2.2;
}

.sec-message__img {
	margin: 74px 0 87px;
}

.sec-message__name {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	margin-top: 90px;
	letter-spacing: .05em;

	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

.sec-message__name dt {
	font-size: 15px;
}

.sec-message__name dd {
	margin-left: 18px;
	font-size: 24px;
}

/* media query -&gt; sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.sec-message__hdg {
		margin-bottom: 1.4em;
		font-size: 20px;
	}
	.sec-message__txt {
		line-height: 1.96;
	}
	.sec-message__img {
		margin: 34px 0 37px;
	}
	.sec-message__img img {
		width: 100%;
		height: auto;
	}
	.sec-message__name {
		margin-top: 40px;
		letter-spacing: normal;
	}
	.sec-message__name dt {
		font-size: 13px;
	}
	.sec-message__name dd {
		margin-left: 13px;
		font-size: 18px;
	}
}
</pre></body></html>