@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: 20px;
    bottom: 25px;
    width: 65px;
  }
  /* header */
  .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: rgba(0, 0, 0, 0.8);
    transition: 0.2s;
  }
  .g-nav-wr.open {
    display: block;
    height: auto;
    z-index: 5000;
    opacity: 1;
  }
  .g-nav {
    width: 100%;
    max-width: 100%;
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-45%) translateX(-50%);
    display: block !important;
  }
  .g-nav.open {
    opacity: 1;
    transform: translateY(-50%) translateX(-50%);
  }
  .nav {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .nav li {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .nav li:last-child {
    margin-bottom: 0;
  }
  .nav li a {
    color: #fff;
  }
  .h-wr {
    padding: 0;
  }
  .iconlist {
    display: flex;
    padding: 0;
    margin: 50px auto 0;
    width: 100%;
    max-width: 160px;
  }
  .iconlist a img {
    filter: brightness(0) invert(1);
  }
  .kv-sec {
    margin-top: 30px;
  }
  .kv-con {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .kvtext-wr {
    width: 100%;
    margin-top: 0px;
  }
  .kvtext {
    margin-top: 30px;
  }
  .kvlist-wr {
    margin-top: 40px;
    width: 100%;
  }
  .kvlist li {
    border-radius: 40px;
  }
  .kvlist li img {
    border-radius: 40px;
  }
  /* footer */
  /* $br-p以下で表示する要素 */
  .res-on {
    display: block;
  }
  /* $br-p以下で非表示 */
  .res-off {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .di-s {
    display: block;
  }
  .din-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%;
  }
  .footer {
    margin-top: 100px;
  }
  .p4list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .p4list > * {
    margin-right: 2%;
    width: calc((100% - 2% * (2 - 1)) / 2);
  }
  .p4list > *:nth-child(2n) {
    margin-right: 0;
  }
  .p4list > *:nth-child(n+3) {
    margin-top: 2%;
  }
  .p4list > *:last-child:nth-child(-n+1) {
    margin-right: auto;
  }
  .p4list > *:first-child:nth-last-child(-n+1) {
    margin-left: auto;
  }
  .topboxlist {
    display: block;
  }
  .topboxlist li {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 60px;
  }
  .topboxlist li:last-child {
    margin: 0 auto 0px;
  }
  .aichititle {
    text-align: center;
    margin: 0 auto 40px;
  }
  .ollist {
    display: inline-block;
  }
  .viewlist li {
    padding: 15px 5px;
    display: block;
  }
  .viewlist li .l {
    width: 100%;
    font-weight: bold;
  }
  .viewlist li .r {
    width: 100%;
  }
  .ctitle h2 {
    margin-bottom: 60px;
  }
  .ctitle::after {
    width: 120px;
    height: 120px;
    position: absolute;
  }
  /* $br-p2以下で表示する要素 */
  .p-on {
    display: block;
  }
  /* $br-p2以下で非表示 */
  .p-off {
    display: none;
  }
}/*# sourceMappingURL=mobile.css.map */