@charset "UTF-8";


:root {
	--noto-sans: "Noto Sans JP", sans-serif;
	--noto-serif: "Noto Serif JP", serif;
	--m-plus: "M PLUS Rounded 1c", system-ui;
	--anton: "Anton", sans-serif;
	--site-color: #F1EAD9;
	--site-color-blue: #8BC9EF;
}

html {
	scroll-behavior: smooth;
	--scroll-behavior: smooth;
	font-family: 'scroll-behavior:smooth';
}

* {
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	color: inherit;
	font-family: inherit;
}

body {
	font-size: 15px;
	line-height: calc(21 / 15);
	color: #000;
	font-family: var(--noto-sans);
	font-weight: 400;
}

body.noscroll {
	overflow: hidden;
	touch-action: pinch-zoom;
}

img {
  max-width: 100%;
  height: auto;
}

p {
	line-height: calc(27 / 15);
}

a {
	color: #343434;
}

a:hover {
	color: inherit;
	text-decoration: none;
	opacity: 0.7;
}

.container {
	max-width: 1000px;
}

@media(min-width: 992px) {
	.container-large {
		max-width: 1300px;
	}
}

header {
	position: relative;
	width: 100%;
	z-index: 99;
}

header .kinuta-top-link a {
	border: 1px solid #000;
	border-radius: 40px;
}

header nav {
	position: relative;
}

nav ul{
	list-style: none;
}

.menuStudy ul,
.menuCommunity ul,
.menuFeature ul,
.menuEvent ul{
	list-style: none;
	font-size: 10px;
}

.site-header {
	position: relative;
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	justify-content: flex-end;
	padding: 0 25px;
}

.site-global-nav-button {
	width: 108px;
	aspect-ratio: 108 / 145;
	background: var(--site-pink);
	top: 0;
	outline: none;
	border: none;
	border-radius: 0 0 30px 30px;
	margin-right: 35px;
	z-index: 50;
}

.site-global-nav-button::before {
	content: "MENU";
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}

.site-global-nav-button:focus {
	outline: none;
}

.site-global-nav-button span {
	background: #FFF;
	display: block;
	width: 64px;
	aspect-ratio: 64 / 10;
	border-radius: 5px;
	position: absolute;
	transition: .5s;
}

.site-global-nav-button span:nth-of-type(1) {
	top: 50%;
	left: 50%;
	transform: translate(-50%,calc(-50% - 30px));
}

.site-global-nav-button span:nth-of-type(2) {
	top: 50%;
	left: 50%;
	transform: translate(-50%,calc(-50% - 15px));
}

