@charset "UTF-8";

.p-title {
	display: flex;
	align-items: flex-end;
	margin-bottom: 60px;
	font-weight: bold;
}

.p-title img {
}

.p-title > b {
	display: block;
	position: relative;
	top: -7px;
	z-index: 1;
	margin-left: 15px;
	font-weight: inherit;
	font-size: 20px;
}

.p-imgWrap {
	display: block;
	position: relative;
	z-index: 1;
}

.p-imgWrap::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	transition-property: width;
	transition-duration: 0.5s;
	transition-delay: 0.15s;
}

.p-imgWrap[data-animation="after"]::before {
	width: 0;
}

.acs {
	margin-bottom: 150px;
}

.acs_inner {
	max-width: 1200px;
}

.acs_cols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.acs_col {
}

.acs_col-no1 {
	position: relative;
	z-index: 1;
	width: calc(100% - 509px);
}

.acs_title {
}

.acs_title_img {
}

.acs_title > small {
}

.acs_headline {
	margin-bottom: 28px;
}

.acs_headline > img {
	display: block;
	width: 417px;
	height: 42px;
}

.acs_add {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 24px;
}

.acs_linkList {
	margin-bottom: 36px;
}

.acs_linkList > li {
}

.acs_linkList > li:first-child {
}

.acs_linkList > li:last-child {
}

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

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

.acs_linkList > li > a {
	height: 70px;
}

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

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

.acs_linkList > li > a > .icon {
}

.acs_list {
	list-style: none;
}

.acs_list > li {
}

.acs_list > li:first-child {
}

.acs_list > li:last-child {
}

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

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

.acs_col-no2 {
	width: 422px;
	min-width: 422px;
}

.acs_image {
	position: absolute;
	top: -90px;
	right: 0;
	z-index: 1;
	min-height: 502px;
}

.acs_image > img {
	display: block;
}

.aboutNav {
	position: relative;
	z-index: 1;
	margin-bottom: 208px;
	padding-top: 0;
}

.aboutNav::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #fefbe5;
	        transform: skewY(-8.7deg);

	-webkit-transform: skewY(-8.7deg);
}

.aboutNav_inner {
}

.aboutNav_sectWrap {
	display: flex;
}

.aboutNav_sect {
	width: 23.5%;
	margin-left: 2%;
}

.aboutNav_sect:first-child {
	margin-left: 0;
}

.aboutNav_sect > a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.aboutNav_sect > a::before {
}

.aboutNav_sect > a::after {
}

.aboutNav_imgWrap {
	margin-bottom: 32px;
	overflow: hidden;
}

.aboutNav_image {
	transition-property: -webkit-transform;
	transition-property:         transform;
	transition-property:         transform, -webkit-transform;
	transition-duration: 0.5s;
}

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

.aboutNav_title {
	position: relative;
	z-index: 1;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
}

.aboutNav_title::before {
	content: "";
	display: block;
	width: 84px;
	height: 2px;
	margin: 0 auto 23px;
	background: #87cef6;
}

.opencamp {
	position: relative;
	z-index: 1;
	margin-bottom: 208px;
	padding-top: 0;
}

.opencamp::before {
	content: "";
	display: block;
	position: absolute;
	top: 79px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 301px;
	background: #fefbe5;
	        transform: skewY(-8.7deg);

	-webkit-transform: skewY(-8.7deg);
}

.opencamp_inner {
}

.opencamp_sectWrap {
	margin-bottom: 50px;
}

.opencamp_ttl {
	justify-content: center;
	position: relative;
	z-index: 1;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
}

.opencamp_ttl h2 {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	gap: 19px;
}

