@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Muli:400,900');

/* CSS Document */

/*-----------------------------------------------*/
.lp {
  position: relative;
  padding-bottom: 10px;
}
.lp:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(45deg, #61bbeb, #13ad67);
}

.lp .section h2,
.lp .section:not(#contact) h2 {
  font-size: 1.5rem;
  font-weight: 500;
}
.lp .section:not(#contact) h2:after {
  content: none;
}
.lp .section:not(#contact) h2 .en,
.lp .section#contact h2 .en {
  color: #1038c7; 
  font-size: .8em;
  font-weight: normal;
}
.lp .section:not(#contact) h2 .en {
}

/*.lp .section#contact {
  background-color: #f8f8f8;
}*/

.lp #mv {
  position: relative;
  height: 500px;
  min-height: 360px;
  margin: 0 -200px;
  padding: 0 220px;
  text-align: center;
  background: url(../images/mv.jpg) no-repeat center bottom;
  background-size: cover;
  border-bottom: 15px solid #61bbeb;
  border-radius: 0 0 2000px 2000px / 0 0 300px 300px;
  overflow: clip;
  z-index: 10;
}
.lp #mv .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: inherit;
}
.lp #mv h1 {
	margin: 0 0 40px 0;
	padding: 0;
  color: #fff;
	font-size: 2.5em;
	font-weight: 900;
	line-height: 1.4;
  letter-spacing: 0.05em;
  text-shadow: 0 0 2px #044f89, 0 0 0.5em #044f89, 0 0 0.15em #044f89, 0 0 1.5em #4691CC;
}
