@charset "UTF-8";

#header{
	position: fixed;
}

/* +++#main-visual+++ */
canvas.confetti-canvas {
	pointer-events: none;
}
#main-visual{
	height: 100vh;
	overflow: hidden;
	position: relative;
}
#main-visual:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/mainvisual2.jpg) no-repeat;
	background-size: cover;
	background-position: center 60%;
	opacity: 0;
	visibility: hidden;
	transform: none;
	transition: opacity 1s ease;
	transition-delay: 0.5s;
}
.loaded #main-visual:before{
	opacity: 1;
	visibility: visible;
}
.main-catchcopy {
	position: absolute;
	top: 25%;
	opacity: 0; 
	font-size: 2.7vw;
	color: #e30073;
	line-height: 1.7;
	animation: fadeIn 1s ease 3s forwards;
}
.kunren-maker-logo {
	position: absolute;
	top: 45%;
	opacity: 0; 
	animation: fadeIn 1s ease 3s forwards;
}
@keyframes fadeIn {
	from { opacity: 0; }
	to   { opacity: 1; }
}
.kunren-maker-logo img {
	width: 100%;
	height: auto;
}
.mv-slide{
	font-size: 6rem;
	font-weight: 700;
	white-space: nowrap;
	height: 1em;
	margin: auto;
	justify-content: flex-start;
	flex-wrap: nowrap;
	z-index: 2;
	overflow: hidden;
	transition: 1.2s opacity ease;
}
.mv-slide div{
	animation-name: mv-slide;
	animation-duration: 60s;
	animation-delay: -30s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	padding: 0 .5em;
	transition: .5s all ease;
}
.mv-slide div:nth-of-type(2){
	animation-name: mv-slide02;
	animation-duration: 60s;
	animation-delay: 0s;
}
.mv-text-area{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: min(6rem, 8.6vh);
	padding-inline: 2.5vw;
	overflow: hidden;
}
#main-visual .text-red{
	color: #e60012;
	font-size: 4rem;
	margin-bottom: 4rem;
	line-height: 1.2 !important;
}
#main-visual .text-red .large{
	font-size: 140%;
}
.sub-catch-area{
	height: 100%;
}
.sub-catch{
	font-size: 3rem;
	height: 6rem;
	width: fit-content;
	position: absolute;
	bottom: 18vh;
}
.sub-catch:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #ff5707d6;
	z-index: 1;
	white-space: nowrap;
	overflow: hidden;
	transition: .5s all cubic-bezier(0.5, 0, 0, 1.42);
	transition-delay: 2.8s;
	transform: scaleX(0);
	transform-origin: left top;
	z-index: 1;
}
.loaded .sub-catch:before{
	transform: scaleX(1);
}
.sub-catch span{
	position: relative;
	z-index: 9;
	padding: 0 .75em;
}
.sub-catch .slide-up{
	transform: translateY(6rem);
	transition: .3s all ease;
}

@keyframes mv-slide{
	0%{
		transform: translateX(100%);
	}
	100%{
		transform: translateX(-100%);
	}
}

@keyframes mv-slide02{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(-200%);
	}
}

/* +++#kyouzai+++ */
.text-area {
	min-width: 1200px;
}
.cycle-wrap {
	padding: 0 0 0 2rem;
	opacity: 0;
	transform: scale(0.85);
}
.cycle-wrap.is-shown {
	opacity: 1;
	animation: zoomInAnime 0.5s forwards;
}
@keyframes zoomInAnime {
	from {
		transform: scale(0.85);
	}
	to {
		transform: scale(1);
	}
}
.cycle-background {
	transform: scale(0.85);
	opacity: 0.5;
}
.cycle-rotate {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) scale(0.75);
	animation: rotate-circle 8s linear infinite;
}
@keyframes rotate-circle {
	from {
		transform: translateX(-50%) translateY(-50%) scale(0.75) rotate(0deg);
	}
	to {
		transform: translateX(-50%) translateY(-50%) scale(0.75) rotate(360deg);
	}
}
.cycle-text-wrap p {
	position: absolute;
	font-size: 2rem;
	line-height: 1.25;
	color: #fff;
}
.cycle-text01 {
	top: 110px;
	left: 145px;
}
.cycle-text02 {
	top: 160px;
	right: 135px;
}
.cycle-text03 {
	top: 235px;
	left: 140px;
}
.cycle-text04 {
	top: 260px;
	right: 135px;
}
.text-outline01 {
	-webkit-text-stroke: 5px #53b9e9;
	text-stroke: 5px #53b9e9;
	paint-order: stroke;
}
.text-outline02 {
	-webkit-text-stroke: 5px #2398aa;
	text-stroke: 5px #2398aa;
	paint-order: stroke;
}
.text-outline03 {
	-webkit-text-stroke: 5px #1bc0d6;
	text-stroke: 5px #1bc0d6;
	paint-order: stroke;
}
.text-outline04 {
	-webkit-text-stroke: 5px #47b9af;
	text-stroke: 5px #47b9af;
	paint-order: stroke;
}