.opencamp_cnt {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.opencamp_sec {
	display: grid;
	grid-template-columns: 18fr 22fr;
	box-shadow: 0 0 5px #00000040;
	background: #ffffff;
	text-decoration: unset;
}

.opencamp_sec_img {
	width: 100%;
	/* height: auto;
	max-height: 240px; */
	height: 240px;
}


.opencamp_sec_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.opencamp_sec_txt {
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding: 10px 20px;
	color: #000000;
}

.opencamp_sec_datetime {
	padding-bottom: 12px;
	border-bottom: 2px solid #87cef6;
}

.opencamp_sec_datetime_date {
	font-weight: 500;
	font-size: 22px;
}

.opencamp_sec_datetime_date p span {
	font-weight: 400;
	font-size: 16px;
}

.opencamp_sec_datetime_time {
}

.opencamp_sec_ttl {
	padding-top: 15px;
}

.opencamp_sec_ttl h3 {
	font-weight: 400;
	font-size: 14px;
}

.bnr_opencamp {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	background: linear-gradient(to bottom right, #0E63B6 30%, #6ACFF9);
	text-decoration: none;
	height: 60px;
}

.camp {
	margin-bottom: 153px;
}

.camp_inner {
}

.camp_areaTtl {
	padding-left: 21px;
}

.camp_title {
	align-items: flex-start;
	margin-bottom: 0;
}

.camp_title_img {
}

.camp_title > b {
	top: 8px;
	margin-left: 20px;
}

.camp_message {
	position: relative;
	z-index: 1;
	max-width: 580px;
	margin-top: -48px;
	padding-left: 380px;
}

.camp_sectWrapOuter {
	position: relative;
	z-index: 1;
	margin-bottom: 70px;
}

.camp_sectWrap {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	gap: 60px 20px;
	position: relative;
	z-index: 1;
	max-width: 1920px;
	margin: 0 auto;
	margin-top: 81px;
}

.camp_balloon {
	position: absolute;
	bottom: 100%;
	left: 50%;
	z-index: 1;
	margin-left: 407px;
	        transform: translateX(-50%);

	-webkit-transform: translateX(-50%);
}

.camp_balloon > img {
	display: block;
	width: 415px;
	max-width: none;
	height: 296px;
}

.camp_sect {
	position: relative;
	z-index: 1;
	width: 23%;
}

.camp_sect:first-of-type {
	z-index: 2;
}

.camp_sect > a {
	display: block;
	position: relative;
	z-index: 1;
	color: inherit;
	text-decoration: none;
}

.camp_sect > a::before {
}

.camp_sect > a::after {
}

.camp_imgWrap {
	position: relative;
	z-index: 1;
	margin-bottom: 26px;
	padding-bottom: 100%;
	overflow: hidden;
}

.camp_sect:nth-child(2) .camp_imgWrap {
	margin-bottom: 0;
}

.camp_image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition-property: -webkit-transform;
	transition-property:         transform;
	transition-property:         transform, -webkit-transform;
	transition-duration: 0.5s;
}

.camp_image-01 {
	background-image: url(/assets/img2025/home/pt-campus01_2510@2x.jpg);
}

.camp_image-02 {
	background-image: url(/assets/img2025/home/pt-campus02_2510@2x.jpg);
}

.camp_image-03 {
	background-image: url(/assets/img2025/home/pt-campus03_2510@2x.jpg);
}

.camp_image-04 {
	background-image: url(/assets/img2025/home/pt-campus04_2510@2x.jpg);
}

.camp_image::after {
	content: "";
	display: block;
}

.camp_image > img {
}

.camp_areaTxt {
	position: relative;
	z-index: 2;
	max-width: 520px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	transition-property: opacity;
	transition-duration: 0.3s;
}

.camp_areaTxt::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 260px;
	height: 88px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	        transform: translateX(-50%);

	-webkit-transform: translateX(-50%);
}

.camp_areaTxt-01::before {
	width: 161px;
	height: 53px;
	bottom: 105%;
    right: -35%;
	background-image: url(/assets/img2025/home/txt-campus01_2510@2x.png);
}

.camp_areaTxt-02::before {
	width: 160px;
	height: 82px;
	bottom: 94%;
    right: -31%;
	background-image: url(/assets/img2025/home/txt-campus03_2510@2x.png);
}

.camp_areaTxt-03::before {
	width: 205px;
	height: 64px;
	bottom: 109%;
    right: -41%;
	background-image: url(/assets/img2025/home/txt-campus02_2510@2x.png);
}

.camp_areaTxt-04::before {
	width: 204px;
	height: 65px;
	bottom: 109%;
    right: -41%;
	background-image: url(/assets/img2025/home/txt-campus04_2510@2x.png);
}

.camp_headline {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 25px;
	line-height: 35px;
	text-align: center;
}

.camp_sect:nth-child(2) .camp_headline {
	margin-bottom: 20px;
}

.camp_headline span {
	display: block;
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
}

.camp_headline span.camp_headline_small {
	display: inline;
	font-weight: bold;
	font-size: 14px;
}

.camp_text {
}

.movie {
}

.movie_inner {
	max-width: 820px;
}

.movie_box {
	position: relative;
	z-index: 1;
	padding-bottom: 56.1%;
}

.movie_box > iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border: none;
}

.sns {
	margin-bottom: 108px;
}

.sns_inner {
}

.sns_titleWrap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 49px;
}

.sns_titleWrap_image {
}

.sns_titleWrap_image > img {
}

.sns_title {
	display: block;
	margin: 0 13px;
	text-align: center;
}

.sns_title_img {
	display: block;
	margin: 0 auto;
}

.sns_title > b {
	position: static;
	margin: 18px auto 0;
}

.sns_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.sns_col {
}

