
a,
a:focus,
a:hover {
  color: #fff;
}


html,
body {
  height: 100%;
  margin:0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
}
body {
  color: #000;
}

.dis_res{
    display: none!important;
  }

.site-wrapper {
  display: table;
width: 100%;
height: calc(100vh);
background-image: url("img/main.jpg"); 
position: relative; 
background-position: center bottom;
background-repeat: no-repeat;
background-size: cover;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.nav .logo{
position: absolute;
left: 35px;
}
.sc{
position: absolute;
right: 35px;
top: 35px;
}
.top_copy.dis_pc{
  max-width: 100%;
}

.category{
  margin: 0 auto;
  width: 100%;
  display: table;
  margin-top: 80px;
}
.category ul{
display: block;
padding:20px;
width: 100%;
box-sizing: border-box;
position: relative;
margin: 0;
list-style: none
}
.category ul li{
  width: 20%;
  display: inline-block;
  float: left;
padding: 0 8px;
margin-bottom:40px;
}
.category ul li p{
  font-size: 0.7em;
line-height: 20px;
letter-spacing: -0.5px;
color: #888888;
}
.category ul li img{
  max-width: 100%;
  margin-bottom: 30px;
}
.top_footer{
position: absolute;
bottom: 0;
right: 0;
left: 0;
display: block;
text-align: center;
margin: 0;
width: 100%;
background: #DC6D8A;
color: #fff;
font-size: 13px;
letter-spacing: 1px;
}
.top_footer p{
  margin: 0;
padding: 23px 0;
font-size: 1em;
}
.top_footer a{
  font-weight: bold;
}

.icon_down{
  display: block;
  margin-top: 50px;
}

#overview{
  background: #F5F5F5;
  padding: 80px 0 100px;
  text-align: center;
}
h2{
  font-size: 2.2em;
  margin-bottom: 40px;
}
h3{
  font-size:1.1em;
  margin-bottom: 20px;
  line-height: 1.45em;
}
p{
  font-size: 0.9em;
  line-height: 1.4em;
}
#social{
  background: #fff;
  padding: 80px 0 0;
  text-align: center;
}
.social{
  background-image: url(img/social.jpg);
  width: 100%;
  max-width: 800px;
  height: auto;
  position: relative; 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.social ul{
  margin: 0;
  padding:0;
}
.social li{
  display: inline-block;
  list-style: none;
  padding: 160px 35px;
}
#service{
  background:#000;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}
.nav .nav_line{
  padding-top: 0; 
  vertical-align: 
  top; margin-right: 0; 
  margin-left: 0;
}

footer{
  background: #fff;
font-size: 12px;
height: 42px;
text-align: center;
}
footer img{
  padding: 60px 0;
}
#contact{
  background-image: url(img/contact_bg.jpg);
width: 100%;
height: 100%;
background-size: cover;
}
form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.control-group {
    width: 100%;
    min-width: 600px;
    margin-bottom: 20px;
}

form label {
    width: 100%;
    font-size: 18px;
    display: block;
    color: #fff;
}

form input {
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 8px 12px;
    line-height: 26px;
    border: none;
    box-sizing: border-box;
}

form textarea {
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 8px 12px;
    line-height: 26px;
    border: none;
    box-sizing: border-box;
}

form button {
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 8px 12px;
    line-height: 26px;
    background: #000;
    color: #fff;
    border: solid 1px #000;
}
.err{
  color: red;
font-size: 0.9em;
}
.result{
  font-size: 0.9em;
color: #fff;
text-align: center;
}


 @media (min-width: 1001px){

  }
