html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
img {
  vertical-align: bottom;
}
body {
  width: 100%;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.78;
  color: #333333;
}
a {
  color: #0189e3;
  text-decoration: underline;
  word-break: break-word;
}
a:visited {
  outline: none;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%
}
#page_top {
  width: 75px;
  height: 75px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 1;
}
#page_top a {
  position: relative;
  display: block;
  width: 75px;
  height: 75px;
  text-decoration: none;
}
#page_top a::before {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.pc-vis {
  display: block;
}
.sp-vis {
  display: none;
}
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.7s;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.sp_br {
  display: block;
}
.pc_br {
  display: none;
}
header {
  margin-top: 2em;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
}
#inner header {
  margin-bottom: 3em;
}
header h1 {
  font-size: 46px;
}
header h1 a {
  color: #000;
  text-decoration: none;
}
h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 1em;
  font-family: 'Quicksand', sans-serif;
}
h2 span {
  font-size: 14px;
  display: block;
  color: #777;
  font-weight: normal;
}
#inner h2 {
  display: block;
  position: relative;
  padding-bottom: 130px;
}
#inner h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #000;
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
header .subttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
header .subttl2 {
  font-size: 13px;
  color: #777777;
}
nav ul {
  width: 100%;
  margin: 1em auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
nav ul li {
  width: 15%;
  padding: 10px;
}
nav ul li a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}
nav ul li a span {
  background-color: #000;
  color: #fff;
}
nav ul li a:hover {
  color: #fff;
  background-color: #000;
}
#home .mv {
  margin-bottom: 6em;
}
#home .slider {
  width: 1000px;
  margin: 0 auto 80px;
}
#home .slick-initialized .slick-slide {
  padding-bottom: 0em !important;
}
#home .slick-track {
  height: 560px;
}
#home .thumb {
  width: 1000px;
  margin: 0 auto 6em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#home .thumb div {
  width: 200px;
  padding: 10px;
}
#home .thumb img {
  display: block;
}
#home .thumb a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
#home .thumb div:hover {
  opacity: 0.5;
}
h3.name {
  text-align: center;
  margin: 1em 0;
}
h3.name span {
  font-size: 14px;
  display: block;
}
h4.ttl {
  text-align: center;
  margin: 1em 0;
  font-size: 28px;
  line-height: 1.5em;
}
h4.ttl span {
  font-size: 22px;
  font-weight: normal;
}
.concept {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 3em;
}
.concept p {
  font-size: 16px;
}
.message .box {
  margin-bottom: 4em;
}
.message .box h4 {
  font-size: 15px;
  margin-bottom: 1em;
}
.concept p.cap {
  color: #888;
  font-size: 12px;
  padding: 0.5em 0;
}
.message p {
  font-size: 15px;
}
#container {
  width: 1000px;
  margin: 0 auto;
}
.slider {
  width: 1000px;
  margin: 0 auto 100px;
  text-align: center;
}
.slick-slide img {
  width: auto;
  max-height: 100%;
  margin: auto;
}
.slick-track {
  height: 65vh;
}
.slick-slide span {
  display: block;
  font-size: 12px;
  padding: 0 1em;
  color: #888;
}
.navi {
  padding: 1em 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navi a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  padding: 5px;
  display: block;
}
.navi a:hover {
  color: #fff;
  background-color: #000;
}
.navi_st {
  padding: 1em 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.navi_st a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  padding: 5px;
  display: block;
}
.navi_st a:hover {
  color: #fff;
  background-color: #000;
}
.bt_area {
  margin: 3em auto;
  text-align: center;
}
.speimg {
  text-align: center;
  margin-bottom: 2em;
}
.speimg img {
  width: 30%;
  height: auto;
}
.spe_link {
  text-align: center;
  font-size: 16px;
}
.spe_link a {
  padding: 15px 25px;
  color: #fff;
  background-color: #000;
  text-decoration: none;
  border: solid 2px #000;
}
a.bt_top {
  color: #000;
  padding: 1em 3em;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
a:hover.bt_top {
  color: #fff;
  background-color: #000;
}
.slick-counter {
  font-size: 14px;
}
footer {
  text-align: center;
  font-size: 0.7em;
  padding: 100px 0;
  font-family: 'Quicksand', sans-serif;
}
footer ul {
  display: flex;
  margin-bottom: 100px;
  justify-content: center;
}
footer li {
  content: none;
  padding: 0 20px;
  border-right: solid 2px #ccc;
}
footer li:last-child {
  border-right: none;
}
footer li a {
  color: #333333;
  text-decoration: none;
}
footer li a:hover {
  text-decoration: underline;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
#Audio-Control {
  overflow: hidden;
}
#Audio-Control button {
  border: 1px solid #ccc;
  width: 40px;
  float: left;
  padding: 5px 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#Audio-Control button.on {
  border-left: none;
}
#Audio-Control button.off {
  border-right: none;
}
#Audio-Control button.active {
  background: #ccc;
}
#Audio-Control button:not(.active):hover {
  background: rgba(204, 204, 204, 0.3);
}
@media screen and (max-width: 768px) {
  .pc-vis {
    display: none;
  }
  .sp-vis {
    display: block;
  }
  nav ul li {
    width: 33%;
  }
  #home .slider {
    width: 100%;
  }
  #home .thumb {
    width: 90%;
  }
  #home .thumb div {
    width: 33%;
  }
  header h1 {
    font-size: 40px;
  }
  #home h2 {
    font-size: 24px;
  }
  #inner h2 {
    font-size: 26px;
  }
  h3.name {
    font-size: 18px;
  }
  h4.ttl {
    font-size: 24px;
  }
  header .subttl2 {
    font-size: 12px;
  }
  #home .mv {
    margin-bottom: 0em;
  }
  #home .slick-slide img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-height: none;
  }
  #home .slick-track {
    height: auto;
  }
  .slider {
    width: 100%;
    margin: 0 auto;
  }
  .slick-slide img {
    width: 100%;
    height: auto;
  }
  .slick-track {
    height: auto;
  }
  .navi {
    padding: 1em;
  }
  .navi a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
  }
  nav ul li a {
    font-size: 18px;
  }
  .speimg img {
    width: 60%;
  }
  .concept {
    margin: 2em auto 0;
  }
  .spe_link {
    text-align: center;
    font-size: 16px;
  }
  .spe_link a {
    padding: 15px 25px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    border: solid 2px #000;
  }
  .message img {
    margin-bottom: 1em;
  }
}