.site-global-nav-button span:nth-of-type(3) {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media(max-width: 767px) {
	.site-header-logo-link {
		display: block;
		width: clamp(194px,50vw,388px);
	}
}

@media(max-width: 575px) {
	.site-header {
		padding: 0 12px;
	}
	.site-global-nav-button {
		width: 54px;
		border-radius: 0 0 15px 15px;
		margin-right: 17px;
	}
	.site-global-nav-button span {
		width: 32px;
		height: 4px;
	}
	.site-global-nav-button::before {
		font-size: 10px;
		bottom: 15px;
	}
	.site-global-nav-button span:nth-of-type(1) {
		transform: translate(-50%,calc(-50% - 15px));
	}
	.site-global-nav-button span:nth-of-type(2) {
		transform: translate(-50%,calc(-50% - 7.5px));
	}
}

.highlight {
	background: linear-gradient(transparent 80%, #F8F4A4 20%);
}

/*   fv   */
.fv {
	margin-bottom: 40px;
}

.fv-content {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}

.fv-image {
	position: relative;
    aspect-ratio: 4 / 5;
    background: url(img/fv-image_v2.jpg) center top / cover;
	width: calc(100% - 20px);
    max-height: 500px;
    background-size: max(750px, 100%);
	margin-top: max(-45%,-150px);
	margin-left: 20px;
    z-index: -1;
}

/* .fv-content::before {
	content: "";
	width: 95%;
	height: 100%;
	background: url(img/fv-bg.jpg) right 10% top/cover;
	position: absolute;
	right: -15px;
	top: 0;
	border-radius: 30px 0 0 0;
	z-index: -1;
} */

.fv-title {
	min-width: 350px;
	transform: translate(-50px, 0px);
}

.fv-human {
	position: relative;
	max-inline-size: max-content;
	margin-top: -25%;
	margin-right: -10px;
	margin-left: auto;
	z-index: 5;
}

.intro {
	position: relative;
	background: linear-gradient(to bottom,#FFF,#A6F8BE,#A6F8BE,#FFFDDE);
	padding-bottom: 140px;
	overflow: hidden;
}

.profile {
	position: relative;
	padding-top: 80px;
	padding-bottom: 70px;
	margin-bottom: 35px;
}

.profile::before {
	content: "";
	width: 130vw;
	max-width: 600px;
	height: 100%;
	background: url(img/profile-bg.png) center / 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.profile-swiper .swiper {
	overflow: inherit;
}

.profile-swiper .swiper-slide {
	max-width: 325px;
	height: auto;
}

.profile-content-front {
	display: flex;
	align-items: center;
	height: 100%;
	background: #FFF;
	box-shadow: 3px 3px 10px rgba(0,0,0,.3);
	padding: 15px 20px;
	margin-inline: auto;
}

.profile-content-front-content {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	width: 100%;
}

.profile-content-front-text p {
	font-size: 13px;
	line-height: calc(19/ 13);
	font-weight: 500;
}

.profile-content-front-text .profile-content-front-title {
	font-size: 23px;
	margin-bottom: 0;
}

.profile-content-front-text .profile-content-front-title span {
	font-size: 14px;
}

.profile-content-front-image img {
	border-radius: 50%;
}

.profile-content-back {
	background: #FFF;
	box-shadow: 3px 3px 10px rgba(0,0,0,.3);
	padding: 20px;
	margin-inline: auto;
}

.profile-content-back-title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	border-bottom: 1px dashed #000;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.profile-content-back-title .profile-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #FFF;
	background: #E93324;
	min-width: 52px;
	min-height: 21px;
	margin-right: 10px;
}

.profile-content-back-name {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 0;
}

.profile-content-back-name span {
	font-size: 12px;
	margin-left: 5px;
}

.profile-content-back-title .small {
	font-size: 11px;
}

.profile-content-back-content p {
	font-size: 14px;
	line-height: calc(22 / 14);
	margin-bottom: 0;
}

.profile-swiper .swiper-pagination {
	position: relative;
	bottom: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}

.profile-swiper .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: #FFF;
	opacity: 1;
	margin: 0!important;
}

.profile-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	background: #9091F6;
	border: 2px solid #c8c9fb;
}

.contents {
	position: relative;
	display: grid;
	place-content: center;
	max-width: 326px;
	width: 100%;
	aspect-ratio: 326 / 256;
	background: url(img/contents-bg.png) center / 100% 100%;
	margin-inline: auto;
}

.contents::before {
	content: "";
	width: 25px;
	height: 25px;
	border: 4px solid #A2A9F8;
	border-radius: 50%;
	position: absolute;
	top: 22%;
	left: 2%;
}

.contents::after {
	content: "";
	width: 67px;
	height: 67px;
	background: linear-gradient(to right,#9C1FF5,#E933F6);
	border-radius: 50%;
	position: absolute;
	right: 2%;
	bottom: -10%;
}

.contents h2 {
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}

.contents ul {
	max-inline-size: max-content;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	margin-inline: auto;
}

.contents ul li {
	text-indent: -1rem;
	margin-left: 1rem;
	margin-bottom: 5px;
}

.contents ul li::before {
	content: "・";
}

@media(min-width: 768px) {
	.fv-title {
		transform: none;
	}
	.fv-image {
		margin-top: -170px;
	}
	.profile-swiper .swiper-wrapper {
		justify-content: center;
	}	 
}

@media(min-width: 992px) {
	.fv {
		max-width: 1500px;
		margin-top: -74px;
		margin-inline: auto;
	}
	.fv-content {
		padding-right: 0;
		padding-left: 0;
	}
	.fv-title {
		position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-105%, -15%);
        max-inline-size: max-content;
        max-width: 700px;
        width: 40%;
	}
	.fv-title img {
		width: 100%;
	}
	.fv-image {
		width: 100%;
		background: url(img/fv-image_pc_v2.jpg?v2) right bottom / cover;
        aspect-ratio: 15 / 9;
        max-height: 100%;
        margin-top: 0;
		margin-left: 0;
	}
	.intro {
		background: linear-gradient(to bottom,#FFF,#A6F8BE,#A6F8BE,#FFFDDE,#FFF);
	}
	.profile-swiper .swiper-slide {
		max-width: 450px;
	}
	.profile-content-front {
		padding: 20px 25px;
	}
	.profile-content-front-logo img {
		width: 200px;
	}
	.profile-content-front-text p {
		font-size: 18px;
	}
	.profile-content-front-text .profile-content-front-title {
		font-size: 30px;
	}
	.profile-content-front-text .profile-content-front-title span {
		font-size: 18px;
	}
	.profile-content-front-image img {
		width: 180px;
	}
	.profile-content-back {
		padding: 25px;
	}
	.profile-content-back-title .profile-badge {
		font-size: 17px;
		min-width: 70px;
		min-height: 30px;
	}
	.profile-content-back-content p {
		font-size: 17px;
	}
	.profile-content-back-title {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.contents {
		max-width: 100%;
		max-inline-size: max-content;
		padding: 5% 10%;
	}
	.contents h2 {
		font-size: 35px;
	}
	.contents ul li {
		font-size: 20px;	
	}
}

/*    work    */

.work {
	position: relative;
	margin-top: -35px;
	overflow-x: clip;
	z-index: 1;
}

.section-title {
	position: relative;
	z-index: 5;
}

.section-title h2 {
	margin-bottom: 0;
	margin-left: -15px;
}

.section-title h2 span {
	position: relative;
	display: flex;
	align-items: center;
	min-width: 315px;
	font-size: 27px;
	font-weight: 600;
	color: #FFF;
	min-height: 46px;
	max-inline-size: max-content;
	padding: 5px 60px 5px 20px;
}

.section-title h2 span::before {
	content: "";
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background: #000;
	clip-path: polygon(0 0, 100% 0%, calc(100% - 29px) 100%, 0% 100%);
	position: absolute;
	top: 1px;
	right: 2px;
	z-index: -1;
}

.section-title h2 span::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	clip-path: polygon(0 0, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -2;
}

.section-title h2 span + span {
	min-width: 0;
	margin-top: -1px;
}

.section-title h2 span + span::before {
	height: 100%;
	top: 0;
}

.section-title > span {
	position: relative;
	display: flex;
	align-items: center;
	/* min-width: 210px; */
	font-size: 13px;
	font-weight: 500;
	min-height: 33px;
	background: #000;
	padding: 5px 35px 5px 20px;
	max-inline-size: max-content;
	margin-left: -15px;
	clip-path: polygon(0 0, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}

.section-title > span::before {
	content: "";
	width: calc(100% - 2px);
	height: calc(100% - 1px);
	background: #FFF;
	position: absolute;
	top: 0;
	right: 2px;
	clip-path: polygon(0 0, 100% 0%, calc(100% - 19px) 100%, 0% 100%);
	z-index: -1;
}

.section-title:has(h2 span + span) > span::before {
	height: calc(100% - 2px);
	top: 1px;
}

.work .section-title::before {
	content: "";
	width: 198px;
	aspect-ratio: 198 / 132;
	background: url(img/work-deco01.png) center/cover;
	position: absolute;
	top: 0;
	left: 0;	
	transform: translate(-40%,-50%);
	z-index: -1;
}

.work-item + .work-item {
	margin-top: 120px;
}

.work-decide {
	margin-top: -45px;
}

.work-item-text {
	position: relative;
}

.work-item-text h3 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	padding-right: 20px;
	padding-bottom: 10px;
	max-inline-size: max-content;
	margin-bottom: 20px;
}

.work-item-text h3::before {
	content: "";
	width: calc(100% + 15px);
	height: 2px;
	background: linear-gradient(to right,#FCF189,#75FAFC);
	position: absolute;
	left: -15px;
	bottom: 0;
}

.work-item-text h4 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 25px;
}

.work-item-text h4 .example {
	font-size: 12px;
	vertical-align: top;
}

.work-item-text .example {
	font-size: 12px;
	vertical-align: top;
}

.work-item-image {
	position: relative;
	max-inline-size: max-content;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 40px;
	z-index: 1;
}

.work-gallery {
	display: grid;
	gap: 10px;
	max-inline-size: max-content;
	margin-inline: auto;
	margin-top: 30px;
}

.work-gallery-image01 {
	position: relative;
	max-inline-size: max-content;
	transform: translateX(-25%);
}

.work-gallery-image01 img {
	width: 373px;
	min-width: 373px;
}

.work-gallery-image02 {
	position: relative;
	max-inline-size: max-content;
	margin-top: -30%;
	margin-right: 15%;
	margin-left: auto;
	z-index: 1;
}

.work-gallery-image02 img {
	width: 115px;
}

.work-gallery-image03 {
	position: relative;
}

.work-gallery-image03 img {
	width: 425px;
	min-width: 425px;
}

.work-decide .work-item-text::before {
	content: "";
	width: 184px;
	aspect-ratio: 184 / 244;
	background: url(img/work-deco04.png) center/cover;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(55%,-10%);
	z-index: -1;
}

.work-decide .work-item-text h3::after {
	content: "";
	width: 104px;
	aspect-ratio: 104 / 122;
	background: url(img/work-deco03.png) center/cover;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-55%,-60%);
	z-index: -1;
}

.work-decide .work-item-image::before {
	content: "";
	width: 121px;
	aspect-ratio: 121 / 106;
	background: url(img/work-deco02.png) center/cover;
	position: absolute;
	bottom: 0;
	left: 3%;
	transform: translateY(70%);
}

.work-content .work-item-image::before {
	content: "";
	width: 198px;
	aspect-ratio: 198 / 132;
	background: url(img/work-deco05.png) center/cover;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(30%,-25%);
	z-index: -1;
}

.work-content .work-item-image::after {
	content: "";
	width: 149px;
	aspect-ratio: 1 / 1;
	background: url(img/work-deco06.png) center/cover;
	position: absolute;
	bottom: 0;
	left: 5%;
	transform: translateY(40%);
	z-index: -1;
}

.work-content .work-item-text::after {
	content: "";
	width: 121px;
	aspect-ratio: 121 / 106;
	background: url(img/work-deco07.png) center/cover;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(40%,-85%);
	z-index: 1;
}

.work-rewarding .work-item-image::before {
	content: "";
	width: 35px;
	height: 35px;
	background: linear-gradient(to right,#9C1FF5,#E933F6);
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 5%;
	transform: translateY(-120%);
}

.work-rewarding .work-item-image::after {
	content: "";
	width: 184px;
	aspect-ratio: 184 / 244;
	background: url(img/work-deco04.png) center/cover;
	position: absolute;
	right: -53px;
	bottom: 0;
	transform: translate(0%,65%) rotate(5deg);
	z-index: -1;
}

.work-rewarding .work-item-text h3::after {
	content: "";
	width: 173px;
	aspect-ratio: 173 / 155;
	background: url(img/work-deco08.png) center/cover;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%,-50%);
	z-index: -1;
}

.work-gallery-image01::before {
	content: "";
	width: 121px;
	aspect-ratio: 121 / 106;
	background: url(img/work-deco09.png) center/cover;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(25%,5%);
	z-index: 1;
}

.work-gallery-image01::after {
	content: "";
	width: 130px;
	aspect-ratio: 130 / 178;
	background: url(img/work-deco10.png) center/cover;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(45%,-50%);
	z-index: -1;
}

.work-gallery-image03::before {
	content: "";
	width: 353px;
	aspect-ratio: 353/424;
	background: url(img/work-deco11.png) center/cover;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(20%,-25%);
	z-index: -1;
}

@media(min-width: 992px) {
	.section-title h2 span::before {
		width: calc(100% - 3px);
		padding: 5px 60px 5px 35px;
	}
	.section-title > span::before {
		width: calc(100% - 3px);
	}
	.section-title h2 span {
		font-size: 40px;
	}
	.section-title > span {
		font-size: 19px;
	}
	.work-item {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		align-items: center;
	}
	.work-item-image {
		margin-bottom: 0;
	}
	.work-decide .work-item-image {
		margin-right: 0;
		margin-left: max(calc((100vw - 970px) / -2),-150px);
	}
	.work-content .work-item-image {
		order: 2;
		margin-right: max(calc((100vw - 970px) / -2),-150px);
		margin-left: 0;
	}
	.work-rewarding .work-item-image {
		margin-right: 0;
		margin-left: max(calc((100vw - 970px) / -2),-150px);
	}
	.work-gallery {
        grid-template-columns: 45% 15% 45%;
		align-items: baseline;
		margin-top: 200px;
	}
	.work-gallery-image01 {
		transform: translateY(-25%);
	}
	.work-gallery-image02 {
		margin-top: 0;
	}
	.work-gallery-image03 {
		transform: translateY(10%);
	}
	.work-gallery-image01 img,
	.work-gallery-image03 img {
		width: 100%;
		min-width: auto;
	}
}

/*    student    */
#student {
	scroll-margin-top: -300px;
}

.student {
	position: relative;
	overflow-x: clip;
}

.student-bg {
	position: relative;
	padding-top: 300px;
	padding-bottom: 90px;
	margin-top: -150px;
}

.student-bg::before {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	background: linear-gradient(to bottom,#FFF,#A6F8BE,#A6F8BE,#FFFDDE);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.student .section-title {
	margin-bottom: 40px;
}

.student .section-title::before {
	content: "";
	width: 149px;
	aspect-ratio: 149 / 167;
	background: url(img/student-deco01.png) center/cover;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-25%,-45%);
	z-index: -1;
}

.student h3 {
	position: relative;
	font-size: 20px;
}

.student-growth {
	position: relative;
}

.student-human{
	position: absolute;
	top: -97px;
	right: 0;
}

.student-growth::before {
	content: "";
	width: 164px;
	aspect-ratio: 164 / 200;
	background: url(img/student-deco03.png) center/cover;
	position: absolute;
	top: -100px;
	right: 0;
	transform: translate(25%, -25%);
	z-index: 1;
}

.student-growth::after {
	content: "";
	width: 121px;
	aspect-ratio: 121 / 106;
	background: url(img/student-deco02.png) center/cover;
	position: absolute;
	top: -100px;
	right: 0;
	transform: translate(35%, -110%);
	z-index: 5;
}

.student-growth-title {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	/*margin-top: -150px;*/
	z-index: 5;
	margin-inline: auto;
}

.student-growth h3 {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 15px;
}

.student-growth-image {
	position: relative;
	overflow: scroll;
	padding-bottom: 20px;
	z-index: 5;
}

/* .student-growth-image::before {
	content: "";
	width: 121px;
	aspect-ratio: 121 / 106;
	background: url(img/student-deco04.png) center/cover;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate(0,20%);
	z-index: -1;
} */

.student-growth-image::-webkit-scrollbar {
	width: 0;
	height: 17px;
}

.student-growth-image::-webkit-scrollbar-thumb {
	background: #CD00FE;
	border-radius: 10px;
}

.student-growth-image::-webkit-scrollbar-track {
	background: #FFF;
	border: 1px solid #000;
	border-radius: 10px; 
}

.student-growth-image img {
	min-width: 790px;
}

.student-image {
	margin: 0 -15px 45px;
}

.student-item + .student-item {
	margin-top: 120px;
}

.student-item-text {
	position: relative;
}

.student-item-text h3 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	padding-right: 20px;
	padding-bottom: 10px;
	max-inline-size: max-content;
	margin-bottom: 20px;
	z-index: 10;
}

