@charset "utf-8";
@media print, screen and (max-width: 750px) {
#main {
	opacity: 0;
}
/* mainvisual */
#mainvisual {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
/* topMain movie */
#mainvisual #movieTop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: block;
	z-index: 100;
}
#mainvisual #movieTop .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 102;
}
#mainvisual #movieTop .movieSet {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 101;
	/*background: rgba(0,0,0,0.6);*/
	background-color: #ffffff;
}
#mainvisual #movieTop video,
#mainvisual #movieTop img {
	width: 100%;
	height: auto;
}
#mainvisual #movieTop .cover img {
	width: 100%;
	height: 100%;
}
/* topMain scrollDown */
#scrollDown {
	position: absolute;
	width: 100px;
	bottom: 90px;
	left: 50%;
	transform: translateX(-50%);
 -webkit- transform:translateX(-50%);
	z-index: 109;
	opacity: 0;
	transition: all 0.2s linear;
	-moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
#scrollDown .scroll-btn {
	position: relative;
	display: block;
	text-align: center;
	padding-bottom: 20px;
}
#scrollDown .scroll-btn::after {
	position: absolute;
	width: 27px;
	height: 21px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
 -webkit- transform:translateX(-50%);
	content: ' ';
	background-image: url(/home/img/icon_scroll.png);
	background-size: 27px auto;
	background-repeat: no-repeat;
	background-position: center;
}
#scrollDown .scroll-btn p {
	display: inline-block;
	line-height: 18px;
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	-moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	-webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	-ms-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
#scrollDown .scroll-btn .mouse {
	display: none;
}
/* topMain scrollDown end */
/* infoArea */
#mainvisual #infoArea {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 110;
	opacity: 0;
}
/* articleArea */
#articleArea {
	background: rgba(255,255,255,0.8);
	width: 100%;
}
#articleArea .article_inner {
	position: relative;
	padding: 10px;
}
#articleArea .articleLinkTop {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 110px;
	z-index: 100;
	transition: all 0.2s linear;
}
#articleArea .articleLinkTop a {
	position: relative;
	background-color: #9b001a;
	display: block;
	padding-left: 10px;
	width: calc(100% - 10px);
	width : -webkit-calc(100% - 10px);
	color: #ffffff;
	line-height: 30px;
	transition: all 0.2s linear;
	font-size: 1.2rem;
	font-weight: 700;
}
#articleArea .articleLinkTop a::after {
	position: absolute;
	width: 10px;
	height: 10px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
 -webkit- transform:translateY(-50%);
	content: ' ';
	background-image: url(/commons/img/parts/icon_arrow_s_r_w.png);
	background-size: 10px auto;
	background-repeat: no-repeat;
	background-position: center;
}
#articleArea .articleTitArea {
	position: absolute;
	top: 10px;
	left: 10px;
	transition: all 0.2s linear;
}
#articleArea .articleTit a {
	position: relative;
	display: inline-block;
	width: calc(100% - 25px);
	width : -webkit-calc(100% - 25px);
	letter-spacing: 0.4em;
	font-size: 1.5rem;
	line-height: 30px;
	padding-left: 40px;
}
#articleArea .articleTit a::before {
	position: absolute;
	width: 28px;
	height: 28px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
 -webkit- transform:translateY(-50%);
	content: ' ';
	background-image: url(/commons/img/parts/icon_open.png);
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff;
	border: solid #b3b3b3 1px;
}
#articleArea .articleLink {
	display: none;
}
#articleArea .entryArea {
	width: 100%;
	margin-top: 40px;
}
#articleArea .entry-item li {
	position: relative;
	line-height: 18px;
	margin-top: 5px;
	color: #0b0b0b;
}
#articleArea .entry-item li:first-child {
	margin-top: 0;
}
#articleArea .entry-item li a {
	color: #0b0b0b;
	text-decoration: none;
}
#articleArea .entry-item li a .new {
	color: #ff002c;
}
#articleArea .entry-item li .day {
	position: absolute;
	top: 0;
	left: 0;
}
#articleArea .entry-item li .day .icon {
	display: inline-block;
	color: #ffffff;
	background-color: #ffffff;
	text-align: center;
	line-height: 16px;
	height: 18px;
	font-size: 1rem;
	margin-right: 10px;
	width: 60px;
	vertical-align: top;
}
#articleArea .entry-item li.kairos .day .icon,
#articleArea .entry-item li.maria .day .icon {
	height: 19px;
}
#articleArea .entry-item li .day .icon span {
	display: block;
	transform: scale(0.9);
	white-space: normal;
}
#articleArea .entry-item li.kairos .day .icon span,
#articleArea .entry-item li.maria .day .icon span {
	transform: scale(0.8);
}
#articleArea .entry-item .day .date {
	line-height: 18px;
}
#articleArea .entry-item .data {
	padding-left: calc(10.5em + 10px);
	padding-left : -webkit-calc(10.5em + 10px);
}
#articleArea .entry-item .data a {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
#articleArea .entry-item .data .new {
	padding-right: 5px;
}
#articleArea .articleBtn {
	width: 100%;
	transition: all 0.2s linear;
}
#articleArea .articleBtn .pattern1 {
	margin-top: 15px;
}
#articleArea .articleBtn .pattern1 .item:nth-child(n+2) {
	margin-top: 10px;
}
#articleArea .articleBtn .pattern1 .item a {
	position: relative;
	display: inline-block;
	width: calc(100% - 18px);
	width : -webkit-calc(100% - 18px);
	padding: 8px;
	border: solid 1px #B3B3B3;
	background-color: #ffffff;
}
#articleArea .articleBtn .pattern1 .item a::after {
	position: absolute;
	width: 30px;
	height: 10px;
	top: 15px;
	right: 10px;
	content: ' ';
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px auto;
}
#articleArea .articleBtn .pattern1 .item a .tit {
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	white-space: inherit;
	width: calc(100% - 40px);
	width : -webkit-calc(100% - 40px);
	padding-right: 40px;
}
#articleArea .articleBtn .pattern1 .item a .date {
	font-size: 1rem;
	line-height: 1.2;
	margin-top: 5px;
}
#articleArea .articleBtn .pattern1 .item a .data {
	line-height: 1.4;
	margin-top: 5px;
}
#articleArea .articleBtn .pattern2 {
	margin-top: 10px;
}
#articleArea .articleBtn .pattern2 li {
	width: calc(33.333% - 6.666px);
	width : -webkit-calc(33.333% - 6.666px);
	margin-right: 10px;
}
#articleArea .articleBtn .pattern2 li:last-child {
	margin-right: 0;
}
#articleArea .articleBtn .pattern2 li a {
	position: relative;
	display: inline-block;
	width: calc(100% - 18px);
	width : -webkit-calc(100% - 18px);
	padding: 6px 10px 6px 8px;
	min-height: 18px;
	line-height: 1.4;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 700;
}
#articleArea .articleBtn .pattern2 li.exam a {
	background: #ff99cd;
}
#articleArea .articleBtn .pattern2 li.blog a {
	background: #008236;
}
#articleArea .articleBtn .pattern2 li.seisen a {
	background: #ed7100;
}
#articleArea .articleBtn .pattern2 li a::after {
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
 -webkit- transform:translateY(-50%);
	content: ' ';
	background-image: url(/commons/img/parts/icon_arrow_s_r_w.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px auto;
}
/* close */
#infoArea.close {
	opacity: 0;
}
#infoArea.close #articleArea .entry-item li:nth-child(n+2) {
	opacity: 0;
}
#infoArea.close #articleArea .articleBtn {
	opacity: 0;
}
#infoArea.close #articleArea .articleTit a::before {
	background-image: url(/commons/img/parts/icon_close.png);
}
#infoArea.close + #scrollDown {
	z-index: 111;
	opacity: 1;
}
/* main */
#main {
	position: relative;
	padding-top: 16vw;
}
#main .tit2 {
	margin-top: 16vw;
}
#main .tit2.ft {
	margin-top: 0;
}
/* pickup */
.btnGroup .item {
	margin-top: 2.66vw;
}
.btnGroup .item:first-of-type {
	margin-top: 0;
}
.btnGroup .item a {
	text-decoration: none !important;
	color: #0b0b0b !important;
}
.btnGroup .figBox {
	position: relative;
}
.btnGroup .figBox::after {
	position: absolute;
	bottom: -1px;
	left: 20px;
	content: ' ';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #edf6f9;
	z-index: 100;
}
.btnGroup .txtBox {
	text-align: left;
	background-color: #edf6f9;
	padding: 4vw;
	position: relative;
}
.btnGroup .txtBox::after {
	position: absolute;
	top: calc(4vw + 10px);
	top : -webkit-calc(4vw + 10px);
	right: 4vw;
	content: ' ';
	width: 30px;
	height: 10px;
	background-image: url(/commons/img/parts/icon_arrow_b_r_b.png);
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: center;
}
.btnGroup .txtBox p.tit {
	font-size: 1.5rem;
	font-weight: 700;
	padding-bottom: 5px;
}
.btnGroup .txtBox p {
	font-size: 1.2rem;
	line-height: 1.5;
}
.btnGroup .moreArea .itemBox .item {
	margin-top: 2.66vw;
}
.btnGroup .moreBtn {
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
}
/* program */
#program .btnGroup .item a {
	color: #ffffff !important;
}
#program .btnGroup .txtBox::after {
	background-image: url(/commons/img/parts/icon_arrow_b_r_w.png);
}
.btnGroup .pro1 .figBox::after {
	border-bottom: 10px solid #e73656;
}
.btnGroup .pro1 .txtBox {
	background-color: #e73656;
}
.btnGroup .pro2 .figBox::after {
	border-bottom: 10px solid #f08300;
}
.btnGroup .pro2 .txtBox {
	background-color: #f08300;
}
.btnGroup .pro3 .figBox::after {
	border-bottom: 10px solid #0092d8;
}
.btnGroup .pro3 .txtBox {
	background-color: #0092d8;
}
.btnGroup .pro4 .figBox::after {
	border-bottom: 10px solid #45b035;
}
.btnGroup .pro4 .txtBox {
	background-color: #45b035;
}
/* ideal */
#ideal .tit2 {
	margin-top: 0;
	padding-top: 16vw;
}
#ideal .item {
	opacity: 0;
	position: relative;
	padding-bottom: 73.2%;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: -1px;
	/*	transform: translate(0, 150px);*/
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#ideal .item.no1 {
	background-image: url(/home/img/ideal_img01_sp.jpg);
}
#ideal .item.no2 {
	background-image: url(/home/img/ideal_img02_sp.jpg);
}
#ideal .item.no3 {
	background-image: url(/home/img/ideal_img03_sp.jpg);
}
#ideal .item.no4 {
	background-image: url(/home/img/ideal_img04_sp.jpg);
}
#ideal .item.view {
	opacity: 1;/*	transform: translate(0, 0);*/
}
#ideal .item .item_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s linear;
	transition: all 1s linear;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0);
}
#ideal .item .item_inner.view {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.3);
}
#ideal .item .tit {
	text-align: center;
	position: absolute;
	color: #ffffff;
	left: 50%;
	top: 50%;
	margin-top: 150px;
	transform: translate(-50%, -50%);
	font-size: 1.5rem;
	padding-bottom: 20px;
	opacity: 0;
	-webkit-transition: all 0.6s linear;
	transition: all 0.6s linear;
}
#ideal .item .tit.view {
	opacity: 1;
	transform: translate(-50%, -50%);
	margin-top: 0px;
}
#ideal .item .tit .txt {
	-moz-text-shadow: 0px 0px 13px rgba(255, 255, 255, 0.9);
	-webkit-text-shadow: 0px 0px 13px rgba(255, 255, 255, 0.9);
	-ms-text-shadow: 0px 0px 13px rgba(255, 255, 255, 0.9);
	text-shadow: 0px 0px 13px rgba(255, 255, 255, 0.9);
	letter-spacing: 0.2em;
	white-space: nowrap;
}
#ideal .item .tit::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
	content: ' ';
	width: 82.66vw;
	height: 26px;
	background-image: url(/home/img/ideal_tit_line_pc.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}
