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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  padding: 8px 0 15px;
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

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

#header .logo img {
  max-height: 40px;
  max-width: 100%;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  background: #fff;
  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%;
}
.fadein-parts{
  animation-name: fadein;
  animation-duration: 1.5s;
}
@keyframes fadein{
  from{
  opacity: 0;

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

h1,
h2,
h3,
h4,
.h4,
h5,
h6 {
  font-family: 'Roboto', 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
}

h3{
  font-size: clamp(1.4rem, 3.5vw, 2.5rem);
  transform:rotateZ(0.03deg);
}
.h4{
  font-size: clamp(1rem, 3vw, 1.7rem);
  transform:rotateZ(0.03deg);
}
a {
  color: #58b1c7;
  text-decoration: none;
}

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

section {
  overflow: hidden;
  position: relative;
}
#main{
background-color: #ffffff;
}
/*form********************************************************/
.info{
  padding: 60px 0 30px;
}
.info .container {
  background: aliceblue;
  padding: 4rem 1rem 3.5rem;
  border: 6px solid #60c7ed;
    border-radius: 20px;
}
.info a img{
  max-width: 600px;
  width: 100%;
}
.info a:hover{
  opacity: .8;
}
.green{
  color: #0ab451;
}
.form-control-lg {
  font-size: 1.5rem;
  transform:rotateZ(0.03deg);
  margin: 1rem auto 2rem;
}

.get-regist-btn {
  max-width: 600px;
  width: 100%;
  background: #eb5082;
  color: #fff;
  border-radius: 4px;
  padding: 15px 10px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: clamp(20px, 5vw, 30px);
  transform:rotateZ(0.03deg);
  font-weight: 500;
  display: inline-block;
  text-align: center;
}

.get-regist-btn:hover,
.get-started-btn:active {
  background: #ec648f;
  color: #fff;
}
@keyframes shiny {
  0% { left: -20%; }
  10% { left: 112%; }
  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, .6) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 5s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
}

ul.melmaga_SubText {
  font-size: clamp(14px, 2vw, 20px);
  transform:rotateZ(0.03deg);
  width: 75%;
  max-width: 756px;
  margin: 30px auto 30px;
  background-color: #fff;
  padding: 15px;
  text-align: left;
  color: #333;
  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;
}

@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: 2.5rem 1rem 1.5rem;
  }
  ul.melmaga_SubText {
    width: 90%;}
}

.melmagafooter {
  font-size: 15px;
  transform:rotateZ(0.03deg);
  line-height: 130%;
  padding: 1rem;
}

.melmagafooter .box {
  font-size: 11px;
  transform:rotateZ(0.03deg);
  width: 90%;
  max-width: 980px;
  height: 105px;
  margin: 10px auto;
  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;
}

table.service {
  width: 90%;
  max-width: 1000px;
  margin: 1rem auto 3rem;
  /*border:4px solid #fff;*/
  font-size: 16px;
  transform:rotateZ(0.03deg);
  line-height: 150%;
  border-collapse: collapse;
}

table.service th,
table.service td {
  padding: 20px 10px;
  color: #4568ad;
  color: #34b9b9;
  border: 4px solid #fff;
}

table.service th {
  background: #3f9bc7;
  background: #60c7ed;
  color: #fff;
  text-align: center;
  font-size: 110%;
  transform:rotateZ(0.03deg);
  font-weight: 500;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
}

table.service td {
  background: #f0f6f8;
  color: #727272;
  text-align: left;
}

.tb01 th,
.tb01 td {
  box-sizing: border-box;
}

table.service th:nth-child(1) {
  width: 25%;
}

table.service th:nth-child(2) {
  width: 15%;
}

table.service th:nth-child(3) {
  width: 60%;
}

table.service td:nth-child(1),
table.service td:nth-child(2) {
  text-align: center;
}

table.service td:nth-child(3) p {
  margin-bottom: 1rem;
}
.service li{
  margin-bottom: .5rem;
}
@media screen and (max-width: 768px) {
  .tb01 .head {
    display: none;
  }

  .tb01 {
    width: 100%;
  }

  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }

  table.tb01 td:first-child {
    background: #60c7ed;
    color: #fff;
    font-weight: bold;
  }

  table.tb01 td:before {
    content: attr(data-label);
    font-size: .7rem;
    transform:rotateZ(0.03deg);
    font-weight: bold;
    color: #999;
    display: block;
    text-align: center;
  }

  .tb01 td:first-child {
    text-align: center;
  }

}

/*------------------
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  transform:rotateZ(0.03deg);
  background: #111111;
}

.tokushoarea{
  background:#fff url(../img/formarea_bg.png) no-repeat bottom right;
  background-size:30% auto;
  padding:80px 30px;
  }

  .tokushoarea h3{
  font-size:150%;
  margin-bottom:20px;
  border-bottom:1px solid #aaa;
  padding-bottom:10px;
  }

  table#tokutai {
    max-width: 640px;
    font-size: 12px;
    margin: 0 auto;
    border: 1px solid #CCC;
  }
  table#tokutai th {
    width: 140px;
    padding: 4px 6px;
    background: #EEE;
    text-align: right;
    vertical-align: top;
    border-bottom: 1px solid #CCC;
  }
  table#tokutai td {
    padding: 4px 6px;
    background: #FFF;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #CCC;
  }
