@charset "UTF-8";

.-pc {}
.-sp {
	display: none;
}

.gHeaderWrap {
	height: 0;
}

.gHeader {
	background-color: transparent;
}

.isFixed .gHeader {
	background-color: rgba(255, 255, 255, 0.8);
}

.gBody {
}

.sidebnr {
	margin-top: 30px;
	list-style-type: none;
	text-align: center;
}

.sidebnr> li {
	margin-top: 10px;
}

.sidebnr> li:first-child {
	margin-top: 0;
}

.sidebnr> li a {
	display: inline-block;
	transition: opacity .3s;
}

.sidebnr> li a:hover {
	opacity: 0.7;
}

.visual {
	position: relative;
	z-index: 1;	/*overflow: hidden;*/
	margin-bottom: 66px;
}

.visual_inner {
	height: 685px;
	display: flex;
	align-items: center;
	max-width: 1149px;
}

.visual_areaText {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	transition-duration: .7s;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	position: absolute;
	top: 30%;
}

.isLoaded .visual_areaText {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.visual_title {
	font-style: italic;
	font-size: 40px;
	color: #ea593d;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-bottom: 10px;
}

.visual_headline {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.13em;
	margin-top: 18px;
	padding-left: 1em;
}

.visual_text {
	font-size: 45px;
	letter-spacing: 0.09em;
	line-height: 1.44;
	font-weight: 600;
}

.visual_text > b {
	color: #ea593d;
	font-weight: inherit;
}

.visual_links {
	position: relative;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	transition-duration: .7s;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	transition-delay: .5s;
	z-index: 20;
}

.isLoaded .visual_links {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.visual_links_cnt {
	width: 50%;
	max-width: 800px;
	position: absolute;
	left: 0;
	bottom: -25px;
	z-index: 10;
}

.visual_subhead {
	font-size: 20px;
	font-weight: 500;
	color: #FFF;
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 10px;
	padding: 10px 5% 10px 5%;
	text-decoration: none;
}

.visual_subhead:before {
	content: "\e908";
	font-family: icomoon;
	font-size: 30px;
	margin: 0 1em;
}

.visual_subhead:after {
	content: "\e907";
	font-family: icomoon;
	font-size: 10px;
	color: #f0e54d;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}

.visual_subhead.-item01 {
	background-color: #52A9D6;
}

.visual_subhead.-item02 {
	background: #ea593d;
}

.visual_subhead.-item03 {
	background-color: #4D933C;
}

.visual_subhead.-current {
	padding-left: 0;
}

.visual_subhead > small {
	display: block;
	position: relative;
	z-index: 2;
	margin-right: 1.3em;
	font-size: 18px;
	font-weight: inherit;
}

.visual_subhead > b {
	display: block;
	font-size: 24px;
	font-weight: inherit;
	position: relative;
	z-index: 2;
}

.visual_slide {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	height: calc(100% - 35px);
	width: calc(50% + 300px);
}

.visual_image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	transition-duration: 1.5s;
	transition-property: opacity;
}

.visual_image.isCurrent {
	opacity: 1;
}

.visual_image > img {
	display: none;
}

.events {
	margin-bottom: 106px;
}

.events_inner {
}

.events_title {
}

.events_title > b {
}

.events_title > small {
}

.events_tabList {
	list-style: none;
	display: flex;
}

.events_tabList > li {
	flex-grow: 1;
	width: 14%;
	margin-left: 6px;
}

.events_tabList > li:first-child {
	margin-left: 0;
}

.events_tabList > li:last-child {
}

.events_tabList > li:nth-child(2n+1) {
}

.events_tabList > li:nth-child(n+3) {
}

.events_tabList > li > button {
	display: block;
	border: 1px solid #ea593d;
	height: 40px;
	width: 100%;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: background-color, color, border-coor, -webkit-transform;
	transition-property: background-color, color, border-coor, transform;
	transition-property: background-color, color, border-coor, transform, -webkit-transform;
	padding: 0 4px;
	box-sizing: border-box;
	line-height: 1;
	font-size: 14px;
	letter-spacing: -.05em;
}

.events_tabList > li > button[data-slug="young"] {
	border-color: #175eb4;
}

.events_tabList > li > button[data-slug="mothers"] {
	border-color: #e46ab4;
}

.events_tabList > li > button[data-slug="senior"] {
	border-color: #2c962c;
}

.events_tabList > li > button[data-slug="pro"] {
	border-color: #29b9be;
}

.events_tabList > li > button[data-slug="intern"] {
	border-color: #b9c80c;
}

.events_tabList > li > button[data-slug="news"] {
	border-color: #999999;
}

.events_tabList > li > button::before {
	content: "";
}

.events_tabList > li > button::after {
	content: "";
	border: 10px solid #ea593d;
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	margin: auto;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-width: 0;
	bottom: -10px;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}

.events_tabList > li > button[data-slug="young"]::after {
	border-top-color: #175eb4;
}

.events_tabList > li > button[data-slug="mothers"]::after {
	border-top-color: #e46ab4;
}

.events_tabList > li > button[data-slug="senior"]::after {
	border-top-color: #2c962c;
}

.events_tabList > li > button[data-slug="pro"]::after {
	border-top-color: #29b9be;
}

.events_tabList > li > button[data-slug="intern"]::after {
	border-top-color: #b9c80c;
}

.events_tabList > li > button.isCurrent {
	background-color: #ea593d;
	color: #fff;
	border-color: transparent;
}

.events_tabList > li > button[data-slug="young"].isCurrent {
	background-color: #175eb4;
}

.events_tabList > li > button[data-slug="mothers"].isCurrent {
	background-color: #e46ab4;
}

.events_tabList > li > button[data-slug="senior"].isCurrent {
	background-color: #2c962c;
}

.events_tabList > li > button[data-slug="pro"].isCurrent {
	background-color: #29b9be;
}

.events_tabList > li > button[data-slug="intern"].isCurrent {
	background-color: #b9c80c;
}

.events_tabList > li > button.isCurrent::after {
	opacity: 1;
}

.events_list {
	list-style: none;
	margin-top: 16px;
	border-bottom: 1px solid #ccc;
}

.events_listWrap {
	display: none;
}

.events_listWrap.isCurrent {
	display: block;
}

.events_list > li {
}

.events_list > li:first-child {
}

.events_list > li:last-child {
}

.events_list > li:nth-child(2n+1) {
}

.events_list > li:nth-child(n+3) {
}

.events_list > li > a {
	text-decoration: none;
	color: inherit;
	border-top: 1px solid #ccc;
	padding: 21px 10px;
	display: flex;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
	line-height: 1.4;
}

.events_list > li > a::before {
	content: "";
}

.events_list > li > a::after {
	content: "";
}

.events_update {
	white-space: nowrap;
	margin-right: 12px;
}

.events_update > time {
}

.events_cList {
	list-style: none;
	font-size: 13px;
	margin-right: 15px;
}

.events_cList > li {
	margin: 4px auto 0;
	background-color: #29b9be;
	color: #fff;
	display: flex;
	height: 21px;
	align-items: center;
	line-height: 1;
	padding: 0 10px;
	min-width: 130px;
	box-sizing: border-box;
	text-align: center;
	justify-content: center;
}

.events_cList > li[data-slug="young"] {
	background-color: #175eb4;
}

.events_cList > li[data-slug="mothers"] {
	background-color: #e46ab4;
}

.events_cList > li[data-slug="senior"] {
	background-color: #2c962c;
}

.events_cList > li[data-slug="pro"] {
	background-color: #29b9be;
}

.events_cList > li[data-slug="intern"] {
	background-color: #b9c80c;
}

.events_cList > li[data-slug="news"] {
	background-color: #ea593d;
}

.events_tabList > li > button.isCurrent::after {
	opacity: 1;
}

.events_cList > li:first-child {
	margin-top: 0;
}

.events_cList > li:last-child {
}

.events_cList > li:nth-child(2n+1) {
}

.events_cList > li:nth-child(n+3) {
}

.events_text {
}

.support {
	margin-bottom: 90px;
}

.support_inner {
	max-width: 1300px;
}

.support_title {
}

.support_title > b {
}

.support_title > small {
}

.support_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.support_list > li {
	width: 32.4%;
	max-width: 420px;
}

.support_list > li:first-child {
}

.support_list > li:last-child {
}

.support_list > li:nth-child(n+4) {
	/*margin-top: 65px;*/
}

/*.support_list > li:nth-child(1) {
	width: 49.4%;
	max-width: 640px;
}
.support_list > li:nth-child(2) {
	width: 49.4%;
	max-width: 640px;
}*/
.support_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.support_list > li > a::before {
	content: "";
}

.support_list > li > a::after {
	content: "";
}

.support_areaText {
	padding: 19px 19px 10px;
	position: relative;
	z-index: 2;
}

.support_icon {
	position: absolute;
	z-index: 1;
	top: -43px;
	right: 0;
}

.support_icon > img {
	display: block;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	max-width: 100%;
	height: auto;
}

.support_image {
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 300px;
}

.support_image::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	border: 4px solid #165eb4;
	box-sizing: border-box;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}

.support_image-no1::after {
	border-color: #165eb4;
}

.support_image-no2::after {
	border-color: #e46ab4;
}

.support_image-no3::after {
	border-color: #2b962c;
}

.support_image-no4::after {
	border-color: #28b9be;
}

.support_image-no5::after {
	border-color: #b9c80d;
}

.support_image > img {
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	max-width: 100%;
	height: auto;
	display: none;
}

.support_category {
	width: 136px;
	height: 33px;
	border: 1px solid #ea593d;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ea593d;
}

.support_category-no1 {
}

.support_headline {
	line-height: 1.3;
	margin: 10px 0 12px;
}

.support_headline > b {
	display: block;
	font-size: 22px;
	font-weight: 500;
}

.support_headline > small {
	font-size: 15px;
	font-weight: 500;
	margin-top: 7px;
	display: block;
}

.support_text {
}

.support_category-no2 {
	color: #0068b7;
	border-color: #0068b7;
}

.support_category-no3 {
	color: #22ac38;
	border-color: #22ac38;
}

.regist {
	padding: 62px 0 70px;
	margin-bottom: 100px;
}

.regist_inner {
}

.regist_title {
	margin-bottom: 27px;
}

.regist_title > img {
	display: block;
	width: 108px;
	height: 33px;
	margin: 0 auto;
}

.regist_title > b {
	display: block;
	font-weight: 500;
	text-align: center;
	font-size: 18px;
	margin-top: 23px;
}

.regist_inputWrap {
}

.regist_inputWrap > input {
}

.regist_inputWrap > button {
	display: block;
}

.regist_inputWrap > button::before {
	content: "";
}

.regist_inputWrap > button::after {
	content: "";
}

.news {
	margin-bottom: 102px;
}

.news_inner {
}

.news_title {
}

.news_title > b {
}

.news_title > small {
}

.news_list {
	list-style: none;
	border-bottom: 1px solid #ccc;
}

.news_list > li {
}

.news_list > li:first-child {
}

.news_list > li:last-child {
}

.news_list > li:nth-child(2n+1) {
}

.news_list > li:nth-child(n+3) {
}

.news_list > li > a {
	text-decoration: none;
	color: inherit;
	border-top: 1px solid #ccc;
	padding: 20px 10px;
	display: flex;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
	line-height: 1.4;
}

.news_list > li > a::before {
	content: "";
}

.news_list > li > a::after {
	content: "";
}

.news_list > li > a > time {
	display: block;
	white-space: nowrap;
	margin-right: 2em;
}

.news_list > li > a > b {
	font-weight: normal;
	display: block;
}

.homeBnr {
	padding: 69px 0 63px;
}

.homeBnr_inner {
	max-width: 910px;
}

.homeBnr_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	gap: 10px 20px;

}

