/**
 * : ヘッダー---------------------------------------------------------------------------------
 */

body {
  width:100%;
  color: #333;
  background-color: #fff;
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-size:1.4rem;
}
#lower-head {
  top: -110px;
  position: absolute;
  width: 100%;
  height: 60px;
  margin: 100px auto 0;
  padding: 0 0 0 0;
  z-index: 999;
  box-sizing:border-box;
  background:#fff;
  
}
.inner {
  width: 100%;
  margin: 0 auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}
#lower-head a, #lower-head {
  color: #333;
  text-decoration: none;
}
#lower-head .inner {
  position: relative;
}
#lower-head .logo {
  float:left;
  padding:4px 0 0 10px;
  margin: 0;
}
.logolow{
	fill:#000;
}
#lower-nav ul {
  list-style: none;
  padding:0px 0 0 0px;
  font-size: 1.2rem;
  line-height:1.2rem;
}
@media (min-width: 640px) {
#lower-head {
  top: -170px;
}
#lower-head .logo {
  float:left;
  padding:10px 0 0 10px;
  margin: 0;
}
#lower-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 14px;
  font-size: 1.4rem;
}
}
#lower-nav ul li {
  float: left;
  position: relative;
  vertical-align: top;
  margin: 0 10px;
  padding: 0 6px;
}

/* Btn Hover */
#lower-nav ul li:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #666;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
  }
#lower-nav ul li:hover:after {
transform: scale(1, 1);
}

/* Fixedナビ */
#lower-head.fixed {
  margin-top: -10px;
  top: 0;
  position: fixed;
  height: 70px;
  background: -moz-linear-gradient(left, #1b9ccc, #2ECACC);
  background: -webkit-linear-gradient(left, #1b9ccc, #2ECACC);
  background: linear-gradient(to right, #1b9ccc, #2ECACC);
  transition: top 0.4s linear;
  -webkit-transition: top 0.4s linear;
  -moz-transition: top 0.4s linear;
  box-sizing:border-box;
  color:#fff;
}
#lower-head.fixed .logolow {
	fill:#fff;
	}
/*#lower-head.fixed ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 12px;
  font-size: 1.2rem;
}
*/
#lower-head.fixed a {
	color:#fff;
	}
#lower-head.fixed li:after {
	background:#fff;
}

/* スマホ用Toggle Button */

#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 18px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
  color: #fff;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #444;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
@media (max-width: 639px) {
#lower-head.fixed .logo a {
	color:#333;
	}
}
@media (max-width: 639px) {
  #main-visual {
    height: 300px;
  }
  #lower-head, .inner {
    width: 100%;
    padding: 0;
  }
  #lower-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #lower-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 50px;
    z-index: 999;
    position: relative;
  }
  #lower-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -510px;
    background: -moz-linear-gradient(left, #1b9ccc, #2ECACC);
    background: -webkit-linear-gradient(left, #1b9ccc, #2ECACC);
    background: linear-gradient(to right, #1b9ccc, #2ECACC);
	opacity:0.9;
    width: 100%;
    text-align: center;
    padding: 1px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #lower-nav ul li {
    float: none;
    position: static;
	margin:0;
	padding:0;
  }
  #lower-nav ul li:after {
    display: none;
  }
  #lower-nav ul li a,
  #lower-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
  }
  #lower-nav ul li a:hover {
    color: #999;
    background: #fff;
    width: 100%;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #lower-nav スライドアニメーション */
  .open #lower-nav {
    /* #lower-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}


/**
 * Main: メインビジュアル　下階層---------------------------------------------------------------------------------
 */
.mv01 {
  margin-top: 60px;
  background: -moz-linear-gradient(left, #0a72cd, #2ECACC);
  background: -webkit-linear-gradient(left, #0a72cd, #2ECACC);
  background: linear-gradient(to right, #0a72cd, #2ECACC);
  padding:50px 20px 40px 20px;
}
.mv01-catch {
  color: #FFF;
  font-family: sofia-pro, sans-serif;
  font-size: 5.6rem;
  font-weight:500;
  line-height:0.8em;
  letter-spacing:-0.3rem;
}
.mv01-catch span {
  font-size: 1.4rem;
  display:block;
  letter-spacing:0.06rem
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  letter-spacing:normal;
  }
.mv01-description {
  font-size: 1.4rem;
  color: #fff;
  line-height:1.4em;
	padding:10px 0 0 0;
}
@media (min-width: 640px) {
  .mv01 {
	text-align:left;
  }
  .mv01-catch {
	padding:0 0 0 40px;
  font-size: 6.4rem;
  font-weight:500;
  }
.mv01-catch span {
  font-size: 1.4rem;
  display:inline;
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
}
  .mv01-description {
	padding:10px 0 0 40px;
  font-size: 1.4rem;
	  }
}
@media (min-width: 768px) {
  .mv01 {
  text-align:left;
  background-size: 100%;
  }
  .mv01-description {
	  }
}
@media (max-width: 414px) {
.mv01 {
  margin-top: 55px;
  font-size: 58px;
}
.mv01-description {
  font-size: 12px;
  line-height: 1.4;
}
}
/**
 *お問い合わせ　contact/index.html---------------------------------------------------------------------------------
 */

/*contact　送信ボタン*/
.cntbtn {
	text-align:center;
}
/**
 *お問い合わせ　contact/thanks.html---------------------------------------------------------------------------------
 */

.cnt-thanks {
	text-align:center;
	padding-top:60px;
}