@charset "utf-8";

/* -----------------------------------------------------------
    共通タイトル
-------------------------------------------------------------- */


/*    mv-area
-------------------------------------------------------------- */

.mv-area {
	width: 100%;
	height: 730px;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.mv-slides {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: #f4f1ea;
}

.mv-slide {
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0;
	transform: scale(1);
	animation: mvFade 18s ease-in-out infinite;
}

.mv-slide::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.38) 40%, rgba(255, 255, 255, 0.08) 100%);
}

.mv-slide-1 {
	background-image: url(/vendor/juku-demo/control/img/mv-hero-1.jpg);
	animation-delay: 0s;
}

.mv-slide-2 {
	background-image: url(/vendor/juku-demo/control/img/mv-hero-2.jpg);
	animation-delay: 6s;
}

.mv-slide-3 {
	background-image: url(/vendor/juku-demo/control/img/mv-hero-3.jpg);
	animation-delay: 12s;
}

@keyframes mvFade {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	8% {
		opacity: 1;
	}
	28% {
		opacity: 1;
		transform: scale(1.04);
	}
	36% {
		opacity: 0;
		transform: scale(1.05);
	}
	100% {
		opacity: 0;
		transform: scale(1.05);
	}
}

.mv-inner {
	padding: 160px 40px 40px;
	z-index: 11;
	position: relative;
	height: 100%;
}

.mv-inner-txt {
	position: absolute;
	top: 200px;
	left: 30px;
}

.mv-title {
	/*font-size: 7rem;*/
	font-size: 6rem;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 20px;
}

.mv-txt {
	line-height: 1.8;
	margin: 0 0 55px;
}

.mv-point {
	position: absolute;
	bottom: 180px;
	right: 30px;
}

.mv-point-badge {
	max-width: 360px;
	margin: 0;
	padding: 14px 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 14px 32px rgba(62, 53, 42, 0.12);
	color: #3d332d;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
}

.mv-point-badge span {
	display: inline-block;
	margin: 0 0 8px;
	padding: 3px 10px;
	border-radius: 999px;
	background: #f2b1bb;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.mv-btn {
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 533px;
	background: #4a4a4a;
}

.mv-btn a {
	display: flex;
	align-items: center;
	padding: 13px;
}

.mv-btn .mv-btn-img {
	margin: 0 20px 0 0;
}

.mv-btn .mv-btn-title {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
	color: #aeb333;
}

.mv-btn .mv-btn-txt {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
	margin: 5px 0 0;
}


@media screen and (max-width: 768px) {
	.mv-area {
		width: 100%;
		height: 276px;
		margin: 0;
	}
	.mv-slide::after {
		background: linear-gradient(90deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.28) 55%, rgba(255, 255, 255, 0.12) 100%);
	}
	.mv-inner {
		padding: 20px 10px 0;
	}
	.mv-inner-txt {
		position: absolute;
		/*top: 55px;*/
		top: 40px;
		left: 20px;
	}
	.mv-title {
		/*font-size: 3.4rem;*/
		font-size: 2.4rem;
		font-weight: bold;
		margin: 0;
	}
	.mv-point-sp {
		position: absolute;
		width: 180px;
		bottom: 15px;
		left: 10px;
	}
	.mv-point-badge {
		padding: 10px 12px;
		font-size: 1.05rem;
		line-height: 1.5;
		border-radius: 14px;
	}
	.mv-point-badge span {
		margin: 0 0 6px;
		padding: 2px 8px;
		font-size: 1rem;
	}
	.mv-btn-wrap {
		width: 100%;
		background: #33b371;
		display: flex;
		justify-content: center;
		padding: 10px;
	}
	.mv-btn-wrap a {
		width: 100%;
		display: block;
		background: #fff;
		text-align: center;
		padding: 15px 0;
		position: relative;
		margin: 0 10px 0 0;
		font-size: 1.6rem;
	}
	.mv-btn-wrap a:last-of-type {
		margin-right: 0;
	}
	.mv-btn-wrap a::after {
		content: "";
		width: 8px;
		height: 8px;
		border-top: 2px solid currentColor;
		border-right: 2px solid currentColor;
		position: absolute;
		top: calc(50% - 5px);
		right: 10px;
		transform: rotate(45deg);
	}
}