#ideal .item figure {
	position: relative;
	z-index: 100;
}
#ideal .btnBox {
	margin-top: 5.33vw;
}
#ideal .btnBox a {
	font-size: 1.5rem;
	font-weight: 700;
	border: none;
	color: #ffffff!important;
	background-color: #9a0020;
	letter-spacing: 0.4em;
}
#ideal .btnBox a::after {
	background-image: url(/commons/img/parts/icon_arrow_b_r_w.png);
	right: 20px;
}
/* sns */
#sns .tit4 {
	color: #808080;
	font-size: 1.8rem;
	line-height: 1.2;
}
#sns .tit4::after {
	background-color: #808080;
}
#insta #instaBox #instafeed li {
	width: 31.466%;
	padding-bottom: 31.466%;
	position: relative;
	margin-right: 2.8%;
	background-color: #ffffff;
	overflow: hidden;
}
#insta #instaBox #instafeed li:nth-child(3n) {
	margin-right: 0;
}
#insta #instaBox #instafeed li:nth-child(n+4) {
	margin-top: 2.66vw;
}
#insta #instaBox #instafeed li:nth-child(n+10) {
	display: none;
}
#insta #instaBox #instafeed li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
#sns .follow li {
	margin-right: 15px;
}
#sns .follow li:last-child {
	margin-right: 0;
}
#sns .follow li img {
	width: auto;
	height: 30px;
}
}
@media print, screen and (max-width: 320px) {
#articleArea .articleBtn .pattern2 li a {
	font-size: 1.1rem;
}
}
/* articleArea */
/* 重要 */
#articleArea .entry-item li.important .day .icon {
	background: #ff0000;
}
#articleArea .entry-item li.important .day .icon:first-letter {
	letter-spacing: 1em;
}
#articleArea .articleBtn .pattern1 .item.important a .tit {
	color: #ff0000;
}
#articleArea .articleBtn .pattern1 .item.important a::after {
	background-image: url(/commons/img/parts/article/icon_arrow_important.png);
}
/* 入試関連 */
#articleArea .entry-item li.exam .day .icon {
	background: #ff99cd;
}
#articleArea .articleBtn .pattern1 .item.exam a .tit {
	color: #ff99cd;
}
#articleArea .articleBtn .pattern1 .item.exam a::after {
	background-image: url(/commons/img/parts/article/icon_arrow_exam.png);
}
/* 校長ブログ */
#articleArea .entry-item li.blog .day .icon {
	background: #008236;
}
#articleArea .articleBtn .pattern1 .item.blog a .tit {
	color: #008236;
}
#articleArea .articleBtn .pattern1 .item.blog a::after {
	background-image: url(/commons/img/parts/article/icon_arrow_blog.png);
}
/* 清泉ライフ */
#articleArea .entry-item li.seisen .day .icon {
	background: #ed7100;
}
#articleArea .articleBtn .pattern1 .item.seisen a .tit {
	color: #ed7100;
}
#articleArea .articleBtn .pattern1 .item.seisen a::after {
	background-image: url(/commons/img/parts/article/icon_arrow_seisen.png);
}
/* 学校報カイロス */
#articleArea .entry-item li.kairos .day .icon {
	background: #f0beaf;
	line-height: 1;
}
#articleArea .articleBtn .pattern1 .item.kairos a .tit {
	color: #f0beaf;
	letter-spacing: 0em;
}
#articleArea .articleBtn .pattern1 .item.kairos a::after {
	background-image: url(/commons/img/parts/article/icon_arrow_kairos.png);
}
/* 学校生活 */
#articleArea .entry-item li.life .day .icon {
	background: #59a7f0;
}
#articleArea .articleBtn .pattern1 .item.life a .tit {
	color: #59a7f0;
}
#articleArea .articleBtn .pattern1 .item.life a::after {
	background-image: url(/commons/img/parts/article/icon_arrow_life.png);
}
/* 図書館 */
#articleArea .entry-item li.library .day .icon {
	background: #afafaf;
}
#articleArea .articleBtn .pattern1 .item.library a .tit {
	color: #afafaf;
}
#articleArea .articleBtn .pattern1 .item.library a::after {
	background-image: url(/commons/img/parts/article/icon_arrow_library.png);
}
/* お知らせ */
#articleArea .entry-item li.notice .day .icon {
	background: #b479c3;
}
#articleArea .articleBtn .pattern1 .item.notice a .tit {
	color: #b479c3;
}
#articleArea .articleBtn .pattern1 .item.notice a::after {
	background-image: url(/commons/img/parts/article/icon_arrow_notice.png);
}
/* 緊急情報 */
#articleArea .entry-item li.emergency .day .icon {
	background: #ff6c67;
}
#articleArea .articleBtn .pattern1 .item.emergency a .tit {
	color: #ff6c67;
}
#articleArea .articleBtn .pattern1 .item.emergency a::after {
	background-image: url(/commons/img/parts/article/icon_arrow_emergency.png);
}
/* 白水会 */
#articleArea .entry-item li.hakusui .day .icon {
	background: #41dca4;
}
#articleArea .articleBtn .pattern1 .item.hakusui a .tit {
	color: #41dca4;
}
#articleArea .articleBtn .pattern1 .item.hakusui a::after {
	background-image: url(/commons/img/parts/article/icon_arrow_hakusui.png);
}
/* ラファエラ・マリア会 */
#articleArea .entry-item li.maria .day .icon {
	background: #548eab;
	line-height: 1;
}
#articleArea .articleBtn .pattern1 .item.maria a .tit {
	color: #548eab;
	letter-spacing: 0em;
}
#articleArea .articleBtn .pattern1 .item.maria a::after {
	background-image: url(/commons/img/parts/article/icon_arrow_maria.png);
}
/* 在校生 */
#articleArea .entry-item li.student .day .icon {
	background: #7bc6d0;
}
#articleArea .articleBtn .pattern1 .item.student a .tit {
	color: #7bc6d0;
}
#articleArea .articleBtn .pattern1 .item.student a::after {
	background-image: url(/commons/img/parts/article/icon_arrow_student.png);
}
/* 泉会 */
#articleArea .entry-item li.izumi .day .icon {
	background: #e273ae;
}
#entry-list .izumi .day .icon:first-letter {
	letter-spacing: 1em;
}
#articleArea .articleBtn .pattern1 .item.izumi a .tit {
	color: #e273ae;
}
#articleArea .articleBtn .pattern1 .item.izumi a::after {
	background-image: url(/commons/img/parts/article/icon_arrow_izumi.png);
}
/* 事務室 */
#articleArea .entry-item li.office .day .icon {
	background: #ffb800;
}
#articleArea .articleBtn .pattern1 .item.office a .tit {
	color: #ffb800;
}
#articleArea .articleBtn .pattern1 .item.office a::after {
	background-image: url(/commons/img/parts/article/icon_arrow_office.png);
}
/* 保健室 */
#articleArea .entry-item li.infirmary .day .icon {
	background: #cfb66d;
}
#articleArea .articleBtn .pattern1 .item.infirmary a .tit {
	color: #cfb66d;
}
#articleArea .articleBtn .pattern1 .item.infirmary a::after {
	background-image: url(/commons/img/parts/article/icon_arrow_infirmary.png);
}
