/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		トップページ用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/****************************************************************************************************************************
		スライダー
****************************************************************************************************************************/
.mv{
	display: block;
	width: 100%;
	opacity: 0;
}

.mv.on{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
}

.mv .slick-slider{
}

.mv .slick-slider li{
	display: block;
	position: relative;
  width: 100%;
	height: 700px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mv .slick-slider li p{
	display: block;
  width: 100%;
}

.mv .slick-slider li a{
	display: block;
  width: 100%;
  position: relative;
  z-index: 1000;
  height: 100%;
}

.mv .slick-slider li img{
	display: none;
  width: 100%;
}


@media screen and (min-width: 919px){
	.mv .slick-slider li a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}

}

@media screen and (max-width: 1500px){
  .mv .slick-slider li{
		height: 600px;
  }
}
@media screen and (max-width: 1200px){
  .mv .slick-slider li{
  }
}
@media screen and (max-width: 920px){
  .mv .slick-slider li{
		height: auto;
		background: none;
  }
	.mv .slick-slider li img{
		display: block;
	  width: 100%;
	}
}
/****************************************************************************************************************************
  top_news
****************************************************************************************************************************/
.top_news{
  position: relative;
  top:-70px;
  z-index: 3;
}

.top_news dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgb(52,195,196);
	background: linear-gradient(90deg, rgba(52,195,196,0.9) 0%, rgba(169,170,254,0.9) 100%);
  padding: 30px 50px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

.top_news dl dt{
  display: inline-block;
  margin-right: 50px;
}

.top_news dl dt a{
  display: inline-block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  color: #fff;
}

.top_news dl dd{
  flex: 1;
}

.top_news dl dd ul{
  display: block;
  width: 100%;
}

.top_news dl dd ul li{
}

.top_news dl dd ul li a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
}

.top_news dl dd ul li a .day{
  margin-right: 20px;
}

.top_news dl dd ul li a .title{
  flex: 1;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}



@media screen and (min-width: 919px){
	.top_news dl dt a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}
	.top_news dl dd ul li a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}

}


@media screen and (max-width: 920px){
	.top_news{
	  position: relative;
	  top:0px;
	  z-index: 3;
	}
	.top_news dl{
	  padding: 30px 50px;
	  border-radius: 0px;
	  -webkit-border-radius: 0px;
	  -moz-border-radius: 0px;
	}
	.top_news dl dd ul li a{
		line-height: 1.5em;
	}
}
@media screen and (max-width: 640px){
	.top_news dl{
		padding: 20px 15px;
	}
	.top_news dl dt{
		margin-right: 20px;
	}
	.top_news dl dt a{
		font-size: 25px;
	}
	.top_news dl dd ul li a{
		font-size: 13px;
	}
}
@media screen and (max-width: 500px){
}

/****************************************************************************************************************************
  top_topics
****************************************************************************************************************************/

.top_Topics{
	background: linear-gradient(to left, #a9aafe 0%, #34c3c4 100%);
	padding: 30px 0;
	margin-bottom: 50px;
}
.top_Topics .in_conts {
	padding-top: 0;
	padding-bottom: 0;
}
.top_Topics ul{
	display: flex;
	gap: 12px;
}
.top_Topics ul li{
	flex: 1;
}
.top_Topics ul li a{
	display: flex;
	align-items: stretch;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
	height: 249px;
}
.top_Topics ul li a .img{
	width: 274px;
	flex-shrink: 0;
	margin-right: 27px;
	background-size: cover;
	background-position: center;
}
.top_Topics ul li a .text{
	flex: 1;
	color: #494949;
	font-size: 14px;
	overflow: hidden;
}
.top_Topics ul li a .text .title{
	font-size: 16px;
	margin-bottom: 10px;
	color: #585dff;
	line-height: 1.5;
}
.top_Topics ul li a .text .contents_text{
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	line-height: 1.6;
}
.top_Topics .btn{
	text-align: center;
}
.top_Topics .btn a{
	display: inline-block;
	background-color: #fff;
	border-radius: 20px;
	padding: 10px 30px;
	margin-top: 20px;
	color: #00BBFF;
	font-weight: bold;
}
	@media screen and (max-width: 919px){
		.top_Topics ul li a .img{
			width: 160px;
			margin-right: 15px;
		}
	}
	@media screen and (max-width: 640px){
		.top_Topics ul {
			flex-direction: column;
			gap: 15px;
		}
		.top_Topics ul li a {
			height: auto;
		}
		.top_Topics ul li a .img{
			width: 120px;
			height: 90px;
			margin-right: 12px;
		}
	}

/****************************************************************************************************************************
  top_Department
****************************************************************************************************************************/
.top_Department{
  position: relative;
}

.top_Department .in_conts{
}

.top_Department .in_conts .h2Area{
  text-align: center;
  margin-bottom: 20px;
}

.top_Department .in_conts .h2Area h2{
  display: inline-block;
  text-align: center;
  color: #1dbcbd;
  font-weight: bold;
  font-size: 30px;
}

.top_Department .in_conts ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 100px;
}

