@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;
  }
  /* header */
  /* footer */
  /* $br-p以下で表示する要素 */
  .res-on {
    display: block;
  }
  /* $br-p以下で非表示 */
  .res-off {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .di-s {
    display: block;
  }
  .di-in-s {
    display: inline-block;
  }
  .ta-l-s {
    text-align: left;
  }
  .ta-r-s {
    text-align: right;
  }
  .ta-c-s {
    text-align: center;
  }
  .ws100 {
    width: 100%;
  }
  .c3list li {
    width: 48%;
    margin-bottom: 60px;
  }
  .c3list-title {
    margin: 35px auto 25px;
  }
  .footer {
    margin-top: 120px;
    padding-bottom: 20px;
  }
  .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;
  }
  .f-photo {
    margin-left: 15px;
    width: 170px;
  }
  .copyright {
    margin-top: 40px;
    text-align: center;
  }
  .kv-sec {
    margin-top: 70px;
    margin-bottom: 100px;
  }
  .kv-illust {
    bottom: -15px;
  }
  .kv-illust-l {
    width: 50%;
    max-width: 565px;
  }
  .kv-illust-r {
    width: 46%;
    max-width: 510px;
  }
  .kv-con {
    padding: 80px 0;
  }
  .kv-sec-top {
    padding-top: 100px;
  }
  .kv-list-wr {
    height: 70vh;
  }
  .kv-list {
    height: 70vh;
  }
  .kv-list li {
    height: 70vh;
  }
  .top-sec {
    margin-top: -290px;
    padding-top: 350px;
  }
  .topbox-img {
    height: 35vh;
    max-height: 450px;
    margin-bottom: 20px;
  }
  .topbox-text-wr {
    padding: 0 15px;
    text-align: center;
  }
  .topbox-arrow {
    margin: 0 auto;
  }
  .topbox-list {
    display: block;
  }
  .topbox-list li {
    width: 100%;
    margin-bottom: 60px;
  }
  .topbox-list li:last-child {
    margin-bottom: 0;
  }
  .leaf {
    width: 120px;
    right: -10px;
    bottom: -35px;
  }
  .chlist li {
    width: 48%;
    margin-bottom: 40px;
    padding: 25px 15px;
  }
  .chlist li:first-child, .chlist li:last-child {
    width: 100%;
  }
  .overlist li {
    padding: 15px;
    display: block;
  }
  .overlist li .l {
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .overlist li .r {
    width: 100%;
  }
  .c2box {
    width: 48%;
  }
  .safelist li:first-child {
    width: 100%;
  }
  .lifebox {
    display: block;
    margin-bottom: 60px;
  }
  .lifebox-img {
    margin-top: 30px;
    width: 100%;
  }
  .lifebox-text-wr {
    width: 100%;
    text-align: center;
  }
  .lifebox-text {
    margin-top: 30px;
  }
  .lifebox-class {
    margin: 30px auto;
    position: static;
    right: auto;
    top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 60px;
  }
  .adrow-ml {
    margin-left: 21px;
  }
  .form-box {
    display: block;
  }
  .form-row {
    margin-bottom: 40px;
  }
  .form-left {
    width: 100%;
    justify-content: flex-start;
    padding-top: 9px;
  }
  .form-left p:first-child {
    width: 180px;
  }
  .form-require {
    width: 55px;
    height: 25px;
    font-size: 1.4rem;
  }
  .form-right {
    margin-top: 10px;
    width: 100%;
  }
  .personal-info-wr {
    padding: 15px;
  }
  .form-btn {
    margin-top: 50px;
    height: 60px;
    max-width: 300px;
  }
  .form-text {
    height: 50px;
  }
  .form-right-select {
    display: flex;
    align-items: center;
  }
  .form-right-select select {
    height: 50px;
    font-size: 1.6rem;
  }
  .form-right-select .form-date-text {
    margin-right: 20px;
  }
  .form-btn-wr {
    text-align: center;
  }
  /* $br-p2以下で表示する要素 */
  .phone-on {
    display: block;
  }
  /* $br-p2以下で非表示 */
  .phone-off {
    display: none;
  }
}/*# sourceMappingURL=mobile.css.map */