@charset "utf-8";
/* CSS Document */

/*home mv*/
#home .mv {
	background-color:#202F55;
	width:100%;
	height: 100vh;
	padding: 0 0 2%;
	box-sizing: border-box;
}

a:hover{
	opacity:0.8;
}

#home .mv .login_bnr{
	text-align:right;
	margin-right: 20px;
	width:210px;
	margin-left: auto;
}

#home .mv .login_bnr a{
	display:block;
	background-color:#A9CCE5;
	padding:12px 0;
	border:solid 5px #fff;
	border-top:none;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	box-sizing: border-box;
	text-align:center;
}

#home .mv .login_bnr a span{
	display:inline-block;
	background-image:url("../../img/home/icon_login.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
	padding-left:40px;
	color: #fff;
	font-size:1.3rem;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	padding-top: 5px;
	box-sizing: border-box;
}

#home .mv .inner{
  max-width: 100%;
  width: 100%;
	padding:0 7%;
	box-sizing: border-box;
}

#home .mv h1{
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 5.5rem;
  text-align: center;
  padding-top: 8%;
  margin-bottom: 3%;
  background-image: url("../../img/home/img01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 10%;
  box-sizing: border-box;
  letter-spacing: 0.5rem;
}

#home .mv figure{
	display:flex;
	justify-content: space-between;
	align-items: center;
	width:90%;
	margin:0 auto;
}

#home .mv figure img{
	width:65%;
	order:2;
}

#home .mv figure figcaption{
	width:35%;
	order:1;
	padding-right:10px;
	box-sizing: border-box;
}

#home .mv figure figcaption h2{
	font-family: "corporate-logo-ver2", sans-serif;
	font-weight: 700;
	font-style: normal;
	color:#fff;
	font-size:3.5rem;
	margin-bottom: 20px;
}

#home .mv figure figcaption h2 small{
  font-size: 2.5rem;
  color: #fff;
}

#home .mv figure figcaption p,
#home .mv figure figcaption p span{
	color:#fff;
	font-size:1.2rem;
	font-family: "shippori-mincho-b1", sans-serif;
	font-weight: 700;
	font-style: normal;
}

#home .mv figure figcaption p span.border{
	background: linear-gradient(transparent 70%, #F4E34AB0 70%);
}

.is-pc{
    display:block;
  }

@media all and (max-width: 1400px) {
#home .mv h1 {
  font-size: 4.0rem;
	margin-bottom: 0;
}

#home .mv .inner {
  padding: 0;
}
	
#home .mv figure {
  width: 95%;
  margin: 0 auto;
}
	
#home .mv figure img {
  width: 60%;
}
	
#home .mv figure figcaption {
  width: 40%;
	padding-right: 10px;
}
	
#home .mv figure figcaption h2 {
  font-size: 3.0rem;
}
	
#home .mv figure figcaption h2 small {
  font-size: 2.0rem;
}
	
#home .mv figure figcaption p,
#home .mv figure figcaption p span {
  font-size: 1.0rem;
}	
	
}


@media all and (max-width: 1023px) {
#home .mv h1 {
    font-size: 4.0rem;
    background-size: 17%;
    padding-top: 14%;
  }
	
#home .mv figure {
    flex-wrap: wrap;
  }
	
 #home .mv figure img {
    width: 100%;
    order: 1;
  }
	
 #home .mv figure figcaption {
    width: 100%;
    padding-right: 0;
    padding-top: 30px;
    order: 2;
  }
	
#home .mv figure figcaption h2 {
    font-size: 3.0rem;
    text-align: center;
  }
	
 #home .mv figure figcaption h2 small {
    font-size: 2.3rem;
  }
	
#home .mv figure figcaption p,
#home .mv figure figcaption p span {
    font-size: 1.2rem;
    text-align: center;
  }
	
}

@media all and (max-width: 480px) {
#home .mv .login_bnr {
  margin-right: 10px;
  width: 145px;
}
	
#home .mv .login_bnr a {
  padding: 4px 0 7px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
	
#home .mv .login_bnr a span {
  background-size: 20px;
  padding-left: 30px;
  font-size: 1.0rem;
}
	
 #home .mv h1 {
    font-size: 3.2rem;
    margin-top: 3%;
    margin-bottom: 0;
	 background-size: 16%;
    padding-top: 12%;
  }
	
#home .mv figure figcaption{
	padding-top: 10px;
}
	
#home .mv figure figcaption h2 {
    font-size: 2.3rem;
    text-align: left;
	margin-bottom: 10px;
  }
	
#home .mv figure figcaption h2 small {
    font-size: 1.8rem;
  }
	
#home .mv figure figcaption p,
#home .mv figure figcaption p span {
    font-size: 1.0rem;
    text-align: justify;
  }
	
.is-pc{
    display:none;
  }
	
}