.student-item-text h3::before {
	content: "";
	width: calc(100% + 15px);
	height: 2px;
	background: linear-gradient(to right,#FCF189,#75FAFC);
	position: absolute;
	left: -15px;
	bottom: 0;
}

.student-item-text h3 span {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: calc(21 / 16);
	margin-bottom: 5px;
}

.student-item-text h4 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 25px;
}

.student-item-image {
	position: relative;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 40px;
	z-index: 5;
}

.student-ad .student-item-image::before {
	content: "";
	width: 176px;
	aspect-ratio: 176 / 166;
	background: url(img/student-deco05.png) center/cover;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-25%,-35%);
	z-index: -1;
}

.student-ad .student-item-text::before {
	content: "";
	width: 104px;
	aspect-ratio: 104 / 122;
	background: url(img/student-deco06.png) center/cover;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-55%,-40%);
	z-index: 1;
}

.student-ad .student-item-text::after {
	content: "";
	width: 184px;
	aspect-ratio: 184 / 244;
	background: url(img/student-deco07.png) center/cover;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(55%,0%);
	z-index: -1;
}

.student-seminar .student-item-image::before {
	content: "";
	width: 121px;
	aspect-ratio: 121 / 106;
	background: url(img/student-deco04.png) center/cover;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-40%,-25%);
}

