/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: #444444;
  font-feature-settings: "palt";
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
}

#header .logo {
  margin: 0 auto;
  padding: 0;
}

#header .logo img {
  max-height: 40px;
  max-width: 100%;
}
h1.h3{
    font-size: clamp(14px, 1.2vw, 1.5rem);
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
   background: rgb(1, 26, 65);;
  height: 100%;
  overflow: hidden;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.bg-video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
body {
  font-family:'Noto Sans JP', sans-serif;
}

h1,
h2,
h3,
h4,
.h4,
h5,
h6 {
  font-family: 'Roboto', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 1.4;
}


h3{
  font-size: clamp(1.3rem, 4vw, 2.8rem);}

.h4{
  font-size: clamp(.8rem, 2.5vw, 1.5rem);

}
h2.logo{
    font-size: clamp(18px, 1.5vw, 2rem);
}
.fixed-top h3{
    font-size: clamp(14px, 1.2vw, 1.5rem);
}
a {
  color: #58b1c7;
  text-decoration: none;
}

a:hover,
a:active {
  color: #2dcfe4;
  text-decoration: none;
}

section {
  overflow: hidden;
  position: relative;
}
.bg-navy{background-color: #04022e;}
.t-navy{color: #011a41;}
.t-red{color: #cf0003;}
.t-yellow{color: #fff70b;}
.m_yellow {background:linear-gradient(transparent 70%, #ff6 50%);}
/*form********************************************************/
.info{
  padding: 5rem 0;
    background: #011a41;
    background: #f7f7f7;
    background-color: #f0f0ff;
opacity: 1;
background-size: 9px 9px;
background-image: repeating-linear-gradient(-45deg, #ffffff 0, #ffffff 0.9px, #f0f0ff 0, #f0f0ff 50%);

}
.info .container {
    background: #fff;
  padding: 0 0 3.5rem;
  border: 16px solid #04022e;
  color: #011a41;

}

.green{
  color: #048738;
}
.form-control-lg {
  font-size: 1.5rem;
  transform:rotateZ(0.03deg);
  margin: 1rem auto 2rem;
}

.get-regist-btn {
  font-family: 'Roboto', 'M PLUS Rounded 1c', sans-serif;
  max-width: 660px;
  width: 100%;
  background: #08a148;
  color: #fff;
  border-radius: 4px;
  padding: 15px 10px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: clamp(20px, 5vw, 30px);
  font-weight: 500;
  display: inline-block;
  text-align: center;
}

.get-regist-btn:hover,
.get-started-btn:active {
  background: #06b753;
  color: #fff;
}
@keyframes shiny {
  0% { left: -20%; }
  10% { left: 120%; }
  100% { left: 120%; }
}

.shiny-btn {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  overflow: hidden;
}

.shiny-btn::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 30px;
  height: 100%;
  transform: scale(2) rotate(25deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 4s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
}
ul.melmaga_SubText {
  font-size: clamp(14px, 2vw, 15px);
  transform:rotateZ(0.03deg);
  width: 75%;
  max-width: 730px;
  margin: 30px auto 5px;
  background-color: #f8fbfd;
  padding: 15px;
  text-align: left;
  color: #444;
  line-height: 150%;
}

ul.melmaga_SubText li {
  list-style: none;
  padding-bottom: 4px;
  position: relative;
}

ul.melmaga_SubText li:last-child {
  padding-bottom: 0;
}

.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}


.prv{    background-color: #f0f0ff;
opacity: 1;
background-size: 9px 9px;
background-image: repeating-linear-gradient(-45deg, #ffffff 0, #ffffff 0.9px, #f0f0ff 0, #f0f0ff 50%);}
.melmagafooter {
  font-size: 15px;
  line-height: 130%;
  padding: 1rem 0;

}

.melmagafooter .box {
  font-size: 11px;
  width: 96%;
  max-width: 1000px;
  height: 105px;
  margin: 10px auto 60px;
  text-align: left;
  color: #666;
  overflow: auto;
  border: 1px solid #aaa;
  line-height: 150%;
  background: rgba(255, 255, 255, .8);
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
@media (max-width: 992px) {
  .get-started-btn {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 768px) {
  .info{
    padding:30px 0 30px;
  }
  .info .container {
    width: 90%;
    padding: 0 0 1rem;
    border:4px solid #04022e;
  }
  ul.melmaga_SubText {
    width: 90%;}
    .melmagafooter .box {
  width: 90%;
margin: 10px auto 40px;}
}
/*------------------
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #111111;
}