/*    about-area
-------------------------------------------------------------- */

#top .about-area {
	position: relative;
	padding: 60px 0 0;
	max-width: 1300px;
	margin: 0 auto;
}


/* catch-area */

#top .about-area .catch-area {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


/* bg-movie 位置調整 */

#top .about-area .catch-area .bg-video-wrap {
	/*
   margin: 0 0 0 -130px;
	*/
}

#top .about-area .catch-area .txt-block {
	width: 500px;
}

#top .about-area .catch-area .txt-block .catch {
	font-size: 4rem;
	line-height: 1.6;
	margin: 0 0 40px;
	font-weight: 500;
}


/* card-block */

#top .about-area .about-detail-area {
	background:
		linear-gradient(180deg, #f7f7f7 0%, #fbfbfb 100%),
		repeating-linear-gradient(
			135deg,
			rgba(0, 0, 0, 0.025) 0,
			rgba(0, 0, 0, 0.025) 10px,
			rgba(255, 255, 255, 0) 10px,
			rgba(255, 255, 255, 0) 24px
		);
	padding: 140px 0 80px;
}


/* title-block */

#top .about-area .about-detail-area .title-block {
	display: flex;
	align-items: center;
	margin: 0 0 50px;
}

#top .about-area .about-detail-area .about-catch {
	font-size: 2rem;
	line-height: 1.3;
	color: #c7b476;
	margin: 0 40px 0 0;
	font-weight: 500;
}

#top .about-area .about-detail-area .about-catch span {
	font-size: 1.4rem;
	vertical-align: middle;
	margin: 0 0 0 0;
	display: block;
}

#top .about-area .about-detail-area .about-title {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.6;
}


/* block-wrapper */

#top .about-area .block-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
	margin: 80px 0 100px;
}

#top .about-area .block-wrapper .block {
	width: calc((100% - 48px) / 3);
	text-align: center;
	position: relative;
}

#top .about-area .block-wrapper .block .block-img {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

#top .about-area .block-wrapper .block .block-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

#top .about-area .block-wrapper .block .block-caption {
	display: inline-block;
	width: 300px;
	background: #92c527;
	color: #fff;
	font-weight: 500;
	border-radius: 25px;
	text-align: center;
	padding: 10px 0;
	position: relative;
	top: -15px;
}

#top .about-area .block-wrapper .block .block-caption::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -10px;
	border: 10px solid transparent;
	border-top: 10px solid #92c527;
}

#top .about-area .block-wrapper .block .block-body {
	width: 270px;
	background: #fff;
	border: 2px solid #c1d969;
	text-align: center;
	padding: 0 0 15px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
}

#top .about-area .block-wrapper .block .block-title {
	margin: -10px 0 13px;
}

#top .about-area .block-wrapper .block .block-title span {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.1;
	background: #32b372;
	color: #fff;
	padding: 4px 6px;
}

#top .about-area .block-wrapper .block .block-title span+span {
	margin: 0 0 0 4px;
}

#top .about-area .block-wrapper .block .block-txt {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
}

#top .about-area .about-detail-area .btn-inner {
	text-align: center;
}

