@charset "UTF-8";
@keyframes scroll {
	0% {
		transform-origin: center bottom;
		transform: scale(1, 1);
	}
	50% {
		transform-origin: center bottom;
		transform: scale(1, 0);
	}
	51% {
		transform-origin: center top;
		transform: scale(1, 0);
	}
	100% {
		transform-origin: center top;
		transform: scale(1, 1);
	}
}
.member {}
.member_title {}
.member_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px;
	row-gap: 16px;
}
.member_list > li {
	background-color: var(--color-base);
	display: flex;
	padding: 11px 25px;
}
.member_name {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 2.2;
}
.member_name::before {
	top: 1.1em;
}
.entry {}
.entryList {
	list-style: none;
	border-top: 1px solid var(--color-line-plus);
}
.entryList > li {}
.entryList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.entryItem {
	display: flex;
	align-items: center;
	padding: 13px 40px;
	border-bottom: 1px solid var(--color-line-plus);
	position: relative;
	padding-left: 0;
	justify-content: space-between;
}
.entry_icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
}
.entry_icon > .icon {
	display: block;
}
.entryItem_update {
	width: 155px;
}
.entryItem_update > time {}
.entryItem_text {
	font-weight: 500;
	width: calc(100% - 175px);
	line-height: 1.6;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.entryItem_text_main {}
.pager {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 26px;
}
.pager > a,
.pager > span {
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-lato);
	min-width: 50px;
	height: 50px;
	border-radius: 3px;
	margin: 4px;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
	background-color: var(--color-base);
	color: var(--color-number-default);
	font-weight: 700;
}
.pager > .previouspostslink {
	margin-right: 12px;
	font-size: 0;
}
.pager > .previouspostslink::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid currentColor;
	transform: rotate(-135deg);
	border-left: none;
	border-bottom: none;
}
.pager > .current {
	background-color: var(--color-line);
	color: var(--color-white);
}
.pager > .extend {
	color: var(--text-color);
	border-color: rgba(255, 255, 255, 0);
}
.pager > .nextpostslink {
	margin-left: 12px;
	font-size: 0;
}
.pager > .nextpostslink::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border: 2px solid currentColor;
	transform: rotate(45deg);
	border-left: none;
	border-bottom: none;
}
.entryDtl {}
.entryDtl_inner {
	max-width: 960px;
}
.entryDtl_editor {}
.entryDtl_link {
	max-width: 195px;
	margin: 30px auto 0;
}
.entryDtl_link > a {}
.entryDtl_link > a > .icon {
	margin-right: 6px;
}
.areaAbout {}
.about {
	margin-bottom: 65px;
}
.about:last-child {
	margin-bottom: 0;
}
.about_title {
	margin-bottom: 22px;
}
.about_text {}
.about_table {}
.about_table > tbody {}
.about_table > tbody > tr {}
.about_table > tbody > tr > th {
	white-space: nowrap;
	font-weight: inherit;
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	box-sizing: border-box;
	width: 118px;
}
.about_table > tbody > tr > td {
	text-align: left;
	vertical-align: top;
}
.about_cols {
	display: flex;
	justify-content: space-between;
}
.about_col {}
.about_col-txt {
	width: 360px;
}
.about_add {}
.about_tel {}
.about_tel > a {
	text-decoration: none;
	color: inherit;
}
.about_col-map {
	width: calc(100% - 390px);
	max-width: 756px;
	padding-top: 12px;
}
.about_map {
	position: relative;
	padding-bottom: 47.6%;
}
.about_map > iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.aboutMap {}
.aboutMap_cols {
	display: flex;
	justify-content: space-between;
}
.aboutMap_col {
	width: 48.5%;
	max-width: 558px;
}
.aboutMap_col-canvas {}
.aboutMap_col-txt {}
.aboutMap_areaTxt {}
.aboutMap_cell {
	margin-bottom: 34px;
}
.aboutMap_cell:last-child {
	margin-bottom: 0;
}
.aboutMap_title {
	margin-bottom: 12px;
}
.aboutMap_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 16px;
	row-gap: 16px;
}
.aboutMap_list > li {}
.aboutMap_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: color, background-color;
	height: 100%;
}
.aboutMap_list > li > a.isHover {
	color: var(--color-link-text);
}
.mapItem {
	display: flex;
	align-items: center;
	background-color: var(--color-base);
	padding: 12px 24px;
	border-radius: 8px;
	height: 100%;
	box-sizing: border-box;
	min-height: 72px;
}
.mapItem_number {
	width: 31px;
	height: 31px;
	font-size: 18px;
	font-weight: bold;
	background-color: var(--color-number-default);
	color: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid var(--color-text);
	transition-duration: .3s;
	transition-property: color, background-color;
	margin-right: 8px;
	min-width: 31px;
}
a.isHover .mapItem_number {
	background-color: var(--color-accent);
}
.mapItem_text {
	text-decoration: underline;
	line-height: 1.4;
}
.mapItem_text > .icon {
	font-size: 11px;
	margin-left: 4px;
}
.mapItem_text > .icon-arrowRight {
	color: var(--color-accent);
	margin-left: 8px;
	font-weight: bold;
}
.miraiNav {}
.miraiNav_inner {}
.miraiNavList {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	text-align: center;
	column-gap: 36px;
}
.miraiNavList > li {}
.miraiNavList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.miraiNavList_txt {
	font-family: var(--font-mincho);
	font-size: 25px;
	line-height: 1.4;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 98px;
	box-sizing: border-box;
	background-color: var(--color-base);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: var(--color-line);
	transition-duration: .3s;
	transition-property: color, background-color;
}
.miraiNavList_txt-person {}
.miraiNavList_txt-map {}
.miraiNavList_txt-person[aria-current="page"] {
	background-color: var(--color-ijin-main-light);
	color: var(--color-white);
}
.miraiNavList_txt-map[aria-current="page"] {
	background-color: var(--color-yukarimap-main);
	color: var(--color-white);
}
.greatPerson {
	background-color: var(--color-back);
	padding-top: 40px;
	padding-bottom: 40px;
}
.greatPerson_inner {}
.greatPerson_cells {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 66px;
	row-gap: 66px;
}
.greatPerson_cell {}
.greatPerson_cell > a {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
	transition-duration: .3s;
	transition-property: opacity;
}
.personItem {
	background-image: linear-gradient(to bottom, rgba(193, 178, 132, 0.50) 6%, #C1B284 74%);
	border: 1px solid var(--color-white);
	border-radius: 4px;
	padding: 30px 20px 25px;
	height: 100%;
	box-sizing: border-box;
}
.personItem_inner {
	max-width: 280px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.personItem_areaImg {
	margin-bottom: 16px;
}
.personItem_image {
	margin-bottom: 15px;
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
}
.personItem_image > img {
	display: block;
	margin: 0 auto;
}
.personItem_nameKana {
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 4px;
}
.personItem_name {
	font-size: 28px;
	font-family: var(--font-mincho);
	line-height: 1.1;
	text-align: center;
}
.personItem_areaTxt {
	border-top: 1px solid #E6E0CE;
	padding-top: 16px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	flex-grow: 1;
}
.personItem_text {
	line-height: 1.5;
	margin-bottom: auto;
}
.personItem_years {
	color: var(--color-ijin-main);
	font-size: 14px;
	margin-top: 11px;
	line-height: 1.5;
	font-feature-settings: "palt";
}
.person {}
.person_inner {}
.person_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 66px;
	margin-top: 50px;
}
.person_col {}
.person_col-img {
	width: 264px;
	padding-top: 6px;
}
.person_image {
	position: relative;
	padding-bottom: 140.91%;
	background-color: #d9d9d9;
}
.person_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.person_col-txt {
	width: calc(100% - 300px);
	max-width: 840px;
}
.person_nameKana {
	line-height: 1.2;
}
.person_name {
	font-size: 56px;
	line-height: 1.3;
	font-family: var(--font-mincho);
	font-weight: normal;
	margin-bottom: 20px;
	letter-spacing: 0.04em;
}
.person_message {
	font-size: 32px;
	font-family: var(--font-mincho);
	line-height: 1.5;
	color: var(--color-ijin-main);
	margin-bottom: 30px;
	letter-spacing: -0.05em;
}
.person_years {
	line-height: 1.6;
	font-feature-settings: "palt";
}
.person_areaTxt {
	margin-top: 45px;
}
.person_title {}
.person_text {
	font-weight: 500;
}
.personSlide {
	margin-top: 43px;
	overflow: visible;
}
.personSlide_item {}
.personSlide_image {}
.personSlide_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.personSlide_image > figcaption {
	background-color: rgba(51, 51, 51, 0.90);
	color: var(--color-white);
	padding: 7px 34px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 500;
	min-height: 61px;
	display: flex;
	align-items: center;
}
.person_tblWrap {}
.person_table {
	width: 100%;
	line-height: 1.8;
	border-collapse: separate;
	border-spacing: 0 4px;
}
.person_table > tbody {}
.person_table > tbody > tr {}
.person_table > tbody > tr > th {
	font-weight: inherit;
	vertical-align: middle;
	text-align: left;
	background-color: #B79292;
	color: var(--color-white);
	padding: 22px 25px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	box-sizing: border-box;
	width: 200px;
}
.person_table > tbody > tr > td {
	text-align: left;
	padding: 22px 25px;
	background-color: var(--color-white);
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.person_table > tbody > tr > td > a {
	color: var(--color-link-text);
}
.person_mapLink {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.person_mapLink > a {
	text-decoration: none;
	display: flex;
	color: var(--color-white);
	background-color: var(--color-yukarimap-main);
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 6px;
	box-sizing: border-box;
	min-height: 77px;
	font-weight: 500;
	font-size: 18px;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.person_backLink {
	max-width: 195px;
	margin: 30px auto 0;
}
.person_backLink > a {}
.person_backLink > a > .icon {
	font-weight: bold;
	margin-right: 5px;
}
.person_table > tbody > tr > td a[target="_blank"]::after {
	content: "";
	background-image: url(/assets/img/common/icn-blank.svg);
	display: inline-block;
	vertical-align: baseline;
	width: 14px;
	height: 14px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-left: 0.4em;
}
.personMap {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: var(--color-back);
}
.personMap_inner {}
.personMap_place {
	position: relative;
	padding-bottom: 52.08%;
}
.personMap_place > iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.greatNav {
	background-color: var(--color-base);
	padding-top: 61px;
	padding-bottom: 79px;
	margin-bottom: 73px;
}
.greatNav_inner {}
.greatNav_title {}
.greatNav_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 40px;
	position: relative;
	z-index: 11;
}
.greatNav_list > li {}
.greatNav_list > li > a {
	text-decoration: none;
	min-height: 224px;
	position: relative;
	color: var(--color-white);
	box-sizing: border-box;
	padding: 30px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.greatNav_bg {
	position: absolute;
	width: 100%;
	height: 100%;
}
.greatNav_bg > img {
	display: block;
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
}
.greatNav_areaTxt {
	position: relative;
	z-index: 2;
}
.greatNav_headline {
	font-size: 40px;
	font-weight: normal;
	line-height: 1.5;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	font-family: var(--font-mincho);
}
.greatNav_text {
	font-size: 21px;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	line-height: 1.6;
}
.topEntry {}
.topEntry_inner {}
.topEntry_cols {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 40px;
}
.topEntry_col {}
.topEntry_col-news {}
.topEntry_title {}
.topEntry_link {
	max-width: 195px;
	margin: 32px auto 0;
}
.topEntry_link > a {
	text-decoration: none;
	color: inherit;
}
.topEntry_link > a > .icon {
	margin-left: 8px;
}
.topEntry_col-report {}
.entryItem-top {
	display: block;
}
.entryItem_update-top {
	width: auto;
}
.entryItem_text-top {
	width: auto;
}
.memberMap {}
.memberMap_canvas {
	max-width: 558px;
	margin: 0 auto;
	position: relative;
}
.memberMap_base {
	position: relative;
	z-index: 0;
}
.memberMap_base > img {
	display: block;
}
.memberMap_marker {
	list-style: none;
}
.memberMap_btn {
	display: flex;
	text-decoration: none;
	width: 38px;
	height: 38px;
	background-color: var(--color-number-default);
	color: var(--color-white);
	font-size: 21px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid var(--color-text);
	transition-duration: .3s;
	transition-property: color, background-color, transform;
	box-sizing: border-box;
}
.memberMap_btn.isHover {
	transform: scale(1.31);
	background-color: var(--color-accent);
}
.memberMap_item {
	position: absolute;
	transform: translate(-50%, -50%);
}
.memberMap_item-no01 {
	top: 27.9%;
	left: 62.5%;
}
.memberMap_item-no02 {
	top: 15.7%;
	left: 49.3%;
}
.memberMap_item-no03 {
	top: 33.5%;
	left: 70.2%;
}
.memberMap_item-no04 {
	top: 39.8%;
	left: 32.9%;
}
.memberMap_item-no05 {
	top: 45.3%;
	left: 46.5%;
}
.memberMap_item-no06 {
	top: 55.9%;
	left: 32.2%;
}
.memberMap_item-no07 {
	top: 29.6%;
	left: 57.5%;
}
.memberMap_item-no08 {
	top: 16.8%;
	left: 56.8%;
}
.memberMap_item-no09 {
	top: 25.7%;
	left: 69.9%;
}
.memberMap_item-no10 {
	top: 46.3%;
	left: 41.5%;
}
.memberMap_item-no11 {
	top: 39.8%;
	left: 51.2%;
}
.memberMap_item-no12 {
	top: 35.6%;
	left: 76%;
}
.memberMap_item-no13 {
	top: 37.7%;
	left: 28.9%;
}
.memberMap_item-no14 {
	top: 54%;
	left: 54.9%;
}
.memberMap_item-no15 {
	top: 53.4%;
	left: 42%;
}
.topMv {
	position: relative;
}
.topMv_image {
	position: absolute;
	bottom: -146px;
	right: 0;
	z-index: 2;
	pointer-events: none;
	width: 441px;
}
.topMv_image > img {
	max-width: 100%;
	height: auto;
}
.topMv_swiper {
	position: relative;
	z-index: 0;
	overflow: visible;
	opacity: 0;
	transition-duration: 1.5s;
	transition-property: opacity;
	transition-delay: .2s;
}
.topMv_swiper ~ * {
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .5s;
}
.topMv_swiper.swiper-fade {
	opacity: 1;
}
.topMv_swiper.swiper-fade ~ * {
	opacity: 1;
}
.topMv_swiper_wrapper {}
.topMv_swiper_slide {}
.topMv_areaText {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: var(--color-white);
	pointer-events: none;
	transform: translateY(-50%);
	margin-top: 9px;
}
.topMv_areaText_inner {}
.topMv_title {
	font-size: 72px;
	font-weight: bold;
	line-height: 107px;
	text-shadow: 0px 0px 8px rgba(0, 54, 108, 0.3);
}
.topMv_title_strong {
	font-weight: inherit;
	font-size: 96px;
}
.topMv_text {
	margin-top: 14px;
	padding-left: 0.4em;
	letter-spacing: 0.03em;
}
.topMv_text > br {
	display: none;
}
.topMv_areaCaption {
	position: absolute;
	z-index: 10;
	bottom: 32px;
	left: 0;
	width: 100%;
	color: var(--color-white);
	pointer-events: none;
}
.topMv_captionWrap {
	position: relative;
}
.topMv_areaCaption_inner {}
.topMv_caption {
	font-size: 32px;
	line-height: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.5s;
	transition-property: opacity, visibility;
}
.topMv_caption.isShow {
	visibility: visible;
	opacity: 1;
}
.topMv_areaScroll {
	position: absolute;
	z-index: 11;
	bottom: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
}
.topMv_areaScroll_inner {
	max-width: 1324px;
}
.topMv_scroll {
	color: var(--color-accent);
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	display: flex;
	flex-direction: column;
	width: 14px;
	margin-left: auto;
	align-items: center;
	justify-content: flex-start;
}
.topMv_scroll_text {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	line-height: 1;
	white-space: nowrap;
}
.topMv_scroll_bar {
	display: block;
	width: 1px;
	height: 120px;
	background-color: currentColor;
	margin-top: 16px;
	animation-name: scroll;
	animation-fill-mode: backwards;
	animation-iteration-count: infinite;
	animation-duration: 2s;
}
.topMv_scroll_bar_item {}
.topMv_swiper_image {
	position: relative;
	min-height: 790px;
	height: 100vh;
}
.topMv_swiper_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topMv_swiper_btnWrap {
	position: absolute;
	z-index: 2;
	bottom: 32px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	column-gap: 20px;
	caret-color: rgba(255, 255, 255, 0);
}
.topMv_swiper_btn {
	width: 30px;
	height: 30px;
	background-color: var(--color-white);
	color: var(--color-accent);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	transition-duration: .3s;
	transition-property: opacity;
}
.topMv_swiper_btn-next {}
.topMv_swiper_btn-prev {}
.topMv_swiper .topMv_swiper_pager {
	position: static;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.topMv_swiper .topMv_swiper_pager .swiper-pagination-bullet {
	margin: 0;
	width: 10px;
	height: 10px;
	position: relative;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0);
	transition-duration: .3s;
	transition-property: background-color, color;
	border: 4px solid rgba(255, 255, 255, 0);
	box-sizing: content-box;
	background-clip: content-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.topMv_swiper .topMv_swiper_pager .swiper-pagination-bullet-active {
	background-color: var(--color-white);
}
.topMv_swiper .topMv_swiper_pager .swiper-pagination-bullet::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid var(--color-white);
	box-sizing: border-box;
	border-radius: 50%;
}
.error {}
.error_title {}
.error_text {}
.error_link {
	max-width: 300px;
	margin-top: 25px;
}
.error_link > a {}
.personItem_image_inner {
	background-color: #cccccc;
	padding-bottom: 118.75%;
	position: relative;
}
.personItem_image_inner > img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.person_contents {
	background-image: linear-gradient(180deg, rgba(193, 178, 132, 0.3) -12.19%, #F0EDED 23.67%, #F0EDED 31.95%);
	padding-bottom: 82px;
	padding-top: 88px;
}
.person_footer {
	margin-top: 60px;
}
.person_footer_inner {}
.personSlide .personSlide_pager {
	position: static;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.personSlide .personSlide_pager .swiper-pagination-bullet {
	margin: 0;
	width: 12px;
	height: 12px;
	position: relative;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0);
	transition-duration: .3s;
	transition-property: background-color, color;
	border: 4px solid rgba(255, 255, 255, 0);
	box-sizing: content-box;
	background-clip: content-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.personSlide .personSlide_pager .swiper-pagination-bullet-active {
	background-color: var(--color-text);
}
.personSlide .personSlide_pager .swiper-pagination-bullet::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid var(--color-text);
	box-sizing: border-box;
	border-radius: 50%;
}
.personSlide_btn {
	background-color: var(--color-text);
	color: var(--color-white);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.personSlide_btn > .icon {}
.personSlide_btn-prev {
	left: 0;
	transform: translate(-50%, -50%);
}
.personSlide_btn-next {
	right: 0;
	transform: translate(50%, -50%);
}
.personSlide_wrapper {
	clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
}
.personSlide_info {}
.personSlide_image_inner {
	position: relative;
	padding-bottom: 75.48%;
}
.personSlide_image_inner > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width:1299px) {
	.topMv_title {
		font-size: 5.54vw;
		line-height: 8.24vw;
	}
	.topMv_title_strong {
		font-size: 7.39vw;
	}
	.topMv_text {
		font-size: 1.232vw;
		margin-top: 1.078vw;
	}
	.topMv_image {
		width: 33.9%;
		max-width: 441px;
		bottom: -11.23vw;
	}
	.topMv_caption {
		font-size: 2.46vw;
	}
	.topMv_scroll {
		font-size: 1.078vw;
	}
	.topMv_scroll_bar {
		height: 9.24vw;
		margin-top: 1.23vw;
	}
}
@media screen and (max-width:1199px) {
	.greatPerson_cells {
		column-gap: 36px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.personSlide .personSlide_pager .swiper-pagination-bullet:hover {
		background-color: var(--color-text);
	}
	.personSlide_btn:hover {
		background-color: var(--color-accent);
	}
	.topMv_swiper_btn:hover {
		opacity: .7;
	}
	.topMv_swiper .topMv_swiper_pager .swiper-pagination-bullet:hover {
		background-color: var(--color-white);
	}
	.memberMap_btn:hover {
		transform: scale(1.31);
		background-color: var(--color-accent);
	}
	.greatNav_list > li > a:hover {
		opacity: 0.8;
	}
	.topEntry_link > a:hover {}
	a:hover .miraiNavList_txt-person {
		color: var(--color-white);
		background-color: var(--color-ijin-main-light);
	}
	a:hover .miraiNavList_txt-map {
		background-color: var(--color-yukarimap-main);
		color: var(--color-white);
	}
	.person_table > tbody > tr > td > a:hover {
		text-decoration: none;
	}
	.person_mapLink > a:hover {
		background-color: var(--color-yukarimap-dark);
	}
	.person_backLink > a:hover {}
	.miraiNavList > li > a:hover {}
	a:hover .miraiNavList_txt {
		color: var(--color-white);
	}
	a:hover .miraiNavList_txt-map {
		background-color: var(--color-yukarimap-dark);
	}
	.greatPerson_cell > a:hover {
		opacity: 0.8;
	}
	.about_tel > a:hover {}
	.aboutMap_list > li > a:hover {
		color: var(--color-link-text);
	}
	a:hover .mapItem_number {
		background-color: var(--color-accent);
	}
	.entryDtl_link > a:hover {}
	.entryList > li > a:hover {}
	a:hover .entryItem_text {
		color: var(--color-link-text);
	}
	.pager > a:hover {
		background-color: #EBF5FA;
		color: var(--color-link-text);
	}
}
@media screen and (max-width:999px) {
	.member {}
	.member_title {}
	.member_list {}
	.member_list > li {}
	.member_name {}
	.member_name::before {}
	.entry {}
	.entryList {}
	.entryList > li {}
	.entryList > li > a {}
	.entryItem {}
	.entry_icon {}
	.entry_icon > .icon {}
	.entryItem_update {
		width: 120px;
	}
	.entryItem_update > time {}
	.entryItem_text {
		width: calc(100% - 140px);
	}
	.entryItem_text_main {}
	.pager {}
	.pager > a,
	.pager > span {}
	.pager > .previouspostslink {}
	.pager > .previouspostslink::before {}
	.pager > .current {}
	.pager > .extend {}
	.pager > .nextpostslink {}
	.pager > .nextpostslink::before {}
	.entryDtl {}
	.entryDtl_inner {}
	.entryDtl_editor {}
	.entryDtl_link {}
	.entryDtl_link > a {}
	.entryDtl_link > a > .icon {}
	.areaAbout {}
	.about {}
	.about:last-child {}
	.about_title {}
	.about_text {}
	.about_table {}
	.about_table > tbody {}
	.about_table > tbody > tr {}
	.about_table > tbody > tr > th {}
	.about_table > tbody > tr > td {}
	.about_cols {
		display: block;
	}
	.about_col {
		width: auto;
	}
	.about_col-txt {
		margin-bottom: 30px;
	}
	.about_add {}
	.about_tel {}
	.about_tel > a {}
	.about_col-map {
		padding-top: 0;
		max-width: none;
	}
	.about_map {}
	.about_map > iframe {}
	.aboutMap {}
	.aboutMap_cols {
		display: block;
	}
	.aboutMap_col {
		width: auto;
	}
	.aboutMap_col-canvas {
		margin: 0 auto 40px;
	}
	.aboutMap_col-txt {
		max-width: none;
	}
	.aboutMap_areaTxt {}
	.aboutMap_cell {}
	.aboutMap_cell:last-child {}
	.aboutMap_title {}
	.aboutMap_list {}
	.aboutMap_list > li {}
	.aboutMap_list > li > a {}
	.mapItem {}
	.mapItem_number {}
	.mapItem_text {}
	.mapItem_text > .icon {}
	.mapItem_text > .icon-arrowRight {}
	.miraiNav {}
	.miraiNav_inner {}
	.miraiNavList {
		column-gap: 26px;
	}
	.miraiNavList > li {}
	.miraiNavList > li > a {}
	.miraiNavList_txt {
		font-size: 23px;
	}
	.miraiNavList_txt-person {}
	.miraiNavList_txt-map {}
	.greatPerson {}
	.greatPerson_inner {}
	.greatPerson_cells {
		grid-template-columns: repeat(2, 1fr);
		max-width: 720px;
		margin: 0 auto;
		row-gap: 36px;
	}
	.greatPerson_cell {}
	.greatPerson_cell > a {}
	.personItem {}
	.personItem_inner {}
	.personItem_areaImg {}
	.personItem_image {}
	.personItem_image > img {}
	.personItem_nameKana {}
	.personItem_name {}
	.personItem_areaTxt {}
	.personItem_text {}
	.personItem_years {}
	.person {}
	.person_inner {}
	.person_cols {
		display: block;
		margin-bottom: 50px;
	}
	.person_col {
		width: auto;
		max-width: none;
	}
	.person_col-img {
		padding-top: 0;
		max-width: 210px;
		margin: 0 auto 30px;
	}
	.person_image {}
	.person_image > img {}
	.person_col-txt {}
	.person_nameKana {
		font-size: 15px;
	}
	.person_name {
		font-size: 46px;
	}
	.person_message {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.person_years {}
	.person_areaTxt {
		margin-top: 40px;
	}
	.person_title {}
	.person_text {}
	.personSlide {
		margin-top: 30px;
		max-width: 660px;
	}
	.personSlide_item {}
	.personSlide_image {}
	.personSlide_image > img {}
	.personSlide_image > figcaption {
		font-size: 16px;
	}
	.person_tblWrap {}
	.person_table {}
	.person_table > tbody {}
	.person_table > tbody > tr {}
	.person_table > tbody > tr:first-child {}
	.person_table > tbody > tr:last-child {}
	.person_table > tbody > tr > th {
		width: 180px;
		padding: 18px 20px;
	}
	.person_table > tbody > tr > td {
		padding: 18px 20px;
	}
	.person_table > tbody > tr > td > a {}
	.person_mapLink {}
	.person_mapLink > a {}
	.person_backLink {}
	.person_backLink > a {}
	.person_backLink > a > .icon {}
	.person_table > tbody > tr > td a[target="_blank"]::after {}
	.personMap {}
	.personMap_inner {}
	.personMap_place {}
	.personMap_place > iframe {}
	.greatNav {
		padding-top: 45px;
		padding-bottom: 65px;
		margin-bottom: 60px;
	}
	.greatNav_inner {}
	.greatNav_title {}
	.greatNav_list {
		column-gap: 25px;
	}
	.greatNav_list > li {}
	.greatNav_list > li > a {
		padding: 20px 15px;
		min-height: 190px;
	}
	.greatNav_bg {}
	.greatNav_bg > img {}
	.greatNav_areaTxt {}
	.greatNav_headline {
		font-size: 30px;
	}
	.greatNav_text {
		font-size: 17px;
	}
	.topEntry {}
	.topEntry_inner {}
	.topEntry_cols {
		display: block;
	}
	.topEntry_col {}
	.topEntry_col-news {
		margin-bottom: 42px;
	}
	.topEntry_title {}
	.topEntry_link {}
	.topEntry_link > a {}
	.topEntry_link > a > .icon {}
	.topEntry_col-report {}
	.entryItem-top {}
	.entryItem_update-top {
		width: auto;
	}
	.entryItem_text-top {}
	.memberMap {}
	.memberMap_canvas {}
	.memberMap_base {}
	.memberMap_base > img {}
	.memberMap_marker {}
	.memberMap_btn {}
	.memberMap_item {}
	.memberMap_item-no01 {}
	.memberMap_item-no02 {}
	.memberMap_item-no03 {}
	.memberMap_item-no04 {}
	.memberMap_item-no05 {}
	.memberMap_item-no06 {}
	.memberMap_item-no07 {}
	.memberMap_item-no08 {}
	.memberMap_item-no09 {}
	.memberMap_item-no10 {}
	.memberMap_item-no11 {}
	.memberMap_item-no12 {}
	.memberMap_item-no13 {}
	.memberMap_item-no14 {}
	.memberMap_item-no15 {}
	.topMv {}
	.topMv_image {}
	.topMv_image > img {}
	.topMv_swiper {}
	.topMv_swiper_wrapper {}
	.topMv_swiper_slide {}
	.topMv_areaText {}
	.topMv_areaText_inner {}
	.topMv_title {}
	.topMv_title_strong {}
	.topMv_text {
		font-size: 14px;
		margin-top: 11px;
	}
	.topMv_text > br {
		display: inline;
	}
	.topMv_areaCaption {}
	.topMv_areaCaption_inner {}
	.topMv_caption {}
	.topMv_areaScroll {}
	.topMv_areaScroll_inner {}
	.topMv_scroll {
		font-size: 14px;
	}
	.topMv_scroll_text {}
	.topMv_scroll_bar {
		height: 120px;
		margin-top: 16px;
	}
	.topMv_scroll_bar_item {}
	.topMv_swiper_image {}
	.topMv_swiper_image > img {}
	.topMv_swiper_btnWrap {}
	.topMv_swiper_btn {}
	.topMv_swiper_btn-next {}
	.topMv_swiper_btn-prev {}
	.topMv_swiper .topMv_swiper_pager {}
	.topMv_swiper .topMv_swiper_pager .swiper-pagination-bullet {}
	.topMv_swiper .topMv_swiper_pager .swiper-pagination-bullet-active {}
	.topMv_swiper .topMv_swiper_pager .swiper-pagination-bullet::before {}
	.error {}
	.error_title {}
	.error_text {}
	.error_link {}
	.error_link > a {}
	.personItem_image_inner {}
	.personItem_image_inner > img {}
	.person_contents {
		padding-top: 60px;
	}
	.person_footer {
		margin-top: 45px;
	}
	.person_footer_inner {}
	.personSlide .personSlide_pager {}
	.personSlide .personSlide_pager .swiper-pagination-bullet {}
	.personSlide .personSlide_pager .swiper-pagination-bullet-active {}
	.personSlide .personSlide_pager .swiper-pagination-bullet::before {}
	.personSlide_btn {}
	.personSlide_btn > .icon {}
	.personSlide_btn-prev {}
	.personSlide_btn-next {}
	.personSlide_wrapper {}
	.personSlide_info {}
	.personSlide_image_inner {}
	.personSlide_image_inner > img {}
}
@media screen and (max-width:767px) {
	.member {}
	.member_title {}
	.member_list {
		display: block;
	}
	.member_list > li {
		padding: 10px 25px;
	}
	.member_list > li:nth-child(n+2) {
		margin-top: 8px;
	}
	.member_name {}
	.member_name::before {}
	.entry {}
	.entryList {
		border-top: none;
		position: relative;
	}
	.entryList::before {
		content: "";
		display: block;
		width: calc(100% + 40px);
		height: 1px;
		background-color: var(--color-line-plus);
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.entryList > li {}
	.entryList > li > a {}
	.entryItem {
		display: block;
		padding-right: 30px;
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: none;
		position: relative;
	}
	.entryItem::after {
		content: "";
		display: block;
		width: calc(100% + 40px);
		height: 1px;
		background-color: var(--color-line-plus);
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.entry_icon {}
	.entry_icon > .icon {}
	.entryItem_update {
		width: auto;
		line-height: 2;
	}
	.entryItem_update > time {}
	.entryItem_text {
		width: auto;
	}
	.entryItem_text_main {}
	.pager {
		margin-top: 15px;
	}
	.pager > a,
	.pager > span {
		width: 32px;
		min-width: 32px;
		height: 32px;
	}
	.pager > .previouspostslink {}
	.pager > .previouspostslink::before {
		width: 5px;
		height: 5px;
	}
	.pager > .current {}
	.pager > .extend {}
	.pager > .nextpostslink {}
	.pager > .nextpostslink::before {
		width: 5px;
		height: 5px;
	}
	.entryDtl {}
	.entryDtl_inner {}
	.entryDtl_editor {}
	.entryDtl_link {
		margin-top: 35px;
	}
	.entryDtl_link > a {}
	.entryDtl_link > a > .icon {}
	.areaAbout {
		display: flex;
		flex-direction: column;
	}
	.about {
		margin-bottom: 32px;
	}
	.about:last-child {
		margin-bottom: 32px;
	}
	.about_title {
		margin-bottom: 15px;
	}
	.about_text {}
	.about_table {
		line-height: 2.2;
	}
	.about_table > tbody {}
	.about_table > tbody > tr {}
	.about_table > tbody > tr > th {
		width: 70px;
	}
	.about_table > tbody > tr > td {}
	.about_cols {}
	.about_col {}
	.about_col-txt {
		margin-bottom: 20px;
	}
	.about_add {}
	.about_tel {}
	.about_tel > a {}
	.about_col-map {}
	.about_map {}
	.about_map > iframe {}
	.aboutMap {}
	.aboutMap_cols {}
	.aboutMap_col {}
	.aboutMap_col-canvas {
		margin-bottom: 28px;
		max-width: none;
	}
	.aboutMap_col-txt {}
	.aboutMap_areaTxt {}
	.aboutMap_cell {
		margin-bottom: 26px;
	}
	.aboutMap_cell:last-child {}
	.aboutMap_title {}
	.aboutMap_list {
		row-gap: 10px;
		column-gap: 10px;
	}
	.aboutMap_list > li {}
	.aboutMap_list > li > a {}
	.mapItem {
		padding: 10px 15px;
		position: relative;
		padding-right: 35px;
		min-height: 66px;
	}
	.mapItem-member {
		padding-left: 23px;
		padding-right: 15px;
	}
	.mapItem_number {}
	.mapItem_text {
		text-decoration: none;
	}
	.mapItem_text > .icon {
		font-size: 12px;
		margin-left: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
	}
	.mapItem_text > .icon-arrowRight {
		position: static;
		transform: none;
		margin-left: 8px;
	}
	.about-intro {
		order: 1;
	}
	.about-organization {
		order: 4;
		margin-bottom: 0;
	}
	.about-officer {
		order: 2;
	}
	.about-info {
		order: 3;
	}
	.miraiNav {}
	.miraiNav_inner {}
	.miraiNavList {
		column-gap: 9px;
	}
	.miraiNavList > li {}
	.miraiNavList > li > a {}
	.miraiNavList_txt {
		font-size: 16px;
		line-height: 1.2;
		min-height: 63px;
		padding: 10px 6px;
	}
	.miraiNavList_txt-person {}
	.miraiNavList_txt-map {}
	.greatPerson {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.greatPerson_inner {}
	.greatPerson_cells {
		grid-template-columns: repeat(1, 1fr);
		max-width: 360px;
		row-gap: 20px;
		column-gap: 0;
	}
	.greatPerson_cell {}
	.greatPerson_cell:nth-child(n+2) {}
	.greatPerson_cell > a {}
	.personItem {
		min-height: 423px;
	}
	.personItem_inner {}
	.personItem_areaImg {}
	.personItem_image {}
	.personItem_image > img {}
	.personItem_nameKana {}
	.personItem_name {}
	.personItem_areaTxt {}
	.personItem_text {}
	.personItem_years {}
	.person {}
	.person_inner {}
	.person_cols {
		margin-bottom: 19px;
		margin-top: 28px;
	}
	.person_col {}
	.person_col-img {
		max-width: 120px;
		margin-bottom: 36px;
	}
	.person_image {}
	.person_image > img {}
	.person_col-txt {}
	.person_nameKana {
		font-size: 14px;
	}
	.person_name {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.person_message {
		font-size: 18px;
		margin-bottom: 11px;
	}
	.person_years {}
	.person_areaTxt {
		margin-top: 33px;
	}
	.person_title {}
	.person_text {
		font-weight: normal;
	}
	.personSlide {
		margin-left: -20px;
		margin-right: -20px;
		max-width: none;
	}
	.personSlide_item {}
	.personSlide_image {}
	.personSlide_image > img {}
	.personSlide_image > figcaption {
		font-size: 15px;
		padding: 7px 20px;
		position: relative;
		width: auto;
		min-height: 59px;
	}
	.person_tblWrap {}
	.person_table {
		display: block;
		border-collapse: collapse;
		line-height: 1.5;
	}
	.person_table > tbody {
		display: block;
	}
	.person_table > tbody > tr {
		display: block;
		margin-bottom: 24px;
	}
	.person_table > tbody > tr:first-child {}
	.person_table > tbody > tr:last-child {
		margin-bottom: 0;
	}
	.person_table > tbody > tr > th {
		display: block;
		border-radius: 0;
		width: auto;
		padding: 10px 20px;
	}
	.person_table > tbody > tr > td {
		padding: 16px 20px;
		border-radius: 0;
		display: block;
	}
	.person_table > tbody > tr > td > a {}
	.person_mapLink {}
	.person_mapLink > a {}
	.person_backLink {}
	.person_backLink > a {}
	.person_backLink > a > .icon {}
	.person_table > tbody > tr > td a[target="_blank"]::after {}
	.personMap {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.personMap_inner {}
	.personMap_place {
		padding-bottom: 169.85%;
	}
	.personMap_place > iframe {}
	.greatNav {
		padding-top: 30px;
		padding-bottom: 40px;
		margin-bottom: 39px;
	}
	.greatNav_inner {}
	.greatNav_title {
		display: none;
	}
	.greatNav_list {
		display: block;
		max-width: 410px;
		margin: 0 auto;
	}
	.greatNav_list > li {}
	.greatNav_list > li:nth-child(n+2) {
		margin-top: 16px;
	}
	.greatNav_list > li > a {
		min-height: 135px;
	}
	.greatNav_bg {}
	.greatNav_bg > img {
		border-radius: 5px;
	}
	.greatNav_areaTxt {}
	.greatNav_headline {
		font-size: 24px;
		text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	}
	.greatNav_text {
		font-size: 13px;
		text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	}
	.topEntry {}
	.topEntry_inner {}
	.topEntry_cols {}
	.topEntry_col {}
	.topEntry_col-news {}
	.topEntry_title {}
	.topEntry_link {
		margin-top: 17px;
	}
	.topEntry_link > a {}
	.topEntry_link > a > .icon {}
	.topEntry_col-report {}
	.entryItem-top {}
	.entryItem_update-top {}
	.entryItem_text-top {}
	.memberMap {}
	.memberMap_canvas {
		max-width: none;
	}
	.memberMap_base {}
	.memberMap_base > img {
		width: 100%;
		height: auto;
	}
	.memberMap_marker {}
	.memberMap_btn {
		width: 26px;
		height: 26px;
		font-size: 14px;
	}
	.memberMap_item {}
	.memberMap_item-no01 {
		top: 32.2%;
	}
	.memberMap_item-no02 {
		top: 9.7%;
	}
	.memberMap_item-no03 {
		top: 41.2%;
	}
	.memberMap_item-no04 {
		top: 52.6%;
	}
	.memberMap_item-no05 {
		top: 62.2%;
	}
	.memberMap_item-no06 {
		top: 81.2%;
	}
	.memberMap_item-no07 {
		top: 34.3%;
	}
	.memberMap_item-no08 {
		top: 11.8%;
	}
	.memberMap_item-no09 {
		top: 27.6%;
	}
	.memberMap_item-no10 {
		top: 64.2%;
	}
	.memberMap_item-no11 {
		top: 52.3%;
	}
	.memberMap_item-no12 {
		top: 45.2%;
	}
	.memberMap_item-no13 {
		top: 48.8%;
	}
	.memberMap_item-no14 {
		top: 77.7%;
	}
	.memberMap_item-no15 {
		top: 77%;
	}
	.topMv {}
	.topMv_image {
		width: 56%;
		right: -27px;
		bottom: -50px;
	}
	.topMv_image > img {}
	.topMv_swiper {}
	.topMv_swiper_wrapper {}
	.topMv_swiper_slide {}
	.topMv_areaText {
		margin-top: 0;
		top: 38px;
		transform: none;
	}
	.topMv_areaText_inner {}
	.topMv_title {
		font-size: 28px;
		line-height: 44px;
		white-space: nowrap;
	}
	.topMv_title_strong {
		font-size: 40px;
	}
	.topMv_text {
		font-size: 16px;
		line-height: 1.7;
		padding-left: 0;
		margin-top: 4px;
		width: calc(100% - 160px);
	}
	.topMv_text > br {
		display: none;
	}
	.topMv_areaCaption {
		bottom: 66px;
	}
	.topMv_areaCaption_inner {}
	.topMv_caption {
		font-size: 20px;
	}
	.topMv_areaScroll {}
	.topMv_areaScroll_inner {}
	.topMv_scroll {}
	.topMv_scroll_text {}
	.topMv_scroll_bar {}
	.topMv_scroll_bar_item {}
	.topMv_swiper_image {
		min-height: 496px;
		height: calc(var(--fullVh, 100vh) - 110px);
	}
	.topMv_swiper_image > img {}
	.topMv_swiper_btnWrap {
		bottom: 18px;
	}
	.topMv_swiper_btn {}
	.topMv_swiper_btn-next {}
	.topMv_swiper_btn-prev {}
	.topMv_swiper .topMv_swiper_pager {}
	.topMv_swiper .topMv_swiper_pager .swiper-pagination-bullet {}
	.topMv_swiper .topMv_swiper_pager .swiper-pagination-bullet-active {}
	.topMv_swiper .topMv_swiper_pager .swiper-pagination-bullet::before {}
	.error {}
	.error_title {}
	.error_text {}
	.error_link {
		max-width: none;
	}
	.error_link > a {}
	.personItem_image_inner {}
	.personItem_image_inner > img {}
	.person_contents {
		padding-top: 26px;
		padding-bottom: 40px;
	}
	.person_footer {}
	.person_footer_inner {}
	.personSlide .personSlide_pager {
		margin-top: 0;
	}
	.personSlide .personSlide_pager .swiper-pagination-bullet {}
	.personSlide .personSlide_pager .swiper-pagination-bullet-active {}
	.personSlide .personSlide_pager .swiper-pagination-bullet::before {}
	.personSlide_btn {
		width: 40px;
		height: 40px;
		font-size: 14px;
		transform: none;
		position: static;
	}
	.personSlide_btn > .icon {}
	.personSlide_btn-prev {}
	.personSlide_btn-next {}
	.personSlide_wrapper {}
	.personSlide_info {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 16px;
		column-gap: 10px;
		padding-right: 10px;
		padding-left: 11px;
	}
	.personSlide_image_inner {}
	.personSlide_image_inner > img {}
}
@media screen and (max-width:374px) {}