@media (max-width: 1024px){
  
   
  .inner.cover{
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 800px){

}
@media (min-width: 768px) {
  
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
}

@media (min-width: 1440px) {
  
}
@media (max-width: 480px){
  .dis_pc{
    display: none!important;
  }
  .dis_res{
    display: block!important;
  }
.site-wrapper-inner{
  vertical-align: middle;
}
.site-wrapper{
  height: calc(76vh);
}
.inner.cover{width: 100%;
margin: auto;
padding: 1rem;
}
.inner.cover img{
    max-width: 100%;
    margin: auto;
  }
.category ul li{
  width: 100%;
}
footer{
  padding-top: 30px;
padding-bottom: 30px;
}
footer .col-md-3{
  margin-bottom: 35px;
}
footer .col-md-3 img{
  position: absolute;
right: 20px;
width: 100px;
top: 20px;
}
.social li{
  padding: 100px 25px;
}
  .control-group {
    min-width: 340px;
}
.icon_down{
  margin-top: 35px;
}
.icon_down img{
  max-width: 150px!important;
}
.top_footer p{
  padding: 10px 0;
  font-size: 0.9em;
}
.sc{
  right: 25px;
  top: 25px;
}
}
@media (max-width: 320px){
   .control-group {
    min-width: 300px;
}
}

/*  レスポンシブ（その他） */

.inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 2rem;
}


.inner:after {
  content:"";
  clear: both;
  display: block;
}

/*--------header-----------*/

#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 999;
}

#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}

#top-head .inner {
    position: relative;
}
#top-head .logo {
    position: absolute;
    left: 40px;
    top: 40px;
}

#top-head .logo a {
  position: absolute;
  width: 100%;
  height: 50px;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 14px;
    padding-left: 120px;
}
#global-nav ul li {
    float: left;
    padding:0 30px;
}
#global-nav ul li a {
    padding: 5px 5px;
    position: relative;
    display: inline-block;
}

#global-nav ul li a::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   background-color: #fff;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}

#global-nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

nav span{
    background:#666;
    height:2px;
    display:block;
    position:relative;
    width:50px;
    left:0;
}


/*--------固定化されたときのCSS-----------*/

#top-head.fixed {
    margin-top: 0;
    top: -30px;
    position: fixed;
    padding-top: 10px;
    background-color: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .sc{
  top: 48px;
}
#top-head.fixed .logo {
  position: relative;
    font-size: 24px;
    color: #333;
}

#top-head.fixed .logo a {
  position: absolute;
  width: 100%;
  height: 30px;

}
#top-head.fixed #global-nav ul li a {
  
    padding: 0 20px;
    padding-bottom: 10px;
}



/*-----------スマホのトグルボタンのCSS-------------*/

#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 32px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


/*---------gnav sp--------------*/
/*-----------スマホ-------------*/
@media screen and (max-width: 767px) {
  .head-inner {
    display: none;
  }

  .slick-next {
    right: 0;
  }

  #top-head,
  .inner {
      width: 100%;
      padding: 0;
  }
  #top-head {
      top: 0;
      position: fixed;
      margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
      padding-top: 0;
      background-color: rgba(0, 0, 0, 0.35);
-webkit-backdrop-filter: saturate(180%) blur(10px);
backdrop-filter: saturate(180%) blur(10px);
height: 65px;
  }
  #mobile-head {
     
      width: 100%;
      height: 70px;
      z-index: 999;
      position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
      position: absolute;
      left: 13px;
      height: 50px;
      top: 15px;
      color: #333;
      font-size: 26px;
  }
  #global-nav {
      position: absolute;
      /* 開いてないときは画面外に配置 */
      top: -500px;
      background: #000;
      width: 100%;
      text-align: center;
      padding: 10px 0;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
  }
  #global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 14px;
      padding-left: 0;
  }
  #global-nav ul li {
      float: none;
      position: static;
      padding: 18px 0;
      color: #fff;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
      width: 100%;
      display: block;
      color: #fff;
      padding: 18px 0;
  }
  #nav-toggle {
      display: block;
      right: 25px;
      top: 25px;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      transform: rotate(135deg);
  }
  .open #nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      transform: rotate(-135deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
      /* #global-nav top + #mobile-head height */
      -moz-transform: translateY(556px);
      -webkit-transform: translateY(556px);
      transform: translateY(556px);
  }
    .head-inner {
      display: none;
    }

    .slick-next {
      right: 0;
    }

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: absolute;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        height: 50px;
        top: 15px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -495px;
        background: #000;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .7s ease-in-out;
        -moz-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
        padding: 18px 0;
        color: #fff;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
    #top-head.fixed{
      top: 0;
    }
}