@media screen and (max-width: 768px) {
	#top .about-area {
		padding: 40px 20px;
		max-width: inherit;
	}
	/* catch-area */
	#top .about-area .catch-area {
		display: block;
		padding: 0 0 30px;
	}
	#top .about-area .catch-area .txt-block {
		width: 100%;
	}
	#top .about-area .catch-area .txt-block .catch {
		font-size: 2.2rem;
		margin: 0 0 10px;
	}
	/* card-block */
	#top .about-area .about-detail-area {
		/*
        background:
			linear-gradient(180deg, #f7f7f7 0%, #fbfbfb 100%),
			repeating-linear-gradient(
				135deg,
				rgba(0, 0, 0, 0.025) 0,
				rgba(0, 0, 0, 0.025) 10px,
				rgba(255, 255, 255, 0) 10px,
				rgba(255, 255, 255, 0) 24px
			);
		*/
		background: none;
		padding: 0;
	}
	/* title-block */
	#top .about-area .about-detail-area .title-block {
		display: block;
		margin: 0 0 40px;
	}
	#top .about-area .about-detail-area .about-catch {
		font-size: 2rem;
		margin: 0 0 10px;
	}
	#top .about-area .about-detail-area .about-catch span {
		font-size: 1.4rem;
		margin: 0 0 0 0;
	}
	#top .about-area .about-detail-area .about-title {
		font-size: 2.2rem;
	}
	/* block-wrapper */
	#top .about-area .block-wrapper {
		display: block;
		margin: 30px 0 0;
	}
	#top .about-area .block-wrapper .block {
		width: 100%;
		margin: 0 0 100px;
	}
	#top .about-area .block-wrapper .block .block-img {
		aspect-ratio: auto;
	}
	#top .about-area .block-wrapper .block.last {
		margin: 0 0 80px;
	}
	#top .about-area .block-wrapper .block .block-caption {
		width: 100%;
	}
	#top .about-area .block-wrapper .block .block-caption::before {
		top: 98%;
	}
	#top .about-area .block-wrapper .block .block-body {
		width: 310px;
		padding: 0 0 15px;
	}
	#top .about-area .block-wrapper .block .block-txt {
		font-weight: 700;
	}
	#top .about-area .about-detail-area .btn {
		margin-top: 10px;
	}
}


/*    guide-area
-------------------------------------------------------------- */

#top .guide-area {
	width: 100%;
	height: 645px;
	background:
		radial-gradient(circle at 12% 18%, rgba(251, 222, 180, 0.8), rgba(251, 222, 180, 0) 24%),
		linear-gradient(135deg, #f8fbff 0%, #edf6f4 46%, #fef5eb 100%);
}

#top .guide-area .section-title-area {
	width: 120px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	float: left;
}

#top .guide-area .guide-title-jp {
	padding: 10px 0 0;
}

#top .guide-area .guide-title-eng {
	font-size: 14rem;
	font-weight: 500;
	font-family: 'Roboto';
	color: #4e5c6b;
	line-height: 1;
}

#top .guide-area .catch-block {
	width: 720px;
	float: right;
	text-align: right;
}

#top .guide-area .catch-block .section-catch {
	margin: 0 0 30px;
}

#top .guide-area .catch-block .txt {
	margin: 0 0 30px;
}

#top .guide-area .catch-block .in {
	text-align: right;
}

@media screen and (max-width: 768px) {
	#top .guide-area {
		width: 100%;
		height: auto;
		background:
			radial-gradient(circle at left top, rgba(251, 222, 180, 0.85), rgba(251, 222, 180, 0) 36%),
			linear-gradient(135deg, #f8fbff 0%, #edf6f4 46%, #fef5eb 100%);
		padding: 0 20px;
	}
	#top .guide-area .section-title-area {
		width: auto;
		float: none;
		margin: 0 0 110px;
	}
	#top .guide-area .guide-title-jp {
		font-size: 1.5rem;
		padding: 5px 0 0;
	}
	#top .guide-area .guide-title-eng {
		font-size: 4rem;
	}
	#top .guide-area .catch-block {
		width: 100%;
		float: none;
		text-align: left;
	}
	#top .guide-area .catch-block .section-catch {
		margin: 0 0 10px;
		padding: 10px 0 0;
	}
	#top .guide-area .catch-block .txt {
		margin: 0 0 20px;
	}
	#top .guide-area .catch-block .in {
		text-align: center;
	}
}


