@charset "UTF-8";


#Graduate__content{
    margin: 0 auto;
}
#Graduate__content h2{
    letter-spacing: -0.03em;
	line-height: 1.2;
}


/* ---------- Hero ---------- */

#Graduate__content .Hero{
	/* width:100%; */
	height: 54.5vw;
	max-height: 800px;
	margin: 0 auto;
	padding-top:1rem;
	padding-left:5vw;
	position: relative;
	
	background: url(../images/top_mainvisual_bg.jpg) no-repeat bottom center;
	background-size: cover;

	position: relative;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	z-index: 2;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Graduate__content .Hero {
		/* height: 500px; */
	}
}
@media only screen and (max-width: 559px) {
	#Graduate__content .Hero {
		height: 60vw;
		max-height: 60vw;
	}
}
#Graduate__content .Hero::before {
	content: "";
	width:100%;
	max-width: 1600px;
	height:100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 35px;
	margin: 0 auto;
	background: url(../images/top_mainvisual_img.png) no-repeat top center;
	background-size: contain;
	z-index: 1;
}
@media only screen and (max-width: 559px) {
	#Graduate__content .Hero::before {
			top: 50px;
		}
}

#Graduate__content .Hero .Hero_Catch{
	width: 60%;
	max-width: 900px;
	display: block;
	position: absolute;
	right:0;
	left:-13vw;
	margin: 0 auto;
	bottom: -135px;
	z-index: 10;
}
@media only screen and (min-width: 560px) and (max-width: 1449px) {
	#Graduate__content .Hero .Hero_Catch {
		bottom: -8.85vw;
	}
}
@media only screen and (max-width: 559px) {
	#Graduate__content .Hero .Hero_Catch {
		width: 70%;
		max-width: 70%;
		left: -18vw;
		bottom: -12vw;
	}
}


#Graduate__content .Hero .button_wrap {
	width: auto;
	max-width: 1200px;
	display: inline-block;
	position: absolute;
	right: clamp(50 * 0.5px, 50 / 1280 * 100vw, 50px);
	/* bottom: clamp(30 * 0.5px, 30 / 1280 * 100vw, 30px); */
	bottom: 40px;
	z-index: 10;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Graduate__content .Hero .button_wrap {
		bottom: -45px;
	}
}
@media only screen and (max-width: 559px) {
	#Graduate__content .Hero .button_wrap {
		right: 20px;
		bottom: -45px;
	}
}

#Graduate__content .Hero .button a {
	width: 100%;
	height: 100%;
	/* color: #333; */
	font-size: clamp(18 * 0.8px, 18 / 1280 * 100vw, 18px);
	font-weight: 700;
	padding: clamp(15 * 0.6px, 15 / 1280 * 100vw, 15px) 2em clamp(15 * 0.6px, 15 / 1280 * 100vw, 15px) clamp(15 * 0.6px, 15 / 1280 * 100vw, 15px);
}
#Graduate__content .Hero .button a:hover {
	color: #FFF;
}
/*---------- Section_main ----------*/
#Graduate__content #Section_main {
	width: auto;
	margin: 0;
	background:#dcdcdc;
	z-index: 1;
}

/*---------- COMMON ----------*/
#Graduate__content .SiteContent__sectionInner.-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
#Graduate__content #Section_main .heading {
	margin-bottom: 0.5em;
}
#Graduate__content #Section_main .heading h2 {
	font-size: clamp(30 * 0.8px, 30 / 1280 * 100vw, 30px);
	font-weight: 900;
}
@media only screen and (max-width: 559px) {
	#Graduate__content #Section_main .heading h2 {
			font-size: 12vw;
		}
}
#Graduate__content #Section_main .text_lead {
	margin-bottom: 1em;
	font-weight: 600;
}
/*---------- Section1 ----------*/
#Graduate__content .Section1_wrap {
	background: #d1d1d1;
	padding: 0;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Graduate__content .Section1_wrap {
		padding-top: 50px;
	}
}
@media only screen and (max-width: 559px) {
	#Graduate__content .Section1_wrap {
		padding-top: 8vw;
	}
}
#Graduate__content .Section1 {
	width: 100%;
	height: 39.6vw;
	min-height: 500px;
	max-height: 800px;
	margin-top: 0;
	padding: 0;
	position: relative;
	background:#d1d1d1 url(../images/top_sec1_img.jpg) no-repeat bottom left;
	background-size: contain;
	z-index: 1;
}
@media only screen and (max-width: 559px) {
	#Graduate__content .Section1 {
		height: auto;
		min-height: auto;
		max-height: auto;
		padding-top: 12vw;
		padding-bottom: 55vw;
		background: #d1d1d1 url(../images/top_sec1_img_sp.jpg) no-repeat bottom left;
		background-size: contain;
	}
}

