

/* ------------------------------
 Common
------------------------------ */


.frontsec{
	padding: 6% 0
}


@media screen and (max-width: 767px) {
	main{}
}	

@media print, screen and (min-width: 768px) {
	.frontsec{padding: 6% 0}
}	

@media print, screen and (min-width: 1024px) {
	.frontsec{padding: 5% 0}
}	


	

/* ------------------------------
 #fview
------------------------------ */
#frontpage{
	overflow: hidden
}

#fview{
	position: relative;

}




.fview_wrap{
	margin: 0 auto;
	position: relative;
}

.fview_wrap_inner{
	position: relative;
	overflow: hidden;
}


.fview_wrap_inner .ygr{
	background: var(--color-main);
	border-radius: 50%;
	position:absolute;
	z-index: 100;
}

.fview_wrap_inner .ygr h1{
	color: #fff;
	position: absolute;
	font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
	text-align: center;
	line-height: 1.8em
}

.fview_wrap_inner .ygr h1 em{
	font-style: normal;
	font-size: 1.3em
}




.topswiper{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	max-width: 1200px;
}


.top_slide_view{
	display: flex;
	justify-content: center;
	align-items: center;
	background-size:cover;
	background-position: center top;
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	position: relative;
}


.topswiper .swiper-slide{
}
.topswiper .swiper-slide-active .top_slide_view,
.topswiper .swiper-slide-duplicate-active .top_slide_view,
.topswiper .swiper-slide-prev .top_slide_view {
  animation: zoomUp 10s linear 0s normal both;
}
.topswiper .swiper-slide img {
	height: auto;
	width: 100%;
	position: relative;
}


.ygrs{
	background: var(--color-main);
	border-radius: 50%;
	position: absolute;
	display: block;
}

.ygr1{
	width: 9cqw;
	height: 9cqw;
	right: 30cqw;
	top:-20px;
	opacity: .6 !important
}


.ygr2{
	width: 7cqw;
	height: 7cqw;
	left: -20px;
	bottom:-20px
}

.ygr3{
	width: 12cqw;
	height: 12cqw;
	right: -10%;
	bottom:-100px;
	opacity: .6 !important
}

.ygr4{
	width: 7cqw;
	height: 7cqw;
	left: 5%;
	top: 5%
}

.ygr5{
	width: 10cqw;
	height: 10cqw;
	left: 5.5%;
	top:8%;
	opacity: .6 !important
}





@media screen and (max-width: 766px) {	
	.fview_wrap_inner{
	}
	
	.fview_wrap_inner .ygr{
	width: 400px;
	height: 350px;
	right: -5cqw;
	top:-25cqh;
	}
	
	.fview_wrap_inner .ygr h1{
	left: 4em;
	bottom: 2em;
	}

	
/*
	.topswiper{
		position: relative;
		height: calc(100vh - 100px);
	}
	.top_slide_view{
		height: calc(100vh - 100px);
	}
*/
	
	.fview_wrap .fview_wrap_read{
		background: var(--color-point1);
		padding: 1em
	}
	
	.fview_wrap .fview_wrap_read{
	display: none}
		
	.fview_wrap_read_sp{
			background: rgba(var(--color-point1-rgb), 0.7);
			padding: 1em;
	}
		
	.ygr1{
	width: 20cqw;
	height: 20cqw;
	right: -10cqw;
	top:-20px;
	opacity: .6 !important
	}


}	



@media print, screen and (min-width: 768px) {
	#fview{padding: 30px 5% 60px}
	
	.topswiper .swiper-slide img {
		height: auto;
		width: 100%;
		border-radius: 10px;
		position: relative;
		
	}
/*
	.fview_wrap_inner .ygr{
	width: 42cqw;
	height: 42cqw;
	max-width: 520px;
	max-height: 520px;
	right: -5cqw;
	top:-12cqh;
	}
*/
	
	.fview_wrap_inner .ygr h1{
	left: 2em;
	top: 6em;
	}
	

	.topswiper{
		left: 0;
		top: 0;
	}
			
	.fview_wrap .fview_wrap_read{
	position: absolute;
	left: -1.5em;
	bottom: 2em;
	z-index: 100;
	}
	
	.fview_wrap .fview_wrap_read p{
		background: linear-gradient(transparent 0%, var(--color-point1) 0%);
		padding: 3px .5em;
		font-weight: 500;
		font-size: 1.2em
	}
	
	.fview_wrap .fview_wrap_read p:nth-child(2){
		margin: .5em 0 0 3em
	}


}	