.sns_col-no1 {
	width: 56.4%;
}

.sns_headlineWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 19px;
}

.sns_headline {
	display: flex;
	align-items: center;
	font-weight: normal;
	font-size: 30px;
}

.sns_headline > .icon {
	display: block;
	margin-right: 11px;
	font-size: 130%;
}

.sns_link {
	min-width: 200px;
}

.sns_link > a {
	height: 40px;
}

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

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

.sns_link > a > b {
}

.sns_imgList {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.sns_imgList > li {
	width: 22.75%;
	margin-left: 3%;
}

.sns_imgList > li:first-child {
}

.sns_imgList > li:last-child {
}

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

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

.sns_imgList > li:nth-child(n+13) {
	display: none;
}

.sns_imgList > li > a {
	display: block;
	color: inherit;
	text-decoration: none;
	transition-property: opacity;
	transition-duration: 0.3s;
	aspect-ratio: 1;
}

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

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

.sns_imgList > li > a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sns_imgList_image {
	padding-bottom: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #eeeeee;
}

.sns_col-no2 {
	width: 35.7%;
}

.sns_list {
	list-style: none;
}

.sns_list > li {
	margin-top: 30px;
}

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

.sns_list > li:last-child {
}

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

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

.sns_list > li > a {
	display: block;
	color: inherit;
	text-decoration: none;
	transition-property: opacity;
	transition-duration: 0.3s;
}

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

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

.sns_item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.sns_imageWrap {
	width: 152px;
}

.sns_image {
	padding-bottom: 70.4%;
	background-image: url(/assets/img/common/img-alt@2x.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #efefef;
}

.sns_areaText {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc(100% - 180px);
}

.sns_update {
	margin-right: 13px;
}

.sns_update > time {
}

.sns_cat {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 146px;
	height: 26px;
	background-color: #6ad0fa;
	font-size: 14px;
	line-height: 1;
}

.sns_cat[data-slug="blog"] {
	background-color: #f5d900;
}

.sns_name {
	width: 100%;
	margin-top: 8px;
}

.support {
	position: relative;
	z-index: 1;
	margin-bottom: 121px;
	padding-bottom: 50px;
}

.support::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 239px;
	background-color: #fefbe5;
}

.support_inner {
}

.support_cols {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
}

.support_col {
	position: relative;
	z-index: 1;
}

.support_col-no1 {
	z-index: 2;
	width: 485px;
}

.support_title {
	position: relative;
	z-index: 2;
	max-width: 410px;
	margin-bottom: -32px;
	font-weight: bold;
}

.support_title_img {
	display: block;
}

.support_title > b {
	display: block;
	position: absolute;
	bottom: 0;
	left: 306px;
	z-index: 1;
	margin-top: 14px;
	font-weight: inherit;
	font-size: 20px;
	white-space: nowrap;
}

.support_text {
	position: relative;
	z-index: 2;
}

.support_link {
	position: relative;
	z-index: 2;
	margin-top: 46px;
}

.support_link > a {
	height: 61px;
}

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

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

.support_link > a > b {
}

.support_col-no2 {
	width: calc(100% - 485px);
}

.support_image {
	margin-right: -40px;
}

.support_image > img {
	display: block;
}

.support_textWrap {
	position: relative;
	z-index: 0;
	padding-top: 72px;
	padding-right: 34px;
	padding-bottom: 41px;
	background-color: #ffffff;
}

.support_textWrap::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% + 50px);
	height: 100%;
	background-color: #ffffff;
}

.point {
	position: relative;
	z-index: 1;
	margin-bottom: 96px;
	/* background: #fefbe5; */
}

.point::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 0;
	width: 90%;
	height: calc(100% - 80px);
	background-image: linear-gradient( -45deg, #ffffff 25%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, #ffffff 0, #ffffff 75%, rgba(255, 255, 255, 0) 0);
	background-size: 50px 50px;
}

.point::after {
	content: '';
	width: 100%;
	height: 94%;
	background: #fefbe5;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: -1;
}

.point_inner {
}

.point_title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 59px;
	font-weight: bold;
}

.point_title_img {
	display: block;
}

.point_title > b {
	display: block;
	position: relative;
	z-index: 1;
	margin-top: 8px;
	font-weight: inherit;
	font-size: 20px;
	text-align: center;
}

.point_title > b > b {
	color: #0e63b7;
	font-weight: inherit;
	font-size: 230%;
}

.point_title > b > img {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1;
	width: 132px;
	margin-top: -9px;
	margin-right: -36px;
}

.point_oList {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	list-style: none;
	margin-bottom: 69px;
}

.point_oList > li {
	position: relative;
	z-index: 1;
	width: 24.25%;
	margin-left: 1%;
}

