@charset "utf-8";

html {
    background-color: #fff;
}

body {
    font-size: 15px;
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
}

.cn-w {
    width: 100%;
    max-width: 1040px;
    height: auto;
    margin: 0 auto;
    padding: 0 2%;
}

/*===== header =====*/
header {
}
header .hd-box {
    justify-content: space-between;
    height: 100px;
    display: flex;
    align-items: stretch;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
header .hd-box a.hd-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
header .hd-box a.hd-logo h1.logo {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
header .hd-box .hd-nav {
    flex: 1 1 auto;
    flex-flow: row nowrap;
    justify-content: flex-start;
}
header .hd-box .hd-nav .menu-nav {
    height: 100%;
    width: 100%;
    display: flex !important;
    flex-grow: 1;
    align-items: center;
}
header .hd-box .hd-nav .menu-nav ul {
    width: 42%;
    display: flex;
    margin-left: auto;
}
header .hd-box .hd-nav .menu-nav ul li {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
    padding: 5px 0;
}
header .hd-box .hd-nav .menu-nav ul li.fast {
}
header .hd-box .hd-nav .menu-nav ul li a {
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
header .hd-box .hd-nav .menu-nav ul li .ja {
    font-weight: bold;
    font-size: 13px;
}
header .hd-box .hd-nav .menu-nav ul li .en {
    font-size: 10px;
    position: absolute;
    left: 0;
    bottom: 0px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
header .hd-box .hd-link {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}
header .hd-box .hd-link .link-box {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .hd-box .hd-link .link-box.link-entry {
    background: #004c2d;
}
header .hd-box .hd-link .link-box.link-tel {
    background: #007042;
}
header .hd-box .hd-link .link-box.link-menu {
    background: #1a7f55;
}
header .hd-box .hd-link .link-box.menu-sp {
    display: none;
}
.hamburger {
    display: none;
}
header .hd-box .hd-link .link-box.link-menu .menu {
    color: #fff;
    margin-top: 37px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
header .hd-box .hd-link .link-box a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
header .hd-box .hd-link .link-box a .icon {
    text-align: center;
}
header .hd-box .hd-link .link-box a .text {
    color: #fff;
    margin-top: 10px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
header.is-animation .hd-box {
    background-color: rgb(0 0 0 / 70%);
}

/*===== #mv =====*/
#mv {
    line-height: 0;
    height: 886px;
    background: url(../img/index/mv.jpg) no-repeat center center / cover;
}
#mv p {
}

/*===== #content =====*/
#content {
}

/*----- #main -----*/
#main {
}

/*----- #side -----*/
#side {
}

/*===== footer =====*/
footer {
    background: #ffffff;
}
footer .ft-box {
    width: 100%;
    max-width: 1180px;
    height: auto;
    margin: 0 auto;
    padding: 40px 2% 60px;
}
footer .ft-box .con-box {
}
footer .ft-box .con-box .ft {
}
footer .ft-box .con-box .ft a.logo {
    width: 120px;
    display: block;
    float: left;
}
footer .ft-box .ft-nav {
    width: 50%;
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
  }
footer .ft-box .ft-nav li {
}
footer .ft-box .ft-nav li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}
footer .ft-box .ft-info {
  width: 50%;
  float: right;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
}
footer .ft-box .ft-info .ft-info-list {
  margin-top: 0.5em;
}
footer .ft-box .ft-info dl {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
footer .ft-box .ft-info dl dt {
  width: 60px;
}
footer .ft-box .copy {
    clear: both;
    text-align: right;
}
footer .ft-box .copy p {
    font-size: 12px;
    line-height: 1.4;
    color: #a3a3a3;
}
#sp-fttap {
  display: none;
}

/*===============================================
    ■tablet 画面の横幅が1000pxまで
===============================================*/
@media screen and (max-width: 1000px) {
/*-------------- header ----------------*/
  header .hd-box .hd-nav {
    display: none;
  }
  header .hd-box .hd-link .link-box.menu-sp {
    display: flex;
  }
  .hamburger {
    display: block;
  }
}

/*===============================================
    ■tablet 画面の横幅が800pxまで
===============================================*/
@media screen and (max-width: 800px) {
/*-------------- header ----------------*/
  .hamburger {
    top: 30px;
    right: 36px;
  }
}

/*===============================================
    ■smart 画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
  body {
    padding-top: 70px;
  }
/*-------------- header ----------------*/
  header .hd-box {
    height: 70px;
    background-color: #24292d;
  }
  header .hd-box a.hd-logo {
    display: block;
    width: 70px;
  }
  header .hd-box .hd-link .link-box {
    width: 70px;
  }
  header .hd-box .hd-link .link-box.link-entry {
    display: none;
}
header .hd-box .hd-link .link-box.link-tel {
  display: none;
}
  .hamburger {
    top: 18px;
    right: 20px;
  }
  header.is-animation .hd-box {
    background-color: #24292d;
  }

  /* mv */
  #mv {
    line-height: 0;
    height: 350px;
    background: url(../img/index/mv.jpg) no-repeat center center / cover;
}

/*-------------- footer ----------------*/
footer {
  padding-bottom: 55px;
}
  footer .ft-box {
    padding: 40px 2% 20px;
  }
  footer .ft-box .con-box .ft a.logo {
    float: none;
    margin: 0 auto 25px;
  }
  footer .ft-box .ft-nav {
    width: 100%;
    float: none;
    display: flex;
    flex-direction: inherit;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  footer .ft-box .ft-nav li {
    width: 50%;
    text-align: center;
    margin: 10px 0;
  }
  footer .ft-box .ft-info {
    width: 100%;
    float: none;
    justify-content: center;
}
footer .ft-box .ft-info dl {
    justify-content: flex-start;
}
  footer .ft-box .copy {
    text-align: center;
  }
  #sp-fttap {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
  #sp-fttap .tap-list {
    display: flex;
    justify-content: space-between;
  }
  #sp-fttap .tap-list .tap-item {
    flex: 0 0 33.3%;
  }
  
}