/* +++#outline+++ */

#outline{
	overflow: hidden;
}
#outline p .slide-up{
	transform: translateY(9em);
}
#outline .text-area{
	z-index: 9;
	gap: 10%;
	align-items:flex-end;
}
#outline .txt{
	position: relative;
	z-index: 9;
}
.achievements {
	width: 20%;
	position:relative;
}
.achievements img {
	width: 100%;
	height: auto;
}
.achievements p {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	width: 20rem;
	font-size: 1.8rem;
	color: #e61717;
	text-align: center;
	line-height: 1.5;
}
.achievements p span {
	font-size: 2.5rem;
}
.slide01{
	padding: 0 1.8rem;
	background: #444;
}
.slide01 .pic{
	padding: .9rem 0;
}
.slide01 .pic img{
	border-radius: .4rem;
}
.slide01,
#outline:before{
	position: absolute;
	z-index: 2;
	right: min(2.5vw, 3.6rem);
	top: 0;

	width: 36rem;
	z-index: 1;
	transform: rotate(30deg);
	transform-origin: right top;

	display: none;
}
#outline:before{
	content: "";
	display: block;
	background: #0b2b42;
	height: 200%;
	z-index: 9;
	opacity: .6;
	mix-blend-mode: multiply;

	display: none;
}
.slide01 .slick-list{
	transform: rotate(180deg) !important;
}
.slide01 .slick-list img{
	transform: rotate(180deg) !important;
}




/* +++#topics+++ */
#topics .inner,
#portfolio .inner,
#course .inner{
	max-width: 136.8rem;
}
.news-list{
	align-items: stretch;
}
.news-list li{
	width: calc(25% - min(2.7rem, 1.973vw));
	height: calc(((95vw / 4) - min(2.7rem, 1.973vw)) / 3 * 3);
	overflow: hidden;
	border: 1px solid #efefef;
}
.news-list li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background: #eee;
}
.news-list li:not(:last-of-type){
	margin-right: min(3.6rem, 2.6315vw);
}

.news-list .pic{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.news-list .pic:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;	
	top: 0;
	background: #3dd2b7;
	transition: .3s all ease;
	opacity: 0;
	visibility: hidden;
}
.news-list a:hover .pic:after{
	opacity: .9;
	visibility: visible;
}
.news-list a:hover .pic img{
	transform: scale(1.05);
	opacity: 1;
}
.news-list .pic img{
	height: 100%;
	object-fit: cover;
	opacity: .8;
	transition: .3s all ease;
	object-fit: cover;
}

