@charset "UTF-8";

.stu {}
.stu_text {
	text-align: center;
	margin-bottom: 52px;
}
.stu_sectWrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.stu_sect {
	width: 32%;
	margin-left: 2%;
}
.stu_sect:first-child {
	margin-left: 0;
}
.stu_sect > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.stu_sect > a::before {}
.stu_sect > a::after {
	content: "";
}
.stu_image {
	position: relative;
	z-index: 2;
}
.stu_image::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition-duration: .5s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.stu_image-01 {}
.stu_image-02 {}
.stu_image-03 {}
.stu_image-01::after {
	background-image: url(/assets/img/student/txt-student01@2x.png);
	width: 199px;
	height: 74px;
	bottom: -25px;
	right: 11px;
}
.stu_image-02::after {
	background-image: url(/assets/img/student/txt-student02@2x.png);
	width: 114px;
	height: 54px;
	bottom: -10px;
	right: 18px;
}
.stu_image-03::after {
	background-image: url(/assets/img/student/txt-student03@2x.png);
	width: 142px;
	height: 68px;
	right: 10px;
	bottom: -10px;
}
.stu_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	transition-duration: .5s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.stu_title {
	font-size: 22px;
	padding: 0 23px;
	height: 88px;
	padding-right: 35px;
}
.stu_title > b {}
.stu_title > .icon {
	right: 9px;
	font-size: 18px;
}
.stu_title > b > .icon {
	font-size: 22px;
	margin-left: 10px;
}
.stu_openLink {
	max-width: 1030px;
	margin: 0 auto;
}
.stu_openLink > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	flex-direction: row-reverse;
	background-color: #F4F4F4;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
	border: 1px solid #E2E2E2;
	transition-duration: .3s;
	transition-property: color, background-color, border-color;
}
.stu_openLink > a::before {
	content: "";
	display: block;
	background-image: url(/assets/img/student/deco-open@2x.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 516px;
	height: 203px;
	position: absolute;
	z-index: 2;
	top: calc(50% - 8px);
	left: 22px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.stu_openLink > a::after {}
.stu_openLink > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	width: 48.6%;
}
.stu_open {
	width: 530px;
	width: 47.9%;
	position: relative;
	z-index: 2;
	top: 6px;
}
.stu_open > img {
	display: block;
}



.u-ttl01 > b {
	color: #F5D900;
}

.campus {
	margin-top: 96px;
}

.campus_intro {
	text-align: center;
	margin-bottom: 50px;
}

.campus {
	padding: 90px 0;
	background: #F7F7F7;
}

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

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

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

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

.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;
}

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

.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_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: 143%;
    right: -35%;
	background-image: url(/assets/img/home/txt-campus01@2x.png);
}

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

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

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

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

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

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

.page_bnr {
	padding: 96px 0;
}

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

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

.page_bnr_wrap a:hover {
	opacity: 0.8;
}

.adult {
	padding: 96px 0;
	background: #F7F7F7;
}

.adult .u-inner {
	max-width: 1110px;
}

.adult_intro {
	text-align: center;
	margin-bottom: 50px;
}

.adult_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
}

.adult_cnt_ttl {
	font-size: 25px;
	font-weight: bold;
	color: #0E63B7;
	margin-bottom: 20px;
}

.bnr_list {
	background: #fff !important;
}




@media screen and (max-width:1199px) {
	.stu_title {
		font-size: 18px;
	}
	.stu_title > b > .icon {
		font-size: 18px;
		margin-left: 6px;
	}
}
@media screen and (min-width:1000px) {
	.stu_sect > a:hover {
		background: #EFFAFF;
	}
	a:hover .stu_image::after {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.stu_openLink > a:hover {
		background-color: #EFFAFF;
		border-color: #0E63B7;
	}
}
@media screen and (max-width:999px) {
	.stu {}
	.stu_text {
		margin-bottom: 40px;
	}
	.stu_sectWrap {
		margin-bottom: 80px;
	}
	.stu_sect {}
	.stu_sect:first-child {}
	.stu_sect > a {}
	.stu_sect > a::before {}
	.stu_sect > a::after {}
	.stu_image {}
	.stu_image::after {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		right: 4px;
	}
	.stu_image-01 {}
	.stu_image-02 {}
	.stu_image-03 {}
	.stu_image-01::after {}
	.stu_image-02::after {
		bottom: -20px;
	}
	.stu_image-03::after {
		bottom: -15px;
	}
	.stu_image > img {}
	.stu_title {
		font-size: 16px;
		height: 76px;
	}
	.stu_title > b {}
	.stu_title > .icon {}
	.stu_title > b > .icon {}
	.stu_openLink {}
	.stu_openLink > a {}
	.stu_openLink > a::before {
		width: 412px;
		height: 162px;
		left: 6px;
	}
	.stu_openLink > a::after {}
	.stu_openLink > a > img {}
	.stu_open {
		top: -2px;
		width: 48%;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.stu_open > img {}
}
@media screen and (max-width:767px) {
	.stu {}
	.stu_text {
		text-align: left;
		margin-bottom: 30px;
	}
	.stu_sectWrap {
		display: block;
		max-width: 400px;
		margin: 0 auto 60px;
	}
	.stu_sect {
		width: auto;
		margin-top: 30px;
	}
	.stu_sect:first-child {
		margin-top: 20px;
	}
	.stu_sect > a {}
	.stu_sect > a::before {}
	.stu_sect > a::after {}
	.stu_image {}
	.stu_image::after {}
	.stu_image-01 {}
	.stu_image-02 {}
	.stu_image-03 {}
	.stu_image-01::after {}
	.stu_image-02::after {}
	.stu_image-03::after {
		bottom: -23px;
	}
	.stu_image > img {}
	.stu_title {
		height: 64px;
	}
	.stu_title > b {}
	.stu_title > .icon {
		font-size: 16px;
	}
	.stu_title > b > .icon {}
	.stu_openLink {
		max-width: none;
		margin: 0 auto;
	}
	.stu_openLink > a {
		display: block;
	}
	.stu_openLink > a::before {
		display: none;
	}
	.stu_openLink > a::after {}
	.stu_openLink > a > img {
		width: auto;
	}
	.stu_open {
		width: auto;
		top: 0;
		padding: 10px;
		margin-bottom: 10px;
		margin: 0 auto 10px;
		max-width: 500px;
	}
	.stu_open > img {}


	.campus {
		padding: 50px 0;
	}

	.campus_intro {
		text-align: left;
	}

	.camp_sectWrap {
		flex-flow: column;
		gap: 20px;
	}

	.camp_sect {
		width: 100%;
	}

	.camp_areaTxt::before {
		right: -25%;
	}

	.page_bnr {
		padding: 50px 0;
	}

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


	/* .adult */

	.adult {
		padding: 50px 0;
	}

	.adult_intro {
		text-align: left;
	}

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

	.adult_cnt_ttl {
		margin-bottom: 10px;
	}
}