.homeBnr_list > li {
	width: 23%;
	max-width: 284px;
	/* margin-left: 2%; */
}

.homeBnr_list > li:first-child {
	/* margin-left: 0 !important; */
}

.homeBnr_list > li:last-child {
	/* margin-right: auto; */
}

.homeBnr_list > li:nth-child(5n+1) {
	/* margin-left: 0; */
}

.homeBnr_list > li:nth-child(n+6) {
	/* margin-top: 15px; */
}

.homeBnr_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 5px 8px rgba(9, 0, 0, 0.11);
	background: #fff;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.homeBnr_list > li > a::before {
	content: "";
}

.homeBnr_list > li > a::after {
	content: "";
}

.homeBnr_list > li > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}

.homeBnr_cols {
	display: flex;
	justify-content: space-between;
}

.homeBnr_col {
}

.homeBnr_col-no1 {
	width: 590px;
}

.homeBnr_col-no2 {
	width: 300px;
	min-width: 300px;
	margin-left: 25px;
	overflow: hidden;
}

.support_stList {
	color: #175eb4;
	list-style: none;	/*display: flex;
			justify-content: space-between;
			margin-top: 20px;*/
}

.support_stList.-senior {
	color: #4D933C;
}

.support_stList > li {
	height: 40px;
	display: flex;
	align-items: center;
	border: 1px solid #175eb4;
	box-sizing: border-box;
	padding: 0 5px;
	justify-content: center;
	font-weight: 500;	/*width: 49%;*/
	width: 100%;
	line-height: 1.2;
	margin-top: 10px;
}

