@charset "UTF-8";
/* CSS Document */
/********** フォント設定 **********/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese);
html, body {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/********** ベースタグ設定 **********/
* {
  max-height: 99999px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

body.menuOpen {
  overflow: hidden;
}

.ja {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#mainBg {
  display: block;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../img/bg_wrapper_small.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  #mainBg {
    background-image: url(../img/bg_wrapper.jpg);
  }
}
#mainBg:before {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  #mainBg:before {
    content: none;
  }
}

/***** main *****/
#wrapper {
  position: relative;
  top: 76px;
  z-index: 2;
  width: 100%;
  height: calc(100vh - 76px);
  overflow-x: hidden;
  overflow-y: scroll;
}

#wrapperInner {
  width: 100%;
  margin: 0px auto;
}

@media (min-width: 768px) {
  main {
    width: 100%;
    max-width: 1200px;
    padding-left: 240px;
    margin: 0 auto;
  }
}

main .contents {
  width: calc(100% - 40px);
  margin: 0 auto;
}

h1 {
  padding: 20% 0;
  font-size: 2rem;
  color: rgb(255, 255, 255);
  width: 100%;
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
  font-weight: normal;
  box-sizing: border-box;
  line-height: 2;
  text-align: right;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.2rem;
    padding: 15% 0 15% 30%;
  }
}

h1 strong {
  display: inline-block;
  font-weight: normal;
  font-size: 3.2rem;
  padding-right: 0.2em;
}
@media (min-width: 768px) {
  h1 strong {
    font-size: 4rem;
  }
}

h1 span {
  display: inline-block;
}

/***** loading *****/
.loadingBox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-indent: -9999em;
  width: 50px;
  height: 50px;
}

.loader {
  font-size: 1.8rem;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  -webkit-transform: rotate(165deg);
          transform: rotate(165deg);
}

.loader:before, .loader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loader:before {
  -webkit-animation: before 1s infinite;
          animation: before 1s infinite;
}

.loader:after {
  -webkit-animation: after 1s infinite;
          animation: after 1s infinite;
}

@-webkit-keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
  }
  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
  }
  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}

@keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
  }
  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
  }
  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}
@-webkit-keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
  }
  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
  }
  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}
@keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
  }
  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
  }
  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}
/********** .container設定 **********/
.container {
  width: 100%;
  max-width: none;
  max-width: inherit;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container {
    max-width: 920px;
  }
}

/********** ガター設定 **********/
.gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.gutter-50 > [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}

.gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.gutter-30 > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

.gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.gutter-40 > [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}

.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-20 > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}

.gutter-16 > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-10 > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.gutter-00 {
  margin-left: 0px;
  margin-right: 0px;
}

