@charset "UTF-8";
/* CSS Document */
.page-head--schedule { position: relative; flex-direction: column; align-items: center; height: auto; background-color: #fff;  }

.page-head__jp--upper { margin-bottom: 10px; font-family: "Zen Maru Gothic", serif; font-size: 3.0rem; font-weight: 700; line-height: 1.4; letter-spacing: 0; }
.page-head__jp--middle { display: block; margin-bottom: 18px; font-size: 1.6rem; font-weight: 900; line-height: 1.4; letter-spacing: 0; }
.page-head__en--lower { font-size: 1.4rem; font-weight: 900; line-height: 1; letter-spacing: 0.2em; text-indent: 0.2em; }


.page-head__obj { position: absolute; z-index: 0; }

@media screen and (min-width: 681px) {
	
	.page-head--schedule {  }
	
	.page-head__jp--upper { margin-bottom: 5px; font-size: 6.0rem; line-height: 1; }
	.page-head__jp--middle { margin-bottom: 24px; font-size: 4.0rem; }
	.page-head__en--lower { font-size: 2.0rem; letter-spacing: 0.5em; text-indent: 0.5em; }
	
	
}



/*	2025 ver	*/

.sche-wrap { position: relative; padding-bottom: 145px; padding-top: 110px; }
.sche-wrap::after { position: absolute; bottom: 0; left: 0; width: 100%; height: 145px; background: #ebf0f0; content: ""; }
/*
.sche-wrap:after { position: absolute; left:0; bottom: 0; display: block; content: ''; z-index: 0;
	border-top: 60px solid #c00;
	border-left: 50vw solid #c00;
	border-right: 50vw solid transparent;
	border-bottom: 60px solid transparent;
}
*/
.sche__inner { position: relative; z-index: 5;}
.sche-txt { padding-top: 5px; margin-bottom: 60px; font-size: 1.4rem; font-weight: 700; line-height: 1.714; text-align: center; }
.sche__btn-wrap { position: relative; max-width: 335px; margin-left: auto; margin-right: auto; }
.sche__btn { position: relative; display: flex; justify-content: center; align-items: center; width: 334px; height: 87px; background: url("../img/bg_sche_btn_sp.png") no-repeat center/contain; margin-bottom: 10px; padding-bottom: 20px; font: 700 2.0rem "Zen Maru Gothic", serif; line-height: 1.3; text-align: center; color: #ff86a1; z-index: 10; }

.sche-list { display: flex; justify-content: space-between; max-width: 335px; margin-left: auto; margin-right: auto; }
.sche-list__item { position: relative; width: 160px; background: linear-gradient(45deg, rgba(191,110,196,1) 0%,rgba(158,129,204,1) 100%);  border-radius: 10px; padding: 15px 12px 12px; font-family:'Red Hat Display', sans-serif; color: #fff; cursor: pointer; transition: .4s; list-style: none; }

.sche-list__item::before { position: absolute; top: 8px; left: 8px; display: block; width: 20px; height: 17px; background: url("../img/obj_brush_shine.png") no-repeat center/contain; content: ""; }


/*
.sche-list__item:nth-of-type(2) ._btn__btn { color: #ea7a00; }
.sche-list__item:nth-of-type(2) ._btn__btn::after { border-color: transparent transparent #f38232; }
*/

.sche-list__item.disable { pointer-events: none; }/*background: #c8c8c8;*/
.under-sche-list { margin-top: 10px; font-size: 1.1rem; font-weight: 500; }

._when { display: flex; justify-content: center; align-items: center; height: 38px; background: rgb(255,104,175); background: #fff; font-size: 1.4rem; line-height: 1; letter-spacing: 0.2em; text-indent: 0.2em; color: #bf6ec4; }
._when > span { font-size: 1.4rem; font-weight: 500; }
._when > strong { font-family: 'Red Hat Display', sans-serif; font-weight: 700; }

#prog2 ._when { color: #ea7a00; }
#prog2 .sche-list__item { background: linear-gradient(45deg, rgba(255,207,77,1) 0%,rgba(230,120,0,1) 100%); }

@media screen and (max-width: 374px) {
	.sche-list__item { width: 48%; }
}
._year { font-size: 1.2rem; font-weight: 700; text-align: center; line-height: 1; letter-spacing: 0.16em; text-indent: 0.16em; }
._date-wrap { text-align: center; }
._date { display: inline-flex; justify-content: center; align-items: center; margin-bottom: 7px; font-size: 5.7rem; }
._date__l { position: relative; padding-bottom: 10px; text-align: right; }
._date__l span { position: relative; display: block; padding-right: 15px; font-size: 70%; font-weight: 900; line-height: 1; }
._date__l .morepr { padding-right: 20px; }
._date__l span:after { position: absolute; top: 50%; right: 10px; display: block; width: 1px; height: 80%; background: #fff; content: ""; transform: translateY(-50%) rotate(25deg); }
._date__l--1keta span:after { right: 3px; }
._date__l--2keta span:after { right: 8px; }
._date__l small { position: absolute; right: 0; bottom: 0; font-size: 1.0rem; letter-spacing: 0.4rem; text-indent: 0.4em; }
._date__r { padding-top: 2px; padding-left: 5px; font-weight: 900; }
._time { margin-bottom: 15px; font-size: 1.3rem; font-weight: 700; letter-spacing: 0.2em; text-indent: 0.2em; text-align: center; }

@media screen and (min-width: 681px) {
	.sche-wrap { padding-bottom: 278px; padding-top: 185px; }/* padding-top: 95px;*/
	.sche-wrap::after { height: 278px; }
	.sche__inner .sec-ttl { margin-bottom: 0; }
	.sche__inner .sec-ttl__jp { margin-bottom: 26px; font-size: 4.5rem; }
	.sche-txt { margin-top: 47px; margin-bottom: 56px; font-size: 1.6rem; line-height: 2; }
	.sche__btn-wrap { max-width: 600px; }
	.sche__btn-wrap::before { position: absolute; top: -12px; left: -44px; display: block; width: 38px; height: 44px; background: url("../img/obj_brush_shake.png") no-repeat center/contain; content: ""; }
	.sche__btn { width: 100%; height: 89px; background-image: url("../img/bg_sche_btn_pc.png"); background-size: 100% auto; margin-bottom: 30px; padding-bottom: 20px; font-size: 2.7rem; }
	.sche__btn ._sepa { }
	.sche-list { max-width: 600px; }
	.sche-list__item { width: 260px; padding: 24px 20px 20px; box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1); pointer-events: none; }
	.sche-list__item::before { top: 13px; left: 13px; width: 20px; height: 17px; }
	.under-sche-list { margin-top: 15px; font-size: 1.3rem; text-align: center; }
	._year { margin-bottom: -5px; font-size: 1.9rem; }
	._date { margin-bottom: 7px; font-size: 9.2rem; }
	._date__l { padding-bottom: 17px; }
	._date__l .morepr { padding-right: 25px; }
	._date__l span::after { height: 87%; transform: rotate(25deg); top: auto; bottom: 2px; }
	._date__l--1keta span::after { right: -7px; }
	._date__l small { font-size: 1.3rem; }
	._date__r { padding-top: 6px; font-weight: 900; }
	._date__l--1keta + ._date__r { padding-left: 24px; }
	._date__r--morepl { padding-left: 10px; }
	._time { margin-top: 10px; margin-bottom: 30px; font-size: 1.6rem; letter-spacing: 0.4em; text-indent: 0.4em; }
	
	._btn__btn { height: 45px; font-size: 1.6rem; line-height: 1; }
	
}
@media screen and (min-width: 1701px) {
	.sche-wrap { padding-top: 185px; }
}

/*
._btn__btn { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; height: 50px; background: #fff; font-size: 1.4rem; line-height: 1.2; letter-spacing: 0.15em; text-indent: 0.15em; text-align: center; color: #bf6ec4; overflow: hidden; }
._btn__btn > span { position: relative; z-index: 5; }
*/





/*	Modal for Sub Pages	*/
.faculty-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(107, 115, 119, 0.9); display: none; z-index: 5000; pointer-events: auto; }
.faculty-modal__inner { position: relative; width: calc(100% - 40px); height: calc(100% - 40px); background: #fff; margin: 20px auto; overflow: auto; }
.modal__inner--center { display: flex; align-items: center; justify-content: center; }
.faculty-modal__content { width: 100%; height: 100%; display: flex; align-items: flex-start; justify-content: center; }
.modal__close { position: absolute; top: 0; right: 0; border: none; width: 50px; height: 50px; background: none; padding: 0; display: flex; align-items: center; justify-content: center; }
.modal__close img { width: 25%; position: relative; display: block; }

.facmod-wrap { position: relative; width: 100%; padding-top: 20px; padding-bottom: 20px; }

.facmod__item { display: none; width: 100%; }
.facmod__item.facmod__item--opened { display: block; }
.facmod__item__fac { display: flex; justify-content: center; align-items: center; height: 30px; margin-bottom: 20px; font-size: 1.5rem; line-height: 1.466; text-align: center; color: #fff; }

.covid-ttl { margin-bottom: 20px; padding-left: 53px; color: #492c05; }
.covid-ttl__main { position: relative; margin-bottom: 10px; font-size: 1.7rem; line-height: 1; }
.covid-ttl__main:before { position: absolute; top: 50%; left: -53px; transform: translateY(-50%); width: 40px; height: 16px; background: #85afc6; content: ""; }
.covid-ttl__sub { font-size: 1.2rem; line-height: 1; }

.covid-list { position: relative; display: flex; justify-content: space-between; flex-wrap: wrap; width: calc(100% - 40px); margin-left: auto; margin-right: auto; }
.covid-list:before { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 2px; height: 100%; background: url("../../common/img/icon_border.svg") repeat 0 0/6px auto; content: ""; }
.covid-list__item { position: relative; width: 50%; padding-top: 16px; padding-bottom: 16px; }



.covid-list__item__img { margin-bottom: 6px; text-align: center; }
.covid-list__item__img img { width: 65px; height: 65px; }
.covid-list__item__txt { font-size: 1.2rem; line-height: 1.666; text-align: justify; color: #492c05; }
.covid-list__item__txt span { background: #ffee78; }

@media screen and (max-width: 680px) {
	
	.covid-list__item:nth-child(odd) { padding-right: 16px; }
	.covid-list__item:nth-child(even) { padding-left: 16px; }
	.covid-list__item:nth-child(-n+2) { padding-top: 0; }
	.covid-list__item:nth-child(-n+6):before { position: absolute; content: ""; }
	.covid-list__item:nth-child(-n+6):before { bottom: 0; left: 0; width: 100%; height: 2px; background: url("../../common/img/icon_border.svg") repeat 0 0/6px auto; }
	.covid-list__item:nth-child(odd):after { position: absolute; content: ""; }
	.covid-list__item:nth-child(odd):after { right: -17px; bottom: -17px; width: 33px; height: 34px; background: #fff; z-index: 5; }
	
}

@media screen and (min-width: 681px) {
	
	.modal__close { width: 80px; height: 80px; }
	
	.faculty-modal__inner { top: 50%; transform: translateY(-50%); width: 1000px; height: auto; margin: 0 auto; }
	
	.facmod-wrap { position: relative; width: 100%; padding-top: 65px; padding-bottom: 40px; }
	
	.facmod__item { display: none; width: 100%; }
	.facmod__item.facmod__item--opened { display: block; }
	.facmod__item__fac { display: flex; justify-content: center; align-items: center; height: 30px; margin-bottom: 20px; font-size: 1.5rem; line-height: 1.466; text-align: center; color: #fff; }

	.covid-ttl { display: flex; align-items: center; margin-bottom: 40px; padding-left: 40px; }
	.covid-ttl__main { margin-bottom: 0; margin-right: 18px; font-size: 2.0rem; }
	.covid-ttl__main:before { left: -40px; width: 20px; height: 30px; }
	.covid-ttl__sub { font-size: 1.4rem; }
	
	
	.covid-list:before { display: none; }
	.covid-list__item { width: 25%; padding: 20px; }
	.covid-list__item:nth-child(-n+4) { padding-top: 0; }
	.covid-list__item:nth-child(-n+4):before { position: absolute; bottom: -3px; left: 50%; transform: translateX(-50%); width: calc(100% - 40px); height: 2px; background: url("../../common/img/icon_border.svg") repeat 0 0/6px auto; content: ""; }
	.covid-list__item:nth-child(n+5) { padding-bottom: 0; }
	.covid-list__item:after { position: absolute; right: -2px; width: 2px; height: calc(100% - 20px); background: url("../../common/img/icon_border.svg") repeat 0 0/6px auto; content: ""; }
	.covid-list__item:nth-child(-n+4):after { top: 0; }
	.covid-list__item:nth-child(n+5):after { bottom: 0; }
	.covid-list__item:nth-child(4n):after { display: none; }
	
	.covid-list__item__img { margin-bottom: 18px; }
	.covid-list__item__img img { width: 120px; height: 120px; }
	.covid-list__item__txt { font-size: 1.3rem; line-height: 1.769; letter-spacing: -0.02em; }
	
}