@charset "utf-8";
/*------------------------------------------------------------
	graduate_info
------------------------------------------------------------*/
#graduate_info .comBg01 {
	padding-top: 77px;
}
#graduate_info .comBg01 .text {
	margin-bottom: 47px;
}
#graduate_info .comBg01 h3 {
	top: -17px;
}
#graduate_info .comBg01 .headLine01 {
	margin-bottom: -1px;
}
#graduate_info .comBg01 .photoList {
	margin-top: -40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#graduate_info .comBg01 .photoList li {
	margin-top: 40px;
	width: calc((100% - 40px) / 2);
}
@media all and (max-width: 896px) {
	#graduate_info .comBg01 {
		padding-top: 40px;
	}
	#graduate_info .comBg01 .text {
		margin-bottom: 30px;
	}
	#graduate_info .comBg01 .headLine01 {
		margin-bottom: 0;
	}
	#graduate_info .comBg01 .photoList {
		margin-top: -10px;
	}
	#graduate_info .comBg01 .photoList li {
		margin-top: 10px;
		width: calc((100% - 10px) / 2);
	}
}
/*------------------------------------------------------------
	welfare
------------------------------------------------------------*/
#welfare .comBg01 h3 {
	width: 127px;
	top: -44px;
}
#welfare .comBg01 .headLine01 {
	margin-bottom: 16px;
	font-size: 1.8rem;
}
#welfare .comBg01 p {
	margin-bottom: 16px;
}
#welfare .comBg01 .btn {
	text-align: center;
}
#welfare .comBg01 .btn a {
	width: 77.02%;
	display: inline-block;
	position: relative;
}
#welfare .comBg01 .btn a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.1);
	content: '';
	opacity: 0;
	transition: .3s;
}
#welfare .comBg01 .btn img {
	width: 100%;
}
#welfare .comBg01 .system {
	margin-bottom: 51px;
}
#welfare .comBg01 .textImg01 {
	margin-bottom: 31px;
	text-align: center;
}
#welfare .comBg01 .textImg01 img {
	width: 77.02%;
}
#welfare .comBg01 .textImg02 {
	margin-bottom: 18px;
	text-align: center;
}
#welfare .comBg01 .textImg02 img {
	width: 92.88%;
}
#welfare .target {
	margin-bottom: 48px;
}
#welfare .target .note {
	font-size: 1.3rem;
}
#welfare .example table {
	margin-bottom: 17px;
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
}
#welfare .example table th {
	color: #e8082f;
}
#welfare .example table thead th {
	width: 20%;
	font-weight: 700;
	text-align: center;
	box-sizing: border-box;
}
#welfare .example table tbody th,
#welfare .example table tbody td {
	padding: 16px 10px 17px;
	font-weight: 400;
	text-align: center;
	word-break: break-all;
	box-sizing: border-box;
	border-bottom: 1px solid #d6d6d6;
}
#welfare .example table td:last-of-type,
#welfare .example table td:nth-last-of-type(2) {
	color: #e8082f;
}
#welfare .example .txtList {
	margin-bottom: 49px;
	font-size: 1.3rem;
	line-height: 1.8;
}
#welfare .example .txtList li {
	padding-left: 1em;
	text-indent: -1em;
}
#welfare .example .phoList {
	margin: -30px -15px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#welfare .example .phoList li {
	margin: 30px 15px 0;
	width: 200px;
}
#welfare .comTable01.table01 th {
	line-height: 1.5;
}
@media (min-width: 897px) and (max-width: 1000px) {
	#welfare .example table tbody th,
	#welfare .example table tbody td {
		padding: 16px 5px 17px;
		font-size: 1.4rem;
	}
}
@media all and (min-width: 897px) {
	#welfare .comBg01 .btn a:hover::before {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#welfare .comBg01 h3 {
		width: 45px;
	}
	#welfare .comBg01 .headLine01 {
		font-size: 1.4rem;
	}
	#welfare .comBg01 .btn img {
		width: 100%;
	}
	#welfare .comBg01 .system {
		margin-bottom: 30px;
	}
	#welfare .comBg01 .textImg01 {
		margin-bottom: 31px;
	}
	#welfare .comBg01 .textImg01 img {
		width: 100%;
	}
	#welfare .comBg01 .textImg02 {
		margin-bottom: 18px;
		text-align: center;
	}
	#welfare .comBg01 .textImg02 img {
		width: 100%;
	}
	#welfare .target {
		margin-bottom: 30px;
	}
	#welfare .target .note {
		font-size: 1.1rem;
	}
	#welfare .example .tableBox {
		margin-bottom: 17px;
		overflow-x: auto;
	}
	#welfare .example table {
		margin-bottom: 0;
		width: 100%;
		min-width: 800px;
	}
	#welfare .example .txtList {
		margin-bottom: 30px;
		font-size: 1.1rem;
	}
	#welfare .example .phoList {
		margin: -10px 0 0;
		justify-content: space-between;
	}
	#welfare .example .phoList li {
		margin: 10px 0 0;
		width: calc((100% - 10px) / 2);
	}
}
/*------------------------------------------------------------
	learning
------------------------------------------------------------*/
#learning .pagePath {
	margin-bottom: 105px;
}
@media (min-width: 897px) and (max-width: 1000px) {
	#learning .comArea .textList li .ttl {
		font-size: 1.3rem;
	}
	#learning .comArea .comTable01 th,
	#learning  .comArea .comTable01 td {
		padding: 17px 10px;
		font-size: 1.2rem;
	}
}
@media all and (max-width: 896px) {
	#learning .pagePath {
		margin-bottom: 60px;
	}
}
/*------------------------------------------------------------
	school
------------------------------------------------------------*/
#school .topBox {
	margin-bottom: 77px;
}
#school .message {
	margin-bottom: 80px;
	padding: 67px 0 64px;
	position: relative;
}
#school .message::after {
	width: calc(100% - 50px);
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0 15px 15px 0;
	background: url(../img/school/message_bg01.png) no-repeat center center / cover;
	content: '';
	z-index: -1;
}
#school .message .comBox {
	position: relative;
}
#school .message .title {
	width: 390px;
	position: absolute;
	right: 114px;
	top: calc(50% + 20px);
	transform: translateY(-50%);
}
#school .message .textBox {
	width: 48.4%;
}
#school .message .textBox .headLine02 {
	margin-bottom: 25px;
	color: #fff;
}
#school .message .textBox .headLine02 span {
	color: #fff;
}
#school .message .textBox p {
	margin-bottom: 44px;
	color: #fff;
}
#school .message .textBox p:last-of-type {
	margin-bottom: 0;
}
#school .message .textBox .text {
	font-size: 1.3rem;
	text-align: right;
}
#school .message .textBox .text span {
	margin-top: 1px;
	display: block;
	font-size: 4rem;
	font-weight: 700;
}
#school .comArea:not(:last-of-type) {
	margin-bottom: 80px;
}
#school .comArea .headLine02 {
	margin: -45px 0 0 14.6%;
}
#school .comArea .comBg02 {
	padding: 60px 0 60px;
}
#school .comArea .comBg02 .head {
	top: -8px;
}
#school .comArea .comTable01 th {
	padding: 17px 10px 17px 50px;
	width: 20.2%;
	text-align: left;
}
#school .comArea .comTable01 td {
	padding: 17px 30px 17px 50px;
	width: 79.8%;
}
#school .comArea .comTable01 tr:last-of-type th,
#school .comArea .comTable01 tr:last-of-type td {
	border-bottom: none;
}
#school .history .comBox {
	max-width: 1300px;
}
#school .history .lBox {
	width: 66.92%;
}
#school .history .lBox .comTable01 th {
	width: 19.54%;
}
#school .history .lBox .comTable01 td {
	width: 80.46%;
}
#school .history .head {
	right: 22.8%;
}
#school .history .headLine02 {
	margin: -45px 14.6% 0 0;
}
#school .access {
	margin-bottom: 80px !important;
}
#school .access .comBg02 {
	padding: 80px 0 77px;
}
#school .access .comBg02 .head {
	top: -27px;
}
#school .access .comBg02 .headLine02 {
	margin-top: -65px;
}
#school .access .headLine01 {
	margin-bottom: 16px;
	font-size: 1.8rem;
}
#school .access .text {
	margin-bottom: 27px;
}
#school .access .map {
	margin-bottom: 27px;
	height: 300px;
}
#school .access .map iframe {
	width: 100%;
	height: 100%;
	border-radius: 15px;
}
#school .access .textUl {
	margin-top: -20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#school .access .textUl li {
	margin-top: 20px;
	width: calc((100% - 20px) / 2);
}
#school .access .textUl .ttl {
	margin-bottom: 14px;
	color: #e8002f;
	font-size: 1.8rem;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	#school .topBox {
		margin-bottom: 40px;
	}
	#school .message {
		margin-bottom: 40px;
		padding: 40px 0;
	}
	#school .message::after {
		width: calc(100% - 20px);
		border-radius: 0 10px 10px 0;
	}
	#school .message .title {
		width: 200px;
		right: 40px;
	}
	#school .message .textBox {
		margin-right: 20px;
		width: auto;
	}
	#school .message .textBox p {
		margin-bottom: 25px;
	}
	#school .message .textBox .text {
		font-size: 1.2rem;
	}
	#school .message .textBox .text span {
		font-size: 2rem;
	}
	#school .comArea:not(:last-of-type) {
		margin-bottom: 40px;
	}
	#school .comArea .headLine02 {
		margin: -30px 0 0;
	}
	#school .comArea .comBg02 {
		padding: 40px 0;
	}
	#school .comArea .comTable01 th {
		padding: 15px 0;
		width: auto;
	}
	#school .comArea .comTable01 td {
		padding: 15px 0;
		width: auto;
	}
	#school .history .comBox {
		max-width: inherit;
	}
	#school .history .lBox {
		width: calc(100% - 122px);
	}
	#school .history .lBox .comTable01 th {
		width: auto;
	}
	#school .history .lBox .comTable01 td {
		width: auto;
	}
	#school .history .comBg02 .head {
		right: 15px;
		top: 60px;
	}
	#school .history .headLine02 {
		margin: -30px 0 0 0;
	}
	#school .access {
		margin-bottom: 40px !important;
	}
	#school .access .comBg02 {
		padding: 40px 0;
	}
	#school .access .comBg02 .head {
		top: 60px;
	}
	#school .access .comBg02 .headLine02 {
		margin-top: -15px;
	}
	#school .access .headLine01 {
		font-size: 1.5rem;
	}
	#school .access .text {
		margin-bottom: 20px;
	}
	#school .access .map {
		height: 50vw;
	}
	#school .access .map iframe {
		border-radius: 10px;
	}
	#school .access .textUl {
		margin-top: 0;
		display: block;
	}
	#school .access .textUl li {
		margin: 0 0 20px;
		width: auto;
	}
	#school .access .textUl li:last-of-type {
		margin-bottom: 0;
	}
	#school .access .textUl .ttl {
		margin-bottom: 10px;
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	automovie
------------------------------------------------------------*/
#automovie .topBox {
	margin-bottom: 77px;
}
#automovie .program .comBg02 {
	padding: 80px 0;
}
#automovie .program .comBg02 .headLine02 {
	margin: -64px 0 0 11.6%;
}
#automovie .difference .comBg02 {
	padding: 77px 0 80px;
}
#automovie .difference .comBg02 .headLine02 {
	margin-top: -60px;
}
#automovie .difference .comBg02 .head {
	top: -20px;
}
#automovie .difference .textDl {
	margin-bottom: 27px;
}
#automovie .difference .textDl dt {
	margin-bottom: 9px;
	color: #e8002f;
	font-size: 1.8rem;
	font-weight: 700;
}
#automovie .difference .textDl dd:not(:last-of-type) {
	margin-bottom: 24px;
}
#automovie .difference .headLine01 {
	text-align: center;
}
#automovie .difference .comTable01 {
	margin-bottom: 16px;
}
#automovie .difference .comTable01 th,
#automovie .difference .comTable01 td {
	width: 25%;
	text-align: center;
}
#automovie .difference .note {
	font-size: 1.3rem;
}
#automovie .becoming {
	margin-bottom: 80px;
}
#automovie .becoming .comBg02 {
	padding: 80px 0;
}
#automovie .becoming .comBg02 .headLine02 {
	margin: -66px 0 0 7%;
}
#automovie .becoming .comBg02 .head {
	top: -7px;
}
#automovie .becoming .textImg {
	margin-bottom: 16px;
}
#automovie .becoming p {
	font-size: 1.3rem;
}
@media all and (max-width: 896px) {
	#automovie .topBox {
		margin-bottom: 40px;
	}
	#automovie .program .comBg02 {
		padding: 40px 0;
	}
	#automovie .program .comBg02 .headLine02 {
		margin: -20px 0 20px;
	}
	#automovie .difference .comBg02 {
		padding: 40px 0;
	}
	#automovie .difference .comBg02 .headLine02 {
		margin-top: -20px;
	}
	#automovie .difference .comBg02 .head {
		top: 80px;
	}
	#automovie .difference .textDl dt {
		font-size: 1.6rem;
	}
	#automovie .difference .comTable01 {
		margin-bottom: 16px;
	}
	#automovie .difference .comTable01 th,
	#automovie .difference .comTable01 td {
		width: 100%;
		text-align: left;
	}
	#automovie .becoming {
		margin-bottom: 40px;
	}
	#automovie .becoming .comBg02 {
		padding: 40px 0;
	}
	#automovie .becoming .comBg02 .headLine02 {
		margin: -20px 0 20px;
	}
	#automovie .becoming .comBg02 .head {
		top: 60px;
	}
}
/*------------------------------------------------------------
	campuslife
------------------------------------------------------------*/
#campuslife .topBox {
	margin-bottom: 94px;
}
#campuslife .topBox p {
	text-align: center;
}
#campuslife .schedule {
	margin-bottom: 80px;
	position: relative;
	overflow: hidden;
}
#campuslife .schedule::after {
	width: 177px;
	height: 315px;
	position: absolute;
	right: -26px;
	top: calc(50% - 221px);
	background: url(../img/campuslife/schedule_bg01.png) no-repeat center center / cover;
	content: '';
}
#campuslife .schedule .comBg02 {
	padding: 80px 0;
}
#campuslife .schedule .comBg02 .headLine02 {
	margin: -65px 0 0 10.6%;
}
#campuslife .calendar .comBg02 {
	padding: 80px 0;
}
#campuslife .calendar .comBg02 .headLine02 {
	margin: -65px 10.9% 0 0;
}
#campuslife .calendar .comBg02 .head {
	top: -27px;
}
#campuslife .calendar .comTable01 {
	margin-bottom: 15px;
}
#campuslife .calendar .comTable01 th {
	width: 25%;
}
#campuslife .calendar .comTable01 td {
	padding-left: 50px;
	width: 75%;
}
#campuslife .calendar .comTable01 tr:first-of-type th {
	border-top: 1px solid #e8002f;
}
#campuslife .calendar .comTable01 tr:first-of-type td {
	border-top: 1px solid #d6d6d6;
}
#campuslife .calendar .note {
	font-size: 1.3rem;
}
#campuslife .calendar {
	margin-bottom: 0 !important;
}
@media all and (max-width: 896px) {
	#campuslife .topBox {
		margin-bottom: 50px;
	}
	#campuslife .schedule {
		margin-bottom: 40px;
	}
	#campuslife .schedule::after {
		display: none;
	}
	#campuslife .schedule .comBg02 {
		padding: 40px 0;
	}
	#campuslife .schedule .comBg02 .headLine02 {
		margin: -20px 0 20px;
	}
	#campuslife .calendar .comBg02 {
		padding: 40px 0;
	}
	#campuslife .calendar .comBg02 .headLine02 {
		margin: -20px 0 20px;
	}
	#campuslife .calendar .comBg02 .head {
		top: 60px;
	}
	#campuslife .calendar .comTable01 th {
		width: 100%;
	}
	#campuslife .calendar .comTable01 td {
		padding-left: 0;
		width: 100%;
	}
}
/*------------------------------------------------------------
	attracts
------------------------------------------------------------*/
#attracts .imgBox {
	margin-bottom: 80px;
	display: flex;
	justify-content: flex-end;
}
#attracts .imgBox.imgBox01 {
	margin-bottom: 0;
}
#attracts .imgBox.imgBoxR {
	flex-direction: row-reverse;
}
#attracts .imgBox .photoBox {
	width: 50%;
	height: 500px;
	overflow: hidden;
	border-radius: 15px 0 0 15px;
}
#attracts .imgBox.imgBoxR .photoBox {
	border-radius: 0 15px 15px 0;
}
#attracts .imgBox .photoBox img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
#attracts .imgBox .textBox {
	margin: 20px 3.5% 0 0;
	width: 42.86%;
}
#attracts .imgBox .textBox .comBtn span {
	padding-right: 33px;
}
#attracts .imgBox.imgBoxR .textBox {
	margin: 20px 0 0 3.5%;
}
#attracts .imgBox .textBox .headLine01 {
	margin-bottom: 16px;
	font-size: 3rem;
}
#attracts .imgBox .textBox .headLine01 span {
	margin-bottom: 5px;
	display: block;
	font-size: 1.3rem;
	font-weight: 400;
}
#attracts .imgBox .textBox p {
	margin-bottom: 27px;
}
#attracts .imgBox .textBox .photoList {
	margin-top: -20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#attracts .imgBox .textBox .photoList li {
	margin-top: 20px;
	width: calc((100% - 20px) / 2);
}
#attracts .imgBox.imgBoxR .textList li {
	margin-bottom: 14px;
	padding: 15px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 15px;
	background-color: #fff;
}
#attracts .imgBox.imgBoxR .textList li:last-of-type {
	margin-bottom: 0;
}
#attracts .imgBox.imgBoxR .textList li p {
	width: 37.04%;
	margin-bottom: 0;
	color: #e8002f;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}