.gutter-00 > [class*=col-] {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 0px) {
  .gutter-xs-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-xs-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-sm-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .gutter-md-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-md-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-lg-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-xl-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xs-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-sm-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .gutter-md-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-md-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-lg-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xl-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-xs-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-sm-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .gutter-md-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-md-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-lg-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-xl-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xs-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-sm-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .gutter-md-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-md-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-lg-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xl-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-xs-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-sm-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 768px) {
  .gutter-md-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-md-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-lg-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-xl-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xs-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-sm-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .gutter-md-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-md-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-lg-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xl-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-00 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xs-00 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .gutter-sm-00 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-sm-00 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .gutter-md-00 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-md-00 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .gutter-lg-00 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-lg-00 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-00 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xl-00 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
/********** 5分割設定 **********/
/*
ex)
col-5-1 20%
col-sm-5-3 60%
col-md-5-4 80%
*/
.col-xl-5-5, .col-xl-5-4, .col-xl-5-3, .col-xl-5-2, .col-xl-5-1, .col-lg-5-5, .col-lg-5-4, .col-lg-5-3, .col-lg-5-2, .col-lg-5-1, .col-md-5-5, .col-md-5-4, .col-md-5-3, .col-md-5-2, .col-md-5-1, .col-sm-5-5, .col-sm-5-4, .col-sm-5-3, .col-sm-5-2, .col-sm-5-1, .col-xs-5-5, .col-5-5, .col-xs-5-4, .col-5-4, .col-xs-5-3, .col-5-3, .col-xs-5-2, .col-5-2, .col-xs-5-1, .col-5-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 0px) {
  .col-xs-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-xs-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-xs-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-xs-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-xs-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
@media (min-width: 576px) {
  .col-sm-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-sm-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-sm-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-sm-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-sm-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
@media (min-width: 768px) {
  .col-md-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-md-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-md-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-md-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-md-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
@media (min-width: 992px) {
  .col-lg-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-lg-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-lg-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-lg-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-lg-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
@media (min-width: 1200px) {
  .col-xl-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-xl-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-xl-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-xl-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-xl-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
/********** Justify設定 **********/
.text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

@media (min-width: 0px) {
  .text-xs-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
}
@media (min-width: 576px) {
  .text-sm-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
}
@media (min-width: 768px) {
  .text-md-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
}
@media (min-width: 992px) {
  .text-lg-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
}
/********** headerエリア **********/
.menuOpen #wrapper {
  overflow: hidden;
}
.menuOpen #menuOverlay {
  display: block;
  position: fixed;
  top: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.menuOpen .hamburger p span {
  -webkit-transform: translate(76px, -4px);
          transform: translate(76px, -4px);
}
.menuOpen .hamburger p:before {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.menuOpen .hamburger p:after {
  -webkit-transform: translate(0px) rotate(45deg);
          transform: translate(0px) rotate(45deg);
}
.menuOpen nav {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/***** header *****/
#header {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
#header .contents {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.headerTitle {
  display: table;
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
  height: 76px;
  padding: 0px 20px 0px 0px;
}
@media (min-width: 768px) {
  .headerTitle {
    padding: 0;
  }
}

.logo {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  padding: 0;
}
@media (min-width: 768px) {
  .logo {
    width: 140px;
    padding: 10px 20px 10px 0px;
    box-sizing: border-box;
  }
}

.logo img {
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  transition: all 0.2s linear;
}

.logo ._onBox img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.hamburger {
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
}
.hamburger p {
  display: block;
  width: 36px;
  height: 36px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hamburger p {
    display: none;
  }
}
.hamburger p:after, .hamburger p:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  transition: all 0.5s ease;
  content: "";
  width: 36px;
  height: 2px;
  background-color: rgb(0, 0, 0);
}
.hamburger p:before {
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
.hamburger p:after {
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}
.hamburger p span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  transition: all 0.5s ease;
  border-radius: 1px;
  text-align: center;
  font-size: 1.1rem;
}

nav {
  position: fixed;
  width: 80%;
  max-width: none;
  height: 100%;
  display: block;
  overflow: hidden;
  top: 76px;
  left: 0;
  z-index: 7;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
@media (min-width: 768px) {
  nav {
    width: 240px;
    height: calc(100% - 76px);
    position: fixed;
    top: 76px;
    left: auto;
    overflow: hidden;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

#menuBody {
  height: calc(100% - 76px);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  #menuBody {
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
}
#menuBody > ul {
  margin: 0;
  padding: 10px 10px 0;
}
#menuBody > ul ul {
  display: none;
}
#menuBody > ul ul a {
  padding: 20px 10px 20px 24px;
}
#menuBody li {
  position: relative;
}
#menuBody span.toggleSwitch {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 26px 25px;
  cursor: pointer;
  transition: all 0.5s ease;
}
#menuBody span.toggleSwitch._onSwitch {
  background-color: rgba(255, 255, 255, 0.5);
}
#menuBody span.toggleSwitch:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: rgb(255, 255, 255) transparent transparent transparent;
}
#menuBody span.toggleSwitch:before:active {
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent rgb(255, 255, 255) transparent;
}
#menuBody span.toggleSwitch.active:before {
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent rgb(255, 255, 255) transparent;
}
#menuBody a {
  font-size: 1.4rem;
  line-height: 1.7;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
  text-decoration: underline;
  display: block;
  padding: 20px 10px;
  transition: all 0.2s ease;
}
#menuBody a._hoverBox, #menuBody a._onBox {
  background-color: rgba(255, 255, 255, 0.5);
}
#menuBody a._onBox {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
#menuBody > div,
#menuBody > p {
  font-size: 1.4rem;
  line-height: 1.7;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
  margin: 0 10px;
  padding: 20px 10px;
  transition: all 0.5s ease;
}