#Graduate__content .Section1 .section_inner {
	width: auto;
}

#Graduate__content .Section1 .heading{
	margin-left: 1em;
}
#Graduate__content .Section1 .heading span {
	font-size: 2.4rem;
	font-weight: 700;
}
@media only screen and (max-width: 559px) {
	#Graduate__content .Section1 .heading span {
		font-size: 6vw;
	}
}
#Section_main #Graduate__content .Section1 .heading h2 {
	font-size: 5rem;
}
@media only screen and (max-width: 559px) {
	#Section_main #Graduate__content .Section1 .heading h2 {
		font-size: 7vw;
	}
}
#Graduate__content .Section1 .text_lead {
	padding: 1em;
	background: rgba(209, 209, 209, 0.7);
	color:#4e4e4e;
}
#Graduate__content .Section1 .button {
	margin-left: 1em;
}

/*---------- Section2 ----------*/
#Graduate__content .Section2 {
	width: 100%;
	height: 39.6vw;
	min-height: 650px;
	max-height: 800px;
	margin-top: 0;
	padding: 0;
	position: relative;

	color: #FFF;
	z-index: 2;
}
@media only screen and (max-width: 559px) {
	#Graduate__content .Section2 {
			height: auto;
			min-height: 100vw;
			max-height: auto;
			padding-top: 40vw;
		}
}
#Graduate__content .Section2::before {
	content:"";
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	position: absolute;
	background: url(../images/top_sec2_img.jpg) no-repeat top left;
	background-size: cover;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0 90%);
	z-index: 1;
}

#Graduate__content .Section2 .SiteContent__sectionInner.-inner {
	justify-content: flex-end;
	z-index: 2;
	
}
#Graduate__content .Section2 .section_inner {
	width: auto;
} 
/*
#Graduate__content .Section2 h3 {
	width: 100%;
	font-size: 2rem;
	line-height: 1;
	text-align: center;
	border-bottom: 1px solid #FFF;
	margin-top: 5rem;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
@media only screen and (max-width: 559px) {
 #Graduate__content .Section2 h3 {
		font-size: 4vw;
		margin-top: 1.5rem;
		padding-bottom: 0.3em;
	}
} */
#Graduate__content .Section2 .box_wrap {
	width: 100%;
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2rem;
}
@media only screen and (max-width: 559px) {
#Graduate__content .Section2 .box_wrap {
		flex-direction: column;
		gap: 1rem;
	}
}
#Graduate__content .Section2 .box_wrap .box{
	width: calc((100% - 40px) / 3);
	background:#406fda;
	position: relative;
}
@media only screen and (max-width: 559px) {
	#Graduate__content .Section2 .box_wrap .box{
		width: 100%;
		height: 25vw;
	}
		#Graduate__content .Section2 .box_wrap .box img{
			width: 100%;
			height: 25vw;
			object-fit: cover;
			object-position: top center;
		}
}
#Graduate__content .Section2 .box_wrap .box a::before {
	content: "";
	width: 40px;
	height: 22px;
	background: #00a8a9;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;

	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
#Graduate__content .Section2 .box_wrap .box a:hover::before {
	content: "";
	width: 40px;
	height: 22px;
	background: #00a8a9;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
	
	background: #FFF;
}
#Graduate__content .Section2 .box_wrap .box a::after {
	content: "";
	width: 8px;
	height: 12px;
	position: absolute;
	right: 14px;
	bottom: 5px;
	background: #FFF;
	clip-path: polygon(100% 46%, 0 0, 0 100%);
	z-index: 4;

	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
