<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----------------------------------------------
= lead
----------------------------------------------- */
.lead {
	padding: 4rem 1.6rem;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 3rem;
}
.lead .note {
	display: block;
	margin-top: 1rem;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 2.4rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.lead {
	max-width: 150rem;
	margin: 0 auto;
	padding: 8rem 3rem;
	font-size: 2rem;
	line-height: 3.6rem;
}
.lead .note {
	margin-top: 1.5rem;
	font-size: 1.8rem;
}
}/* @media */
/* -----------------------------------------------
= member
----------------------------------------------- */
.member {
	margin: 0 1.6rem 6rem;
}
.member h2 {
	position: relative;
	font-family: var(--fontEn);
	font-size: 2.4rem;
	font-weight: 600;
}
.member h2::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: calc(100% - 5em);
	height: 1px;
	background: #b1b1b1;
}
.member .item {
	padding: 2.5rem 0;
	border-bottom: 1px solid #b1b1b1;
}
.member .position {
	margin-bottom: 2rem;
	font-size: 2.4rem;
	text-align: center;
}
.member .name {
	margin-bottom: 2.8rem;
	font-weight: 700;
	text-align: center;
}
.member .name .jp {
	display: block;
	margin-bottom: 2rem;
	font-size: 2.4rem;
}
.member .name .en {
	display: block;
	font-family: var(--fontEn);
	font-size: 1.6rem;
}
.member .text {
	font-size: 1.6rem;
	line-height: 3rem;
}
.member.profile {
	border-top: 1px solid #b1b1b1;
}
@media print, screen and (min-width: 768px) {/* PC */
.member {
	max-width: 150rem;
	margin: 0 auto 14rem;
	padding: 0 3rem;
	border-bottom: none;
}
.member .item_wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 12rem;
	padding: 4rem 0;
	border-bottom: 1px solid #b1b1b1;
}
.member .item {
	padding: 0;
	border-bottom: none;
}
.member .name {
	flex: 1;
}
.member .name .jp {
	margin-bottom: 1rem;
}
.member .text {
	line-height: 2.8rem;
}
.member.profile {
	max-width: 80rem;
	margin: 0 auto 12rem;
	padding: 0;
	border-bottom: 1px solid #b1b1b1;
}
.member.profile .item {
	display: flex;
	padding: 4rem 0;
}
.member.profile .item .name {
	flex: 1;
	margin-bottom: 0;
	text-align: left;
}
.member.profile .item .text {
	width: 53rem;
}
}/* @media */
/* -----------------------------------------------
= wrap
----------------------------------------------- */
.wrap {
	padding: 0 1.6rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.wrap {
	display: flex;
	justify-content: space-between;
	max-width: 112rem;
	margin: 0 auto;
	padding: 0 3rem;
}
.contents {
	max-width: 72rem;
	order: 1;
}
.side {
	max-width: 17rem;
	padding-bottom: 14rem;
	order: 2;
}
.side dl {
	position: sticky;
	top: 11rem;
}
.wrap.podcast {
	max-width: 136rem;
}
.wrap.podcast .contents {
	max-width: 66rem;
	order: 2;
}
.wrap.podcast .side {
	max-width: 50rem;
	order: 1;
}
}/* @media */
@media print, screen and (min-width: 1500px) {/* widePC */
.wrap {
	max-width: 150rem;
	padding-left: 35rem;
}
.wrap.podcast {
	max-width: 136rem;
	padding-left: 0;
}
}/* @media */
/* -----------------------------------------------
= side
----------------------------------------------- */
.side dl {
	padding: 0 2rem 4rem;
}
.side dt {
	font-family: var(--fontEn);
	font-size: 1.6rem;
	font-weight: 700;
}
.side dd li {
	margin: 2rem 0;
	font-size: 1.4rem;
	line-height: 2.4rem;
}
.side dd li a {
	display: inline-block;
	position: relative;
	padding-left: 1.6rem;
}
.side dd li a::before {
	content: '';
	position: absolute;
	top: .4rem;
	left: 0;
	width: 1rem;
	height: 1.2rem;
	background: #008A32;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.wrap.podcast .side dl {
	padding: 0 0 4rem;
}
.wrap.podcast .side dt {
	font-family: '貂ｸ繧ｴ繧ｷ繝�け菴�', YuGothic, '貂ｸ繧ｴ繧ｷ繝�け', 'Yu Gothic', sans-serif;
	font-size: 2.1rem;
	line-height: 3.1rem;
	letter-spacing: .02em;
}
.wrap.podcast .side dt span {
	--fontEn: 'Josefin Sans', serif;
	font-weight: 400;
}
.wrap.podcast .side dd p {
	margin: 1.5rem 0;
	font-size: 1.4rem;
	line-height: 2.4rem;
}
.wrap.podcast .side dd iframe {
	max-width: 100%;
}
@media print, screen and (min-width: 768px) {/* PC */
.side dl {
	padding: 0;
}
.side dt {
	position: relative;
}
.side dt::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(100% - 3em);
	border-bottom: 1px solid #a7a7a7;
}
.side dd li {
	line-height: 1.8rem;
}
.side dd li a {
	color: #525252;
	transition: opacity .3s;
}
.side dd li a:hover {
	opacity: .8;
}
.side dd li.is-active a {
	color: #000;
}
.side dd li a::before {
	opacity: 0;
}
.side dd li.is-active a::before {
	opacity: 1;
}
.wrap.podcast .side dt {
	font-size: 2.4rem;
	line-height: 3.4rem;
}
.wrap.podcast .side dt::after {
	display: none;
}
}/* @media */
/* -----------------------------------------------
= block
----------------------------------------------- */
.block {
	margin-top: -10rem;
	padding-top: 10rem;
	padding-bottom: 6rem;
}
.block .title {
	margin-bottom: 3rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #000;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 3.2rem;
}
.block dl {
	display: flex;
	align-items: start;
}
.block dl.is-single {
	align-items: center;
}
.block dt {
	width: 6rem;
}
.block dt img {
	width: 4.8rem;
}
.block dd {
	flex: 1;
	font-size: 1.6rem;
	line-height: 3rem;
}
.block dd span {
	margin-right: 1em;
	font-weight: 700;
}
.block dd .em {
	margin-right: 0;
	border-bottom: 2px solid #008a32;
	font-weight: 500;
}
.block dl + dl {
	margin-top: 3rem;
}
.block &gt; img {
	display: block;
	margin-bottom: 3rem;
}
.block dl + img {
	margin-top: 3rem;
}
.block .btn {
	margin: 3rem 0 5rem;
	text-align: right;
}
.block .btn a {
	padding: 1rem;
	background: #dff0e5;
	font-size: 1.6rem;
	line-height: 3rem;
}
.block .question {
	position: relative;
	margin-bottom: 3rem;
	padding-left: 2.5rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 3rem;
}
.block .question::before {
	content: '';
	position: absolute;
	top: 1.2rem;
	left: 0;
	width: 1.6rem;
	height: 1px;
	background: #000;
}
.block .text {
	margin-bottom: 3rem;
	font-size: 1.6rem;
	line-height: 3rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.block {
	padding-bottom: 14rem;
}
.block .title {
	padding-bottom: .5rem;
	font-size: 2.8rem;
	line-height: 4rem;
}
.block dl {
	display: grid;
	grid-template-columns: 7rem 1fr;
}
.block dd {
	line-height: 2.8rem;
}
.block dl + dl {
	margin-top: 2.8rem;
}
.block &gt; img {
	display: block;
	width: 64rem;
	margin-bottom: 3rem;
	margin-left: 7rem;
}
.block dl + img {
	margin-top: 3rem;
}
.block .btn a {
	transition: opacity .3s;
}
.block .btn a:hover {
	opacity: .8;
}
.wrap.podcast .block &gt; img {
	width: 66rem;
	margin-left: 0;
}
}/* @media */
/* -----------------------------------------------
= other
----------------------------------------------- */
@media print, screen and (min-width: 768px) {/* PC */
.other .list li {
	width: calc(1 / 2 * 100% - 4rem);
	margin: 0 2rem 5rem;
}
}/* @media */
</pre></body></html>