.point_oList > li::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 32px;
	z-index: 0;
	width: 100%;
	height: calc(100% - 140px);
	background-color: #ffffff;
}

.point_oList > li:first-child {
}

.point_oList > li:last-child {
}

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

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

.point_image {
	position: relative;
	z-index: 2;
	width: calc(100% - 30px);
	max-width: 240px;
	margin: 0 auto 16px;
}

.point_image > img {
	display: block;
	border-radius: 50%;
}

.point_headline {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	height: 86px;
	font-weight: bold;
	font-size: inherit;
	white-space: nowrap;
}

.point_headline-2row {
	height: 56px;
}

.point_headline > b {
	display: block;
	border-bottom: 4px solid #6ad0fa;
	font-weight: inherit;
}

.point_number {
	position: relative;
	z-index: 2;
	max-width: 60px;
	margin: 20px auto 0;
}

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

.point_link {
	max-width: 451px;
	margin: 112px auto 0;
}

.point_link > a {
	height: 61px;
}

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

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

.point_link > a > b {
}


.page_bnr_wrap {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.page_bnr {
	margin-bottom: 96px;
}

.page_bnr_wrap a {
	transition-duration: .5s;
}

.page_bnr_wrap a:hover {
	opacity: .8;
}

.vis {
	position: relative;
	z-index: 10;
	margin-bottom: 101px;
}

.vis_slide {
	opacity: 0;
	font-size: 0;
	transition-property: opacity;
	transition-duration: 1s;
	transition-delay: 0.1s;
}

.vis_slide.slick-initialized {
	opacity: 1;
}

.vis_slide_item {
}

.vis_slide_image {
	display: block;
	width: 1240px;
	height: 560px;
	margin: 0 8px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.vis_slide_image > img {
	display: none;
}

.vis_dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 0;
}

.vis_dots > li {
}

.vis_dots > li > button {
	display: block;
	width: 64px;
	height: 6px;
	border: 21px solid #ffffff;
	border-right-width: 3px;
	border-left-width: 3px;
	box-sizing: content-box;
	background-color: #f0f0f0;
	transition-property: background-color, color;
	transition-duration: 0.3s;
}

.vis_dots > li.slick-active > button {
	background-color: #0e63b7;
}

.movie{
	margin-bottom: 108px;
}
.movie::before,
.movie::after{
	content: "";
}
.movie_btn{
	max-width: 860px;
	background-color: #0E63B6;
	border: 2px solid #0E63B6;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	margin: 0 auto;
	padding: 20px;
	text-decoration: none;
	transition: all 0.3s;
}
.movie_btn:hover{
	transition: all 0.3s;
	color: #0E63B6;
	background-color: #fff;
}
.movie_btn > .icon{
	margin-left: 0.5em;
    top: 10px;
    font-size: 25px;
}


@media screen and (max-width:1239px) {
	.vis_slide_image {
		width: 100vw;
		height: 45.6vw;
	}
}

@media screen and (max-width:1199px) {
	.p-title {
		margin-bottom: 40px;
	}

	.p-title img {
	}

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

	.acs_col-no1 {
		width: calc(100% - 440px);
	}

	.acs_col-no2 {
		width: 400px;
		min-width: 400px;
	}

	.acs_add {
		font-size: 21px;
	}

	.aboutNav_title {
		font-size: 17px;
	}

	.camp_areaTxt::before {
		width: 207px;
		height: 71px;
		margin-left: 180px;
	}

	.camp_areaTxt-02::before {
		margin-left: 153px;
	}

	.camp_message {
		margin-top: 0;
		padding-left: 0;
	}

	.camp_balloon {
		margin-left: 260px;
	}
}

@media screen and (min-width:1000px) {
	a:hover .camp_areaTxt {
		opacity: 0.7;
	}

	.sns_link > a:hover {
	}

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

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

	.support_link > a:hover {
	}

	.point_link > a:hover {
	}

	.vis_dots > li > button:hover {
		background-color: #0e63b7;
	}

	.camp_sect > a:hover {
	}

	a:hover .camp_image {
		        transform: scale(1.03);

		-webkit-transform: scale(1.03);
	}

	.aboutNav_sect > a:hover {
	}

	a:hover .aboutNav_image {
		        transform: scale(1.05);

		-webkit-transform: scale(1.05);
	}

	.acs_linkList > li > a:hover {
	}
}

@media screen and (max-width:999px) {
	.p-title {
		margin-bottom: 25px;
	}

	.p-title img {
		width: auto;
		height: 70px;
	}

	.p-title > b {
		font-size: 16px;
	}

	.acs {
	}

	.acs_inner {
		padding-left: 16px;
	}

	.acs_cols {
		display: block;
	}

	.acs_col {
		width: auto;
		min-width: 0;
		margin: 0 auto;
	}

	.acs_col-no1 {
		max-width: 690px;
		margin-bottom: 25px;
	}

	.acs_title {
	}

	.acs_title_img {
	}

	.acs_title > small {
	}

	.acs_headline {
	}

	.acs_headline > img {
	}

	.acs_add {
		margin-bottom: 15px;
		font-size: 19px;
	}

	.acs_linkList {
		margin-bottom: 12px;
	}

	.acs_linkList > li {
	}

	.acs_linkList > li:first-child {
	}

	.acs_linkList > li:last-child {
	}

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

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

	.acs_linkList > li > a {
	}

	.acs_linkList > li > a::before {
	}

	.acs_linkList > li > a::after {
	}

	.acs_linkList > li > a > .icon {
	}

	.acs_list {
	}

	.acs_list > li {
	}

	.acs_list > li:first-child {
	}

	.acs_list > li:last-child {
	}

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

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

	.acs_col-no2 {
		max-width: 480px;
	}

	.acs_image {
		position: static;
		min-height: 0;
	}

	.acs_image > img {
	}

	.aboutNav {
		margin-bottom: 130px;
	}

	.aboutNav::before {
	}

	.aboutNav_inner {
	}

	.aboutNav_sectWrap {
	}

	.aboutNav_sect {
		width: 24%;
		margin-left: 1.5%;
	}

	.aboutNav_sect:first-child {
	}

	.aboutNav_sect > a {
	}

	.aboutNav_sect > a::before {
	}

	.aboutNav_sect > a::after {
	}

	.aboutNav_imgWrap {
		margin-bottom: 24px;
	}

	.aboutNav_image {
	}

	.aboutNav_image > img {
	}

	.aboutNav_title {
		font-size: 13px;
	}

	.aboutNav_title::before {
		width: 60px;
		margin-bottom: 16px;
	}

	.opencamp {
		margin-bottom: 88px;
	}

	.opencamp_ttl {
	}

	.opencamp_ttl h2 {
	}

	.opencamp_cnt {
		grid-template-columns: 1fr;
		max-width: 400px;
		margin: 0 auto;
	}

	.opencamp_sec {
	}

	.opencamp_sec_img {
	}

	.opencamp_sec_txt {
	}

	.opencamp_sec_datetime {
	}

	.opencamp_sec_datetime_date {
	}

	.opencamp_sec_datetime_date p span {
	}

	.opencamp_sec_datetime_time {
	}

	.opencamp_sec_ttl {
	}

	.opencamp_sec_ttl h3 {
	}

	.camp {
		margin-bottom: 100px;
	}

	.camp_inner {
	}

	.camp_areaTtl {
	}

	.camp_title {
		align-items: flex-end;
	}

	.camp_title_img {
	}

	.camp_title > b {
		top: -7px;
		margin-left: 15px;
	}

	.camp_message {
		max-width: 390px;
	}

	.camp_sectWrapOuter {
		margin-bottom: 50px;
	}

	.camp_sectWrap {
		margin-top: 50px;
	}

	.camp_balloon {
		margin-left: 230px;
	}

	.camp_balloon > img {
		width: 290px;
		height: 207px;
	}

	.camp_sect {
	}

	.camp_sect:first-of-type {
	}

	.camp_sect > a {
	}

	.camp_sect > a::before {
	}

	.camp_sect > a::after {
	}

	.camp_imgWrap {
		margin-bottom: 18px;
	}

	.camp_image {
	}

	/* .camp_image-01 {
		background-image: url(/assets/img/home/pt-campus01@2x.jpg);
	}

	.camp_image-02 {
		background-image: url(/assets/img/home/pt-campus02@2x.jpg);
	} */

	.camp_image::after {
	}

	.camp_image > img {
	}

	.camp_areaTxt {
	}

	.camp_areaTxt::before {
		width: 180px;
		height: 61px;
		margin-left: 120px;
	}

	.camp_areaTxt-01::before {
		background-image: url(/assets/img/home/txt-campus01@2x.png);
	}

	.camp_areaTxt-02::before {
	}

	.camp_headline {
		font-size: 24px;
	}

	.camp_headline span {
		font-size: 14px;
	}

	.camp_headline span.camp_headline_small {
		font-size: 18px;
	}

	.camp_text {
	}

	.movie {
	}

	.movie_inner {
		max-width: 680px;
	}

	.movie_box {
	}

	.movie_box > iframe {
	}

	.sns {
	}

	.sns_inner {
	}

	.sns_titleWrap {
	}

	.sns_titleWrap_image {
		width: 140px;
	}

	.sns_titleWrap_image > img {
	}

	.sns_title {
	}

	.sns_title_img {
	}

	.sns_title > b {
	}

	.sns_cols {
		display: block;
		max-width: 500px;
		margin: 0 auto 70px;
	}

	.sns_col {
		width: auto;
	}

	.sns_col-no1 {
		margin-bottom: 50px;
	}

	.sns_headlineWrap {
	}

	.sns_headline {
	}

	.sns_headline > .icon {
	}

	.sns_link {
	}

	.sns_link > a {
	}

	.sns_link > a::before {
	}

	.sns_link > a::after {
	}

	.sns_link > a > b {
	}

	.sns_imgList {
	}

	.sns_imgList > li {
	}

	.sns_imgList > li:first-child {
	}

	.sns_imgList > li:last-child {
	}

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

	.sns_imgList > li:nth-child(n+5) {
	}

	.sns_imgList > li > a {
	}

	.sns_imgList > li > a::before {
	}

	.sns_imgList > li > a::after {
	}

	.sns_imgList_image {
	}

	.sns_col-no2 {
	}

	.sns_list {
	}

	.sns_list > li {
	}

	.sns_list > li:first-child {
	}

	.sns_list > li:last-child {
	}

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

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

	.sns_list > li > a {
	}

	.sns_list > li > a::before {
	}

	.sns_list > li > a::after {
	}

	.sns_item {
	}

	.sns_imageWrap {
	}

	.sns_image {
	}

	.sns_areaText {
	}

	.sns_update {
	}

	.sns_update > time {
	}

	.sns_cat {
	}

	.sns_cat[data-slug="blog"] {
	}

	.sns_name {
	}

	.support {
		margin-bottom: 60px;
	}

	.support::after {
	}

	.support_inner {
	}

	.support_cols {
	}

	.support_col {
	}

	.support_col-no1 {
		width: 380px;
	}

	.support_title {
		max-width: 300px;
	}

	.support_title_img {
	}

	.support_title > b {
		left: 221px;
		font-size: 16px;
	}

	.support_text {
	}

	.support_link {
		margin-top: 15px;
	}

	.support_link > a {
	}

	.support_link > a::before {
	}

	.support_link > a::after {
	}

	.support_link > a > b {
	}

	.support_col-no2 {
		width: calc(100% - 380px);
	}

	.support_image {
	}

	.support_image > img {
	}

	.support_textWrap {
		padding-top: 51px;
		padding-bottom: 25px;
	}

	.support_textWrap::before {
		width: calc(100% + 25px);
	}

	.point {
		margin-bottom: 60px;
	}

	.point::before {
		height: calc(100% - 60px);
	}

	.point_inner {
	}

	.point_title {
	}

	.point_title_img {
		width: auto;
		height: 70px;
	}

	.point_title > b {
		font-size: 16px;
	}

	.point_title > b > b {
	}

	.point_title > b > img {
	}

	.point_oList {
	}

	.point_oList > li {
	}

	.point_oList > li::before {
		bottom: 25px;
		height: calc(100% - 100px);
	}

	.point_oList > li:first-child {
	}

	.point_oList > li:last-child {
	}

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

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

	.point_image {
	}

	.point_image > img {
	}

	.point_headline {
		font-size: 13px;
	}

	.point_headline-2row {
	}

	.point_headline > b {
		border-width: 3px;
	}

	.point_number {
		max-width: 50px;
	}

	.point_number > img {
	}

	.point_link {
		margin-top: 50px;
	}

	.point_link > a {
	}

	.point_link > a::before {
	}

	.point_link > a::after {
	}

	.point_link > a > b {
	}

	.vis {
		margin-bottom: 60px;
	}

	.vis_slide {
	}

	.vis_slide.slick-initialized {
	}

	.vis_slide_item {
	}

	.vis_slide_image {
	}

	.vis_slide_image > img {
	}

	.vis_dots {
	}

	.vis_dots > li {
	}

	.vis_dots > li > button {
	}

	.vis_dots > li.slick-active > button {
	}
}

@media screen and (max-width:767px) {
	.p-title {
		flex-direction: column;
		align-items: center;
		margin-bottom: 11px;
	}

	.p-title img {
		height: 50px;
	}

	.p-title > b {
		top: 0;
		margin-top: 4px;
		margin-left: 0;
		font-size: 15px;
	}

	.acs {
		margin-bottom: 50px;
	}

	.acs_inner {
	}

	.acs_cols {
	}

	.acs_col {
	}

	.acs_col-no1 {
		max-width: none;
		margin-bottom: 35px;
	}

	.acs_title {
	}

	.acs_title_img {
	}

	.acs_title > small {
	}

	.acs_headline {
		margin-bottom: 6px;
	}

	.acs_headline > img {
	}

	.acs_add {
		font-size: 16px;
	}

	.acs_linkList {
		margin-bottom: 20px;
	}

	.acs_linkList > li {
	}

	.acs_linkList > li:first-child {
	}

	.acs_linkList > li:last-child {
	}

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

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

	.acs_linkList > li > a {
		height: 50px;
	}

	.acs_linkList > li > a::before {
	}

	.acs_linkList > li > a::after {
	}

	.acs_linkList > li > a > .icon {
	}

	.acs_list {
	}

	.acs_list > li {
		font-size: 13px;
	}

	.acs_list > li:first-child {
	}

	.acs_list > li:last-child {
	}

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

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

	.acs_col-no2 {
	}

	.acs_image {
	}

	.acs_image > img {
	}

	.aboutNav {
		margin-bottom: 80px;
	}

	.aboutNav::before {
		        transform: skewY( -19deg);

		-webkit-transform: skewY( -19deg);
	}

	.aboutNav_inner {
	}

	.aboutNav_sectWrap {
		flex-wrap: wrap;
		max-width: 600px;
		margin: 0 auto;
	}

	.aboutNav_sect {
		width: 48%;
		margin-left: 4%;
	}

	.aboutNav_sect:first-child {
	}

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

	.aboutNav_sect:nth-child(n+3) {
		margin-top: 28px;
	}

	.aboutNav_sect > a {
	}

	.aboutNav_sect > a::before {
	}

	.aboutNav_sect > a::after {
	}

	.aboutNav_imgWrap {
		margin-bottom: 18px;
	}

	.aboutNav_image {
	}

	.aboutNav_image > img {
	}

	.aboutNav_title {
		font-size: 12px;
	}

	.aboutNav_title::before {
		width: 45px;
		margin-bottom: 12px;
	}

	.opencamp_ttl h2 b {
		top: 0;
		margin-top: 4px;
		margin-left: 0;
		font-size: 15px;
	}

	.camp {
		margin-bottom: 60px;
	}

	.camp_inner {
	}

	.camp_areaTtl {
		padding-left: 0;
	}

	.camp_title {
	}

	.camp_title_img {
	}

	.camp_title > b {
	}

	.camp_message {
		max-width: none;
	}

	.camp_sectWrapOuter {
		margin-top: 20px;
		margin-bottom: 40px;
		padding: 0 18px;
	}

	.camp_sectWrap {
		display: block;
		max-width: 480px;
		margin-top: 0;
	}

	.camp_balloon {
		position: static;
		margin-left: 0;
		        transform: none;

		-webkit-transform: none;
	}

	.camp_balloon > img {
		margin: 0 auto;
	}

	.camp_sect {
		width: auto;
		margin-top: 35px;
	}

	.camp_sect:first-of-type {
		margin-top: 0;
	}

	.camp_sect > a {
	}

	.camp_sect > a::before {
	}

	.camp_sect > a::after {
	}

	.camp_imgWrap {
		margin-bottom: 30px;
	}

	.camp_image {
	}

	/* .camp_image-01 {
		background-image: url(/assets/img/home/pt-campus01@2x.jpg);
	}

	.camp_image-02 {
		background-image: url(/assets/img/home/pt-campus02@2x.jpg);
	} */

	.camp_image::after {
	}

	.camp_image > img {
	}

	.camp_areaTxt {
		padding: 0 15px;
	}

	.camp_areaTxt::before {
		width: 168px;
		height: 57px;
		margin-bottom: 8px;
		margin-left: 98px;
	}

	.camp_areaTxt-01::before {
		background-image: url(/assets/img/home/txt-campus01@2x.png);
	}

	.camp_areaTxt-02::before {
		margin-left: 90px;
	}

	.camp_headline {
		font-size: 20px;
	}

	.camp_text {
		font-size: 13px;
	}

	.movie {
	}

	.movie_inner {
	}

	.movie_box {
	}

	.movie_box > iframe {
	}

	.sns {
		margin-bottom: 60px;
	}

	.sns_inner {
	}

	.sns_titleWrap {
		margin-bottom: 25px;
	}

	.sns_titleWrap_image {
		position: relative;
		top: 12px;
		z-index: 1;
		width: 50px;
	}

	.sns_titleWrap_image > img {
	}

	.sns_title {
		position: relative;
		z-index: 1;
		margin-right: 8px;
		margin-bottom: 0;
		margin-left: 8px;
		padding-bottom: 27px;
	}

	.sns_title_img {
		height: 40px;
	}

	.sns_title > b {
		position: absolute;
		top: auto;
		bottom: 0;
		left: 50%;
		z-index: 1;
		font-size: 14px;
		white-space: nowrap;
		        transform: translateX(-50%);

		-webkit-transform: translateX(-50%);
	}

	.sns_cols {
	}

	.sns_col {
	}

	.sns_col-no1 {
	}

	.sns_headlineWrap {
		margin-bottom: 10px;
	}

	.sns_headline {
		font-size: 20px;
	}

	.sns_headline > .icon {
	}

	.sns_link {
		min-width: 160px;
	}

	.sns_link > a {
		height: 36px;
	}

	.sns_link > a::before {
	}

	.sns_link > a::after {
	}

	.sns_link > a > b {
	}

	.sns_imgList {
	}

	.sns_imgList > li {
		width: 48%;
		margin-left: 4%;
	}

	.sns_imgList > li:first-child {
	}

	.sns_imgList > li:last-child {
	}

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

	.sns_imgList > li:nth-child(n+3) {
		margin-top: 4%;
	}

	.sns_imgList > li > a {
	}

	.sns_imgList > li > a::before {
	}

	.sns_imgList > li > a::after {
	}

	.sns_imgList_image {
	}

	.sns_col-no2 {
	}

	.sns_list {
		margin-top: 20px;
	}

	.sns_list > li {
		margin-top: 15px;
	}

	.sns_list > li:first-child {
	}

	.sns_list > li:last-child {
	}

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

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

	.sns_list > li > a {
	}

	.sns_list > li > a::before {
	}

	.sns_list > li > a::after {
	}

	.sns_item {
	}

	.sns_imageWrap {
		width: 112px;
	}

	.sns_image {
	}

	.sns_areaText {
		width: calc(100% - 125px);
	}

	.sns_update {
		margin-right: 8px;
		font-size: 12px;
	}

	.sns_update > time {
	}

	.sns_cat {
		width: 100px;
		height: 20px;
		font-size: 11px;
	}

	.sns_cat[data-slug="blog"] {
	}

	.sns_name {
	}

	.support {
	}

	.support::after {
		height: 150px;
	}

	.support_inner {
	}

	.support_cols {
		display: block;
	}

	.support_col {
		width: auto;
	}

	.support_col-no1 {
	}

	.support_title {
		max-width: 250px;
	}

	.support_title_img {
	}

	.support_title > b {
		left: 255px;
		font-size: 15px;
	}

	.support_text {
	}

	.support_link {
	}

	.support_link > a {
	}

	.support_link > a::before {
	}

	.support_link > a::after {
	}

	.support_link > a > b {
	}

	.support_col-no2 {
	}

	.support_image {
		margin-right: 0;
		margin-left: -20px;
	}

	.support_image > img {
	}

	.support_textWrap {
		padding-right: 0;
	}

	.support_textWrap::before {
	}

	.point {
	}

	.point::before {
		background-size: 25px 25px;
	}

	.point::after {
		top: 30px;
		height: 98%;
	}

	.point_inner {
	}

	.point_title {
	}

	.point_title_img {
		width: 100%;
		max-width: 400px;
		height: auto;
	}

	.point_title > b {
		font-size: 14px;
		line-height: 1;
	}

	.point_title > b > b {
	}

	.point_title > b > img {
		width: 66px;
		margin-top: 3px;
		margin-right: -10px;
	}

	.point_oList {
		display: block;
		max-width: 318px;
		margin: 0 auto 25px;
	}

	.point_oList > li {
		width: auto;
		margin-top: 25px;
		margin-left: 0;
	}

	.point_oList > li::before {
	}

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

	.point_oList > li:last-child {
	}

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

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

	.point_image {
		max-width: 180px;
	}

	.point_image > img {
	}

	.point_headline {
		height: auto;
		font-size: 14px;
	}

	.point_headline-2row {
	}

	.point_headline > b {
	}

	.point_number {
	}

	.point_number > img {
	}

	.point_link {
	}

	.point_link > a {
	}

	.point_link > a::before {
	}

	.point_link > a::after {
	}

	.point_link > a > b {
	}

	.vis {
		margin-bottom: 20px;
	}

	.vis_slide {
	}

	.vis_slide.slick-initialized {
	}

	.vis_slide_item {
	}

	.vis_slide_image {
	}

	.vis_slide_image > img {
	}

	.vis_dots {
	}

	.vis_dots > li {
	}

	.vis_dots > li > button {
		width: 32px;
		height: 3px;
	}

	.vis_dots > li.slick-active > button {
	}
	.movie_btn{
		font-size: 30px;
	}
	.movie_btn > .icon {
		top: 8px;
		font-size: 20px;
	}

	.page_bnr_wrap {
		flex-flow: column;
		gap: 10px;
	}
}

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

	.sns_title_img {
		height: 35px;
	}
}
