@charset "UTF-8";
.ham {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ham span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  transition: 0.3s;
}
.ham span:first-child {
  top: 0;
}
.ham span:nth-child(2) {
  top: calc(50% - 3px / 2);
}
.ham span:nth-child(3) {
  bottom: 0;
}

.ham.open span:first-child {
  top: 40%;
  transform: rotate(-45deg);
}
.ham.open span:nth-child(2) {
  opacity: 0;
}
.ham.open span:nth-child(3) {
  top: 40%;
  bottom: auto;
  transform: rotate(45deg);
}

.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%;
  }
  .backtop {
    right: 15px;
    bottom: 20px;
    width: 50px;
  }
  /* footer */
  /* $br-p以下で表示する要素 */
  .res-on {
    display: block;
  }
  .c3box {
    width: 48%;
    margin-right: 4%;
  }
  .c3box:nth-child(2n) {
    margin-right: 0;
  }
  .c3box:nth-child(3n) {
    margin-right: 4%;
  }
  .c3box:nth-child(6n) {
    margin-right: 0%;
  }
  .form-title {
    margin-bottom: 5px;
  }
  .form-wr input,
  .form-wr textarea {
    width: 100%;
    height: 60px;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 8px;
  }
  .form-wr textarea {
    height: 180px;
  }
  .formbox {
    margin-bottom: 30px;
  }
  .linetitle {
    position: relative;
  }
  .linetitle::after {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #f9be00;
  }
  .telbox {
    padding: 55px 20px;
    border-radius: 85px;
  }
  .lineimg img {
    width: 72px;
  }
  /* $br-p以下で非表示 */
  .res-off {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .di-s {
    display: block;
  }
  .ta-l-s {
    text-align: left;
  }
  .ta-r-s {
    text-align: right;
  }
  .ta-c-s {
    text-align: center;
  }
  /* $br-p2以下で表示する要素 */
  .phone-on {
    display: block;
  }
  .c4box {
    width: 50%;
  }
  .ham-wr {
    top: 35px;
    right: 15px;
  }
  .iconlist-wr {
    max-width: 180px;
  }
  .h-iconlist-wr {
    top: 33px;
    right: 80px;
    width: 40%;
  }
  .footer {
    margin-top: 150px;
  }
  .f-wr {
    display: block;
  }
  .f-text-wr {
    padding: 60px 5% 30px;
    text-align: center;
  }
  .f-logo {
    width: 55%;
    margin: 0 auto;
  }
  .f-text {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .map {
    padding-bottom: 250px !important;
  }
  .f-iconlist-wr {
    margin: 0 auto;
  }
  .kv-wr {
    padding: 70px 0 100px;
  }
  .kv-logo {
    margin-left: 5%;
    width: 60%;
  }
  .kv-img {
    width: 85%;
    top: 8%;
    right: -10%;
  }
  .kv-text {
    margin: 70px auto 80px;
  }
  .troublebox {
    margin-bottom: 60px;
  }
  .trouble-img::after {
    width: 90px;
    height: 90px;
    bottom: -50px;
  }
  .trouble-title {
    margin-top: 10px;
  }
  .trouble-text {
    margin-top: 10px;
  }
  .bassaibox-wr {
    display: block;
  }
  .bassaibox {
    width: 100%;
    margin-bottom: 80px;
  }
  .bassai-text-wr {
    margin-top: 60px;
    padding: 120px 20px 30px;
    border-radius: 40px;
  }
  .bassai-img {
    width: 80%;
    bottom: 47%;
  }
  .introbox {
    padding: 40px 20px;
    border-radius: 40px;
  }
  .introbox-text {
    margin-top: 30px;
  }
  .serifbox {
    border-radius: 40px;
  }
  .serif-arrow {
    bottom: -61px;
  }
  .flowbox {
    margin-bottom: 60px;
  }
  .flowbox-title-wr {
    position: relative;
    display: flex;
    align-items: center;
    padding: 40px 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 40px;
    z-index: 2;
  }
  .flowbox-title-wr::before {
    transform: translateX(-50%);
    border-left: none;
    top: 100%;
    left: 50%;
    margin-left: 0;
    border: 30px solid transparent;
    border-top: 30px solid #1cbbef;
  }
  .flowbox-text-wr {
    margin-top: -30px;
    padding: 70px 20px 40px;
    border-radius: 40px;
    margin-left: 0%;
    width: 100%;
    min-height: auto;
  }
  /* $br-p2以下で非表示 */
  .ws100 {
    width: 100%;
  }
  .phone-off {
    display: none;
  }
}/*# sourceMappingURL=mobile.css.map */