#attracts .imgBox.imgBoxR .textList li .txt {
	margin-top: -8px;
	width: 53.6%;
}
#attracts .imgBox.imgBoxR .textList li .txt span {
	margin-left: 18px;
	font-size: 6rem;
	line-height: 1;
	vertical-align: -12px;
}
#attracts .imgBox.imgBox01 .textBox p {
	margin-bottom: 16px;
}
#attracts .imgBox .textBox .title {
	margin-bottom: 20px !important;
	color: #e8002f;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
#attracts .imgBox .textBox .textUl {
	margin: -15px 0 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#attracts .imgBox .textBox .textUl::after {
	width: calc((100% - 30px) / 3);
	content: '';
}
#attracts .imgBox .textBox .textUl li {
	padding: 20px 10px 29px;
	margin-top: 15px;
	width: calc((100% - 30px) / 3);
	border-radius: 15px;
	box-sizing: border-box;
	background-color: #fff;
	word-break: break-all;
}
#attracts .imgBox .textBox .textUl li p {
	text-align: center;
}
#attracts .imgBox .textBox .textUl li .txt01 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
}
#attracts .imgBox .textBox .textUl li .txt02 {
	margin-bottom: 0;
	color: #e8002f;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
}
#attracts .imgBox .textBox .textUl li .txt02 span {
	font-size: 4rem;
	line-height: 1;
	letter-spacing: 0;
	font-family: 'Oswald', sans-serif;
}
@media (min-width: 897px) and (max-width: 1050px) {
	#attracts .imgBox .textBox .textUl li .txt01 {
		font-size: 1.5rem;
	}
	#attracts .imgBox .textBox .textUl li .txt02 span {
		font-size: 3rem;
	}
}
@media all and (max-width: 896px) {
	#attracts .imgBox {
		margin: 0 15px 60px;
		display: block;
	}
	#attracts .imgBox .photoBox {
		width: auto;
		height: auto;
		border-radius: 0;
	}
	#attracts .imgBox .textBox {
		margin: 0 0 30px;
		width: auto;
	}
	#attracts .imgBox.imgBoxR .photoBox {
		border-radius: 0;
	}
	#attracts .imgBox.imgBoxR .textBox {
		margin: 0 0 30px;
	}
	#attracts .imgBox .textBox .headLine01 {
		font-size: 2rem;
	}
	#attracts .imgBox .textBox p {
		margin-bottom: 27px;
	}
	#attracts .imgBox .textBox .photoList {
		margin-top: -10px;
	}
	#attracts .imgBox .textBox .photoList li {
		margin-top: 10px;
		width: calc((100% - 10px) / 2);
	}
	#attracts .imgBox.imgBoxR .textList li {
		padding: 15px;
		display: block;
		border-radius: 10px;
	}
	#attracts .imgBox.imgBoxR .textList li p {
		margin-bottom: 15px;
		width: auto;
		font-size: 1.6rem;
	}
	#attracts .imgBox.imgBoxR .textList li .txt {
		margin: 0;
		width: auto;
	}
	#attracts .imgBox.imgBoxR .textList li .txt span {
		font-size: 4rem;
		vertical-align: -7px;
	}
	#attracts .imgBox .textBox .title {
		font-size: 1.6rem;
	}
	#attracts .imgBox .textBox .textUl::after {
		display: none;
	}
	#attracts .imgBox .textBox .textUl li {
		padding: 20px 5px;
		width: calc((100% - 15px) / 2);
		border-radius: 10px;
	}
	#attracts .imgBox .textBox .textUl li p {
		text-align: center;
	}
	#attracts .imgBox .textBox .textUl li .txt01 {
		font-size: 1.4rem;
	}
	#attracts .imgBox .textBox .textUl li .txt02 {
		font-size: 1.4rem;
	}
	#attracts .imgBox .textBox .textUl li .txt02 span {
		font-size: 2.5rem;
		vertical-align: -3px;
	}
}
/*------------------------------------------------------------
	employm
------------------------------------------------------------*/
#employm .comBg01 h3 {
	top: 16px;
}
#employm .comBg01 .tBox {
	margin-bottom: 130px;
	position: relative;
}
#employm .comBg01 .tBox::after {
	width: 80px;
	height: 100px;
	position: absolute;
	left: 50%;
	bottom: -100px;
	transform: translateX(-50%);
	background: url(../img/employm/bg01.png) no-repeat center center / cover;
	content: '';
}
#employm .comBg01 .tBox .textImg {
	width: 180px;
	position: absolute;
	left: 50%;
	top: 75px;
	transform: translateX(-50%);
}
#employm .comBg01 .tBox .textList {
	margin-top: -40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#employm .comBg01 .tBox .textList > li {
	margin-top: 40px;
	padding: 47px 30px 39px;
	width: calc((100% - 140px) / 2);
	border-radius: 15px;
	box-sizing: border-box;
	background-color:  #f5f5f5;
}
#employm .comBg01 .tBox .textList > li .ttl {
	margin-bottom: 24px;
	color: #e8002f;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
