@charset "UTF-8";

.areaCamp {
}

.areaCamp_text {
	margin-bottom: 110px;
	text-align: center;
}

.camp {
	margin-bottom: 124px;
}

.camp:last-child {
	margin-bottom: 0;
}

.camp > a {
	display: block;
	min-height: 545px;
	color: inherit;
	text-decoration: none;
}

.camp > a::before {
}

.camp > a::after {
}

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

.camp_col {
}

.camp_col-no1 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	width: 500px;
	min-width: 500px;
	margin-top: 100px;
	padding: 58px 20px;
	box-sizing: border-box;
	background-image: linear-gradient(135deg, #0e63b6, #6acff9);
	transition-duration: 0.3s;
}

.camp_col-no1::before {
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to left, #0e63b6, #0e63b6);
	        transform-origin: left center;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-duration: 0.5s;

	-webkit-transform-origin: left center;
}

.camp_sect {
	position: relative;
	top: -5px;
	z-index: 1;
	max-width: 380px;
	color: #ffffff;
}

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

.areaTtl_ps {
	flex-flow: column;
	align-items: start;
	position: relative;
	padding-top: 37px;
}

.camp_title {
	position: relative;
	z-index: 1;
	width: calc(100% - 162px);
	font-weight: bold;
	font-size: 41px;
}

.camp_title span {
	font-size: 29px;
}

.areaTtl_ps .camp_title {
	width: 100%;
}

.camp_title::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	        transform: translate(-50%, -50%);

	-webkit-transform: translate(-50%, -50%);
}

.camp_title-physical::after {
	width: 174px;
	height: 56px;
	margin-top: 37px;
	margin-left: 54px;
	background-image: url(/assets/img/campus/txt-campus01@2x.png);
}

.camp_title-work::after {
	width: 218px;
	height: 60px;
	margin-top: 37px;
	margin-left: 34px;
	background-image: url(/assets/img/campus/txt-campus02@2x.png);
}

.camp_title-physical_sports::after {
	width: 160px;
	height: 82px;
	margin-top: 57px;
	margin-left: 104px;
	background-image: url(/assets/img/campus/txt-campus03@2x.png);
}

.camp_title-care::after {
	width: 204px;
	height: 65px;
	margin-top: 37px;
	margin-left: 34px;
	background-image: url(/assets/img/campus/txt-campus04@2x.png);
}

.camp_year {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 11px;
	z-index: 1;
	width: 132px;
	min-width: 132px;
	height: 132px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	font-weight: bold;
	font-size: 27px;
	line-height: 1.2;
}

.areaTtl_ps .camp_year {
	position: absolute;
	top: -37px;
	right: 0;
}

.camp_year > small {
	display: block;
	font-size: 22px;
}

.camp_text {
	margin-bottom: 35px;
}

.camp_more {
}

.camp_more::after {
	content: "";
	display: block;
	width: 153px;
	height: 1px;
	margin-top: 12px;
	background: #ffffff;
	transition-property: width;
	transition-duration: 0.3s;
}

.camp_col-no2 {
	position: relative;
	z-index: 1;
	width: calc(100% - 500px);
}

.camp_image {
	position: absolute;
	top: 0;
	left: -40px;
	z-index: 1;
	width: 864px;
	height: 545px;
	overflow: hidden;
}

.camp_image > img {
	display: block;
	transition-property: transform;
	transition-duration: 0.3s;
}

.camp_image-rev {
	right: -42px;
	left: auto;
}

.camp_cols-rev {
	flex-direction: row-reverse;
}

.camp_col-no2-rev {
}


.campus_bnr {
	padding: 100px 0;
}

.campus_bnr.u-inner {
	max-width: 1070px;
}

.campus_bnr a {
	display: block;
	text-align: center;
	transition-duration: .5s;
	margin-bottom: 20px;
}

.campus_bnr a:hover {
	opacity: 0.8;
}


/* question */

.question {
	padding: 100px 0;
	background: #F7F7F7;
}

.question .u-inner {
	max-width: 1070px;
}

.question_item {
	margin-bottom: 45px;
}

.question_item_que {
	background: #0e63b6;
	padding: 10px 20px;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
}