#Graduate__content .Section2 .box_wrap .box a:hover::after {
	content: "";
	width: 8px;
	height: 12px;
	position: absolute;
	right: 14px;
	bottom: 5px;
	background: #FFF;
	clip-path: polygon(100% 46%, 0 0, 0 100%);
	z-index: 4;
	background: #00a8a9;
}
#Graduate__content .Section2 .box_wrap .box a {
	color: #FFF;
}
#Graduate__content .Section2 .box_wrap .box .box_inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	position: absolute;
	left: 0;
	top: 0;
}
#Graduate__content .Section2 .box_wrap .box .h4_heading{
	width:auto;
	position: relative;
}
#Graduate__content .Section2 .box_wrap .box .h4_heading::after{
	content: "";
	width: 180px;
	height: 1px;
	background: #FFF;
	position: absolute;
	left: 0;
	top: 55%;
	z-index: 2;
}
#Graduate__content .Section2 .box_wrap .box .h4_heading h4{
	width: 100%;
	font-size: 2.8rem;
	line-height: 1.5;
	font-weight: 900;
	padding-left: 3vw;
}
@media only screen and (max-width: 559px) {
	#Graduate__content .Section2 .box_wrap .box .h4_heading h4 {
		font-size: 5vw;
	}
}
#Graduate__content .Section2 .box_wrap .box .h4_heading span {
	width: 100%;
	padding-left: 3vw;
}
@media only screen and (max-width: 559px) {
	#Graduate__content .Section2 .box_wrap .box .h4_heading span {
		font-size: 3.5vw;
	}
}

/*---------- Section3 ----------*/
#Graduate__content .Section3 {
	width: 100%;
	margin-top: clamp(-120 * 0.8px, -120 / 1280 * 100vw, -120px);
	height:clamp(800 * 0.8px, 800 / 1280 * 100vw, 800px);
	/* height: 656px; */
	position: relative;
	background: #6ec3f1 url(../images/top_sec3_img.jpg) no-repeat bottom center;
	background-size: contain;
	
	z-index: 1;
}
@media only screen and (max-width: 960px) {
	#Graduate__content .Section3 {
		height: 656px;
		background-size: cover;
	}
}
@media only screen and (max-width: 559px) {
	#Graduate__content .Section3 {
		background: #6ec3f1 url(../images/top_sec3_img_sp.jpg) no-repeat top center;
		background-size: cover;
		height: 146vw;
	}
}

#Graduate__content .Section3 .section_inner {
	width: 100%;
	padding-top: clamp(170 * 0.8px, 170 / 1280 * 100vw, 170px);
	text-align: center;
}
@media only screen and (max-width: 559px) {
	#Graduate__content .Section3 .section_inner {
			padding-top: 30vw;
		}
}
#Graduate__content .Section3 .section_inner .Text__eng{
	color: #FFF;
	font-size: clamp(100 * 0.8px, 100 / 1280 * 100vw, 100px);
	font-weight:900;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 559px) {
	#Graduate__content .Section3 .section_inner .Text__eng {
		font-size: 15vw;
	}
}
#Section_main #Graduate__content .Section3 .section_inner h2 {
	display: inline-block;
	padding-bottom: 0.3em;
	margin-bottom: 0.5em;
	line-height: 1.5;
	position: relative;
}
#Section_main #Graduate__content .Section3 .section_inner h2::after {
	content:"";
	width: 120%;
	height: 2px;
	background:rgba(255, 255, 255, 0.6);
	position: absolute;
	left: -10%;
	bottom: 0;
}
#Section_main #Graduate__content .Section3 .section_inner .text_lead{
	font-weight: 500;
}
#Graduate__content .Section3 .button_wrap {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: -2rem;
	margin: 0 auto;
}
#Graduate__content .Section3 .button {
	display: inline-block;
	font-size: 24px;
	font-weight: 900;
}
@media only screen and (max-width: 559px) {
	#Graduate__content .Section3 .button {
		font-size: 5vw;
	}
}
#Graduate__content .Section3 .button a{
	padding: 2rem 3em 2rem 2rem;
}