#employm .comBg01 .tBox .textList .textUl {
	display: flex;
	justify-content: space-between;
}
#employm .comBg01 .tBox .textList .textUl > li {
	width: 50%;
}
#employm .comBg01 .tBox .textList .textUl > li ul li {
	padding-left: 1em;
	text-indent: -1em;
}
#employm .area:not(:last-of-type) {
	margin-bottom: 47px;
}
#employm .area .headLine01 {
	margin-bottom: 29px;
	font-size: 1.8rem;
}
#employm .area .textList {
	margin-top: -27px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#employm .area .textList::after {
	width: calc((100% - 50px)  / 3);
	content: '';
}
#employm .area .textList > li {
	margin-top: 27px;
	width: calc((100% - 50px) / 3);
}
#employm .area .textList > li .ttl {
	margin-bottom: 16px;
	padding: 12px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	background-color: #e8002f;
}
#employm .area .textList > li .textUl > li:not(:last-of-type) {
	margin-bottom: 27px;
}
#employm .area.list .headLine01 {
	margin-bottom: 16px;
}
#employm .area .title {
	font-weight: 700;
}
#employm .area .text {
	margin-bottom: 17px;
}
#employm .area .textList:not(:last-of-type) {
	margin-bottom: 24px;
}
#employm .area .title.btm01 {
	margin-bottom: 17px;
}
@media all and (max-width: 896px) {
	#employm .comBg01 .tBox {
		margin-bottom: 120px;
	}
	#employm .comBg01 .tBox::after {
		width: 40px;
		height: 50px;
		bottom: -75px;
	}
	#employm .comBg01 .tBox .textImg {
		margin: 0 auto;
		width: 150px;
		position: relative;
		left: 0;
		top: 0;
		transform: translateX(0);
	}
	#employm .comBg01 .tBox .textList {
		margin: 0 0 30px;
		display: block;
	}
	#employm .comBg01 .tBox .textList > li {
		margin: 0 0 30px;
		padding: 20px 15px;
		width: auto;
		border-radius: 10px;
	}
	#employm .comBg01 .tBox .textList > li:last-of-type {
		margin-bottom: 0;
	}
	#employm .comBg01 .tBox .textList > li .ttl {
		margin-bottom: 15px;
		font-size: 1.5rem;
	}
	#employm .comBg01 .tBox .textList .textUl {
		display: block;
	}
	#employm .comBg01 .tBox .textList .textUl > li {
		width: auto;
	}
	#employm .area:not(:last-of-type) {
		margin-bottom: 47px;
	}
	#employm .area .headLine01 {
		margin-bottom: 20px;
		font-size: 1.5rem;
	}
	#employm .area .textList {
		margin-top: 0;
		display: block;
	}
	#employm .area .textList::after {
		display: none;
	}
	#employm .area .textList > li {
		margin: 0 0 30px;
		width: auto;
	}
	#employm .area .textList > li:last-of-type {
		margin-bottom: 0;
	}
	#employm .area .textList > li .ttl {
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	information
------------------------------------------------------------*/
#information .inner {
	margin-left: auto;
	width: calc(50% + 420px);
}
#information .photoList {
	margin-bottom: 57px;
}
#information .photoList li {
	margin-right: 30px;
	width: 310px !important;
	float: left;
}
#information .comBg01 h3 {
	top: -12px;
}
#information .photoList .pho {
	margin-bottom: 7px;
	width: 320px;
	height: 235px;
}
#information  .photoList li .pho img{
	width: 100%;
	height: auto;
	border-radius: 20px;
	max-width: 200px;
	max-height: 160px;
	object-fit: cover;
	-o-object-fit: cover;
}
#information .photoList .txtBox .ttl {
	margin-bottom: 9px;
	font-weight: 700;
}
#information .photoList p {
	margin-bottom: 5px;
}
#information .photoList p:last-of-type {
	margin-bottom: 0;
}
#information .photoList .txtBox .note {
	color: #e8002f;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: right;
}
#information .comBtn {
	margin: 0 50px 50px auto;
	max-width: 180px;
}
#information .comBtn a {
	padding-left: 30px;
}
#information .comBtn a span {
	padding-right: 47px;
}
#information .schedule .headLine01 {
	margin-bottom: 17px;
}
#information .schedule .calender{
	max-width: 1040px;
	max-height: 779px;
}
#information .schedule .calender iframe{
	width: 100%;
	max-height: 779px;
}
@media (min-width: 897px) and (max-width: 1400px) {
	#information .inner {
		width: 80%;
	}
}
@media all and (max-width: 896px) {
	#information .inner {
		width: calc(100% - 80px);
	}
	#information .photoList {
		margin-bottom: 30px;
	}
	#information .photoList li {
		margin-right: 15px;
		width: 200px !important;
	}
	#information .photoList .txtBox .note {
		font-size: 1.2rem;
	}
	#information .comBtn {
		margin: 0 0 30px auto;
	}
	#information .comBtn a {
		padding-left: 20px;
	}
	#information .comBtn a span {
		padding-right: 30px;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact .pagePath {
    margin-bottom: 95px;
}
#contact .comBg01 h3 {
    left: 8px;
    top: -41px;
}
#contact .rBox p {
    margin: -6px 0 27px;
}
#contact table {
    margin-bottom: 42px;
    width: 100%;
    border-collapse: collapse;
}
#contact .mailForm th, 
#contact .mailForm td {
    padding: 17px 20px 18px;
    width: 24%;
    font-size: 1.5rem;
    line-height: 3;
    word-break: break-all;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #D6D6D6;
    box-sizing: border-box;   
}
#contact .mailForm th {
    color: #E8002F;
    font-weight: 700;
    border-bottom-color: #E8002F;
}
#contact .mailForm .style {
    padding: 12px 21px 13px;
}
#contact .mailForm th .must {
    margin-right: 20px;
    padding: 6px 12px;
    color: #FFF;
    font-size: 1.3rem;
    font-weight: normal;
    border-radius: 10px;
    background-color: #E8002F;
}
#contact .mailForm td {
    padding-left: 21px;
    width: 76%;
}
#contact .mailForm .center {
    margin-left: 70px;
}
#contact .mailForm input[type="text"], 
#contact .mailForm input[type="tel"], 
#contact .mailForm input[type="email"], 
#contact .mailForm textarea {
    padding: 10px 19px;
    width: 330px;
    height: 40px;
    font-size: 1.5rem;
    border-radius: 5px;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    -webkit-appearance: none;
}
#contact .mailForm textarea {
    width: 100%;
    height: 158px;
    vertical-align: top;
    resize: vertical;
}
#contact .mailForm .wid01 {
    width: 150px !important;
}
#contact .mailForm .wid02 {
    width: 120px !important;
}
#contact .mailForm .wid03 {
    width: 60px !important;
}
#contact .mailForm .wid04 {
    width: 180px !important;
}
#contact .mailForm .wid05 {
    width: 250px !important;
}
#contact .mailForm li {
    margin-right: 20px;
}
#contact .mailForm ul li:last-child, 
#contact .mailForm .addressUl li, 
#contact .mailForm .emailUl li {
    margin-right: 0;
}
#contact .mailForm li.date-list.open{
	display: none;
}
#contact .mailForm td span {
    margin-left: 7px;
}
#contact .mailForm input[type="radio"] {
    display: none;
}
#contact .mailForm .sexUl span {
    display: inline-block;
}
#contact .mailForm input[type="radio"] + span {
    margin: 0 11px 0 0;
    padding: 5px 0 5px 29px;
    background: url("../img/contact/icon01.png") no-repeat left center;
    background-size: 20px 20px;
}
#contact .mailForm input[type="radio"]:checked + span {
    background-image: url("../img/contact/icon02.png");
}
#contact .mailForm a {
    text-decoration: underline;
}
#contact .mailForm a:hover {
    text-decoration: none;
}
#contact .mailForm .addressUl li:not(:last-child), 
#main .mailForm .emailUl li:not(:last-child) {
    margin-bottom: 5px;
}
#main .mailForm tr:last-child th, 
#contact .mailForm tr:last-child td {
    padding-bottom: 0;
    border-bottom: none;
}
#contact .mailForm input[type="checkbox"] {
    display: none;
}
#contact .mailForm input[type="checkbox"] + span {
    margin-left: 0;
    padding-left: 30px;
    display: inline-block;
    background: url("../img/contact/icon03.png")no-repeat left center;
    background-size: 20px 20px;
}
#contact .mailForm input[type="checkbox"]:checked + span {
    background-image: url("../img/contact/icon04.png");
}
#contact .mailForm .submit input {
    padding-right: 23px;
    width: 180px;
    height: 40px;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 500;
    border: none;
	border-radius: 0;
    cursor: pointer;
    background-color: #E8002F;
	-webkit-appearance: none;
	appearance: none;
	transition: .3s;
}
#contact .mailForm .submit li {
    margin-right: 30px;
    display: inline-block;
    position: relative;
}
#contact .mailForm .submit li:after {
    width: 10px;
    height: 10px;
    top: 36%;
    right: 9%;
    content: "";
    position: absolute;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: rotate(-45deg);
}
#contact .mailForm .submit .reset input {
    color: #888;
    background-color: #F5F5F5;
}
#contact .mailForm .submit .reset:after {
    border-color: #888;
}
#contact .mailForm .submit li:hover {
    opacity: 0.7;
}
@media (min-width: 897px) and (max-width: 1190px) {
	#contact .mailForm th {
		padding: 17px 10px 18px;
	}
	#contact .mailForm th .must {
		margin-right: 5px;
		padding: 6px 5px;
		font-size: 1.1rem;
	}
	#contact .mailForm th,
	#contact .mailForm td {
		font-size: 1.2rem;
	}
	#contact .mailForm .center {
		margin-left: 37px;
	}
}
@media all and (max-width: 896px) {
    #contact .mailForm th, 
    #contact .mailForm td {
        padding: 15px 0;
        width: 100%;
        display: block;
        font-size: 1.3rem; 
    }
    #contact .mailForm th .must {
        padding: 4px 9px;
        margin-right: 10px;
        font-size: 1rem;
    }
    #contact .mailForm th .center {
        margin-left: 0;
    }
    #contact .mailForm .nameUl, 
    #contact .mailForm .timeUl {
        justify-content: space-between;
    }
    #contact .mailForm .nameUl li {
        width: 48%;
    }
    #contact .mailForm .timeUl li {
        width: 33% !important;
    }
    #contact .mailForm .nameUl li:last-child, 
    #contact .mailForm .timeUl li:last-child {
        margin-right: 0;
    }
    #contact .mailForm .timeUl li input {
        width: calc(100% - 30px) !important;
    }
    #contact .mailForm .sexUl li {
        margin: 0 15px;
    }
    #contact .mailForm li {
        margin-right: 0;
        text-align: center;
    }
    #contact .mailForm li:last-child {
        margin-bottom: 0;
    }
    #contact .mailForm td a {
        margin-left: 0;
        display: block;
        text-align: center;
    }
    #contact .mailForm input[type="text"], 
    #contact .mailForm input[type="tel"], 
    #contact .mailForm input[type="email"], 
    #contact .mailForm textarea {
        padding: 6px 9px;
        width: 100% !important;
        font-size: 1.3rem;
    }
    #contact .mailForm td .link a {
        margin-left: 15px;
    }
    #contact .mailForm .submit {
        display: block;
        text-align: center;  
    }
    #contact .mailForm .submit li {
        display: block;
    }
    #contact .mailForm .submit input {
        width: 100%;
        font-size: 1.3rem;
    }
    #contact .mailForm .submit li:not(last-child) {
        margin: 0 0 10px;
    }
    #contact .mailForm .submit li:hover {
        opacity: 1;
    }
}


