/* CSS Document */
body {
  width: 100%;
  height: 100vh;
  margin: 0;
}
.main {
  display: block;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: auto;
}
h1 {
  display: block;
  font-weight: 200;
  text-align: center;
  font-size: 24px;
  margin: 40px auto 30px;
  /*  margin: 20px 0 0 30px;*/
  color: #fff;
  text-transform: uppercase;
}
h1::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  background: none;
  background-size: contain;
  margin-right: 0;
  transform: translate(0px, 0px);
}
section {
  /*  height: 200vh;*/
  color: #FFFFFF;
  text-align: center;
  /*  position: relative;*/
}
div.box p {
  font-size: 18px;
  font-family: 'Noto Sans Japanese';
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 1px;
  margin-left: 0px;
}
div.box {
  width: 120%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -60px;
  margin-top: 0;
}
div.box p.compny a {
  /*  margin-left: 25px;*/
  margin-right: 39px;
  color: #fff;
}
div.box p.compny2 a {
  margin-left: 25px;
  color: #fff;
}
@media all and (max-width: 414px) {
  h1 {
    display: block;
    font-weight: 200;
    text-align: center;
    font-size: 20px;
    margin: 18px 0 30px;
    /*  margin: 20px 0 0 30px;*/
    color: #fff;
    text-transform: uppercase;
  }
  h1 a {
    color: #fff
  }
  /*  h1::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../images/logo_mark.svg") no-repeat;
    background-size: contain;
    margin-right: 13px;
    transform: translate(0px, 5px);
  }*/
  .contents h2 {
    position: relative;
    font-size: 2.0rem;
    letter-spacing: 30px;
    margin-bottom: 100px;
    text-align: center;
    padding-bottom: 16px;
    border-bottom: solid #f08300 2px;
  }
  div.box {
    width: 80%;
    display: flex;
    flex-direction: column;
    bottom: -25%;
    left: 0;
    right: 0;
    margin: auto;
  }
  div.box p {
    line-height: 200%;
    text-align: left;
  }
  /*body全体*/
  body, html {
    height: 100%;
    margin: 0 auto;
  }
  /*タイトル文字の配置*/
  .parallax {
    box-sizing: border-box;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 5%;
  }
}