.student-seminar .student-item-image::after {
	content: "";
	width: 35px;
	aspect-ratio: 1 / 1;
	background: linear-gradient(to right,#9C1FF5,#E933F6);
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(-90%,-65%);
}

.student-seminar .student-item-text::before {
	content: "";
	width: 173px;
	aspect-ratio: 173 / 155;
	background: url(img/student-deco08.png) center/cover;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-35%,-15%);
	z-index: -1;
}

.student-seminar .student-item-text::after {
	content: "";
	width: 184px;
	aspect-ratio: 184 / 244;
	background: url(img/student-deco07.png) center/cover;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(55%,0);
	z-index: -1;
}

.student-office .student-item-image::before {
	content: "";
	width: 137px;
	aspect-ratio: 137 / 195;
	background: url(img/student-deco10.png) center/cover;
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translate(20%,60%);
	z-index: -1;
}

.student-office .student-item-text::before {
	content: "";
	width: 104px;
	aspect-ratio: 104 / 122;
	background: url(img/student-deco06.png) center/cover;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-60%,-40%);
	z-index: -1;
}

.student-office .student-item-text::after {
	content: "";
	width: 121px;
	aspect-ratio: 121 / 106;
	background: url(img/student-deco04.png) center/cover;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%,-60%);
	z-index: 5;
}

