@charset "UTF-8";
.ac-btn {
  position: relative;
  width: 16px;
  height: 1px;
}
.ac-btn span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  transition: 0.3s;
}
.ac-btn span:nth-child(2) {
  transform: rotate(90deg);
}

.ac-btn.active span:nth-child(2) {
  transform: rotate(0);
}

/* 2等分カラムレイアウト $m2に余白を指定する 初期値は0 */
/* 3等分カラムレイアウト $m3に余白を指定する 初期値は0 */
/* 4等分カラムレイアウト $m4に余白を指定する 初期値は0 */
@media screen and (max-width: 1000px) {
  /* common */
  .di-m {
    display: block;
  }
  .ta-l-m {
    text-align: left;
  }
  .ta-r-m {
    text-align: right;
  }
  .ta-c-m {
    text-align: center;
  }
  .flex-wr {
    display: block;
  }
  .flex-wr .flex-c {
    width: 100%;
  }
  .wm100 {
    width: 100%;
  }
  .backtop {
    right: 15px;
    bottom: 20px;
    width: 40px;
  }
  .g-nav {
    padding-right: 0px;
  }
  /* $br-p以下で表示する要素 */
  .res-on {
    display: block;
  }
  /* $br-p以下で非表示 */
  .res-off {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .di-s {
    display: block;
  }
  .ta-l-s {
    text-align: left;
  }
  .ta-r-s {
    text-align: right;
  }
  .ta-c-s {
    text-align: center;
  }
  .ws100 {
    width: 100%;
  }
  .leaf {
    width: 120px;
    right: -10px;
    bottom: -35px;
  }
  .backtop {
    bottom: 80px;
  }
  /* $br-p2以下で表示する要素 */
  .phone-on {
    display: block;
  }
  .h-logo {
    width: 50%;
  }
  .h-l {
    width: 100%;
  }
  .h-r {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5000;
  }
  .g-nav {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 98%;
    max-width: 510px;
    justify-content: center;
  }
  .g-nav li {
    margin: 0 auto;
    max-width: 160px;
    width: 32%;
  }
  .g-nav li a {
    height: 60px;
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .h-text1 {
    font-size: 8px;
  }
  .h-text2 {
    font-size: 1.4rem;
  }
  .footer {
    margin-top: 120px;
    padding-bottom: 90px;
  }
  .f-wr {
    display: block;
  }
  .f-l,
  .f-c,
  .f-r {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .f-c,
  .f-r {
    padding-top: 0px;
  }
  .f-btn {
    font-size: 1.4rem !important;
    height: 55px !important;
  }
  .flist {
    display: inline-block;
    min-width: 270px;
  }
  .copyright {
    margin-top: 40px;
    text-align: center;
  }
  .kv-sec {
    margin-top: 5px;
  }
  .lr-list li {
    display: block;
    padding: 15px !important;
  }
  .lr-list li .l {
    font-weight: bold;
    width: 100%;
  }
  .lr-list li .r {
    width: 100%;
  }
  .comline {
    position: absolute;
    left: 20px;
    top: 0px;
    height: 100%;
    width: 2px;
    background-color: #66cbc4;
  }
  .comlist {
    z-index: 2;
  }
  .comlist li {
    margin-bottom: 45px;
  }
  .comlist li:last-child {
    margin-bottom: 0;
  }
  .comlist-number {
    height: 40px;
    width: 40px;
  }
  .comlist-text {
    margin-top: 15px;
    margin-left: 70px;
  }
  /* $br-p2以下で非表示 */
  .phone-off {
    display: none;
  }
}/*# sourceMappingURL=mobile.css.map */