@charset "UTF-8";

/* header
------------------------------------------------*/
#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
/* visual
------------------------------------------------*/
#visual {
	position: relative;
	background-image: linear-gradient(90deg,rgba(236, 242, 245, 1) 0%, rgba(214, 231, 240, 1) 60%, rgba(173, 211, 227, 1) 85%, rgba(191, 226, 193, 1) 100%);
	margin: 80px 0 0;
	height: 50vw;
}
#visual img {
	width: auto;
	max-height: 100%;
}
#visual .no1,
#visual .no2 {
	position: absolute;
}
#visual .no1 {
	top: 0;
	left: 0;
	width: 60vw;
	height: 37.1vw;
}
#visual .no2 {
	bottom: -2px;
	right: 0;
	width: 46vw;
	height: 32.8vw;
}
#visual .txt_read {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 53.6vw;
	height: 12.9vw;
	padding: 0 4.3vw;
}
#visual .txt_deco {
	position: absolute;
	top: -15px;
	right: 30px;
	width: auto;
	height: calc(100% - 60px);
}
#visual .txt_read img {
	max-width: 100%;
	max-height: none;
	height: auto;
}
#visual .rate {
	position: absolute;
	top: 20px;
	left: 54vw;
	display: flex;
	justify-content: space-between;
	width: 34.5vw;
}
#visual .rate dl {
	position: relative;
	background: #fff;
	width: 48.5%;
	padding: 10px 0;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