/*------------------------------------------------------------
	opencampus form
------------------------------------------------------------*/
#contact .mailForm select{
	padding: 10px 19px;
    width: 330px;
    height: 40px;
    font-size: 1.5rem;
    border-radius: 5px;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
}
#contact .oc_thanks{
	text-align: center;
}

@media (max-width: 896px){
	#contact .mailForm select{
	padding: 6px 9px;
	width: 100% !important;
	font-size: 1.3rem;
	}
	#contact .mailForm .nameUl li.date-list{
		width: 100%;
		text-align: left;
	}
}


/*------------------------------------------------------------
	enrollment
------------------------------------------------------------*/
#enrollment .headLine01 {
	font-size: 1.8rem;
}
#enrollment .comBg01 h3 {
	top: -56px;
}
#enrollment .study {
	margin-bottom: 29px;
}
#enrollment .quota {
	margin-bottom: 47px;
}
#enrollment .quota h4 {
	margin-bottom: 16px;
}
#enrollment .method {
	margin-bottom: 47px;
}
#enrollment .method h4 {
	margin-bottom: 26px;
}
#enrollment .method .comTable02 {
	margin-bottom: 17px;
}
#enrollment .method .comTable02 td {
	padding: 17px 10px;
}
#enrollment .method .comTable02 td .subBox {
	display: flex;
	justify-content: center;
	align-items: center;
}
#enrollment .method .comTable02 td ul {
	display: inline-block;
	text-align: left;
}
#enrollment .method .comTable02 td small {
	font-size: 1.3rem;
}
#enrollment .method .comTable02 tr:last-of-type td {
	border-bottom: 1px solid #d6d6d6;
}
#enrollment .method .textList {
	margin: 0 10px;
}
#enrollment .method .textList li {
	font-size: 1.3rem;
}
#enrollment .selection {
	margin-bottom: 47px;
}
#enrollment .selection .comTable02 {
	margin-bottom: 17px;
}
#enrollment .selection .comTable02 th,
#enrollment .selection .comTable02 td {
	width: auto;
}
#enrollment .selection .comTable02 tr:last-of-type td {
	border-bottom: 1px solid #d6d6d6;
}
#enrollment .selection .textList {
	margin: 0 10px;
}
#enrollment .selection .textList li {
	font-size: 1.3rem;
}
#enrollment .venue {
	margin-bottom: 47px;
}
#enrollment .venue .headLine01 {
	margin-bottom: 17px;
}
#enrollment .venue p {
	font-weight: 700;
}
#enrollment .submit {
	margin-bottom: 47px;
}
#enrollment .submit .textList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#enrollment .submit .textList > li {
	width: calc((100% - 40px) / 2);
}
#enrollment .submit .textList .headLine01 {
	margin-bottom: 16px;
}
#enrollment .submit .textList .list01 ul li:not(:last-of-type) {
	margin-bottom: 14px;
}
#enrollment .entrance {
	margin-bottom: 47px;
}
#enrollment .entrance .headLine01 {
	margin-bottom: 16px;
}
#enrollment .entrance ul span {
	color: #e8002f;
}
#enrollment .notice01 {
	margin-bottom: 47px;
}
#enrollment .notice01:last-of-type {
	margin-bottom: 0;
}
#enrollment .notice01 .headLine01 {
	margin-bottom: 16px;
}
#enrollment .qualification-list{
	text-align: left;
    display: inline-block;
}
#enrollment .qualification-list li {
	color: #888;
	font-size: 13px;
}
@media all and (-ms-high-contrast:none) {
	#enrollment .method .comTable02 {
		table-layout: fixed;
	}
}
@media all and (max-width: 896px) {
	#enrollment .headLine01 {
		font-size: 1.6rem;
	}
	#enrollment .comBg01 h3 {
		top: -20px;
	}
	#enrollment .quota {
		margin-bottom: 30px;
	}
	#enrollment .method {
		margin-bottom: 30px;
	}
	#enrollment .method h4 {
		margin-bottom: 20px;
	}
	#enrollment .method .comTable02 {
		margin-bottom: 17px;
	}
	#enrollment .method .comTable02 td {
		padding: 17px 10px;
	}
	#enrollment .method .comTable02 td .subBox {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#enrollment .tableBox {
		overflow-x: auto;
	}
	#enrollment .tableBox .comTable02 {
		min-width: 650px;
	}
	#enrollment .method .comTable02 td small {
		font-size: 1.1rem;
	}
	#enrollment .method .textList {
		margin: 0;
	}
	#enrollment .selection {
		margin-bottom: 30px;
	}
	#enrollment .selection .textList {
		margin: 0;
	}
	#enrollment .selection .textList li {
		font-size: 1.3rem;
	}
	#enrollment .venue {
		margin-bottom: 30px;
	}
	#enrollment .venue .headLine01 {
		margin-bottom: 17px;
	}
	#enrollment .submit {
		margin-bottom: 47px;
	}
	#enrollment .submit .textList {
		display: block;
	}
	#enrollment .submit .textList > li {
		margin: 0 0 30px;
		width: auto;
	}
	#enrollment .submit .textList > li:last-of-type {
		margin-bottom: 0;
	}
	#enrollment .entrance {
		margin-bottom: 30px;
	}
	#enrollment .notice01 {
		margin-bottom: 30px;
	}
}
/*------------------------------------------------------------
	support
------------------------------------------------------------*/
#support .comBg01 h3 {
	top: -47px;
}
#support .comBg01 .headLine01 {
	margin-bottom: 16px;
	font-size: 1.8rem;
}
#support .student {
	margin-bottom: 50px;
}
#support .student .text {
	margin-bottom: 7px;
}
#support .student .comTable01 th,
#support .student .comTable01 td {
	width: 25%;
	text-align: center;
}
#support .student .comTable01 tr:first-of-type td {
	color: #e8002f;
	font-weight: 700;
}
#support .student .imgBox {
	display: flex;
	justify-content: space-between;
}
#support .student .imgBox .photoBox {
	width: 41.83%;
}
#support .student .imgBox .textBox {
	margin-top: 20px;
	width: 55.77%;
}
#support .student .imgBox .textBox p {
	margin-bottom: 47px;
}
#support .student .imgBox .textBox .textList li {
	font-size: 1.3rem;
}
#support .area {
	margin-bottom: 48px;
}
#support .area:last-of-type {
	margin-bottom: 0;
}
#support .area p {
	margin-bottom: 7px;
}
#support .area p span {
	color: #e8002f;
}
#support .area .comTable01 {
	margin-bottom: 18px;
}
#support .area .comTable01 th,
#support .area .comTable01 td {
	padding: 17px 5px;
	width: 20%;
	text-align: center;
}
#support .area .comTable01 tr:first-of-type td {
	color: #e8002f;
	font-weight: 700;
}
#support .area .textList li {
	font-size: 1.3rem;
}
#support .hope p {
	margin-bottom: 14px;
}
#support .hope p.title {
	margin-bottom: 0;
	font-weight: 700;
}
#support .hope p:last-of-type {
	margin-bottom: 0;
}
#support .hope p small {
	margin-top: 3px;
	display: block;
	font-size: 1.3rem;
}
#support .area .textUl {
	margin-bottom: 18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#support .area .textUl::after {
	width: calc((100% - 80px) / 3);
	content: '';
}
#support .area .textUl li {
	width: calc((100% - 80px) / 3);
	text-align: center;
	border-radius: 15px;
	overflow: hidden;
	box-sizing: border-box;
}
#support .area .textUl li .ttl {
	margin-bottom: 0;
	padding: 15px 10px 19px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	box-sizing: border-box;
	border: 3px solid #e80030;
	background-color: #e8002f;
}
#support .area .textUl li p {
	font-size: 1.8rem;
	color: #e8002f;
	font-weight: 700;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#support .area .textUl li .txt {
	padding: 6px 10px 7px;
	box-sizing: border-box;
	border-radius: 0 0 15px 15px;
	border: 3px solid #e80030;
}
#support .area .textUl li p span {
	display: block;
	color: #222;
	font-size: 1.5rem;
	line-height: 1.85;
}
#support .area .textUl li p small {
	display: block;
	color: #222;
	font-size: 1.3rem;
	line-height: 1.85;
}
#support .fee .textList {
	margin-bottom: 14px;
}
#support .area .textList01:not(:last-of-type) {
	margin-bottom: 14px;
}
#support .public .btm01 {
	margin-bottom: 0;
}
#support .public .textList01 {
	margin-bottom: 0 !important;
}
#support .public .textList {
	margin-bottom: 13px;
	line-height: 2.08;
}
#support .public .textList:last-of-type {
	margin-bottom: 0;
}
#support .orico_banner {
	display: block;
	margin: 10px 0;
}
@media all and (max-width: 896px) {
	#support .comBg01 h3 {
		top: -20px;
	}
	#support .comBg01 .headLine01 {
		font-size: 1.6rem;
	}
	#support .student {
		margin-bottom: 30px;
	}
	#support .student .comTable01 th,
	#support .student .comTable01 td {
		width: 100%;
		text-align: left;
	}
	#support .student .imgBox {
		display: block;
	}
	#support .student .imgBox .photoBox {
		width: auto;
	}
	#support .student .imgBox .textBox {
		margin: 0 0 30px;
		width: auto;
	}
	#support .student .imgBox .textBox p {
		margin-bottom: 25px;
	}
	#support .area {
		margin-bottom: 30px;
	}
	#support .area .comTable01 th,
	#support .area .comTable01 td {
		padding: 17px 0;
		width: 100%;
		text-align: left;
	}
	#support .area .comTable01 tr:first-of-type td {
		color: #222;
	}
	#support .hope p small {
		font-size: 1.1rem;
	}
	#support .area .textUl {
		margin-bottom: 18px;
		display: block;
	}
	#support .area .textUl::after {
		display: none;
	}
	#support .area .textUl li {
		margin: 0 0 30px;
		width: auto;
		border-radius: 10px;
		border-width: 2px;
	}
	#support .area .textUl li:last-of-type {
		margin-bottom: 0;
	}
	#support .area .textUl li .ttl {
		padding: 10px;
		font-size: 1.6rem;
	}
	#support .area .textUl li p {
		font-size: 1.6rem;
	}
	#support .area .textUl li p span {
		display: block;
		color: #222;
		font-size: 1.5rem;
		line-height: 1.85;
	}
	#support .area .textUl li p small {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	top
