@charset "UTF-8";
.header {
	padding-top: 150px;
	margin-bottom: 69px;
	overflow: hidden;
}
.header_inner {
	max-width: 1262px;
}
.header_title {
	width: 1181px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}
.header_title > img {
	display: block;
	transform: translateX(1.1%);
}
.contents {
	overflow: hidden;
}
.intro {
	margin-bottom: 83px;
}
.intro_inner {
	max-width: 970px;
}
.intro_cols {
	display: flex;
	justify-content: space-between;
}
.intro_col {}
.intro_col-ttl {}
.intro_title {
	font-size: 26px;
	font-weight: inherit;
	line-height: 1;
	letter-spacing: 0.05em;
}
.intro_title_pre {
	display: block;
}
.intro_title_image {
	display: block;
	margin: 0px 0 -27px;
	transform: translateX(1.9%);
}
.intro_title_image > img {
	display: block;
}
.intro_title_after {
	display: block;
	text-align: right;
	max-width: 92%;
}
.intro_col-txt {
	padding-top: 57px;
}
.intro_text {
	line-height: 46px;
	margin-bottom: 46px;
}
.intro_text_mark {
	background-image: url(../img/bg-text-intro01.svg);
	background-color: rgba(255, 255, 255, 0);
	color: inherit;
	display: inline-block;
	background-size: 100% 26px;
	background-repeat: no-repeat;
	background-position: center 56%;
	color: var(--color-white);
	padding: 0 6px;
}
.intro_text_mark-no1 {
	margin: 0 0.1em;
}
.intro_text_mark-no2 {
	background-image: url(../img/bg-text-intro02.svg);
}
.intro_text_mark-no3 {
	background-image: url(../img/bg-text-intro03.svg);
}
.about {
	position: relative;
	overflow: hidden;
	margin-bottom: 113px;
	padding-top: 159px;
	padding-bottom: 134px;
}
.about_bg {
	position: absolute;
	fill: var(--color-gray);
	left: 50%;
	min-width: 1921px;
	width: 100%;
	height: 100%;
	transform: translateX(-50%);
	top: 0;
	min-height: 3167px;
	z-index: 0;
}
.about_bg > path {
	white-space: nowrap;
}
.about_bg > patd {}
.about_inner {
	position: relative;
	z-index: 2;
	max-width: 894px;
}
.footer {
	font-size: 12px;
	padding: 50px 0 50px;
}
.footer_inner {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_list {
	list-style: none;
	display: flex;
}
.footer_list > li {
	display: flex;
	align-items: center;
}
.footer_list > li::after {
	content: "｜";
	display: block;
	margin: 0 15px;
}
.footer_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 10px 0;
}
.footer_copyright {}
.privacy {
	font-size: 14px;
	line-height: 1.8;
}
.privacy_inner {
	max-width: 800px;
}
.privacy_overflow {
	border: 1px solid var(--color-gray);
	background-color: var(--color-white);
	max-height: 200px;
	overflow: auto;
	border: none;
	padding-right: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.privacy_title {
	font-size: 17px;
	margin-bottom: 12px;
}
.privacy_title::after {
	content: "";
	display: block;
	height: 2px;
	background: linear-gradient(to right, #086079, #DDDDDD) no-repeat;
	border-radius: 2px;
	margin-top: 2px;
}
.privacy_text {}
.privacy_text > a {
	color: #ef6f78;
}
.privacy_headline {
	font-size: inherit;
	position: relative;
	padding-left: 15px;
	line-height: 1.6;
	margin-top: 13px;
}
.privacy_headline::before {
	content: "";
	display: block;
	width: 8px;
	height: 2px;
	background-color: #086079;
	position: absolute;
	top: 0.8em;
	left: 0;
	transform: translateY(-50%);
}
.privacy_list {
	list-style: none;
}
.privacy_box {
	padding: 25px 25px 0;
	border-radius: 20px;
	border: 1px solid #aaa;
	padding-right: 15px;
}
.privacy_list > li {
	position: relative;
	padding-left: 10px;
}
.privacy_list > li::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background-color: #086079;
	border-radius: 50%;
	position: absolute;
	top: 0.9em;
	left: 0;
	transform: translateY(-50%);
}
.about_title {
	font-size: 28px;
	display: flex;
	justify-content: center;
	line-height: 68px;
	margin-bottom: 38px;
}
.about_title_text {
	background-image: url(../img/bg-ttl-about.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	min-width: 348px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	text-indent: .1em;
}
.about_text {
	text-align: center;
	margin-bottom: 110px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
.panel {
	padding: 20px 20px;
	position: relative;
	display: none;
}
.panel::before {
	content: "";
	background-color: var(--color-red);
	border: 2px solid var(--color-text);
	border-radius: 63px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 1;
}
.panel.isShow {
	display: block;
}
.panel_inner {
	padding: 68px 30px 82px;
	position: relative;
}
.panel_inner::before {
	content: "";
	background-color: var(--color-white);
	border-radius: 47px;
	border: 2px solid var(--color-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 3;
}
.panel_body {
	max-width: 690px;
	margin: 0 auto;
	min-height: 331px;
	position: relative;
	z-index: 4;
}
.tabNav {
	margin-bottom: -2px;
}
.tabNav_list {
	list-style: none;
	display: flex;
	column-gap: 46px;
	height: 60px;
	align-items: flex-end;
}
.tabNav_list > li {
	width: 273px;
}
.tabNav_list_btn {
	display: block;
	position: relative;
	height: 50px;
	border: 2px solid var(--color-text);
	background-color: var(--color-white);
	width: 100%;
	box-sizing: border-box;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font-size: 20px;
	position: relative;
	z-index: 0;
}
.tabNav_list_btn[aria-selected="true"] {
	background-color: var(--color-red);
	color: var(--color-white);
	z-index: 2;
	border-bottom-color: var(--color-red);
	pointer-events: none;
}
.tabNav_list_btn-wakamono {
	border-top-left-radius: 30px;
}
.tabNav_list_btn-wakamono::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	height: 100px;
	border-left: 2px solid var(--color-text);
	background-color: var(--color-white);
	width: 50%;
	left: -2px;
	top: 30px;
}
.tabNav_list_btn-wakamono[aria-selected="true"]::before {
	background-color: var(--color-red);
}
.tabNav_list_btn_corner {
	display: block;
	stroke: var(--color-text);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2px;
	fill: var(--color-white);
	width: 30px;
	height: 20px;
	position: absolute;
	bottom: -2px;
	transform: translateY(0);
}
.tabNav_list_btn[aria-selected="true"] .tabNav_list_btn_corner {
	fill: var(--color-red);
}
.tabNav_list_btn_corner-left {
	right: 100%;
}
.tabNav_list_btn-partner {}
.tabNav_list_btn_corner-right {
	left: 100%;
}
.tabNav_list_btn_text {
	display: block;
	position: relative;
	z-index: 2;
}
.point {
	max-width: 646px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 104px;
}
.point_cols {
	display: flex;
	margin-bottom: 33px;
	align-items: center;
}
.point_col {}
.point_col-ttl {
	margin-right: 34px;
}
.point_title {}
.point_title > img {
	display: block;
}
.point_col-txt {
	padding-top: 9px;
}
.point_text {
	font-size: 15px;
	line-height: 1.8;
}
.point_list {
	list-style: none;
	display: flex;
}
.point_list > li {
	width: 30%;
	margin-left: 5%;
}
.point_list > li:first-child {
	margin-left: 0;
}
.point_fig {
	border: 2px solid var(--color-text);
	border-radius: 30px;
	box-sizing: border-box;
	padding: 22px 10px 17px;
	height: 100%;
	box-sizing: border-box;
}
.point_fig > img {
	display: block;
	width: 156px;
	margin: 0 auto;
}
.point_fig > figcaption {
	line-height: 1.3;
	text-align: center;
	min-height: 2.6em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 19px;
}
.activity {
	margin-bottom: 48px;
}
.activity_title {
	margin-bottom: 11px;
}
.activity_text {
	margin-top: 2px;
	letter-spacing: .1em;
}
.activity_image {
	margin-top: 28px;
	border-radius: 35px;
	overflow: hidden;
}
.activity_image > a {
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.activity_image > a:hover {
	opacity: .7;
}
.activity_image > a > img {
	display: block;
	width: 100%;
	height: auto;
}
/* .activity_image > a > img:last-child {
	display: none;
} */
.activity_image > img {
	display: block;
	width: 100%;
	height: auto;
}
.activity_link {
	max-width: 222px;
	margin: 35px auto 0;
}
.activity_link > a {}
.member {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 69px;
}
.member_title {
	margin-bottom: 42px;
}
.member_list {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 3%;
}
.member_list > li {
	text-align: center;
	width: 22%;
	margin-bottom: 32px;
}
.member_image {}
.member_image > img {
	display: block;
	border-radius: 50%;
}
.member_status {
	font-size: 10px;
	margin-top: 18px;
	line-height: 1.6;
}
.member_name {
	line-height: 1.3;
	margin-top: 0px;
}
.member_link {
	max-width: 250px;
	margin: 31px auto 0;
}
.member_link > a {}
.contact {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}
.contact_title {
	margin-bottom: 20px;
}
.contact_cols {
	display: flex;
	justify-content: space-between;
	max-width: 610px;
}
.contact_col {}
.contact_col-txt {}
.contact_headline {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: .1em;
	margin-bottom: 8px;
}
.contact_text {
	font-size: 14px;
}
.contact_col-logo {}
.contact_image {}
.contact_image > img {
	display: block;
}
.contact_link {
	max-width: 223px;
	margin: 26px auto 0;
}
.contact_link > a {}
.about_deco {
	position: absolute;
	z-index: 1;
	width: 2077px;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.about_deco > img {
	display: block;
}
@media screen and (min-width:1000px) and (hover:hover) {
	.member_link > a:hover {}
	.contact_link > a:hover {}
	.activity_link > a:hover {}
	.footer_list > li > a:hover {
		text-decoration: underline;
	}
	.privacy_text > a:hover {}
	.tabNav_list_btn:hover {
		height: 60px;
	}
}
@media screen and (max-width:999px) {
	.header {
		padding-top: 80px;
	}
	.header_inner {}
	.header_title {
		width: 930px;
	}
	.header_title > img {}
	.contents {}
	.intro {}
	.intro_inner {}
	.intro_cols {
		display: block;
	}
	.intro_col {}
	.intro_col-ttl {
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	}
	.intro_title {}
	.intro_title_pre {}
	.intro_title_image {}
	.intro_title_image > img {}
	.intro_title_after {}
	.intro_col-txt {
		text-align: center;
	}
	.intro_text {}
	.intro_text_mark {}
	.intro_text_mark-no1 {}
	.intro_text_mark-no2 {}
	.intro_text_mark-no3 {}
	.about {}
	.about_bg {}
	.about_bg > path {}
	.about_bg > patd {}
	.about_inner {}
	.footer {}
	.footer_inner {}
	.footer_list {}
	.footer_list > li {}
	.footer_list > li::after {}
	.footer_list > li > a {}
	.footer_copyright {}
	.privacy {}
	.privacy_inner {}
	.privacy_overflow {}
	.privacy_title {}
	.privacy_title::after {}
	.privacy_text {}
	.privacy_text > a {}
	.privacy_headline {}
	.privacy_headline::before {}
	.privacy_list {}
	.privacy_box {}
	.privacy_list > li {}
	.privacy_list > li::before {}
	.about_title {}
	.about_title_text {}
	.about_text {}
	.panel {}
	.panel::before {}
	.panel.isShow {}
	.panel_inner {}
	.panel_inner::before {}
	.panel_body {}
	.tabNav {}
	.tabNav_list {}
	.tabNav_list > li {}
	.tabNav_list_btn {}
	.tabNav_list_btn[aria-selected="true"] {}
	.tabNav_list_btn-wakamono {}
	.tabNav_list_btn-wakamono::before {}
	.tabNav_list_btn-wakamono[aria-selected="true"]::before {}
	.tabNav_list_btn_corner {}
	.tabNav_list_btn[aria-selected="true"] .tabNav_list_btn_corner {}
	.tabNav_list_btn_corner-left {}
	.tabNav_list_btn-partner {}
	.tabNav_list_btn_corner-right {}
	.tabNav_list_btn_text {}
	.point {}
	.point_cols {}
	.point_col {}
	.point_col-ttl {}
	.point_title {}
	.point_title > img {}
	.point_col-txt {}
	.point_text {}
	.point_list {}
	.point_list > li {
		width: 32%;
		margin-left: 2%;
		border-radius: 20px;
	}
	.point_list > li:first-child {}
	.point_fig {}
	.point_fig > img {}
	.point_fig > figcaption {}
	.activity {}
	.activity_title {}
	.activity_text {}
	.activity_image {}
	.activity_image > img {}
	.activity_link {}
	.activity_link > a {}
	.member {}
	.member_title {}
	.member_list {}
	.member_list > li {
		width: 31%;
		margin-left: 3.5%;
	}
	.member_list > li:nth-child(3n+1) {}
	.member_list > li:nth-child(n+4) {}
	.member_image {}
	.member_image > img {}
	.member_status {}
	.member_name {}
	.member_link {}
	.member_link > a {}
	.contact {}
	.contact_title {}
	.contact_cols {}
	.contact_col {}
	.contact_col-txt {}
	.contact_headline {}
	.contact_text {}
	.contact_col-logo {}
	.contact_image {}
	.contact_image > img {}
	.contact_link {}
	.contact_link > a {}
	.about_deco {}
	.about_deco > img {}
}
@media screen and (max-width: 767px) {
	.header {
		padding-top: 50px;
		margin-bottom: 65px;
	}
	.header_inner {}
	.header_title {
		width: 460px;
	}
	.header_title > img {}
	.contents {}
	.intro {
		margin-bottom: 23px;
	}
	.intro_inner {}
	.intro_cols {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.intro_col {}
	.intro_col-ttl {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.intro_title {
		font-size: 18px;
		max-width: 278px;
		margin-left: auto;
		margin-right: auto;
	}
	.intro_title_pre {}
	.intro_title_image {
		max-width: 240px;
		transform: translateX(4.6%);
		margin: -6px 0 -24px;
	}
	.intro_title_image > img {}
	.intro_title_after {}
	.intro_col-txt {
		text-align: left;
		padding: 0;
		margin-top: 80px;
	}
	.intro_text {
		line-height: 30px;
		margin-bottom: 31px;
	}
	.intro_text_mark {}
	.intro_text_mark-no1 {}
	.intro_text_mark-no2 {}
	.intro_text_mark-no3 {}
	.about {
		padding-top: 84px;
		padding-bottom: 60px;
		margin-bottom: 60px;
	}
	.about::before {
		content: "";
		position: absolute;
		top: 300px;
		left: 0;
		width: 100%;
		height: calc(100% - 300px);
		background-color: var(--color-gray);
	}
	.about_bg {
		min-width: 400px;
		height: 740px;
		min-height: 0;
	}
	.about_bg > path {}
	.about_bg > patd {}
	.about_inner {}
	.footer {}
	.footer_inner {
		display: block;
	}
	.footer_list {
		justify-content: center;
		flex-wrap: wrap;
	}
	.footer_list > li {}
	.footer_list > li::after {
		margin: 0 8px;
	}
	.footer_list > li:last-child::after {
		display: none;
	}
	.footer_list > li > a {}
	.footer_copyright {
		text-align: center;
		font-size: 10px;
		opacity: 0.6;
		margin-top: 11px;
	}
	.privacy {}
	.privacy_inner {}
	.privacy_overflow {}
	.privacy_title {}
	.privacy_title::after {}
	.privacy_text {}
	.privacy_text > a {}
	.privacy_headline {}
	.privacy_headline::before {}
	.privacy_list {}
	.privacy_box {
		border-radius: 13px;
		padding: 15px 15px 0;
	}
	.privacy_list > li {}
	.privacy_list > li::before {}
	.about_title {
		font-size: 17px;
		line-height: 39px;
		margin-bottom: 24px;
	}
	.about_title_text {
		min-width: 220px;
	}
	.about_text {
		font-feature-settings: "palt";
		margin-bottom: 36px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.panel {
		padding: 7px 7px;
	}
	.panel::before {
		border-radius: 26px;
	}
	.panel.isShow {}
	.panel_inner {
		padding: 40px 20px 20px;
	}
	.panel_inner::before {
		border-radius: 22px;
	}
	.panel_body {}
	.tabNav {}
	.tabNav_list {
		height: 50px;
		column-gap: 16px;
	}
	.tabNav_list > li {
		min-width: 100px;
		width: auto;
	}
	.tabNav_list_btn {
		font-size: 15px;
		height: 50px;
		padding: 0 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.tabNav_list_btn[aria-selected="true"] {}
	.tabNav_list_btn-wakamono {}
	.tabNav_list_btn-wakamono::before {}
	.tabNav_list_btn-wakamono[aria-selected="true"]::before {}
	.tabNav_list_btn_corner {}
	.tabNav_list_btn[aria-selected="true"] .tabNav_list_btn_corner {}
	.tabNav_list_btn_corner-left {}
	.tabNav_list_btn-partner {}
	.tabNav_list_btn_corner-right {}
	.tabNav_list_btn_text {}
	.point {
		margin-left: -5px;
		margin-right: -5px;
		margin-bottom: 70px;
	}
	.point_cols {
		flex-direction: column;
		align-items: center;
		margin-bottom: 18px;
	}
	.point_col {}
	.point_col-ttl {
		max-width: 240px;
		margin-bottom: 20px;
		width: 100%;
	}
	.point_title {}
	.point_title > img {}
	.point_col-txt {
		padding: 0;
	}
	.point_text {}
	.point_list {
		flex-wrap: wrap;
		row-gap: 3px;
		max-width: 330px;
		margin: 0 auto;
	}
	.point_list > li {
		width: 48%;
		margin-left: 4px;
	}
	.point_list > li:nth-child(2) {
		margin-left: 0;
	}
	.point_list > li:first-child {
		width: 100%;
	}
	.point_fig {
		max-width: 154px;
		margin: 0 auto;
		border-radius: 70px;
	}
	.point_fig > img {
		width: 110px;
	}
	.point_fig > figcaption {
		margin-top: -1px;
	}
	.activity {
		margin-bottom: 60px;
	}
	.activity_title {
		margin-bottom: 11px;
	}
	.activity_text {}
	.activity_image {
		margin-top: 16px;
		border-radius: 16px;
	}
	.activity_image > a > img:first-child {
		display: none;
	}
	.activity_image > a > img:last-child {
		display: block;
	}
	.activity_image > img {}
	.activity_link {
		margin-top: 31px;
		max-width: 180px;
	}
	.activity_link > a {}
	.member {}
	.member_title {
		font-size: 18px;
		margin-bottom: 20px;
		line-height: 1.4;
	}
	.member_list {
		max-width: 285px;
		margin: 0 auto;
		gap: 0;
	}
	.member_list > li {
		width: 47%;
		margin-left: 6%;
	}
	.member_list > li:nth-child(3n+1) {
		margin-left: 6%;
	}
	.member_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.member_list > li:nth-child(n+3) {
		margin-top: 28px;
	}
	.member_image {}
	.member_image > img {}
	.member_status {
		font-size: 10px;
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 10px;
	}
	.member_name {
		font-size: 14px;
	}
	.member_link {}
	.member_link > a {}
	.contact {}
	.contact_title {
		font-size: 18px;
		margin-bottom: 20px;
		line-height: 1.4;
	}
	.contact_cols {
		flex-direction: column-reverse;
	}
	.contact_col {}
	.contact_col-txt {}
	.contact_headline {}
	.contact_text {}
	.contact_col-logo {
		max-width: 90px;
		margin: 0 auto 20px;
	}
	.contact_image {}
	.contact_image > img {}
	.contact_link {}
	.contact_link > a {}
	.about_deco {}
	.about_deco > img {}
}
@media screen and (max-width:374px) {
	.tabNav_list_btn {
		font-size: 13px;
		padding: 0 7px;
	}
	.tabNav_list > li {
		min-width: 70px;
	}
	.panel::before {
		border-radius: 14px;
	}
	.panel_inner::before {
		border-radius: 15px;
	}
	.point_cols {
		display: block;
	}
}