#menuBody li a {
  color: rgb(255, 255, 255);
}

@media (min-width: 768px) {
  #menuOverlay {
    display: none;
  }
}
/********** footerエリア **********/
#footer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #footer {
    padding-left: 20%;
  }
}
#footer address {
  display: block;
  font-size: 1.4rem;
  line-height: 1.7;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
  text-align: center;
  font-style: normal;
  padding: 16% 0 4%;
}

#mainVisual {
  overflow: hidden;
  text-align: left;
  position: relative;
  z-index: 2;
}
#mainVisual h2 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}
#mainVisual h2 span {
  display: block;
  position: absolute;
  font-weight: normal;
  font-size: 3rem;
  text-align: left;
  color: rgb(255, 255, 255);
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2), 1px -1px rgba(0, 0, 0, 0.2), -1px 1px rgba(0, 0, 0, 0.2), 1px 1px rgba(0, 0, 0, 0.2), 2px 2px 3px rgb(0, 0, 0);
  margin: 20px;
  transition: all 2s ease;
  background-size: cover;
}
#mainVisual h2 span:first-of-type {
  top: 0;
  left: 0;
}
#mainVisual h2 span:last-of-type {
  right: 0;
  bottom: 0;
}
#mainVisual p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: normal;
  overflow: hidden;
  transition: all 1s ease;
  padding: 20px;
  opacity: 0;
}
@media (min-width: 768px) {
  #mainVisual p {
    display: inline;
    padding: 0;
  }
}
#mainVisual .centerWhite {
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  left: 50%;
  top: 50%;
  z-index: -1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: translate(-50%, -50%) skew(-0.35rad, 0);
          transform: translate(-50%, -50%) skew(-0.35rad, 0);
  transition: all 2s ease;
}
#mainVisual .imgBase {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  z-index: -3;
  transition: all 2s ease;
}
#mainVisual .imgBase.leftBase {
  top: 0;
  left: 0;
  text-align: right;
  /*transform: translate(calc(-50% - 10px), 0) skew(-0.35rad, 0);*/
  -webkit-transform: translateX(-50%) translateX(-10px) skew(-0.35rad, 0);
          transform: translateX(-50%) translateX(-10px) skew(-0.35rad, 0);
}
#mainVisual .imgBase.leftBase .slanting .imgBox {
  background-image: url(../img/top/img_main01.jpg);
  -webkit-transform: skew(0.35rad, 0);
          transform: skew(0.35rad, 0);
  bottom: 0;
}
#mainVisual .imgBase.rightBase {
  bottom: 0;
  right: 0;
  text-align: left;
  /*transform: translate(calc(50% + 10px), 0) skew(-0.35rad, 0);*/
  -webkit-transform: translateX(50%) translateX(10px) skew(-0.35rad, 0);
          transform: translateX(50%) translateX(10px) skew(-0.35rad, 0);
}
#mainVisual .imgBase.rightBase .slanting .imgBox {
  background-image: url(../img/top/img_main02.jpg);
  -webkit-transform: skew(0.35rad, 0);
          transform: skew(0.35rad, 0);
  top: 0;
}
#mainVisual .imgBase .slanting {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#mainVisual .imgBase .slanting .imgBox {
  content: "";
  width: 64%;
  height: 100%;
  display: inline-block;
  background-position: center center;
  background-size: cover;
  position: absolute;
}
#mainVisual.textOpen h2 span:first-of-type {
  -webkit-transform: translate(-400px, 0);
          transform: translate(-400px, 0);
}
#mainVisual.textOpen h2 span:last-of-type {
  -webkit-transform: translate(400px, 0);
          transform: translate(400px, 0);
}
#mainVisual.textOpen p {
  opacity: 1;
}
#mainVisual.textOpen .centerWhite {
  width: 200%;
  height: 100%;
}
@media (min-width: 768px) {
  #mainVisual.textOpen .centerWhite {
    width: 60%;
  }
}

