@charset "utf-8";
/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

body {
  min-width: 1040px;
  padding-top: 80px;
}

/* Header
---------------------------------------------------------------*/
#header {
  background: #333; /* Old browsers */
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  min-width: 1040px;
}
.header_inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.logo {
  padding-top: 16px;
  float: left;
}
.logo a {
  display: block;
}
.logo a img {
  height: 50px;
}
.closeBtn {
  display: none;
}
.menu {
  display: none;
}
.nav_wrap {
  float: right;
}
.h_nav li {
  float: left;
}
.h_nav li a {
  color: #fff;
  padding: 0 20px;
  font-size: 16px;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  transition: .3s;
  letter-spacing: .1em;
}
.h_nav li a:hover {
  background-color: #385888;
  opacity: 1;
}

/* Main
---------------------------------------------------------------*/

/* footer
---------------------------------------------------------------*/
.copyright {
  color: #fff;
  font-size: 12px;
  letter-spacing: .1em;
  text-align: center;
  background-color: #333;
  padding: 20px 0;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */
.mv {
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
}
.mv_inner {
  padding: 200px 0 250px;
  background-color: rgba(12,12,12,0.2);
  overflow: hidden;
  position: relative;
}
.main_img {
  z-index:10;
  opacity: 0;
  width: 100%;
  height: 700px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite;
}
.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.main_img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.main_img:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.main_img:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
@keyframes anime {
0% {
      opacity: 0;
  }
  8% {
      opacity: 1;
  }
  17% {
      opacity: 1;
  }
  25% {
      opacity: 0;
      transform: scale(1.2) ;
       z-index:9;
  }
  100% { opacity: 0 }
}
.mv_txt1 {
  font-size: 120px;
  margin-bottom: 20px;
  font-family: 'Dancing Script', cursive;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.mv_txt2 {
  font-size: 26px;
  letter-spacing: .1em;
  position: relative;
  z-index: 10;
}
.mv_txt2 span {
  background-color: #0096CE;
  padding: 0 10px;
  display: inline-block;
  margin-right: 10px;
}

.cont {
  padding: 80px 0;
}
.cont_inner {
  width: 1160px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.cont_ttl {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: .1em;
}
.cont_ttl_en {
  text-align: center;
  font-size: 12px;
  margin-bottom: 60px;
  letter-spacing: .4em;
}
.service_ul {
  position: relative;
}
.service_ul:after {
  content: "";
  display: block;
  clear: both;
}
.service_li {
  float: left;
  width: 350px;
  margin-right: 35px;
  margin-bottom: 60px;
}
.service_li:nth-of-type(3) {
  margin-right: 0;
}
.service_li:nth-of-type(4) {
  clear: both;
  margin-left: 192px;
}
.service_li_img {
  margin-bottom: 24px;
}
.service_li_ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 24px;
  font-weight: bold;
}
.service_li_txt {
  font-size: 15px;
  line-height: 1.8;
}
#about {
  background-color: #446393;
}
#about .cont_ttl ,
#about .cont_ttl_en {
  color: #fff;
}
.company_dl {
  max-width: 800px;
  margin: 0 auto;
  border-bottom: 1px solid #284c77;
  color: #fff;
  font-size: 15px;
  display: table;
  width: 100%;
}
.company_dl dt {
  display: table-cell;
  vertical-align: middle;
  padding: 12px;
  width: 200px;
  font-weight: bold;
  box-sizing: border-box;
}
.company_dl dd {
  display: table-cell;
  padding: 12px;
  line-height: 1.8;
}
.map {
  width: 100%;
  height: 300px;
}
.form_wrap {
  width: 610px;
  margin: 0 auto;
}
.form_wrap dl {
  margin-bottom: 20px;
}
.form_wrap dt {
  font-weight: bold;
  margin-bottom: 8px;
}
.form_wrap dt:before {
  content: "必須";
  margin-right: 10px;
  color: #f00;
  font-size: 12px;
}
.form_wrap p {
  line-height: 1.8;
}
.form_wrap input,
.form_wrap textarea {
  width: 100%;
  padding: 10px;
}
.btn_wrap {
  text-align: center;
}
.btn {
  -webkit-appearance: none;
  border: none;
  background: #446393;
  border-radius: 5px;
  padding: 12px 50px;
  font-size: 15px;
  font-weight: bold;
  color: #fff!important;
}
.btn:hover {
  opacity: .7;
  cursor: pointer;
}
.btn_gray {
  background-color: #bbb;
}
.btn:last-of-type {
  margin-left: 40px;
}

.formTable {
  margin: 20px 0;
  width: 100%;
}
.formTable th {
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  background-color: #eee;
  width: 200px;

}
.formTable td {
  padding: 10px;
  font-size: 14px;
}

/* ==========================================================================
Component [ grid / button / form / media... ]
========================================================================== */