.support_stList.-senior > li {
	border: 1px solid #4D933C;
}

.support_stList > li > a {
	color: inherit;
	font-size: 14px;
	text-decoration: none;
}

.support_stList > li:first-child {
	margin-top: 0;
}

.support_stList > li:last-child {
}

.support_stList > li:nth-child(2n+1) {
}

.support_stList > li:nth-child(n+3) {
}

.events_link {
	max-width: 180px;
	margin: 20px auto 0;
}

.events_link > a {
	text-decoration: none;
	height: 37px;
	color: #fff;
	background-color: #EA593D;
	border-color: #EA593D;
	border-radius: 40px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-width: 1px;
}

.events_link > a[data-slug="young"] {
	background-color: #175eb4;
	border-color: #175eb4;
}

.events_link > a[data-slug="mothers"] {
	background-color: #e46ab4;
	border-color: #e46ab4;
}

.events_link > a[data-slug="senior"] {
	background-color: #2c962c;
	border-color: #2c962c;
}

.events_link > a[data-slug="pro"] {
	background-color: #29b9be;
	border-color: #29b9be;
}

.events_link > a[data-slug="intern"] {
	background-color: #b9c80c;
	border-color: #b9c80c;
}

.events_link > a[data-slug="news"] {
	background-color: #999999;
	border-color: #999999;
}