------------------------------------------------------------*/
#top {
	overflow: hidden;
}
#top .mainVisual {
	margin-bottom: 50px;
	height: 700px;
	position: relative;
	background: url(../img/index/main_bg.webp) no-repeat center center / cover;
}
#top .mainVisual h2 {
	width: 95%;
	max-width: 1300px;
	position: absolute;
	left: 50%;
	bottom: 49px;
	color: #fff;
	font-size: 4rem;
	line-height: 1.5;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	transform: translateX(-50%);
}
#top .mainVisual h2 span {
	margin-top: 19px;
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
#top .topPhotoList li {
	margin: 0 17px;
	width: 410px !important;
	float: left;
}
#top .topPhotoList li a {
	display: block;
	position: relative;
}
#top .topPhotoList li a::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.1);
	content: '';
	opacity: 0;
	transition: .3s;
}
#top .tSlideBox {
	margin-bottom: 80px;
	position: relative;
}
#top .tSlideBox .arrowList li {
	width: 80px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	transition: .3s;
}
#top .tSlideBox .arrowList .next {
	left: auto;
	right: 15px;
}
#top .topics {
	margin-bottom: 95px;
	padding: 15px 0 30px;
}
#top .topics::before {
	width: calc(50% + 500px);
	right: 0;
}
#top .topics .headLine02 {
	margin: 0 0 -38px -25px;
	width: 95px;
	text-align: right;
	position: relative;
	z-index: 2;
}
#top .topics .head {
	left: 5.5%;
	top: 42px;
}
#top .topics h5 {
	margin-bottom: 35px;
	text-align: center;
}
#top .topics h5 img {
	max-width: 457px;
}
#top .topics .rBox {
	margin-left: auto;
	width: calc(100% - 170px);
}
#top .topics .photoList {
	margin-left: auto;
	width: calc(50% + 550px);
}
#top .topics .inner {
	margin: 0 0 0 auto;
	max-width: 1400px;
}
#top .topics .photoList li {
	margin-right: 30px;
	width: 380px !important;
	float: left;
}
#top .topics .photoList li .pho {
	margin-bottom: 7px;
	width: 380px;
	height: 285px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 20px;
}
#top .topics .photoList li .pho img{
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
#top .topics .photoList li .txtBox .ttl {
	margin-bottom: 4px;
	font-weight: 700;
}
#top .topics .photoList li .txtBox p {
	margin-bottom: 5px;
	font-size: 1.5rem;
}
#top .topics .photoList li .txtBox .note {
	margin-bottom: 0;
	color: #e8002f;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: right;
}
#top .topics .comBtn {
	width: 180px;
	margin: 20px 50px 0 auto;
	position: relative;
}
#top .topics .comBtn a {
	padding: 7px 7px 7px 30px;
}
#top .topics .comBtn a span {
	padding-right: 46px;
}
#top .attracts {
	margin-bottom: 100px;
}
#top .attracts .comBox {
	max-width: 1100px;
}
#top .attracts .headLine02 {
	position: relative;
	z-index: 3;
}
#top .attracts h4 {
	margin: -36px 0 -2px 19px;
}
#top .attracts h4 img {
	width: 523px;
}
#top .attracts .textList {
	margin-left: auto;
	width: calc(50% + 550px);
	max-width: calc(100% - 50px);
	position: relative;
}
#top .attracts .textList li:not(:last-of-type) {
	margin-bottom: 10px;
}
#top .attracts .textList li a {
	padding: 144px 53px 88px;
	display: block;
	position: relative;
	color: #fff;
	border-radius: 15px 0 0 15px;
	background: url(../img/common/icon01.png) no-repeat left 50px bottom 30px / 30px auto,url(../img/index/attracts_bg01.webp) no-repeat center center / cover;
}
#top .attracts .textList li a::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 15px 0 0 15px;
	background-color: rgba(0, 0, 0, 0.1);
	content: '';
	opacity: 0;
	transition: .3s;
}
#top .attracts .textList li.list02 a {
	background-image: url(../img/common/icon01.png),url(../img/index/attracts_bg02.webp);
}
#top .attracts .textList li.list03 a {
	padding-top: 170px;
	background-image: url(../img/common/icon01.png),url(../img/index/attracts_bg03.webp);
}
#top .attracts .textList li .subBox {
	max-width: 600px;
	position: relative;
	z-index: 2;
}
#top .attracts .textList li p {
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5),0px 0px 15px rgba(0, 0, 0, 0.5),0px 0px 15px rgba(0, 0, 0, 0.5),0px 0px 15px rgba(0, 0, 0, 0.5);
}
#top .attracts .textList li .ttl {
	margin-bottom: 11px;
	font-size: 3rem;
	font-weight: 700;
}
#top .attracts .textList li .ttl span {
	margin-bottom: -2px;
	display: block;
	font-size: 1.3rem;
	font-weight: 400;
}
#top .academics {
	margin-bottom: 76px;
	min-height: 500px;
}
#top .academics h3 {
	position: absolute;
	right: 10.9%;
	top: -50px;
	z-index: 2;
}
#top .academics .comBox {
	height: 100%;
}
#top .academics .lBox {
	height: 340px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
#top .academics .head {
	right: 21%;
	top: -10px;
}
#top .academics::before {
	background: url(../img/index/academics_bg01.webp) no-repeat center center / cover;
}
#top .academics .subBox {
	margin: 0 -30px 14px 0;
	max-width: 600px;
	position: relative;
}
#top .academics .subBox::after {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	bottom: -57px;
	background: url(../img/common/icon01.png) no-repeat center center / cover;
	content: '';
}
#top .academics .subBox .title {
	margin-bottom: 13px;
	font-size: 3rem;
	font-weight: 700;
}
#top .academics .subBox p {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.8;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
#top .muc {
	margin: 0 0 50px auto;
	max-width: 1400px;
}
#top .muc .headLine02 {
	margin-bottom: 6px;
}
#top .muc .comBox {
	max-width: 1080px;
}
#top .muc .rBox {
	margin-left: auto;
	width: 88.57%;
	position: relative;
}
#top .muc .rBox h4 {
	width: 65px;
	position: absolute;
	left: -65px;
	top: 30px;
}
@media (min-width: 897px) and (max-width: 1350px) {
	#top .topics .comBtn {
		margin-right: 0;
	}
	#top .topics .headLine02 {
		margin: 0 0 -38px;
	}
}
@media (min-width: 897px) and (max-width: 1500px) {
	#top .topics::before {
		width: 85.71%;
	}
	#top .topics .photoList {
		width: 82.14%;
	}
}
@media all and (min-width: 897px) {
	#top .academics .lBox a:hover {
		opacity: 0.7;
	}
	#top .topPhotoList li a:hover::after {
		opacity: 1;
	}
	#top .tSlideBox .arrowList li:hover {
		opacity: 0.7;
	}
	#top .attracts .textList li a:hover::after {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#top .mainVisual {
		margin-bottom: 30px;
		height: 709px;
		background-image: url(../img/index/sp_main_bg.webp);
	}
	#top .mainVisual h2 {
		width: calc(100% - 40px);
		bottom: 29px;
		font-size: 2rem;
	}
	#top .mainVisual h2 span {
		margin-top: 7px;
		font-weight: 500;
		font-size: 1.3rem;
	}
	#top .topPhotoList li {
		margin: 0 8px;
		width: 300px !important;
		float: left;
	}
	#top .tSlideBox {
		margin-bottom: 44px;
		position: relative;
	}
	#top .tSlideBox .arrowList li {
		width: 50px;
	}
	#top .tSlideBox .arrowList li.next {
		right: 10px;
	}
	#top .topics {
		margin-bottom: 28px;
		padding: 1px 0 21px;
	}
	#top .topics::before {
		width: calc(100% - 115px);
		max-width: inherit;
		left: 115px;
	}
	#top .topics .headLine02 {
		margin: -3px 0 -35px 5px;
		width: auto;
		text-align: left;
	}
	#top .topics .head {
		left: 5.5%;
		top: 42px;
	}
	#top .topics h5 {
		display: none;
	}
	#top .topics h5 img {
		max-width: 457px;
	}
	#top .topics .rBox {
		margin-left: auto;
		width: calc(100% - 122px);
	}
	#top .topics .photoList {
		width: calc(100% - 137px);
	}
	#top .topics .photoList li {
		margin-right: 18px;
		width: 200px !important;
		max-width: 200px !important;
	}
	#top .topics .photoList li .pho {
		margin-bottom: 15px;
		overflow: hidden;
		height: 137px;
		border-radius: 10px;
		width: 200px;
	}
	#top .topics .photoList li .pho img {
		width: 100%;
		height: 100%;
		border-radius: 10px;
		object-fit: cover;
		-o-object-fit: cover;
		max-width: 200px;
	}
	#top .topics .photoList li .txtBox .ttl {
		margin-bottom: 10px;
		font-weight: 700;
	}
	#top .topics .photoList li .txtBox p {
		margin-bottom: 31px;
		font-size: 1.5rem;
		line-height: 1.3;
	}
	#top .topics .photoList li .txtBox .note {
		font-size: 1rem;
	}
	#top .topics .comBtn {
		display: none;
	}
	#top .topics .comBtn a span {
		padding-right: 46px;
	}
	#top .attracts .comBox {
		max-width: inherit;
	}
	#top .attracts .headLine02 {
		margin: 0 0 19px 5px;
		position: relative;
	}
	#top .attracts h4 {
		display: none;
	}
	#top .attracts h4 img {
		width: 523px;
	}
	#top .attracts .textList {
		width: calc(100% - 20px);
		max-width: inherit;
	}
	#top .attracts .textList li:not(:last-of-type) {
		margin-bottom: 20px;
	}
	#top .attracts .textList li a {
		padding: 70px 50px 70px 30px;
		background-image: url(../img/common/icon01.png),url(../img/index/sp_attracts_bg01.webp);
		background-size: 20px auto,cover;
		background-position: right center;
	}
	#top .attracts .textList li.list02 a {
		background-image: url(../img/common/icon01.png),url(../img/index/sp_attracts_bg02.webp);
		background-position: right center, center center;
	}
	#top .attracts .textList li.list03 a {
		padding-top: 90px;
		background-image: url(../img/common/icon01.png),url(../img/index/sp_attracts_bg03.webp);
	}
	#top .attracts .textList li .subBox {
		max-width: inherit;
	}
	#top .attracts .textList li .ttl {
		margin-bottom: 11px;
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	#top .attracts .textList li.list03 a .ttl {
		margin-right: -20px;
	}
	#top .attracts .textList li .ttl span {
		margin-bottom: 5px;
	}
	#top .attracts .textList p {
		font-size: 1.4rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
	}
	#top .academics {
		margin-bottom: 76px;
		min-height: 516px;
	}
	#top .academics h3 {
		margin: -119px 0 10px;
		position: relative;
		right: 0;
		top: 0;
	}
	#top .academics .comBox {
		height: 100%;
	}
	#top .academics .lBox {
		margin: 0 50px 0 30px;
		width: auto;
		height: auto;
		display: block;
		position: absolute;
		left: 20px;
		top: 262px;
	}
	#top .academics::before {
		width: calc(100% - 20px);
		right: 20px;
		background: url(../img/index/sp_academics_bg01.webp) no-repeat right center / cover;
	}
	#top .academics .subBox {
		margin: 0 0 14px 0;
		max-width: inherit;
		position: relative;
	}
	#top .academics .subBox::after {
		width: 20px;
		height: 20px;
		bottom: -40px;
	}
	#top .academics .subBox .title {
		margin-bottom: 20px;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.45;
	}
	#top .academics .subBox p {
		font-size: 1.5rem;
		line-height: 1.25;
	}
	#top .muc {
		margin-bottom: 40px;
		max-width: inherit;
	}
	#top .muc .comBox {
		max-width: 1080px;
	}
	#top .muc .rBox {
		margin: 0 20px;
		width: auto;
		background-color: #fff;
	}
	#top .muc .rBox h4 {
		display: none;
	}
}
/*------------------------------------------------------------
	disclosure
------------------------------------------------------------*/
#disclosure .text {
	margin-bottom: 9px;
}
#disclosure h3 {
	top: -20px;
}
#disclosure .pho {
	margin-bottom: 50px;
}
#disclosure .pho a {
	width: 158px;
	display: block;
}
#disclosure .textList {
	margin-top: -18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#disclosure .textList > li {
	margin-top: 18px;
	padding: 16px 20px 0;
	width: calc((100% - 40px) / 2);
	box-sizing: border-box;
	border-top: 1px solid #d6d6d6;
}
#disclosure .textList > li:first-of-type,
#disclosure .textList > li:nth-of-type(2) {
	border: none;
}
#disclosure .textList > li .ttl {
	margin-bottom: 14px;
	color: #e8002f;
	font-size: 1.5rem;
	font-weight: 700;
}
@media all and (min-width: 897px) {
	#disclosure .pho a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#disclosure .pho {
		margin-bottom: 30px;
	}
	#disclosure .pho a {
		width: 140px;
	}
	#disclosure .textList {
		margin-top: 0;
		display: block;
	}
	#disclosure .textList > li {
		margin: 0 0 20px;
		width: auto;
	}
	#disclosure .textList > li:last-of-type {
		margin-bottom: 0;
	}
	#disclosure .textList > li:nth-of-type(2) {
		border-top: 1px solid #d6d6d6;
	}
	#disclosure .textList > li ul li {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	disclosure_1
