@charset "utf-8";


/*:::::::: desktop :::::::*/

/****** modal ******/

.modal {
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.modal__overlay {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content {
	background: rgba(0,0,0,0.6);
	left: 50%;
	padding: 10px;
	position: absolute;
	text-align: right;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 900px;
	width: 100%;
}
.modal__content img {
	max-width: 1000px;
	width: 100%;
}
.modal__content p {
	background-color: rgba(0,0,0,0.6);
	display: inline-block;
	font-size: 16px;
}
.modal__content a {
	color: #fff;
	font-weight:bold;
	padding: 5px 10px;
	text-align: right;
}
.fixed {
	height: 100%;
	position: fixed;
	width: 100%;
}





/****** fade script ******/

.fade-in {
	opacity: 0;
	transition-duration: 500ms;
	transition-property: opacity, transform;
  }
  
  .fade-in-up {
	transform: translate(0, 50px);
  }
  
  .fade-in-down {
	transform: translate(0, -50px);
  }
  
  .fade-in-left {
	transform: translate(-50px, 0);
  }
  
  .fade-in-right {
	transform: translate(50px, 0);
  }
  
  .scroll-in {
	opacity: 1;
	transform: translate(0, 0);
  }
  

/****** /fade script end ******/


.bl_sliderBlock{
	margin:40px auto;
}

.el_menuSliderCounter{
    padding: 10px 0 0;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.2em;
}
 
.slick-initialized .slick-slide{
    position: relative;
}
 
.bl_sliderBlock_slide > img{
    width: 100%;
    max-width: 790px;
}
 
/* slick */
.slider-arrow{
    position: absolute;
    cursor: pointer;
    z-index: 1;
    top: calc(50%);
    transform: translateY(-50%);
}
 
.slider-arrow.slider-prev{
    left: calc((100% - 950px)/2 - 30px);
    transform: translate(-100%,-50%);
}

@media screen and (max-width: 640px){
    .slider-arrow.slider-prev{
        transform: translate(0,-50%);
        left: 20px; 
    }
}
 
.slider-arrow.slider-next{
    right: calc((100% - 950px)/2 - 30px);
    transform: translate(100%,-50%);
}

@media screen and (max-width: 640px){
    .slider-arrow.slider-next{
        transform: translate(0,-50%);
        right: 20px;    
    }
}
 
.slider-arrow img{
	width: 50px;
	height: 50px;
	opacity:0.8;
}


/****** /slick ******/

.c06{
  background-image: linear-gradient(to top, #e60012 3px, transparent 3px);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  &.active{
    animation-name: kf_c06a, kf_c06b;
    animation-duration: 1s, 0s;
    animation-delay: 0s, 0.5s;
    animation-fill-mode: forwards;
  }
}
@keyframes kf_c06a {
  50%{
    background-size: 100% 100%;
  }
  100%{
    background-size: 0% 100%;
  }
}
@keyframes kf_c06b {
  100%{
    background-position: right bottom;
  }
}



/* common */

:root {
	--primary-font-color: #000;
	--athletic-color: #07398B;	
	--academic-color: #D87D07;	
	--font-XXL: 4.5em;
	--font-XL: 3em;	
	--font-L: 1.5em;	
	--font-M: 1.125em;	
	--font-S: 0.875em;	
	--img-radious: 10px;
	--img-radious-sp: 10px;	
	--mar-15: 15px;				
}

#circle2025_wrap,
#circle2025_wrap p {
	line-height:1.7;
}


.mb_45 {
	margin-bottom:45px;
}

.circle_inner {
	width:90%;
	max-width:1200px;
	margin:auto;
}

.circle_inner p {
	color: var(--primary-font-color) !important;
}

/* common end */

#circle_kv2025 {
	width:100%;
	margin:auto;
	padding-bottom:50px;
	/* background: #1F529E;
	background: linear-gradient(180deg, rgba(31, 82, 158, 1) 0%, rgba(97, 140, 198, 1) 40%, rgba(133, 178, 224, 1) 100%); */
	display: flex;
	flex-direction: row-reverse;
	align-items:center;
	/* align-items: center;
	justify-content: center; */
}

#circle_kv2025 h1 {
	width:50%;
}

#circle_kv2025 h1 img {
	width:100%;	
	max-width: 1600px;
}

.kv_p_wrap {
	width:50%;
}

#circle_kv2025 .lead01 {
	font-weight:bold;
	font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2.25rem);
	line-height: 1.6;
	text-align: center;
	/* color: #fff;	*/
}

.lead02 {
	/* color:#fff; */
	margin-top:45px;
	text-align: center;
	line-height: 2.0 !important;
}


.circle_lead {
	width:100%;
	padding:90px 0;
}

.circle_lead h2 {
	font-weight:bold;
	font-size:var(--font-XL);
	line-height: 1.6;
	text-align: center;
}