.news-list .text{
	padding: 2.4rem 2.4rem 3.6rem 2.4rem;
	position: relative;
	z-index: 9;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: .3s all ease;
	text-shadow: 0 0 8px #fff;
}
.news-list a:hover .text{
	color: #fff;
}
.news-list date{
	font-size: 1.4rem;
	font-weight: 300;
	opacity: .8;
	padding-bottom: .8rem;
	display: block;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.news-list date:before{
	content: "";
	display: block;
	width: 1.2em;
	height: 1.2em;
	background: url(../images/update-icon-black.svg) no-repeat;
	background-size: 100% auto;
	margin: .8em;
}
.news-list a:hover date:before{
	background: url(../images/update-icon-white.svg) no-repeat;
}

.news-list .post-title{
	line-height: 1.5;
	font-size: 1.7rem;
}


/* +++#portfolio+++ */
.portfolio{
	position: relative;
	overflow: hidden;
}
.portfolio:before{
	content: "";
	display: block;
	width: 120%;
	height: 100%;
	position: absolute;
	background: #3dd2b7;
	transform: skew(-15deg, 0) scale(0,1);
	left: -10%;
	top: 0;
	transition: .3s all ease;
	opacity: 0;
}
.portfolio:hover:before{
	transform: skew(-15deg, 0) scale(1,1);
	opacity: .85;
}
.portfolio h3,
.portfolio date,
.portfolio ul{
	opacity: 0;
	transition: .3s opacity ease;
	transition-delay: 0s;
}
.portfolio:hover h3,
.portfolio:hover date,
.portfolio:hover ul{
	opacity: 1;
	transition-delay: .3s;
}
.portfolio h3{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 2rem;
}
.portfolio h3 a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.portfolio date{
	position: absolute;
	left: 1.8rem;
	top: 1.8rem;
	font-size: 1.4rem;
}
.portfolio ul{
	position: absolute;
	right: 1.8rem;
	bottom: 1.8rem;
}
.portfolio li{
	width: 4rem;
	height: 4rem;
	margin-left: 1.2rem;
}
.portfolio li a{
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s transform ease;
}
.portfolio li a:hover{
	transform: scale(1.1);
}
.portfolio li a img{
	width: 33%;
	height: auto;
}


/* +++#features+++ */
.comment01{
	margin-bottom: 1em;
	font-size: 1.8rem;
}
.comment01 .text-red{
	font-size: 125%;
	padding-inline: .25em;
}
.comment02{
	width: fit-content;
	font-size: 2.4rem;
	margin: 0 auto 6rem;
	position: relative;
}
.comment02 .text-red{
	padding-inline: .25em;
	font-size: 150%;
}
.comment02 .slide-up{
	transform: translateY(3em);
}

.feature{
	width: calc(33.333333% - 3.2rem);
	position: relative;
}
.feature .pic-area{
	position: relative;
	width: calc(34.8rem - 4.8rem);
	height: min(30rem, calc(95vw / 3 - 3.2rem - 4.8rem));
	margin: 0 auto 2.4rem;
	margin-bottom: 2.4rem;
}

.feature h3{
	font-size: 1.7rem;
	line-height: 1.5;
	margin-bottom: 1.8rem;
}
.feature p{
	font-size: 1.4rem;
}
.feature .pic{
	position: absolute;
}
.feature:nth-of-type(1) .pic01,
.feature:nth-of-type(3) .pic01{
	left: 0;
	top: 0;
	width: 61.8%;
}
.feature:nth-of-type(1) .pic02,
.feature:nth-of-type(3) .pic02{
	right: 0;
	bottom: 0;
	width: 61.8%;
}
.feature:nth-of-type(2) .pic01{
	left: 0;
	top: 0;
	width: 80%;
}
.feature:nth-of-type(2) .pic02{
	right: 0;
	bottom: 0;
	width: 80%;
}
.number{
	position: absolute;
	color: #009d80;
	left: 0;
	top: -1.8rem;
	font-size: 4rem;
	letter-spacing: 0;
}
#features .slide-left-open:before,
#features .slide-right-open:before,
#features .slide-top-open:before,
#features .slide-bottom-open:before{
	background: #f5f8fa;
}
.follow-link {
	text-decoration: underline;
}
.spacing-none {
	--spacing: .01em;
}
/* +++#course+++ */
#course{
	padding-inline: 1.25vw;
}
.course{
	padding-inline: 1.25vw;
}
.course .pic{
	position: relative;
	overflow: hidden;
}
.course .pic:before{
	content: "";
	display: block;
	width: 120%;
	height: 100%;
	position: absolute;
	background: #3dd2b7;
	transform: skew(-15deg, 0) scale(0, 1);
	left: -10%;
	top: 0;
	transition: .3s all ease;
	opacity: 0;
}
.course .pic .en{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	font-weight: 300;
	font-size: 1.4rem;
	letter-spacing: .05em;
	transition: .3s opacity ease;
	transition-delay: .3s;
	opacity: 0;
	visibility: hidden;
}
.course a:hover .pic .en{
	opacity: 1;
	visibility: visible;
}
.course a:hover .pic:before{
	transform: skew(-15deg, 0) scale(1,1);
	opacity: .65;
}
.course .txt{
	position: relative;
	z-index: 9;
	padding-top: 2.4rem;
}
.course h3{
	font-size: 2rem;
	line-height: 1.75;
	position: relative;
}
.course dl{
	margin-bottom: 2.4rem;
	font-size: 1.2rem;
}
.course dt{
	position: relative;
	margin-bottom: 1.2rem;
	font-weight: 500;
	width: 6em;
	height: 1.8em;
	border-radius: .9em;
	border: 1px solid #434343;
	display: flex;
	align-items: center;
	justify-content: center;
}
.course dl:nth-of-type(2) dd{
	font-size: 1.3rem;
}
.course dl dd{
	font-size: 1.8rem;
}