------------------------------------------------------------*/
#disclosure_1 .pagePath {
	margin-bottom: 84px;
}
#disclosure_1 .comBg01 {
	padding: 85px 0 88px;
}
#disclosure_1 .comBg01 h3 {
	top: -73px;
}
#disclosure_1 .topBox {
	margin-bottom: 75px;
}
#disclosure_1 .topBox .text {
	margin-bottom: 24px;
}
#disclosure_1 .topBox .textList {
	margin-bottom: 24px;
}
#disclosure_1 .topBox p {
	margin-bottom: 43px;
}
#disclosure_1 .topBox .note {
	margin-bottom: 0;
	color: #e8002f;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2;
	text-align: center;
}
#disclosure_1 .headLine01 {
	margin-bottom: 29px;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
}
#disclosure_1 .muc {
	margin-bottom: 77px;
}
#disclosure_1 .muc .textList {
	margin-bottom: 28px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#disclosure_1 .muc .textList li {
	padding: 40px 5px 39px 35px;
	width: calc((100% - 40px) / 2);
	border-radius: 15px;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
#disclosure_1 .muc .textList .list01 {
	padding: 36px 39px 17px 51px;
}
#disclosure_1 .examples .headLine01 {
	margin-bottom: 49px;
}
@media all and (max-width: 896px) {
	#disclosure_1 .comBg01 {
		padding: 40px 0;
	}
	#disclosure_1 .comBg01 h3 {
		top: -20px;
	}
	#disclosure_1 .topBox {
		margin-bottom: 40px;
	}
	#disclosure_1 .topBox p {
		margin-bottom: 20px;
		font-size: 1.4rem;
	}
	#disclosure_1 .topBox .textList {
		font-size: 1.4rem;
	}
	#disclosure_1 .topBox .note {
		font-size: 1.4rem;
	}
	#disclosure_1 .headLine01 {
		font-size: 1.8rem;
	}
	#disclosure_1 .muc {
		margin-bottom: 40px;
	}
	#disclosure_1 .muc .textList {
		margin-bottom: 28px;
		display: block;
	}
	#disclosure_1 .muc .textList li {
		margin-bottom: 30px;
		padding: 20px 10px !important;
		width: auto;
		border-radius: 10px;
	}
	#disclosure_1 .muc .textList li img {
		width: 100%;
	}
	#disclosure_1 .muc .textList li:last-of-type {
		margin-bottom: 0;
	}
	#disclosure_1 .examples .headLine01 {
		margin-bottom: 30px;
	}
}
/*------------------------------------------------------------
	opencampus
------------------------------------------------------------*/
#opencampus {
	overflow: hidden;
}
#opencampus .mainVisual {
	margin-bottom: 80px;
	padding-top: 195px;
	position: relative;
	background: url(../img/opencampus/main_bg01.png) no-repeat left calc(50% + 10px) top -83px / 791px auto;
}
#opencampus .mainVisual::before {
	width: 538px;
	height: 822px;
	position: absolute;
	left: -51px;
	top: -65px;
	background: url(../img/opencampus/main_bg02.png) no-repeat center center / cover;
	content: '';
	z-index: -1;
}
#opencampus .mainVisual::after {
	width: 491px;
	height: 1053px;
	position: absolute;
	right: -102px;
	top: -8px;
	background: url(../img/opencampus/main_bg03.png) no-repeat center center / cover;
	content: '';
	z-index: -1;
}
#opencampus .mainVisual .inner {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 800px;
	position: relative;
}
#opencampus .mainVisual .pho01 {
	width: 134px;
	position: absolute;
	left: -27px;
	top: 8px;
	animation: upDwon 3s infinite;
}
#opencampus .mainVisual .pho02 {
	width: 222px;
	position: absolute;
	right: -89px;
	top: 23px;
	transform: translateX(10px);
	animation: upDwon 2.5s infinite;
}
@keyframes upDwon {
	0% {
		transform: translateY(10px);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(10px);
	}
}
@-webkit-keyframes upDwon {
	0% {
		transform: translateY(10px);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(10px);
	}
}
#opencampus .mainVisual .textImg {
	margin-bottom: 69px;
	text-align: center;
}
#opencampus .mainVisual .textImg img {
	width: 452px;
}
#opencampus .mainVisual .textList {
	margin: -15px -8px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#opencampus .mainVisual .textList li {
	margin: 15px 7px 0 8px;
	width: 120px;
}
#opencampus .mainVisual .textList li a:link,
#opencampus .mainVisual .textList li a:active,
#opencampus .mainVisual .textList li a:visited {
	color: #fff;
}
#opencampus .mainVisual .text {
	margin: 0 auto;
	padding: 6px 10px 7px;
	max-width: 660px;
	color: #e8002f;
	font-size: 1.3rem;
	font-weight: 700;
	border-radius: 10px;
	box-sizing: border-box;
	border: 2px solid #e8002f;
	text-align: center;
	background-color: #fff;
}
#opencampus .school {
	margin-bottom: 79px;
	position: relative;
}
#opencampus .school::before {
	width: 310px;
	height: 275px;
	position: absolute;
	left: -72px;
	top: -139px;
	background: url(../img/opencampus/school_bg01.png) no-repeat center center / cover;
	content: '';
}
#opencampus .school .textList {
	margin: -15px -8px 20px;
	display: flex;
	justify-content: center;
}
#opencampus .school .textList li {
	margin: 15px 7px 0 8px;
	width: 120px;
}
#opencampus .school .text {
	margin: 0 auto;
	padding: 6px 10px 7px;
	max-width: 660px;
	color: #e8002f;
	font-size: 1.3rem;
	font-weight: 700;
	border-radius: 10px;
	box-sizing: border-box;
	border: 2px solid #e8002f;
	text-align: center;
	background-color: #fff;
}
#opencampus .open {
	margin-bottom: 99px;
	position: relative;
}
#opencampus .open::before {
	width: 371px;
	height: 1176px;
	position: absolute;
	left: -83px;
	top: -97px;
	background: url(../img/opencampus/open_bg01.png) no-repeat center center / cover;
	content: '';
	z-index: -1;
}
#opencampus .open::after {
	width: 302px;
	height: 1156px;
	position: absolute;
	right: -94px;
	top: -26px;
	background: url(../img/opencampus/open_bg02.png) no-repeat center center / cover;
	content: '';
	z-index: -1;
}
#opencampus .open .photoList {
	margin: -30px 0 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#opencampus .open .photoList::after {
	width: calc((100% - 40px) / 3);
	content: '';
}
#opencampus .open .photoList > li {
	margin-top: 30px;
	padding-bottom: 20px;
	width: calc((100% - 40px) / 3);
	min-height: 450px;
	border-radius: 15px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
#opencampus .open .photoList .pho {
	margin-bottom: 23px;
}
#opencampus .open .photoList .txtBox {
	margin: 0 20px;
}
#opencampus .open .photoList .txtBox .ttl {
	margin-bottom: 7px;
	color: #e8002f;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
#opencampus .open .photoList .txtBox ul {
	margin-top: 11px;
}
#opencampus .open .photoList .txtBox ul li {
	font-size: 1.3rem;
}
#opencampus .open .textList {
	display: flex;
	justify-content: space-between;
}
#opencampus .open .textList > li {
	width: calc((100% - 40px) / 2);
}
#opencampus .open .textList .list01 .headLine04 {
	margin-bottom: 65px;
}
#opencampus .open .textList .txtList {
	margin-bottom: 23px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#opencampus .open .textList .txtList li {
	margin: 0 10px;
	width: calc((100% - 60px) / 3);
}
#opencampus .open .textList .txtList .pho {
	margin-bottom: 11px;
	text-align: center;
}
#opencampus .open .textList .txtList p {
	color: #e8002f;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