#sns h2,
#news h2 {
  width: calc(100% - 40px);
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.7;
  border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
  padding-top: 0.4em;
}
#sns h2:first-letter,
#news h2:first-letter {
  font-size: 2.2rem;
}

#news {
  margin-top: 20%;
  background-color: rgb(255, 255, 255);
}
#news .newsList {
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.7;
}
#news .newsList p {
  display: table-row;
}
#news .newsList time,
#news .newsList span {
  display: table-cell;
}
#news .newsList time {
  width: 6em;
}

#sns {
  margin-top: 20%;
  background-color: rgb(255, 255, 255);
}
#sns ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #sns ul {
    display: flex;
  }
}
#sns ul li {
  margin: 0;
  padding: 20px;
}
@media (min-width: 768px) {
  #sns ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#sns ul li.fbif iframe {
  width: 100%;
}

.twitter-timeline {
  border: 1px solid #e9ebee !important;
  width: 100% !important;
}

.fb-page {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

#companyTable {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

#companyTable dl {
  display: table-row;
  transition: all 0.5s ease;
}
#companyTable dl._hoverBox, #companyTable dl._onBox {
  background-color: rgba(0, 0, 0, 0.5);
}
#companyTable dt,
#companyTable dd {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  line-height: 1.7;
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
  box-sizing: border-box;
}
#companyTable dt {
  width: 40%;
  padding: 30px 5%;
  font-weight: normal;
}
@media (min-width: 768px) {
  #companyTable dt {
    width: 50%;
    padding: 30px 15px 30px;
  }
}
#companyTable dd {
  padding: 30px 5% 30px 0;
  font-weight: normal;
}
@media (min-width: 768px) {
  #companyTable dd {
    padding: 30px 15px 30px 0;
  }
}
#companyTable dd a {
  display: inline-block;
  text-decoration: underline;
  color: rgb(255, 255, 255);
  transition: all 0.2s ease;
}
#companyTable dd ._onBox dd a {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
#companyTable span.inb {
  display: inline-block;
}

#company small {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  line-height: 1.7;
  text-indent: -1em;
  margin-left: 1em;
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
  padding-top: 20%;
}

#serviceTable {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  #serviceTable {
    display: table;
    border-collapse: collapse;
  }
}
#serviceTable dl {
  display: block;
  padding: 20px;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  #serviceTable dl {
    display: table-row;
    padding: 0;
  }
}
#serviceTable dl._hoverBox, #serviceTable dl._onBox {
  background-color: rgba(0, 0, 0, 0.5);
}
#serviceTable dl:not(:first-of-type) {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #serviceTable dl:not(:first-of-type) {
    margin-top: 0;
  }
}
#serviceTable dt,
#serviceTable dd {
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  line-height: 1.7;
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
  display: block;
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #serviceTable dt,
  #serviceTable dd {
    text-align: right;
    display: table-cell;
    vertical-align: top;
  }
}
#serviceTable dt {
  font-weight: normal;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  #serviceTable dt {
    padding: 30px;
    width: 50%;
  }
}
#serviceTable dt:before {
  content: "■";
  font-size: 2.4rem;
}
#serviceTable dd {
  padding: 30px 15px 30px 0;
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
#serviceTable dd li {
  text-align: left;
  margin-left: 1.5em;
  padding-top: 0.5em;
}
#serviceTable dd li:before {
  content: "○";
  display: inline-block;
  text-indent: -1.3em;
}
#serviceTable dd > ul > li:before {
  content: "●";
}
#serviceTable dd > ul > li:first-of-type {
  padding-top: 0.3em;
}

#service small {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  line-height: 1.7;
  text-indent: -1em;
  margin-left: 1em;
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
  padding-top: 20%;
}

