@charset "UTF-8";

.bg2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -10000;
}

.bg2 video {
  min-width: 100%;
  min-height: 100%;
}

.pc_in {
  background: #FFF;
}

.pc_in2 {
  margin: 0 0 0 auto;
  background: rgba(255, 255, 255, 0.8);
}

.pc {
  position: relative;
}

.bg_gr4 {
  position: absolute;
  width: 100%;
  height: 10%;
  top: 0;
  background: linear-gradient(#FFF, rgba(255, 255, 255, 0));
}


/*=============================================================
#mainimage
=============================================================*/
#mainimage {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

#mainimage video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1000;
  object-fit: cover;
}

#mainimage .bg_gr3 {
  position: absolute;
  width: 100%;
  height: 10%;
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), #00adf1);
}

#mainimage .logo {
  position: absolute;
  width: 100px;
  top: 10px;
  left: 10px;
}

#mainimage .drawer-nav {
  background: #00adf1;
  /*メインカラー*/
  text-align: center;
}

#mainimage .drawer-menu li {
  width: 100%;
  border-bottom: 1px dotted #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

#mainimage .drawer-menu li img {
  max-width: 20%;
  min-width: 20%;
}

#mainimage .drawer-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

#mainimage .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#mainimage .partner {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 10;
}

#mainimage .partner a {
  background: #00adf1;
  /*メインカラー*/
  width: 150px;
  height: 80px;
  padding: 0.3em;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
  z-index: 100;
  color: #fff;
}

#mainimage .partner a:hover {
  background: #101C81;
  opacity: 0.5;
  transition: all 0.5s ease 0s;
}

#mainimage .link {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}

#mainimage .link li a {
  background: #00adf1;
  /*メインカラー*/
  width: 80px;
  height: 80px;
  padding: 1em;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
  z-index: 100;
  color: #fff;
  border-radius: 100%
}

#mainimage .link li a:hover {
  background: #101C81;
  opacity: 0.5;
  transition: all 0.5s ease 0s;
}

/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: 10px;
  /*全体の高さ*/
  height: 50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -15px;
  top: -15px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  30% {
    height: 30px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

/*=============================================================
#message
=============================================================*/
#message {
  background: #00adf1;
  /*メインカラー*/
  padding: 80px 0 0;
  text-align: left;
  color: #fff;
}

#message h2 {
  font-size: 30px;
  text-align: left;
  line-height: 1.5em;
  padding-bottom: 30px;
}

#message p {
  line-height: 1.8em;
  padding-bottom: 40px;
}

.bg_gr {
  height: 130px;
  width: 100%;
  background: linear-gradient(#00adf1, #fff);
}

/*=============================================================
#aboutus
=============================================================*/
#aboutus {
  background: #fff;
}

/*=============================================================
#service
=============================================================*/
#service {
  background: #fff;
}

#service ul {
  background: #F2F2F2;
  border-radius: 15px;
  box-shadow: inset 15px 30px 40px rgba(255, 255, 255, 0.55),
    0 3px 7px rgba(0, 0, 0, 0.2);
}

#service ul li {
  text-align: left;
  background: #F2F2F2;
  padding: 1em;
  box-sizing: border-box;
  border-radius: 15px;

}

#service ul li h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}

#service ul li p {
  padding-bottom: 20px;
}

/*=============================================================
#recruit
=============================================================*/
#recruit ul {
  background: #F2F2F2;
  border-radius: 15px;
  box-shadow: inset 15px 30px 40px rgba(255, 255, 255, 0.55),
    0 3px 7px rgba(0, 0, 0, 0.2);
}

#recruit ul li {
  text-align: left;
  background: #F2F2F2;
  padding: 1em;
  box-sizing: border-box;
  border-radius: 15px;
}

#recruit ul li h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}

#recruit ul li p {
  padding-bottom: 20px;
}

/*=============================================================
#contact
=============================================================*/
#contact #formWrap {
  text-align: left;
  margin: 0 auto;
}

#contact #formWrap {
  width: 80%;
  margin: 0 auto;
}

#contact table.formTable th,
table.formTable td {
  width: auto;
  display: block;
}

#contact table.formTable th {
  margin-top: 5px;
  border-bottom: 0;
}

#contact form input[type="text"],
form textarea {
  width: 100%;
  padding: 5px;
  font-size: 100%;
  display: block;
}

#contact form input[type="submit"],
form input[type="reset"],
form input[type="button"] {
  display: block;
  width: 60%;
  height: 40px;
  background: #00adf1;
  /*メインカラー*/
  color: #fff;
  margin: 30px 0;
}

#contact .hissu {
  display: inline-block;
  background: #00adf1;
  /*メインカラー*/
  color: #fff;
  padding: 0.1em;
  font-size: 14px;
}

/*=============================================================
#company
=============================================================*/
#company .title {
  padding: 60px 0 0;
}

#company .title_img {
  margin-top: -40px;
}

#company .company_box {
  text-align: left;
  margin: 30px 0 60px;
}

#company .company_box dt {
  font-weight: bold;
  padding: 0.5em 0;
}

#company .company_box dd {
  border-bottom: 1px solid #00adf1;
  /*メインカラー*/
  padding: 0 0 0.5em 0;
}

#company h3 {
  margin: 30px 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.2em;
  color: #00adf1;
  /*メインカラー*/
}