@charset "UTF-8";
/* ---------------------------------------------------------
foundation
----------------------------------------------------------*/
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-style: normal;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6, td, th, p, ul, li, dt, dd {
  font-size: 1em;
}

ul li {
  list-style: none;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

/* ---------------------------------------------------------
webfont
----------------------------------------------------------*/
body {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "sans-serif", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic";
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.01rem;
  line-height: 1.9;
}
main {
  width: 100%;
  height: auto;
  background: url(../img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 72px 0;
  text-align: center;
}
a{
  transition: 0.3s;  
}
a:hover{
  opacity: .6;
  transition: 0.3s;
}


.c-inner{
  max-width: 1000px;
  margin: 0 auto;
}
.logo{
  max-width: 108px;
  margin: 0 auto 40px;
}
.tit{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom:40px;  
}
.lead{
   margin-bottom:40px;
}
.lead span{
  display: block;
  font-weight: bold;
}
.btn{
  max-width: 250px;
  margin: 0 auto 40px;
}
.btn a{
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  width: 100%;
  padding: 22px 0;
  line-height: 1;
  font-weight: bold;
  background: #ed6c00;
  border-radius: 30px;
  transition: 0.3s;
}
.access{
  margin-bottom:20px;
}
.sns{
  max-width: 25px;
  margin: 0 auto;
}
.sns a{
  width: 100%;
}

img {
  width: 100%;
  height: auto;
}
p {
  font-size: 16px;
  font-size: 1.25rem;
}

@media screen and (max-width: 640px) {
  main {
    width: 100%;
    height: 100vh;
    background: url(../img/bg-sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .tit{
    font-size: 1.6rem;
    margin-bottom:30px; 
    line-height: 1.5; 
  }
  .lead{
     margin-bottom:30px;
  }
  .btn{
    width: 60%;
    max-width: 250px;
    margin: 0 auto 30px;
  }
  .btn a{
  padding: 18px 0;
}
}


.pc {
  display: block;
}
.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}



/*inner*/
@media screen and (max-width: 960px) {
  .c-inner {
    width: 93.75%;
    max-width: 900px;
    margin: 0 auto;
  }
}