.yearList li {
  display: block;
  transition: all 0.2s ease;
}
.yearList li._hoverBox, .yearList li._onBox {
  background-color: rgba(0, 0, 0, 0.5);
}
.yearList li._onBox {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.yearList li a {
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  line-height: 1.7;
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
  display: block;
  padding: 30px 0;
  text-align: center;
}

.projects h2:before,
.yearList li a:before {
  content: "■";
}

.projects {
  transition: all 0.5s ease;
  position: relative;
}

.arrow-down {
  width: 60px;
  height: 40px;
  margin: 0 0 0 -30px;
  position: absolute;
  left: 50%;
  top: 0px;
  transition: all 0.8s ease;
  -webkit-animation: arrow 0.5s 1s infinite ease-out alternate;
          animation: arrow 0.5s 1s infinite ease-out alternate;
}

._open .arrow-down {
  opacity: 0;
}

.arrow-down:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.left {
  position: absolute;
  height: 10px;
  width: 40px;
  background-color: rgb(255, 255, 255);
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  top: 10px;
  left: 10px;
  border-radius: 4px;
  -webkit-transform-origin: 5px 50%;
          transform-origin: 5px 50%;
  -webkit-animation: leftArrow 0.5s 1s infinite ease-out alternate;
          animation: leftArrow 0.5s 1s infinite ease-out alternate;
}

.right {
  position: absolute;
  height: 10px;
  width: 40px;
  background-color: rgb(255, 255, 255);
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  top: 10px;
  left: 10px;
  border-radius: 4px;
  -webkit-transform-origin: 5px 50%;
          transform-origin: 5px 50%;
  -webkit-animation: rightArrow 0.5s 1s infinite ease-out alternate;
          animation: rightArrow 0.5s 1s infinite ease-out alternate;
}

@-webkit-keyframes arrow {
  0% {
    top: 0px;
  }
  100% {
    top: 40px;
  }
}

@keyframes arrow {
  0% {
    top: 0px;
  }
  100% {
    top: 40px;
  }
}
@-webkit-keyframes leftArrow {
  100% {
    -webkit-transform: rotate(225deg);
  }
}
@keyframes leftArrow {
  100% {
    -webkit-transform: rotate(225deg);
  }
}
@-webkit-keyframes rightArrow {
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes rightArrow {
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.projects._hoverBox,
.projects._onBox {
  background-color: rgba(0, 0, 0, 0.5);
}

.projects:not(:first-of-type) {
  margin-top: 50px;
}

.projects h2 {
  width: 100%;
  font-size: 2.4rem;
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
  line-height: 2;
  font-weight: normal;
  text-align: left;
  padding: 15px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
}

.projectsTable {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.projectsTable dl {
  display: table-row;
  transition: all 0.5s ease;
}

.projectsTable dl._onBox {
  background-color: rgba(0, 0, 0, 0.5);
}

.projectsTable dt,
.projectsTable dd {
  text-align: left;
  display: table-cell;
  vertical-align: top;
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  line-height: 1.7;
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
  box-sizing: border-box;
}

.projectsTable dt {
  padding: 15px;
  font-weight: normal;
  box-sizing: border-box;
  width: 40%;
}
@media (min-width: 768px) {
  .projectsTable dt {
    width: 30%;
  }
}

.projectsTable dd {
  padding: 15px 15px 15px 0;
  font-weight: normal;
}

.projectsTable dd a {
  text-decoration: underline;
  color: rgb(255, 255, 255);
}

.projectsTable span.inb {
  display: inline-block;
}

#works small {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  line-height: 1.7;
  text-indent: -1em;
  margin-left: 1em;
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
  padding-top: 20%;
}

/***** inview *****/
.inviewfadeIn {
  opacity: 0;
  transition: 0.8s;
}

.fadeIn {
  opacity: 1;
}

/*----- 上へスライド -----*/
.inviewUp {
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  transition: 0.8s;
}

.Up {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- ズームイン -----*/
.inviewzoomIn {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: 0.8s;
}

.zoomIn {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 0.8s;
}

.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

#inquiryTable {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #inquiryTable {
    display: table;
    border-collapse: collapse;
  }
}
#inquiryTable dl {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  #inquiryTable dl {
    display: table-row;
  }
}
#inquiryTable dl._hoverBox, #inquiryTable dl._onBox {
  background-color: rgba(0, 0, 0, 0.5);
}
#inquiryTable dt,
#inquiryTable dd {
  text-align: right;
  display: block;
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  line-height: 1.7;
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #inquiryTable dt,
  #inquiryTable dd {
    display: table-cell;
    vertical-align: top;
  }
}
#inquiryTable dt {
  text-align: left;
  font-weight: normal;
  width: 100%;
  padding: 30px 5% 0 5%;
}
@media (min-width: 768px) {
  #inquiryTable dt {
    padding: 30px 15px 30px;
    width: 30%;
    text-align: right;
  }
}
#inquiryTable dt:before {
  content: "■";
}
#inquiryTable dd {
  width: 100%;
  padding: 10px 5% 30px 15px;
  font-weight: normal;
  text-align: left;
}
@media (min-width: 768px) {
  #inquiryTable dd {
    padding: 30px 15px 30px 0;
    width: 70%;
  }
}
#inquiryTable dd input[type=text] {
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 5px;
  color: #000000;
}
#inquiryTable dd textarea {
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 5px;
  color: #000000;
}
#inquiryTable ._onBox dd a {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
#inquiryTable span.inb {
  display: inline-block;
}