.events_link > a::before {
	content: "";
}

.events_link > a::after {
	content: "";
}

.events_tagList {
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;	/*justify-content: center;*/
	margin-top: 19px;
}

.events_tagList > li {
	display: flex;
	align-items: center;
}

.events_tagList > li::before {
	content: "｜";
	margin: 0 2px;
}

.events_tagList > li:first-child::before {
	display: none;
}

.events_tagList > li:first-child {
}

.events_tagList > li:last-child {
}

.events_tagList > li:nth-child(2n+1) {
}

.events_tagList > li:nth-child(n+3) {
}


.events_tagList > li:nth-child(6n) {
	/*display: none;*/
}

.events_tagList > li > a {
	display: block;
	text-decoration: none;	/*font-size: 93.3%;*/
	font-size: 86%;
}

.events_tagList > li > a::before {
	content: "";
}

.events_tagList > li > a::after {
	content: "";
}

@media screen and (min-width:1400px) {
	.visual_inner {
		height: 48.9vw;
		max-width: 74vw;
	}

	.visual_title {
		font-size: 2.86vw;
	}

	.visual_text {
		font-size: 3.21vw;
	}

	.visual_headline {
		font-size: 1.14vw;
	}

}

@media screen and (max-width:1149px) {
	.visual_slide {
		width: calc(100% - 270px);
	}

	.support_icon {
		width: 95px;
		top: -36px;
	}

}

