@charset "UTF-8";
div {
	box-sizing: border-box;
}
/* margin */
.mt0 {
	margin-top: 0px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml0 {
	margin-left: 0px;
}

.mr0 {
	margin-right: 0px;
}

.ml10 {
	margin-left: 10px;
}

.mr10 {
	margin-right: 10px;
}

.ml15 {
	margin-left: 15px;
}

.mr15 {
	margin-right: 15px;
}

.ml20 {
	margin-left: 20px;
}

.mr20 {
	margin-right: 20px;
}

.ml30 {
	margin-left: 30px;
}

.mr30 {
	margin-right: 30px;
}

.ml40 {
	margin-left: 40px;
}

.mr40 {
	margin-right: 40px;
}


/* padding */
.pt0 {
	padding-top: 0px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pl0 {
	padding-left: 0px !important;
}

.pr0 {
	padding-right: 0px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}


/*float*/
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*font*/
.fs12 {
	font-size: 12px !important;
	font-size: 1.2rem !important;
}

.fs14 {
	font-size: 14px !important;
	font-size: 1.4rem !important;
}

.fs16 {
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

.fs18 {
	font-size: 18px !important;
	font-size: 1.8rem !important;
}

.fs20 {
	font-size: 20px !important;
	font-size: 2rem !important;
}

.bold {
	font-weight: bold !important;
}

.text-underline {
	text-decoration: underline;
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

/*RWD*/
.d-none {
	display: none;
}

.d-lg {
	display: block;
}

.d-lg-none {
	display: none;
}

@media screen and (max-width: 991px) {
	.d-sm {
		display: block;
	}

	.d-sm-none {
		display: none;
	}
}

@media screen and (max-width: 575px) {
	.d-xs {
		display: block;
	}

	.d-xs-none {
		display: none;
	}
}


.header {
	background-color: #fff;
	border-bottom: 1px solid #333;
	left: 0;
	padding: 15px 0 14px;
	/*position: fixed;*/
	right: 0;
	top: 0;
	z-index: 900;
}

.header__inner {
	align-items: center;
	display: flex;
	padding: 0 0.5rem;
}

.header__logo {
	display: flex;
}

.header__logo a {
	display: inline-block;
	height: inherit;
	width: 162px;
}

.header__logo img {
	-o-object-fit: contain;
	aspect-ratio: 120/51;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__buttons {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-left: auto;
}
.button,
.button--green {
	background-color: #5a2800;
	border-radius: 0.375rem;
	color: #fff;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1;
	padding: 11px 0 12px;
	text-align: center;
	width: 164px;
}

.button--green {
	background-color: #00b900;
	text-transform: uppercase;
}
.lineup__cta-button {
	flex:1;
}
.cta-button span, .cta-button--line span {
    padding-left: 1.25rem;
    position: relative;
}
.cta-button span::before, .cta-button--line span::before {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    background-color: #fff;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    content: "";
    height: 18px;
    left: -4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
}
.cta-button, .cta-button--line {
    background-color: #e57542;
    box-shadow: 0 6px 0 #d15b1d;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.024em;
    line-height: 1.3;
    /* max-width: 15.375rem; */
    padding: 12px 0;
    text-align: center;
    transition: 0.2s;
    width: 100%;
	margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
.header {
	padding: 15px 0 14px;
}

.header__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1020px;
}

.header__logo a {
	width: 162px;
}

.header__buttons {
	flex-direction: initial;
	gap: 24px;
}

.cta-button,
.cta-button--line {
	background-color: #e57542;
	box-shadow: 0 0.3125rem 0 #d15b1d;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.024em;
	line-height: 1;
	padding: 0.75rem 0;
	text-align: center;
	transition: 0.2s;
	width: 100%;
}

.cta-button span,
.cta-button--line span {
	padding-left: 1.25rem;
	position: relative;
}

.cta-button span::before,
.cta-button--line span::before {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
	background-color: #fff;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	content: "";
	height: 1rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.6875rem;
}

.cta-button--line {
	text-transform: uppercase;
}
.button,
.button--green {
	font-size: 16px;
	padding: 15px 20px;
	width: 160px;
}
.lineup__cta-buttons {
	width: 80%;
	display: flex;
	gap: 24px;
	justify-content: center;
	margin: 0.875rem auto 0;
}

.lineup__cta-button:not(:first-child) {
	margin-top: 0;
	margin-top: initial;
}
.cta-button,
.cta-button--line {
	box-shadow: 0 0.4375rem 0 #d15b1d;
	padding: 1.3125rem 0;
	width: 100%;
}

}
@media (hover: hover) {

	.cta-button:hover,
	.cta-button--line:hover {
		box-shadow: none;
		opacity: 1;
		transform: translateY(0.3125rem);
	}
}

@media screen and (min-width: 768px) {

	.pc {
		display: block;
	}
	
	.sp {
		display: none;
	}
}

h4.contents-title {
	margin: 40px 0;
}
.contents-text {
	font-weight: bold;
}
.lineup-text {
	margin: 0 10px 10px;
	text-align: left;
	font-size: 1.5rem;
}
h5 {
	margin: 0;
	font-size: 1.8rem;
}
.lineup-text span {
	font-weight: bold;
	display: block;
}
.lineup-head p {
	margin: 20px 0;
    text-align: center;
}
.lineup-head p span {
	background: #3667a7;
	color: #fff;
	padding: 1px 10px 3px;
	border-radius: 20px;
	font-weight: bold;
	margin: 0 3px 4px 0;
    display: inline-block;
}
.lineup-box.lineup-list-box {
	max-width: 820px;
    width: 100%;
}
.lineup-list {
	display: flex;
	margin: 40px 0 20px;
	flex-wrap: wrap;
    justify-content: center;
	gap: 30px;
}
.lineup-list li {
	display: flex;
	flex-direction: column;
}
.lineup-body .lineup-list img {
	margin: 0 0 20px;
}
.lineup-body .lineup-list a {
	display: inline-block;
	background: #3667a7;
	color: #fff;
	padding: 1px 10px 3px;
	border-radius: 20px;
	font-weight: bold;
}
.slide-items {
	width: 80% !important;
    margin: 0 auto 100px !important;
    height: 100%;
}
.slide-items li.slide-item {
	max-width: 800px;
	display: flex;
	justify-content: center;
	position: relative;
}
.slide-items li.slide-item::before {
	position: absolute;
	width: 60px;
	top: 9px;
	right: 0;
	left: 0;
	margin: auto;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.2rem;
	text-align: center;
	font-size: 1.5rem;
}
.slide-items li.slide-item:nth-of-type(2)::before {
	content: '国語';
	background: #c92f4b;
}
.slide-items li.slide-item:nth-of-type(3)::before {
	content: '社会';
	background: #ed6a24;
}
.slide-items li.slide-item:nth-of-type(4)::before {
	content: '数学';
	background: #3b539d;
}
.slide-items li.slide-item:nth-of-type(5)::before {
	content: '理科';
	background: #028d6e;
}
.slide-items li.slide-item:nth-of-type(6)::before {
	content: '英語';
	background: #6d3d93;
}

.slide-items img {
	width: 80%!important;
	object-fit: cover;
	margin: 0!important;
	border: 1px solid #a0a0a0;
}


.slick-prev:before, .slick-next:before {
	color: #1763BC!important;
	font-size: 40px!important;
}

@media screen and (max-width: 768px) {
	.slide-items {
		width: 100%!important;
	}
	.slick-prev {
		left: -15px!important;
		z-index: 100;
	}
	.slick-next {
		right: 5px!important;
		z-index: 100;
	}
	.slide-items img {
		width: 92% !important;
	}
	.slide-items li.slide-item::before {
		top: 1%;
		font-size: 1.2rem;
	}
}