.student-gallery {
	display: grid;
	max-inline-size: max-content;
	margin-top: 80px;
	margin-inline: auto;
}

.student-gallery-image01 {
	position: relative;
	max-inline-size: max-content;
	transform: translateX(5%);
}

.student-gallery-image01::before {
	content: "";
	width: 35px;
	aspect-ratio: 1 / 1;
	background: linear-gradient(to right,#9C1FF5,#E933F6);
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(-180%,-150%);
}

.student-gallery-image01::after {
	content: "";
	width: 149px;
	aspect-ratio: 1 / 1;
	background: url(img/student-deco11.png) center / cover;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(-5%,5%);
	z-index: -1;
}

.student-gallery-image01 img {
	width: 373px;
	min-width: 373px;
}

.student-gallery-image02 {
	position: relative;
/*	max-inline-size: max-content;
	margin-top: -10%;
	transform: translateX(10%);
	z-index: 5;*/
	width: 165px;
	height: 120px;
}

/*.student-gallery-image02::before {
	content: "";
	width: 121px;
	aspect-ratio: 121 / 106;
	background: url(img/work-deco07.png) center / cover;
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translate(200%,80%) rotate(20deg);
}*/

/*.student-gallery-image02 img {
	width: 165px;
	min-width: 165px;
}*/

.student-gallery-image03 {
	position: relative;
	max-inline-size: max-content;
	transform: translateX(2%);
	z-index: 1;
}

.student-gallery-image03::before {
	content: "";
	width: 435px;
	aspect-ratio: 435 / 346;
	background: url(img/student-deco12.png) center / cover;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-15%,-20%);
	z-index: -1;
}

