

/*===================================================

フローティングバナー

===================================================*/

/* フローティングバナーのラップ要素 */
#fixed_right_banner{
	position: fixed;
    top: 60%;
    right: -2px;
	z-index: 10;
}

a.bnr_pc{
    display: block;
   -webkit-transition: opacity .2s ease;
   transition: opacity .2s ease;
	overflow: hidden;
	background:url(../img/index/bnr_right.jpg)top center no-repeat;
	width: 43px;
	height: 170px;
	font-size: 0;
}

a.bnr_pc:hover{ opacity: 0.8; }

@media screen and (max-width: 700px){

}

/*===================================================

.mv

=================================================*/

#mv p{
	font-size: 20px;
	color: #000000;
}

#mv {
	width: 100%;
	height: 100vh;
	background-position:center right;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: -10;
}

#mv em{
	width: 960px;
	display: block;
	color: #ffffff;
	position: absolute;
	top: 42%;
    right: 0;
    left: 0;
	margin: 0 auto;
	font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho" , "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;

}

#mv em h2{
	font-size: 6vmin;
	line-height: 1.4em;
}


#mv em p{
	font-size: 2vmin;
	color: #ffffff;
	overflow: hidden;
	margin-top: 5%;
}

.br_sp{
	display: none;
}

.slider{
    height: 100vh;
    width: 100%;
}

/*.slider img{
	max-width: 100%;
    max-height: 100%;
    height: 100vh;
}*/
.slider a{
  height: 100vh;
}

.slider a {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  text-decoration: none;
	overflow: hidden;
    display: block;
}
.slider a.img01 {
  background-image: url("../img/index/mv_1.jpg");
}
.slider a.img02 {
  background-image: url("../img/index/mv_2.jpg");
}
.slider a.img03 {
  background-image: url("../img/index/mv_3.jpg");
}

.slider a.img04 {
  background-image: url("../img/index/mv_4.jpg");
}




/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

.slick-dots li{display: none; }

/*#mv_sp {
	width: 100%;
	height: 100vh;
	background-position:center right;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: -10;
	display: none;
}

#mv_sp p{
	font-size: 20px;
	color: #000000;
}

#mv_sp div{
	width: 960px;
	display: block;
	color: #ffffff;
	position: absolute;
	top: 42%;
    right: 0;
    left: 0;
	margin: 0 auto;
	font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho" , "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;

}

#mv_sp div h2{
	font-size: 6vmin;
	line-height: 1.4em;
}

#mv_sp div p{
	font-size: 2vmin;
	color: #ffffff;
	overflow: hidden;
	margin-top: 5%;
}*/


@media screen and (max-width: 1024px){
	#mv em p{ font-size: 3vmin; }
}

@media screen and (max-width: 1000px){
	#mv em{ width: 90%; }
}

@media screen and (max-width: 800px){
	#mv em p{ font-size: 2vmin; }

	/*#wrapper > div{background-position: center right!important;}*/
}

@media screen and (max-width: 700px){
	/*#mv { display: none; }

	#mv_sp{ display: block; }*/

	#mv em h2{ font-size: 11vmin; }
	.br_sp{ display: block; }
	#mv em p{ font-size: 3.4vmin; }
	#mv em{ top: 30%; }

}


/*===================================================

.contents01

=================================================*/

.contents01{
	background: url("../img/index/img01.jpg")top center no-repeat;
	background-size: cover;
	padding-top: 760px;
	position: relative;
}

.contents01 div{
	width: 1200px;
	text-align: left;
	margin: 0 auto;
	font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho" , "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	position: absolute;
	top: 20%;
	left: 0;
  right: 0;
}

h4{
	font-size: 56px;
	color: #ffffff;
	line-height: 1.3em;
}

h4 span{
	font-size: 24px;
	display: block;
	line-height: 1.3em;
	letter-spacing: 0.2em;
}

em{
	font-size: 30px;
	color: #ffffff;
	margin-top: 60px;
	overflow: hidden;
	display: inline-block;
	letter-spacing: 0.2em;
}
p{
	font-size: 14px;
	color: #ffffff;
	line-height: 2em;
}

.btn{
	width: 220px;
	line-height: 42px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	box-sizing:border-box;
	border: 1px solid #ffffff;
	color: #ffffff;
	margin-top: 20px;
}

.education{
	margin-top: 40px;
}

@media screen and (max-width: 1250px){

	.contents01 div{ width: 90%; }
}


@media screen and (max-width: 700px){

	.contents01{
		background: url("../img/index/img01_sp.jpg")top center no-repeat;
		background-size: cover;
		padding-top: 680px;
		position: relative;
	}

	.education{ margin-top: 30px; }
	.contents01 div{ top: 13%; }

	.contents02 div{ top: 13%; }
}

/*===================================================

.contents02

=================================================*/

.contents02{
	background: url("../img/index/img02.jpg")top center no-repeat;
	background-size: cover;
	padding-top: 760px;
	position: relative;
}

.contents02 div{
	width: 1200px;
	text-align: right;
	margin: 0 auto;
	font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho" , "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	position: absolute;
	top: 25%;
	left: 0;
    right: 0;
}

@media screen and (max-width: 1250px){

	.contents02 div{ width: 90%; }
}

@media screen and (max-width: 700px){

	.contents02{
		background: url("../img/index/img02_sp.jpg")top center no-repeat;
		background-size: cover;
		padding-top: 680px;
		position: relative;
	}

	.contents02 div{ top: 13%; }
}



/*===================================================

.contents03

=================================================*/

.contents03{
	background: url("../img/index/img03.jpg")top center no-repeat;
	background-size: cover;
	padding-top: 760px;
	position: relative;
}

.contents03 div{
	width: 1200px;
	text-align: left;
	margin: 0 auto;
	font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho" , "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	position: absolute;
	top: 25%;
	left: 0;
    right: 0;
}

@media screen and (max-width: 1250px){

	.contents03 div{ width: 90%; }
}

@media screen and (max-width: 700px){

	.contents03{
		background: url("../img/index/img03_sp.jpg")top center no-repeat;
		background-size: cover;
		padding-top: 680px;
		position: relative;
	}

	.contents03 div{ top: 13%; }
}


/*===================================================

.contents04

=================================================*/

.contents04{
	background: url("../img/index/img04.jpg")top center no-repeat;
	background-size: cover;
	padding-top: 760px;
	position: relative;
}

.contents04 div{
	width: 1200px;
	text-align: left;
	margin: 0 auto;
	font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho" , "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	position: absolute;
	top: 25%;
	left: 0;
    right: 0;
}

@media screen and (max-width: 1250px){

	.contents04 div{ width: 90%; }
}

@media screen and (max-width: 700px){

	.contents04{
		background: url("../img/index/img04_sp.jpg")top center no-repeat;
		background-size: cover;
		padding-top: 680px;
		position: relative;
	}

	.contents04 div{ top: 13%; }
}
