@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;
  }
  .wm100 {
    width: 100%;
  }
  .backtop {
    right: 15px;
    bottom: 20px;
    width: 40px;
  }
  /* header */
  .h-wr {
    padding: 20px 0 10px;
  }
  .h-logo {
    width: 124px;
  }
  .g-nav-wr {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: -10;
    opacity: 0;
    background-color: #f2e9da;
    transition: 0.2s;
  }
  .g-nav-wr.open {
    display: block;
    height: auto;
    z-index: 5000;
    opacity: 1;
  }
  .g-nav {
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-45%) translateX(-50%);
    display: block;
  }
  .g-nav li {
    margin-bottom: 30px;
    margin-right: 0;
    font-size: 2rem;
  }
  .g-nav li:last-child {
    margin-bottom: 0;
  }
  .g-nav.open {
    opacity: 1;
    transform: translateY(-50%) translateX(-50%);
  }
  /* footer */
  /* $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%;
  }
  /* $br-p2以下で表示する要素 */
  .p-on {
    display: block;
  }
  .footer {
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .flogo {
    margin: 0 auto 40px;
    max-width: 124px;
  }
  .tel-f {
    margin: 0 auto;
  }
  .fnavlist {
    flex-wrap: wrap;
    margin: 60px auto 40px;
  }
  .fnavlist li {
    width: 32%;
    margin-bottom: 20px;
  }
  .back {
    top: -68px;
    height: 70px;
  }
  .back img {
    height: 70px;
  }
  .sec-pd {
    padding-bottom: 100px;
  }
  .con-f {
    display: block;
  }
  .con-l {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
  }
  .con-r {
    width: 100% !important;
  }
  .obj-pos {
    width: 120px;
    top: -40px;
    left: 10px;
  }
  .sectitle {
    width: 150px;
    padding-left: 15px;
    padding-right: 10px;
    height: 60px;
  }
  .sectitle-en {
    margin-left: 15px;
  }
  .sectitle2 {
    padding: 0 5px;
    width: 150px;
  }
  .topsectitle-wr {
    display: block;
  }
  .topimgbox {
    justify-content: center;
  }
  .tbox-line {
    margin: 20px auto 40px;
    width: 80% !important;
    height: 2px;
    background-color: #000;
  }
  .tbox-line img {
    display: none;
  }
  .tbox {
    width: 100%;
  }
  .tablelist1-text {
    position: static;
  }
  .topaslist {
    display: flex;
  }
  .topaslist li {
    max-width: 100% !important;
    width: 48% !important;
  }
  .logolist {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .logolist > * {
    margin-right: 2.5%;
    width: calc((100% - 2.5% * (3 - 1)) / 3);
  }
  .logolist > *:nth-child(3n) {
    margin-right: 0;
  }
  .logolist > *:nth-child(n+4) {
    margin-top: 20px;
  }
  .logolist > *:last-child:nth-child(-n+2) {
    margin-right: auto;
  }
  .logolist > *:first-child:nth-last-child(-n+2) {
    margin-left: auto;
  }
  .aboutlist li {
    width: 48%;
    margin-bottom: 4%;
  }
  .overlist li .l {
    padding: 15px 10px;
    width: 120px;
  }
  .overlist li .r {
    padding: 15px 10px;
    width: calc(100% - 120px);
  }
  .postlist li {
    padding: 20px 50px;
    display: flex;
  }
  .postlist li .column {
    width: 28%;
  }
  .postlist li {
    border-bottom: 1px solid #000;
  }
  .postlist li:first-child {
    border-top: 1px solid #000;
  }
  .abox {
    margin-bottom: 40px;
    display: block;
  }
  .abox-text {
    margin-top: 15px;
    width: 100%;
  }
  .abox-title {
    width: 170px;
    height: 50px;
    white-space: nowrap;
  }
  .map {
    padding-bottom: 300px;
  }
  .m-square {
    margin-right: 10px;
  }
  .chiku-wr {
    margin: 0 auto;
    width: 319px;
    height: 253px;
  }
  .chiku-sec {
    margin-top: 60px;
  }
  .member-text {
    margin-top: 30px;
  }
  /* $br-p2以下で非表示 */
  .p-off {
    display: none;
  }
}/*# sourceMappingURL=mobile.css.map */