.student-gallery-image03::after {
	content: "";
	width: 410px;
	aspect-ratio: 410 / 354;
	background: url(img/student-deco13.png) center / cover;
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translate(40%,35%);
	z-index: -1;
}

.student-gallery-image03 img {
	width: 425px;
	min-width: 425px;
}

@media(min-width: 992px) {
	.student-bg {
		padding-bottom: 150px;
	}
	.student-bg::before {
		background: linear-gradient(to bottom, #FFF, #A6F8BE, #A6F8BE, #FFFDDE,#FFF);
	}
	.student-growth h3 {
		font-size: 25px;
	}
	.student-item {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: center;
		gap: 30px;
	}
	.student-item-image {
		margin-bottom: 0;
	}
	.student-ad .student-item-image {
		margin-right: 0;
		margin-left: max(calc((100vw - 970px) / -2),-150px);
	}
	.student-seminar .student-item-image {
		order: 2;
		margin-right: max(calc((100vw - 970px) / -2),-150px);
		margin-left: 0;
	}
	.student-office .student-item-image {
		margin-right: 0;
		margin-left: max(calc((100vw - 970px) / -2),-150px);
	}
	.student-gallery {
		grid-template-columns: 45% 15% 45%;
		align-items: baseline;
		margin-top: 150px;
	}
	.student-gallery-image01 img,
	.student-gallery-image03 img {
		width: 100%;
		min-width: auto;
	}
	.student-gallery-image01 {
		transform: translateY(20%);
		z-index: 1;
	}
	.student-gallery-image03 {
		transform: translateY(-15%);
	}
}

@media(min-width: 791px) {
	.student-growth-image {
		overflow: auto;
	}
}

/*   goal    */
#goal {
	scroll-margin-top: -200px;
}

