@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@700&display=swap');

/* common
------------------------------------------------*/
#header {
	background: linear-gradient(90deg,rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 80%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.tag-accountant {
	color: #fff;
	background: #F18C47;
}
.tag-circulation {
	color: #fff;
	background: #E3C200;
}
.tag-bridal {
	color: #fff;
	background: #ee87b4;
}
.tag-flower {
	color: #fff;
	background: #99CA5E;
}
.tag-servant {
	color: #fff;
	background: #EA6188;
}
.tag-school {
	color: #fff;
	background: #666;
}
.notice-news {
	background: #fff9e1;
	width: 11em;
}
.notice-oc {
	background: #fde7df;
	width: 11em;
}
.notice-event {
	background: #e7f4da;
	width: 11em;
}
.notice-current-students {
	background: #dff1fd;
	width: 11em;
}
.notice-performance {
	background: #e6e3f7;
	width: 11em;
}
@media screen and (max-width:767px) {
	#header {
		background: linear-gradient(180deg,rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
	}
}
/* visual
------------------------------------------------*/
#visual {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 1;
}
#visual .bg01,
#visual .bg02 {
	width: 50%;
	height: 55vw;
}
#visual .bg01 {
	background: url("img/bg-visual01-pc.jpg") no-repeat center bottom;
	background-size: cover;
}
#visual .bg02 {
	background: url("img/bg-visual02-pc.jpg") no-repeat center bottom;
	background-size: cover;
}
#visual .txt {
	position: absolute;
	top: calc(50% - 1.25em);
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	text-shadow: 0 0 0.3em rgba(0, 0, 0, 1);
	letter-spacing: 0.1em;
	font-family: "LINE Seed JP", sans-serif;
	line-height: 1;
	font-size: 60px;
	font-weight: 700;
	color: #fff;
}
#visual .txt::after,
#visual .txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  animation: blur 0.5s ease-in-out forwards;
}
@keyframes blur {
  0% { backdrop-filter: blur(5px); }
  100% { backdrop-filter: none; }
}
#rate {
	display: flex;
	width: 100%;
}
#rate .bg01,
#rate .bg02 {
	position: relative;
	top: -50%;
	background: none;
	height: auto;
}
#rate .bg01:before,
#rate .bg02:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
}
#rate .bg01:before {
	opacity: 0.4;
	background: url("img/bg-visual01-pc.jpg") no-repeat center bottom;
	background-size: 125% auto;
	background-color: rgba(255,0,3,0.8);
	background-blend-mode: lighten;
	filter: blur(3px);
}
#rate .bg02:before {
	opacity: 0.4;
	background: url("img/bg-visual02-pc.jpg") no-repeat center bottom;
	background-size: 125% auto;
	background-color: rgba(237,108,0,0.8);
	background-blend-mode: lighten;
	filter: blur(3px);
}
#rate .box {
	position: relative;
	background: #fff;
	width: 400px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	text-align: center;
}
#rate .box a {
	display: block;
	color: #333;
}
#rate .box a:hover {
	opacity: 0.7;
}
#rate .box.passed {
	margin: 0 30px 30px auto;
}
#rate .box.offer {
	margin: 0 0 30px 30px;
}
#rate .box h2 {
	padding: 20px 20px 0;
	line-height: 1.3;
	font-size: 41px;
	font-weight: 700;
}
#rate .box.passed h2 span,
#rate .box.offer h2 span {
	color: #E60012;
}
#rate .box dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#rate .box dt {
	margin: 0 15px 0 0;
	line-height: 1.5;
	text-align: left;
	font-size: 20px;
}
#rate .box dd span {
	line-height: 1;
	font-family: "Oswald", sans-serif;
	font-size: 49px;
	font-weight: 700;
}
#rate .box dd span:first-child {
	font-size: 95px;
}
#rate .box.passed dd,
#rate .box.offer dd {
	color: #E60012;
}
#rate .box dd small {
	display: block;
	width: 100%;
	text-align: right;
	color: #888;
}
#rate .box p {
	position: relative;
	margin: 10px 0 0;
	padding: 10px;
	font-weight: 700;
	color: #fff;
}
#rate .box.passed p {
	background-image: linear-gradient(90deg, #e2515d 40%, #f5c754);
}
#rate .box.offer p {
	background-image: linear-gradient(90deg, #e87f29 40%, #ffc848);
}
#rate .box p:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin: 1px 0 0;
	right: 12px;
	transform: translate(0, -50%) rotate(135deg);
	width: 7px;
	height: 7px;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
}
#catchtxt {
	position: relative;
	z-index: 1;
	background: #333;
	padding: 10px 4%;
}
#catchtxt a {
	display: block;
	background: #fff;
	border-radius: 30px;
	padding: 10px 30px;
	font-size: 15px;
	color: #333;
}
#catchtxt a:hover {
	opacity: 0.8;
}
#main .bnrlist {
	position: relative;
	z-index: 1;
}
@media screen and (max-width:1024px) {
	#visual .txt {
		font-size: 45px;
	}
	#rate .box {
		width: 320px;
	}
	#rate .box h2 {
		font-size: 30px;
	}
	#rate .box dt {
		font-size: 18px;
	}
	#rate .box dd span {
		font-size: 40px;
	}
	#rate .box dd span:first-child {
		font-size: 80px;
	}
}
@media screen and (max-width:767px) {
	#visual {
		background: linear-gradient(90deg, #fff2a1 40%, #ffc9c9);
	}
	#visual .bg01 {
		width: 100vw;
		height: 86.6vw;
	}
	#visual .bg02 {
		width: 100vw;
		height: 54.6vw
	}
	#visual .bg01 {
		background: url("img/bg-visual01-sp.jpg") no-repeat center right;
		background-size: cover;
	}
	#visual .bg02 {
		background: url("img/bg-visual02-sp.jpg") no-repeat top left;
		background-size: cover;
	}
	#visual .txt {
		top: 79vw;
		font-size: 32px;
	}
	#rate {
		justify-content: space-between;
		width: 92%;
		margin: 0 auto;
	}
	#rate .bg01,
	#rate .bg02 {
		top: 0;
		background: none;
		width: 48.5%;
		height: auto;
	}
	#rate .bg01:before,
	#rate .bg02:before {
		content: none;
	}
	#rate .box {
		width: 100%;
	}
	#rate .box.passed,
	#rate .box.offer {
		position: relative;
		top: -20px;
		margin: 0 auto;
	}
	#rate .box h2 {
		padding: 10px 0 0;
		font-size: 20px;
	}
	#rate .box dt {
		font-size: 10px;
	}
	#rate .box dd span {
		font-size: 24px;
	}
	#rate .box dd span:first-child {
		font-size: 46px;
	}
	#rate .box dd small {
		font-size: 10px;
	}
	#rate .box p {
		margin: 5px 0 0;
	}
	#catchtxt a {
		padding: 10px 20px;
	}
}
@media screen and (max-width:480px) {
	#visual .txt {
		font-size: 26px;
	}
}
/* main
------------------------------------------------*/
#main img {
	display: block;
	max-width: 100%;
	height: auto;
}
#main h2.plus_en {
	position: relative;
	padding: 20px 0 0;
	font-size: 36px;
	font-weight: 700;
}
#main h2.plus_en:before,
#main h2.plus_en:after {
	display: block;
	position: absolute;
	left: 0;
}
#main h2.plus_en:before {
	top: 0;
	z-index: 1;
	padding: 0 10px 0 0;
  font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
}
#main h2.plus_en:after {
	content: "";
	top: 13px;
	background: #ccc;
	width: 100%;
	height: 1px;
}
#main h2.plus_en + p {
	position: relative;
}
#main h2.plus_en + p a {
	position: absolute;
	top: -45px;
	right: 0;
	padding: 0 35px 0 0;
	font-size: 14px;
	color: #333;
}
#main h2.plus_en + p a:before,
#main h2.plus_en + p a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
}
#main h2.plus_en + p a:before {
	right: 0;
	transform: translate(0, -50%);
	background: #333;
	border: 1px solid #333;
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
#main h2.plus_en + p a:after {
	right: 11px;
	transform: translate(0, -50%) rotate(135deg);
	width: 6px;
	height: 6px;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
}
#main h2.plus_en + p a:hover:before {
	background: #fff;
}
#main h2.plus_en + p a:hover:after {
	border-color: #333;
}
#main .attention {
	position: relative;
	z-index: 1;
	background: #E60012;
	margin-top: 25px;
}
#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: #fff;
	width: calc(100% - 200px);
	border: 1px solid #E60012;
	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 #news-area {
	background: #F2EDED;
	margin: 30px 0 0;
	padding: 30px 0;
}
#main #news-area h2.plus_en:before {
	content: "News";
	background: #F2EDED;
}
#main #news-area ul {
	margin: 10px 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: 15px;
	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 #course-area {
	margin: 60px 4%;
}
#main #course-area h2 {
	margin: 0 0 20px;
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 36px;
	font-weight: 700;
}
#main #course-area .img {
	overflow: hidden;
}
#main #course-area a {
	position: relative;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	color: #333;
}
#main #course-area a:hover img {
	opacity: 1;
	transform: scale(1.1);
}
#main #course-area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 40px;
}
#main #course-area ul li {
	position: relative;
	width: 48.5%;
	padding: 0 0 30px 20px;
}
#main #course-area ul li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 20px);
	height: 190px;
}
#main #course-area ul .servant:before {
	background-image: linear-gradient(90deg, #e2515d 40%, #f5c754);
}
#main #course-area ul .business:before {
	background-image: linear-gradient(90deg, #f4aa6c, #fce58f);
}
#main #course-area ul li a {
	display: block;
}
#main #course-area ul li .txt {
	background: #fff;
	padding: 20px;
	text-align: center;
	font-size: 19px;
}
#main #course-area ul li .txt:after {
	content: "";
	position: absolute;
	bottom: 60px;
	right: 25px;
	transform: rotate(135deg);
	width: 12px;
	height: 12px;
	border-left: solid 1px #333;
	border-top: solid 1px #333;
}
#main #course-area ul .servant a:hover .txt {
	background-image: linear-gradient(90deg, rgba(255, 216, 219, 1), rgba(255, 246, 209, 1));
}
#main #course-area ul .business a:hover .txt {
	background-image: linear-gradient(90deg, rgb(250, 218, 189), rgb(255, 246, 209));
}
#main #course-area ul li .txt strong {
	display: block;
	letter-spacing: 0.05em;
	font-size: 33px;
}
#main #course-area ul .servant strong {
	color: #E60012;
}
#main #course-area ul .business strong {
	color: #EE7800;
}
#main #course-area ul li .txt strong:after {
	display: block;
	position: absolute;
	top: 20px;
	left: 50px;
	transform-origin: 0 0;
	transform: rotate(90deg);
  font-family: "Poppins", sans-serif;
	font-size: 25px;
	font-weight: 600;
	opacity: 0.6;
}
#main #course-area ul .servant strong:after {
	content: "PUBLIC SERVANT";
}
#main #course-area ul .business strong:after {
	content: "GENERAL BUSINESS";
}
#main #course-area .sub p {
	width: 48.5%;
}
#main #course-area p a {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}
#main #course-area p .img {
	width: 200px;
}
#main #course-area p .txt {
	width: calc(100% - 205px);
	padding: 10px 50px;
	font-size: 22px;
	font-weight: 700;
	color: #333;
}
#main #course-area p .txt i {
	position: relative;
	top: 2px;
}
#main #course-area p .txt i:before,
#main #course-area p .txt i:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
}
#main #course-area p .txt i:before {
	right: -50px;
	transform: translate(0, -50%);
	background: #333;
	border: 1px solid #333;
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
#main #course-area p .txt i:after {
	right: -40px;
	transform: translate(0, -50%) rotate(135deg);
	width: 6px;
	height: 6px;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
}
#main #course-area p a:hover .txt i:before {
	background: #fff;
}
#main #course-area p a:hover .txt i:after {
	border-color: #333;
}
#main #course-area p a small {
	display: block;
	margin-top: 10px;
	font-weight: normal;
	font-size: 14px;
}
#main #reason-area {
	background: #EFEFEF;
	padding: 40px 0;
}
#main #reason-area h2.plus_en:before {
	content: "Reason";
	background: #EFEFEF;
}
#main #reason-area .flex {
	margin: 15px 0 0;
}
#main #reason-area .box {
	width: 31.5%;
}
#main #reason-area .box .img {
	overflow: hidden;
}
#main #reason-area .box a {
	display: block;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	text-align: center;
	color: #333;
}
#main #reason-area .box a:hover {
	background: #F8F4F4;
}
#main #reason-area .box a:hover img {
	opacity: 1;
	transform: scale(1.1);
}
#main #reason-area .box h3 {
	padding: 15px 0 0;
	line-height: 1.3;
	font-size: 22px;
	font-weight: 700;
}
#main #reason-area .box h3 span,
#main #reason-area .box:first-child h3 span {
	color: #E60012;
}
#main #reason-area .box dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#main #reason-area .box dt {
	margin: 0 15px 0 0;
	line-height: 1.5;
	text-align: left;
	font-size: 15px;
}
#main #reason-area .box dd {
	color: #E60012;
}
#main #reason-area .box dd span {
	line-height: 1;
	font-family: "Oswald", sans-serif;
	font-size: 37px;
	font-weight: 700;
}
#main #reason-area .box dd span:first-child {
	font-size: 71px;
}
#main #reason-area .box small {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #888;
}
#main #reason-area .box p {
	border-top: 1px solid #ccc;
	margin: 10px 0 0;
	padding: 15px;
	font-size: 14px;
}
#main #reason-area .box p span {
	position: relative;
	padding: 0 35px 0 0;
}
#main #reason-area .box p span:before,
#main #reason-area .box p span:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
}
#main #reason-area .box p span:before {
	right: 0;
	transform: translate(0, -50%);
	background: #333;
	border: 1px solid #333;
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
#main #reason-area .box p span:after {
	right: 11px;
	transform: translate(0, -50%) rotate(135deg);
	width: 6px;
	height: 6px;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
}
#main #reason-area .box a:hover p span:before {
	background: #fff;
}
#main #reason-area .box a:hover p span:after {
	border-color: #333;
}
#main #blog-area {
	padding: 40px 0 0;
}
#main #blog-area h2.plus_en:before {
	content: "Blog";
	background: #fff;
}
#main #blog-area .flex {
	margin: 15px 0 0;
}
#main #blog-area .box {
	width: 31.5%;
}
#main #blog-area .box .img {
	overflow: hidden;
	margin: 0 0 10px;
}
#main #blog-area .box a {
	display: block;
	color: #333;
}
#main #blog-area .box a:hover {
	opacity: 0.8;
}
#main #blog-area .box a:hover img {
	opacity: 1;
	transform: scale(1.1);
}
#main #blog-area .box dt {
	font-size: 14px;
	color: #888;
}
#main #blog-area .box dt + dd {
	margin: 0 0 5px;
	font-size: 15px;
}
#main #blog-area .box dd span {
	display: inline-block;
	width: 80px;
	padding: 5px 0;
	line-height: 1;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
