@charset "UTF-8";
/* line 103, _setting/_mixin.scss */
input,
button,
select,
textarea {
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: 0;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: #ffffff;
  font: inherit;
  box-shadow: none;
}

/* line 122, _setting/_mixin.scss */
input:focus,
button:focus,
select:focus {
  background: #ffffff;
}

/* line 127, _setting/_mixin.scss */
form input::placeholder {
  color: #999999;
}

/* line 130, _setting/_mixin.scss */
:placeholder-shown {
  color: #323232;
}

/* line 131, _setting/_mixin.scss */
::-webkit-input-placeholder {
  color: #323232;
}

/* line 132, _setting/_mixin.scss */
:-moz-placeholder {
  color: #323232;
  opacity: 1;
}

/* line 133, _setting/_mixin.scss */
::-moz-placeholder {
  color: #323232;
  opacity: 1;
}

/* line 134, _setting/_mixin.scss */
:-ms-input-placeholder {
  color: #323232;
}

/* line 135, _setting/_mixin.scss */
select::-ms-expand {
  display: none;
}

/* line 136, _setting/_mixin.scss */
input[type=text],
input[type=email],
input[type=date],
input[type=tel],
input[type=search],
input[type=number],
input[type=password],
textarea {
  width: 100%;
  color: #000000;
  border: 1px solid #323232;
  border-radius: 3px;
  padding: 5px 10px;
  background: #ffffff;
}
@media screen and (max-width: 640px) {
  /* line 136, _setting/_mixin.scss */
  input[type=text],
  input[type=email],
  input[type=date],
  input[type=tel],
  input[type=search],
  input[type=number],
  input[type=password],
  textarea {
    padding: 1.3333333333vw 15px;
  }
}
@media screen and (max-width: 320px) {
  /* line 136, _setting/_mixin.scss */
  input[type=text],
  input[type=email],
  input[type=date],
  input[type=tel],
  input[type=search],
  input[type=number],
  input[type=password],
  textarea {
    padding: 1.3333333333vw 10px;
  }
}
/* line 156, _setting/_mixin.scss */
input[type=text]:active, input[type=text]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=date]:active,
input[type=date]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=password]:active,
input[type=password]:focus,
textarea:active,
textarea:focus {
  background-color: #ffffff;
}

/* line 173, _setting/_mixin.scss */
input[type=text]:-webkit-autofill,
input[type=email]:-webkit-autofill,
input[type=date]:-webkit-autofill,
input[type=tel]:-webkit-autofill,
input[type=search]:-webkit-autofill,
input[type=number]:-webkit-autofill,
input[type=password]:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
  background: #ffffff;
}

/* line 182, _setting/_mixin.scss */
input[type=button],
input[type=submit],
input[type=reset],
button {
  cursor: pointer;
}

/* ----------------------------------------
top・レイアウト
----------------------------------------*/
/* line 8, top.scss */
#top_page #page_header,
#top_page #page_footer {
  background: rgba(20, 20, 20, 0.9);
}

/* line 14, top.scss */
#top_page {
  background: url("../img/top/top_bg.jpg") center;
  background-size: cover;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  /* line 14, top.scss */
  #top_page {
    background: url("../img/top/top_bg_sp.jpg") center;
  }
}

/* line 23, top.scss */
#top_page .page_layer {
  width: 100%;
  height: 100vh;
  background: rgba(20, 20, 20, 0.7);
}

/* line 31, top.scss */
#top_page .page_body {
  text-align: center;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  /* line 31, top.scss */
  #top_page .page_body {
    margin-top: 0;
  }
}
/* line 37, top.scss */
#top_page .page_body .container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  /* line 37, top.scss */
  #top_page .page_body .container {
    padding: 0 15px;
    align-items: center;
  }
}
/* line 46, top.scss */
#top_page .page_body .content {
  width: 100%;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  /* line 46, top.scss */
  #top_page .page_body .content {
    padding: 50px 0 0;
  }
}
/* line 53, top.scss */
#top_page .page_body .catch_txt {
  widows: 100%;
  border-bottom: solid 3px #ffffff;
  margin-bottom: 25px;
}
/* line 57, top.scss */
#top_page .page_body .catch_txt img {
  width: 611px;
}
@media screen and (max-width: 768px) {
  /* line 57, top.scss */
  #top_page .page_body .catch_txt img {
    width: 74vw;
  }
}
/* line 64, top.scss */
#top_page .page_body p {
  color: #ffffff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  /* line 64, top.scss */
  #top_page .page_body p {
    width: 80vw;
    margin: 0 auto;
  }
}

/* line 76, top.scss */
#top_page #page_footer {
  position: fixed;
  bottom: 0;
}