#visual .rate dl:before,
#visual .rate dl:after {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
}
#visual .rate dl:before {
	top: 0;
	left: 0;
	border-top: 1px solid #48872C;
	border-left: 1px solid #48872C;
}
#visual .rate dl:after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #48872C;
	border-right: 1px solid #48872C;
}
#visual .rate dl + dl:before,
#visual .rate dl + dl:after {
	border-color: #56B365;
}
#visual .rate dt {
	margin: 0.2em 0 0.5em;
	line-height: 1;
	letter-spacing: 0.04em;
	font-size: 26px;
	font-weight: 700;
	color: #48872C;
}
#visual .rate dl + dl dt {
	color: #56B365;
}
#visual .rate dd > span {
	color: #48872C;
}
#visual .rate dd > span {
	line-height: 0.8;
	font-family: "Oswald", sans-serif;
	font-size: 50px;
}
#visual .rate dd > span:first-child {
	font-size: 100px;
}
#visual .rate dl + dl dd > span {
	color: #56B365;
}
#visual .rate dd small {
	display: block;
	margin: -5px 0 0;
	font-size: 17px;
}
#visual .rate dl + dl dd small {
	margin: 7px 0 0;
}
#visual .rate dd + dd {
	font-size: 12px;
}
#eventlink a {
	position: absolute;
	right: 60px;
	bottom: -40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #DEF4E0;
	width: 210px;
	height: 210px;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.3);
	line-height: 1;
	text-align: center;
	color: #333;
}
#eventlink a:hover {
	opacity: 0.8;
}
#eventlink a dt {
	margin: 0 0 5px;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
}
#eventlink a dt span {
	display: block;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, "serif";
	font-size: 25px;
	color: #48872C;
}
#eventlink a dd .font-Oswald {
    display: inline-block;
	vertical-align: bottom;
	letter-spacing: 0.04em;
	font-size: 55px;
	color: #48872C;
}
#eventlink a dd .font-Oswald + span {
	background: #fff;
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 5px;
	line-height: 1;
	font-size: 20px;
	color: #48872C;
}
#eventlink a dd + dd {
	margin: 5px 0 0;
	line-height: 1.2;
	font-family: "Noto Serif JP", serif;
	font-size: 17px;
}
#catchtxt {
	position: relative;
	z-index: 1;
}
#catchtxt a {
	display: block;
	padding: 15px 20px;
	font-size: 17px;
	color: #333;
}
#catchtxt a:hover {
	opacity: 0.8;
}
#catchtxt span {
	position: relative;
	margin: 0 20px 0 0;
}
#catchtxt span:before,
#catchtxt span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -20px;
}
#catchtxt span:before {
	background: #333;
	width: 10px;
	height: 1px;
}
#catchtxt span:after {
	transform: translate(0, -50%) rotate(135deg);
	width: 7px;
	height: 7px;
	border-left: solid 1px #333;
	border-top: solid 1px #333;
}
@media screen and (max-width:1310px) {
	#visual .rate {
		width: 41.7vw
	}
	#visual .rate dt {
		font-size: 23px;
	}
	#visual .rate dd > span {
		font-size: 46px;
	}
	#visual .rate dd > span:first-child {
		font-size: 82px;
	}
	#visual .rate dd small {
		font-size: 13px;
	}
	#visual .rate dd + dd {
		font-size: 11px;
	}
}
@media screen and (max-width:1024px) {
	#visual .txt_read {
		padding: 0 30px;
	}
	#visual .rate {
		width: calc(46vw - 20px);
	}
	#visual .rate dl:before,
	#visual .rate dl:after {
		width: 20px;
		height: 20px;
	}
	#visual .rate dt {
		font-size: 20px;
	}
	#visual .rate dd > span {
		font-size: 22px;
	}
	#visual .rate dd > span:first-child {
		font-size: 67px;
	}
	#visual .rate dd small {
		font-size: 12px;
	}
	#visual .rate dd + dd {
		font-size: 10px;
	}
	#eventlink a {
		right: 30px;
		width: 160px;
		height: 160px;
	}
	#eventlink a dt {
		font-size: 15px;
	}
	#eventlink a dt span {
		font-size: 21px;
	}
	#eventlink a dd .font-Oswald {
		font-size: 35px;
	}
	#eventlink a dd .font-Oswald + span {
		margin: 0 0 0 2px;
		font-size: 13px;
	}
	#eventlink a dd + dd {
		font-size: 15px;
	}
}
@media screen and (max-width:767px) {
	#visual {
		margin: 63px 0 0;
		height: auto;
	}
	#visual .no1 {
		position: inherit;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
	}
	#visual .no2 {
		position: inherit;
		bottom: auto;
		width: 100%;
		height: auto;
	}
	#visual .txt_read {
		position: inherit;
		bottom: auto;
		height: auto;
		width: 80%;
		padding: 20px 30px;
	}
	#visual .txt_deco {
		top: 20px;
		right: 0;
		height: 70vh;
	}
	#visual .rate {
		position: inherit;
		top: auto;
		left: auto;
		width: 100%;
		padding: 30px 20px 20px;
	}
	#visual .rate dd > span {
		line-height: 1;
	}
	#visual .rate dd small {
		margin: 8px 0 0;
	}
	#visual .rate dt {
		margin: 0;
	}
	#eventlink {
		background: url("img/bg-eventlink.jpg") no-repeat center;
		background-size: cover;
		height: 150px;
	}
	#eventlink a {
		bottom: -60px;
		right: 4%;
		width: 140px;
		height: 140px;
	}
	#eventlink a dt {
		font-size: 14px;
	}
	#eventlink a dt span {
		font-size: 19px;
	}
	#eventlink a dd .font-Oswald {
		font-size: 31px;
	}
	#eventlink a dd .font-Oswald + span {
		font-size: 12px;
	}
	#eventlink a dd + dd {
		font-size: 14px;
	}
	#catchtxt a {
		padding: 20px 4%;
		padding-right: calc(150px + 4%);
		font-size: 15px;
	}
	#catchtxt a span {
		display: block;
	}
}
/* main
------------------------------------------------*/
#main img {
	display: block;
	max-width: 100%;
	height: auto;
}
#main h2 {
	position: relative;
	line-height: 1;
	letter-spacing: 0.08em;
	font-family: "Times New Roman", Times, "serif";
	font-size: 35px;
	font-weight: 400;
	color: #48872C;
}
#main h2 + p.link {
	position: relative;
}
#main h2 + p.link a {
	position: absolute;
	top: -30px;
	right: 0;
	font-size: 14px;
	color: #333;
}
#main h2 + p.link a span {
	position: relative;
	padding: 0 35px 0 0;
}
#main h2 + p.link a:after,
#main h2 + p.link a span:before,
#main h2 + p.link a span:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
}
#main h2 + p.link a:after {
	right: 0;
	transform: translate(0, -50%);
	z-index: 1;
	background: #333;
	border: 1px solid #333;
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
#main h2 + p.link a span:before {
	right: 8px;
	transform: translate(0, -50%);
	z-index: 2;
	background: #fff;
	width: 10px;
	height: 1px;
}
#main h2 + p.link a span:after {
	right: 8px;
	transform: translate(0, -50%) rotate(135deg);
	z-index: 2;
	width: 6px;
	height: 6px;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
}
#main h2 + p.link a:hover:after {
	background: #fff;
}
#main h2 + p.link a:hover span:before {
	background: #333;
}
#main h2 + p.link a:hover span:after {
	border-color: #333;
}
#main .attention {
	position: relative;
	z-index: 1;
	background: #872C3A;
}
#main .attention dl {
	align-items: center;
}
#main .attention dt {
	width: 200px;
	padding: 10px 20px;
	text-align: center;
	font-weight: 700;
	color: #fff;
}
#main .attention dd {
	background: #F0E6E7;
	width: calc(100% - 200px);
	padding: 10px 20px;
}
#main .attention dd a {
	color: #333;
}
#main .attention dd a:hover {
	opacity: 0.7;
}
#main .attention dd a span {
	color: #888;
}
#main #reason-area {
	display: flex;
}
#main #reason-area .bg {
	background: url("img/bg-reason.jpg") no-repeat center;
	background-size: cover;
	width: 32%;
}
#main #reason-area .content {
	background-image: linear-gradient(135deg,rgba(241, 246, 249, 1) 0%, rgba(198, 235, 208, 1) 30%, rgba(186, 218, 232, 1) 80%, rgba(236, 247, 237, 1) 100%);
	width: 68%;
	padding: 40px 0 50px 30px;
}
#main #reason-area .splide-progress {
  background: #fff;
	width: calc(100% - 40px);
	margin: 20px 0 0;
	padding: 2px;
	border-radius: 10px;
}
#main #reason-area .splide-progress-bar {
  background: #48872C;
  height: 6px;
  transition: width 1000ms ease;
  width: 0;
	border-radius: 10px;
}
#main #reason-area h2 {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
	line-height: 1.4;
}
#main #reason-area h2 span:first-child {
	margin: 0 20px 10px 0;
	font-family: "Noto Serif JP", serif;
	font-size: 36px;
	font-weight: 600;
}
#main #reason-area h2 span:last-child {
	letter-spacing: normal;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	color: #333;
}
#main #reason-area .box {
	background: #fff;
	width: 300px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