.circle_lead p {
	text-align: center;	
	font-size:var(--font-L);	
	margin:45px auto 0;
	color:var(--primary-font-color);
}

.circle_lead img {
	margin: 40px auto;
	width:90%;
	display: block;
}

#athletic_feature, 
#academic_feature {
	border-radius: 0 100px 0 0;
	padding:90px 0;
}

#athletic_feature {
	background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}

#academic_feature {
	background-image: linear-gradient( 135deg, #ffc845 40%, #FFECD2 100%);
}

#athletic_feature img,
#academic_feature img {
	border-radius: var(--img-radious);
}

.athletic_main,
.academic_main,
.athletic_main img,
.academic_main img {
	width:100%;
}

.athletic_profile,
.academic_profile {
	width:100%;
	max-width: 1000px;
	margin:90px auto;
	display: flex;
}

.athletic_profile_col01,
.academic_profile_col01 {
	width:350px;
	margin-right:30px;
}

.athletic_profile_col01 img,
.academic_profile_col01 img {
	width:100%;
}

.athletic_profile_col02,
.academic_profile_col02 {
	width:calc(100% - 380px);
}

.athletic_profile_col02 h3,
.academic_profile_col02 h3 {
	font-weight: bold;
	font-size:var(--font-L);
}

.athletic_profile_col02 p,
.academic_profile_col02 p {
	margin:15px auto 30px;
}


.athletic_profile_col02 li:nth-child(2) ,
.academic_profile_col02 li:nth-child(2) {
	font-weight:bold;
	font-size:var(--font-M);
}

.circle_photo {
	width:100%;	
}

.circle_photo ul {
	width:100%;
	display: flex;
	justify-content: space-between
}

.circle_photo li {
	width:48%;	
}

.circle_photo li img {
	width:100%;
	margin-bottom:var(--mar-15);
}

.circle_list {
	padding:90px 0 0;
}

.circle_list h3 {
	font-size:var(--font-XXL);
	font-weight: bold;
	padding-bottom:var(--mar-15);
}

.athlete_list h3 {
	color: var(--athletic-color);
	border-bottom: 1px dotted var(--athletic-color);	
}

.academic_list h3 {
	color: var(--academic-color);
	border-bottom: 1px dotted var(--academic-color);	
}

.circle_list h3 span {
	font-size:32px;
	margin-left:2em;
}

.circle_list dl {
	padding-top:60px;
}

.athlete_list dt span,
.academic_list dt span {
	color:#fff;
	font-weight: bold;
	padding: 6px 12px;
}

.athlete_list dt span {
	background-color: var(--athletic-color);
}

.academic_list dt span {
	background-color: var(--academic-color);
}

.circle_list dd {
	margin:15px auto 45px;
}

#circle_list dd:last-child {
	margin-bottom:0;
}

.side_img {
	display: flex;
}

.side_img img{
	width:10vw;
	margin-left: auto;
}

#athletic_feature h2, 
#academic_feature h2 {
    font-weight: bold;
    font-size:var(--font-L);
    letter-spacing: .04em;
	margin-bottom:60px;
}

#athletic_feature h2 {
    color: var(--athletic-color);
}

#academic_feature h2 {
    color: #eb5424;
}

#athletic_feature h2::before,
#academic_feature h2::before {
    display: block;
	color: #fff;
	font-size:var(--font-XXL) ;
    font-weight: bold;
    line-height: 1.5;
    content: attr(data-label);
}

#athletic_feature h2::before {
	-webkit-text-stroke: 1px var(--athletic-color);
	text-stroke: 1px var(--athletic-color);	
}


#academic_feature h2::before {
	-webkit-text-stroke: 1px var(--academic-color);
	text-stroke: 1px var(--academic-color);	
}











/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media (min-width: 1024px) and (max-width: 1279px) {

	#circle_kv2025 {
		width: 96%;
		margin-top:15px;
	}

	#circle_kv2025 .lead02 {
		text-align: left;
		margin-top: 15px;
	}

	#circle_kv2025 .lead02 br {
		display: none;
	}		

	.slider-arrow.slider-prev{
		left: calc((100% - 700px)/2 - 30px);
		transform: translate(-100%,-50%);
	}

	.slider-arrow.slider-next{
		right: calc((100% - 700px)/2 - 30px);
		transform: translate(100%,-50%);
	}

	.circle_lead {
		padding: 60px 0;
	}

	.circle_lead h2 {
		font-size: var(--font-L);
	}

	.circle_lead p {
		font-size: var(--font-M);
		margin: 30px auto 0;
		color: var(--primary-font-color);
	}

	#athletic_feature, 
	#academic_feature {
		padding: 60px 0;
	}

	#athletic_feature h2::before, 
	#academic_feature h2::before {
		font-size: var(--font-XL);
	}

	.athletic_profile_col02 h3, 
	.academic_profile_col02 h3 {
		font-size: var(--font-M);
	}

	.athletic_profile, 
	.academic_profile {
		margin: 60px auto;
	}

	.circle_list {
		padding: 60px 0 0;
	}

	.circle_list h3 {
		font-size: var(--font-XL);
	}

	.circle_list h3 span {
		font-size: 24px;
		margin-left: 1em;
	}

	.side_img img {
		width: 20vw;
	}