#opencampus .open .textList .txt {
	font-size: 1.3rem;
	text-align: center;
}
#opencampus .muc {
	margin-bottom: 55px;
	position: relative;
}
#opencampus .muc::before {
	width: 285px;
	height: 285px;
	position: absolute;
	left: -89px;
	top: -72px;
	background: url(../img/opencampus/muc_bg01.png) no-repeat center center / cover;
	content: '';
	z-index: -1;
}
#opencampus .muc::after {
	width: 168px;
	height: 168px;
	position: absolute;
	right: -30px;
	top: calc(50% - 30px);
	transform: translateY(-50%);
	background: url(../img/opencampus/muc_bg02.png) no-repeat center center / cover;
	content: '';
	z-index: -1;
}
#opencampus .muc .headLine04 {
	margin-bottom: 7px;
}
#opencampus .voice {
	position: relative;
}
#opencampus .voice::before {
	width: 305px;
	height: 270px;
	position: absolute;
	left: -73px;
	top: -35px;
	background: url(../img/opencampus/voice_bg01.png) no-repeat center center / cover;
	content: '';
	z-index: -1;
}
#opencampus .voice::after {
	width: 538px;
	height: 318px;
	position: absolute;
	right: -189px;
	top: 22px;
	background: url(../img/opencampus/voice_bg02.png) no-repeat center center / cover;
	content: '';
	z-index: -1;
}
#opencampus .voice .textList {
	margin-bottom: 61px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#opencampus .voice .textList li {
	padding: 30px;
	width: calc((100% - 20px) / 2);
	display: flex;
	justify-content: space-between;
	border-radius: 15px;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
#opencampus .voice .textList .pho {
	width: 43.64%;
}
#opencampus .voice .textList .txtBox {
	width: 52.73%;
}
#opencampus .voice .textList .txtBox .ttl {
	margin-bottom: 7px;
	color: #e8002f;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.7;
}
#opencampus .voice .textList .txtBox p {
	margin-bottom: 15px;
	line-height: 1.75;
}
#opencampus .voice .textList .txtBox .btmBox {
	padding: 11px 17px 11px;
	background-color: #f5f5f5;
}
#opencampus .voice .textList .txtBox .btmBox p {
	margin-bottom: 0;
	font-size: 1.8rem;
}
#opencampus .voice .textList .txtBox .btmBox p small {
	display: block;
	font-size: 1.4rem;
}
#opencampus .voice .textList .txtBox .btmBox p strong {
	margin-bottom: -2px;
	display: block;
}
#opencampus .voice .comLinkUl {
	margin-bottom: 80px;
}
#opencampus .comBtn {
	width: auto;
	margin: 15px auto;
	max-width: 600px;
}
#opencampus .comBtn a {
	padding: 19px 20px;
	font-size: 2.4rem;
	font-weight: 400;
	border-radius: 15px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
#opencampus .comBtn a span {
	padding-right: 30px;
	background-size: 15px auto;
	background-image: url(../img/common/icon05.png);
}
#numdata {
	display: flex;
	justify-content: space-between;
	margin: 30px auto 50px;
	max-width: 1240px;
	width: 100%;
}
#numdata p.num {
	line-height: 1em;
}
#numdata > .left > div,
#numdata > .right > div {
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#numdata > .left {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 740px;
	width: 100%;
}
#numdata > .right {
	max-width: 490px;
	width: 100%;
}
#numdata .left .job {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px 0;
	padding: 30px;
	width: 100%;
}
#numdata .left .job > .left {
	display: flex;
	flex-direction: column;
	max-width: 340px;
}
#numdata .left .job .left .title {
	align-items: center;
	display: flex;
}
#numdata .title p {
	color: #E8002F;
	font-size: 18px;
	font-weight: bold;
}
#numdata .title p.num {
	font-family: 'Oswald', sans-serif;
	font-size: 80px;
	margin: 0 0 0 10px;
}
#numdata .title p.num span {
	font-size: 18px;
}
#numdata .left .job .left .txt {
	margin: 0 0 10px 0;
}
#numdata .left .job .left .company {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#numdata .left .job .left .company li {
	align-items: center;
	border: 1px solid #eee;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	margin: 0 0 10px 0;
	max-width: 167px;
	min-height: 50px;
	width: 100%;
}
#numdata .left .job .right {
	align-items: center;
	display: flex;
}
#numdata .left .recruit,
#numdata .left .result,
#numdata .left .student {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 240px;
	padding: 30px 0;
	width: 33%;
}
#numdata .left .recruit .image {
	margin: 0 0 10px 0;
}
#numdata .left .recruit .title {

}
#numdata .left .recruit .title p {
	text-align: center;
}
#numdata .left .recruit .title p.num,
#numdata .left .result .title p.num,
#numdata .left .student .title p.num {
	font-size: 56px;
}
#numdata .left .result .title p.num {
	font-size: 80px;
}
#numdata .left .result .image {
	margin: 0 auto 10px;
}
#numdata .left .student .image {
	margin: 0 auto 10px;
}
#numdata .left .student .title {
	align-items: center;
	display: flex;
}
#numdata .right .year {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin: 0 auto 10px;
	padding: 30px 0;
}
#numdata .right .year .top {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 20px;
}
#numdata .right .year .top .left {
	justify-content: center;
	max-width: 200px;
	width: 100%;
}
#numdata .right .year .top .left .title {
	display: flex;
	margin: 0 0 10px;
}
#numdata .right .year .top .left .title p.num span {
	display: inline-block;
	line-height: 1em;
	margin: 0 0 0 10px;
	width: 1em;
}
#numdata .right .year .bottom .title {
	text-align: center;
}
#numdata .right .success {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 0;
}
#numdata .right .success .image {
	margin: 0 auto 20px;
	padding: 0 0 0 55px;
	position: relative;
}
#numdata .right .success .image .title {
	bottom: 0;
	left: -25px;
	line-height: .5em;
	position: absolute;
}
#numdata .right .success .list {
	display: flex;
	flex-direction: column;
	width: 100%;
}
#numdata .right .success .list li {
	align-items: center;
	background-color: #E8002F;
	border-radius: 15px;
	color: #fff;
	display: flex;
	justify-content: center;
	height: 45px;
	margin: 0 auto 10px;
	max-width: 360px;
	width: 100%;
}
#numdata .right .success > .title {
	color: #E8002F;
	font-size: 30px;
	font-weight: bold;
}
@media all and (max-width: 1240px) {
	#numdata > .left {
		width: 54%;
	}
	#numdata > .right {
		width: 45%;
	}
	#numdata .left .recruit,
	#numdata .left .result,
	#numdata .left .student {
		padding: 20px;
		width: 32%;
	}
	#numdata .left .recruit .title p.num,
	#numdata .left .result .title p.num,
	#numdata .left .student .title p.num {
		font-size: 44px;
	}
	#numdata .left .recruit .title p {
		font-size: 14px;
	}
	#numdata .left .student .title {
		flex-direction: column;
	}
	#numdata .left .result .title:last-of-type {
		font-size: 14px;
	}
	#numdata .left .job > .left {
		width: 60%;
	}
	#numdata .left .job .right {
		width: 40%;
	}
	#numdata .left .job .left .company li {
		width: 48%;
	}
}
@media all and (max-width: 896px) {
	#opencampus .mainVisual {
		margin-bottom: 40px;
		padding-top: 150px;
		background-size: 500px auto;
	}
	#opencampus .mainVisual::before {
		width: 269px;
		height: 411px;
		left: -51px;
		top: -65px;
	}
	#opencampus .mainVisual::after {
		width: 245px;
		height: 526px;
		right: -102px;
		top: -8px;
	}
	#opencampus .mainVisual .inner {
		margin: 0 30px;
		padding: 0 15px;
		max-width: inherit;
		position: relative;
	}
	#opencampus .mainVisual .pho01 {
		width: 67px;
		left: -33px;
		top: 8px;
	}
	#opencampus .mainVisual .pho02 {
		width: 111px;
		right: -65px;
		top: 23px;
	}
	#opencampus .mainVisual .textImg {
		margin-bottom: 50px;
		text-align: center;
	}
	#opencampus .mainVisual .textImg img {
		width: 180px;
	}
	#opencampus .mainVisual .textList li {
		width: 80px;
	}
	#opencampus .mainVisual .text {
		padding: 6px 10px 7px;
		max-width: inherit;
		font-size: 1.2rem;
		border-width: 1px;
	}
	#opencampus .school {
		margin-bottom: 50px;
	}
	#opencampus .school::before {
		width: 155px;
		height: 138px;
		left: -50px;
		top: -70px;
	}
	#opencampus .school .textList li {
		width: 80px;
	}
	#opencampus .school .text {
		max-width: inherit;
		font-size: 1.2rem;
		border-width: 1px;
	}
	#opencampus .open {
		margin-bottom: 50px;
	}
	#opencampus .open::before {
		width: 185px;
		height: 588px;
	}
	#opencampus .open::after {
		width: 151px;
		height: 578px;
		right: -60px;
	}
	#opencampus .open .photoList {
		margin: 0 0 40px;
		display: block;
	}
	#opencampus .open .photoList::after {
		display: none;
	}
	#opencampus .open .photoList > li {
		margin: 0 0 30px;
		padding-bottom: 20px;
		width: auto;
		min-height: inherit;
		border-radius: 3.7vw;
	}
	#opencampus .open .photoList > li:last-of-type {
		margin-bottom: 0;
	}
	#opencampus .open .photoList .pho {
		margin-bottom: 10px;
	}
	#opencampus .open .photoList .pho img {
		width: 100%;
	}
	#opencampus .open .photoList .txtBox {
		margin: 0 20px;
	}
	#opencampus .open .photoList .txtBox .ttl {
		font-size: 1.6rem;
	}
	#opencampus .open .textList {
		display: block;
	}
	#opencampus .open .textList > li {
		margin-bottom: 30px;
		width: auto;
	}
	#opencampus .open .textList > li:last-of-type {
		margin-bottom: 0;
	}
	#opencampus .open .textList .list01 .headLine04 {
		margin-bottom: 30px;
	}
	#opencampus .open .textList .txtList {
		margin-top: -20px;
		justify-content: space-between;
	}
	#opencampus .open .textList .txtList li {
		margin: 20px 0 0;
		width: calc((100% - 20px) / 3);
	}
	#opencampus .open .textList .txtList p {
		font-size: 1.6rem;
	}
	#opencampus .muc {
		margin-bottom: 40px;
	}
	#opencampus .muc::before {
		width: 142px;
		height: 142px;
		left: -50px;
		top: -50px;
	}
	#opencampus .muc::after {
		width: 84px;
		height: 84px;
		right: -30px;
		top: calc(50% - 30px);
	}
	#opencampus .muc .headLine04 {
		margin-bottom: 7px;
	}
	#opencampus .voice::before {
		width: 152px;
		height: 135px;
		left: -40px;
		top: -35px;
	}
	#opencampus .voice::after {
		width: 269px;
		height: 159px;
		right: -140px;
	}
	#opencampus .voice .textList {
		margin-bottom: 40px;
		display: block;
	}
	#opencampus .voice .textList li {
		margin-bottom: 30px;
		padding: 20px 10px;
		width: auto;
		display: block;
		border-radius: 10px;
	}
	#opencampus .voice .textList li:last-of-type {
		margin-bottom: 0;
	}
	#opencampus .voice .textList .pho {
		margin-bottom: 20px;
		width: auto;
		text-align: center;
	}
	#opencampus .voice .textList .txtBox {
		width: auto;
	}
	#opencampus .voice .textList .txtBox .ttl {
		font-size: 1.8rem;
	}
	#opencampus .voice .textList .txtBox p {
		font-size: 1.4rem;
	}
	#opencampus .voice .textList .txtBox .btmBox {
		padding: 11px 15px;
	}
	#opencampus .voice .textList .txtBox .btmBox p {
		font-size: 1.6rem;
	}
	#opencampus .voice .textList .txtBox .btmBox p small {
		font-size: 1.3rem;
	}
	#opencampus .voice .comLinkUl {
		margin-bottom: 40px;
	}
	#opencampus .comBtn {
		max-width: 450px;
	}
	#opencampus .comBtn a {
		padding: 10px 20px;
		font-size: 1.8rem;
		border-radius: 10px;
	}
	#opencampus .comBtn a span {
		background-size: 10px auto;
	}
	#numdata {
		flex-direction: column;
	}
	#numdata > .left {
		max-width: 100%;
		width: 100%;
	}
	#numdata .left .recruit,
	#numdata .left .result,
	#numdata .left .student {
		max-width: 32%;
	}
	#numdata > .right {
		display: flex;
		justify-content: space-between;
		margin: 20px 0 0 0;
		max-width: 100%;
		width: 100%;
	}
	#numdata .right .year {
		justify-content: center;
		margin: 0;
		padding: 20px;
		width: 63%;
	}
	#numdata .right .year .top .left {
		width: 49%;
	}
	#numdata .right .year .top .right {
		width: 49%;
	}
	#numdata .right .success {
		padding: 20px;
		width: 35%;
	}
	#numdata .right .success .image .title {
		left: 10px;
	}
	#numdata .right .success .image .title p.num {
		font-size: 50px;
	}
	#numdata .right .success .list li {
		border-radius: 10px;
		height: 35px;
		line-height: 35px;
	}
	#numdata .right .success > .title {
		font-size: 16px;
	}
}
@media all and (max-width: 650px) {
	#numdata .right .year {
		width: 55%;
	}
	#numdata .right .success {
		width: 43%;
	}
}
@media all and (max-width: 570px) {
	#numdata .left .job {
		flex-direction: column;
	}
	#numdata .left .job > .left {
		max-width: 100%;
		width: 100%;
	}
	#numdata .left .job .left .company li {
		max-width: 49%;
	}
	#numdata .left .job .right {
		justify-content: center;
		margin: 20px auto 0;
		width: 100%;
	}
	#numdata .left .recruit,
	#numdata .left .result,
	#numdata .left .student {
		margin: 0 auto 15px;
		max-width: 100%;
		width: 100%;
	}
	#numdata > .right {
		flex-direction: column;
		margin: 0;
	}
	#numdata .right .year {
		margin: 0 auto 15px;
		width: 100%;
	}
	#numdata .right .success {
		width: 100%;
	}
}