.goal {
	position: relative;
	background: linear-gradient(to bottom,#FFF,#A6F8BE,#A6F8BE,#FFFDDE 60%,#FFFDDE 80%,#FFF 100%);
	padding-top: 200px;
	padding-bottom: 80px;
	overflow-x: clip;
}

.goal .section-title::before {
	content: "";
	width: 184px;
	aspect-ratio: 184 / 121;
	background: url(img/goal-deco01.png) center / cover;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-20%,-35%);
	z-index: -1;
}

.goal-item {
	position: relative;
	margin-top: -45px;
	margin-bottom: 40px;
}

.goal-item::before {
	content: "";
	width: 121px;
	aspect-ratio: 121 / 106;
	background: url(img/goal-deco02.png) center / cover;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(40%,-80%);
}

.goal-item-image {
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 45px;
}

.goal-item-text {
	position: relative;
	z-index: 2;
}

.goal-item-text h2 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: calc(28 / 20);
	margin-bottom: 20px;
}

.goal-item-text h2::before {
	content: "";
	width: 136px;
	aspect-ratio: 136 / 124;
	background: url(img/goal-deco03.png) center / cover;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-35%,-35%);
	z-index: -1;
}

.goal-message {
	position: relative;
	border-radius: 30px;
	padding: 30px 20px;
	z-index: 1;
}

.goal-message::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #FFF;
	border-radius: 30px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 3px 3px 10px rgba(0,0,0,.3);
	z-index: -1;
}

.goal-message::after {
	content: "";
	width: 180%;
	max-width: 1300px;
	min-width: 678px;
	height: 135%;
	background: url(img/goal-deco04.png) center / 100% 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,100px);
	z-index: -5;
}

.goal-message h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #FFF;
	background: linear-gradient(to right,#9C1FF5,#E933F6);
	min-width: 215px;
	min-height: 34px;
	border-radius: 20px;
	max-inline-size: max-content;
	margin-inline: auto;
	margin-bottom: 20px;
}

.goal-message-content {
	display: grid;
}

.goal-message-image {
	max-width: 192px;
	margin-inline: auto;
}

.goal-message-image img {
	border-radius: 50%;
}

@media(min-width: 992px) {
	.goal-item {
		margin-bottom: 100px;
	}
	.goal-item-image {
		margin: 0;
		margin-bottom: 30px;
		z-index: 3;
	}
	.goal-message {
		max-width: 670px;
		margin-inline: auto;
	}
	.goal-message-content {
		grid-template-columns: 160px 1fr;
		gap: 30px;
		align-items: center;
	}
	.goal-message-image {
		order: -1;
	}
	.goal-message-content p { 
		margin-bottom: 0;
	}
}














































.topics {
	padding: 100px 15px 60px;
}

.topics h2 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 700px;
	aspect-ratio: 689 / 100;
	font-size: clamp(21px,5.8vw,42px);
	font-weight: 600;
	letter-spacing: 0.12em;
	border: 3px solid #343434;
	border-radius: 60px;
	margin-bottom: clamp(30px,8vw,60px);
	margin-inline: auto;
}

.topics h2::before {
	content: "";
    max-width: 24px;
	width: 5%;
    aspect-ratio: 1 / cos(30deg);
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background: #343434;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 100%);
}