@media screen and (max-width: 768px){
/* +++#main-visual+++ */
/*
	#main-visual{
		height: 55rem;
	}

	#main-visual:before{
		bottom: auto;
		width: 100%;
		height: 33rem;
		top: 2rem;
		background-size: 100% auto;
		background-position: center top;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-15%);
		transition-delay: 1s;
		transition: 1s all ease;
	}

	#main-visual:after {
		position: absolute;
		right: 0;
		top: 6rem;
	}
*/
	#main-visual{
		height: 70vh;
	}

	#main-visual:before{
		position: absolute;
		top: 4rem;
		left: 0;
		background-position: 70% top;
	}

	.mv-slide{
		font-size: 2.4rem;
		transition: 1.2s opacity ease;
	}

	.mv-text-area{
		bottom: 4rem;
	}
	#main-visual .text-red{
		font-size: 2.4rem;
		margin-bottom: 1.8rem;
	}

	.main-catchcopy {
		top: 50%;
		left: 3%;
		font-size: 5.5vw;
}

	.kunren-maker-logo {
		top: 72%;
		left: 3%;
	}

	.kunren-maker-logo img {
		width: 75%;
	}

	.sub-catch{
		margin-top: 2.2rem;
		font-size: 1.8rem;
		height: 6rem;
		bottom: 33vh;
	}

.news-list li{ height:auto; }

/* +++#kyouzai+++ */
.text-area {
	min-width: auto;
}
	.cycle-wrap {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	.cycle-background {
		transform: scale(0.75);
	}
	.cycle-background img {
		width: 100%;
		height: auto;
	}
	.cycle-rotate {
		transform: translateX(-50%) translateY(-50%) scale(0.65);
		animation: rotate-circle 8s linear infinite;
	}
	@keyframes rotate-circle {
		from {
			transform: translateX(-50%) translateY(-50%) scale(0.65) rotate(0deg);
		}
		to {
			transform: translateX(-50%) translateY(-50%) scale(0.65) rotate(360deg);
		}
	}
	.cycle-text-wrap p {
		font-size: 1.35rem;
	}
	.cycle-text01 {
		top: 105px;
		left: 135px;
	}
	.cycle-text02 {
		top: 145px;
		right: 130px;
	}
	.cycle-text03 {
		top: 210px;
		left: 130px;
	}
	.cycle-text04 {
		top: 230px;
		right: 120px;
	}

/* +++#topics+++ */
	#topics .inner,
	#portfolio .inner,
	#course .inner{
		max-width: 100%;
	}
	.news-list{
		display: block;
		padding-inline: 2rem;
	}
	.news-list li{
		width: 100%;
	}

	.news-list li:not(:last-of-type){
		margin-right: 0;
		margin-bottom: 4.8rem;
	}

	.news-list .pic{
		height: calc((100vw - 8rem) / 3 * 2);
	}
	.news-list .text{
		padding-top: 1.8rem;
	}
	.news-list date{
		font-size: 1.2rem;
	}
	.news-list .post-title{
		font-size: 1.6rem;
	}


