@charset "UTF-8";

.pc_in {
  background: #FFF;
}

.pc {
  position: relative;
}

.pc_in .link {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

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

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

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

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

#mainimage .arrow img {
  max-width: 16px;
  min-width: 16px;
}

#mainimage .arrow {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  text-align: left;
}

/*====== 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;
  }
}

/*=============================================================
#aboutus
=============================================================*/
#aboutus {
  width: 100%;
  z-index: 0;
  text-align: left;
  background-image: url("../image/about_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#aboutus h2 {
  padding: 100px 0 60px;
  color: #fff;
  font-size: 30px;
}

#aboutus p {
  color: #fff;
  line-height: 1.8em;
  padding-bottom: 80px;
}

/*=============================================================
#interview
=============================================================*/
#interview {
  background: #080808;
  color: #fff;
  text-align: left;
  padding: 40px 0 150px;
}

#interview .box {
  width: 100%;
  height: 300px;
  border-radius: 30px;
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

#interview box p {
  color: #fff;
}

/*=============================================================
#mugen
=============================================================*/
#mugen {
  position: relative;
  padding: 40px 0 0;
  text-align: left;
  background: #fff;
}

#mugen .logo {
  width: 100px;
  margin: auto;
}

#mugen h2 {
  text-align: center;
  padding: 20px 0;
}

/*=============================================================
#one
=============================================================*/
#one {
  padding: 40px 0 150px;
  text-align: left;
  background: #fff;
}

#one ul {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}

#one ul .img1 {
  width: 40%;
  object-fit: cover;
  overflow: hidden;
}

#one ul .img2 {
  width: 55%;
  object-fit: cover;
  overflow: hidden;
}

/*=============================================================
#two
=============================================================*/
#two {
  padding: 40px 0 150px;
  text-align: left;
  background: #DADADA;
}

#two ul {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}

#two ul .img1 {
  width: 40%;
  object-fit: cover;
  overflow: hidden;
}

#two ul .img2 {
  width: 55%;
  object-fit: cover;
  overflow: hidden;
}

/*=============================================================
#three
=============================================================*/

#three {
  background: #fff;
  padding: 40px 0 150px;
}

#three ul li:nth-child(odd) {
  width: 80%;
  margin: 0 0 0 auto;
}

#three ul li:nth-child(even) {
  width: 80%;
}

/*=============================================================
#s_interview
=============================================================*/
#s_interview {
  padding: 40px 0 150px;
  text-align: left;
  background: #fff;
}

#s_interview .box {
  width: 100%;
  border-radius: 30px;
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

#s_interview box p {
  color: #fff;
}

/*=============================================================
#info
=============================================================*/
#info {
  width: 100%;
  overflow: hidden;
  z-index: 0;
  text-align: left;
  color: #fff;
}


#info .bg_b {
  background: #000;
  padding: 40px 0 80px;
}

#info .title {
  text-align: center;
  padding-bottom: 30px;
}

#info .title h2 {
  text-align: center;
}

#info dl {
  display: flex;
  flex-wrap: wrap;
}

#info dl dt {
  width: 30%;
  padding-bottom: 30px;
}

#info dl dd {
  width: 70%;
  padding-bottom: 30px;
}

/*=============================================================
#contact
=============================================================*/
#contact {
  position: relative;
  width: 100%;
  background: #080808;
  color: #fff;
  text-align: left;
  padding: 40px 0 80px;
}

#contact .title h2 {
  text-align: center;

}

#contact .title {
  text-align: center;
  padding-bottom: 40px;
}

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

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

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

form input[type="text"],
form textarea {
  width: 80%;
  padding: 5px;
  display: block;
}

form input[type="submit"],
form input[type="reset"],
form input[type="button"] {
  display: block;
  width: 80%;
  height: 40px;
  margin: 30px auto;

}

#contact p {
  font-size: 14px;
  color: #fff;
}

/*=============================================================
#thanks
=============================================================*/
#thanks {
  width: 100%;
  background: #ccc;
  color: #080808;
  text-align: left;
  padding: 100px 0 180px;
}

#thanks .logo {
  width: 120px;
  margin: auto;
  margin-bottom: 60px;
}

#thanks p {
  margin-bottom: 60px;
}