@media screen and (min-width:1000px) {
	.events_tagList > li > a:hover {
		text-decoration: underline;
	}

	.events_link > a:hover {
		color: #EA593D;
	}

	.events_tabList > li > button:hover {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	.events_list > li > a:hover {
		background-color: #f8f8f8;
	}

	.support_list > li > a:hover {
	}

	a:hover .support_icon > img {
	}

	a:hover .support_image::after {
		opacity: 1;
	}

	a:hover .support_image > img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	.regist_inputWrap > button:hover {
	}

	.news_list > li > a:hover {
		background-color: #f8f8f8;
	}

	.homeBnr_list > li > a:hover > img {
	}

	.homeBnr_list > li > a:hover {
		-webkit-transform: scale(1.04);
		transform: scale(1.04);
	}

	.support_stList > li > a:hover {
		text-decoration: underline;
	}

	.events_link > a[data-slug="young"]:hover {
		background-color: #fff;
		color: #175eb4;
	}

	.events_link > a[data-slug="mothers"]:hover {
		background-color: #fff;
		color: #e46ab4;
	}

	.events_link > a[data-slug="senior"]:hover {
		background-color: #fff;
		color: #2c962c;
	}

	.events_link > a[data-slug="pro"]:hover {
		background-color: #fff;
		color: #29b9be;
	}

	.events_link > a[data-slug="intern"]:hover {
		background-color: #fff;
		color: #b9c80c;
	}

	.events_link > a[data-slug="news"]:hover {
		background-color: #fff;
		color: #999999;
	}

}

@media screen and (max-width:999px) {
	.gHeaderWrap {
	}

	.gHeader {
	}

	.isFixed .gHeader {
	}

	.gBody {
	}

	.visual {
	}

	.visual_inner {
		height: 68.5vw;
	}

	.visual_areaText {
	}

	.isLoaded .visual_areaText {
	}

	.visual_title {
		font-size: 4.44vw;
	}

	.visual_headline {
		font-size: 1.6vw;
	}

	.visual_text {
		font-size: 5vw;
	}

	.visual_subhead {
	}

	.visual_links {
	}

	.isLoaded .visual_links {
	}

	.visual_links_cnt {
		width: 75%;
	}

	.visual_subhead {
		padding: 0px 0px 0px 2%;
	}

	.visual_subhead:after {
	}

	.visual_subhead > small {
		font-size: 15px;
		margin-right: 1em;
	}

	.visual_subhead > b {
		font-size: 20px;
	}

	.visual_slide {
		width: 69vw;
	}

	.visual_image {
	}

	.visual_image.isCurrent {
	}

	.visual_image > img {
	}

	.events {
	}

	.events_inner {
	}

	.events_title {
	}

	.events_title > b {
	}

	.events_title > small {
	}

	.events_tabList {
	}

	.events_tabList > li {
		width: auto;
	}

	.events_tabList > li:first-child {
	}

	.events_tabList > li:last-child {
	}

	.events_tabList > li:nth-child(2n+1) {
	}

	.events_tabList > li:nth-child(n+3) {
	}

	.events_tabList > li > button {
	}

	.events_tabList > li > button[data-slug="young"] {
	}

	.events_tabList > li > button[data-slug="mothers"] {
	}

	.events_tabList > li > button[data-slug="senior"] {
	}

	.events_tabList > li > button[data-slug="pro"] {
	}

	.events_tabList > li > button[data-slug="intern"] {
	}

	.events_tabList > li > button::before {
	}

	.events_tabList > li > button::after {
	}

	.events_tabList > li > button[data-slug="young"]::after {
	}

	.events_tabList > li > button[data-slug="mothers"]::after {
	}

	.events_tabList > li > button[data-slug="senior"]::after {
	}

	.events_tabList > li > button[data-slug="pro"]::after {
	}

	.events_tabList > li > button[data-slug="intern"]::after {
	}

	.events_tabList > li > button.isCurrent {
	}

	.events_tabList > li > button[data-slug="young"].isCurrent {
	}

	.events_tabList > li > button[data-slug="mothers"].isCurrent {
	}

	.events_tabList > li > button[data-slug="senior"].isCurrent {
	}

	.events_tabList > li > button[data-slug="pro"].isCurrent {
	}

	.events_tabList > li > button[data-slug="intern"].isCurrent {
	}

	.events_tabList > li > button.isCurrent::after {
	}

	.events_list {
	}

	.events_list > li {
	}

	.events_list > li:first-child {
	}

	.events_list > li:last-child {
	}

	.events_list > li:nth-child(2n+1) {
	}

	.events_list > li:nth-child(n+3) {
	}

	.events_list > li > a {
	}

	.events_list > li > a::before {
	}

	.events_list > li > a::after {
	}

	.events_update {
	}

	.events_update > time {
	}

	.events_cList {
		font-size: 12px;
	}

	.events_cList > li {
	}

	.events_cList > li:first-child {
	}

	.events_cList > li:last-child {
	}

	.events_cList > li:nth-child(2n+1) {
	}

	.events_cList > li:nth-child(n+3) {
	}

	.events_text {
	}

	.support {
	}

	.support_inner {
	}

	.support_title {
	}

	.support_title > b {
	}

	.support_title > small {
	}

	.support_list {
	}

	.support_list > li {
	}

	.support_list > li:first-child {
	}

	.support_list > li:last-child {
	}

	.support_list > li:nth-child(2n+1) {
	}

	.support_list > li:nth-child(n+4) {
	}

	.support_list > li > a {
	}

	.support_list > li > a::before {
	}

	.support_list > li > a::after {
	}

	.support_areaText {
		padding: 15px 0 0;
	}

	.support_icon {
		width: 70px;
		top: -26px;
	}

	.support_icon > img {
	}

	.support_image {
		padding-bottom: 200px;
	}

	.support_image::after {
	}

	.support_image-no1::after {
	}

	.support_image-no2::after {
	}

	.support_image-no3::after {
	}

	.support_image-no4::after {
	}

	.support_image-no5::after {
	}

	.support_image > img {
	}

	.support_category {
		height: 26px;
		font-size: 12px;
		width: 106px;
	}

	.support_category-no1 {
	}

	.support_headline {
	}

	.support_headline > b {
		font-size: 18px;
	}

	.support_headline > small {
		font-size: 13px;
	}

	.support_text {
		font-size: 12px;
	}

	.support_category-no2 {
	}

	.support_category-no3 {
	}

	.regist {
	}

	.regist_inner {
	}

	.regist_title {
	}

	.regist_title > img {
	}

	.regist_title > b {
	}

	.regist_inputWrap {
	}

	.regist_inputWrap > input {
	}

	.regist_inputWrap > button {
	}

	.regist_inputWrap > button::before {
	}

	.regist_inputWrap > button::after {
	}

	.news {
	}

	.news_inner {
	}

	.news_title {
	}

	.news_title > b {
	}

	.news_title > small {
	}

	.news_list {
	}

	.news_list > li {
	}

	.news_list > li:first-child {
	}

	.news_list > li:last-child {
	}

	.news_list > li:nth-child(2n+1) {
	}

	.news_list > li:nth-child(n+3) {
	}

	.news_list > li > a {
	}

	.news_list > li > a::before {
	}

	.news_list > li > a::after {
	}

	.news_list > li > a > time {
	}

	.news_list > li > a > b {
	}

	.homeBnr {
	}

	.homeBnr_inner {
	}

	.homeBnr_list {
	}

	.homeBnr_list > li {
	}

	.homeBnr_list > li:first-child {
	}

	.homeBnr_list > li:last-child {
	}

	.homeBnr_list > li:nth-child(2n+1) {
	}

	.homeBnr_list > li:nth-child(n+4) {
	}

	.homeBnr_list > li > a {
	}

	.homeBnr_list > li > a::before {
	}

	.homeBnr_list > li > a::after {
	}

	.homeBnr_list > li > a > img {
	}

	.homeBnr {
	}

	.homeBnr_inner {
	}

	.homeBnr_list {
	}

	.homeBnr_list > li {
	}

	.homeBnr_list > li:first-child {
	}

	.homeBnr_list > li:last-child {
	}

	.homeBnr_list > li:nth-child(2n+1) {
	}

	.homeBnr_list > li:nth-child(n+3) {
	}

	.homeBnr_list > li > a {
	}

	.homeBnr_list > li > a::before {
	}

	.homeBnr_list > li > a::after {
	}

	.homeBnr_list > li > a > img {
	}

	.homeBnr_cols {
		display: block;
	}

	.homeBnr_col {
	}

	.homeBnr_col-no1 {
		max-width: 590px;
		margin: 0 auto 25px;
		width: 100%;
	}

	.homeBnr_col-no2 {
		width: auto;
		max-width: 590px;
		margin: 0 auto 0;
		min-width: 0;
		text-align: center;
	}

	.fb_iframe_widget {
		width: 100%;
	}

	.fb_iframe_widget iframe {
	}

	.support_stList {
	}

	.support_stList > li {
		font-size: 11px;
		height: 36px;
		padding: 0 5px;
	}

	.support_stList > li:first-child {
	}

	.support_stList > li:last-child {
	}

	.support_stList > li:nth-child(2n+1) {
	}

	.support_stList > li:nth-child(n+3) {
	}

	.events_tagList {
	}

	.events_tagList > li {
	}

	.events_tagList > li::before {
	}

	.events_tagList > li:first-child::before {
	}

	.events_tagList > li:first-child {
	}

	.events_tagList > li:last-child {
	}

	.events_tagList > li:nth-child(2n+1) {
	}

	.events_tagList > li:nth-child(n+3) {
	}

	.events_tagList > li > a {
	}

	.events_tagList > li > a::before {
	}

	.events_tagList > li > a::after {
	}

}

@media screen and (max-width:768px) {
	.homeBnr_inner {
		max-width: 760px;
	}
	.homeBnr_list > li {
		width: 22%;
		max-width: 284px;
	}
}

@media screen and (max-width:767px) {
	.-pc {
		display: none;
	}
	.-sp {
		display: block;
	}
	.gHeaderWrap {
	}

	.gHeader {
	}

	.isFixed .gHeader {
	}

	.gBody {
	}

	.visual {
		padding-bottom: 4px;
		margin-bottom: 45px;
	}

	.visual_inner {
		height: auto;
		display: block;
		position: relative;
		z-index: 10;
		margin-top: -16vw;
	}

	.visual_areaText {
		padding: 0;
		position: static;
	}

	.isLoaded .visual_areaText {
	}

	.visual_title {
		font-size: 8vw;
	}

	.visual_headline {
		font-size: 3.4vw;
		padding-left: 5px;
	}

	.visual_text {
		padding-left: 0px;
		font-size: 6.1vw;
	}

	.visual_subhead {
	}

	.visual_subhead {
	}

	.visual_links {
	}

	.isLoaded .visual_links {
	}

	.visual_links_cnt {
		position: static;
		width: 100%;
		max-width: 250px;
		margin-top: 20px;
	}

	.visual_subhead {
		font-size: 14px;
		line-height: 1;
		padding: 10px 0 10px 2%;
	}

	.visual_subhead:before {
		font-size: 20px;
		margin: 0 0.5em;
	}

	.visual_subhead:after {
	}

	.visual_subhead.-item01 {
	}

	.visual_subhead.-item02 {
	}

	.visual_subhead > a:after {
	}

	.isLoaded .visual_subhead {
	}

	.visual_subhead > small {
		font-size: 14px;
	}

	.visual_subhead > b {
		width: 100%;
		font-size: 18px;
		margin-top: 4px;
	}

	.visual_slide {
		position: relative;
		padding-bottom: 100vw;
		width: 100%;
	}

	.visual_slide::after {
		content: "";
		position: absolute;
		z-index: 1;
		bottom: 0;
		width: 100%;
		height: 30vw;
		background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	}

	.visual_image {
	}

	.visual_image.isCurrent {
	}

	.visual_image > img {
	}

	.events {
		margin-bottom: 45px;
	}

	.events_inner {
	}

	.events_title {
	}

	.events_title > b {
	}

	.events_title > small {
	}

	.events_tabList {
		flex-wrap: wrap;
	}

	.events_tabList > li {
		width: 49%;
		margin-left: 2%;
	}

	.events_tabList > li:first-child {
	}

	.events_tabList > li:last-child {
	}

	.events_tabList > li:nth-child(2n+1) {
		margin-left: 0;
	}

	.events_tabList > li:nth-child(n+3) {
		margin-top: 5px;
	}

	.events_tabList > li > button {
	}

	.events_tabList > li > button[data-slug="young"] {
	}

	.events_tabList > li > button[data-slug="mothers"] {
	}

	.events_tabList > li > button[data-slug="senior"] {
	}

	.events_tabList > li > button[data-slug="pro"] {
	}

	.events_tabList > li > button[data-slug="intern"] {
	}

	.events_tabList > li > button::before {
	}

	.events_tabList > li > button::after {
		display: none;
	}

	.events_tabList > li > button[data-slug="young"]::after {
	}

	.events_tabList > li > button[data-slug="mothers"]::after {
	}

	.events_tabList > li > button[data-slug="senior"]::after {
	}

	.events_tabList > li > button[data-slug="pro"]::after {
	}

	.events_tabList > li > button[data-slug="intern"]::after {
	}

	.events_tabList > li > button.isCurrent {
	}

	.events_tabList > li > button[data-slug="young"].isCurrent {
	}

	.events_tabList > li > button[data-slug="mothers"].isCurrent {
	}

	.events_tabList > li > button[data-slug="senior"].isCurrent {
	}

	.events_tabList > li > button[data-slug="pro"].isCurrent {
	}

	.events_tabList > li > button[data-slug="intern"].isCurrent {
	}

	.events_tabList > li > button.isCurrent::after {
	}

	.events_list {
	}

	.events_list > li {
	}

	.events_list > li:first-child {
	}

	.events_list > li:last-child {
	}

	.events_list > li:nth-child(2n+1) {
	}

	.events_list > li:nth-child(n+3) {
	}

	.events_list > li > a {
		flex-wrap: wrap;
		padding: 15px 5px;
	}

	.events_list > li > a::before {
	}

	.events_list > li > a::after {
	}

	.events_update {
		font-size: 12px;
	}

	.events_update > time {
	}

	.events_cList {
		font-size: 11px;
	}

	.events_cList > li {
	}

	.events_cList > li:first-child {
	}

	.events_cList > li:last-child {
	}

	.events_cList > li:nth-child(2n+1) {
	}

	.events_cList > li:nth-child(n+3) {
	}

	.events_text {
		width: 100%;
		margin-top: 6px;
	}

	.support {
		margin-bottom: 45px;
	}

	.support_inner {
	}

	.support_title {
	}

	.support_title > b {
	}

	.support_title > small {
	}

	.support_list {
		display: block;
		margin: 0 -20px;
	}

	.support_list > li {
		width: auto;
		max-width: none;
	}

	.support_list > li:first-child {
	}

	.support_list > li:last-child {
	}

	.support_list > li:nth-child(1) {
		width: auto;
		max-width: none;
	}

	.support_list > li:nth-child(2) {
		width: auto;
	}

	.support_list > li:nth-child(2n+1) {
	}

	.support_list > li:nth-child(n+2) {
		width: auto;
		max-width: none;
		margin-top: 25px;
	}

	.support_list > li > a {
	}

	.support_list > li > a::before {
	}

	.support_list > li > a::after {
	}

	.support_areaText {
		padding: 15px 20px 0;
	}

	.support_icon {
		width: 100px;
		top: -54px;
		right: 20px;
	}

	.support_icon > img {
	}

	.support_image {
		padding-bottom: 71.5%;
	}

	.support_image::after {
	}

	.support_image-no1::after {
	}

	.support_image-no2::after {
	}

	.support_image-no3::after {
	}

	.support_image-no4::after {
	}

	.support_image-no5::after {
	}

	.support_image > img {
		display: none;
	}

	.support_category {
	}

	.support_category-no1 {
	}

	.support_headline {
	}

	.support_headline > b {
	}

	.support_headline > small {
	}

	.support_text {
	}

	.support_category-no2 {
	}

	.support_category-no3 {
	}

	.regist {
		padding: 45px 0;
		margin-bottom: 45px;
	}

	.regist_inner {
	}

	.regist_title {
		margin-bottom: 15px;
	}

	.regist_title > img {
	}

	.regist_title > b {
		line-height: 1.6;
		margin-top: 14px;
	}

	.regist_inputWrap {
	}

	.regist_inputWrap > input {
	}

	.regist_inputWrap > button {
	}

	.regist_inputWrap > button::before {
	}

	.regist_inputWrap > button::after {
	}

	.news {
		margin-bottom: 45px;
	}

	.news_inner {
	}

	.news_title {
	}

	.news_title > b {
	}

	.news_title > small {
	}

	.news_list {
		border-bottom: 1px solid #ccc;
	}

	.news_list > li {
	}

	.news_list > li:first-child {
	}

	.news_list > li:last-child {
	}

	.news_list > li:nth-child(2n+1) {
	}

	.news_list > li:nth-child(n+3) {
	}

	.news_list > li > a {
		display: block;
		padding: 15px 5px;
	}

	.news_list > li > a::before {
	}

	.news_list > li > a::after {
	}

	.news_list > li > a > time {
		font-size: 12px;
	}

	.news_list > li > a > b {
		margin-top: 4px;
	}

	.homeBnr {
		padding: 45px 0;
	}

	.homeBnr_inner {
	}

	.homeBnr_list {
		max-width: 500px;
		gap: 10px;
		justify-content: unset;
	}

	.homeBnr_list > li {
		width: 48%;
		/* margin-left: 2%; */
		max-width: none;
	}

	.homeBnr_list > li:first-child {
	}

	.homeBnr_list > li:last-child {
	}

	.homeBnr_list > li:nth-child(3n+1) {
		/* margin-left: 2%; */
	}

	.homeBnr_list > li:nth-child(2n+1) {
		/* margin-left: 0; */
	}

	.homeBnr_list > li:nth-child(n+3) {
		/* margin-top: 2%; */
	}

	.homeBnr_list > li:nth-child(5n+1) {
		/* margin-left: 2%; */
	}

	.homeBnr_list > li:nth-child(n+6) {
		/* margin-top: 2%; */
	}

	.homeBnr_list > li > a {
		box-shadow: 0 5px 7px rgba(9, 0, 0, 0.11);
	}

	.homeBnr_list > li > a::before {
	}

	.homeBnr_list > li > a::after {
	}

	.homeBnr_list > li > a > img {
		width: 100%;
	}

	.homeBnr {
	}

	.homeBnr_inner {
	}

	.homeBnr_list {
	}

	.homeBnr_list > li {
	}

	.homeBnr_list > li > a {
	}

	.homeBnr_list > li > a::before {
	}

	.homeBnr_list > li > a::after {
	}

	.homeBnr_list > li > a > img {
	}

	.homeBnr_cols {
	}

	.homeBnr_col {
	}

	.homeBnr_col-no1 {
	}

	.homeBnr_col-no2 {
	}

	.support_stList {
		display: block;
		margin-top: 10px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.support_stList > li {
		width: auto;
		margin: 4px 0 0;
	}

	.support_stList > li:first-child {
		margin-top: 0;
	}

	.support_stList > li:last-child {
	}

	.support_stList > li:nth-child(2n+1) {
	}

	.support_stList > li:nth-child(n+3) {
	}

	.events_tagList {
	}

	.events_tagList > li {
	}

	.events_tagList > li::before {
	}

	.events_tagList > li:first-child::before {
	}

	.events_tagList > li:first-child {
	}

	.events_tagList > li:last-child {
	}

	.events_tagList > li:nth-child(2n+1) {
	}

	.events_tagList > li:nth-child(n+3) {
	}

	.events_tagList > li > a {
	}

	.events_tagList > li > a::before {
	}

	.events_tagList > li > a::after {
	}

}

@media screen and (max-width:374px) {
	.events_tabList > li > button {
		font-size: 12px;
	}

	.support_list {
		margin-left: -10px;
		margin-right: -10px;
	}

}
