@charset "UTF-8";

.schedule-head__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 72px;
}

.schedule-head__grade {
	position: relative;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	font-weight: 700;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: sideways;
	padding: 13px 0 0 13px;
}

.schedule-head__grade::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
	z-index: 100;
}

.schedule-head__grade::after {
	content: "";
	position: absolute;
	top: 0;
	left: 3px;
	background: #dcdddd;
	width: 1px;
	height: 100%;
}

.schedule-head__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 4%;
	margin-top: 17px;
	margin-bottom: 93px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.schedule-head__main {
	width: 60%;
}

.schedule-head__heading {
	position: relative;
	padding-bottom: 2.5rem;
	margin-bottom: 1.6rem;
	font-size: 2.1rem;
	line-height: 1.5;
	font-weight: 700;
}

.schedule-head__heading::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 5px;
	background: #EFB718;
}

.schedule-head__text {
	font-size: 1.6rem;
	line-height: 2.3125;
	font-weight: 700;
}

.schedule-head__link {
	position: absolute;
	right: 0;
	bottom: 11px;
}

.schedule-head__link .button-primary {
	padding: 0px 37px 17px 7px;
}

.schedule-head__image {
	position: relative;
	margin-top: 15px;
	width: 36%;
	padding: 20px 20px;
	border: 1px solid #231815;
}

.schedule-head__title {
	position: absolute;
	top: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 1rem;
	letter-spacing: 0.15em;
	background: #FFF;
	padding: 0 22px;
}

.schedule-head__title::before,
.schedule-head__title::after {
	content: "";
	position: absolute;
	top: 0px;
	background: #231815;
	width: 1px;
	height: 10px;
}

.schedule-head__title::before {
	left: 0;
}

.schedule-head__title::after {
	right: 0;
}

.schedule-content {
	margin-bottom: 180px;
}

.schedule-content__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
}

.schedule-content__item:first-child {
	padding-bottom: 85px;
	margin-bottom: 77px;
	border-bottom: 1px solid #dcdddd;
}

.schedule-content__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 47px;
}

.schedule-content__grade {
	position: relative;
	font-size: 1.6rem;
	letter-spacing: 0.089em;
	color: #EFB718;
	background: #fef9ed;
	padding: 0.9em clamp(2rem, -1.212749004rem + 4.1832669323vw, 4.1rem);
	border: 1px solid #e1ad16;
	border-radius: 30px;
}

.schedule-content__grade::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 30px;
	width: 10px;
	height: 1px;
	background: #FFF;
	z-index: 100;
}

.schedule-content__link {
	margin-top: 12px;
}

.schedule-content__link .button-primary {
	font-size: 1.8rem;
	padding: 10px 41px 10px 21px;
	letter-spacing: 0.089em;
}

.schedule-content__link .button-primary::before {
	position: absolute;
	bottom: 18px;
	right: 14px;
	width: 21px;
	height: 8px;
}

.schedule-content__content {
	position: relative;
	margin-top: 17px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.schedule-content__heading {
	margin-top: 34px;
	margin-bottom: 13px;
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 2;
	background: linear-gradient(to top, transparent 3px, rgba(242, 222, 148, 0.5) 3px, rgba(242, 222, 148, 0.5) 17px, transparent 17px) repeat-y left bottom/100% 38px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.schedule-content__text {
	font-size: 1.6rem;
	line-height: 2.3125;
	font-weight: 500;
}

.schedule-content__image {
	position: relative;
	margin-top: 15px;
	width: 36%;
	padding: 20px 20px;
	border: 1px solid #231815;
}

.schedule-content__title {
	position: absolute;
	top: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 1rem;
	letter-spacing: 0.15em;
	background: #FFF;
	padding: 0 22px;
}

.schedule-content__title::before,
.schedule-content__title::after {
	content: "";
	position: absolute;
	top: 0px;
	background: #231815;
	width: 1px;
	height: 10px;
}

.schedule-content__title::before {
	left: 0;
}

.schedule-content__title::after {
	right: 0;
}

.schedule-gallery {
	pointer-events: none;
	width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: 50px;
}

.schedule-gallery .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.schedule-gallery__item--1 {
	width: 363px;
	padding-top: 63px;
}

.schedule-gallery__item--2 {
	width: 404px;
	padding-top: 135px;
}

.schedule-gallery__item--3 {
	width: 354px;
	padding-top: 96px;
}

.schedule-gallery__item--4 {
	width: 257px;
}

.schedule-gallery__item--5 {
	width: 340px;
	padding-top: 83px;
}

.schedule-gallery__item--6 {
	width: 413px;
	padding-top: 115px;
}

@media screen and (max-width: 1000px) {

.schedule-head__content { /* 1000px以下 */
	display: block;
}

.schedule-head__main { /* 1000px以下 */
	width: 100%;
}

.schedule-head__image { /* 1000px以下 */
	text-align: center;
	margin-top: 20px;
	width: 100%;
	padding: 12px 0;
}

.schedule-content__item { /* 1000px以下 */
	display: block;
}

.schedule-content__item { /* 1000px以下 */
	gap: 5%;
}

.schedule-content__image { /* 1000px以下 */
	text-align: center;
	margin-top: 20px;
	width: 100%;
	padding: 12px 0;
}

}

@media screen and (max-width: 767px) {

.schedule-head__wrap { /* sp */
	gap: 5%;
}

.schedule-head__grade { /* sp */
	font-size: 1.6rem;
}

.schedule-head__content { /* sp */
	margin-bottom: 40px;
}

.schedule-head__heading { /* sp */
	font-size: 1.8rem;
	padding-bottom: 1.5rem;
}

.schedule-head__text { /* sp */
	font-size: 1.4rem;
	line-height: 2;
}

.schedule-head__link { /* sp */
	margin-top: 20px;
	position: static;
}

.schedule-head__link .button-primary { /* sp */
	padding: 0px 30px 10px 7px;
}

.schedule-head__title { /* sp */
	padding: 0 10px;
}

.schedule-content { /* sp */
	margin-bottom: 90px;
}

.schedule-content__item:first-child { /* sp */
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.schedule-content__head { /* sp */
	display: block;
}

.schedule-content__grade { /* sp */
	font-size: 1.4rem;
	text-align: center;
	padding: 14px 15px;
}

.schedule-content__link { /* sp */
	margin-top: 25px;
}

.schedule-content__link .button-primary { /* sp */
	display: block;
	font-size: 1.6rem;
	text-align: center;
	padding: 10px 10px;
}

.schedule-content__link .button-primary::before { /* sp */
	right: 0;
	bottom: 15px;
}

.schedule-content__content { /* sp */
	margin-bottom: 70px;
}

.schedule-content__heading { /* sp */
	font-size: 1.7rem;
	background-size: 100% 34px;
}

.schedule-content__text { /* sp */
	font-size: 1.4rem;
	line-height: 2;
}

.schedule-content__title { /* sp */
	padding: 0 10px;
}

.schedule-gallery__item--1 { /* sp */
	width: 181px;
}

.schedule-gallery__item--2 { /* sp */
	width: 202px;
}

.schedule-gallery__item--3 { /* sp */
	width: 177px;
}

.schedule-gallery__item--4 { /* sp */
	width: 128px;
}

.schedule-gallery__item--5 { /* sp */
	width: 170px;
}

.schedule-gallery__item--6 { /* sp */
	width: 206px;
}

}