/* +++#portfolio+++ */
	#portfolio .sec-title01{
		padding-inline: 2rem;
	}
	.portfolio:before{
		display: none;
	}
	.portfolio h3,
	.portfolio date,
	.portfolio ul{
		opacity: 1;
	}

	.portfolio h3{
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		margin: auto;
		font-size: 1.6rem;
		color: #131313 !important;
		opacity: 1;
	}
	.portfolio h3 a{
		width: 100%;
		height: auto;
		color: #131313 !important;
		display: block;
		padding-inline: 1.2rem;
	}
	.portfolio date{
		position: relative;
		left: auto;
		top: auto;
		font-size: 1.2rem;
		margin: 1.8rem 0 1.2rem;
		color: #131313 !important;
		display: block;
		padding-inline: 1.2rem;
	}
	.portfolio .pic{
		height: calc(100vw / 1.25 / 3 * 2);
		overflow: hidden;
		position: relative;
	}

	.portfolio .pic a{
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
	}
	.portfolio ul{
		position: absolute;
		right: 1.2rem;
		top: calc((100vw / 1.25 / 3 * 2) - 3.6rem - 1.2rem);
		bottom: auto;
		z-index: 9;
	}
	.portfolio li{
		width: 3.6rem;
		height: 3.6rem;
		margin-left: 1.2rem;
	}
/* +++#features+++ */
	.comment01{
		margin-bottom: 1em;
		font-size: 1.8rem;
	}

	.comment02{
		width: fit-content;
		font-size: 2rem;
		padding: 1.2rem 1.2rem;
		margin: 0 auto 6rem;
		position: relative;
	}
	.comment02:before{
		border-left: 3.6rem solid #f5f8fa;
		border-bottom: 3.6rem solid transparent;
	}
	.comment02:after{
		border-right: 3.6rem solid #f5f8fa;
		border-top: 3.6rem solid transparent;
	}
	.comment02 .text-gradient-blue{
		font-size: 135%;
	}

	.feature-area{
		display: block;
	}
	.feature{
		width: 100%;
	}
	.feature .pic-area{
		width: calc(100% - 4rem);
		height: calc(100vw - 8rem);
		margin: 0 auto 2.4rem;
	}

	.feature h3{
		font-size: 1.6rem;
		margin-bottom: 1.2rem;
	}
	.feature p{
		font-size: 1.3rem;
	}
	.feature:nth-of-type(2){
		margin-top: 6rem;
	}
	.feature:nth-of-type(3){
		margin-top: 6rem;
	}
	.number{
		left: 0;
		top: -1.6rem;
		font-size: 3.2rem;
	}

/* +++#course+++ */
	#course{
		padding-inline: 2rem;
	}
	.course{
		padding-inline: 2rem;
	}
	.course{
		padding-inline: 0;
		width: 100%;
		margin-bottom: 0;
	}

	.course .pic .en{
		font-size: 1.2rem;
	}

	.course h3{
		font-size: 1.9rem;
		width: calc(100% - 4rem);
		/*margin-top: -1.8em;*/
	}


	.course dl{
		margin-top: 2rem;
		font-size: 1.4rem;
	}
	.course dt{
		margin-bottom: 1.2rem;
	}

	.course dl:nth-of-type(2) dd{
		font-size: 1.5rem;
	}
	.course dl dd{
		font-size: 1.8rem;
	}
/* +++#outline+++ */
.achievements {
	width: 50%;
	margin: 2rem auto 0;
}
.achievements p {
	top: 30%;
	font-size: 1.3rem;
}
.achievements p span {
	font-size: 2rem;
}
.slide01{
	padding: 0 1.8rem;
	background: #444;
}
.slide01 .pic{
	padding: .9rem 0;
}
.slide01 .pic img{
	border-radius: .4rem;
}
.slide01,
#outline:before{
	position: absolute;
	z-index: 2;
	right: min(2.5vw, 3.6rem);
	top: 0;

	width: 36rem;
	z-index: 1;
	transform: rotate(30deg);
	transform-origin: right top;

	display: none;
}
#outline:before{
	content: "";
	display: block;
	background: #0b2b42;
	height: 200%;
	z-index: 9;
	opacity: .6;
	mix-blend-mode: multiply;

	display: none;
}
.slide01 .slick-list{
	transform: rotate(180deg) !important;
}
.slide01 .slick-list img{
	transform: rotate(180deg) !important;
}




}