/* ------------------------------
 #news_hl
------------------------------ */

#newshl{
	padding: 0 0 8%;
	text-align: center
}


#newshl h2{
	text-align: center;
	padding: 1em;
	font-size: clamp(1.75rem, 1.477rem + 1.36vw, 2.5rem)
}

.newshl_wrap{
	width: 88%;
	max-width: 1200px;
	margin: 0 auto
}

.newshl_post{
	text-align: left;
	background: #fff;
	box-shadow:0 6px 8px rgba(0, 0, 0, 0.24);
	transform:translate(0, -2px);
    transition:box-shadow 0.3s, transform 0.3s;
    position: relative
}

.newshl_post:hover {
    box-shadow:0 1px 6px rgba(0, 0, 0, 0.3);
    transform:initial;
}


.newshl_post ul.meta{}

.newshl_post ul.meta li.cat{
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	background: var(--color-point1);
	font-weight: 600px;
	padding: 2px 5px;
	font-size: .8em
}

.newshl_post > div{
	padding: 1em 1.2em
}

.morelink{
	width: 90%;
	max-width: 300px;
	margin: 0 auto
}

.morelink a{
	display: block;
	position: relative;
	background: var(--color-point2);
	color: #fff;
	text-align: center;
	border-radius: 50px;
	padding: .8em 1em
}



.morelink a::before{
	font-family: icomoon;
	content: "\e977";
	position: absolute;
	right: 15px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.morelink a:hover{
	background: #000;
	color: #fff;
}

.morelink a:hover::before{
	right: 10px
}






@media screen and (max-width: 666px) {
	.newshl_wrap > div{
		margin-bottom: 2em
	}
}	

@media print, screen and (min-width: 667px) {
	#newshl h2{
		margin-bottom: 1em
	}
	.newshl_wrap{
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
		margin-bottom: 5em
	}
	
	.newshl_wrap > div{
		width: 30%;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	
	.newshl_wrap > div:hover{
		margin: 0 -3px -3px 0;
	}
}	

@media print, screen and (min-width: 1024px) {}	

/* ------------------------------
 #features
------------------------------ */

#features{
	padding: 8% 0 8%;
	position: relative
}


#features::after{
	display: block;
	content: "";
	width: 100%;
	height: 200px;
	background: -webkit-linear-gradient(#ffffff 0%, var(--color-gr) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1
}




#features h2{
	text-align: center;
	margin-bottom: 1.5em;
	font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem)
}

#features h2 em{
	font-size: 1.3em;
	font-style: normal
}


.features_list{
	display: flex;
	justify-content: center;
	margin: 0 auto 5%
}

.features_list ul{margin-bottom: 5%;
	text-align: left
}

.features_list ul li{
	display: flex;
	align-items: center;
	font-size: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem);
	font-weight: 500;
	margin: .8em 0;
}

.features_list ul li::before{
	display: block;
	content: "";
	background: url(../img/cbox.svg) no-repeat;
	width: 20px;
	height: 20px;
	background-size: contain;
	padding: 0 1em 0 0
}



.features_point > div h3{padding: 1em}

.features_point figure{
	position: relative;
	text-align: center;
}

.features_point figure figcaption {
	position: absolute;
	left: 0;
	right: 0;
	top: -.8em;
	color: var(--color-point2);
	font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
	font-weight: 700
}

.features_point > div img{
	border-radius: 1.5em;
	position: relative;
}

@media screen and (max-width: 767px) {
	#features h2 br{
		display: none
	}
	.features_list ul li{
		align-items: flex-start
	}
		
	.features_point > div{
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
		align-items: center;
		margin-bottom: 2em
	}
	
	.features_point > div figure{
		width: 120px;
	}
	
	.features_point > div h3{
		width: calc(100% - 120px);
		padding: 0 0 0 1.5em;
		font-size: 1.1em
	}	
}	

