@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: 1250px) {
  /* 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: 5px;
    width: 100px;
  }
  /* footer */
  .footer {
    margin-top: 50px;
    padding: 250px 0 30px;
    background-size: cover;
  }
  .f-wr {
    display: block;
    text-align: center;
  }
  .f-l,
  .f-r {
    width: 100%;
    padding: 0;
  }
  .f-r {
    justify-content: center;
    margin-top: 60px;
  }
  .f-line {
    display: none;
  }
  .f-text {
    margin-top: 30px;
  }
  .copyright {
    margin-top: 60px;
  }
  .top-sec-title1 {
    right: -10px;
  }
  .top-sec-title2 {
    left: -10px;
  }
  /* $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%;
  }
  .h-icon {
    align-items: flex-start;
    position: fixed;
    top: auto;
    bottom: -60px;
    max-width: 120px;
    max-height: 120px;
    width: 30vw;
    height: 30vw;
    padding-bottom: 0px;
    padding-top: 5px;
  }
  .h-icon-blog {
    right: auto;
    left: 110px;
  }
  .h-icon-blog svg {
    width: 35px;
  }
  .h-icon-contact {
    right: auto;
    left: 0;
  }
  .h-icon-contact svg {
    width: 55px;
  }
  .footer {
    padding-bottom: 80px;
  }
  .f-r {
    display: block;
  }
  .sectitle-wr {
    margin-bottom: 60px;
  }
  .secline {
    margin: 80px auto;
  }
  .lr-list li {
    display: block !important;
    padding: 15px;
  }
  .lr-list li .l {
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .lr-list li .r {
    width: 100%;
  }
  .p-list li {
    width: 32%;
    margin-bottom: 2%;
  }
  .kv-sec {
    margin-top: 30px;
    margin-bottom: 80px;
  }
  .kv-l {
    width: 25%;
  }
  .kv-r {
    width: 75%;
  }
  .sectitle2-tate {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .topbox {
    padding: 0;
  }
  .cal-wr {
    max-width: 100%;
  }
  .top-sec {
    display: block;
  }
  .top-sec-title {
    display: inline-flex !important;
    top: auto;
    margin-bottom: 40px;
  }
  .top-sec-title1 {
    right: auto;
  }
  .top-sec-title2 {
    left: auto;
  }
  .top-sec-text {
    text-align: center;
  }
  .topcircle-wr {
    padding: 55px 5%;
  }
  .topcircle {
    width: 100%;
    max-width: 250px;
    margin-bottom: 60px;
  }
  .topcircle:last-child {
    margin-bottom: 0;
  }
  .aboutlist li {
    margin: 0 auto 60px;
    max-width: 450px;
    width: 100%;
    padding: 45px 2% 20px;
  }
  .lifebox-r {
    flex-direction: inherit;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lifebox-r .lifebox-img {
    width: 49%;
    margin-bottom: 2%;
  }
  .eventbox {
    display: block;
    max-width: 450px;
    margin: 0 auto 80px;
  }
  .eventbox-l {
    width: 100%;
    display: block;
  }
  .eventbox-r {
    margin-top: 40px;
    width: 100%;
  }
  .eventbox-list {
    margin: 40px auto 0;
    width: 100%;
  }
  .eventbox-other .eventbox-list {
    text-align: center;
    margin-top: 40px;
  }
  .support-circle {
    width: 80px;
  }
  .support-circle-wr p, .support-circle-wr a {
    width: calc(100% - 100px);
  }
  .c-con {
    padding: 15px;
  }
  /* $br-p2以下で表示する要素 */
  .phone-on {
    display: block !important;
  }
  /* $br-p2以下で非表示 */
  .phone-off {
    display: none !important;
  }
}/*# sourceMappingURL=mobile.css.map */