.topics h2::after {
	content: "";
    max-width: 18px;
	width: calc(5% - 5px);
    aspect-ratio: 1 / cos(30deg);
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background: #FFF;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, 100%);
}

.topics-wrapper {
	display: grid;
	grid-template-columns: repeat(3,3fr);
	column-gap: 30px;
}

.topics-content {
	max-width: 690px;
	width: 100%;
	border: 1px solid #343434;
	border-radius: 25px;
	margin-inline: auto;
}

.topics-content-image img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	aspect-ratio: 580 / 470;
	border-radius: 25px 25px 0 0;
}

.topics-content-body {
	aspect-ratio: 688 / 142;
	padding: 5px 15px 15px;
}

.topics-content-body .date {
	font-size: 18px;
}

.topics-content-title {
	font-size: 20px;
	font-weight: 600;
	line-height: calc(42 / 30);
	letter-spacing: 0.12em;
	margin-bottom: 0;
}

@media(min-width: 992px) {
	.topics h2 {
		font-size: 35px;
		max-height: 80px;
	}
}

@media(max-width: 991px) {
	.topics-wrapper {
		grid-template-columns: auto;
		row-gap: 40px;
	}	
	.topics-content {
		border-radius: 50px;
	}
	.topics-content-image img {
		border-radius: 50px 50px 0 0;
	}
	.topics-content-body {
		padding: 5px 30px 15px;
	}
	.topics-content-body .date {
		font-size: clamp(13px,3.5vw,26px);
	}
	.topics-content-title {
		font-size: clamp(15px,4vw,30px);
	}
}

@media(max-width: 575px) {
	.topics {
		padding: 80px 0 60px;
	}
	.topics-wrapper {
		row-gap: 20px;
	}
	.topics-content {
		border-radius: 25px;
	}
	.topics-content-image img {
		border-radius: 25px 25px 0 0;
	}
	.topics-content-body {
		padding: 5px 15px 10px;
	}
}

.share {
	padding: 0 15px 100px;
}

.share h2 {
	position: relative;
	font-size: clamp(21px,5vw,42px);
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.12em;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.share h2::before {
	content: "";
	width: 50px;
	height: 5px;
	background: #343434;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.share-sns {
	display: grid;
	grid-template-columns: 20% 20% 20%;
	gap: 30px;
	justify-content: space-between;
	max-width: 480px;
	width: 70%;
	margin-inline: auto;
}

@media(min-width:992px) {
	.share h2 {
		font-size: 35px;
	}
}

@media(max-width: 575px) {
	.share {
		padding: 0 0 50px;
	}
}


.site-footer-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 40px;
}

.site-footer-list li {
	border-bottom: 1px solid #6E6E6E;
}

.site-footer-list li:first-child {
	border-top: 1px solid #6E6E6E;
}

.site-footer-list li a {
	display: block;
	font-size: clamp(15px,4vw,30px);
	text-align: center;
	letter-spacing: 0.14em;
	color: #000;
	width: 100%;
	padding: 25px 15px;
}

.copyright {
	font-size: clamp(10px,2.7vw,20px);
	text-align: center;
	letter-spacing: 0.14em;
	line-height: calc(24 / 20);
	margin-bottom: 25px;
}

@media(min-width:992px) {
	.site-footer-list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.site-footer-list li {
		border-bottom: 1px solid #6E6E6E;
	}
	.site-footer-list li:nth-child(-n+3) {
		border-top: 1px solid #6E6E6E;
	}
	.site-footer-list li a {
		font-size: 20px;
	}
	.copyright {
		font-size: 15px;
	}
}

@media(max-width: 575px) {
	.site-footer-list {
		margin-bottom: 20px;
	}
	.site-footer-list li a {
		padding: 15px;
	}
	.copyright {
		margin-bottom: 13px;
	}
}

.page-top {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	position: fixed;
	right: 5%;
	bottom: 5%;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.page-top.show {
	opacity: 1;
	visibility: visible;
}

@media(min-width: 992px) {
	.page-top img {
		width: 90px;
	}
}

@media(max-width:575px) {
	.page-top {
		right: 3%;
	}
}

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



.wow:not(.animate__animated) {
	animation-name: none;
	visibility: hidden;
}