#main #reason-area .box dl {
	position: relative;
	padding: 35px 20px 0;
}
#main #reason-area .box dl:before {
	position: absolute;
	top: -22px;
	left: 20px;
	background-image: linear-gradient(145deg,rgba(86, 179, 101, 0.7) 0%, rgba(24, 108, 166, 0.7) 100%);
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-family: "Oswald", sans-serif;
	font-size: 26px;
	color: #fff;
}
#main #reason-area .box dl.no1:before {
	content: "1";
}
#main #reason-area .box dl.no2:before {
	content: "2";
}
#main #reason-area .box dl.no3:before {
	content: "3";
}
#main #reason-area .box dl.no4:before {
	content: "4";
}
#main #reason-area .box dl.no5:before {
	content: "5";
}
#main #reason-area .box dt {
	line-height: 1.4;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: 700;
}
#main #reason-area .box dd {
	margin: 10px 0 15px;
	font-size: 12px;
	color: #888;
}
#main #reason-area .box p {
	padding: 0 20px 20px;
}
#main #reason-area .box p a {
	display: block;
	position: relative;
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 25px;
	text-align: center;
	line-height: 40px;
	font-family: "Noto Serif JP", serif;
	font-size: 15px;
	font-weight: 600;
	color: #333;
}
#main #reason-area .box p a:hover {
	background: #EFEFEF;
}
#main #reason-area .box p a:before,
#main #reason-area .box p a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin: 1px 0 0;
}
#main #reason-area .box p a:before {
	right: 15px;
	transform: translate(0, -50%);
	background: #333;
	width: 10px;
	height: 1px;
}
#main #reason-area .box p a:after {
	right: 15px;
	transform: translate(0, -50%) rotate(135deg);
	width: 6px;
	height: 6px;
	border-left: solid 1px #333;
	border-top: solid 1px #333;
}
#main .bnrlist {
	margin: 25px 60px 0;
}
#main .bnrlist li {
	width: 24%;
}
#main #news-area {
	background: #E2E8E3;
	margin: 30px 0 0;
	padding: 30px 0;
}
#main #news-area ul {
	margin: 20px 0 0;
}
#main #news-area ul li {
	margin: 10px 0 0;
}
#main #news-area ul li a {
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	font-size: 15px;
	color: #333;
}
#main #news-area ul li a:hover {
	opacity: 0.7;
}
#main #news-area ul li .data {
	font-size: 14px;
}
#main #news-area ul li .cat {
	width: 120px;
	border-radius: 10px;
	margin: 0 20px;
	text-align: center;
	font-size: 12px;
}
#main #news-area ul li .cat.notice-news {
	background: #fff9e1;
}
#main #news-area ul li .cat.notice-event {
	background: #e7f4da;
}
#main #news-area ul li .cat.notice-oc {
	background: #fde7df;
}
#main #news-area ul li .cat.notice-current-students {
	background: #dff1fd;
}
#main #news-area ul li .cat.notice-guardian {
	background: #d4ece4;
}
#main #news-area ul li .cat.notice-graduate {
	background: #fbe6f2;
}
#main #course-area {
	background: linear-gradient(145deg, #96d6a1 0%, #92cfba 25%, #92d7d9 50%, #b3c3e6 100%);
	padding: 40px 0;
}
#main #course-area h2 {
	color: #fff;
}
#main #course-area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main #course-area ul li {
	position: relative;
	width: 48.5%;
	margin: 20px 0 0;
}
#main #course-area ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	color: #333;
}
#main #course-area ul li a:hover {
	box-shadow: none;
}
#main #course-area ul li a:hover img {
	opacity: 1;
}
#main #course-area ul li img {
	display: block;
	width: 41.5%;
	height: auto;
	max-width: 200px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#main #course-area ul li dl {
	position: relative;
	width: calc(59.5% - 30px);
}
#main #course-area ul li.physical dl {
	color: #89BA40;
}
#main #course-area ul li.occupational dl {
	color: #00ADB2;
}
#main #course-area ul li.language dl {
	color: #9997C9;
}
#main #course-area ul li.dental dl {
	color: #03B8DF;
}
#main #course-area ul li dt {
	letter-spacing: 0.08em;
	font-size: 30px;
	font-weight: 700;
}
#main #course-area ul li dl:after,
#main #course-area ul li a:before,
#main #course-area ul li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
}
#main #course-area ul li dl:after {
	right: 20px;
	transform: translate(0, -50%);
	z-index: 1;
	background: #333;
	border: 1px solid #333;
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
#main #course-area ul li a:before {
	right: 28px;
	transform: translate(0, -50%);
	z-index: 2;
	background: #fff;
	width: 10px;
	height: 1px;
}
#main #course-area ul li a:after {
	right: 28px;
	transform: translate(0, -50%) rotate(135deg);
	z-index: 2;
	width: 6px;
	height: 6px;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
}
#main #course-area ul li a:hover dl:after {
	background: #fff;
}
#main #course-area ul li a:hover:before {
	background: #333;
}
#main #course-area ul li a:hover:after {
	border-color: #333;
}
#main #insta-area {
	background: #F4F7F4;
	margin: 40px 0;
	padding: 40px 0;
}
#main #insta-area h3 {
	margin: 0 0 20px;
	font-size: 27px;
}
@media screen and (max-width:1024px) {
	#main #course-area ul li dl {
		width: calc(59.5% - 20px);
	}
	#main #course-area ul li dt {
		font-size: 24px;
	}
}
@media screen and (max-width:767px) {
	#main h2 {
		font-size: 35px;
	}
	#main h2 + p.link a {
		top: -30px;
		right: 15px;
	}
	#main .attention {
		margin: 0 4% 25px;
	}
	#main .attention dt {
		width: 100px;
	}
	#main .attention dd {
		width: calc(100% - 100px);
	}
	#main .attention span {
		display: block;
	}
	#main .bnrlist {
		margin: 25px 30px;
	}
	#main .bnrlist li {
		width: 48.5%;
		margin: 0 0 15px;
	}
	#main .bnrlist li:nth-child(3),
	#main .bnrlist li:nth-child(4) {
		margin: 0;
	}
	#main #news-area ul li a {
		flex-wrap: wrap;
	}
	#main #news-area ul li .title {
		display: block;
		width: 100%;
		margin: 10px 0 0;
	}
	#main #reason-area .bg {
		display: none;
	}
	#main #reason-area .content {
		width: 100%;
	}
	#main #reason-area h2 span:first-child {
    font-size: 27px;
  }
	#main #reason-area h2 span:last-child {
		font-size: 14px;
	}
	#main #course-area ul li {
		width: 100%;
		margin: 20px 0 0;
	}
	#main #course-area ul li dl {
		width: calc(100% - 220px);
	}
	#main #insta-area {
		padding: 30px 0;
	}
	#main #insta-area h3 {
		margin: 0 0 10px;
	}
	#main #insta-area .in {
		margin: 0 15px;
	}
}
@media screen and (max-width:480px) {
	#main .bnrlist li {
		width: 100%;
	}
	#main .bnrlist li:nth-child(3) {
		margin: 0 0 15px;
	}
	#main #reason-area h2,
	#main #reason-area h2 span {
		display: block;
	}
	#main #course-area .inner {
		padding: 0 0 0 30px;
	}
	#main #course-area ul li a {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	#main #course-area ul li img {
		width: 140px;
		max-width: none;
	}
	#main #course-area ul li dl {
		width: calc(100% - 160px);
	}
	#main #course-area ul li dt {
		font-size: 20px;
	}
}