/*    news-area
-------------------------------------------------------------- */


/*
.news-area {
}

.news-title-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}
.news-title {
    font-size: 2.1rem;
    font-weight: bold;
}
.news-wrap {
    flex: 1;
}

.news-list {
    position: relative;
    overflow: hidden;
}
.news-list li {
    padding: 30px 170px 30px 170px;
}
.news-list li:nth-of-type(odd) {
    background: #f8f8f8;
}
.news-list a {
    display: flex;
    width: 100%;
}
.news-list .date {
    flex-shrink: 0;
    font-size: 1.6rem;
    margin: 0 30px 0 0;
}
.news-list .cate {
    width: 90px;
    display: inline-block;
    font-size: 1.2rem;
    color: #4dca63;
    border: 1px solid #4dca63;
    text-align: center;
    line-height: 2;
    padding: 1px 13px;
    margin: 0 25px 0 0;
}
.news-list .title{
    width: 640px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-btn {
    flex-shrink: 0;
    margin: 0 20px 0 0;
}
.news-btn a {
    display: block;
}
.news-btn a::before{
    display: inline-block;
    content: "\f105";
    color: #888;
    font: 800 1.6rem / 1 "Font Awesome 5 Free";
    margin: 0 2px 0 0;
}

@media screen and (max-width: 768px){
    .news-area {
        padding: 30px 20px 40px;
    }
    .news-title-wrap {
        margin: 0 0 30px;
    }
    .news-title {
        font-size: 2.2rem;
    }
    .news-wrap {
        display: block;
    }

    .news-list {
        position: static;
        overflow: initial;
    }
    .news-list li {
        padding: 0;
    }
    .news-list li:nth-child(n+2){
        display: none;
    }
    .news-list li:nth-of-type(odd) {
        background: #fff;
    }
    .news-list a {
        display: block;
        width: 100%;
    }
    .news-list .date {
        display: inline-block;
        margin: 0 30px 0 0;
    }
    .news-list .cate {
        line-height: 1.5;
        padding: 0 15px;
        margin: 0 5px 0 0;
    }
    .news-list .title {
        width: 100%;
        line-height: 1.5;
        overflow: initial;
        white-space: normal;
    }
    .news-btn a::before{
        font-size: 1.8rem;
    }
}
*/

/* -----------------------------
    
-------------------------------- */
.bnr-area.new-school {
	display: block!important;
    margin: 40px auto 0;
}

.bnr-area.new-school .classroom-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 26px 34px;
	border-radius: 24px;
	background: linear-gradient(135deg, #fff6ec 0%, #ffffff 55%, #eef8f3 100%);
	box-shadow: 0 18px 40px rgba(36, 68, 57, 0.08);
}

.bnr-area.new-school .classroom-banner-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 96px;
	padding: 10px 18px;
	border-radius: 999px;
	background: #33b371;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
}

.bnr-area.new-school .classroom-banner-title {
	flex: 1;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	color: #2b2b2b;
}

.bnr-area.new-school .classroom-banner-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #e66b2f;
	font-weight: 700;
	white-space: nowrap;
}

.bnr-area.new-school .classroom-banner-link::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    .bnr-area.new-school {
        margin: 20px auto 0;
    }
	.bnr-area.new-school .classroom-banner {
		display: block;
		padding: 20px 18px;
		border-radius: 18px;
	}
	.bnr-area.new-school .classroom-banner-label {
		margin-bottom: 12px;
	}
	.bnr-area.new-school .classroom-banner-title {
		display: block;
		font-size: 1.8rem;
		line-height: 1.6;
		margin-bottom: 14px;
	}
	.bnr-area.new-school .classroom-banner-link {
		display: inline-flex;
	}
}