.top_Department .in_conts ul li{
  width: 49%;
}

.top_Department .in_conts ul li a{
  display: block;
  width: 100%;
  position: relative;
}

.top_Department .in_conts ul li a .imgArea{
  display: block;
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.top_Department .in_conts ul li a .textArea{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding: 30px;
  position: absolute;
  top:auto;
  left:5%;
  right:5%;
  bottom:-100px;
  z-index: 3;
}

.top_Department .in_conts ul li:nth-child(1) a .textArea{
  /*background-color: #90c31f;*/
	background-color: rgba(144,195,31,0.9);
}

.top_Department .in_conts ul li:nth-child(2) a .textArea{
  /*background-color: #794698;*/
	background-color: rgba(121,70,152,0.9);
}

.top_Department .in_conts ul li a .textArea h3{
  font-size: 22px;
  margin-bottom: 15px;
}


@media screen and (min-width: 919px){
	.top_Department .in_conts ul li a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}
}

@media screen and (max-width: 1220px){
	.top_Department .in_conts ul li a .textArea{
		width: 96%;
		padding: 15px 15px;
		left: 2%;
		right: 2%;
	}
	.top_Department .in_conts ul li a .textArea p{
		letter-spacing: 0.05em;
	}
}
@media screen and (max-width: 920px){
	.top_Department{
	  position: relative;
	  top:0px;
	}
	.top_Department .in_conts .h2Area{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.top_Department .in_conts ul{
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		padding-bottom: 0;
	}
	.top_Department .in_conts ul li a .imgArea{
		height: 270px;
	}
	.top_Department .in_conts ul li:nth-child(1){
	  background-color: #90c31f;
	}
	.top_Department .in_conts ul li:nth-child(2){
	  background-color: #794698;
	}
	.top_Department .in_conts ul li a .textArea{
		width: 100%;
		padding: 15px 15px;
		left: 0;
		right: 0;
		position: static;
	}
	.top_Department .in_conts ul li:nth-child(1) a .textArea{
	  background:none;
	}
	.top_Department .in_conts ul li:nth-child(2) a .textArea{
	  background:none;
	}
}
@media screen and (max-width: 640px){
	.top_Department .in_conts .h2Area h2{
		font-size: 25px;
		line-height: 1.5em;
	}
	.top_Department .in_conts ul{
		display: block;
	}
	.top_Department .in_conts ul li{
	  width: 100%;
	}
	.top_Department .in_conts ul li:nth-child(2){
		margin-top: 15px;
	}
	.top_Department .in_conts ul li a .imgArea{
		height: 220px;
	}
	.top_Department .in_conts ul li a .textArea{
		padding: 15px 10px;
	}
	.top_Department .in_conts ul li a .textArea h3{
		font-size: 16px;
		margin-bottom: 10px;
		letter-spacing: 0;
	}
	.top_Department .in_conts ul li a .textArea p{
		letter-spacing: 0em;
		font-size: 13px;
		line-height: 1.7em;
	}
}
@media screen and (max-width: 500px){
	.top_Department .in_conts ul li a .imgArea{
		height: 180px;
	}
}
@media screen and (max-width: 400px){
	.top_Department .in_conts ul li a .imgArea{
		height: 150px;
	}
}



/****************************************************************************************************************************
  共通 h2Area h2（font-size）
****************************************************************************************************************************/
.top_open_campas .h2Area h2,
.top_Choose .h2Area h2,
.top_ceremony .h2Area h2,
.top_Miryoku .h2Area h2,
.top_Interview .h2Area h2,
.top_Instagram .h2Area h2 {
	font-size: 40px;
}
@media screen and (max-width: 640px) {
	.top_open_campas .h2Area h2,
	.top_Choose .h2Area h2,
	.top_ceremony .h2Area h2,
	.top_Miryoku .h2Area h2,
	.top_Interview .h2Area h2,
	.top_Instagram .h2Area h2 {
		font-size: 25px;
	}
}

/****************************************************************************************************************************
  top_open_campas
****************************************************************************************************************************/
.top_open_campas{
  /*width: 100%;*/
  background-image: url(./img/top/bg-opencampas.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: 30px;
	margin-bottom: 0;
  position: relative;
  z-index: 5;
  padding-top: 40px;
  padding-bottom: 40px;
}

.top_open_campas .h2Area{
	text-align: center;
	margin-bottom: 30px;
}

.top_open_campas .h2Area h2{
	color: #686868;
	font-weight: 900;
}

.top_open_campas a{
  display: block;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.top_open_campas a img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  line-height: 1em;
}


@media screen and (min-width: 919px){
	.top_open_campas a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}
}


@media screen and (max-width: 920px){
	.top_open_campas{
		margin-top: 30px;
		margin-bottom: 30px;
	  padding-top: 10px;
	  padding-bottom: 10px;
	}
}
@media screen and (max-width: 640px){
	.top_open_campas{
		margin-top: 15px;
		margin-bottom: 0;
	  padding-top: 0px;
	  padding-bottom: 15px;
	}
	/*.top_open_campas{
		margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.top_open_campas a{
		width: 100%;
	}*/
}
@media screen and (max-width: 500px){
}





/****************************************************************************************************************************
  top_Choose
****************************************************************************************************************************/
.top_Choose {
	padding: 60px 0;
	background: #fff;
}
.top_Choose .in_conts {
	padding-top: 0;
	padding-bottom: 0;
}
.top_Choose .h2Area {
	text-align: center;
	margin-bottom: 50px;
}
.top_Choose .h2Area h2 {
	color: #686868;
	font-weight: 900;
}
.top_Choose .in_conts ul {
	display: flex;
	justify-content: center;
	gap: 5px;
	flex-wrap: wrap;
}
.top_Choose .in_conts ul li {
	position: relative;
	width: 271px;
	height: 256px;
	flex-shrink: 0;
}
.top_Choose .pointNumWrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.top_Choose .pointNum {
	font-size: 36px;
	font-weight: 700;
	font-family: 'Rajdhani', sans-serif;
	line-height: 1;
	background: linear-gradient(to bottom, #00d7da, #7dd88c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.top_Choose .pointText {
	position: absolute;
	top: 60px;
    left: -2px;
	z-index: 3;
	color: #63D89D;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.12em;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}
.top_Choose .imgWrap {
	position: absolute;
	top: 32px;
	left: 18px;
	width: 224px;
	height: 224px;
}
.top_Choose .imgWrap::before {
	content: '';
	position: absolute;
	top: 19px;
	left: 17px;
	width: 224px;
	height: 224px;
	border: 1.5px solid #7dd88c;
	border-radius: 5px;
	z-index: 0;
}
.top_Choose .imgWrap img {
	position: relative;
	z-index: 1;
	width: 224px;
	height: 224px;
	object-fit: cover;
	border-radius: 5px;
	display: block;
}
.top_Choose .imgLabel {
	position: absolute;
	bottom: 13px;
	right: 0;
	z-index: 2;
	background: linear-gradient(to right, #7dd88c, #00d7da);
	padding: 8px 14px;
	border-radius: 3px;
	max-width: 85%;
}
.top_Choose .imgLabel p {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.top_Choose .imgLabel p span {
	display: block;
}
@media screen and (max-width: 1110px) {
	.top_Choose .in_conts ul {
		gap: 20px;
	}
}
@media screen and (max-width: 640px) {
	.top_Choose {
		padding: 40px 0;
	}
	.top_Choose .in_conts ul {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
}

/****************************************************************************************************************************
  top_Program
****************************************************************************************************************************/
.top_Program{
	position: relative;
	overflow: hidden;
}

.top_Program .in_conts{
  position: relative;
  z-index: 3;
  padding-top: 50px;
  padding-bottom: 50px;
}

.top_Program .in_conts .h2Area{
  text-align: center;
  margin-bottom: 30px;
}

.top_Program .in_conts .h2Area h2{
  display: inline-block;
  text-align: left;
  color: #1dbcbd;
  font-weight: bold;
  font-size: 30px;
}

.top_Program .in_conts ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top_Program .in_conts li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 49%;
	margin-top: 20px;
	margin-right: 2%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	overflow: hidden;
}

.top_Program .in_conts li:nth-child(2n+2){
	margin-right: 0;
}

.top_Program .in_conts li:nth-child(1){
	margin-top: 0;
}

.top_Program .in_conts li:nth-child(2){
	margin-top: 0;
}

.top_Program .in_conts li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	color: #fff;
}

.top_Program .in_conts li .imgArea{
	width: 100%;
	height: 250px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top_Program .in_conts li .textArea{
	text-align: center;
	padding: 15px 10px;
	flex: 1;
}

.top_Program .in_conts li:nth-child(1) .textArea{
	/*background-color: #fea6e0;*/
	background-color: #1dbcbd;
}

.top_Program .in_conts li:nth-child(2) .textArea{
	/*background-color: #585dff;*/
	background-color: #1dbcbd;
}

.top_Program .in_conts li:nth-child(3) .textArea{
	/*background-color: #01cb5b;*/
	background-color: #1dbcbd;
}

.top_Program .in_conts li:nth-child(4) .textArea{
	/*background-color: #ff9000;*/
	background-color: #1dbcbd;
}

.top_Program .in_conts li .textArea h3{
	font-size: 20px;
}

.top_Program .in_conts li .textArea p{
	text-align: center;
	margin-top: 10px;
}

.top_Program:before{
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 329px;
  height: 318px;
  position: absolute;
  top:0px;
  left: 0;
  right:auto;
  bottom:auto;
  margin: auto;
}

.top_Program:after{
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
	width: 329px;
  height: 318px;
  position: absolute;
  top:auto;
  left: auto;
  right:0;
  bottom:0px;
  margin: auto;
}


@media screen and (min-width: 919px){
	.top_Program .in_conts li a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}
}


@media screen and (max-width: 920px){
	.top_Program .in_conts{
	  padding-top: 30px;
	  padding-bottom: 30px;
	}
	.top_Program .in_conts li .imgArea{
		height: 250px;
	}
	.top_Program .in_conts li .textArea h3{
		display: block;
		text-align: center;
		letter-spacing: 0.1em;
	}
	.top_Program .in_conts li .textArea p{
		display: inline-block;
		text-align: left;
		line-height: 1.7em;
		letter-spacing: 0;
		margin-top: 5px;
	}
}
@media screen and (max-width: 640px){
	.top_Program .in_conts .h2Area h2{
		font-size: 25px;
		line-height: 1.5em;
	}
	.top_Program .in_conts li .imgArea{
		height: 180px;
	}
	.top_Program .in_conts li .textArea{
		padding: 10px 10px;
	}
	.top_Program .in_conts li .textArea h3{
		font-size: 18px;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 500px){
	.top_Program .in_conts li .textArea h3{
		font-size: 16px;
		letter-spacing: 0;
		text-align: center;
	}
	.top_Program .in_conts li .textArea h3 span{
		display: inline-block;
		text-align: left;
	}
	.top_Program .in_conts li .textArea p{
		line-height: 1.5em;
		font-size: 14px;
	}
}
@media screen and (max-width: 500px){
}


/****************************************************************************************************************************
  find_work_bana
****************************************************************************************************************************/
.find_work_bana{
	margin-top: 50px;
}

.find_work_bana a{
	display: block;
	width: 100%;
}

.find_work_bana a img{
	display: block;
	width: 100%;
	line-height: 1em;
}

@media screen and (min-width: 919px){
	.find_work_bana a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}
}

@media screen and (max-width: 640px){
	.find_work_bana{
		margin-top: 30px;
	}
}
@media screen and (max-width: 500px){
	.find_work_bana{
		margin-top: 20px;
	}
}

/****************************************************************************************************************************
  top_Guid
****************************************************************************************************************************/
.top_Guid{
	background-color: #f7f7f7;
	overflow: hidden;
}

.top_Guid .in_conts{
  padding-top: 50px;
  padding-bottom: 50px;
}

.top_Guid .in_conts .h2Area{
  text-align: center;
  margin-bottom: 30px;
}

.top_Guid .in_conts .h2Area h2{
  display: inline-block;
  text-align: left;
  color: #1dbcbd;
  font-weight: bold;
  font-size: 30px;
}

.top_Guid .in_conts ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top_Guid .in_conts li{
	background-color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
	width: 23.5%;
	margin-right: 2%;
	/*border: solid 1px #fea6e0;*/
	/*border: solid 1px #1dbcbd;*/
}

.top_Guid .in_conts li:nth-child(4){
	margin-right: 0;
}

.top_Guid .in_conts li a{
	display: block;
	background-color: #fff;
	color: #1dbcbd;
	padding-top: 15px;
	padding-bottom: 15px;
}

.top_Guid .in_conts li .imgArea{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.top_Guid .in_conts li .imgArea img{
	display: block;
	width: 100%;
	line-height: 1em;
}

.top_Guid .in_conts li .textArea{
	text-align: center;
}

.top_Guid .in_conts li .textArea h3{
	font-size: 20px;
	text-align: center;
	margin-top: 5px;
}

.top_Guid .in_conts li .textArea p{
	text-align: center;
}


@media screen and (min-width: 919px){
	.top_Guid .in_conts li a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}
}


@media screen and (max-width: 920px){
	.top_Guid .in_conts{
	  padding-top: 30px;
	  padding-bottom: 30px;
	}
	.top_Guid .in_conts li .textArea h3{
		font-size: 18px;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 640px){
	.top_Guid .in_conts .h2Area h2{
		font-size: 25px;
		line-height: 1.5em;
	}
	.top_Guid .in_conts li{
		overflow: hidden;
		width: 49%;
		margin-right: 2%;
		margin-top: 15px;
	}
	.top_Guid .in_conts li:nth-child(2n+2){
		margin-right: 0;
	}
	.top_Guid .in_conts li:nth-child(1){
		margin-top: 0;
	}
	.top_Guid .in_conts li:nth-child(2){
		margin-top: 0;
	}
}
@media screen and (max-width: 500px){
	.top_Guid .in_conts li .textArea h3{
		margin-top: 0px;
		font-size: 16px;
	}
	.top_Guid .in_conts li .textArea p{
		line-height: 1.5em;
		font-size: 14px;
	}
}

/****************************************************************************************************************************
  top_ceremony
****************************************************************************************************************************/
.top_ceremony{
	padding: 60px 0;
	text-align: center;
	background-image: url(./img/top/bg-movie.webp);
	background-size: cover;
	background-position: center;
}

.top_ceremony .h2Area{
	margin-bottom: 30px;
}

.top_ceremony .h2Area h2{
	color: #686868;
	font-weight: 900;
}

.top_ceremony .top_ceremonyMovie{
	max-width: 640px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
}

.top_ceremony .top_ceremonyMovie iframe{
	display: block;
	width: 100%;
	height: 100%;
}


/****************************************************************************************************************************
  top_Miryoku (3つの魅力)
****************************************************************************************************************************/
.top_Miryoku {
	padding: 60px 0;
	background: #fff;
}
.top_Miryoku .in_conts {
	padding-top: 0;
	padding-bottom: 0;
}
.top_Miryoku .h2Area {
	text-align: center;
	margin-bottom: 40px;
}
.top_Miryoku .h2Area h2 {
	color: #686868;
	font-weight: 900;
}
.top_Miryoku ul {
	display: flex;
	gap: 0;
	justify-content: center;
}
.top_Miryoku ul li {
	flex: 1;
}
.top_Miryoku ul li img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 640px) {
	.top_Miryoku {
		padding: 40px 0;
	}
	.top_Miryoku ul {
		flex-direction: column;
	}
}

/****************************************************************************************************************************
  top_Instagram
****************************************************************************************************************************/
.top_Instagram {
	padding: 0 0 70px;
	background: #fff;
}
.top_Instagram .h2Area h2 {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}
.instagram_icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(./img/top/instagram-c.svg) no-repeat center center;
	background-size: contain;
	flex-shrink: 0;
}
.top_Instagram .instagram_btn{
	text-align: center;
}

/****************************************************************************************************************************
  top_Interview (卒業生に聞いてみた！)
****************************************************************************************************************************/
.top_Interview {
	padding: 60px 0 70px;
	background: #fff;
	overflow: hidden;
}
.top_Interview .h2Area {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 30px;
}
.top_Interview .h2Area h2 {
	color: #686868;
	font-weight: 900;
	line-height: 1.4;
	text-align: left;
}
.interview_arrows {
	display: flex;
	gap: 10px;
	flex-shrink: 0;
	padding-bottom: 6px;
}
.interview_arrows button {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: none;
	background: #fff no-repeat center center;
	background-size: 155%;
	cursor: pointer;
	transition: border-color 0.3s, opacity 0.3s;
}
.interview_arrows .interview_prev {
	background-image: url(./img/top/arrow-le.png);
}
.interview_arrows .interview_next {
	background-image: url(./img/top/arrow-ri.png);
}
.interview_arrows button:hover {
	border-color: #34c3c4;
	opacity: 0.7;
}
/* slick初期化後に非表示のli要素がレイアウト崩れを起こさないよう制御 */
.top_Interview .interview_list {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
}
.top_Interview .interview_slider_outer {
	margin-bottom: 40px;
	margin-top: -30px;
}
.top_Interview .interview_list .slick-slide {
	padding: 0 15px;
}
.top_Interview .interview_card a {
	display: block;
	text-decoration: none;
}
.top_Interview .interview_card img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}
.top_Interview .interview_btn {
	text-align: center;
}
.top_Interview .interview_btn a,
.top_Instagram .instagram_btn a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px 12px 36px;
	background: linear-gradient(to right, #7dd88c, #00d7da);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
	letter-spacing: 0.08em;
}
.top_Interview .interview_btn a::after,
.top_Instagram .instagram_btn a::after {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	background: url(./img/top/arrow-btn.svg) no-repeat center center;
	background-size: contain;
	flex-shrink: 0;
}
@media (max-width: 768px) {
	.interview_arrows button {
		width: 36px;
		height: 36px;
	}
}

/****************************************************************************************************************************
  top_Bana
****************************************************************************************************************************/
.top_Bana{
	position: relative;
	overflow: hidden;
}

.top_Bana .in_conts{
	padding-top: 50px;
  padding-bottom: 50px;
	position: relative;
	z-index: 3;
}


/* バナーリスト */
.top_Bana .in_conts ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.top_Bana .in_conts li{
	width: 49%;
}

.top_Bana .in_conts li a{
	display: inline-block;
	max-width: 100%;
}

.top_Bana .in_conts li img{
	display: block;
	max-width: 100%;
	line-height: 1em;
}




@media screen and (min-width: 919px){
	.top_Bana .in_conts li a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}
}


@media screen and (max-width: 920px){
	.top_Bana .in_conts{
		padding-top: 30px;
	  padding-bottom: 30px;
	}
}
@media screen and (max-width: 640px){
	.top_Bana .in_conts ul{
		display: block;
	}
	.top_Bana .in_conts li{
		width: 100%;
		margin-top: 15px;
	}
	.top_Bana .in_conts li:nth-child(1){
		margin-top: 0px;
	}
}
@media screen and (max-width: 500px){
}















/****************************************************************************************************************************

****************************************************************************************************************************/