#main #blog-area .box dd span + span {
	margin-left: 2px;
}
#main #insta-area {
	padding: 40px 0 60px;
}
#main #insta-area h3 {
	margin: 0;
	font-size: 27px;
}
@media screen and (max-width:1120px) {
	#main #course-area {
		margin: 40px 4%;
	}
	#main #reason-area .box h3 {
		font-size: 20px
	}
}
@media screen and (max-width:1024px) {
	#main #course-area h2 {
		margin: 0 0 30px;
	}
	#main #course-area ul li .txt {
		padding: 15px;
	}
	#main #course-area ul li .txt:after {
		bottom: 45px;
	}
	#main #course-area ul {
		margin: 0 0 40px;
	}
	#main #course-area ul li .txt strong {
		font-size: 28px;
	}
	#main #course-area ul li .txt strong:after {
		font-size: 24px;
	}
	#main #course-area .sub {
		flex-direction: column;
	}
	#main #course-area .sub p {
		margin-top: 10px;
		width: 100%;
	}
	#main #course-area p .txt {
		padding: 15px 60px 15px 20px;
		position: relative;
	}
	#main #course-area p .txt i {
		position: absolute;
		top: 50%;
		right: 60px;
		transform: translate(0,-50%);
	}
	#main #reason-area .box h3 {
		font-size: 18px
	}
	#main #reason-area .box dd span {
		font-size: 32px;
	}
	#main #reason-area .box dd span:first-child {
		font-size: 66px;
	}
}
@media screen and (max-width:767px) {
	#main h2.plus_en {
		margin: 0 15px;
		padding: 30px 0 0;
		font-size: 27px;
	}
	#main h2.plus_en + p a {
		top: -30px;
		right: 15px;
	}
	#main .attention dt {
		width: 100px;
	}
	#main .attention dd {
		width: calc(100% - 100px);
	}
	#main .attention span {
		display: block;
	}
	#main #news-area h2 {
		margin: 0;
	}
	#main #news-area ul {
		margin: 20px 0 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 #course-area h2 {
		position: relative;
		margin: 0 15px 15px;
		padding: 30px 0 0;
		letter-spacing: normal;
		text-align: left;
		font-size: 27px;
	}
	#main #course-area h2:before,
	#main #course-area h2:after {
    display: block;
    position: absolute;
    left: 0;
}
	#main #course-area h2:before {
    content: "Course";
    top: 0;
    z-index: 1;
    padding: 0 10px 0 0;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    background: #fff;
	}
	#main #course-area h2:after {
    content: "";
    top: 13px;
    background: #ccc;
    width: 100%;
    height: 1px;
	}
	#main #course-area ul {
		margin: 0;
	}
	#main #course-area ul li {
		width: 100%;
		margin: 0 0 20px;
		padding: 0 15px 20px;
	}
	#main #course-area ul li:before {
		left: -4.5%;
		width: 109%;
	}
	#main #course-area ul .servant:before {
		background-image: linear-gradient(90deg, rgb(226 81 93), rgb(255 227 111));
	}
	#main #course-area ul .business:before {
    background-image: linear-gradient(90deg, #f4aa6c, #fce58f);
	}
	#main #course-area ul li .txt {
		font-size: 14px;
	}
	#main #course-area ul li .txt:after {
		width: 8px;
		height: 8px;
		bottom: 35px;
	}
	#main #course-area ul li .txt strong {
		font-size: 20px;
	}
	#main #course-area ul li .txt strong:after {
		top: 10px;
		left: 40px;
	}
	#main #course-area p .img {
		width: 130px;
	}
	#main #course-area p .txt {
		width: calc(100% - 130px);
		font-size: 16px;
	}
	#main #course-area p .txt i:before {
		right: -40px;
	}
	#main #course-area p .txt i:after {
		right: -30px;
	}
	#main #course-area p a small {
		margin-top: 5px;
		font-size: 12px;
	}
	#main #reason-area {
		padding: 40px 0 30px;
	}
	#main #reason-area .flex {
		margin: 0 15px;
	}
	#main #reason-area .box {
		width: 430px;
		margin: 20px auto 0;
	}
	#main #reason-area .box h3 {
		padding: 15px 0 10px;
		font-size: 22px;
	}
	#main #reason-area .box dd span {
		font-size: 37px;
	}
	#main #reason-area .box dd span:first-child {
		font-size: 71px;
	}
	#main #blog-area .flex {
		margin: 0 15px;
	}
	#main #blog-area .box {
		width: 100%;
		margin: 15px 0 0;
	}
	#main #blog-area .box a {
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #ccc;
	}
	#main #blog-area .box .img,
	#main #blog-area .box dl {
		width: 48%;
		margin: 0 0 15px;
	}
	#main #blog-area .box dt + dd {
		margin: 10px 0;
	}
	#main #insta-area {
		padding: 60px 30px;
	}
	#main #insta-area h3 {
		margin: 0 0 10px;
	}
	#main #insta-area .in {
		margin: 0 15px;
	}
}
@media screen and (max-width:480px) {
	#main #reason-area .box {
		width: 100%;
	}
}