/* end */
}



/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
tab ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media (min-width: 768px) and (max-width: 1023px) {

	#circle_kv2025 {
		width: 96%;
		margin-top:15px;		
	}

	#circle_kv2025 .lead01 {
		font-size: 1.25rem;
	}	

	#circle_kv2025 .lead02 {
		text-align: left;
		margin-top:15px;		
	}

	#circle_kv2025 .lead02 br {
		display: none;
	}	

	.slider-arrow.slider-prev{
		left: calc((100% - 520px)/2 - 30px);
		transform: translate(-100%,-50%);
	}

	.slider-arrow.slider-next{
		right: calc((100% - 520px)/2 - 30px);
		transform: translate(100%,-50%);
	}

	.circle_lead {
		padding: 60px 0;
	}

	.circle_lead h2 {
		font-size: var(--font-L);
	}

	.circle_lead p {
		font-size: var(--font-M);
		margin: 30px auto 0;
		color: var(--primary-font-color);
	}

	#athletic_feature h2, #academic_feature h2 {
		margin-bottom: 45px;
	}

	#athletic_feature, 
	#academic_feature {
		padding: 60px 0;
	}

	#athletic_feature h2::before, 
	#academic_feature h2::before {
		font-size: var(--font-L);
	}

	.athletic_profile_col02 h3, 
	.academic_profile_col02 h3 {
		font-size: var(--font-M);
	}

	.athletic_profile, 
	.academic_profile {
		margin: 60px auto;
	}

	.circle_list {
		padding: 60px 0 0;
	}

	.circle_list h3 {
		font-size: var(--font-XL);
	}

	.circle_list h3 span {
		font-size: 24px;
		margin-left: 1em;
	}

	.side_img img {
		width: 20vw;
	}





/* tab end */
}



/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
mobile ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media (max-width: 767px) {

	#circle_kv2025 {
    width: 100%;
    padding-bottom: 50px;
    display: flex;
    flex-flow: column !important;
}

	.kv_p_wrap {
		order: 1;
		width: 96%;
		margin: 30px auto 15px;
	}

	#circle_kv2025 h1 {
		order: 2;
		width: 98%;
	}

	.lead02 {
    margin-top: 15px;
    text-align: left;
}

	.lead02 br {
		display: none;
	}

	.circle_lead img {
	margin: 20px auto;
	width:100%;
}

	#athletic_feature, 
	#academic_feature {
		border-radius: 0 40px 0 0;
		padding: 60px 0;
	}

	#athletic_feature img, 
	#academic_feature img {
		border-radius: var(--img-radious-sp);
	}

	.circle_lead {
		width: 90%;
		margin:auto;
		padding: 40px 0;
	}

	.circle_lead h2 {
		font-size: var(--font-L);
	}

	.circle_lead p {
		margin: 30px auto 0;
		font-size: var(--font-M);
		text-align:left;
	}

	.circle_lead p br {
		display: none;
	}

	#athletic_feature, 
	#academic_feature {
		padding: 60px 0;
	}

	#athletic_feature h2, 
	#academic_feature h2 {
		font-size: var(--font-M);
		margin-bottom:30px;
	}

	#athletic_feature h2::before, 
	#academic_feature h2::before {
		display: block;
		font-size: var(--font-XL);
		content: attr(data-label);
		line-height: 1.1;
	}

	.athletic_profile, 
	.academic_profile {
		margin: 20px auto;
		display:block;
	}

	.athletic_profile_col01, 
	.academic_profile_col01 {
		width:50%;
		margin:0 auto;
	}	

	.athletic_profile_col02, 
	.academic_profile_col02 {
		width:100%;
		margin:0 auto;
	}

	.athletic_profile_col02 h3, 
	.academic_profile_col02 h3 {
		font-size: var(--font-M);
		margin-top:15px;
	}

	.circle_photo ul {
		width: 100%;
		display: block; 
	}

	.circle_photo li {
		width: 100%;
	}

	.circle_photo li:first-child {
		margin-bottom:30px;
	}	

	.circle_list {
		padding: 60px 0 0;
	}

	.circle_list h3 {
		font-size: var(--font-XL);
	}

	.circle_list h3 span {
		font-size: 18px;
		margin-left: 0; 
		display: block;
		margin-top:0.5em;
	}

	.athletic_profile_col02 p, 
	.academic_profile_col02 p {
		margin: 15px auto;
	}

	.side_img img {
		width: 30vw;
	}

.slick-dotted.slick-slider {
    margin-bottom: 60px;
}


/* mobile end */
}