@media print, screen and (min-width: 768px) {
	
	.features_point{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}
	
	.features_point > div{
		width: 31%;
		text-align: center
	}


}	

@media print, screen and (min-width: 1024px) {}	


/* ------------------------------
 #system
------------------------------ */


#system{
	padding: 0 0 8%
}

.sec_title{
	position: relative;
	text-align: center;
	padding: 8% 5% 5%;
}

.sec_title h2{
	position: relative;
	font-size: clamp(1.563rem, 1.403rem + 0.8vw, 2rem);
	z-index: 10;
	font-weight: 500
}

.sec_title .en{
	position: relative;
	display: block;
	font-size: 10cqw;
	font-weight: 700;
	color: #EBEBEB;
}
.system_point{
	text-align: center
}

.system_point h3{
	color: var(--color-point2);
	font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
	margin-bottom: .5em
}

.system_point p{
	margin-bottom: 3em
}

ul.support_flow{
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
	align-items: center
}

ul.support_flow li{
	position: relative;
	background: var(--color-point1);
	color: #fff;
}


ul.support_flow li:not(:last-child)::before,
ul.support_flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: -35px;
  width: 32px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 0.5px) 50%;
}

ul.support_flow li:not(:last-child)::before {
  transform: rotate(60deg);
}

ul.support_flow li:not(:last-child)::after {
  transform: rotate(-60deg);
}

#system .morelink{margin: 2em auto 0}

@media screen and (max-width: 767px) {
	ul.support_flow{
		justify-content: space-between;
		margin-bottom: 20px
	}
	ul.support_flow li{
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		padding: 1em;
		border-radius: 5px;
		position: relative;
		
	}
}	

@media print, screen and (min-width: 768px) {
		
	ul.support_flow li{
		border-radius: 50%;
		width: 120px;
		height: 120px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
	}
	
	ul.support_flow li:not(:last-child) {
		margin-right: 50px
	}
	
	.system_point p br{
		display: none
	}

}	

@media print, screen and (min-width: 1024px) {
	ul.support_flow::after{
	display: block;
	content: " ";
	background: url(../img/support_fukidashi.svg) no-repeat;
	background-size: contain;
	width: 200px;
	height: 160px;
	margin-left:  20px
	}

}	

/* ------------------------------
 #trainee
------------------------------ */

#trainee{
	background: rgba(var(--color-main-rgb), 0.3);
	padding: 0 0 8%
}


#trainee .sec_title .en{
	color: #fff
}



@media screen and (max-width: 767px) {
	.youtube_mv > div{
		margin:0 auto 5%;
		width: 86%;
	}
}	

@media print, screen and (min-width: 768px) {
	.youtube_mv{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	width: 90%;
	margin: 0 auto
	}

}	

@media print, screen and (min-width: 1024px) {}	


/* ------------------------------
 #flow
------------------------------ */


#flow{
	padding: 0 0 8%;
	text-align: center;
	width: 90%;
	margin: 0 auto
}


.flow_list{
	max-width: 800px;
	margin: 0 auto
}

.flow_list > div{
	display: flex;
	margin: 2em auto 3em;
	align-items: center;
	position: relative
}





.flow_list > div:not(:last-child)::before,
.flow_list > div:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -2em;
  left: calc(50% - 1px);
  width: 2px;
  height: 32px;
  border-radius: 9999px;
  background-color: #ccc;
  transform-origin: 50% calc(100% - 1px);
}

.flow_list > div:not(:last-child)::before {
  transform: rotate(60deg);
}

.flow_list > div:not(:last-child)::after {
  transform: rotate(-60deg);
}



.flow_list > div img{
	width: 20%;
}

.flow_list dl{
	text-align: left;
	width: 80%;
	padding: 0 0 0 2em
}

.flow_list dl dt{
	font-weight: 500;
	font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
	margin-bottom: .8em
}

.flow_list ul{
	display: flex;
	justify-content: space-between;
}

.flow_list ul li{
	width: 48%
}

.flow_list ul li a{
	display: block;
	padding: 1em;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 5px;
	position: relative;
	font-weight: 500;
	font-size: 1.25rem
}

.flow_list li.material a{
	background: #000;
	color: #fff
}

.flow_list li.contact a{
	background: var(--color-point2);
	color: #fff
}