#inquiry textarea,
#inquiry input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
#inquiry small {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  line-height: 1.7;
  text-indent: -1em;
  margin-left: 1em;
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
  padding-top: 20%;
}
#inquiry .mw_wp_form_confirm small {
  display: none;
}
#inquiry input[type=submit] {
  /*		font-size: 1.8rem;
  		color: #000000;
  		// text-shadow: 2px 2px 3px rgba(0,0,0,1);
  		background-color: rgba(255,255,255,0.5);
  		cursor: pointer;
  		padding: 10px;
  		transition: all .5s ease;
  		@include media_query() {
  			&:hover {
  				background-color: rgba(0,0,0,0.5);
  				color: #ffffff;
  			}
  		}
  */
  font-size: 1.4rem;
  line-height: 1.7;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
  text-decoration: underline;
  display: inline-block;
  padding: 20px 40px;
  transition: all 0.2s ease;
}
#inquiry input[type=submit]._hoverBox, #inquiry input[type=submit]._onBox {
  background-color: rgba(255, 255, 255, 0.5);
}
#inquiry input[type=submit]._onBox {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
#inquiry input[type=submit].back {
  margin-left: 20px;
}
#inquiry .btnBox {
  text-align: center;
  margin-top: 30px;
}
#inquiry .thanksTtl {
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  line-height: 1.7;
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
}
#inquiry .thanksBody {
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  line-height: 1.7;
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
  margin-top: 20px;
  padding-left: 1.6em;
}
#inquiry .thanksBody > li {
  list-style: disc outside;
}
#inquiry .backhome {
  font-size: 1.4rem;
  line-height: 1.7;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
  text-decoration: underline;
  display: inline-block;
  padding: 20px 40px;
  transition: all 0.2s ease;
}
#inquiry .backhome._hoverBox, #inquiry .backhome._onBox {
  background-color: rgba(255, 255, 255, 0.5);
}
#inquiry .backhome._onBox {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.mw_wp_form #inquiryTable dd .error {
  text-shadow: none;
  display: block;
  margin-top: 5px;
  color: #ff0000;
}

#privacy dl {
  margin-top: 20px;
  padding: 20px;
  transition: all 0.5s ease;
}
#privacy dl._hoverBox,
#privacy dl._onBox {
  background-color: rgba(0, 0, 0, 0.5);
}
#privacy dd,
#privacy dt,
#privacy p {
  font-size: 1.8rem;
  line-height: 1.7;
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
#privacy dt {
  display: inline-block;
  padding-bottom: 10px;
  text-decoration: underline;
}
#privacy dl:nth-of-type(1) dt:before {
  content: "1.";
}
#privacy dl:nth-of-type(2) dt:before {
  content: "2.";
}
#privacy dl:nth-of-type(3) dt:before {
  content: "3.";
}
#privacy dl:nth-of-type(4) dt:before {
  content: "4.";
}
#privacy dl:nth-of-type(5) dt:before {
  content: "5.";
}/*# sourceMappingURL=style.css.map */