@charset "utf-8";
/* CSS Device Custom */
#awesome-loader .logo-holder a img {
  width: 90%;
  height: auto;
}
/********************************

共通

********************************/
/********************************

イントロ

********************************/
section#intro {
  padding: 0;
}
#intro-holder {
  min-height: unset;
}
/* 企業理念 */
.philosophy-outer {
  position: relative;
  top: unset;
  left: unset;
  margin-top: -100vh;
  height: 100vh;
}
.philosophy {
  padding-top: 22vh;
  height: unset;
  text-align: center;
  line-height: 2;
  font-size: 1.2em;
  letter-spacing: 1.845px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #000;
  text-shadow: 1px 2px 2px #b3cecd;
  font-size: 1.65em;
}
.video {
  width: 100%;
  height: calc(100vh - 98px);
}
/********************************

ナビゲーション

********************************/
.mobile a:focus, .mobile-nav a:hover {
  background: #f00994;
}
/********************************

事業内容

********************************/
h1.intro-title {
  font-size: 1em;
  line-height: 2;
}
/********************************

WORKS

********************************/
.works-list ul {
  display: flex;
  flex-flow: column;
}
.works-list ul li {
  width: 100%;
  padding: 10px;
}
#works a {
  display: block;
  margin: 3em auto;
  text-align: center;
  float: none;
  width: 90%;
}
/********************************

会社概要

********************************/
.page-template-page-vizora h2 {
  font-size: 1.5em;
}
.page-template-page-vizora dl {
  overflow: hidden;
  font-size: 0.8em;
  line-height: 1.5;
  width: 90%;
  margin: 0 auto;
}
.page-template-page-vizora dt {
  float: none;
  width: 100%;
  margin-bottom: 0.5em;
  border-top: 1px solid #f009940d;
  padding-top: 2em;
}
.page-template-page-vizora dd {
  float: none;
  width: 100%;
  padding: 0;
  margin-bottom: 2em;
  border-top: 0;
}
.page-template-page-vizora dd ul li {
  margin-bottom: 1em;
  list-style-type: disc;
}
.page-template-page-vizora .map {
  width: 90%;
  margin: 0 auto;
}
.page-template-page-vizora .map iframe {
  aspect-ratio: 16 / 7;
  max-width: 2000px;
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
/********************************

お問い合わせ

********************************/
.wpcf7-form {
  width: 92%;
  margin: 0 auto;
}
.home input.wpcf7-submit {
  display: block;
  width: 100% !important;
}
/********************************

Go To Top

********************************/
.pixova-top {
  width: 40px;
  height: 40px;
  right: 15px;
  bottom: 15px;
}