/*---------- Section4 ----------*/
#Graduate__content .Section4 {
	width: 100%;
	padding: 10rem 0 2rem 0;
	text-align: center;
	background: #FFF;
}
@media only screen and (max-width: 559px) {
	#Graduate__content .Section4 {
		padding: 7rem 0 1rem 0;
	}
}

/*---------- Section5 ----------*/
#Graduate__content .Section5 {
	width: 100%;
	padding: 5rem 0 1rem 0;
	text-align: center;
	background: #FFF;
}
@media only screen and (max-width: 559px) {
#Graduate__content .Section5 {
		padding: 3rem 0 1rem 0;
	}
}
#Graduate__content .Section5 div{
	width: 100%;
	margin-bottom: 2em;
}
@media only screen and (max-width: 559px) {
#Graduate__content .Section5 {
		padding: 3rem 0 1rem 0;
	}
}
#Graduate__content .Section5 div a{
	opacity: 1;
	-webkit-transition: color .2s ease-in-out;
		transition: color .2s ease-in-out;
}
#Graduate__content .Section5 div a :hover{
	opacity: 0.7;
}
/*---------- Section_movie ----------*/
#Graduate__content .Section_movie {
	width: 100%;
	padding: 5rem 0;
	text-align: center;
	background: linear-gradient(180deg, #00a8a9 0%, #00a8a9 80%, #eaeaef 80%, #eaeaef 100%);
}
@media only screen and (max-width: 559px) {
	#Graduate__content .Section_movie {
		padding: 3rem 0;
	}
}
#Graduate__content .Section_movie h2{
	color: #FFF;
}

#Graduate__content .Section_movie .box_wrap {
	width: 100%;
	margin-top: 2em;
	display: flex;
	justify-content: center;
	gap: 30px;
}
#Graduate__content .Section_movie .box {
	max-width: 358px;
}




/*---------- Section_Work ----------*/
#Graduate__content .Section_Work {
	width: 100%;
	min-height: 58vw;
	padding: 5rem 0 10rem 0;
	position: relative;
	color: #333;
	background: linear-gradient(110deg, #e3e3e3 0%, #e3e3e3 45%, #FFF 45%, #FFF 55%, #00a8a9 55%, #00a8a9 100%);
}

#Section_Aboutus #Graduate__content .Section_Work h2 {
	color:#00a8a9;
}
#Section_Aboutus #Graduate__content .Section_Work .work_img {
	width: 80%;
	position: absolute;
	right: 0;
	top: 15vw;
	z-index: 2;
}
/*---------- Section_People ----------*/
#Graduate__content .Section_People {
	width: 100%;
	height: 38vw;
	min-height: 445px;
	padding: 5rem 0 10rem 0;
	position: relative;
	color: #333;
	background:#FFF;
}
#Graduate__content .Section_People::before{
	content:"";
	width:3vw;
	height:14vw;
	background:#e3e3e3;
	position: absolute;
	left: 0;
	top:0;
	z-index: 2;
}
#Graduate__content .Section_People::after {
	content: "";
	width: 10px;
	height: calc(5rem + 7vw);
	background: #00a8a9;
	transform: skewX(-18deg);
	position: absolute;
	right: 36%;
	top: 0;
	z-index: 2;

}
#Section_Aboutus #Graduate__content .Section_People .title_eng {
	color: #333;
}
#Section_Aboutus #Graduate__content .Section_People .people_img {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}


/*---------- Section_Message ----------*/
#Graduate__content .Section_Message {
	width: 100%;
	height: 37vw;
	min-height: 445px;
	max-height: 640px;
	border-top: 3rem solid #FFF;
	padding: 5rem 0 10rem 0;
	position: relative;
	color: #FFF;
	background: #00a8a9 url(../images/top_message_img.jpg) no-repeat right top;
	background-size: contain;
}
#Section_Aboutus #Graduate__content .Section_Message .title_eng {
	top: auto;
	bottom: 10rem;
}

#Section_Aboutus #Graduate__content .Section_Message .people_img {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
#Graduate__content .Section_Message .heading_categoly h3 {
	color: #000;
}






@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Graduate__content .Board__name {
			font-size: 3rem;
	}
}

@media only screen and (max-width: 559px) {
	#Graduate__content .Board__name {
			font-size: 2.4rem;}
}