.news_List .rBox p {
	margin: 0 0 10px;
}
.news_List .rBox p.ttl {
	font-weight: bold;
}
.news_List .rBox p.note {
	text-align: right;
}
.news_List .photoList{
	width: 100%;
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
}
.news_List .photoList li{
	line-height: 1.5em;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 30px;
	width: 320px;
}
.news_List .photoList li:nth-child(3n){
	margin-right: 0px;
}
.news_List .photoList li .pho{
	margin-bottom: 7px;
	width: 320px;
	height: 225px;
}
.news_List .photoList li .pho img{
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

@media all and (max-width: 896px) {

	.news_List .photoList li {
		margin-right: 0;
		width: 100%;
	}
	.news_List .photoList li .pho {
		width: 100%;
	}
	.news_List .rBox p {
		margin: 0 0 5px;
	}

}

/*page-navi*/
.wp-pagenavi{
	display: flex;
	justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span{
	margin: 0 7px 0 8px;
	padding: 5px;
	width: 50px;
	height: 50px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background-color: #f5f5f5;
	border: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover{
	color: #fff;
	background-color: #e8002f;
}

.policy h4 {
	margin: 20px auto 5px;
}
.news_List #contact .rBox .ttl{
 font-weight: bold;
}

.opca-text{
	width: 120px;
	height: 120px;
	background: #fff;
	border-radius: 15px;
	text-align: center;
	color: #e8002f;
	border: 3px solid #e8002f;
}
.opca-text p{
	font-weight: bold;
}
.opca-text p:nth-child(1){
	margin-top: 15px;
	font-size: 1em;
	margin-bottom: 20px;
}
.opca-text p:nth-child(2){
	font-size: 2em;
	line-height: 1.6rem;
	margin-bottom: 20px;
}
.opca-text span{
	font-size: 1.5px;
}
#opencampus .ho-Box{
 background-color: #fff;
 border: solid 3px #E8002F;
 border-radius: 10px;
 padding: 30px 50px 40px;
}
#opencampus .headLine05{
 color: #E8002F;
 font-size: 2.4rem;
 font-weight: bold;
 line-height: 1.46;
 text-align: center;
}
#opencampus .ho-list{
 display: flex;
 margin: 20px auto;
 justify-content: center;
}
#opencampus .ho-list li:not(:last-child){
 margin: 0 15px 0 0;
}
#opencampus .ho-text{
 margin: 0 auto 30px;
 letter-spacing: 0.05em;
}
#opencampus .opca-text{
 background: #e8002f;
 color: #fff;
}
#opencampus .opca-text span{
 font-size: 13px;
 display: block;
 margin: 13px auto 0;
}
#opencampus .opca-text p:nth-child(1){
 margin-bottom: 10px;
}
#opencampus .mainVisual{
 margin-bottom: 20px;
}
#opencampus .mainVisual .text{
 font-size: 15px;
 border: none;
 margin: 15px auto;
 padding: 0;
 line-height: 1.3;
}
#opencampus .type{
 max-width: 800px;
 margin: 0 auto;
 padding: 0 15px;
}
#opencampus .type ul li{
 display: flex;
 background-color: #fff;
 border: solid 3px #E8002F;
 border-radius: 10px;
 padding: 45px 50px 30px 64px;
 margin: 0 0 20px;
}
#opencampus .type ul li .headLine05{
 width: 22%;
 display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 margin-right: 64px;
}
#opencampus .type ul li .headLine05 + div{
 width: 68%;
 margin: 0 0 0 auto;
}
#opencampus .type ul li .headLine05 + div p:last-child{
 width: 100%;
 margin: 20px auto 0;
 font-weight: bold;
 color: #fff;
 background-color: #E8002F;
 padding: 15px 0;
 text-align: center;
 border-radius: 15px;
}
#opencampus .type ul li:last-child .headLine05{
 flex-wrap: wrap;
}
#opencampus .type ul li:last-child .headLine05 span{
 display: contents;
 font-size: 18px;
}
#opencampus .type .benefit{
 margin: 10px auto 86px;
 border: solid 3px #E8002F;
 border-radius: 10px;
 background-color: #fff;
}
#opencampus .type .benefit .benefit-title{
 background-color: #E8002F;
 color: #fff;
 padding: 23px 0 22px;
 text-align: center;
 font-size: 2.4rem;
 font-weight: bold;
 line-height: 1.46;
}
#opencampus .type .benefit .benefit-title + div{
 margin: 50px auto 55px 50px;
}
#opencampus .type .benefit .benefit-title + div div{
 display: flex;
 align-items: center;
 margin: 0 0 30px;
}
#opencampus .type .benefit .benefit-title + div div p:first-child{
 margin: 0 50px 0 0;
 font-size: 1.8rem;
 font-weight: bold;
 color: #E8002F;
 line-height: 1.3;
}
#opencampus .type .benefit .benefit-title + div div p:last-child{
 font-size: 2.4rem;
 font-weight: bold;
 line-height: 1.375;
}
#opencampus .type .benefit .benefit-title + div div p:last-child span{
 color: #E8002F;
}
@media (max-width:896px){
 #opencampus .mainVisual{
  padding-top: 60px;
 }
 #opencampus .ho-Box{
  margin: 0 -30px;
 }
 #opencampus .mainVisual .textImg img{
  width: 240px;
 }
 #opencampus .mainVisual .textImg{
  margin-bottom: 30px;
 }
 #opencampus .ho-Box{
  padding: 20px;
 }
 #opencampus .headLine05{
  font-size: 1.8rem;
 }
 #opencampus .ho-list{
  display: block;
  margin: 10px auto;
 }
 #opencampus .ho-list li:not(:last-child){
  margin: 0 0 5px;
 }
 #opencampus .ho-list li img{
  width: 100%;
 }
 #opencampus .ho-Box{
  padding: 20px;
 }
 #opencampus .ho-list{
  display: block;
  margin: 10px auto;
 }
 #opencampus .ho-list li img{
  width: 100%;
 }
 #opencampus .ho-text{
  font-size: 1.4rem;
  margin: 0 auto 10px;
 }
 #opencampus .mainVisual .textList li{
  width: 43%;
 }
 #opencampus .type ul li{
  display: block;
  padding: 20px;
 }
 #opencampus .type ul li .headLine05{
  width: auto;
  display: block;
  text-align: left;
  margin: 0;
  font-size: 1.7rem;
 }
 #opencampus .type ul li .headLine05 + div{
  width: 100%;
  margin: 5px auto 0;
 }
 #opencampus .type ul li .headLine05{
  width: auto;
  display: block;
  text-align: left;
  margin: 0;
  font-size: 1.7rem;
 }
 #opencampus .type ul li .headLine05 + div{
  width: 100%;
  margin: 5px auto 0;
 }
 #opencampus .type ul li .headLine05 + div p:first-child{
  font-size: 1.4rem;
 }
 #opencampus .type ul li .headLine05 + div p:last-child{
  width: 94%;
  padding: 10px;
  margin: 10px auto 0;
  font-size: 1.5rem;
 }
 #opencampus .type .benefit{
  margin: 10px auto 40px;
 }
 #opencampus .type .benefit .benefit-title{
  font-size: 1.9rem;
  padding: 10px;
  text-align: left;
 }
 #opencampus .type .benefit .benefit-title + div{
  margin: 20px 19px 20px;
 }
 #opencampus .type .benefit .benefit-title + div div{
  display: block;
  margin: 0 0 10px;
 }
 #opencampus .type .benefit .benefit-title + div div p:first-child{
  margin: 0;
  font-size: 1.7rem;
 }
 #opencampus .type .benefit .benefit-title + div div p:last-child{
  font-size: 2.2rem;
 }
 #opencampus .open .photoList .txtBox .ttl + p{
  font-size: 1.4rem;
 }
 #opencampus .open .textList .txt{
  font-size: 1.4rem;
 }
}