.question_item_que span {
	font-family: 'Oswald', sans-serif;
	font-size: 35px;
	line-height: 45px;
	margin-right: 10px;
}

.question_item_ans {
	background: #fff;
	padding: 30px 50px;
}

.bnr_list {
	background: #fff !important;
}

@media screen and (min-width:1000px) {
	.camp > a:hover {
	}

	a:hover .camp_col-no1 {
	}

	a:hover .camp_col-no1::before {
		opacity: 1;
	}

	a:hover .camp_more::after {
		width: 170px;
	}

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

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

	.areaCamp_text {
		margin-bottom: 75px;
	}

	.camp {
		margin-bottom: 80px;
	}

	.camp > a {
	}

	.camp > a::before {
	}

	.camp > a::after {
	}

	.camp_cols {
		display: block;
	}

	.camp_col {
	}

	.camp_col-no1 {
		width: 400px;
		min-width: 400px;
		margin-top: 0;
		padding: 30px 20px;
	}

	.camp_col-no1::before {
	}

	.camp_col-no1-rev {
		margin-left: auto;
	}

	.camp_sect {
		top: 0;
		max-width: 300px;
	}

	.camp_areaTtl {
		margin-bottom: 35px;
	}

	.camp_title {
		width: calc(100% - 127px);
		font-size: 32px;
	}

	.camp_title span {
		font-size: 22px;
	}

	.camp_title::after {
	}

	.camp_title-physical::after {
		width: 140px;
		height: 45px;
		margin-top: 30px;
		margin-left: 40px;
	}

	.camp_title-work::after {
		width: 174px;
		height: 48px;
	}

	.camp_year {
		width: 100px;
		min-width: 100px;
		height: 100px;
		font-size: 22px;
	}

	.areaTtl_ps .camp_year {
		top: -5px;
	}

	.camp_year > small {
		font-size: 18px;
	}

	.camp_text {
	}

	.camp_more {
	}

	.camp_more::after {
	}

	.camp_col-no2 {
		width: auto;
		margin-top: -80px;
	}

	.camp_image {
		position: static;
		left: auto;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.camp_image-rev {
	}

	.camp_cols-rev {
	}

	.camp_col-no2-rev {
		left: 0;
	}
}

@media screen and (max-width:767px) {
	.areaCamp {
	}

	.areaCamp_text {
		margin-bottom: 45px;
	}

	.camp {
		margin-bottom: 60px;
	}

	.camp > a {
		min-height: 0;
	}

	.camp > a::before {
	}

	.camp > a::after {
	}

	.camp_cols {
	}

	.camp_col {
		width: auto;
		min-width: 0;
	}

	.camp_col-no1 {
		padding: 20px;
	}

	.camp_col-no1::before {
	}

	.camp_sect {
	}

	.camp_areaTtl {
		margin-bottom: 28px;
	}

	.camp_title {
		width: calc(100% - 110px);
		font-size: 28px;
	}

	.camp_title span {
		font-size: 18px;
	}

	.camp_title::after {
	}

	.camp_title-physical::after {
		margin-top: 20px;
		margin-left: 42px;
	}

	.camp_title-work::after {
		margin-top: 22px;
		margin-left: 15px;
	}

	.camp_year {
		width: 90px;
		min-width: 90px;
		height: 90px;
		font-size: 20px;
	}

	.camp_year > small {
		font-size: 16px;
	}

	.camp_text {
		margin-bottom: 25px;
	}

	.camp_more {
	}

	.camp_more::after {
	}

	.camp_col-no2 {
		margin-top: 0;
	}

	.camp_image {
	}

	.camp_image-rev {
	}

	.camp_cols-rev {
	}

	.camp_col-no2-rev {
	}


	.campus_bnr {
		padding: 50px 0;
	}

	.campus_bnr a {
		width: 85%;
		margin: 0 auto 20px;
	}

	.question {
		padding: 50px 0;
	}

	.question_item_que {
		font-size: 18px;
	}

	.question_item_que span {
		font-size: 25px;
	}

	.question_item_ans {
		padding: 30px 20px;
	}


}
